[Q] unable to on my mobile on recover mode. - Android Q&A, Help & Troubleshooting

hello friends i have lg optimus vu F100L,my mobile is not going into recovery mode by pressing volume- & power button, when i use this method it simply switch, gingerbread is installed in it and i want to update that but due to this unable to do that. help me please.

sami789 said:
hello friends i have lg optimus vu F100L,my mobile is not going into recovery mode by pressing volume- & power button, when i use this method it simply switch, gingerbread is installed in it and i want to update that but due to this unable to do that. help me please.
Click to expand...
Click to collapse
Does you phone boot up fully into android? If it does you can access recovery mode by running the following adb command:
Code:
adb reboot recovery
Let me know if you still have question's I'll be happy to answer them.

shimp208 said:
Does you phone boot up fully into android? If it does you can access recovery mode by running the following adb command:
Code:
adb reboot recovery
Let me know if you still have question's I'll be happy to answer them.
Click to expand...
Click to collapse
my phone is not rooted, i check it on root checker app,where it is saying your phone is not rooted, i was trying to root that but many of them are saying go to the recovery mode,but am unable to do that,

sami789 said:
my phone is not rooted, i check it on root checker app,where it is saying your phone is not rooted, i was trying to root that but many of them are saying go to the recovery mode,but am unable to do that,
Click to expand...
Click to collapse
Regardless of whether your device is rooted or not you can access recovery by booting the phone normally into the Android OS, and running the ADB command "adb reboot recovery" using ADB on your computer to boot your phone into recovery mode.

shimp208 said:
Regardless of whether your device is rooted or not you can access recovery by booting the phone normally into the Android OS, and running the ADB command "adb reboot recovery" using ADB on your computer to boot your phone into recovery mode.
Click to expand...
Click to collapse
thanks buddy now i just need a english jeally beam rom for lg vu f100l, if you have some link then it ll be great.

sami789 said:
thanks buddy now i just need a english jeally beam rom for lg vu f100l, if you have some link then it ll be great.
Click to expand...
Click to collapse
This is the only info I could find on an English Jelly Bean ROM for your device, I warn you the site seems quite sketchy and the service seems sketchy as well. They charge you for the ROM or service to install the ROM from what I can tell which in itself raises all kinds of red flags, but I figured I would share what I found with you.

Related

[Q] Recovery on Galaxy 10.1

Anyone know of a way to get into recovery mode (botton combo, one-click, etc.) on the 10.1 tab without having android sdk and adb installed on my PC? I am not new at flashing files in recovery mode, but going through help files/instructions on adk is a bit overwhelming.
I have the root zip file on my tab, I just need to get into recovery mode to flash it.
Thanks in advance...
It isn't possible without adb on a non-rooted device. You can attempt to boot into recovery mode by holding power and volume down on start up and selecting the android guy with "downloading" but it will say: "waiting for usb" and hang there. I was attempting to do this the other night.
Getting into recovery is dead simple though once you have adb going. Go to the android development section and go to rooting your tablet. Download the drivers > connect to the computer > run adb in command prompt once you have your sdk installed > then if you have your drivers fully installed and usb debugging mode is on just type in command prompt "adb reboot recovery" and it will send you directly to recovery mode to flash any zip file you please.
Thx, Really wish someone had a one-click option, I guess i'll just have to jump in
I've been trying to boot into recovery for a while now, but with no luck. I installed the full SDK platform, and the Manager app downloaded and installed all the available packages (took forever). The 'push' command seemed to work fine, and when I do "adb reboot recovery" the tablet reboots, but just goes into the battery charging screen. Any idea why this might be happening, and what I can do to get into recovery?
kentoe said:
It isn't possible without adb on a non-rooted device. You can attempt to boot into recovery mode by holding power and volume down on start up and selecting the android guy with "downloading" but it will say: "waiting for usb" and hang there. I was attempting to do this the other night.
Getting into recovery is dead simple though once you have adb going. Go to the android development section and go to rooting your tablet. Download the drivers > connect to the computer > run adb in command prompt once you have your sdk installed > then if you have your drivers fully installed and usb debugging mode is on just type in command prompt "adb reboot recovery" and it will send you directly to recovery mode to flash any zip file you please.
Click to expand...
Click to collapse
The mode that says "downloading" is not recovery mode. Just select the one on the left and you will get into stock recovery mode (unless you already have Clockwork installed).
Itaintrite said:
The mode that says "downloading" is not recovery mode. Just select the one on the left and you will get into stock recovery mode (unless you already have Clockwork installed).
Click to expand...
Click to collapse
I managed to do that, but it wouldn't show anything on my '/sdcard' directory, even when I renamed the root package to "update.zip"
In red, it says "E:unknown volume for path [/sdcard]" Not sure if I'm getting into real, stock recovery, or what - seems crazy that stock wouldn't be able to access its own sdcard directory.
Battery not recovery mode
I am in a similar situation, when I use adb to run recovery mode it sends me to teh battery charging screen. With the exception of that they only other things I can do are to hold power and vol to get option of using Fastboot or ODIN. I do not have any options ever to chose to go into recovery mode. Anyone know why this may be? I am running 3.1 IO version.
Thanks
You will need fastboot and recovery.img to boot into recovery in order to perform a factory reset.
Installing the sdk works best, as drivers needed are acquired from the process! ELse there are extracted contents available on net including just the drivers, adb (and fastboot!)
Check my thread #9
http://forum.xda-developers.com/show....php?t=1136958
bakobitz said:
I managed to do that, but it wouldn't show anything on my '/sdcard' directory, even when I renamed the root package to "update.zip"
In red, it says "E:unknown volume for path [/sdcard]" Not sure if I'm getting into real, stock recovery, or what - seems crazy that stock wouldn't be able to access its own sdcard directory.
Click to expand...
Click to collapse
I don't think the stock retail recovery is capable of flashing off SD storage. That's why the current rooting methods have you first flash either I/O recovery or a custom recovery.
Berner said:
I don't think the stock retail recovery is capable of flashing off SD storage. That's why the current rooting methods have you first flash either I/O recovery or a custom recovery.
Click to expand...
Click to collapse
The manual says to press the power and UP VOL button to get into recovery mode for update flash or wipe data ..
Pressing power and DOWN VOL enters fastboot mode
gunzo71 said:
The manual says to press the power and UP VOL button to get into recovery mode for update flash or wipe data ..
Pressing power and DOWN VOL enters fastboot mode
Click to expand...
Click to collapse
Go ahead and let know if you are able to enter recovery with the keys combination and wipe or factory reset the device, according to manual. Did not work for me, am on 3.1 honeycomb i/o galaxy tab 10.1 and many others.
engljeff said:
Anyone know of a way to get into recovery mode (botton combo, one-click, etc.) on the 10.1 tab without having android sdk and adb installed on my PC? I am not new at flashing files in recovery mode, but going through help files/instructions on adk is a bit overwhelming.
I have the root zip file on my tab, I just need to get into recovery mode to flash it.
Thanks in advance...
Click to expand...
Click to collapse
Use the quick boot app. Works well for me. Supports power off, recovery, and normal reboot for the free version. Oh yeah but that requires root.
Sent from my GT-P7510 using Tapatalk
mughalgxt said:
Go ahead and let know if you are able to enter recovery with the keys combination and wipe or factory reset the device, according to manual. Did not work for me, am on 3.1 honeycomb i/o galaxy tab 10.1 and many others.
Click to expand...
Click to collapse
yes it did.. thats why I said try that ..
On 3.1 IO too .. though I broke it within 3 weeks
gunzo71 said:
The manual says to press the power and UP VOL button to get into recovery mode for update flash or wipe data ..
Pressing power and DOWN VOL enters fastboot mode
Click to expand...
Click to collapse
This worked for me on Rogers 4G version

[Q] how to install google software on chinese Xperia z tablet

