[FOR DEV's] sqlite3 disable sync - Samsung Galaxy Gio GT-S5660

Can anyone compile for us a patched libsqlite.so and post it here please? I would do it, but I don't know how to be honest. Thank you.
After modified, the time of insert 2000 records to sqlite3 db, from 1m11s reduce to 2s.
Click to expand...
Click to collapse
Instructions theme (and file with code attached) http://forum.xda-developers.com/showthread.php?t=903507
It's real to make this patched lib for Stock 2.3.5(KS5), or only CM? (but i think this was permanently enabled in CM)
Sorry for bad eng. im from Russia

Related

{Kernel-Source} GoDmOdE-2.6.29-GSM-HERO

i have pushed the board files to my github to compile a fully working kernel for the GSM Hero. i dont own the device, but Behnaam has been working with me testing and such. anyhow everything works. the link to my source can be found below:
GoDmOdE-KeRnEl-SoUrCe
anyhow enjoy i do this for the community and ask for nothing but in return. Devs have at it!!!
Behnaam already beat you to the punch, link.
gu1dry said:
Behnaam already beat you to the punch, link.
Click to expand...
Click to collapse
i seen but i can update this one plus i guess i forgot to add two files . btw they are there now and it will compile for sure. (i just did it) enjoy
will it say no more huge battery drain ?
Quick and dirty compile by me in boot.img format (too tired to hack an update.zip together)
Credit to: Benocharm, and well everyone else who worked on this project... i just compiled it lol
EDIT: Had a lapse and forgot to compile a new wlan module... will reupload after school today
Cant post links yet sooo h**p://w w w .mega upload. c o m/ ? d = 724NZ7Q1
** = tt
remove spaces
Method One Flash: (For those with unlocked SPL)
fastboot flash boot newBoot.img
fastboot reboot
Method Two Flash:
adb push boot.img /sdcard
adb shell
cat /dev/zero > /dev/mtd/mtd2
- write: No space left on device [this is ok, you can ignore]
flash_image boot /sdcard/boot.img
reboot your phone
zjr8 said:
Quick and dirty compile by me in boot.img format (too tired to hack an update.zip together)
Credit to: Benocharm, and well everyone else who worked on this project... i just compiled it lol
Cant post links yet sooo h**p://w w w .mega upload. c o m/ ? d = 724NZ7Q1
** = tt
remove spaces
Method One Flash: (For those with unlocked SPL)
fastboot flash boot newBoot.img
fastboot reboot
Method Two Flash:
adb push boot.img /sdcard
adb shell
cat /dev/zero > /dev/mtd/mtd2
- write: No space left on device [this is ok, you can ignore]
flash_image boot /sdcard/boot.img
reboot your phone
Click to expand...
Click to collapse
Here ya go mate
http://www.megaupload.com/?d=724NZ7Q1
Are the video drivers included?
MerXury13 said:
Are the video drivers included?
Click to expand...
Click to collapse
I think that's very basic that they check it .
I'm more curious about other things that are not so obvious while testing:
volume keys while sleeping, battery usage, g-sensor, correct behavior of the audio jack (audio switches to jack instead of speaker), etc...
'gsm long text > 160 chars' issues can't have anything to do with the kernel used as I see it. That's something of the messaging app and / or the radio RIL used.
Hmm, new kernel to play with... might be the push I needed to try building my own android stuff to learn
Am I missing something with regards to the wlan module sources? Didn't see them so far...
Or am I being stupid (highly likely)
Are the video drivers included?
Click to expand...
Click to collapse
I think that's very basic that they check it .
I'm more curious about other things that are not so obvious while testing:
volume keys while sleeping, battery usage, g-sensor, correct behavior of the audio jack (audio switches to jack instead of speaker), etc...
'gsm long text > 160 chars' issues can't have anything to do with the kernel used as I see it. That's something of the messaging app and / or the radio RIL used.
Hmm, new kernel to play with... might be the push I needed to try building my own android stuff to learn
Click to expand...
Click to collapse
I asked 'cause in the cronos Rom, the developer said that he excluded the Video drivers to f**k up the other devs ...what a jerk
MerXury13 said:
I asked 'cause in the cronos Rom, the developer said that he excluded the Video drivers to f**k up the other devs ...what a jerk
Click to expand...
Click to collapse
dude, he only did that on his 'OC' version. The normal 'stable' version has them... reading is an artform
I asked 'cause in the cronos Rom, the developer said that he excluded the Video drivers to f**k up the other devs ...what a jerk
Click to expand...
Click to collapse
dude, he only did that on his 'OC' version. The normal 'stable' version has them... reading is an artform
Click to expand...
Click to collapse
It's too early for me^^ sorry
dipje said:
dude, he only did that on his 'OC' version. The normal 'stable' version has them... reading is an artform
Click to expand...
Click to collapse
The normal 'stable' version of his ROM is built on the same test kernal that every other 2.1 ROM is built on.
MerXury13 said:
I asked 'cause in the cronos Rom, the developer said that he excluded the Video drivers to f**k up the other devs ...what a jerk
Click to expand...
Click to collapse
Again... getting boring
Can someone please compile this one with overclock patch?I have no idea how to compile from source else I would do it
l0st.prophet said:
The normal 'stable' version of his ROM is built on the same test kernal that every other 2.1 ROM is built on.
Click to expand...
Click to collapse
Hence it got video drivers
Can anyone point me in the direction of a good write up on how to build a boot.img from this git repo please?im using ubuntu 10.4
so can we use this kernel on the vanilla roms?
anon2122 said:
Am I missing something with regards to the wlan module sources? Didn't see them so far...
Or am I being stupid (highly likely)
Click to expand...
Click to collapse
Do you have the latest commit? I believe initially there were some missing files. I know when I grabbed the source the first time i had wlan drive compile issues
I applied this to both cronos rom and to superhero rom and both got really sluggish after installing it (I used the boot.img posted among the first posts).

[Q] CIFS support module

Hello,
I would like to use cifsmanager apps but I see that our kernel doesn't have the proper module built in.
I just updated the kernel and modules using the latest available in the the kernel build service (following the incremental updates guide):
http://xdandroid.com/wiki/Incremental_Updates
but I'm not able to insmod the module.
I also tried to manually download the cifs.ko module and to load it telling to cifsmanager app where the module is, but I continue to receive the same error, no such device, like if the module isn't loaded correctly.
How can I solve this problem?
Thank you
Why not just use adb...? I don't see the need for CIFS.
If you can figure out how to get CIFS working, we can look about implementing it mainline.
Have you tried insmodding it after cp'ing the .ko file to /lib/modules?
ok thank you,
I tried to load the module using adb, but I think I'm using a wrong file because when I try to load it insmod return me the "invalid module format" output.
I'm using the kernel downloaded here:
http://zimages.googlecode.com/files/htc-msm-linux-20110914_084441-package.tar.bz2
somebody can tell me if is there a module that I can use with this kernel?
thank you
Caio said:
ok thank you,
I tried to load the module using adb, but I think I'm using a wrong file because when I try to load it insmod return me the "invalid module format" output.
I'm using the kernel downloaded here:
http://zimages.googlecode.com/files/htc-msm-linux-20110914_084441-package.tar.bz2
somebody can tell me if is there a module that I can use with this kernel?
thank you
Click to expand...
Click to collapse
Where did you get the module from...? Our kernel is probably not equipped with that module.
Caio,i've sent you a pm,let me know if it works,so i'll maybe push it in the mainline kernel
I downloaded the module on a thread of HTC Diamond's...can someone link me a module that could work with this kernel?
Or is there another way I can use to mount my samba share on my android?
thank you
Caio said:
I downloaded the module on a thread of HTC Diamond's...can someone link me a module that could work with this kernel?
Or is there another way I can use to mount my samba share on my android?
thank you
Click to expand...
Click to collapse
Did you miss helicopter88's PM? He built you a kernel that should have the module built into it...
arrrghhh said:
Did you miss helicopter88's PM? He built you a kernel that should have the module built into it...
Click to expand...
Click to collapse
Failed to boot,pheraps my fault or too much oc..
Later i'll make a stock kernel
Here's the module http://www.mediafire.com/?w6fp94b464cktkc
So you can put it somewhere and insmod it
well, i have the same problem, can anyone solve it?
helicopter88 said:
Here's the module
So you can put it somewhere and insmod it
Click to expand...
Click to collapse
sadly to say that, but the files had been removed
Here's the module..
thanks for your reply, but seems no luck, it just says "invalid module format" when insmod (using the FRX07.1)
ZSaberLv0 said:
thanks for your reply, but seems no luck, it just says "invalid module format" when insmod (using the FRX07.1)
Click to expand...
Click to collapse
Pheraps I should make it from original xdandroid source..
Here's another one
http://www.mediafire.com/file/wsw6tlah3lzp3gs/cifs.ko
helicopter88 said:
Pheraps I should make it from original xdandroid source..
Here's another one
http://www.mediafire.com/file/wsw6tlah3lzp3gs/cifs.ko
Click to expand...
Click to collapse
Didn't you just say it was some simple config flag?
Make use of that "recognized developer" insignia you throw around there and commit something . (Or at least post something to the ML!!)
still doesn't work, shows the same message when insmod or insmod -f
btw, the kernel is modules-2.6.27.46-01356-gd4c73bd.tar.gz, maybe you should build a complete one? (well, i have never played with linux kernel...)
ZSaberLv0 said:
still doesn't work, shows the same message when insmod or insmod -f
btw, the kernel is modules-2.6.27.46-01356-gd4c73bd.tar.gz, maybe you should build a complete one? (well, i have never played with linux kernel...)
Click to expand...
Click to collapse
Assuming his patch is accepted, it will get committed mainline. It's a quite simple change to how the kernel is built.
arrrghhh said:
Assuming his patch is accepted, it will get committed mainline. It's a quite simple change to how the kernel is built.
Click to expand...
Click to collapse
I think phh had an issue with the patch submitted. I have a patch to commit soon so i can look into this. One question i have is how do yall plan to load the module? Does the app insmod it ? or does it expect the module to be built into the kernel?
[ACL] said:
I think phh had an issue with the patch submitted. I have a patch to commit soon so i can look into this. One question i have is how do yall plan to load the module? Does the app insmod it ? or does it expect the module to be built into the kernel?
Click to expand...
Click to collapse
I think people just want the module available in the 'modules`uname-r`.tar.gz' file. That way they at least have the option of insmodding it...(*.user.conf etc) who knows what they want to do with it afterwards - I guess access their phone on a LAN from their PC?
just want to mount my share folder from my PC to Android, so that i can use the shared files online without copy-paste (it'll be quite annoying by copy-paste, especially when you want to edit file, because you must upload it after editing)
in short, same as Caio, just want to use cifsmanager, and it says "no such device"
ZSaberLv0 said:
just want to mount my share folder from my PC to Android, so that i can use the shared files online without copy-paste (it'll be quite annoying by copy-paste, especially when you want to edit file, because you must upload it after editing)
in short, same as Caio, just want to use cifsmanager, and it says "no such device"
Click to expand...
Click to collapse
The fixed patch has been sent to Mailing List,now let's see if it gets approved..

[MOD] Phone.apk with complete caller image (4.3 odex/deodex)

Hi there,
I modded the Phone.apk so that the image of the caller is seen completely now. In addition I modded the call icons slightly so that you can see them regardless of the caller image color.
Push the .apk to /system/app, set the permissions to rw-r--r-- and delete Phone.odex if you have an odexed system!
Reboot and you are done, enjoy!
Great!!! Thanks!
A question: Kitkat works in the same way as in JB? Part of the contact picture appears only?
Psychoferno said:
A question: Kitkat works in the same way as in JB? Part of the contact picture appears only?
Click to expand...
Click to collapse
I had the N5 a few days with the same issue so at least in 4.4 the bug is still present.
This is the 4.3 Phone.apk, don't try this in Kitkat
Thanks, I asked because I have not rooted Moto G and I wonder if this would be fixed in 4.4. Not yet my courage to root on my device, but as soon as I'll use your mod.
Thank you,
I ended up not asking but need root to make this change?
Yes.
Working fine here...
Thanks
Would you mind modding the Phone.apk for 4.4.2 KitKat?
As soon as I have the time to install Kitkat: yes.
But I wait for my official sbf. Next week probably.
And for the 4.4.2 odex
shaftenberg said:
Hi there,
I modded the Phone.apk so that the image of the caller is seen completely now. In addition I modded the call icons slightly so that you can see them regardless of the caller image color.
Push the .apk to /system/app, set the permissions to rw-r--r-- and delete Phone.odex if you have an odexed system!
Reboot and you are done, enjoy!
Click to expand...
Click to collapse
Hi can I ask a couple of questions:
1) Does this work on the Moto G XT1033 Dual SIM version
2) Did you compile this from the vanilla Google Android source, or some other method?
Thanks,
-S.
1) don't know...
2) I decompiled the deodexed stock app with apktool
managed to solve this issue with GravityBox module in Xposed.
velopnc Cordage
> 1) don't know...
I can confirm it works ok on a Dual SIM XT1033 purchased in Singapore. Thanks.
> 2) I decompiled the deodexed stock app with apktool
How did you do this exactly? I would like to do this for an Acer Liquid Z3 as well.
I had a go. I managed to deodex Phone.apk with apktool, and then used baksmali on Phone.odex.
./apktool if f/framework-res.apk
./apktool d Phone.apk Phone
./baksmali -a 18 -x Phone.odex -d f -o Phone/smali
I made the modification but when I tried to repackage I got the following error. Even if I make no modifications I get the same error when trying to build the .apk
./apktool b Phone Phone-deodexed.apk
I: Checking whether sources has changed...
I: Smaling...
[36,4] Error for input '.param': Invalid directive
[37,4] Error for input '.param': Invalid directive
[50,4] Error for input '.param': Invalid directive
[36,11] mismatched input 'p1' expecting END_METHOD_DIRECTIVE
[50,11] mismatched input 'p1' expecting END_METHOD_DIRECTIVE
Exception in thread "main" brut.androlib.AndrolibException: Could not smali file: /home/mint15/root/a2/Phone/ap/Phone/smali/com/android/phone/CellBroadcastSms$MyHandler.smali
at brut.androlib.src.DexFileBuilder.addSmaliFile(DexFileBuilder.java:45)
at brut.androlib.src.DexFileBuilder.addSmaliFile(DexFileBuilder.java:33)
at brut.androlib.src.SmaliBuilder.buildFile(SmaliBuilder.java:66)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:50)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:37)
at brut.androlib.Androlib.buildSourcesSmali(Androlib.java:257)
at brut.androlib.Androlib.buildSources(Androlib.java:214)
at brut.androlib.Androlib.build(Androlib.java:205)
at brut.androlib.Androlib.build(Androlib.java:176)
at brut.apktool.Main.cmdBuild(Main.java:228)
at brut.apktool.Main.main(Main.java:79)
Any pointers would be really appreciated thanks.
-S.
S0bes said:
And for the 4.4.2 odex
Click to expand...
Click to collapse
Hi Thanks a lot for the fix for 4.4.2
I have tried to install it to my Moto G, but unfortunately it did not succeded.
I have a stock phone and did not made any manual modifications to it.
What shall I do to install your fix?
Thanks in advance,
Itso
im.itso said:
Hi Thanks a lot for the fix for 4.4.2
I have tried to install it to my Moto G, but unfortunately it did not succeded.
I have a stock phone and did not made any manual modifications to it.
What shall I do to install your fix?
Thanks in advance,
Itso
Click to expand...
Click to collapse
Have you got gravitybox?
S0bes said:
Have you got gravitybox?
Click to expand...
Click to collapse
Hi and thanks for your fast reply.
No i do not have gravity box (I have no root). Is there any possiblity to install this tweek without any root?
Thanks and regards,
im.itso said:
Hi and thanks for your fast reply.
No i do not have gravity box (I have no root). Is there any possiblity to install this tweek without any root?
Thanks and regards,
Click to expand...
Click to collapse
You have two options:
1. Unlock your bootloader, root your phone, install xposed framework and gravitybox module. Gravitybox has possibility to fix call photo.
So, you still able to get OTA
2. Unlock your bootloader, install CWM, flash my patch through CWM.
Now you unable to install any OTA updates when their come. Because of editing system files.
It's up to you
S0bes said:
And for the 4.4.2 odex
Click to expand...
Click to collapse
Hi all (and specially S0bes )
Tried your patch...response of my G : "Android update" after install...test from a call, message is "Phone apk ended"...no issue to answer, but ring is the good one for contact but no answer possibility
Here is a short overview of my G's configuration :
Rom : Unofficial carbon rom (still in 4.4.2) : http://forum.xda-developers.com/showthread.php?t=2624111&nocache=1
Kernel : Latest Pink Kernel : http://forum.xda-developers.com/showthread.php?t=2634745
Full GAPPS with their updates...
I'm using full caller Id Pro...but it's a little bit buggy (nice but not 100%...) Would be nice to switch that
satanas17 said:
Hi all (and specially S0bes )
Tried your patch...response of my G : "Android update" after install...test from a call, message is "Phone apk ended"...no issue to answer, but ring is the good one for contact but no answer possibility
Here is a short overview of my G's configuration :
Rom : Unofficial carbon rom (still in 4.4.2) : http://forum.xda-developers.com/showthread.php?t=2624111&nocache=1
Kernel : Latest Pink Kernel : http://forum.xda-developers.com/showthread.php?t=2634745
Full GAPPS with their updates...
I'm using full caller Id Pro...but it's a little bit buggy (nice but not 100%...) Would be nice to switch that
Click to expand...
Click to collapse
If you'll give me a dialer.apk from your rom I can try to fix photo. But I'm preparing for exams now and I have not so much free time to use my PC (and this damn world cup every night...). So it can take some time

