[Q] Device not charging on Android? - Touch Pro, Fuze Android Development

Hey!
I got some Problem with my HTC Touch Pro :/ When i'm on Windows Mobile, the Device just charges fine, but when i'm on Android, it doesn't charge at all... i left my phone on the USB-Charger (HTC AC Adapter thingy ) all night, but this morning the Battery was still low Someone got the same problem? Do i need to go to Windows Mobile to charge my phone?
Please help,
Tho

Are you running a recent kernel? This hasn't been an issue in ages.
Also, you're not checking the LED indicator for charge status are you? Because orange/green in Android do no mean the same things in WinMo...

Hey!
I'm on XDandroid 2.2.1 FRX04 ^^
I found out it's only a problem when i connect the AC Adapter to charge my device, when i connect it over my Laptop or PC it charges fine...
And what do you mean with "Also, you're not checking the LED indicator for charge status are you? Because orange/green in Android do no mean the same things in WinMo... "? My Touch Pro doesn't have an Orange/green LED or something, i think

Tho-kun said:
Hey!
I'm on XDandroid 2.2.1 FRX04 ^^
I found out it's only a problem when i connect the AC Adapter to charge my device, when i connect it over my Laptop or PC it charges fine...
And what do you mean with "Also, you're not checking the LED indicator for charge status are you? Because orange/green in Android do no mean the same things in WinMo... "? My Touch Pro doesn't have an Orange/green LED or something, i think
Click to expand...
Click to collapse
Oh right, I'm not in the RHOD section... Sorry .
So for RAPH, I mean the spinning jogwheel at the bottom - you're not looking at this (the spinning "breathe" LED for charging, flashing for notification, etc) for charge status are you?
Android charges just fine from USB or AC for me. A while ago it wouldn't indicate it properly, so what kernel are you on? You said FRX04, this is a system image. Kernel is zImage and modules-xxxxx.tar.gz.

Related

[HELP] Evo only charges when off

