[Q] How to Save Sattery on CM10 - Sony Ericsson Xperia Mini, Mini Pro, Xperia Pro, A

Hello
I'am using SJB 5.5,battery more extravagant than Stock ROM
How to save battery life ?
Sorry my bad English

_ziant_ said:
Hello
I'am using SJB 5.5,battery more extravagant than Stock ROM
How to save battery life ?
Sorry my bad English
Click to expand...
Click to collapse
On setting :
Use 2G only
Disable airplane mode
Change brightness to little dark
Dont use task killer (battery willl drain fast with this )
Add this on build prop line (dnt forget make a backup) :
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
proximity_incall=enable
usb_wakeup=enable
power_supply.wakeup=enable
ro.config.htc.nocheckin=1
with above step you will got ultra battery friendly

hurriX8 said:
On setting :
Use 2G only
Disable airplane mode
Change brightness to little dark
Dont use task killer (battery willl drain fast with this )
Add this on build prop line (dnt forget make a backup) :
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
proximity_incall=enable
usb_wakeup=enable
power_supply.wakeup=enable
ro.config.htc.nocheckin=1
with above step you will got ultra battery friendly
Click to expand...
Click to collapse
Thanks Bro

Can i add this on CM 10 Nightly?
Xperia Ray(ST18i)
CM 10 Nightly
LuPus.urushi.jb9.1]

Related

[ICS Stock Beta] Mods and Performance Tweaks Thread

