Can I put comments on an update.zip file? - Xperia Play General

I want to create an update.zip file for a certain purpose and since it's quite a big thing, it'd be nice if I could comment on each step so that I don't get lost. Is it possible to add comments to an update.zip?

Yes it is.
Add such a line for every comment to your updater-script:
ui_print("Hello World!");
Regards

Mmm, I meant comments as text that I want to appear in the script, but I don't want to be ran or displayed.
For example:
Code:
ui_print("Hello World!");
[B]# this command shows the words "Hello World!" in the screen[/B]

Logseman said:
Mmm, I meant comments as text that I want to appear in the script, but I don't want to be ran or displayed.
For example:
Code:
ui_print("Hello World!");
[B]# this command shows the words "Hello World!" in the screen[/B]
Click to expand...
Click to collapse
yes should work
make sure u save the file in UNIX format
BTW why u posting this in Dev section? isnt this more suitable in General section?

Now that you mention it... I'll report it.
What do you mean, saving it in UNIX format?
Enviado desde mi R800i usando Tapatalk

Logseman said:
Now that you mention it... I'll report it.
What do you mean, saving it in UNIX format?
Enviado desde mi R800i usando Tapatalk
Click to expand...
Click to collapse
Make sure your using an edify script too. CWM no longer supporty ammend scripts.
Sent from my R800i using Tapatalk

Related

Jellybean Porting Thread

This thread is to assist porting of Android 4.1 (Jellybean) to ICS devices
A good base ROM for porting: http://forum.xda-developers.com/showthread.php?t=1737849
Ramdisk diff
This is a diff file for the Jellybean ramdisk from ICS. This is from the galaxy nexus and will have to be changed for your specific device. Some notes that are not shown in the diff are that /sbin/adbd and init changed -- These are both binaries so they need to be manually taken from the jb ramdisk.
http://pastebin.com/xwCLRrT0
Files changed in /system/
This is a list of files that have changed in JB... Please check /vendor/{device vendor}/{device name}/ and[/SIZE][/SIZE] /device/{device vendor}/{device name}/ in the CM source to make sure they don't overlap... If any do, just keep your cm9 versions.
/system/app/ - Basically every apk, don't even bother copying individual changed files
/system/bin/
adb.p dumpsys.p mksh.p sdptool.p
applypatch.p fsck_msdos.p mtpd.p sensorservice.p
app_process.p gzip.p ndc.p servicemanager.p
bluetoothd.p hciattach.p netcfg.p service.p
bootanimation.p hostapd.p netd.p setup_fs.p
brcm_patchram_plus.p installd.p pand.p smc_pa_ctrl.p
bugreport.p ip6tables.p ping.p surfaceflinger.p
dalvikvm.p ip.p pppd.p system_server.p
dbus-daemon.p iptables.p racoon.p tc.p
debuggerd.p keystore.p rild.p tf_daemon.p
dexopt.p linker.p run-as.p toolbox.p
dhcpcd.p logcat.p schedtest.p vdc.p
dnsmasq.p logwrapper.p screencap.p vold.p
drmserver.p make_ext4fs.p screenshot.p wpa_supplicant.p
dumpstate.p mediaserver.p sdcard.p
NEW
atrace content e2fsck mdnsd requestsync uiautomator
/system/xbin/
dexdump.p/system/etc/apns-conf.xml.p fallback_fonts.xml.p permissions
audio_effects.conf.p gps.conf.p ppp
dhcpcd media_profiles.xml.p security
event-log-tags.p NOTICE.html.gz.p system_fonts.xml.p
NEW
audio_policy.conf media_codecs.xml security
fallback_fonts-ja.xml preferred-apps
/system/media/ & /system/fonts/ - Just take it all from jb as pretty much none is device specific.
/system/framework/ - Everything
Very cool, and answers a few problems I was having. Great work man, really helpful
Sent from my Incredible S using xda premium
I think I might just start from scratch again and use this to make a new first version.I hope this can help me get a booting version for the Sensation, but I make no promises. What I have so far is just bootlooping. Thanks for your work and the post......
Edited: Nvm I got it. I'm dumb.
T-Macgnolia said:
I think I might just start from scratch again and use this to make a new first version.I hope this can help me get a booting version for the Sensation, but I make no promises. What I have so far is just bootlooping. Thanks for your work and the post......
Click to expand...
Click to collapse
Do you have gtalk? I might want some help porting to my device.
Sent from my SPH-D700 using Tapatalk 2
MДЯCЦSДИT said:
Do you have gtalk? I might want some help porting to my device.
Sent from my SPH-D700 using Tapatalk 2
Click to expand...
Click to collapse
Yeah I got it now lol, my user name is tmacgnolia on gtalk.
Edit: My mistake man it is Tony Roach.
anyone else having pastebin issues? site seems like its down D:
Same here! Lots of answers solved.
Anyone having any luck? Im porting it to the Droid Incredible and im getting the same errors in my logcats no matter what i do.
Albinoman said:
Anyone having any luck? Im porting it to the Droid Incredible and im getting the same errors in my logcats no matter what i do.
Click to expand...
Click to collapse
Have you edited the ramdisk?
Sent from my SPH-D700 using Tapatalk 2
MДЯCЦSДИT said:
Have you edited the ramdisk?
Sent from my SPH-D700 using Tapatalk 2
Click to expand...
Click to collapse
Thats what my friends doing right now.
What exactly do we edit in the ramdisk?
Can somebody explain a bit more?
Sent from my LG-E739 using Tapatalk 2
medicjunKie said:
What exactly do we edit in the ramdisk?
Can somebody explain a bit more?
Sent from my LG-E739 using Tapatalk 2
Click to expand...
Click to collapse
Extract the boot.img using a kitchen on linux
Sent from my SPH-D700 using Tapatalk 2
MДЯCЦSДИT said:
Extract the boot.img using a kitchen on linux
Sent from my SPH-D700 using Tapatalk 2
Click to expand...
Click to collapse
I hate feeling like a Noob, and Having to ask, but once its extracted, and we have the kernel and the Ramdisk, what do we actually edit?
medicjunKie said:
What exactly do we edit in the ramdisk?
Can somebody explain a bit more?
Sent from my LG-E739 using Tapatalk 2
Click to expand...
Click to collapse
budm said:
I hate feeling like a Noob, and Having to ask, but once its extracted, and we have the kernel and the Ramdisk, what do we actually edit?
Click to expand...
Click to collapse
The main thing you have to edit is the init.rc, but you may need to edit other things as well. I still have not found the right combinations of edits for my port to boot, Anyway use something like WinMerge to compare the files from the ramdisk of your base ROM with the ramdisk of the SDK. You can also edit the files while you have them in WinMerge.
Thank you so much, I will definitely try using that tool, and that gives me a direction to try towards.
cheers!
Ok guys i feel like im getting closer. The exact error im getting is,
Could not find method com.android.providers.settings.DatabaseHelper.setWriteAheadLoggingEnabled, referenced from method com.android.providers.settings.DatabaseHelper.<init>
Anyone have any ideas? I know that settings is crashing but i don't know what to do about it. Here is the full logcat http://paste.ubuntu.com/1065069/
Is the whole pastebin is to replace everything in init.rc? Or some of it?
DaXmax said:
Is the whole pastebin is to replace everything in init.rc? Or some of it?
Click to expand...
Click to collapse
It is a diff
Sent from my SPH-D700 using Tapatalk 2
Albinoman said:
Ok guys i feel like im getting closer. The exact error im getting is,
Could not find method com.android.providers.settings.DatabaseHelper.setWriteAheadLoggingEnabled, referenced from method com.android.providers.settings.DatabaseHelper.<init>
Anyone have any ideas? I know that settings is crashing but i don't know what to do about it. Here is the full logcat http://paste.ubuntu.com/1065069/
Click to expand...
Click to collapse
That means that it can not find com.android.providers.settings.DatabaseHelper.setWriteAheadLoggingEnabled that is referenced in the init of the ramdisk. So you need to look at the init of the ramdisk and see where it is looking for that file and then place that file where it is suppose to be.
Also I finally got my port booting but it does not get passed the bootanimation and I got the adb working, yay.

NO lag anymore in UI.

