[GUIDE] How to stop infinity bootloop to recovery - Oppo Realme 3 Guides, News, & Discussion

i found solution after several month, my device bricked to recovery with green blinking above the screen and it's infinity bootloop with no recovery and fastboot mode, so impossible to enter fastboot.
Q : what you should do?
A : you should prepare
1. driver and adb driver and fastboot driver,
2. you also need to open back cover and uninstall screen pin from it. and uninstall power pin and install it again.
Q: and?
1. install back cover with half installed, don't press backcover because we need install screen again.
2. plug the usb device to computer
3. in device manager you should see android bla bla this is possible to enter adb device.
4. check in adb with command :
adb devices
if device detected then go to fastboot
adb reboot bootloader
now our device is in fastboot mode, you should do this step:
fastboot -w
fastboot erase para
Q: and again?
1. uninstall power pin and install again
2. install screen pin
3. plug the back cover and press power button
4. your device now is unbricked!
bye bye infinity recovery bootloop!
i don't know this strange is happen to me when i uninstall pin it detected in adb. if you still not get in ,, try power + down button and adb device command.
i hope this tutorial work for you

Related

[RECOVERIES & ROOT] Yureka custom recoveries & Root without Changing Stock Recovery

[RECOVERIES & ROOT] Yureka custom recoveries & Root without Changing Stock Recovery
Note : This tutorial is for YU Yureka based on CM11 (KK 4.4.4) 32bit architecture
and
do it on your own risk, I will not be responsible if you brick your phone
Here is the detailed guide and collection of stock and all custom recoveries for YU Yureka and detailed guide to Root YU Yureka without changing Stock Recovery
Requirements
1. YU Yureka (obviously) with USB Data cable
2. PC / Laptop (Having Windows installed at least Windows 7 or above)
3. Drivers (Windows Automatically detect and install the required drivers)
4. ADB & Fastboot binary package that can be downloaded from XDA 15 seconds ADB Installer v1.4.2']http://forum.xda-developers.com/showthread.php?t=2588979
5. Custom Recovery (Anyone in which you are interested CWM, PhiZ, TWRP)
6. Latest SuperSU.zip file to root your phone
Warning: This process may delete all data stored in internal storage so better backup all the files stored in internal storage.
Step One
Enable USB Debugging on your device you can just follow these steps:
Go to Settings> About phone and keep taping on build number at least 7 times or till it appears "You are a developer now",
Now again go to settings>developer option (only after the previous step it will be enabled)> check/select USB debugging.
Step Two
Unlock your bootloader to flash custom recovery and root.
Here is the process
1. Download the adb & fastboot binary package and install it.
2. Put your phone into FASTBOOT mode by following anyone from below methods :
Method 1 (easiest)
-------------------
a. Power down phone
b. Plug USB cable to your PC
c. Press and hold Vol Up button and plug other end of USB to your device, soon you will see the fastboot screen.
(or without plugging USB Cable, Press and Hold Power and Vol Up buttons simultaneously, until you see the screen
"FASTBOOT MODE"
Method 2
---------
a. While your phone is Power On, plug USB Data Cable with PC and Phone (USB Debuging must be Enable)
b. Open Command Prompt on your PC (with Administartor rights) and type the following command
adb -s 0x1ebf devices
You will get results something like that :
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
3a289c2 device
*Note : If you get "authorization message" then look on your mobile screen and authorize your PC and run the command again.
c. Now note down the device no. (for e.g. in above "3a289c2") and type the following command
adb -s 3a289c2 reboot bootloader
[*Note replace the device id with your id (here 3a289c2), that you got in last command]
Now your phone must be booted into fastboot mode. A screen with "Fastboot Mode" should be appear on your phone.
3. Device drivers will get installed by windows (please wait for the driver installation to complete)
4. After driver installation is done go to the folder where you have extracted the package
5. Now open elevated DOS command prompt (terminal) on your PC and go into the same folder where you saved the recovery file
(*Note : to start command prompt directly from desired folder, while holding the Shift Key Right Click on folder and select start "open command window here")
6. Type the following command to check if the device was detected in fastboot mode
fastboot -i 0x1ebf devices
you should get output like : 2a25d00 fastboot
if you don't get similar output it means that the drivers weren't correctly installed or the device wasn't connected properly
7. If the output is similar to above then run the following command:
fastboot -i 0x1ebf oem unlock
you should get output something like :
.....
OKAY [ 0.003s]
finished. total time: 0.004s
8. Now your bootloader is now unlocked.
*Note : if you want to re-lock your bootloader again (for warranty on any other reason), again boot into fastboot mode and this time type the following command and enter
fastboot -i 0x1ebf oem lock
Step Three
Boot your phone into recovery (temporarily or permanently) and root your phone
1. Download SuperSU.zip and put it on root of your internal or external SD card
2. To load custom recovery (CWM / TWRP / PhiZ) temporarily, now type this command in terminal :
fastboot -i 0x1ebf boot CWM_6.0.5.1_recovery-yu.img
*Note 1 : if you want to flash the custom recovery permanently then us the following command
fastboot -i 0x1ebf flash CWM_6.0.5.1_recovery-yu.img
*Note 2 : if your download custom recovery is named differently (here CWM_6.0.5.1_recovery-yu.img) then while writing the above commands you need to put the name of the recovery same as as your saved file name (anyone CWM / Phiz / TWRP)
3. Done ! You loaded custom recovery temporarily, if command used with "boot" hence to root your phone, proceed to next section (step 5).
or
If you flashed recovery permanently, using command with "flash" then boot your phone into recovery. To do so, you have Two options
i) type the following command and press enter : adb -s 3a289c2 reboot recovery
or
ii) power off your phone, after then press and hold "Vol up+ Vol down + Power" buttons simultaneously to boot into custom recovery.
Now to root your phone proceed with next section (step 5).
Root your phone
5. To gain root access, flash SuperSu.zip that is stored on your internal or external SD card (in step 1)
6. Choose reboot phone and enjoy rooted phone with stock or custom recovery !
Special Note 1
I didn't tested, but came to know that root doesn't effect OTA update on Yureka.
You can get OTA updates with root but after the OTA update is flashed you will loose root access. To keep it or to avoid this please go to System Settings -> Developer Options -> UNTICK -"Update CM Recovery" (update recovery while installing system updates)
Even though if someone want to go back to Stock recovery, then download the official stock recovery (link no. 6 above) and flash it using command in fastboot mode (second command in step 2 under head "STEP THREE")
Downloads
1. 15 seconds ADB Installer v1.4.2 http://forum.xda-developers.com/showthread.php?t=2588979
2. Super SU latest v2.46 http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip
3. CWM 6.0.5.1 https://s.basketbuild.com/devs/vishal_android_freak/yu/yureka
OR http://d-h.st/ElAe
4. PhilZTouch 6.59 based on CWM v6.0.5.1 http://www.androiddevs.net/downloads/
OR http://d-h.st/UqWK
5. TWRP 2.8.5.0 http://techerrata.com/browse/twrp2/tomato
OR https://www.androidfilehost.com/?fid=95916177934528156
OR http://d-h.st/5wDD
6. YU Yureka Official Stock Recovery http://d-h.st/tQ1k
Special Note 2
Without the vendor id, phone will not get detected in fastboot mode.
Like if you want to check fastboot type this :
fastboot -i 0x1ebf devices
therefore, always add "i -0x1ebf" after fastboot and then write your command
aabidhashmi said:
Here is is collection of all custom recoveries for YU Yureka and detailed guide to Root YU Yureka without changing Stock Recovery
Requirements
1. YU Yureka (obviously) with USB Data cable
2. PC / Laptop (Having Windows installed at least Windows 7 or above)
3. Drivers (Windows Automatically detect and install the required drivers)
4. ADB & Fastboot binary package that can be downloaded from XDA 15 seconds ADB Installer v1.4.2']http://forum.xda-developers.com/showthread.php?t=2588979
5. Custom Recovery (Anyone in which you are interested CWM, PhiZ, TWRP)
6. Latest SuperSU.zip file to root your phone
Warning: This process may delete all data stored in internal storage so better backup all the files stored in internal storage.
Step One
Enable USB Debugging on your device you can just follow these steps:
Go to Settings> About phone and keep taping on build number at least 7 times or till it appears "You are a developer now",
Now again go to settings>developer option (only after the previous step it will be enabled)> check/select USB debugging.
Step Two
Unlock your bootloader to flash custom recovery and root.
Here is the process
1. Download the adb & fastboot binary package and install it.
2. Power down phone
3. Plug USB cable to your PC
4. Press and hold Vol Up button and plug other end of USB to your device, soon you will see the fastboot screen.
(or without plugging USB Cable, Press and Hold Power and Vol Up buttons simultaneously, until you see the screen
"FASTBOOT MODE"
5. Device drivers will get installed by windows (please wait for the driver installation to complete)
6. After driver installation is done go to the folder where you have extracted the package
7. Now open elevated DOS command prompt (terminal) on your PC and go into the same folder where you saved the recovery file
* to start command prompt directly from desired folder, while holding the Shift Key Right Click on folder and select start "open command window here"
8. Type the following command to check if the device was detected in fastboot mode
fastboot -i 0x1ebf devices
you should get output like : 2a25d00 fastboot
if you don't get similar output it means that the drivers weren't correctly installed or the device wasn't connected properly
9. If the output is similar to above then run the following command:
fastboot -i 0x1ebf oem unlock
you should get output something like :
.....
OKAY [ 0.003s]
finished. total time: 0.004s
10. Now your bootloader is now unlocked.
Step Three
Root your phone without changing your stock recovery
1. Download SuperSU.zip and put it on root of your internal or external SD card
2. To load custom recovery (CWM / TWRP / PhiZ) temporarily, now type this command in terminal :
fastboot -i 0x1ebf boot recovery CWM_6.0.5.1_recovery-yu.img
*Note : if your download custom recovery is named differently (here CWM_6.0.5.1_recovery-yu.img) then while writing the above command you need to put the name of the recovery same as as your saved file name (anyone CWM / Phiz / TWRP)
Done ! You flashed custom recovery temporarily.
3. Now press and hold "Vol up+ Vol down + Power" buttons simultaneously to boot into custom recovery.
4. To gain root access flash SuperSu.zip that is stored on your internal or external SD card (in step 1)
5. Choose reboot phone and enjoy rooted phone without changing stock recovery !
Downloads
1. 15 seconds ADB Installer v1.4.2 http://forum.xda-developers.com/showthread.php?t=2588979
2. Super SU latest v2.46 http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip
3. CWM 6.0.5.1 https://s.basketbuild.com/devs/vishal_android_freak/yu/yureka
OR http://d-h.st/ElAe
4. PhilZTouch 6.59 based on CWM v6.0.5.1 http://www.androiddevs.net/downloads/
OR http://d-h.st/UqWK
5. TWRP 2.8.5.0 http://techerrata.com/browse/twrp2/tomato
OR https://www.androidfilehost.com/?fid=95916177934528156
OR http://d-h.st/5wDD
Special Note
Without the vendor id, phone will not get detected in fastboot mode.
Like if you want to check fastboot type this :
fastboot -i 0x1ebf devices
therefore, always add "i -0x1ebf" after fastboot and then write your command
Click to expand...
Click to collapse
Few errors noted:
1. You can't say flashing recovery when you are booting it.
2. In step 3 point 3 is not valid because when your command is to boot it will automatically boot into recovery you need not use combination keys.
3. Last point vender id is wrong !!!
Few suggestions:
1. It feels like you have not tested this by yourself
2. There is already a guide for "rooting without flashing recovery". Search before posting.
Regards
aashking
aashking said:
Few errors noted:
1. You can't say flashing recovery when you are booting it.
2. In step 3 point 3 is not valid because when your command is to boot it will automatically boot into recovery you need not use combination keys.
3. Last point vender id is wrong !!!
Few suggestions:
1. It feels like you have not tested this by yourself
2. There is already a guide for "rooting without flashing recovery". Search before posting.
Regards
aashking
Click to expand...
Click to collapse
Dear aaskking
Thanks to inform. Here is the corrections
1 & 2 - Tutorial updated with "boot" and "flash" commands separately.
3 + Vendor ID is correct nothing wrong in it.
4 - I already tested all those procedures and commands. I never post anything without testing.
5 - Yes, I also seen that available guide, but that is not so much detailed and also required files links are not provided.
Anyway, thanks for your suggestions.
aabidhashmi said:
Dear aaskking
Thanks to inform. Here is the corrections
1 & 2 - Tutorial updated with "boot" and "flash" commands separately.
3 + Vendor ID is correct nothing wrong in it.
4 - I already tested all those procedures and commands. I never post anything without testing.
5 - Yes, I also seen that available guide, but that is not so much detailed and also required files links are not provided.
Anyway, thanks for your suggestions.
Click to expand...
Click to collapse
EDIT : You can get OTA updates with root..
After the update is flashed you will loose root access ..
To keep it or to avoid this please write the following step
STEP) In Developer Option UNTICK -"Update CM Recovery".
That's it.. Cheers mate wonderful thread.. @aabidhashmi @aashking
arjunsingh1000 said:
EDIT : You can get OTA updates with root..
After the update is flashed you will loose root access ..
To keep it or to avoid this please write the following step
STEP) In Developer Option UNTICK -"Update CM Recovery".
That's it.. Cheers mate wonderful thread.. @aabidhashmi @aashking
Click to expand...
Click to collapse
Thanks Arjun Singh @arjunsingh1000 for suggestion and appreciation
Post updated ...
aabidhashmi said:
Thanks Arjun Singh @arjunsingh1000 for suggestion and appreciation
Post updated ...
Click to expand...
Click to collapse
Great mate cheers just checked and tried that ota updates are available and work.. On stock recovery... Locked bootloader and with root..
Achieved this by downgrading to the very first cm11 firmware and got then rooted it and locked the bootloader then I just booted it and got the incremental update .. Downloaded and flashed .. Works perfectly.. Root not lost due to the untick in dev options..
Thanks again Arjun Singh, for confirming OTA updates are working.
I am already on Stock ROM & recovery {rooted} and tried the same procedure {locked the bootloader}, but no updates for me.
Is updates are really there, or something wrong with me ?
Sent from my AO5510 using Tapatalk
I am simply unable to get the device listed in command prompt after fastboot mode is enabled. my phone has option to boot into fastboot mode in power options. i tried that option, i tried using command to boot into fastboot. But somehow, when phone is in fastboot mode, it does not get detected by fastboot application (even though windows installs drivers successfully).
I have tried 3 different laptops. All had same problem. No idea how to solve this.
aabidhashmi said:
Thanks again Arjun Singh, for confirming OTA updates are working.
I am already on Stock ROM & recovery {rooted} and tried the same procedure {locked the bootloader}, but no updates for me.
Is updates are really there, or something wrong with me ?
Sent from my AO5510 using Tapatalk
Click to expand...
Click to collapse
Well I guess you are on the latest build XN0PHQ I guess? Another beta update was made but not rolled out it is um XNPH08P I know its a little late but just in case you don't know..
---------- Post added at 05:30 PM ---------- Previous post was at 05:28 PM ----------
jitendragarg said:
I am simply unable to get the device listed in command prompt after fastboot mode is enabled. my phone has option to boot into fastboot mode in power options. i tried that option, i tried using command to boot into fastboot. But somehow, when phone is in fastboot mode, it does not get detected by fastboot application (even though windows installs drivers successfully).
I have tried 3 different laptops. All had same problem. No idea how to solve this.
Click to expand...
Click to collapse
Ahahahaah... I know just the way... Do not reboot via adb ...
Switch off your phone remove your battery and put it back in do not turn it on.. But connect your USB cable and at the same time hold the power up or maybe down button .. Voila your in fastboot which will get detected .. Don't forget to use the vendor id.
arjunsingh1000 said:
Ahahahaah... I know just the way... Do not reboot via adb ...
Switch off your phone remove your battery and put it back in do not turn it on.. But connect your USB cable and at the same time hold the power up or maybe down button .. Voila your in fastboot which will get detected .. Don't forget to use the vendor id.
Click to expand...
Click to collapse
I tried this method but phone does not get detected in fastboot mode at all. I have drivers installed for all different modes I connect my phone as. No luck at all.
Also, weird thing is, I have an option to directly go to fastboot mode from the power menu.
Jitendra Garg
Your driver's are not installed
As there is no special drivers setup, so connect your PC with Internet then plug your phone and let Windows install drivers automatically.
Sent from my AO5510 using Tapatalk

