
BUT when you forget to turn off tablet after reading newspaper in bed...the M8 is EMPTY!!
That is not ROm relevant - I know.
BUT it is the normal way of life....if you want to use the tab...it is empty
.gif)
And others NOT.
Still remains: The Riley Rom makes ist FASTER und BETTER!!!
by the way I use this method (on non 3G tab - to disable Modem) from cracktech (arctablet forum)
FIND and EDIT these lines
ro.com.android.dataroaming=true ( change to = false)
ril.function.dataonly=1 (change to =0)
wifi.supplicant_scan_interval=180 (change to 360 double the delay in scanning rate for wifi )
then ADD these lines to the build.prop (if you are upto it)
hw.nophone=true
hw.hasdata=false ( careful if later you want to use a 3/4G dongle you have to change this to= true)
persist.backgrounddata.enable=false
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
ro.config.hw_fast_dormancy=1 (CORRECTED /edited)
ro.config.hw_quickpoweron=true
Test to see the battery consumption IF you are still not satisfied then do this next thing;
Go into /system/priv-app/ rename the Telephone.apk to (.Telephone.apk) put a dot in front the name and TelephoneProvider.apk also. Android will ignore any file with a dot "." in front of its name.
Since this is your main concern to want to disable modem/telephone ( I have the same model as yours without 3G but my battery last about 4 days in sleep mode only with the build.prop lines, I dont disable the Telephone services apps because sometimes I need to use them.
Comment