- Mar 20, 2011
- 155
- 50
- 0
XDA user chad0989 made a patch to enable USB fast charging on several phones. Even some cheap car chargers I've had have been recognized as USB power and, consequently, the phone drains faster than it charges if I had, say, Maps and bluetooth going.
It's now ported over to the Optimus V jawz101 kernel for gingerbread IHO phones.
here's the commit to see what was done to enable it on other variants
chad0989 even made a little toggle app on the Google Play store
https://forums.androidcentral.com/e...ncredicontrol.fastchargewidget&token=seCf24Gn
... I will be making a similar toggle app made with Tasker & will post a download some time in the next week or so.
The only drawback noted is USB mass storage won't work while it's drawing more power but who cares. That's why there's a way to toggle.
As far as safety is concerned it's been reported safe by many which makes sense since this is just getting the phone to charge as fast as a wall charger would go.
To toggle fast charging from terminal you'd need to issue the command:
on:
and off:
Attached are before & after screenshots of my phone connected to my laptop. The app I used is Battery Monitor Widget to get the mA power draw.
It's now ported over to the Optimus V jawz101 kernel for gingerbread IHO phones.
here's the commit to see what was done to enable it on other variants
chad0989 even made a little toggle app on the Google Play store
https://forums.androidcentral.com/e...ncredicontrol.fastchargewidget&token=seCf24Gn
... I will be making a similar toggle app made with Tasker & will post a download some time in the next week or so.
The only drawback noted is USB mass storage won't work while it's drawing more power but who cares. That's why there's a way to toggle.
As far as safety is concerned it's been reported safe by many which makes sense since this is just getting the phone to charge as fast as a wall charger would go.
To toggle fast charging from terminal you'd need to issue the command:
on:
Code:
echo 1 > /sys/kernel/fast_charge/force_fast_charge
Code:
echo 0 > /sys/kernel/fast_charge/force_fast_charge
Last edited: