Does this support accurate battery on Droid X2? (97% or 52% rather than 10 or 20% increments)
<br />
JRummy16<br />
Droid Th3ory<br />
Razorloves<br />
fakiesk8r<br />
brentblend<br />
shane269<br />
iluvamk<br />
blacksantron<br />
blackadept<br />
mcansh.logan<br />
rooster<br />
synik4l<br />
shane norwood<br />
dbond306<br />
barracuda cm<br />
D3MONYK<br />
<br />
*Run restore script if running previous versions of Powerboost.(or reflash ROM)<br />
Thats it<br />
<br />
1) Download PB-2dot0_final.zip<br />
2) Flash PB-2dot0-final.zip in clockwork recovery.<br />
3) Open up terminal emulator and type the following:<br />
[CODE]<br />
su (enter)<br />
buysbox mount -o remount,rw /system (enter)<br />
busybox chmod 755 /system/xbin/powerboost (enter)<br />
powerboost (enter)<br />
<br />
[U]Build.Prop edits[/U]<br />
These are edits made to the build.prop that I have changed to increase performance, battery life, and data speeds. <br />
<br />
[U]Cron[/U]<br />
Cron is a popular time based job scheduler on Unix/Linux, and is super useful as you can virtually run any command or script periodically at certain times or dates.<br />
---For this script I have cron erasing vm caches twice daily, at 2am and 2pm.<br />
<br />
[U]SD card speed increases[/U]<br />
--increases speed of sdcard reads<br />
[U]<br />
Sysctl tweaks[/U]<br />
Edits to the sysctl.conf file in /system/etc/ These tweaks are for performance to allow device to run better.<br />
<br />
[U]File System Speed increases[/U]<br />
Same as SD but for file systems<br />
<br />
[U]Swap(if device supports)[/U]<br />
Swap moves inactive processes into virtual memory, allowing the device to not become laggy or slow down.<br />
<br />
[U]Dirty Battery Calibration[/U]<br />
[B](Mod by Droid Th3ory)[/B]<br />
This mod sets the level when the phone is rebooted the first time after you run option 3. It sets the battery level reported by the OS and creates the battstats.bin file. This in laymans terms means that it wipes the battstats.bin file for you and calibrates it to what the current battery level is and adjusts according to that, thus eliminating the need to actually manually wiping battstats.bin and calibrating it yourself. :)<br />
[I]Changelog:[/I]<br />
10.10.11 <br />
MAJOR Overhaul of entire script. <br />
#Check for busybox and installs correct version. <br />
#Added support of ;<br />
*OG DROID MIUI<br />
*NS4G MIUI, CM7, and Oxygen 2.3 ROM<br />
*EVO 4G Kingdom rewind 3d rom support<br />
*DROID BIONIC [R3]BLURR3D v1.7 PBX support (Its already baked in that ROM :wink2:)<br />
*Droid X CM7 9.15, 9.29 build support, and MIUI GB support <br />
*Vortex ROM support(v2.0 and up)<br />
*Liberty ROM support(v0.8)<br />
*ICX 605 ROM support<br />
*Liquid 3.0 support<br />
*DROID X2 Eclipse v1.0 support<br />
#checks throughout unthrottle process to make sure directories are in place <br />
#Functional restore script that completely deletes all powerboost mods <br />
#checktweaks script to make sure they installed correctly. <br />
#Brand NEW interface for script.<br />
#Much easier initial set-up process and much easier install process; no more need for Script Manager <br />
#All scripts[unthrottle, checkmods, restore, mods] included in ONE script for added ease of use<br />
#Allows users to pick DEVICE, ROM, and NIGHTLY/VERSION[if applicable]<br />
#More tweaks <br />
9.27.11<br />
v1.9 abandoned. v1.95 in the works.major changes to be included.<br />
8.30.11<br />
Finally got script to cooperate with new updates. Cron, sysctl, sdcard speeds, file system tweaks, and more. New project home linked to google code. Succesfully tested on roms. <br />
8.21.11<br />
-Correct process of replacing classes.dex corrected by swapping out entire services.jar file. Script edited. <br />
8.19.11<br />
-Script optimized for increased speed and stability by including WORKING build.prop edits that are compatible with MIUI. <br />
8.18.11<br />
-Script Written and executable. Strips services.jar of all throttling files.
2) Flash PB-2dot0-final.zip in clockwork recovery.
<br />
Installing Conservative Gov cp: can't create '/system/lib/modules/cpufreq_conser<br />
vative.ko': No such file or directory<br />
cp: can't create '/system/lib/modules/symsearch.ko': No such file or directory<br />
chmod: /system/lib/modules/symsearch.ko: No such file or directory<br />
chmod: /system/lib/modules/cpufreq_conservative.ko: No such file or directory<br />
Done<br />
<br />
# chmod 644 /system/lib/modules/cpufreq_conservative.ko<br />
chmod 644 /system/lib/modules/cpufreq_conservative.ko<br />
<br />
# chmod 644 /system/lib/modules/symsearch.ko<br />
chmod 644 /system/lib/modules/symsearch.ko<br />
<br />
# insmod /system/lib/modules/cpufreq_conservative.ko<br />
insmod /system/lib/modules/cpufreq_conservative.ko<br />
insmod: init_module '/system/lib/modules/cpufreq_conservative.ko' failed (Exec format error)<br />
<br />
# insmod /system/lib/modules/symsearch.ko<br />
insmod /system/lib/modules/symsearch.ko<br />
insmod: init_module '/system/lib/modules/symsearch.ko' failed (Exec format error)<br />
<br />
# sh /sdcard/unthrottle/etc/init.d/91battcalibration<br />
sh /sdcard/unthrottle/etc/init.d/91battcalibration<br />
# /sys/class/power_supply/battery/batt_current: No such file or directory<br />