i'm running a Gingerbread build based off of the latest nightly with stock kernel.
i've formatted my device with the formatall.zip and reloaded the ROM. i've even gone back to a stock ROM and still got the same issue. after doing this, if i plug my device up, it charges just fine while on. if i unplug the device later and plug it back up, the charging light will come on, then quickly go off and the device won't charge.
the only way i've been able to get around this is to turn it off, in which case it then charges. i get these same results whether i'm plugged into the wall or to PC.
if it were a hardware issue, wouldn't that mean it wouldn't charge at all, whether on or off?
anyone have any ideas or experience with this issue?
Same Here...
Anyone found solution yet?
My only guess would be a kernel issue or a hardware problem. Wipe your dalvik and cache and reflash your kernel. If that doesn't fix it, I do know some evo's micro usb ports go bad. I don't know if this is a symptom of that but it may be.
Thanks alot **TheSilverStig **
It was the kernel.
My phone is charging now...
Will test for a couple days and will let you know again..
For some reason www dot qap dotla/~netarchy/ is not working (Error 404)
Try http home(dot)comcast(dot)net/~evoreviews/downloads(dot)html
For now...
For me
netarchy-toastmod-4.3.1-cfs-havs-nosbc worked...
Hope that helps for you too...
Good Luck
*Happy Rooting*
(I don't have 8 posts yet so no links)
HELP evo only charges turned off
I have a problem.. my evo only charges when turned off. sometimes the charging light will come on when it is on but the settings say its discharging.. also i reinstalled a driver once and it started charging fine until i unpluged it from the computer now back to not charging.. this is very frustrating.. it not the port or the cable or the charger.. is there a way to force it to charge with android terminal emulator maybe??

Phone restart when connect to usb/charger

My phone Galaxy s5660 was wroking fine before this issue
I did FACTORY REST DATA .phone restarted after it
As I connected to USB cable (connect with PC) phone restart and shows a big batter icon and there is a caution of no charging.
I tied to charge my cell with charger again same problem
I noticed one thing is that " AS THE USB cable / Charger connected As notification is appered "Android System"
i did nt ever tried to root or update it
pls resolve the issue
had
had same prob but not anymore and i dont know how it fixed
xtune said:
had same prob but not anymore and i dont know how it fixed
Click to expand...
Click to collapse
damnit!i got the phone for my gf and it behaves in the exact same way.too scared to flash something if i can't be sure that the battery is charged
I think that could be problem in charger/usb out in the phone.

[Q] OTG Charge + USB Host Plug and Unplug Timur Alternative

Hello all,
I have a nexus 7 2013 and I am looking for a kernel that supports otg plus charge. Now, I know elemental x (by flar2) and a few others have this but the ones I have found do not support hot swap, or unplug and replug without rebooting. I am pretty sure Timurs kernel supports this but he wants $36 to buy it and I would rather not spend the money without trying it out first. Specifically, I have a fixed in-car installation and a febon100 UVC video grabber to display a backup camera. When the car shuts off, the febon will be disconnected from the usb side of the nexus, and the only way to reconnect it is to reboot the tablet with power connected. Anyone have any ideas? Thanks for the help.
Ok so I figured part of it out. After the device looses and regains power, these two commands simulate the usb disconnect and reconnect and seems to work (only tried it a couple times)...
Code:
echo "2-0:1.0" > /sys/bus/usb/drivers/hub/unbind
echo "2-0:1.0" > /sys/bus/usb/drivers/hub/bind
However, I have another issue. I am using the elementalx kernel on android 4.4.4 (currently on Carbon rom but have tried stock and other roms as well with same outcome). When the tablet reboots with the otg cable connected, it does not charge when it first starts up. To charge it, I have to physically unplug and replug the cord in the nexus. Any ideas?
bigc9731 said:
Ok so I figured part of it out. After the device looses and regains power, these two commands simulate the usb disconnect and reconnect and seems to work (only tried it a couple times)...
Code:
echo "2-0:1.0" > /sys/bus/usb/drivers/hub/unbind
echo "2-0:1.0" > /sys/bus/usb/drivers/hub/bind
However, I have another issue. I am using the elementalx kernel on android 4.4.4 (currently on Carbon rom but have tried stock and other roms as well with same outcome). When the tablet reboots with the otg cable connected, it does not charge when it first starts up. To charge it, I have to physically unplug and replug the cord in the nexus. Any ideas?
Click to expand...
Click to collapse
you find a fix for this? i will try that command you posted but i need it to run at startup automatically if it works.
quicksilvr2006 said:
you find a fix for this? i will try that command you posted but i need it to run at startup automatically if it works.
Click to expand...
Click to collapse
Just use tasker to run the commands at startup...
Does this set of command still work with lollipop? I just tried a few times and it seems to have made no difference.
Thanks in advance!
Yeah im in the same boat. Soooooo many problems with this ****ty tablet. Knew i should have installed an iPad. They said this is the 'best' of android. It's ****ing terrible. People who are thinking of installing an android into your car? A word of advise. Dont do it.
-guy who has worked on nexus 7 2012, AND 2013 car install for more than a year.
jimmng said:
Yeah im in the same boat. Soooooo many problems with this ****ty tablet. Knew i should have installed an iPad. They said this is the 'best' of android. It's ****ing terrible. People who are thinking of installing an android into your car? A word of advise. Dont do it.
-guy who has worked on nexus 7 2012, AND 2013 car install for more than a year.
Click to expand...
Click to collapse
Do you feel better now?
Sent from my LG-D850 using XDA Free mobile app
It's been almost a year any way to accomplish charging without having to physically unplug the OTG and plug it back in. Im have timurs kernel but I want to use elemental so I can use marshmallow. Timur accomplished it somehow. Someone has to know how.
Qi Wireless Charging
samt3 said:
It's been almost a year any way to accomplish charging without having to physically unplug the OTG and plug it back in.
Click to expand...
Click to collapse
It is actually trivially easy to accomplish - on any kernel - it is called Qi Wireless Charging.
Android 6.0.1 kernel Quanta-V7-Flo with 'USB Host Mode Charging'
samt3 said:
It's been almost a year any way to accomplish charging without having to physically unplug the OTG and plug it back in. Im have timurs kernel but I want to use elemental so I can use marshmallow. Timur accomplished it somehow. Someone has to know how.
Click to expand...
Click to collapse
Test results for Android 6.0.1 Stock + Kernel 'Quanta-V7-Flo' with active 'USB Host Mode Charging' and inactive 'fast charging' (N7 is only is use when its connected to the USB Power):
Ampere values checked with one of the cheap 'USB Charger Doctor Voltage Current Meter Mobile Battery Tester':
0.45 A for N7 only
0.61 A for N7 + USB Ethernet adapter
I don't use the N7 in a car setup but this should be important for such setups:
-If the USB Y cable is connected before powering on the N7, the USB device was usable in Android after startup without need for reconnecting the USB cable
-If the USB was unplugged and reconnected the device, it was usable in Android
-Important: If the N7 goes to sleep, it can't recover the USB charging and USB devices after waking. You should set the display timeout to always on, which is right for a car setup or am I'm wrong?
I'm happy! :good:
I tried quanta. It does work except for on initial boot. Have to unplug and plug it back in to charge. Then it works fine turning the key on and off for power. However it doesn't mount the OTG devices again without unplugging it and plugging it back in.
Edit: I also have another problem was at work and didn't have time to add it. But my Nexus thinks it's still charging after disconnecting it from power supply through the OTG cable. When I turn the key off it quits charging for about 1 second then switch's back to saying it's charging again and continues to say it's charging even after cycling the key on and off. Only way to fix it is to disconnect the OTG straight from the tablet and plug it back in or boot it into recovery then back to system. Has done this thru multiple roms and kernels. Only kernel it doesn't do it on is Quanta. The thing is it didn't use to do it at all no matter what rom or kernel I was using. I even went as far as to change the charging port board cause I had another one in a old junk Nexus I have and still didn't fix it.
samt3 said:
I tried quanta. It does work except for on initial boot. Have to unplug and plug it back in to charge. Then it works fine turning the key on and off for power. However it doesn't mount the OTG devices again without unplugging it and plugging it back in.
Edit: I also have another problem was at work and didn't have time to add it. But my Nexus thinks it's still charging after disconnecting it from power supply through the OTG cable. When I turn the key off it quits charging for about 1 second then switch's back to saying it's charging again and continues to say it's charging even after cycling the key on and off. Only way to fix it is to disconnect the OTG straight from the tablet and plug it back in or boot it into recovery then back to system. Has done this thru multiple roms and kernels. Only kernel it doesn't do it on is Quanta. The thing is it didn't use to do it at all no matter what rom or kernel I was using. I even went as far as to change the charging port board cause I had another one in a old junk Nexus I have and still didn't fix it.
Click to expand...
Click to collapse
Did you try the glitch kernel?
0xcafebabe said:
Did you try the glitch kernel?
Click to expand...
Click to collapse
I've used it before but not on my current setup.
Assuming one of these kernels provides OTG + Fast Charging, what are the options for the Power-Down + Deep Sleep, then Power-Up + Wake?

[Q] Phone does not turn-on upon "Restart"

Good Day,
Phone:
Asus Zenfone 2 ZE551ML (ASUS_Z00AD) - 1.8GHz, 4GB RAM, 32GB storage. (Not Rooted)
Kernel Version: 3.10.20-x86_64_moor_265182-gb0fff5c
Build Number: LRX21V.WW-ASUS-Z00A-2.13.40.13_20150401_8390_user
Problem:
My brother couldn't update an application in Google Play Store. He tried to restart the phone through Hold Power Button -> Restart but the phone does not turn-on anymore
Methods Tried:
1. Hold the power button around ten seconds. The phone slightly vibrates but still does not turn on.
2. Hold the Volume Up + power button for ten seconds. The phone slightly vibrates but still does not turn on.
3. Charge the phone using provided Asus charger and try to turn the phone on. Still, the phone slightly vibrates but still does not turn on.
4. Tried charging the phone for around 30mins and the phone gets warm. Tried turning the phone on but still, same results.
Please help advise for solutions or possible fixes. Thanks in advance.
Regards,
Ed
Please ensure to use the bundled AC power adapter and micro-USB cable to charge your device. This model may not come equipped with 18w Boostmaster adapter and will require longer charge. Please see http://www.asus.com/us/support/Sear...5-480F-AADA-FE49EDD81C01/?keyword=boostmaster
ZenFone Quick Service - http://www.asus.com/us/support/self-service/11/
FAQ - http://www.asus.com/us/Phones/ZenFone_2_ZE551ML/HelpDesk_knowledge/
If still unable to power on it will require RMA service.
Sincerely,
ASUS_USA
Asus_USA said:
Please ensure to use the bundled AC power adapter and micro-USB cable to charge your device. This model may not come equipped with 18w Boostmaster adapter and will require longer charge.
Click to expand...
Click to collapse
Thanks for the quick response. Yes, the bundled AC power adapter and micro-USB cable is used for charging. The AC power adapter output is 5.2V and 1.35A. Also tried to charge the phone for a few hours but still, the same problem is encountered.
Does the LED indicator light up when charging? Have you tried charging while being connected to a PC? (this will take longer to charge)
Sincerely,
ASUS_USA
Asus_USA said:
Does the LED indicator light up when charging? Have you tried charging while being connected to a PC? (this will take longer to charge)
Sincerely,
ASUS_USA
Click to expand...
Click to collapse
Sorry for the late reply, sir. Many thanks for the prompt responses. As advised by my brother, he tried charging it again using the AC charger for more than two hours and turned the phone on. Good news that the phone booted properly.
It seems that the problem is really about a drained battery. This issue can now be closed.
Thank you very much.
Regards,
Ed Oswald Go
Hi Sir, I am facing the same problem right now. Please help me with this. I am getting Error symbol with dead andriod symbol. Even it is not showing the LED indicator while charging.
santhosh_kv said:
Hi Sir, I am facing the same problem right now. Please help me with this. I am getting Error symbol with dead andriod symbol. Even it is not showing the LED indicator while charging.
Click to expand...
Click to collapse
That's the "welcome message" before going to recovery mode.. Long press power button to turn off... Then you may turning it on again or connect the charger...
Sent from my ASUS_Z00AD using Tapatalk
This is happening to my zenphoe 2 as well. Is this a problem when the battery completly drained?. I am using ac adapter and led indicator is also not glowing to show if its charging. The ac adapter is good as its charing other phone.. ? Kindly help. If the bttery is completly drained then how long will it take for the phone to start?
chepoz said:
That's the "welcome message" before going to recovery mode.. Long press power button to turn off... Then you may turning it on again or connect the charger...
Sent from my ASUS_Z00AD using Tapatalk
Click to expand...
Click to collapse
Hi Sir, I have tried it. But it is still not going into recovery mode. And when to connecting to charger the dead android symbol is getting popped up and the mobile is heating heated without switching on.
:crying:
Hi Sir, yur reply is very much necessary as i am stuck with the dead symbol even after battery getting drained and recharged as well.
Hi Sir santhosh_kv,
My brother's phone couldn't be switched on before and we just sent the phone to the service center. After a month or two, they replaced the unit with a new one. I think my brother got a lemon unit before.
Thank you.
Sent from my ASUS_Z00AD using Tapatalk
santhosh_kv said:
Hi Sir, yur reply is very much necessary as i am stuck with the dead symbol even after battery getting drained and recharged as well.
Click to expand...
Click to collapse
Maybe there's something wrong with the system. Try flash stock rom using adb sideload. While in that dead android symbol, press power+vol up to go to recovery.
Sent from my ASUS_Z00AD using Tapatalk
chepoz said:
Maybe there's something wrong with the system. Try flash stock rom using adb sideload. While in that dead android symbol, press power+vol up to go to recovery.
Sent from my ASUS_Z00AD using Tapatalk
Click to expand...
Click to collapse
Hi Sir, when i have connected it to my PC, it is showing me Android bootloader interface. Can you please tell me the procedure on how to recover my mobile back.
santhosh_kv said:
Hi Sir, when i have connected it to my PC, it is showing me Android bootloader interface. Can you please tell me the procedure on how to recover my mobile back.
Click to expand...
Click to collapse
Hi Sir, I have tried the procedure u said. But nothing seems to be working. Please help me with this. I have installed the ABD divers and updated it. But its not working after re-switching on.
After using the phone until the battery was completely drained, I tried to charge it. Initially the indicator showed orange (suggesting it was charging), but after attempting to turn the phone on, it vibrated once or twice and the indicator stopped glowing. The phone has since failed to turn on at all, and connecting the charger no longer shows any sign of charging (ie. no orange indicator or on-screen battery icon).
Has anyone eno****ered this issue, or know of a way to fix it? Let me know if I can provide any more information, and thanks
I have recently bought asus zenfone 2 ze550ml in september,when i connected my phone to laptop it suddenly got turned off and it is not at all restarting i tried many ways like i charged for an hour and tried to on it but i am not successful its not at all responding the light on the top is not even blinking.....and no vibration too
what to do...?
Hi I have the same problem. I have also tried to charge it for 2 hours. The phone vibrates when pressing the power button or the power and up arrow button simultaneously or when the charger is plugged in but does not show anything. The screen is black. The led indicator also does not show any light.
Hi Im having the same problem, I was charging my phone but it is not charging when i notice it was a bit warm what I did was I restartedmy phone and it did not turn on anymore. I tried the reboot process of holding the power button and volume but it wont start it just vibrates, have done the charging it for almost an hour but it still wont turn on. what to do about this, Asus Zenfone

Help to fix charging and usb connection issue

Hello dear.
I have a problem with my p601,
I cant connected my tablet to PC.
When i connected, just charging and no any connection.. In odin or storage not show a device, adb not connected...
And when i used a charger show an red stroke on battery icon. And charging is very slowly, during night only 50%.
I'm root my device, install twrp, and install cyanogenmod, but nothing change.
Now whats your idea? How i can fix this issue?
This may be an obvious question but have you tried a different cable or charger? I always found running on stock ROM that charging was an issue unless I powered it down. I have used a 12W Crapple charger and that seems to work ok but charging has never been an endearing part of the this tab.
So in Odin you it doesn't work? Could you have some dirt or contaminants in the USB port, start with the obvious, change the cable, use a different usb on the pc or try another pc altogether.
I had same problem, i noticed that the usb port was loosen little bit, i had to open the tablet apply small pressure with plier to afjust the usb port,,,, and now it's perfect.

Categories

Resources