Hi Guys,
Since the New ICS Beta is here and has almost everything functional..
So Guys .. If you know any TWEAKS Please Share....
Let me start with one.. Try this...
1) Add the following in build.prop using Root Explorer and Reboot.. You will see scrolling and touch responsiveness and UI will be significantly improved..
Performance Tweaks
Code:
# Increase overall touch responsiveness
windowsmgr.max_events_per_sec=150
debug.performance.tuning=1
video.accelerate.hw=1
2) Keep window animations to .5x and you will have a smoother lagless UI experience
3) Install Nova Launcher from Market (we all know that)
4) by andy_dunlop
For a brighter LED add to hw_config.sh then reboot
# led
echo 10000 > $dev/red/max_current
echo 42000 > $dev/green/max_current
echo 30000 > $dev/blue/max_current
Click to expand...
Click to collapse
5) by Sirkay
# Network 2G/3G optimization
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.hsdpa.category=10
ro.ril.hsupa.category=6
ro.telephony.default_network=0
# performance
debug.sf.hw=1 # Rendering User Interface With GPU
dalvik.vm.execution-mode=int:jit
pm.sleep_mode=1 # saves power when deep sleep
ro.ril.disable.collapse=1 # Allows the phone to sleep better
Click to expand...
Click to collapse
MODS:
1% battery Mods --> Visit HERE
For a brighter LED add to hw_config.sh then reboot
# led
echo 10000 > $dev/red/max_current
echo 42000 > $dev/green/max_current
echo 30000 > $dev/blue/max_current
# Network 2G/3G optimization
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.hsdpa.category=10
ro.ril.hsupa.category=6
ro.telephony.default_network=0
# performance
debug.sf.hw=1 # Rendering User Interface With GPU
dalvik.vm.execution-mode=int:jit
pm.sleep_mode=1 # saves power when deep sleep
ro.ril.disable.collapse=1 # Allows the phone to sleep better
nice mods...
and please mention what each mod is for... i am trying 1% battery mod buy it's not working...,looks like it lies in framework.odex and i don't know how to edit that...
andy_dunlop said:
For a brighter LED add to hw_config.sh then reboot
# led
echo 10000 > $dev/red/max_current
echo 42000 > $dev/green/max_current
echo 30000 > $dev/blue/max_current
Click to expand...
Click to collapse
Max value is 20000 (look in sys/class/leds/color/max_current for used values). So your values are 10000/20000/20000.
But I´m not sure about battery drain at max.
Actually I use R/G/B = 4000/10000/10000 - that´s bright enough for me.
how do i get the toggles in status bar? thanks
How is the battery drain going for you guys?
Sent from my iPod touch using Tapatalk
Well i deleted apps such as e-mail, gmail, facebook and a few other so it is going pretty well. I've used around 50% battery in 36 hours. And you have to consider that this is not normal usage since i'm testing if everything works and so on.
sirkay said:
# Network 2G/3G optimization
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.hsdpa.category=10
ro.ril.hsupa.category=6
ro.telephony.default_network=0
# performance
debug.sf.hw=1 # Rendering User Interface With GPU
dalvik.vm.execution-mode=int:jit
pm.sleep_mode=1 # saves power when deep sleep
ro.ril.disable.collapse=1 # Allows the phone to sleep better
Click to expand...
Click to collapse
Do we add these lines to build.prop ?
Do we add them at the end of the file ?
some other build.prop tweaks that i used
#
# Network speed
#
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
#
# Streaming Tweaks
#
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=false
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
#
# Media/Images Enhancement
#
ro.media.capture.maxres=8m
ro.media.capture.fast.fps=4
ro.media.capture.slow.fps=120
#ro.media.capture.flash=led
ro.media.capture.torchIntensity=40
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true
Sent from my ST18i using XDA App
mathewgx said:
Do we add these lines to build.prop ?
Do we add them at the end of the file ?
Click to expand...
Click to collapse
Doesn't matter, just place it at the end if you like, at the beginning or in the middle, you can even scatter it though the build.prop if you like
Sent from my LT15i using xda premium
Is there a tweak to force that the SE Launcher will stay in RAM whatever happens?(There's a similar setting in CM7)
I hate redraws of the homescreen...
Thanks for the other tweaks! Runs much smoother now!
[GER]Roxxor said:
Is there a tweak to force that the SE Launcher will stay in RAM whatever happens?(There's a similar setting in CM7)
I hate redraws of the homescreen...
Thanks for the other tweaks! Runs much smoother now!
Click to expand...
Click to collapse
never found one for the time being
sirkay said:
never found one for the time being
Click to expand...
Click to collapse
Can't resist the tweak from jjdoctor and flashed it right away.. Well i think the lag comes down to the Launcher being used. the scrolling is smoother this time, but i'm unsure if that is caused by the tweak since it's smoother from the get go.. :/ but anyway thanks jjdoctor for the tweaks, you poisoned me to use ICS again
hansip87 said:
Can't resist the tweak from jjdoctor and flashed it right away.. Well i think the lag comes down to the Launcher being used. the scrolling is smoother this time, but i'm unsure if that is caused by the tweak since it's smoother from the get go.. :/ but anyway thanks jjdoctor for the tweaks, you poisoned me to use ICS again
Click to expand...
Click to collapse
you mean the AOSP ROM?
idareyoutoclickthis said:
you mean the AOSP ROM?
Click to expand...
Click to collapse
No, i mean the one from Sony. Well, i think i'll mod the services.jar to be able to apply Supercharger in ICS.. I'll post it here too if it can be achieved.. Stay Tuned
hansip87 said:
Can't resist the tweak from jjdoctor and flashed it right away.. Well i think the lag comes down to the Launcher being used. the scrolling is smoother this time, but i'm unsure if that is caused by the tweak since it's smoother from the get go.. :/ but anyway thanks jjdoctor for the tweaks, you poisoned me to use ICS again
Click to expand...
Click to collapse
the lag is happened in every fresh flash, because of the media server crazily search & re-index our media in sdcard, the bigger the sdcard the longer it takes, for my 8GB class 10 sdcard (only few media files inside) takes around 20 minutes to finish.
after it finished, everything getting smother, that what I get by watching cpu usage overlay screen
[GER]Roxxor said:
Is there a tweak to force that the SE Launcher will stay in RAM whatever happens?(There's a similar setting in CM7)
I hate redraws of the homescreen...
Thanks for the other tweaks! Runs much smoother now!
Click to expand...
Click to collapse
yes there is,
fyi, CM's "Lock Home In Memory" actually still have a chance to get redrawn.
but if you want your home launcher 100% locked in memory you need to edit service.jar
attachment is edited SE ICS Beta's service.jar
flash using cwm
[edit]oops... sorry didn't see hansip87 going to make it too,
then it's your job gan hansip87 to make supercharge script patch
szl.kiev said:
yes there is,
fyi, CM's "Lock Home In Memory" actually still have a chance to get redrawn.
but if you want your home launcher 100% locked in memory you need to edit service.jar
attachment is edited SE ICS Beta's service.jar
flash using cwm
[edit]oops... sorry didn't see hansip87 going to make it too,
then it's your job gan hansip87 to make supercharge script patch
Click to expand...
Click to collapse
Ou you already made that no matter, just using your mod then thanks!
Thx again szl...great job. Keep doing good think for our rom..together we can be better
Found some tweak, don't know if it will works, trying myself now. Original article: http://www.ifans.com/forums/threads/ics-performance-tweaks.369959/
Add this to build.prop:
Code:
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
com.qc.hardware=true
ro.kernel.android.checkjni=0
ro.max.fling_velocity=4000
debug.enabletr=true
UPDATE: So far it makes the windows and transition performance at 1x quite smooth
and this (better backup yours first, don't think the following is safe to be used :/)
Get rid of CPU rendering:
Navigate to /system/lib/egl/
Open the file named "egl.cfg"
Delete the first line. It should say "0 0 android" or something similar
Go back into the egl folder and delete libGLES_android.so
What this does is remove the entire soft-rendering pathway from the OS.

Is there anyway to speed up the launch of camera

As topic, pls
Sent from my SO-01C using xda premium
And my questions is:
how much ram consumming apps do you have? then,you will find the answer you are looking for
Which you prefer? It's yours
Method 1 [Recommended] esp. rooted X10i with customizable build prop along:
Source from: http://androidforums.com/warp-all-things-root/504850-build-prop-speed-tweaks-updated-mar-12th.html
Description : "This new build.prop that i edited actually speeds up your phone from somewhere to 20-30 percent and also reduce lags. Its very easy to install the new build.prop please follow the directions below."
Lines added:
ro.config.hwfeature_wakeupkey=0
windowsmgr.max_events_per_sec=150
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
persist.adb.notify=1
debug.performance.tuning=1
video.accelerate.he=1
ro.media.enc.hprof.vid.bps =8000000
ro.media.capture.maxees=8m
ro.media.capture.fast.fps =4
ro.media.capture.slow.fps=120
ro.media.capture.flashMinV=33000000
ro.media. capture.torchIntensity=40
ro.media.capture.torchIntensity=70
ro.media.panorama.defres=3264x1840
ro.media.capture.panorama.frameres=1280x720
ro.camcorder.videoModes=true
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
windowsmgr.max_events_per_sec=180
ro.media.enc.jpeg.quality=90
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
ro.lge.proximity.delay=150
mot.proximity.delay=150 If new, Write these inside your BuildProp and save and restart your phone. If got already, edit them and save restart phone. Should see some difference.
METHOD 2
Get Awesome Camera apps which use alternative launching commands by just clicking them.
Recommended Camera Apps Link: http://www.gadgetcage.com/best-android-camera-apps/17839/
METHOD 3
Optimise your unneccessary/used apps by "force stopping them" to increase free RAM under Setting>Applications>Running Service
By clearing them, phone will not be overloaded and reducing launch reaction time for apps including camera launch Therefore, apps can be launched faster.
Hope these help
whitefang
kalel29 said:
And my questions is:
how much ram consumming apps do you have? then,you will find the answer you are looking for
Click to expand...
Click to collapse
I have 120mb free ram when i open the camera , and it takes 3 to 4 seconds to launch.
It didn't answer my question.
There is only one way to spped up camera launch ,get cyanogenmod.
SMASH :good: BUTTON IF I HELPED YOU
techdevilisnowmonster said:
There is only one way to spped up camera launch ,get cyanogenmod.
SMASH :good: BUTTON IF I HELPED YOU
Click to expand...
Click to collapse
I love the stock SE camera but yes its painfully slow even on customs roms.
Then I decided to use Camera ICS from playstore . I am just impressed with its starting and capturing speed

[collected][build.prop_tweaks]

Here are some build.prop tweak's collected from various post to customize/improve your device : network, system, display and audio.
READ CAREFULLY !!! 2nd Post before applying
NETWORK
for faster media stream...
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-rtsp=true
media.stagefright.enable-record=false
for better net speeds...
net.tcp.buffersize.default=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.wifi=524288,1048576,2097152,524288,1048576,2097152
net.tcp.buffersize.umts=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.gprs=6144,87380,1048576,6144,87380,524288
net.tcp.buffersize.edge=6144,87380,524288,6144,16384,262144
net.tcp.buffersize.hspa=6144,87380,524288,6144,16384,262144
net.tcp.buffersize.hsdpa=6144,87380,1048576,6144,87380,1048576
for increase download/upload 3G tweaks...
ro.ril.hep=1
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=28
ro.ril.hsupa.category=9
ro.ril.enable.3g.prefix=1
to support ip v4 and v6...
persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1
for better signal...
persist.cust.tel.eons=1
for MMS APN retry timer set for 2 sec
ro.gsm.2nd_data_retry_config=max/_retries=3, 2000, 2000, 2000
to disable sending of usage data...
ro.config.nocheckin=1
to disable location.
ro.com.google.locationfeatures=0
ro.com.google.networklocation=0
SYSTEM
to keep launcher in memory :
ro.HOME_APP_ADJ=1
to lock app in memory...
sys.keep_app_1=com.example.app
to make phone hibernate instead of shutting down...
persist.sys.shutdown.mode=hibernate
allow phone to sleep better...
ro.ril.power_collapse=1
saves power when phone is in sleep mode...
pm.sleep_mode=1
allows wifi to scan less, saving more battery...scans every 3 mins...
wifi.supplicant_scan_interval=180
for smooth disconnect and reconnects to save battery, could brake tethering with CM7
ro.mot.eri.losalert.delay=1000
phone will not wake up from hitting volume rocker...
ro.config.hwfeature_wakeupkey=0
to enable faster boot...
ro.config.hw_quickpoweron=true
to disable error checking with some applications...
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
to disable sending usage data
ro.config.nocheckin=1
render ui interface with gpu
debug.sf.hw=1
for video acceleration and HW debugging
debug.performance.tuning=1
video.accelerate.hw=1
debug.egl.profiler=1
debug.egl.hw=1
debug.composition.type=gpu
to disable boot animation...
debug.sf.nobootanimation=1
to allow purging of assets...
persist.sys.purgeable_assets=1
for dalvik VM tweaks...
dalvik.vm.checkjni=false
dalvik.vm.dexopt-data-only=1
dalvik.vm.heapsize=64m
dalvik.vm.verify-bytecode=false
dalvik.vm.lockprof.threshold=250
dalvik.vm.dexopt-flags=m=v,o=y
dalvik.vm.stack-trace-file=/data/anr/traces.txt
dalvik.vm.jmiopts=forcecopy
to enable execution of JIT
dalvik.vm.execution-mode=int:jit
DISPLAY
to disable blackscreen issue after a call :
ro.lge.proximity.delay=25
mot.proximity.delay=25
to improve jpeg and camera/camcoder quality :
ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.camcorder.videoModes=true ro.media.enc.hprof.vid.fps=65
for screen to recognize only two fingers :
ro.product.multi_touch_enabled=true
ro.product.max_num_touch=2
for better scrolling and touch response :
windowsmgr.max_events_per_sec=150
ro.min_pointer_dur=8
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
for key lights to stay on while screen is on :
ro.mot.buttonlight.timeout=0
to enable surface dithering :
persist.sys.use_dithering=1
to change lcd density :
ro.sf.lcd_density=160
to disable usb debugging popup :
persist.adb.notify=0
to get rid of "non-compatible device" in market :
ro.product.model=GT-N7000
ro.product.manufacturer=samsung
AUDIO
to disable boot sound :
ro.config.play.bootsound=0
to disable sound notification when SD storage inserted :
persist.service.mount.playsnd=0
to make phone ring immediately :
ro.telephony.call_ring.delay=0
for better call quality :
ro.ril.enable.amr.wideband=1
ro.config.hw_fast_dormancy=1
to add more volume steps in call :
ro.config.vc_call_steps=20
READ CAREFULLY before applying...
Procedure:
Need rooted device with root explorer and full permissions.
Located in root/system/build.prop
Edit build.prop and save.
Reboot to take effect.
Note:
Place no spaces between the codes.
Make a backup of your original build.prop if incase stuck at bootanimation you can make a flashable.zip anytime.
Some developers uses these codes in there custom roms if are'nt added then you can add at the end of build.prop so will be easy to recognize.
Many of them may or may not work also it wont harm your device.
If you can help updating me by posting here then i can add/remove more tweaks.
And whatever you do, you will do at your own risk
if you find this helpful, then hit my THANKS meter !!!
if you want to blame me for this, then iam always WELCOME !!!
i hope this is not too hard for me
Valid?
Are these all known to work with our hardware? (I know some entries such as lcd.density will cause problems with certain ROMs)
There is a thread suggesting dalvik.vm.dexopt-flags=v=a,o=v,u=y,m=y (which works well for me), instead of dalvik.vm.dexopt-flags=m=v,o=y
It is like: verify=all dexopt=verified uniprocessor=yes registermaps=yes
Click to expand...
Click to collapse
also... Spoofing the hardware as a Galaxy Note eh? Interesting! Most places I've seen the hardware spoofed as Crespo.
:good:
Crinos512 said:
Are these all known to work with our hardware? (I know some entries such as lcd.density will cause problems with certain ROMs)
There is a thread suggesting dalvik.vm.dexopt-flags=v=a,o=v,u=y,m=y (which works well for me), instead of dalvik.vm.dexopt-flags=m=v,o=y
also... Spoofing the hardware as a Galaxy Note eh? Interesting! Most places I've seen the hardware spoofed as Crespo.
:good:
Click to expand...
Click to collapse
mayb it works with diff. roms depending upon the customization of rom owners...i just collected and posted here...so we can test to see which supports or not with our roms and can share with others...most of them are already added in my rom (LH)...as for lcd density 120 is'nt compatible...i will attach an empty flashable zip file for build.prop so that it can b modified with original one if anything goes wrong...i dont think any of those will harm our devices...
Note/Streak=5inch...i knw it sounds stupid but i think we can get more even dual core support'd apps to download :silly:
boot animation does not work
Hi,
I am testing the tweaks for better response/ less lags / speed and call/network quality.
First thing I tried is boot animation disable.
to disable boot animation...
debug.sf.nobootanimation=1
Click to expand...
Click to collapse
The boot animation line I have added n saved.
On restart - the Boot animation still plays.
( ROM - DSC 1.4 )​
EDIT-
Please ignore the above problem-
the "sf" was added in upper case
Another observation -
After boot - the phone shows me lockscreen - in 3 weird and different ways!
and- ends up finally - in a proper manner!
I've been testing a lot of those tweaks for some time for my LXdroid ROM, some of them don't work and some of them are simply...useless
I've included the best of them and more tweaks in my ROM, in version 0.2 though, if i can fix the Skype problem, i will launch it
Many of those tweaks ar for CM7 ROM's, but some of them could work on others
But thanks anyways
besony said:
Hi,
I am testing the tweaks for better response/ less lags / speed and call/network quality.
First thing I tried is boot animation disable.
The boot animation line I have added n saved.
On restart - the Boot animation still plays.
( ROM - DSC 1.4 )​
EDIT-
Please ignore the above problem-
the "sf" was added in upper case
Another observation -
After boot - the phone shows me lockscreen - in 3 weird and different ways!
and- ends up finally - in a proper manner!
Click to expand...
Click to collapse
DSC already has the tweaks needed, since has been in production stage long now.
@MadHaker,
Thank you very much for these brilliant list of tweaks! Love it... I have seen some are already added in some newer custom ROM developers, but some aren't...
I have some questions...some are silly questions, hope you don't mind answering them. Thank u.
1) Why do we need to disable sending of usage data? Will that cause problem if user is tracking their use, so that user do not go over their data usage quota?
2) What is the benefit of keep launcher in memory?
3) What is the benefit of lock app in memory? Will that make the memory full?
I see the command is "sys.keep_app_1=com.example.app"
What app best to be listed here?
4) If user make phone hibernate instead of shutting down, then is there a way to shutdown the phone? Is it safe to open the back cover and take out the External microSD and/or battery out during hibernate?
5) For key lights to stay on while screen is on...
- Is the a command to make the LEDs to lit at, say 50% capacity, or that is control also by auto-brightness of the phone setting or the CM setting?
6) I don't understand what is and the use of "enable surface dithering". What is it actually.
7) Why is it useful to have "disable usb debugging popup" ?
8) This is neat - "to get rid of "non-compatible device" in market" .
ro.product.model=GT-N7000
ro.product.manufacturer=samsung
- But any side effect of doing so?
Dell Streak | InnerSD 8GB | ExternalSD 32GB | LXdroid 0.2
BTW...I can't seem to make the hibernate function to work. Didn't see any icon/selection for hibernate. Power button only have Power off selection. Am I missing a step somewhere?
Dell Streak | InnerSD 8GB | ExternalSD 32GB | LXdroid 0.2