Hello
Im the owner of a brand new Xperia z tablet from China where Google is not welcome anymore. I try to install the Google apps ( play store mainly) on my tablet but was not able to succeed. Can anyone help me?
The model is sgp 311
Android version : 4.1.2
Kernel: 3.4.0-g298631f-02047-gec59411
Build model : 10.1.c.0.370
Thanks for your precious help
yi_wei said:
Hello
Im the owner of a brand new Xperia z tablet from China where Google is not welcome anymore. I try to install the Google apps ( play store mainly) on my tablet but was not able to succeed. Can anyone help me?
The model is sgp 311
Android version : 4.1.2
Kernel: 3.4.0-g298631f-02047-gec59411
Build model : 10.1.c.0.370
Thanks for your precious help
Click to expand...
Click to collapse
did u try installing them from Here
im not sure which one, its either the date gapps-jb 12-12-13 or gapps-jb 13-3-3 for the xtz
Hello arcsuser,
Thanks for your help,
I have downloaded the zip file as proposed.
unfortunately I was not able to install it because I don't have the root access on my tablet.
If there is a way to install the zip file without the recovery mode I'd be glad to know it.
if not, I will have to go through the process.
thanks again for your help.
let me know if there is a way without the root mode
:good:
yi_wei said:
Hello arcsuser,
Thanks for your help,
I have downloaded the zip file as proposed.
unfortunately I was not able to install it because I don't have the root access on my tablet.
If there is a way to install the zip file without the recovery mode I'd be glad to know it.
if not, I will have to go through the process.
thanks again for your help.
let me know if there is a way without the root mode
:good:
Click to expand...
Click to collapse
U want to install it without root, i dont think thats possible,
Anyway have you try installing it as a normal apks? If it still doesnt install then i guess you really have to be rooted..
How about, get root, install apps, then unroot.. I dont think the apps are affected. Im not sure just give it a try
Sent from my SGP311 using xda app-developers app
arcsuser said:
U want to install it without root, i dont think thats possible,
Anyway have you try installing it as a normal apks? If it still doesnt install then i guess you really have to be rooted..
How about, get root, install apps, then unroot.. I dont think the apps are affected. Im not sure just give it a try
Sent from my SGP311 using xda app-developers app
Click to expand...
Click to collapse
Actually I have now the same question than "OP" on the recovery mode. I have now rooted the device the "super user app" is available and activated.
but I still can't access the recovery mode. I have tried the key combination mentioned in your post to "OP". then I referred to the post from DooMLoRD "All the info you need before you begin" with the Xperia Z tablet where the recovery mode is described.
I have the sony screen displayed, then I press volume up, the boot is going the normal way.
I tried with the usb cable connected to the PC, then it goes directly to the Xperia logo.
I tried the normal reboot (one light falshing) and the hard reboot (3 lights flashing) I do not have the device vibrating like explained by DooMLoRD.
Is this the reasn ?
thanks for your help again.
yi_wei said:
Actually I have now the same question than "OP" on the recovery mode. I have now rooted the device the "super user app" is available and activated.
but I still can't access the recovery mode. I have tried the key combination mentioned in your post to "OP". then I referred to the post from DooMLoRD "All the info you need before you begin" with the Xperia Z tablet where the recovery mode is described.
I have the sony screen displayed, then I press volume up, the boot is going the normal way.
I tried with the usb cable connected to the PC, then it goes directly to the Xperia logo.
I tried the normal reboot (one light falshing) and the hard reboot (3 lights flashing) I do not have the device vibrating like explained by DooMLoRD.
Is this the reasn ?
thanks for your help again.
Click to expand...
Click to collapse
did you spam the volume up?
our tablet will not vibrate because DooMLoRDs links is actually for phone that ALSO works for XTZ..
You said you're rooted but still cant go to recovery.. HHmmmm..
Do you have the recovery installed? cause if not it will not work
you can install it Here
if you are rooted and the recovery is installed.. then nothing can go wrong
arcsuser said:
did you spam the volume up?
our tablet will not vibrate because DooMLoRDs links is actually for phone that ALSO works for XTZ..
You said you're rooted but still cant go to recovery.. HHmmmm..
Do you have the recovery installed? cause if not it will not work
you can install it Here
if you are rooted and the recovery is installed.. then nothing can go wrong
Click to expand...
Click to collapse
I have downloaded and tried unsucessfully to flash the recovery tool.
I couldn't access the flash mode as described in the basics from DooMLoRD.
“while device is power OFF
Volume Up + USB cable connected to PC -> FASTBOOT MODE (BLUE LED will light up)“
I'm afraod I will need some tutorial to go through the steps of fast boot...
thanks
You don't need recovery to install the apps if you have root. Just unzip the file using root explorer. The unzipped file will show from the structure where the files have to go so just copy them to the corresponding folder on the tab using root explorer. (apps, and their associated odex file if there is one, will usually be in /system/app folder) Don't forget to set the permissions (rw-r--r-- for system apps and odex files), also using root explorer. Reboot and if they're gonna work as system apps they will...
Sent from my GT-P7510 using XDA Premium HD app
yi_wei said:
I have downloaded and tried unsucessfully to flash the recovery tool.
I couldn't access the flash mode as described in the basics from DooMLoRD.
“while device is power OFF
Volume Up + USB cable connected to PC -> FASTBOOT MODE (BLUE LED will light up)“
I'm afraod I will need some tutorial to go through the steps of fast boot...
thanks
Click to expand...
Click to collapse
How to put Xperia Tablet Z into Fastboot Mode.
1. Completely POWER OFF tablet (not Sleep Mode).
2. Connect one end of USB cable to tablet.
3. Press and hold tablet's VOL+ button.
4. Connect other end of USB cable to computer.
5. Wait until tablet's notification light flashes red then solid blue, then release VOL+ button.
6. To exit Fastboot Mode, disconnect the USB cable.
Cat McGowan said:
How to put Xperia Tablet Z into Fastboot Mode.
1. Completely POWER OFF tablet (not Sleep Mode).
2. Connect one end of USB cable to tablet.
3. Press and hold tablet's VOL+ button.
4. Connect other end of USB cable to computer.
5. Wait until tablet's notification light flashes red then solid blue, then release VOL+ button.
6. To exit Fastboot Mode, disconnect the USB cable.
Click to expand...
Click to collapse
Hello,
thanks for the walk through.
I have followed it step by step and here is the result. my computer (PC windows 7) makes a sound like a usb device is connected but not recognized.
when I connect the tablet in the normal way it is recognized without problem.
do you think I need to install some drivers on the PC as well ?
thanks for your help
yi_wei said:
Hello,
thanks for the walk through.
I have followed it step by step and here is the result. my computer (PC windows 7) makes a sound like a usb device is connected but not recognized.
when I connect the tablet in the normal way it is recognized without problem.
do you think I need to install some drivers on the PC as well ?
thanks for your help
Click to expand...
Click to collapse
You need to install Sony Mobile's Fastboot driver.
Cat McGowan said:
You need to install Sony Mobile's Fastboot driver.
Click to expand...
Click to collapse
Hello Cat McGowan,
I have made some progress since your post. I have downloaded and installed fastboot toolbox from DooMLord (V1.0) and could access the fastboot mode
My final goal is to install the gapps on my tablet, I have downloaded the package the android 4.1.x.
to install the gapps, I need to find the recovery mode,
to install the recovery mode I have downloaded the TabZ_DooMLoRD_AdvStkKernel.img.
For the next step I need some help because I can't install the *.img through flashboot toolbox. or anything else for that matter.
thanks again for your good advice.
yi_wei said:
Hello Cat McGowan,
I have made some progress since your post. I have downloaded and installed fastboot toolbox from DooMLord (V1.0) and could access the fastboot mode
Hello, Quick feed back on what I have been doing the last days.
I have finally understood the CWM recovery tool and managed to install from zip file the google apps.
unfortunately something failed in the process and now I can't acces the tablet anymore. "google service has unexpectly stopped"
I can't access the recovery tool anymore.
I may have to flash a new rom completely.
anyone has a suggestion ?
thanks for your help
Click to expand...
Click to collapse
Yes ! I finally did it. using the CWM tool. and loaded the package.
thanks again for all you help
yi_wei said:
Yes ! I finally did it. using the CWM tool. and loaded the package.
thanks again for all you help
Click to expand...
Click to collapse
Hey yi wei! I also got my xtz in China without any google service. Do you mind telling me how you rooted your device? I couldn't find a tool that roots xtz from China. Many thanks!
how to hard reset my sony xperia tablet z .
Hey , im new here .
My xtz is made in china . I forgot the lock tablet password .
So how could i reset the tablet to unlock my tablet ?? Plss help .

