Related
Hi all,
Today I am receive private message from @Amohell xda member about battery tweak in Build.prop from this thread http://forum.xda-developers.com/showthread.php?t=1786121
I make CWM installer from this tweak.We can test and report back for result.
I hope it help we for battery life.
This file flash via CWM after you flash this please wipe caches before reboot to system.
===============================================================================
update 20121014
new build.prop as below in CWM_build_prop_tweak_signed.zip
Code:
#### New Tweaks : somboons ####
debug.composition.type=hw
persist.android.strictmode=0
persist.sys.ui.hw=true
ro.com.google.networklocation=0
ro.config.nocheckin=1
ro.vold.umsdirtyratio=20
dalvik.vm.checkjni=false
dalvik.vm.execution-mode=int:jit
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
#Force launcher into memory
ro.HOME_APP_ADJ=1
#Raise JPG quality to 100%
ro.media.enc.jpeg.quality=100
#Render UI with GPU
debug.sf.hw=1
#Decrease dialing out delay
ro.telephony.call_ring.delay=0
#Helps scrolling responsiveness
windowsmgr.max_events_per_sec=150
#Save battery
wifi.supplicant_scan_interval=180
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
#Increase overall touch responsiveness
debug.performance.tuning=1
video.accelerate.hw=1
#Raise photo and video recording quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
#Signal (3G) tweaks
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
#Net speed tweaks
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
#Disable blackscreen issue after a call
ro.lge.proximity.delay=25
mot.proximity.delay=25
#Fix some application issues
ro.kernel.android.checkjni=0
#Phone will not wake up from hitting the volume rocker
ro.config.hwfeature_wakeupkey=0
#Force button lights on when screen is on
ro.mot.buttonlight.timeout=0
#Miscellaneous flags
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
#Specifics to some LG devices
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
user.feature.flex=true
user.feature.lgdrm=false
user.feature.lgresource=false
user.feature.lgpoweroff=false
user.feature.ls_event=false
user.feature.ls_normal=false
user.feature.sui=false
somboons said:
Hi all,
Today I am receive private message from @Amohell xda member about battery tweak in Build.prop from this thread http://forum.xda-developers.com/showthread.php?t=1786121
I make CWM installer from this tweak.We can test and report back for result.
I hope it help we for battery life.
This file flash via CWM after you flash this please wipe caches before reboot to system.
Click to expand...
Click to collapse
Can you explain what it does?
_RSAobj said:
Can you explain what it does?
Click to expand...
Click to collapse
#!/sbin/sh
# somboons
# Extra tweaks for build.prop
mkdir /sdcard/backuptweak
cp /system/build.prop /sdcard/backuptweak
echo "" >> /system/build.prop
echo "ro.ril.disable.power.collapse=0" >> /system/build.prop
echo "pm.sleep_mode=1" >> /system/build.prop
echo "debug.performance.tuning=1" >> /system/build.prop
echo "debug.composition.type=hw" >> /system/build.prop
echo "debug.sf.hw=1" >> /system/build.prop
echo "persist.android.strictmode=0" >> /system/build.prop
echo "persist.sys.use_dithering=1" >> /system/build.prop
echo "persist.sys.ui.hw=true" >> /system/build.prop
echo "persist.sys.purgeable_assets=1" >> /system/build.prop
echo "ro.com.google.networklocation=0" >> /system/build.prop
echo "ro.kernel.android.checkjni=0" >> /system/build.prop
echo "ro.config.nocheckin=1" >> /system/build.prop
echo "ro.vold.umsdirtyratio=20" >> /system/build.prop
echo "dalvik.vm.checkjni=false" >> /system/build.prop
echo "dalvik.vm.execution-mode=int:jit" >> /system/build.prop
echo "video.accelerate.hw=1" >> /system/build.prop
echo "windowsmgr.max_events_per_sec=240" >> /system/build.prop
echo "profiler.force_disable_err_rpt=1" >> /system/build.prop
echo "profiler.force_disable_ulog=1" >> /system/build.prop
touch /data/local/tmp/somboons
echo "done!!!" >> /data/local/tmp/somboons
Click to expand...
Click to collapse
It combines serveral Known Buildprop Tweaks.
Just copied the lines to build.prop
Now see how it goes.
Sent from my LG-P880 using xda app-developers app
any improvement?
after using the value, the battery use goes fc.
and some of the value is unnecessary
Sent from my LG-P880 using xda premium
Update new tweak build.prop.please help me to test .first I install via CWM pass not bootloop or stuck LG logo.
somboons said:
Update new tweak build.prop.please help me to test .first I install via CWM pass not bootloop or stuck LG logo.
Click to expand...
Click to collapse
it boots
somboons said:
Update new tweak build.prop.please help me to test .first I install via CWM pass not bootloop or stuck LG logo.
Click to expand...
Click to collapse
Edit manuel the lines to build.prop.
+1 boot
See how it goes
Sent from my LG-P880 using xda app-developers app
any overall improvement ???? after boot..better batery life?
better speed? please feedback
So your posting some build.prop "tweak" not even knowing what the lines exactly do or even if they work.. Great stuff.
I am testing now .It is many line .it is so good if anyone help me to test.
why do you are not help me to test I think as well as waiting me to tell any improvement
If you think it is not help you I reccommand not flash and I request
mod to close and lock this thread.
Sent from my LG-P880 using xda app-developers app
somboons said:
I am testing now .It is many line .it is so good if anyone help me to test.
why do you are not help me to test I think as well as waiting me to tell any improvement
If you think it is not help you I reccommand not flash and I request
mod to close and lock this thread.
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
To be honest I did not use/test it. If someone creates a post with some random build.prop "Tweaks" and does not know what he really is doing I will not test it. Try to study the lines and know what they mean before posting "Garbage" on the forums.
Use the latest tweaks.
No errors or FC's, but why use android system so much %??
Sent from my LG-P880 using xda app-developers app
my android system.
Sent from my LG-P880 using xda app-developers app
nothing here
please, bear in mind, thats a percentage used..
in terms of others..
its more of a comparision rather than time spent or actual battery consumed
I didn't root and I am in stock v10e of India and my battery performance
Sent from my LG-P880 using xda app-developers app
nevermind
hietsu said:
nevermind
Click to expand...
Click to collapse
Don't post some ****ty words. If you are not interested with the thread , just leave it and play away with small minded people due to your post.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks developer (somboons) for uploading cool files to improve our device and please keep up for that.
Best regards,
Now,I can not test some tweak in thread cause I bring my 4XO to service center for repaire touchscreen crack.
Hey xda-community .
I'm new in rooting and have some questions ^^.
I have a S Advance i9070 (with JellyMod4) and want to know your experiences with the v6supercharger and cocore8.
Btw: is setcpu needed or is the script and cocore doing all it self ?
(And did someone got the aosp browser from 4.3 on the i9070 to work ?)
Greets, misterNewbee
Sent from my GT-I9070 using xda app-developers app
MisterNewbee said:
Hey xda-community .
I'm new in rooting and have some questions ^^.
I have a S Advance i9070 (with JellyMod4) and want to know your experiences with the v6supercharger and cocore8.
Btw: is setcpu needed or is the script and cocore doing all it self ?
(And did someone got the aosp browser from 4.3 on the i9070 to work ?)
Greets, misterNewbee
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
I advice to you to flash harsh jelly 3.0 with cocore. Performance are awesome
You have to use set cpu or nofrills when you want to change the governors and I/O scheduler, if not, don't use them
For the browser..I think not
maurus1998 said:
I advice to you to flash harsh jelly 3.0 with cocore. Performance are awesome
You have to use set cpu or nofrills when you want to change the governors and I/O scheduler, if not, don't use them
For the browser..I think not
Click to expand...
Click to collapse
I remind to read somewhere that it is only possible to change the frequences with adb or terminal. Is this true or is it possible to change it with apps like setcpu (or no-frills) ?
And what does the harshjelly tweaker do ?
(How to understand tweaks ? :/)
Thank you for the answers :thumbup:
MisterNewbee said:
I remind to read somewhere that it is only possible to change the frequences with adb or terminal. Is this true or is it possible to change it with apps like setcpu or no-frills ?
To the governors and i/o sheduler, can you recommend me some ?
And what does the harshjelly tweaker do ?
(How to understand tweaks ? :/)
Thank you for the answers :thumbup:
Click to expand...
Click to collapse
Yes with set cpu you can only change gov and io and I prefer using pegasusq and sio as scheduler.
Harsh tweaker is an app that has some tweaks like disable or enable the crt effect, to enable or disable cache scrolling, enable logging, enable 360º rotation,enable the long press to kill and other tweaking
There is always in harsh jelly a command that you can write in the terminal emulator (typing harsh_controls) that can do some very useful things like zipalingn all the apps, vacuum and reindex you databases (it makes your phone less 'dirty' and so it makes the acces in the databases faster) ,enable or disable fsync (fsync off can improve performance but you ll have data loss if power goes out suddently, recomend to turn it on) and other little commands
Mr.harsh has done a very great work making this rom! Let's try it
Press thanks botton if i helped you:beer:
Inviato dal mio GT-I9070 con Tapatalk 2
MisterNewbee said:
I remind to read somewhere that it is only possible to change the frequences with adb or terminal. Is this true or is it possible to change it with apps like setcpu (or no-frills) ?
Click to expand...
Click to collapse
for me,i set the cpu using script.. load it at boot using script manager..
lawong said:
for me,i set the cpu using script.. load it at boot using script manager..
Click to expand...
Click to collapse
Good to know that this is possible too ;D. Are in the i9070 forum some scripts or have i to make them myself ? And do someone use the v6 supercharger script ?
Sent from my GT-I9070 using xda app-developers app
MisterNewbee said:
Good to know that this is possible too ;D. Are in the i9070 forum some scripts or have i to make them myself ? And do someone use the v6 supercharger script ?
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
use the below script to
#to change the scheduler
echo "sio" > /sys/block/mmcblk0/queue/scheduler
#to change the governor
echo "ondemandq" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
don't use windows text editor like text pad.. insted use use notepad++ and the file should have no extension.
Create a new folder named 'init.d' in /system/etc
then push the file using a root explorere to the folder
Set the permission of init.d foler and the script file to 0777(rwxrwxrwx)
u can also search the forum for other commands which can be used to tweak the governor like the scaling frequency and other stuff
check http://forum.xda-developers.com/showthread.php?t=2198510
Hey @ all.
I'm using Vanir atm and I have activated the navbar instead of the standard soft keys.
I disabled the function of them in the keychars and that's working but every time I set the max brightness of the button backlights under /sys/class/leds/button-backlight to 0 and restart its back to 255.
I tried to write a init.d script with this:
#!/system/bin/sh
echo 0 > $sys/class/leds/button-backlight/max_brightness
Anybody has got some tips for me?
Appreciate your help
Sent from my 4X HD via XDA Premium
if anyone answer to that , id love to see how its done me im trying to modify the governor without it getting reset. Also i tried the init.d
so anyone knows which file or script is responsible for the reset after reboot
There's an SQLite database you can edit since Vanir has framework support for this setting, but the interface just isn't in the settings app yet.
I'll edit with details in a second.
kessaras said:
if anyone answer to that , id love to see how its done me im trying to modify the governor without it getting reset. Also i tried the init.d
so anyone knows which file or script is responsible for the reset after reboot
Click to expand...
Click to collapse
What´s the problem. You have in Vanir Rom in settings the option "performance" where u can set the governor and choose to set at boot. Also scheduler and frequencies...
Bogeyof said:
What´s the problem. You have in Vanir Rom in settings the option "performance" where u can set the governor and choose to set at boot. Also scheduler and frequencies...
Click to expand...
Click to collapse
i didnt say i cant change governor. i said i MODIFY the governor....
kessaras said:
i didnt say i cant change governor. i said i MODIFY the governor....
Click to expand...
Click to collapse
Make your own thread.
For the OP, you need to edit settings.db for com.android.providers.settings
In the system table, add a row with the name as 'button_brightness' and value as 0.
arararagi said:
Make your own thread.
For the OP, you need to edit settings.db for com.android.providers.settings
In the system table, add a row with the name as 'button_brightness' and value as 0.
Click to expand...
Click to collapse
Will have a look when I'm not that busy anymore.
Thanks
Sent from my 4X HD via XDA Premium
Hello Xperia friends....
Since we are updating our software to Official Jelly Bean 4.3, we all know that Jelly Bean 4.3 is not good on management RAM compared with Official Jelly Bean 4.1
so i want share some tips for you that may improve Multitasking
Requirement :
1. Rooted
2. Busybox installed
build.prop
you can add all this code
Code:
# Enable Purgeable Assets to free up more RAM when needed
persist.sys.purgeable_assets=1
# Lock Launcher in Memory
ro.HOME_APP_ADJ=1
OOM Groupings (choose ONLY one, Medium or High)
1. Medium OOM Groupings
Code:
# Mid OOM Groupings
ro.FOREGROUND_APP_MEM=6400
ro.VISIBLE_APP_MEM=8960
ro.SECONDARY_SERVER_MEM=14080
ro.BACKUP_APP_MEM=17920
ro.HOME_APP_MEM=3200
ro.HIDDEN_APP_MEM=17920
ro.EMPTY_APP_MEM=64000
ro.PERCEPTIBLE_APP_MEM=3200
ro.HEAVY_WEIGHT_APP_MEM=14080
ro.CONTENT_PROVIDER_MEM=38400
ro.FOREGROUND_APP_ADJ=25
ro.VISIBLE_APP_ADJ=35
ro.SECONDARY_SERVER_ADJ=55
ro.BACKUP_APP_ADJ=56
ro.HOME_APP_ADJ=26
ro.EMPTY_APP_ADJ=69
ro.HIDDEN_APP_MIN_ADJ=250
ro.PERCEPTIBLE_APP_ADJ=27
ro.HEAVY_WEIGHT_APP_ADJ=36
ro.CONTENT_PROVIDER_ADJ=70
ENFORCE_PROCESS_LIMIT=false
MAX_SERVICE_INACTIVITY=false
MIN_HIDDEN_APPS=false
MAX_HIDDEN_APPS=false
CONTENT_APP_IDLE_OFFSET=false
EMPTY_APP_IDLE_OFFSET=false
MAX_ACTIVITIES=false
ACTIVITY_INACTIVE_RESET_TIME=false
MAX_RECENT_TASKS=false
MIN_RECENT_TASKS=false
APP_SWITCH_DELAY_TIME=false
MAX_PROCESSES=false
PROC_START_TIMEOUT=false
CPU_MIN_CHECK_DURATION=false
GC_TIMEOUT=false
SERVICE_TIMEOUT=false
MIN_CRASH_INTERVAL=false
2. High OOM Groupings
Code:
# High OOM Groupings
ro.FOREGROUND_APP_MEM=6400
ro.VISIBLE_APP_MEM=8960
ro.SECONDARY_SERVER_MEM=19200
ro.BACKUP_APP_MEM=23040
ro.HOME_APP_MEM=3200
ro.HIDDEN_APP_MEM=23040
ro.EMPTY_APP_MEM=64000
ro.PERCEPTIBLE_APP_MEM=3200
ro.HEAVY_WEIGHT_APP_MEM=19200
ro.CONTENT_PROVIDER_MEM=38400
ro.FOREGROUND_APP_ADJ=25
ro.VISIBLE_APP_ADJ=35
ro.SECONDARY_SERVER_ADJ=75
ro.BACKUP_APP_ADJ=76
ro.HOME_APP_ADJ=26
ro.EMPTY_APP_ADJ=89
ro.HIDDEN_APP_MIN_ADJ=250
ro.PERCEPTIBLE_APP_ADJ=27
ro.HEAVY_WEIGHT_APP_ADJ=36
ro.CONTENT_PROVIDER_ADJ=90
ENFORCE_PROCESS_LIMIT=false
MAX_SERVICE_INACTIVITY=false
MIN_HIDDEN_APPS=false
MAX_HIDDEN_APPS=false
CONTENT_APP_IDLE_OFFSET=false
EMPTY_APP_IDLE_OFFSET=false
MAX_ACTIVITIES=false
ACTIVITY_INACTIVE_RESET_TIME=false
MAX_RECENT_TASKS=false
MIN_RECENT_TASKS=false
APP_SWITCH_DELAY_TIME=false
MAX_PROCESSES=false
PROC_START_TIMEOUT=false
CPU_MIN_CHECK_DURATION=false
GC_TIMEOUT=false
SERVICE_TIMEOUT=false
MIN_CRASH_INTERVAL=false
init.d
LOW MEMORY KILLER (choose ONLY one, Medium or High)
make a new file (Whatever the name but don't give space) then add all this code
1. Medium
Code:
#!/system/bin/sh
# Mid Minfree Values
echo "6400,8960,14080,17920,38400,64000" > /sys/module/lowmemorykiller/parameters/minfree
echo "16" > /sys/module/lowmemorykiller/parameters/cost
echo "1" > /sys/module/lowmemorykiller/parameters/lmk_fast_run
2. High
Code:
#!/system/bin/sh
# High Minfree Values
echo "6400,8960,19200,23040,38400,64000" > /sys/module/lowmemorykiller/parameters/minfree
echo "16" > /sys/module/lowmemorykiller/parameters/cost
echo "1" > /sys/module/lowmemorykiller/parameters/lmk_fast_run
zRAM Compression
make a new file (Whatever the name but don't give space) then add all this code
Code:
#!/system/bin/sh
# 128mb zRam Compression
/system/xbin/busybox mkswap /dev/block/zram0
/system/xbin/busybox swapon /dev/block/zram0
echo 134217728 > /sys/block/zram0/disksize
Now you need to fix permissions!!!
use this script for recovery
Code:
set_perm_recursive(0, 0, 0777, 0777, "/system/etc/init.d");
it will run automatically...
Flashable.zip at attachcement, just download it and flash
Enjoy :laugh:
looks great
Sent from my Xperia T using XDA Premium 4 mobile app
Rizal Lovins said:
Hello Xperia friends....
Now you need to fix permissions!!!
use this script for recovery
Code:
set_perm_recursive(0, 0, 0777, 0777, "/system/etc/init.d");
it will run automatically...
Enjoy :laugh:
Click to expand...
Click to collapse
I dont understand exactly about " fix permissions and use script for recovery " could u explain more clearly :silly: what i have to do after add all code to buildprob
Oohhlala said:
I dont understand exactly about " fix permissions and use script for recovery " could u explain more clearly :silly: what i have to do after add all code to buildprob
Click to expand...
Click to collapse
i mean, it's for script recovery, okay i upload the file in OP, just download it and flash
Very useful guide!
By seeing this im thinking that init.d support which kills the apps in bg and makes the rom laggy and redraws.
Sent from my LT25i using XDA Premium 4 mobile app
how about this tweak by @nreuge http://forum.xda-developers.com/showthread.php?t=2652469? which one is better ?
ghemanth said:
Very useful guide!
By seeing this im thinking that init.d support which kills the apps in bg and makes the rom laggy and redraws.
Sent from my LT25i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
No redraw even you use Movies, you can try it
devilmaycry2020 said:
how about this tweak by @nreuge http://forum.xda-developers.com/showthread.php?t=2652469? which one is better ?
Click to expand...
Click to collapse
It's maybe full tweaks and it's great, this ONLY for multitasking, you can try this
Rizal Lovins said:
No redraw even you use Movies, you can try it
It's maybe full tweaks and it's great, this ONLY for multitasking, you can try this
Click to expand...
Click to collapse
Oooops. Had a home redraw after exiting movies
I had a very heavy net surfing and facebook but after all its so smooooth n no redraw but movies app gave me a redraw
Rizal Lovins said:
i mean, it's for script recovery, okay i upload the file in OP, just download it and flash
Click to expand...
Click to collapse
Thanks for easy way to install
I have used app setting modul to keep home in memory so i never have red raw. This script will conflict with module?. And how to check this script working or not? and need to use busybox ?
sorry for many question im noob
Thanks for this, how can i check workin this script?:cyclops:
Oohhlala said:
Thanks for easy way to install
I have used app setting modul to keep home in memory so i never have red raw. This script will conflict with module?. And how to check this script working or not? and need to use busybox ?
sorry for many question im noob
Click to expand...
Click to collapse
What configuration do you use in app setting for keeping home in memory?
Enviado desde mi Xperia T mediante Tapatalk
moliverac8 said:
What configuration do you use in app setting for keeping home in memory?
Enviado desde mi Xperia T mediante Tapatalk
Click to expand...
Click to collapse
just check " resident " in appsetting
thank you man! will monitor more feedback later
no need to edit build.prop right?just flash the zip
hi
thanks
i flash the zip file and edit the build.prop
or just flash the zip file?
will this work on Miui rom coz it has the worst ram management?
Dam* awesome job here!!:thumbup:
Sent from my LT29i using XDA Premium 4 mobile app
Will it work on stock kernel? Or I need to enable init.d support?
As you didn't mentioned init.d in requirements!!
Sent from my C1905 using XDA Premium 4 mobile app
MoKee Open Source 60.1 (Unofficial)
STATUS: Abandoned.
Features:
Clean, fast
Odexed, quicker boot
May security updates
Archived Downloads
Sources - Kernel Source
Changelogs
20160528+1: (Kernel-only)
Fix an issue where Device Name Fix (Kernel Custom Feature) was not working in some devices
20160528: (Kernel only)
Update Device Name Fix (Kernel Custom Feature) to fix the reddish camera issues with Zenfone 6
20160526:
Initial release
Kernel Custom Features Management
Run the commands in a Terminal Emulator to Enable or Disable the features you want. A reboot is required to apply the changes.
Device Name Fix (Default: Enabled)
Starts the proper sensor service (for Zenfone 5 or 6) and automatically updates build.prop to match Zenfone 6 settings if your phone is a Zenfone 6 (reboot required).
Enable:
Code:
su
echo "1" > /data/dgadelha/dnfix
Disable:
Code:
su
echo "0" > /data/dgadelha/dnfix
Timed Modem Restart (Default: Disabled)
Some people face "No Signal" in both SIM's a few minutes after booting. By enabling this feature, the radio daemons will be automatically restarted 5 minutes after booting and 15 minutes after booting.
Enable:
Code:
su
echo "1" > /data/dgadelha/modemrestart
Disable:
Code:
su
echo "0" > /data/dgadelha/modemrestart
Screen Lock Fix (Default: Disabled)
Some people face random screen locks when using 2G connections. This will fix it, but can cause issues for people that does not have the issue.
Enable:
Code:
su
echo "1" > /data/dgadelha/slockfix
Disable:
Code:
su
echo "0" > /data/dgadelha/slockfix
Great Work My Friend ! please make a zip of rom to use via TWRP
download errors
Phamtung30h said:
download errors
Click to expand...
Click to collapse
Hi
There was a quick server maintenance that finished a few moments ago.
Please try again.
Thanks!
Same build cm13? Which is more better from battery back up? Mokee or cm13? Please reply. Big thanks! @dgadelha
abaka123 said:
Same build cm13? Which is more better from battery back up? Mokee or cm13? Please reply. Big thanks! @dgadelha
Click to expand...
Click to collapse
Hi
From what I've been seeing, MoKee has a better battery management due to Aegis.
I really recommend you to try out because the battery backup went good in my tests, but I can't say which one is better.
Thanks.
I always loved mokee on my Motorola defy.
Thanks for bringing to zenfone as well
dgadelha said:
Hi
From what I've been seeing, MoKee has a better battery management due to Aegis.
I really recommend you to try out because the battery backup went good in my tests, but I can't say which one is better.
Thanks.
Click to expand...
Click to collapse
Thanks for reply @dgadelha. Really appreciate your kindness. Great work!
did someone test it on zf6? - if rotation works and camera has no excessive red?
how to add nav bar in this rom?
I tried adding in build.prop but no change at all.
Awesome dev for awesome rom... Download asap
sir @dgadelha do i need to install ASUS PC Link ? i never install it before on ur other ROM...
kuranzi said:
Awesome dev for awesome rom... Download asap
sir @dgadelha do i need to install ASUS PC Link ? i never install it before on ur other ROM...
Click to expand...
Click to collapse
Hi
You only need to install PC Link if your PC does not recognize your phone in adb/fastboot.
Thanks.
dgadelha said:
Hi
You only need to install PC Link if your PC does not recognize your phone in adb/fastboot.
Thanks.
Click to expand...
Click to collapse
Got some bug here, AOSP keyboard no sound when press even u enable it on it setting.. Hope u can fix it sir @dgadelha
kuranzi said:
Got some bug here, AOSP keyboard no sound when press even u enable it on it setting.. Hope u can fix it sir @dgadelha
Click to expand...
Click to collapse
Hi,
I will update the sources then build a new image soon.
Thanks.
dimdimdim said:
did someone test it on zf6? - if rotation works and camera has no excessive red?
Click to expand...
Click to collapse
Rotation on zf6 still doesn't work.
red in camera is here as well.
@dgadelha, dear, how to check if your name fix is enabled properly?
Viper4android
I can't use why? The driver can't installed
Sorry for my bad english
rhizhalt said:
I can't use why? The driver can't installed
Sorry for my bad english
Click to expand...
Click to collapse
delete viper on /system/priv-app
after that install other zip installer
for example in my thread
http://forum.xda-developers.com/zenfone-5/development/audio-viper-audio-t3371326
dimdimdim said:
Rotation on zf6 still doesn't work.
red in camera is here as well.
@dgadelha, dear, how to check if your name fix is enabled properly?
Click to expand...
Click to collapse
Hi
You can check if your device is displayed as ASUS_T00G and run the command
Code:
getprop dgadelha.dnfix.updated
In a terminal emulator and check if the result is "true"
You can also check your logcats for messages with the tag "dnfix".