[TWEAKS] Increase Overall Performance And Save Battery

Hello Friends .. I Have Come Back With Some Tweaks That Will Definitely Solve Problems Please Press Thank Button I Have Spended 4-5 days to make all this tweaks , Please Respect it
Requirement :- Root And Android Phone (All) With Fresh mind
Instructions :-
1. Go to /System And Open build.prop
2. Then Edit it and add tweaks from below
Please Don't Play With build.prop it is very sensitive file
1. Force launcher into memory
Code:
ro.HOME_APP_ADJ=1
2. Raise JPG quality to 100%
Code:
ro.media.enc.jpeg.quality=100
3. VM Heapsize; higher the RAM, higher the hp can be
Code:
dalvik.vm.heapsize=48m
4. Render UI with GPU
Code:
debug.sf.hw=1
5. Decrease dialing out delay
Code:
ro.telephony.call_ring.delay=0
6. Helps scrolling responsiveness
Code:
windowsmgr.max_events_per_sec=150
7. Save battery
Code:
wifi.supplicant_scan_interval=180
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
8. Disable debugging notify icon on statusbar
Code:
persist.adb.notify=0
9. Increase overall touch responsiveness
Code:
debug.performance.tuning=1
video.accelerate.hw=1
10. Raise photo and video recording quality
Code:
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
11. Signal (3G) tweaks
Code:
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=10
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=5
12. Net speed tweaks
Code:
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
13. Disable blackscreen issue after a call
Code:
ro.lge.proximity.delay=25
mot.proximity.delay=25
14. Fix some application issues
Code:
ro.kernel.android.checkjni=0
15. Phone will not wake up from hitting the volume rocker
Code:
ro.config.hwfeature_wakeupkey=0
16. Force button lights on when screen is on
Code:
ro.mot.buttonlight.timeout=0
17. Disable boot animation for faster boot
Code:
debug.sf.nobootanimation=1
18. Miscellaneous flags
Code:
ro.config.hw_menu_unlockscreen=false
persist.sys.use_dithering=0
persist.sys.purgeable_assets=1
dalvik.vm.dexopt-flags=m=y
ro.mot.eri.losalert.delay=1000
This Are Some Another Tweaks
# MEDIA TWEAKS-----------------
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-rtsp=true
media.stagefright.enable-record=true
# photo/video quality
ro.media.enc.jpeg.quality=100
ro.media.enc.hprof.vid.bps=8000000 #control video bitrate (stock cam app only)
# MISCELLANEOUS TWEAKS-----------------
wifi.supplicant_scan_interval=180
#If you don’t keep Wi-Fi active, lowering the value below the default of 90 seems to make Wi-Fi connect faster after being turned on. But it will consume more power if turning Wi-Fi off has been forgotten when not in range of a known network.
windowsmgr.max_events_per_sec=90 #This number equates to the refresh rate * 1.5 Android maxes at 60fps. Max value is already set to 90.
# faster Scrolling
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
# improve voice call clarity
ro.ril.enable.amr.wideband=1
# disable error checking
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
# disable logcat
logcat.live=disable
# faster youtube?
ro.ril.hep=0
# Faster boot
persist.sys.shutdown.mode=hibernate
# disable animation for faster startup
#debug.sf.nobootanimation=1
# does not need to be on if not a dev
persist.android.strictmode=0
# disable USB debugging icon from status bar
persist.adb.notify=0
#HARDWARE RELATED TWEAKS-----------------
# Render graphics with GPU&CPU
#debug.composition.type=CPU
#debug.composition.type=GPU
# Qualcomm display settings
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
com.qc.hardware=true
# BATTERY SAVING-----------------
ro.ril.disable.power.collapse=1
ro.mot.eri.losalert.delay=1000 #smooths out network disconnects. breakes tethering in CM7.
ro.config.nocheckin=1 #disable sending usage data to google
# sleep modes
pm.sleep_mode=2
#usage:
#pm.sleep_mode=0 -> collapse suspend
#pm.sleep_mode=1 -> collapse (will totally power off the cpu)
#pm.sleep_mode=2 -> sleep (cpu is still on, but put into low power mode (registers are still saved)
#pm.sleep_mode=3 -> slow Clock and Wait for Interrupt (lowered frequency and voltage)
#pm.sleep_mode=4 -> wait for interrupt (no change in cpu clock or voltage)
# DALVIK TWEAKS
dalvik.vm.execution-mode=int:jit #Dalvik just-in-time compiler
dalvik.vm.verify-bytecode = false
dalvik.vm.dexopt-flags=v=n,o=a,u=y #first remove the existing dalvik.vm.dexopt-flags line before putting this one!
# DEACTIVATED LINES-----------------
# should improve responsiveness through Hardware Rendering (maybe consumes more battery when on?)
#debug.sf.hw=1
#persist.sys.ui.hw=1
#debug.egl.profiler=1
#debug.egl.hw=1
# minimize the time Android waits until it rings on a call (not really necessary if you're not experiencing problems)
#ro.telephony.call_ring.delay=0
# proximity sensor delay (not really necessary if you don't experience black screen issue after cal)
#mot.proximity.delay=25
#ro.lge.proximity.delay=25
# disable error reporting. may possibly breake some apps.
#profiler.force_disable_err_rpt=1
#profiler.force_disable_ulog=1
# locks launcher in memory (not recommended on low RAM devices)
#ro.HOME_APP_ADJ=1
Work ALL tweak so 1. 2. post at the same time?
Boonen said:
Work ALL tweak so 1. 2. post at the same time?
Click to expand...
Click to collapse
Yes all tweaks works ..
And Sorry 1-3 tweaks are repeated in post 1 and 2
This is just an extracted supercharger because supercharger do the same.
:::[ Pandemic Quote.:: Im The Godfather Of St Octane TF Packs !!
Press Thanks If You Like My Work/Advice !!!
Pandemic said:
This is just an extracted supercharger because supercharger do the same.
:::[ Pandemic Quote.:: Im The Godfather Of St Octane TF Packs !!
Press Thanks If You Like My Work/Advice !!!
Click to expand...
Click to collapse
Not All
Noel Macwan said:
Not All
Click to expand...
Click to collapse
Ok, can you respond on the pm
:::[ Pandemic Quote.:: Im The Godfather Of St Octane TF Packs !!
Press Thanks If You Like My Work/Advice !!!
Hello.
16. Force button lights on when screen is on
Is there a way to disable it completely?
CheyTac-12 said:
Hello.
16. Force button lights on when screen is on
Is there a way to disable it completely?
Click to expand...
Click to collapse
Hello..
Sorry.. I didn't get you
Please elaborate
Sent from my C6603 using xda premium
Thanks For Your All Tweaks
Just one point:
Forcing the 2D drawing with GPU will cost MORE ram and time to run EACH application but usually you get smoother UI. I think it isn't a good idea with phones with only 512 MB ram like U & Sola.
Source: http://developer.sonymobile.com/2012/03/30/learn-about-the-technical-differences-between-gingerbread-and-ics/
Noivern said:
Just one point:
Forcing the 2D drawing with GPU will cost MORE ram and time to run EACH application but usually you get smoother UI. I think it isn't a good idea with phones with only 512 MB ram like U & Sola.
Source: http://developer.sonymobile.com/2012/03/30/learn-about-the-technical-differences-between-gingerbread-and-ics/
Click to expand...
Click to collapse
Forcing 2D GPU .. All Apps And HD Games will not work/properly ...It will gives Fc..
So It's not too good idea
That's why i have maded mods to experience smoother
you may try :-
[MOD][P][SOLA][GO] Increase Gaming Performance
[MOD][P][SOLA][GO] Increase Performace With Turbo Boost Power
Noel can you figure out how we can disable the button ligths on Xperia P?
Thanks
Pandemic said:
Noel can you figure out how we can disable the button ligths on Xperia P?
Thanks
Click to expand...
Click to collapse
Did you mean Nav Bar Light ??
Hmm Okay it will see but for that may i'll need some files from your Xperia p ( Right now my bro has taken XP and he is out )
I'll Inform you when i'll need some files
Noel Macwan said:
Did you mean Nav Bar Light ??
Hmm Okay it will see but for that may i'll need some files from your Xperia p ( Right now my bro has taken XP and he is out )
I'll Inform you when i'll need some files
Click to expand...
Click to collapse
Yes thats correct and ok i understand, which files you need? I send them to you
:::[ Pandemic Quote.:: Im The Godfather Of St Octane TF Packs !!
Press Thanks If You Like My Work/Advice !!!
Pandemic said:
Yes thats correct and ok i understand, which files you need? I send them to you
:::[ Pandemic Quote.:: Im The Godfather Of St Octane TF Packs !!
Press Thanks If You Like My Work/Advice !!!
Click to expand...
Click to collapse
I'll Tell you
Noel Macwan said:
I'll Tell you
Click to expand...
Click to collapse
Yes in a pm
:::[ Pandemic Quote.:: Im The Godfather Of St Octane TF Packs !!
Press Thanks If You Like My Work/Advice !!!

l__RECOMMENDATIONS__l FOR LG L7

Hi Everyone
_______________________
I want to give you a l__RECOMMENDATIONS__l For the single core devices:
1-The reason of lagging games is the next:
A- (The chat apps) If you have many chat apps in you phone and you used it all it well be the ---> MAIN REASON OF LAGGING ON DEVICE!
So use at least one or two chat apps.
------------------------------------------------------
B- (Facebook) The facebook app take a huge amount of ram and make the device slower and laggy!
So dont use it.use your browser and navigate to facebook.com and go!
------------------------------------------------------------------------------------------------------
C- (Google chrome) This one too make the device slower and laggy! because he take a huge amount of ram and by that the performance well be LOOOOOOOOW
So use you normal android browser.
----------------------------------------------------
And if you finished from all that you well need these apps:
1- seeder app
2- seeder v7 zip ( see if it compatible with your device's rom first)
3- greenify app
4- overclocked you device ( like 1000Mhz max ---> Extend to 1300 Mhz max )
----------------------------------------------------------------------------------------------------------------
If there any questions please write it.and dont be shamed from what you say.
Any review is always welcome:laugh:
Dont be shamed to ask Little question its better than falling in big problems
And Very Soon I Well Add How To Use These Apps With Screenshots!
Have a nice day!
UPD:I have fixed the battery drain and increased some stuff.
Just add these in your build.brop:
---------------------------------------First Section--------------------------------------------------
General Performance
debug.sf.hw=1
------------------------------------------------------------------------------------------------------------
Increased Media & Streaming Performance
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=false
media.stagefright.enable-http=true
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960 net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.evdo_b=4096,87380,256960,4096,1 6384,256960
------------------------------------------------------------------------------------------------------------
Disable sending usage data
ro.config.nocheckin=1
------------------------------------------------------------------------------------------------------------
Saves power
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
windowsmgr.max_events_per_sec=60 (can be increased to higher values)
wifi.supplicant_scan_interval=180
------------------------------------------------------------------------------------------------------------
To make the phone ring faster when dialing out
ro.telephony.call_ring.delay=0
------------------------------------------------------------------------------------------------------------
Disable black screen issue after call
ro.lge.proximity.delay=25
mot.proximity.delay=25
------------------------------------------------------------------------------------------------------------
Makes apps load faster and frees more ram. (Edit exsisting line)(If you cant find it just semply add new line)
dalvik.vm.dexopt-flags=m=v,o=y
------------------------------------------------------------------------------------------------------------
For Faster streaming
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=true
------------------------------------------------------------------------------------------------------------
Net speed tweaks
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.hspa=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.lte=524288,1048576,2097152,5242 88,1048576,2097152
net.tcp.buffersize.hspda=4096,87380,256960,4096,16 384,256960
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144, 87380,1048576
------------------------------------------------------------------------------------------------------------
Frees More RAM
persist.sys.purgeable_assets=1
------------------------------------------------------------------------------------------------------------
Awesome photo and video recording quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
------------------------------------------------------------------------------------------------------------
Fix some application issues (FC)
ro.kernel.android.checkjni=0
------------------------------------------------------------------------------------------------------------
Have A nice day:good:
And yes i have tried and its working:good:
------------------------------------------------------------------------------------------------------------
And if you want to add the lines from your phone just download the files in the attachments and put it in your phone and copy the texts and paste it in your build.brop:goodWithout the description please like---- Fix some application issues (FC)----just add the lines)
Something new
Now i am using cm 10.1 galaxy s4 rom beta 1 and its great:good:
AmrAllam7 said:
Now i am using cm 10.1 galaxy s4 rom beta 1 and its great:good:
Click to expand...
Click to collapse
any bugs?
Yeah Man
TheRealMenace said:
any bugs?
Click to expand...
Click to collapse
HI Bro
Yeah there is bugs like:
1- Sound error its horrible when i make it high.
2- i was found a battery drain but i fix it !:good:
AmrAllam7 said:
HI Bro
Yeah there is bugs like:
1- Sound error its horrible when i make it high.
2- i was found a battery drain but i fix it !:good:
Click to expand...
Click to collapse
how did you fix battery drain?
Hi Bro
TheRealMenace said:
how did you fix battery drain?
Click to expand...
Click to collapse
I have deleted the nfc service from the system and add some lines to build.prop.
What lines did you add?
TheRealMenace said:
What lines did you add?
Click to expand...
Click to collapse
Hi Bro:laugh:
I dont remember exactly but you still can writing these:
http://forum.xda-developers.com/showthread.php?t=1874269
Thanks bro! I just installed cm 10.1 galaxy s4 rom beta 1
TheRealMenace said:
Thanks bro! I just installed cm 10.1 galaxy s4 rom beta 1
Click to expand...
Click to collapse
Ok Have a nice day Bro:good:
Is seeder app and seeder v7 zip same app?
Sent from my LG-P700 using xda app-developers app
OK, first of all, seederv7 and seeder is same.
Overclocking to 1300 Mhz WILL make device hot, and battery drains too fast. L7 already overclocked by default.
And some of build.prop tweaks are USELESS like :
mot.proximity.delay=25 > This is for Motorolla Phone only
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000 > This is already hardcoded in framework somewhere, it CAN'T be changed in build.prop
ro.config.nocheckin=1 > This is a myth actually. This is only for HTC Phones. This line won't disable anything.
windowsmgr.max_events_per_sec=60 > This line is not useless, but it's becoming useless if you recommend to increase it.
So these are my comments. Not all are recommended for L7, and yes i did some Google search first.
F4uzan said:
OK, first of all, seederv7 and seeder is same.
Overclocking to 1300 Mhz WILL make device hot, and battery drains too fast. L7 already overclocked by default.
And some of build.prop tweaks are USELESS like :
mot.proximity.delay=25 > This is for Motorolla Phone only
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000 > This is already hardcoded in framework somewhere, it CAN'T be changed in build.prop
ro.config.nocheckin=1 > This is a myth actually. This is only for HTC Phones. This line won't disable anything.
windowsmgr.max_events_per_sec=60 > This line is not useless, but it's becoming useless if you recommend to increase it.
So these are my comments. Not all are recommended for L7, and yes i did some Google search first.
Click to expand...
Click to collapse
Hi Bro :laugh:
Ok thank you for this information's i did not know these because i have searched and found these and the thread maker war not written this is for motorollla or htc or dont write it
So at the end thanks:good:
toske81 said:
Is seeder app and seeder v7 zip same app?
Sent from my LG-P700 using xda app-developers app
Click to expand...
Click to collapse
Yes:good: like he said before :laugh:
toske81 said:
Is seeder app and seeder v7 zip same app?
Sent from my LG-P700 using xda app-developers app
Click to expand...
Click to collapse
And to know
The deference between seeder app and seeder v7 is the next:
Seeder app is customize able. you switch between light and moderate and aggressive mod:laugh:
But the seeder v7 is not customize able. you flashed via cwm and he goes on from it self i have tried and he goes on it self
I hope that helped:angel:
Nice
Sent from my LG-P700 using xda premium

Categories

Resources