Just add:
Code:
debug.sf.hw=1
video.accelerate.hw=1
To the build.prop
Even my antutu 3D score increased.
Before:
Code:
<score2d>482</score2d>
<score3d>2051</score3d>
<database>465</database>
After:
Code:
<score2d>477</score2d>
<score3d>2176</score3d>
<database>435</database>
I dont have any lag anymore when i use my phone.
yooouuri said:
Code:
video.accelerate.hw=1
Click to expand...
Click to collapse
Is there Hardware accelerator in out PDA?!
Logen91 said:
Is there Hardware accelerator in out PDA?!
Click to expand...
Click to collapse
What do you mean?
Logen91 said:
Is there Hardware accelerator in out PDA?!
Click to expand...
Click to collapse
yooouuri said:
Code:
video.accelerate.hw=1
Click to expand...
Click to collapse
yooouuri said:
What do you mean?
Click to expand...
Click to collapse
The code means that you switch on the Hardware accelerator function in the phone. But I thought that there is not any hardware accelerator in it...
Can I try this calmly? :fingers-crossed:
Logen91 said:
The code means that you switch on the Hardware accelerator function in the phone. But I thought that there is not any hardware accelerator in it...
Can I try this calmly? :fingers-crossed:
Click to expand...
Click to collapse
Yes you can try it.
I use it now!!!
Add theses lines:
Code:
debug.sf.hw=1
video.accelerate.hw=1
yooouuri said:
Yes you can try it.
I use it now!!!
Add theses lines:
Code:
debug.sf.hw=1
video.accelerate.hw=1
Click to expand...
Click to collapse
After I add the codes, do I have to reboot or what?
Logen91 said:
After I add the codes, do I have to reboot or what?
Click to expand...
Click to collapse
Yes
ultimate noob!!! that's me!
Where to add these lines....
I mean if I add these lines to last to build.prop , is it ok
Sent from my GT-I9070 using xda premium
how to add the lines..? Sorry for the noob question :silly:
Sent using XDA Developers' App from my GT-i9070
Have anybody added these lines.. coz I have read that editing build.prop the went into bootloop....and now I am away from my pc so cant do anything if something goes wrong....plz confirm that ut is working....and do I have to add these lines in last of build.prop.
Sent from my GT-I9070 using xda premium
Sami Kabir said:
how to add the lines..? Sorry for the noob question :silly:
Sent using XDA Developers' App from my GT-i9070
Click to expand...
Click to collapse
You have it in JetMOD. And be carefull with trying build.prop now without custom recovery. You can get stuck on logo, like I did. And then you need to flash fw again. On TWRP or CWM you can do backup, and restore when you want.
shut_down said:
You have it in JetMOD. And be carefull with trying build.prop now without custom recovery. You can get stuck on logo, like I did. And then you need to flash fw again. On TWRP or CWM you can do backup, and restore when you want.
Click to expand...
Click to collapse
It means adding these lines is not safe
Sent from my GT-I9070 using xda premium
atishey23 said:
It means adding these lines is not safe
Sent from my GT-I9070 using xda premium
Click to expand...
Click to collapse
No, but I got stuck on logo after trying to add something for better touchscreen response. It was some that we used on GB before.
shut_down said:
No, but I got stuck on logo after trying to add something for better touchscreen response. It was some that we used on GB before.
Click to expand...
Click to collapse
If I add the op lines the too it will stuck in loop?
Sent from my GT-I9070 using xda premium
atishey23 said:
If I add the op lines the too it will stuck in loop?
Sent from my GT-I9070 using xda premium
Click to expand...
Click to collapse
I just get in one, added those lines with Solid Explorer. Maybe I should change permissions... And I give up modding untill TWRP or CWM.
Use root explorer to add the lines. So root is needed.
I use JB and it word great. It is safe to do it, no bootloops ore anything.
Just copy/paste after the last lines in build.prop and reboot.
yooouuri said:
Use root explorer to add the lines. So root is needed.
I use JB and it word great. It is safe to do it, no bootloops ore anything.
Just copy/paste after the last lines in build.prop and reboot.
Click to expand...
Click to collapse
I do not want to push my luck more today. Allready 2 flashing fw. Thank you for this. And to add, ADW launcher is working great even without it. No lag, smooth.
shut_down said:
I just get in one, added those lines with Solid Explorer. Maybe I should change permissions... And I give up modding untill TWRP or CWM.
Click to expand...
Click to collapse
Hi... cwm v5.8.1.5 work in my phone...
The only problem is that we need to reinstall ... because after restarting the phone reverts to stock recovery...
Enviado desde mi GT-I9070 usando Tapatalk 2
Is it possible that a bootloop only appears if you remove the very last blank line (a line without content) in the build.prop?
Gesendet von meinem GT-I9070P
@VooDoo` yes, u must leave that blank line, and never use notepad in windows to edit unix files, use notepad++ instead or do it inside android
debug.sf.hw=1 line is on default build.prop so it's unnecesary, the second one is like go to developer settings and enable "force gpu rendering"?
Im trying with this parameter:
Code:
debug.hwui.render_dirty_regions=false
setting this to true, like this:
Code:
debug.hwui.render_dirty_regions=true
can anyone confirm if its giving less lag?

[TOOLKIT][WINDOWS/LINUX] Bootloop Remover [N00B FRIENDLY]

Presenting Bootloop Remover
Disclaimer:
Code:
I am just trying to help people here and ease their work but if anything wrong happens which damages your device then I won't be responsible. But will try to help you as much as possible. Thank You
About the tool:
This is a very basic batch script and I haven't changed it to .exe for reference purposes. When you port a ROM most chances are bootloops.:crying: It really makes us sad...so this is a simple tool that will copy a main file libandroid_runtime.so and most chances are the bootloop will be gone by now
Click to expand...
Click to collapse
How to use?
-> Well it's really easy to do. Windows users just click bootloop.bat and follow the on-screen instructions. It won't take long
-> Linux users download the file and keep in /home/username/ (~/) directory. Then open terminal and type :
Code:
./br.sh
In some cases this doesn't seem to work so if that doesn't works then open terminal and type:
Code:
bash ~/br.sh
This will work! :victory: Now follow the on-screen instructions and enjoy :good:
Click to expand...
Click to collapse
DOWNLOAD
FAQ:
Q. Advantages of this over manually doing this?
A. Well, this tool does the same as manual process, but this is an easier automated process. You don't have to search for anything and it's near to one-clickish only. Just let the tool everything and give the name as you prefer and done!
Q. What else do I need other than this tool?
A. Everything is included...no need of anything extra other than a windows or linux os :good:
Q. How can I help?
A. Pressing THANKS button would be helpful!
Click to expand...
Click to collapse
NOTE:
Some basic rules to be followed:
1. Press THANKS if you download this, it is encouraging for the dev.
2. Never quote this whole post.
3. Please be kind when replying. If you'll be rude, i'll be twice.
4. Kindly search everywhere before asking silly questions.:silly:
5. Be proper when posting in this thread.
6. No need to spam my thread by saying +1, thanks, etc.
7. Enjoy!
Click to expand...
Click to collapse
Credits-KINGbabasula(Thanks Sir), Me ​
For have more probabilities add the function that the script copy these files libandroid_servers.so and libmedia_ini.so
Inviato dal mio GT-I9070 con Tapatalk 2
KINGbabasula said:
For have more probabilities add the function that the script copy these files libandroid_servers.so and libmedia_ini.so
Inviato dal mio GT-I9070 con Tapatalk 2
Click to expand...
Click to collapse
Ok sir...will do it asap....thnx
Best Regards,
AJ
alokbina is now Abhinav2
Updated it. Now more probablity of preventing bootloop. Thanks to KINGbabasula....thank him above
Best Regards,
AJ
Do you have plans to make a mac/linux script?
sony xperia ray
ics 4.0.4 rooted
stock rom
matgras said:
Do you have plans to make a mac/linux script?
sony xperia ray
ics 4.0.4 rooted
stock rom
Click to expand...
Click to collapse
Will do it once I have some free time..
Press THANKS if I helped,
Best Regards,
AJ
alokbina is now Abhinav2
Released for linux. Linux users, enjoy :good:
need better instruction i suggest
mizukage said:
need better instruction i suggest
Click to expand...
Click to collapse
Well I thought that the included instructions within the tool were clear enough but if u say then I'll post some more instructions here...
Press THANKS if I helped,
Best Regards,
AJ
alokbina is now Abhinav2
Abhinav2 said:
Released for linux. Linux users, enjoy :good:
Click to expand...
Click to collapse
Thanks, However i hope that i will never going to need to use it
sony xperia ray
ics 4.0.4 rooted
stock rom
Please give another download link!

Help needed in creating a simple build. prop editor

Hello guys
I was thinking to create a simple build.prop editor. someone can help me where should I start. it's a simple project so I want to work myself to get some experience in android app development. As I know I have to provide root permission in android manifest. Xml but how the activity can read build.prop file
Thank you
Sent from my GT-I9100 using Tapatalk 2
Deleted
Root commands need to be executed the command line way.
You can get the content of a file using
Code:
cat <filepath>
For executing these commands I recommend using the RootTools library.
First of all get basic Linux command line knowledge.
nikwen said:
Root commands need to be executed the command line way.
You can get the content of a file using
Code:
cat <filepath>
For executing these commands I recommend using the RootTools library.
First of all get basic Linux command line knowledge.
Click to expand...
Click to collapse
So it means I should use Ubuntu
Sent from my GT-I9100 using Tapatalk 2
saif kazi said:
So it means I should use Ubuntu
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
No, it does not mean that.
If you want to do anything which needs SU permission, you need to do it without the Android API. You run a command on the built-in command line on your phone from your app. Now in Java you are able to read the output of the command and parse it to get the required information.
There is no other way of doing it because Android was not designed to be rooted.
saif kazi said:
Hello guys
I was thinking to create a simple build.prop editor. someone can help me where should I start. it's a simple project so I want to work myself to get some experience in android app development. As I know I have to provide root permission in android manifest. Xml but how the activity can read build.prop file
Thank you
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
I used this repo as a base for mine, see if it can be any use to you and try altering it as much as you can so you can see what your able todo
https://github.com/nathanpc/Build.prop-Editor
Nx Biotic said:
I used this repo as a base for mine, see if it can be any use to you and try altering it as much as you can so you can see what your able todo
https://github.com/nathanpc/Build.prop-Editor
Click to expand...
Click to collapse
Looks like he has already forked it.
https://github.com/saifkazi/Build.prop-Editor
If you want to release your version, have a look at the original license: https://github.com/nathanpc/Build.prop-Editor/blob/master/LICENSE
Nx Biotic said:
I used this repo as a base for mine, see if it can be any use to you and try altering it as much as you can so you can see what your able todo
https://github.com/nathanpc/Build.prop-Editor
Click to expand...
Click to collapse
Haha, I was about to suggest my project when I saw the Google Alerts email, but looks like you already did.
Thanks very much!
nathanpc said:
Haha, I was about to suggest my project when I saw the Google Alerts email, but looks like you already did.
Thanks very much!
Click to expand...
Click to collapse
No problem man!

[OT]Sexynogen Noobs Support [Jokes, Q&A, memes, and help]

After 3 years
I created an off topic thread
For my ROM and all who want to join
Sent from my GT-I9000 using xda app-developers app
Reserved
Sent from my GT-I9000 using Tapatalk 4 Beta
Is a setting of 2048kb for SD card read ahead safe? Since most ROM devs use 1024kb ? can anything bad happen?
hi ahmad Asharaf took with this rom V 3. few days and tell you I'm happy and I have no fault is found all ok ....
my question is: if I can install the TouchWiz launche and where I can find it for 4.1.2 or serves the one that comes in 4.2
traductor google...
gracias buen trabajo....
bonilobo62 said:
hi ahmad Asharaf took with this rom V 3. few days and tell you I'm happy and I have no fault is found all ok ....
my question is: if I can install the TouchWiz launche and where I can find it for 4.1.2 or serves the one that comes in 4.2
traductor google...
gracias buen trabajo....
Click to expand...
Click to collapse
You can use any one
Sent from my GT-I9000 using xda app-developers app
Ramsey said:
Is a setting of 2048kb for SD card read ahead safe? Since most ROM devs use 1024kb ? can anything bad happen?
Click to expand...
Click to collapse
Being using it for 1 day and nothing happened
Sent from my GT-I9000 using xda app-developers app
Hi all, I know that this is not a question related to Sexynogen Rom, but I hope you could help me.
The problem is: I need to create an init.d script that erase the entire content of a folder on boot of the phone so I'll explain you what I did... Maybe someone can explain me where I'm wrong.
I've created a .sh file with this simple string
Code:
rm -rf /sdcard/splitter/*
I've called this file elimina.sh and put it inside /data/ with 777 permissions (rwx-rwx-rwx)
So I've created a file with no extension with this lines
Code:
#!/system/bin/sh
run_program("/data/elimina.sh", "");
I've put it inside init.d folder with rwx-rx-rx permissions but when I restart the phone, the files inside the folder are still there.
What am I missing?
Thanks in advance
Regards
Stefano
@ OP why dont you change le title of thread to just Off topic thread for I9000 users.
If you want i can change mine aswel so that we will be united
mrjraider said:
@ OP why dont you change le title of thread to just Off topic thread for I9000 users.
If you want i can change mine aswel so that we will be united
Click to expand...
Click to collapse
You'll change le yours to what
Sent from my GT-I9000 using xda app-developers app
Stefano187 said:
Hi all, I know that this is not a question related to Sexynogen Rom, but I hope you could help me.
The problem is: I need to create an init.d script that erase the entire content of a folder on boot of the phone so I'll explain you what I did... Maybe someone can explain me where I'm wrong.
I've created a .sh file with this simple string
Code:
rm -rf /sdcard/splitter/*
I've called this file elimina.sh and put it inside /data/ with 777 permissions (rwx-rwx-rwx)
So I've created a file with no extension with this lines
Code:
#!/system/bin/sh
run_program("/data/elimina.sh", "");
I've put it inside init.d folder with rwx-rx-rx permissions but when I restart the phone, the files inside the folder are still there.
What am I missing?
Thanks in advance
Regards
Stefano
Click to expand...
Click to collapse
I am sorry I didn't get you
Please reexplain clearly so that I can get you using bullets will be nice
Sent from my GT-I9000 using xda app-developers app
Ahmad_Ashraf said:
I am sorry I didn't get you
Please reexplain clearly so that I can get you using bullets will be nice
Sent from my GT-I9000 using xda app-developers app
Click to expand...
Click to collapse
Thank you very much for your interest in my stupid vicissitude.
I've solved with Script Manager from Play Store, but I'll try to explain you what was my problem.
I've installed an app that create an unnecessary folder that grew size at each utilization of it, so, to avoid that this folder became too big (and my /sdcard/ became full), I've tought that maybe with an init.d script I should delete all the files inside this folder on boot.
So I tried to write a simple script but it doesn't work, so I've decided to use Script Manager (like @ktulu84 suggested to me).
If you can help me so I have not to use Script Manager it would be great, otherwise I'll continue to use that app.
Regards
Stefano
Stefano187 said:
Thank you very much for your interest in my stupid vicissitude.
I've solved with Script Manager from Play Store, but I'll try to explain you what was my problem.
I've installed an app that create an unnecessary folder that grew size at each utilization of it, so, to avoid that this folder became too big (and my /sdcard/ became full), I've tought that maybe with an init.d script I should delete all the files inside this folder on boot.
So I tried to write a simple script but it doesn't work, so I've decided to use Script Manager (like @ktulu84 suggested to me).
If you can help me so I have not to use Script Manager it would be great, otherwise I'll continue to use that app.
Regards
Stefano
Click to expand...
Click to collapse
Your question isn't stupid at all
Wish you success for your ROM or whatever
Glad you fixed it yourself. That's the best way for learning
I am sorry I didn't help
Sent from my GT-I9000 using xda app-developers app
on/off selectors
Thanks, for the rom.
My question is: Can i solve the overlayed images on sense on/off selectors, or i have to wait for a new release?
Now looks like first attachment, and the right one must be te second attachment.
Thanks in advance.
idroj said:
Thanks, for the rom.
My question is: Can i solve the overlayed images on sense on/off selectors, or i have to wait for a new release?
Now looks like first attachment, and the right one must be te second attachment.
Thanks in advance.
Click to expand...
Click to collapse
No new release for the next month
And no fix yet
Switch to any other ROM please
Sent from my GT-I9000 using xda app-developers app
Battery usage?
I have just one question: how is its battery draining? I've used many roms but none of them provide good battery usage, 1750 mAh battery seems to be not enough for an old-fashioned 1GHz single core phone!
Nu Pakachi said:
I have just one question: how is its battery draining? I've used many roms but none of them provide good battery usage, 1750 mAh battery seems to be not enough for an old-fashioned 1GHz single core phone!
Click to expand...
Click to collapse
No
Battery is excellent even without tweaking
seems like 4.1.2 is better in battery
Sent from my GT-I9000 using xda app-developers app
Ahmad_Ashraf said:
Battery is excellent even without tweaking
seems like 4.1.2 is better in battery
Click to expand...
Click to collapse
You said that, and I'm now downloading it :")
Nu Pakachi said:
You said that, and I'm now downloading it :")
Click to expand...
Click to collapse
Did you find the link for v3
Sent from my GT-I9000 using xda app-developers app
Ahmad_Ashraf said:
Did you find the link for v3
Sent from my GT-I9000 using xda app-developers app
Click to expand...
Click to collapse
I found it at your main thread of sexynogen
battery life is not rom dependent. memorize it.
if someone calling himself romdev done his job right battery life will be = stock firmware.
if he screwed up it will bee draining, lagging, restarting and so on.
nothing can be done aside of not using data connection/wifi setting brighteness to low and cpu to consrvative and downlclocking it.
but that could be done on stock firmware also, like such with no firmware alteration, standby drain

Categories

Resources