Nokia N1 bootloop

My N1 suddenly reboot and then it can't start, just continuosly bootloop and can't boot into droidboot or recovery by pressing Power+ Vol-. Any help!!!
anyone help me!
same problem
We need to know more to be able to help. What did you do before updating? root? update? nothing?
syddd said:
We need to know more to be able to help. What did you do before updating? root? update? nothing?
Click to expand...
Click to collapse
I followed this instruction http://forum.xda-developers.com/showpost.php?p=60925623&postcount=44. Root has been established successfully, then installed GApps and after the tablet does not boot
Shvonder said:
I followed this instruction http://forum.xda-developers.com/showpost.php?p=60925623&postcount=44. Root has been established successfully, then installed GApps and after the tablet does not boot
Click to expand...
Click to collapse
That's it, now it not work anymore, just reboot and play bootanimation then reboot
alan_greece said:
My N1 suddenly reboot and then it can't start, just continuosly bootloop and can't boot into droidboot or recovery by pressing Power+ Vol-. Any help!!!
Click to expand...
Click to collapse
I have same problem
Help me!!! Please
help us!
For me its working flawlessly.... may be u have done something wrong. Had u turned off mpt mode ? Did u format and cleared catch before installing gapps ?
still waiting for solution...
( help me
When my one was boot loop.
I 've solved loop problems like following process.
1. Open windows device manger for check N1 is ready to use ADB.
2. Ready CMD for use ADB.
3. Connect to PC and wait until can see ADB Device on windows device manager.
4. ADB devices
5. ADB reboot bootloader
6. Select recovery with volume button.
7. If success on recovery mode. just push once power button. (can see some menu)
8. select factory reset. ( I can't remember correct menu name) or wipe cache / data?
After this okay to boot initial setup.
I can't remember well what I do before .
It's passed 2weeks.
And My one on the way from seller cause fix from another problems.
soondin said:
When my one was boot loop.
I 've solved loop problems like following process.
1. Open windows device manger for check N1 is ready to use ADB.
2. Ready CMD for use ADB.
3. Connect to PC and wait until can see ADB Device on windows device manager.
4. ADB devices
5. ADB reboot bootloader
6. Select recovery with volume button.
7. If success on recovery mode. just push once power button. (can see some menu)
8. select factory reset. ( I can't remember correct menu name) or wipe cache / data?
After this okay to boot initial setup.
I can't remember well what I do before .
It's passed 2weeks.
And My one on the way from seller cause fix from another problems.
Click to expand...
Click to collapse
but when i run adb reboot bootloader, it said my device was unauthorized
soondin said:
When my one was boot loop.
I 've solved loop problems like following process.
1. Open windows device manger for check N1 is ready to use ADB.
2. Ready CMD for use ADB.
3. Connect to PC and wait until can see ADB Device on windows device manager.
4. ADB devices
5. ADB reboot bootloader
6. Select recovery with volume button.
7. If success on recovery mode. just push once power button. (can see some menu)
8. select factory reset. ( I can't remember correct menu name) or wipe cache / data?
After this okay to boot initial setup.
I can't remember well what I do before .
It's passed 2weeks.
And My one on the way from seller cause fix from another problems.
Click to expand...
Click to collapse
i cant use ADB now, always unauthorized device....
Anyone who had a way to fix it? I tried but my N1 dont connect with the PC..
plz help us!
i can not open recovery by pressing vol- + power. I got a bootloop N1,too.
kaikool said:
i can not open recovery by pressing vol- + power. I got a bootloop N1,too.
Click to expand...
Click to collapse
Iam russian... Use the phone flash tool intel v444. connect you device via usb. reboot rebooot rebooot.... when programm detect your device. check in "custom flash" option fastboot or adb. and flash ifwi file. wait min 15.... WHEN YOU DEVICE TURN ON BOOTLOADER CANCEL FLASH (PULL USB CABBLE!!!) volume - to recovery. open recovery menu and factory reset and cache clear. update with sideload and wipe data/ reboot!
@Andreko777 thank you, ill try it. Hope it works! But i think it doesnt work because, when i plug my usb cable to my computer and run Intel flashtool, it can not regconize my device. So i cant do anything else,........
@alan_greece i have found another method in a Chinese forum, but i dont have my device here to do. you can try this.
1. Tools required:
1, Nokia N1 ROOT tools:
link: http: //pan.baidu.com/s/1c0i1KU8 Password: c7i3
2, Nokia ROM package:
link: http: //pan.baidu.com/s/1c06OrhI Password: zfg3
above package Zhongguancun Forum "installed Daitou", "expect Dawn c466469156" offer. Some pictures cut from below "expectations dawn c466469156" rescue brick tutorial (need only be able to enter the official REC tutorial) Step:
Prerequisite: There is a station has already authorized under the USB debugging mode N1 computer; N1 boot card after death, in The computer's device manager can see Android Composite ADB Interface device.
1, the N1 is turned on, connected to the computer.
2, download IntelAndroid-FBRL-05-16-2015-PTR.rar, unzip it into a directory in the root directory of the disk,
Right-click launcher.bat, choose Run as administrator.
Follow the onscreen prompts for capital ACCEPT OK. (Must be capitalized, because LINUX is case-sensitive)
viewing screen, if the device is connected, a blue-green word, if the word is red, was not connected, carefully check the above-mentioned process is correct.
3. After the device is connected, press the T1 diagram interface, Enter. N1 will restart, and N1 official BOOTLOADER screen appears, and writes in execution. Until an error message. Stop.
4, according to N1 volume keys, select the recovery, press the power button to confirm. Reboot into official REC. Then select Options apply update from adb and even computers.
5, put the package before downloading rename the file update.zip pulled platform-tools folder unzipped. Open a command indicator cd into this folder.
6, in the command prompt, type adb sideload update.zip Enter.
7, prompted reboot the N1.
kaikool said:
@Andreko777 thank you, ill try it. Hope it works! But i think it doesnt work because, when i plug my usb cable to my computer and run Intel flashtool, it can not regconize my device. So i cant do anything else,........
@alan_greece i have found another method in a Chinese forum, but i dont have my device here to do. you can try this.
1. Tools required:
1, Nokia N1 ROOT tools:
link: http: //pan.baidu.com/s/1c0i1KU8 Password: c7i3
2, Nokia ROM package:
link: http: //pan.baidu.com/s/1c06OrhI Password: zfg3
above package Zhongguancun Forum "installed Daitou", "expect Dawn c466469156" offer. Some pictures cut from below "expectations dawn c466469156" rescue brick tutorial (need only be able to enter the official REC tutorial) Step:
Prerequisite: There is a station has already authorized under the USB debugging mode N1 computer; N1 boot card after death, in The computer's device manager can see Android Composite ADB Interface device.
1, the N1 is turned on, connected to the computer.
2, download IntelAndroid-FBRL-05-16-2015-PTR.rar, unzip it into a directory in the root directory of the disk,
Right-click launcher.bat, choose Run as administrator.
Follow the onscreen prompts for capital ACCEPT OK. (Must be capitalized, because LINUX is case-sensitive)
viewing screen, if the device is connected, a blue-green word, if the word is red, was not connected, carefully check the above-mentioned process is correct.
3. After the device is connected, press the T1 diagram interface, Enter. N1 will restart, and N1 official BOOTLOADER screen appears, and writes in execution. Until an error message. Stop.
4, according to N1 volume keys, select the recovery, press the power button to confirm. Reboot into official REC. Then select Options apply update from adb and even computers.
5, put the package before downloading rename the file update.zip pulled platform-tools folder unzipped. Open a command indicator cd into this folder.
6, in the command prompt, type adb sideload update.zip Enter.
7, prompted reboot the N1.
Click to expand...
Click to collapse
Now i cant authorized my device anymore

ADB failure

i was trying to flash the 2.0 update to my watch. i was in command prompt and was typing in the codes then my watch rebooted into recovery i was able to get my watch back into fastboot mode but now adb isnt recognizing my device and the watch doesnt have any software on it what do i do ?!
Same for me what do I do ? Now when I turn on recovery appears for 2 sec then black screen and over and over again looks like I don't have software installed what do I do ?
I also got the same issue I clicked on recover in the bootloader as everytime I tried to run the following step: Execute the flash-all script by typing flash-all.sh or, in the case of Windows, flash-all.bat.
Set up the watch and begin testing it would just say adb does not recognise this command.
I am now stuck in a cycle of not being access the device in ADB to flash say TWRP or get it to even boot, the only thing I can do is get it back to the boot loader.
OK, so the good news is we didn't brick out watches
First thing is first you will need to get back into the watches boot-loader to do this follow the steps below:
1. Hold the power button down until the Huawei logo show's up
2.As soon as the watch vibrates let go of the power button and do one quick short press of the power button again
3. If you did this right the boot-loader should appear if not you will feel another vibration and will have to start over
Now that you are back in the Boot-loader put the watch back on the dock and plug it into your pc. Fire up ADB and fastboot minimal (Get it here: http://forum.xda-developers.com/showthread.php?t=2317790). Install this and drag the contents of the Sturgeon-nvd file you downloaded from the android site (this is the Android Wear 2.0 preview image) into the same folder that the minimal ADB is installed in like so:
http://i.imgur.com/Vw8sUo1.png
Now double click the Flash-all.bat file in the folder and you should see it processing on the ADB window.
Did you unzip the folder and placed it in the ad folder location?
Just an FYI: ADB is not what is used to flash .img files. Its fastboot. When you are in bootloader mode are you in fastboot mode and would use fastboot commands. Its normal for ADB not to see a device in fastboot mode.

Bootloop,no access to recovery mode nor download mode

When trying to boot into the download or recovery mode it kepps rebooting itself. I can only boot into the boot loader and get following information:
-Software status: Modified
-Unlocked
-S-ON
What shouldI do now? Pls help me guys
If you can't get to download mode then the phone is buggered.
Hold down volume down button and connect to computer using a usb cable(good quality one) this should boot the device to adb mode
On the pc(all drivers ,adb fastboot toolkit installed) open adb shell and
Try any command like to reboot to recovery(this is not the command) etc
If it works please let me know i will help u further
Tested and worked on my htc one m9 device
Can u give me some more details like how this problem acured
mazin mr said:
Hold down volume down button and connect to computer using a usb cable(good quality one) this should boot the device to adb mode
On the pc(all drivers ,adb fastboot toolkit installed) open adb shell and
Try any command like to reboot to recovery(this is not the command) etc
If it works please let me know i will help u further
Tested and worked on my htc one m9 device
Can u give me some more details like how this problem acured
Click to expand...
Click to collapse
I guess it was bricked when installing the individual patch for the youtube app, the day after that all my app have crushed instantly when trying to open them thus I have decided to reboot my device.
I have tried your method and it unfortunately failed. When I have connected my phone to the pc and hold down the volume down button I have heard the sound of a device that connected to my pc then I tried to enter the recovery mode which ended in a bootloop.
Did ur device work now?
If not try this
Well if you heard a sound in ur pc well then the device might be in adb mode
have u installed all the adb drivers with htc usb drivers if yes
Open adb or official ruu program and flash the stock rom
This method might work
This interests me

Xiaomi A2 lite : unable to flash a recovery

Hi, I want to move to a custom ROM on my A2 Lite. But before anything else, I need to backup my phone.
1st step : TWRP recovery.
On the PC, ADB driver is installed. Phone powered and connected, I have no problem to send ADB command to phone. "adb reboot bootloader" for example.
But once the phone is in fastboot (logo on screen), it is not recognized by PC (no driver) and I can"t send Fastboot command.
Any hint ?
Thanks.
Ok, I found a solution.
Downloading Google USB Driver but installation procedure is wrong, I should FORCE it and manually assigne the driver "Android Device / Bootloader" to be able to connect in Fastboot mode.
fastboot oem unlock
-> Reboot with the warning message but wipe all data. It's the only I found to unlock the bootloader :/
fastboot oem edl
-> Not the solution to flash the new ROM
fastboot boot twrp*.img
-> Way better to get the recovery flashed

Categories

Resources