Bootlooped Speadtrum phone

My phone is from chinavasion it is galaxy i8550 WIN clone with lower specs it is mocor droid 2.0.5 with a fake jellybean speadtrum sc6820 it is rooted i connected the phone via adb and reboot into recovery i have stock recovery not cwm and i tried fixing it btw i meessed up my build.prop file but anyways i tried to fix it via adb and i got a permission error and i have a backup of my build.prop tho ...i just gave up and rebooted to recovery and wiped data/factory reset and ofcourse it didnt work but i lost my adb drivers i cant turn on usb debugging so i cant use adb and i dont know how to accesss recovery i keep ending up in the speadtrum factory test where u test phone hardware nothing else please help if u can altho i highly doubt it and also when i used adb to reboot in recovery and used a zip file it would say signature verification failed :crying::fingers-crossed: But i trust in xda please help even to give me the phone combination keys to recovery and that give me a zip that will be accepted PLEASE i only had the phone for a month
What exactly were you trying to fix in your stock recovery? Assuming I understand you correctly?
Sent from my K2_CL using Tapatalk
Fixing
Modding.MyMind said:
What exactly were you trying to fix in your stock recovery? Assuming I understand you correctly?
Sent from my K2_CL using Tapatalk[/QUOT
I just fugured out something the problem occured when i took a backup of my build.prop (original one) from my sd card and replaced it with the one in my system folder and forgot to add permissions to it and i restarted my phone and now its bootlooped. When it happened i tried to fix it before i factory reset my phone and lost access to recovery cuz i use to access it from adb i tried to flash a new one (build file) but i got signature verification failed so i just factory reset and lost my adb drivers so now i cant connect it to my computer to use adb commands to reboot into recovery and idk my combination for recovery it is speadtrum sc6820 .....ps. my phone is rooted and has mocor droid 2.3.5 with 4.2.2 jellybean so u know its a fake jellybean cuz its a cloned phone and i have no cwm :crying:
Click to expand...
Click to collapse
@BenDroid1
You can write the custom recovery to your recovery partition using dd in an android terminal emulator from the play store. You would need to know which partition holds your recovery.
For MY device (your partition is different) it would be as followed in the terminal emulator:
Code:
su
Code:
dd if=/sdcard/customrecovery.img of=/dev/block/mmcblk0p21
/dev/block/mmcblk0p20 is the partition that holds my recovery on my device - yours will be different!
You can also use this method for the boot.img towards the boot partition as well as data to data partition, and so forth.
If you have CWM and you were smart enough to create a backup of your device, then I would write the custom recovery to your recovery partition, boot in to CWM, and restore your device with your backup. Then, reboot, plug device in to your computer, allow the computer to reinstall the drivers and hopefully at this point you should be able to establish connection with adb/fastboot again.
Sent from my K2_CL using Tapatalk
Example 1
Sent from my K2_CL using Tapatalk
Example 2
Sent from my K2_CL using Tapatalk
Cant do that
How do uexpect me to do all of that when everytime i boot my phone the its stuck on the logo and i Dont have cwm ...my phone is bootlooped
BenDroid1 said:
Modding.MyMind said:
What exactly were you trying to fix in your stock recovery? Assuming I understand you correctly?
Sent from my K2_CL using Tapatalk
Click to expand...
Click to collapse
When it happened i tried to fix it before i factory reset my phone and lost access to recovery cuz i use to access it from adb i tried to flash a new one (build file) but i got signature verification failed so i just factory reset and lost my adb drivers so now i cant connect it to my computer to use adb commands to reboot into recovery and idk my combination for recovery it is speadtrum sc6820 .....
Click to expand...
Click to collapse
Because right here according to your quote you mentioned that you resetted your device, lost connection to your adb. Only time you can use ADB is when your phone is running. Only way you can confirm if you lost connection with ADB is if your phone is up and running, you open up command window on pc, then run 'adb devices' and if nothing returns then you have no connection. Otherwise, there is no way to confirm if you lost connection to it. So by your quote above, you made it sound like you got around your bootloop problem but could not connect with using ADB and no longer had CWM on your device.
Try to be more clear next time lol.
Have you tried using fastboot instead of ADB?
Sent from my K2_CL using Tapatalk
Modding.MyMind said:
Because right here according to your quote you mentioned that you resetted your device, lost connection to your adb. Only time you can use ADB is when your phone is running. Only way you can confirm if you lost connection with ADB is if your phone is up and running, you open up command window on pc, then run 'adb devices' and if nothing returns then you have no connection. Otherwise, there is no way to confirm if you lost connection to it. So by your quote above, you made it sound like you got around your bootloop problem but could not connect with using ADB and no longer had CWM on your device.
Try to be more clear next time lol.
Have you tried using fastboot instead of ADB?
Sent from my K2_CL using Tapatalk
Click to expand...
Click to collapse
no i havent and sorrry i ...i will be clearer when i press power plus volme up i get speadtrum factory test where u test phone hardware but no android recovery
Your phone has a bootloader. You need to access your bootloader, select fastboot, plug your device in your pc, open up command window, then type 'fastboot devices'.
If you get your device serial number returned back to you then you have connection. If it returns blank, then you do not have connection which at this point I will not be able to help you.
Sent from my K2_CL using Tapatalk
Modding.MyMind said:
Your phone has a bootloader. You need to access your bootloader, select fastboot, plug your device in your pc, open up command window, then type 'fastboot devices'.
If you get your device serial number returned back to you then you have connection. If it returns blank, then you do not have connection which at this point I will not be able to help you.
Sent from my K2_CL using Tapatalk
Click to expand...
Click to collapse
unfortunately looks like u cant help me cuz neither that wont showup
BenDroid1 said:
unfortunately looks like u cant help me cuz neither that wont showup
Click to expand...
Click to collapse
I'm sorry bro. Maybe someone else on here will pickup where I left off. Good luck friend.
Sent from my K2_CL using Tapatalk

is my android fixable?

Hello everyone ill cut right to the point i rooted my Zte source using Kingo root app about a month ago and everything was fine and 3 days ago i installed a boot animation through rom toolbox and my phone now will not boot up i get black screen with flashing red light when i try to go into recovery mode by pressing and holding power and vol + it vibrates but stays at black screen and shows up on my pc as ZTE Handset Diagnostic Interface(DFU) (COM5) what do i do? Can i reset my phone?
King-Reaper said:
Hello everyone ill cut right to the point i rooted my Zte source using Kingo root app about a month ago and everything was fine and 3 days ago i installed a boot animation through rom toolbox and my phone now will not boot up i get black screen with flashing red light when i try to go into recovery mode by pressing and holding power and vol + it vibrates but stays at black screen and shows up on my pc as ZTE Handset Diagnostic Interface(DFU) (COM5) what do i do? Can i reset my phone?
Click to expand...
Click to collapse
i say there is still hope. seems the only thing you messed up is the boot animation. according to this thread http://forum.xda-developers.com/showthread.php?t=2520309
you have fastboot for your device, so in theory, you could use a fastboot flash recovery command to install CWM, and use it to install a ROM
The French Tickl3r said:
i say there is still hope. seems the only thing you messed up is the boot animation. according to this thread http://forum.xda-developers.com/showthread.php?t=2520309
you have fastboot for your device, so in theory, you could use a fastboot flash recovery command to install CWM, and use it to install a ROM
Click to expand...
Click to collapse
how do i get fastboot to recognize my device? i have correct drivers for phone since my brother has same phone i got drivers off his phone but fastboot does not see my device adb does not see my device as well
King-Reaper said:
how do i get fastboot to recognize my device? i have correct drivers for phone since my brother has same phone i got drivers off his phone but fastboot does not see my device adb does not see my device as well
Click to expand...
Click to collapse
did you enable usb debugging?
The French Tickl3r said:
did you enable usb debugging?
Click to expand...
Click to collapse
the last time my phone would boot up yea usb debugging was enabled by now it wont boot so i cant check to make sure
i dont use the same device as urs but as far as my knowledge goes
ur phone has usb degubbing on ...jus gt in fastboot and figure out a way to install a custom recovery
then u can just wipe data and ull b good to go...no need of a new rom
search xda forum for ur cell to flash recovery via fastboot
:good:
MOHIT.S said:
i dont use the same device as urs but as far as my knowledge goes
ur phone has usb degubbing on ...jus gt in fastboot and figure out a way to install a custom recovery
then u can just wipe data and ull b good to go...no need of a new rom
search xda forum for ur cell to flash recovery via fastboot
:good:
Click to expand...
Click to collapse
but fastboot dose not see my device and i dont know how to make fastboot see my device
King-Reaper said:
but fastboot dose not see my device and i dont know how to make fastboot see my device
Click to expand...
Click to collapse
dude...1st of all fastboot is a boot mode...to get into it u have to use combination keys while booting, some times use usb cord
just google how to fastboot with the name of ur device ull gt it!
Hey guys sorry I've been busy my phone is fixed I just took it to cricket and told them a software update broke my phone so this thread can be closed thanks for everyone's help
Sent from my ZTE_N9511 using XDA Free mobile app

[Q] adb does not detect my HTC One

Hi,
I wanted to root my HTC One when it was with android 5.0.2. I did everything which I was suppose to do and installed SuperSu which did not work my mobile. So I tried to update the latest SuperSU binaries but there problem started. After powering it just shows welcome screen and still I can go to developer mode and see fastboot, recovery etc options. Now main problem is adb does not detect my mobile. Could any please help me ?
how about using fastboot? is adb worked on the recovery?
ashokb_409 said:
Hi,
I wanted to root my HTC One when it was with android 5.0.2. I did everything which I was suppose to do and installed SuperSu which did not work my mobile. So I tried to update the latest SuperSU binaries but there problem started. After powering it just shows welcome screen and still I can go to developer mode and see fastboot, recovery etc options. Now main problem is adb does not detect my mobile. Could any please help me ?
Click to expand...
Click to collapse
Hi, U must have turn on developer option, next turn on debbug USB and then the adb see your devices.
U can check in CMD ''adb devices''.

Categories

Resources