[3rd July][MOD][APK][4.4.2 | 4.3] AOSP Contacts and Dialer for Samsung ROMs

AOSP Dialer and Contacts for ArchiPort 4.4.2 and ND5 4.3 based ROMs.
4.4.2 AOSP apps are from UltimaAOSP 4.4.2
This includes the Open Source Reverse Lookup by chenxiaolong - Reverse Look up requires Google Search to work correctly
4.3 AOSP apps are from CyanogenMod 10.2 - Does not include Reverse Lookup
Download & Screenshots
>>>Click here<<<
Instructions
Download the file
Flash in recovery
Do not try to install any other way unless you know what you're doing
Restoring
Locate /sdcard/AOSP_Dialer_Contacts_Restore.zip which is created in the installer
Flash in recovery
Issues
Some people on some networks, worldwide, have a problem with crackling audio in calls, constantly. The only solution is to uninstall I'm afraid.
Others crackling audio for 1-2 seconds at the beginning of a call, after which, is it ok throughout.
Important:
ROM Cooks: Please feel free to include these in your ROM. Just shoot me a mention somewhere.
4.4.2
Added/Modified/Removed
/system/priv-app/SecPhone.apk
/system/priv-app/SecContactsProvider.apk
/system/priv-app/SecContacts_OSup.apk
/system/priv-app/Dialer.apk
/system/priv-app/TeleService.apk
/system/priv-app/Contacts.apk
/system/priv-app/ContactsProvider.apk
/system/framework/framework2.jar
/system/framework/services.jar
4.3
Added/Modified/Removed
/system/priv-app/SecPhone.apk
/system/priv-app/SecContactsProvider.apk
/system/priv-app/SecContacts.apk
/system/priv-app/Dialer.apk
/system/priv-app/Phone.apk
/system/priv-app/Contacts.apk
/system/priv-app/ContactsProvider.apk
/system/framework/framework.jar
/system/framework/services.jar
/system/framework/telephony-common.jar
Changelog
3rd July
Fixed 4.3 release. Now works fully. Based on XXUGND5
13th June
Added 4.3 ND1 support
11th June
Initial release
reserved
You can also have this change to firmware 4.3?
Upload services.jar, framework.jar and framework2.jar
Kryten2k35 said:
Upload services.jar, framework.jar and framework2.jar
Click to expand...
Click to collapse
http://www.mediafire.com/download/eznoere0euweorq/ffs.zip
Kryten2k35 said:
Upload services.jar, framework.jar and framework2.jar
Click to expand...
Click to collapse
From ROM 4.3 ND1
http://www.mediafire.com/download/21jf8qcsao0vjiv/4.3ND1.rar
I'll make it now, but, it won't have the Open Source Reverse Lookup support, that's a 4.4.2 feature.
Who is available to test for 4.3? Please let me know if this works for you. I haven't got 4.3 installed to test.
EDIT:
Moved to OP
Kryten2k35 said:
Who is available to test for 4.3? Please let me know if this works for you. I haven't got 4.3 installed to test.
Click to expand...
Click to collapse
Works very fast!
But don't works t9 search, sms app.
And there is no Russian and Ukrainian alphabet in the dialer.
With pleasure ready to help if I can.
I'm fairly sure T9 must be enabled in the settings. I'm not sure what you mean by SMS app. Do you want AOSP Mms.apk as well?
EDIT:
There don't appear to be any Ukrainian or Russian dialer images in the AOSP tree.
Kryten2k35 said:
I'm fairly sure T9 must be enabled in the settings. I'm not sure what you mean by SMS app. Do you want AOSP Mms.apk as well?
EDIT:
There don't appear to be any Ukrainian or Russian dialer images in the AOSP tree.
Click to expand...
Click to collapse
I mean that the SecMms.apk crashes every time when you start it.
I think stock SMS app don't work with AOSP contacts and dialer.
Can you provide a logcat?
Kryten2k35 said:
Can you provide a logcat?
Click to expand...
Click to collapse
Of Course, but send zip one more time, because I don't save it.
It is on the website in the OP now
http://ultimarom.com/downloads/mods/aosp-dialer-contacts/
Kryten2k35 said:
It is on the website in the OP now
http://ultimarom.com/downloads/mods/aosp-dialer-contacts/
Click to expand...
Click to collapse
Here is the log.
Found one more issue, dialer crashes when in settings turn on "Dial pad autocomplete" (How I understand - it's T9)
@picklnows Try this one for me (restore to original first, then flash this).
Kryten2k35 said:
@picklnows Try this one for me (restore to original first, then flash this).
Click to expand...
Click to collapse
I'm on 4.3 ND5 now. Should I try this one you mentioned above or the one in the website ?
Creenshot plz!
Aditya Keri said:
I'm on 4.3 ND5 now. Should I try this one you mentioned above or the one in the website ?
Click to expand...
Click to collapse
Try this one, let me know how it works.
If it fails, there will a file on the internal storage to restore your original setup
Luvbigpig said:
Creenshot plz!
Click to expand...
Click to collapse
It's the AOSP Dialer and contacts...

[TOOL]SplashInjector[OP5]

SplashInjector​splash injector is a tool created by me based on the work done by @makers_mark . it is a basic command line interface but it gets the job done. it supports all oneplus devices so far except the oneplus x :crying: i can add support once someone gets me the logo.bin file from that device. The tool is pretty simple its based on the work here https://forum.xda-developers.com/oneplus-3/themes/mod-splash-screen-image-injector-t3441999 this is where i got this all from. i know it can be kinda hacky and only supports unix systems i think you can get it working by using git bash on windows. In its current state it can decode and encode all oneplus logo.bins (Including the OnePlus 5!) it can also pack flashable zips for you automatically. all you need to do is run the decode option edit the file you want in the output folder. Then you can run the encode command and it will pack it all back up. Then package it with the package command. Once again major credit to @makers_mark he did all the leg work. i just made it a little more friendly. lmk if there is any issues you find
Telegram: @ethanbanker if you need anything contact me here.
Now lets get to it
follow the instructions here located here
https://github.com/ethanbanker2428/SplashInjector
Updates:
1.52: Ok guys im not a windows expert...i barely use it so the tool does support windows now but it cant package files. it does give you all the tools and files you need to package one tho. you can use a tool such as this https://forum.xda-developers.com/android/software-hacking/tool-6-feb-android-flashable-zip-t3551772 this update also includes a completely revamped system. lmk about any bugs you find. for windows you need to install and use GIT bash. i also added a update function to easily update the tool. its simple but it works. heres my git again for you guys https://github.com/ethanbanker2428/SplashInjector
WARNING I AM NOT RESPONSIBLE FOR ANYTHING YOU DO. DO THIS AT YOUR OWN RISK
Excellent...... working great for OP5
Thanks
biohaz55 said:
Excellent...... working great for OP5
Thanks
Click to expand...
Click to collapse
Hi, I can't get it working on Windows. If I send you a PNG will you make me a zip?
Thanks! Here is the Windows binary and src for logoinjectorv1.52.
makers_mark said:
Thanks! Here is the Windows binary and src for logoinjectorv1.52.
Click to expand...
Click to collapse
thanks im gonna rebuild with the newest version and probably work on a windows version tonight :good:
Can you make a captain America one?
can u please make flashable zip i cannot get the method to flash . can u guide me please @bobglaus
freakzapster said:
can u please make flashable zip i cannot get the method to flash . can u guide me please @bobglaus
Click to expand...
Click to collapse
did u use option 3? package? that should make one after you edit the files
bobglaus said:
did u use option 3? package? that should make one after you edit the files
Click to expand...
Click to collapse
actually i dont know to edit files i am new to this thats why i am not understanding
freakzapster said:
actually i dont know to edit files i am new to this thats why i am not understanding
Click to expand...
Click to collapse
click the help option. i feel it explains it pretty well. to edit the png in the output folder use gimp or photoshop
Ok just an update windows support is finished and in the tool now. I'll push probably tomorrow it works and packs and unpacks fine just getting issues with packaging the zips. It corrupts them. Im gonna switch to 7zip and see if that works then I'll push
bobglaus said:
Ok just an update windows support is finished and in the tool now. I'll push probably tomorrow it works and packs and unpacks fine just getting issues with packaging the zips. It corrupts them. Im gonna switch to 7zip and see if that works then I'll push
Click to expand...
Click to collapse
Other option is to move the files to the output folder and ask the user to manually zip them, it's available on windows right click menu.
---------
I have a question, what's the BGR option for? I thought it was for op5 display but it only change the color of the pngs, so I switched it for RGB and now my logo looks good.
I share my mod, original was taken from CUSTOM BOOT LOGO PACK FOR OnePlus3.
badtzo said:
Other option is to move the files to the output folder and ask the user to manually zip them, it's available on windows right click menu.
---------
I have a question, what's the BGR option for? I thought it was for op5 display but it only change the color of the pngs, so I switched it for RGB and now my logo looks good.
I share my mod, original was taken from CUSTOM BOOT LOGO PACK FOR OnePlus3.
Click to expand...
Click to collapse
bgr does **** up the colors a bit or fixes it. its one of those things where you use it if you need it and you will know if you need it.
also update to anyone else that update will have to wait. im a perfectionist and im revamping the whole thing to alot cleaner code. windows should work tho and the oneplus x will be supported hopefully too
Update: Ok guys im not a windows expert...i barely use it so the tool does support windows now but it cant package files. it does give you all the tools and files you need to package one tho. you can use a tool such as this https://forum.xda-developers.com/android/software-hacking/tool-6-feb-android-flashable-zip-t3551772 this update also includes a completely revamped system. lmk about any bugs you find. for windows you need to install and use GIT bash. i also added a update function to easily update the tool. its simple but it works. heres my git again for you guys https://github.com/ethanbanker2428/SplashInjector
bobglaus said:
Update: Ok guys im not a windows expert...i barely use it so the tool does support windows now but it cant package files. it does give you all the tools and files you need to package one tho. you can use a tool such as this https://forum.xda-developers.com/android/software-hacking/tool-6-feb-android-flashable-zip-t3551772 this update also includes a completely revamped system. lmk about any bugs you find. for windows you need to install and use GIT bash. i also added a update function to easily update the tool. its simple but it works. heres my git again for you guys https://github.com/ethanbanker2428/SplashInjector
Click to expand...
Click to collapse
Hi, I created the zip but it won't flash in twrp. Is there a compression method to use? Using 7zip.
Bigs1985 said:
Hi, I created the zip but it won't flash in twrp. Is there a compression method to use? Using 7zip.
Click to expand...
Click to collapse
use the tool i linked in the post you qouted
bobglaus said:
use the tool i linked in the post you qouted
Click to expand...
Click to collapse
I thought it didn't package the zips correctly? Is that fixed?
Bigs1985 said:
I thought it didn't package the zips correctly? Is that fixed?
Click to expand...
Click to collapse
No this one https://forum.xda-developers.com/android/software-hacking/tool-6-feb-android-flashable-zip-t3551772
how can i pull LOGO.bin from my oneplus 5?
when i run:
adb shell dd if=/dev/block/sde17 of=/sdcard/partition/LOGO.bin
Click to expand...
Click to collapse
i get this error message:
dd: /dev/block/sde17: Permission denied
Click to expand...
Click to collapse
Please help
Thanks
spicemaster said:
how can i pull LOGO.bin from my oneplus 5?
when i run:
i get this error message:
Please help
Thanks
Click to expand...
Click to collapse
Of course you need root,The right command is
adb shell su -c dd if xxxx

Categories

Resources