help me plzzz - ONE Q&A, Help & Troubleshooting

hi i want to root my opo without installing any custome recovery is it possible if possible plz help me thanks. sorry for bad english. thanks in advance
Sent from my GT-I8160 using XDA Free mobile app

You can try to just boot the custom recovery
fastboot oem unlock
(note this will wipe data)
fastboot boot nameofrecovery.img
This won't flash the recovery just allow you to boot to it, then you can flash su there and you're rooted.
Next time you boot to recovery it will stay stock

demkantor said:
You can try to just boot the custom recovery
fastboot oem unlock
(note this will wipe data)
fastboot boot nameofrecovery.img
This won't flash the recovery just allow you to boot to it, then you can flash su there and you're rooted.
Next time you boot to recovery it will stay stock
Click to expand...
Click to collapse
how i can install this one. plz tell me in detail
Sent from my GT-I8160 using XDA Free mobile app

fastboot boot
As opposed to
fastboot flash
Will just temporarily boot the recovery as opposed to flashing it.
Here is a guide on fastboot if you need help setting up the process
http://forum.xda-developers.com/showthread.php?t=2277112
Let me know if you get stuck

demkantor said:
fastboot boot
As opposed to
fastboot flash
Will just temporarily boot the recovery as opposed to flashing it.
Here is a guide on fastboot if you need help setting up the process
http://forum.xda-developers.com/showthread.php?t=2277112
Let me know if you get stuck
Click to expand...
Click to collapse
its bit tricky but i try it. thanks
Sent from my GT-I8160 using XDA Free mobile app

Related

Help with Fastboot

Basically, my xoom has been rooted and currently I have CynogenMod9 RC0 Wingray currently installed.
I wanted to install a new rom but I couldn't do this using CWM Recovery as the SD Card doesn't Mount. Upon doing some reading I found I need to install the Rogue (or EOS) Recovery image. This is where my problems begin as I can connect to the device when the xoom is fully booted in the CM9 and connected via debugging mode(running adb devices returns a sequence of numbers ).
But then when I reboot into the bootloader it gets stuck on "Starting Fastboot protocol support." and i can't connect via adb!!!
I believe this started happening after I unlocked the bootloader but i can't be 100% sure (fastboot oemunlock)
Please help!!!
When it is on fastboot mode you can only use fastboot commands (fastboot flash recovery recovery.img) that is how you would install the recovery image from rogue or EOS or TWRP, whichever you choose.
Or to make it easier, you can boot your tablet, install GOO Manager. When you open the GOO manager, tap the setting in the top right corner and choose Install Open Recovery script and let it install TWRP. Then boot to recovery.
Sent from my SGH-I747 using xda premium
d3athsd00r said:
When it is on fastboot mode you can only use fastboot commands (fastboot flash recovery recovery.img) that is how you would install the recovery image from rogue or EOS or TWRP, whichever you choose.
Sent from my SGH-I747 using xda premium
Click to expand...
Click to collapse
But it never gets into fastboot mode now.
miahmad said:
But it never gets into fastboot mode now.
Click to expand...
Click to collapse
You specifically said it says starting fastboot protocol. That's as far as it goes. You then issue fastboot commands, not adb commands
Sent from my SGH-I747 using xda premium
Moved to Q & A.
Sent from my Galaxy Nexus using Tapatalk 2
d3athsd00r said:
You specifically said it says starting fastboot protocol. That's as far as it goes. You then issue fastboot commands, not adb commands
Sent from my SGH-I747 using xda premium
Click to expand...
Click to collapse
Ohh ok, makes sense. I will give it a try later when i'm home. Is there a Fastboot command i can use to check the device is connected??
miahmad said:
Ohh ok, makes sense. I will give it a try later when i'm home. Is there a Fastboot command i can use to check the device is connected??
Click to expand...
Click to collapse
fastboot devices
miahmad said:
Basically, my xoom has been rooted and currently I have CynogenMod9 RC0 Wingray currently installed.
I wanted to install a new rom but I couldn't do this using CWM Recovery as the SD Card doesn't Mount. Upon doing some reading I found I need to install the Rogue (or EOS) Recovery image. This is where my problems begin as I can connect to the device when the xoom is fully booted in the CM9 and connected via debugging mode(running adb devices returns a sequence of numbers ).
But then when I reboot into the bootloader it gets stuck on "Starting Fastboot protocol support." and i can't connect via adb!!!
I believe this started happening after I unlocked the bootloader but i can't be 100% sure (fastboot oemunlock)
Please help!!!
Click to expand...
Click to collapse
These are what i use from day 1
INSTRUCTIONS TO FLASH & RE-LOCK YOUR MOTOROLA XOOM:
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
fastboot erase cache
fastboot oem lock
---------------------------------------------------------------------------------------------------------------------
Type:
adb reboot bootloader
fastboot oem unlock
fastboot flash recovery eos-recovery-r6-softkeys.img
fastboot flash recoverytwrp-2.2.1-stingray_cdma.img
fastboot reboot
adb reboot recovery
-------------------------------------------------------------------------------------------------------------------------
Code:
adb reboot bootloader
fastboot oem unlock
fastboot reboot
3. Flash recovery
Code:
adb reboot bootloader
fastboot flash recovery recovery-Tiamat-R4c-100611-1150-cwm.img

[Q] boot loop after twrp recovery flash

Hi, I tried to root and ended up with boot loop (HTC screen).
My steps:
-unlocked bootloader (OK)
-in cmd executed: fastboot flash recovery using TWRP 2.6.0.0.img (OK)
-and i couldn't boot twrp recovery in cmd: fastboot boot recovery ...img - error message FAILED remote:incomplete boot image
Any advice? Do I need to flash back to stock recovery? Where can I download it? The attached is my software version. I would like to start my mobile only. I don't care about root at this stage. thanks for your help.
kureka1 said:
Hi, I tried to root and ended up with boot loop (HTC screen).
My steps:
-unlocked bootloader (OK)
-in cmd executed: fastboot flash recovery using TWRP 2.6.0.0.img (OK)
-and i couldn't boot twrp recovery in cmd: fastboot boot recovery ...img - error message FAILED remote:incomplete boot image
Any advice? Do I need to flash back to stock recovery? Where can I download it? The attached is my software version. I would like to start my mobile only. I don't care about root at this stage. thanks for your help.
Click to expand...
Click to collapse
Reflash the kernel using 'fastboot flash boot boot.img'.
Jmz M4 Kernel
Bubba Kernel
Ecstacy42 said:
Reflash the kernel using 'fastboot flash boot boot.img'.
Jmz M4 Kernel
Bubba Kernel
Click to expand...
Click to collapse
Thanks a lot. I am little lost:
- by using JMZ I flashed: 'Fastboot flash boot boot.img'
- and tried to reboot to recovery in order to flash zip but it is the same result still does not recover or reboot.
What do I do now? I appreciate your help.
kureka1 said:
Hi, I tried to root and ended up with boot loop (HTC screen).
My steps:
-unlocked bootloader (OK)
-in cmd executed: fastboot flash recovery using TWRP 2.6.0.0.img (OK)
-and i couldn't boot twrp recovery in cmd: fastboot boot recovery ...img - error message FAILED remote:incomplete boot image
Any advice? Do I need to flash back to stock recovery? Where can I download it? The attached is my software version. I would like to start my mobile only. I don't care about root at this stage. thanks for your help.
Click to expand...
Click to collapse
Hi,
you should erase cache (fastboot erase cache). Then try to start recovery directly from phone cause Fastboot boot will only start an
boot Image not recovery.
kureka1 said:
Thanks a lot. I am little lost:
- by using JMZ I flashed: 'Fastboot flash boot boot.img'
- and tried to reboot to recovery in order to flash zip but it is the same result still does not recover or reboot.
What do I do now? I appreciate your help.
Click to expand...
Click to collapse
You might have a corrupted download. Try verifiying the MD5 hashes and if they don't match re-download/flash it.

Remove twrp and get back to factory state, need help!!!

Hi guys
I'll receive the rma device tomorrow and i wanted to set to factory state the one i have right now , so that i can send it back to google.
I have installed a custom recovery(twrp) and rooted the device.
Would any one be so kind to guide me to the the reverse process and make the device like it was when it shipped to me.
Thanks in andvance
td32 said:
Hi guys
I'll receive the rma device tomorrow and i wanted to set to factory state the one i have right now , so that i can send it back to google.
I have installed a custom recovery(twrp) and rooted the device.
Would any one be so kind to guide me to the the reverse process and make the device like it was when it shipped to me.
Thanks in andvance
Click to expand...
Click to collapse
See here.
gregc2009 said:
See here.
Click to expand...
Click to collapse
is it necesary to execute all this commands
Code:
fastboot flash bootloader C:/image-hammerhead-krt16m/bootloader.img
fastboot reboot-bootloader
fastboot flash radio C:/image-hammerhead-krt16m/radio.img
fastboot reboot-bootloader
fastboot flash system C:/image-hammerhead-krt16m/system.img
fastboot flash userdata C:/image-hammerhead-krt16m/userdata.img
(Note: this command will wipe your device (including /sdcard), EVEN if your bootloader is already unlocked.)
fastboot flash boot C:/image-hammerhead-krt16m/boot.img
fastboot flash recovery C:/image-hammerhead-krt16m/recovery.img
fastboot erase cache
or this is enough for my case?
Code:
fastboot flash recovery C:/image-hammerhead-krt16m/recovery.img
fastboot erase cache
just flash the recovery image then
Wipe data/factory data reset"
and for last lock the bootloader?
td32 said:
is it necesary to execute all this commands
Code:
fastboot flash bootloader C:/image-hammerhead-krt16m/bootloader.img
fastboot reboot-bootloader
fastboot flash radio C:/image-hammerhead-krt16m/radio.img
fastboot reboot-bootloader
fastboot flash system C:/image-hammerhead-krt16m/system.img
fastboot flash userdata C:/image-hammerhead-krt16m/userdata.img
(Note: this command will wipe your device (including /sdcard), EVEN if your bootloader is already unlocked.)
fastboot flash boot C:/image-hammerhead-krt16m/boot.img
fastboot flash recovery C:/image-hammerhead-krt16m/recovery.img
fastboot erase cache
or this is enough for my case?
Code:
fastboot flash recovery C:/image-hammerhead-krt16m/recovery.img
fastboot erase cache
just flash the recovery image then
Wipe data/factory data reset"
and for last lock the bootloader?
Click to expand...
Click to collapse
I would do it all just to make sure you are back to complete stock since you mentioned you rooted the device also.
Follow the instructions in the first post of this thread and since you plan to RMA the phone be sure to check the tamper flag and follow the steps outlined to reset it if necessary... http://forum.xda-developers.com/showthread.php?p=47156064
[TUTORIAL] How to flash a factory image | Return to stock | Unroot your Nexus 5
Sent from my Nexus 5 using xda app-developers app
chef_christoph said:
Follow the instructions in the first post of this thread and since you plan to RMA the phone be sure to check the tamper flag and follow the steps outlined to reset it if necessary... http://forum.xda-developers.com/showthread.php?p=47156064
[TUTORIAL] How to flash a factory image | Return to stock | Unroot your Nexus 5
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
Code:
. If the tamper flag value is "true", then you'll have to reset it. The following steps will reset this flag, and lock your bootloader.
•So, first, go here: http://forum.xda-developers.com/show....php?t=2239421 (Thanks @osm0sis for the wonderful script)
Under "Flashable Zips", you will find the Nexus BootUnlocker script. Download it.
•Put the zip on your internal storage.
•Download the latest TWRP recovery image for the Nexus 5 from here: http://techerrata.com/browse/twrp2/hammerhead. Rename it to TWRP.img.
Now boot it. You do this by booting your phone in fastboot, and typing the following command:
Code:
fastboot boot path/to/TWRP.img
TWRP recovery should boot.
•Flash the zip in TWRP, then reboot.
Now your bootloader should be locked, and your tamper flag should show "false".
So i have to do this before i flash the stock recovery, since it needs TWRP, am i right?
And else it says that this will lock the bootloader, will i be able to execute the previous commands(flashing recovery and stuff) with a locked bootloader?
td32 said:
So i have to do this before i flash the stock recovery, since it needs TWRP, am i right?
And else it says that this will lock the bootloader, will i be able to execute the previous commands(flashing recovery and stuff) with a locked bootloader?
Click to expand...
Click to collapse
No, flash everything back to stock then deal with the tamper flag reset.
Once everything is back to stock but the bootloader is still unlocked, boot into the recovery...
fastboot boot nameofrecovery.img
Then flash the tamper flag script.
Sent from my Nexus 5 using xda app-developers app
chef_christoph said:
No, flash everything back to stock then deal with the tamper flag reset.
Once everything is back to stock but the bootloader is still unlocked, boot into the recovery...
fastboot boot nameofrecovery.img
Then flash the tamper flag script.
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
Sorry man but i'm not getting something here.
If i flash everything first, even the recovery will be stock, so i have to flash twrp once again to flash the tamper flag script. So i end up with twrp recovery and the tamper flag reset, while it should be stock recovery and tamper flag reset.
What i'm i missing here?
You can boot a custom recovery without flashing it. Like a temporary installation
Sent from my Nexus 5
pepdavies said:
You can boot a custom recovery without flashing it. Like a temporary installation
Sent from my Nexus 5
Click to expand...
Click to collapse
ok thank, now its all clear
i should have paid more attention to the command :silly:
It says boot not flash :silly:
Thanks for you help guys

[Q]Htc sensation Z710e help with corrupted recovery

Hello everyone,
I am a new htc sensation user and I recently rooted it using the traditional method and have been installing roms since then.
However, recently when I was installing CarbonRom Kitkat 4.4.3, the ClockWork Mod recovery told me that I cannot flash the rom ( I don't know for what reason). I thought it was something to do with my recovery. So I decided to flash 4EXT touch recovery but as I have S-on, even after giving the command through fastboot for erasing recovery and all the partitions "fastboot -w" , the command prompt gave me this error " remote access not allowed". So I thought of going on with the flashing and flashed the 4EXT recovery image through fastboot. But when I tried to boot into recovery , the phone was just stuck on the htc white screen.
As I did not erase the recovery and flashed a new recovery, i think that I have overlapped the two recoveries and have corrupted them. Now, my phone boots only into the bootloader and I also have s-on. Can anyone please tell me how to install the stock rom (as I would like to revert back to the original rom) through bootloader and fastboot? i heard about the PG58IMG method but will it work on s-on? Please help me out.
Hi, im guessing u already have recovery.img in ur fastboot folder so try this command from fastboot
fastboot boot recovery.img
Hopefully that will get u there so u can flash a rom but u will have to download 4ext recovery updater app once phone is booted to flash recovery coz doing above command only boots recovery, doesnt flash it. It works on desire s and desire so it should work for sensation too (hopefully)
jmcclue said:
Hi, im guessing u already have recovery.img in ur fastboot folder so try this command from fastboot
fastboot boot recovery.img
Hopefully that will get u there so u can flash a rom but u will have to download 4ext recovery updater app once phone is booted to flash recovery coz doing above command only boots recovery, doesnt flash it. It works on desire s and desire so it should work for sensation too (hopefully)
Click to expand...
Click to collapse
So this means that I should first flash the recovery and then boot it using the command
fastboot boot recovery.img
?? or should I just boot it up using the command . And is there anyway to give any master commands like erase a partition while on s-on? And which recovery do u prefer CWM or 4EXT?
hammadyi said:
So this means that I should first flash the recovery and then boot it using the command
fastboot boot recovery.img
?? or should I just boot it up using the command . And is there anyway to give any master commands like erase a partition while on s-on? And which recovery do u prefer CWM or 4EXT?
Click to expand...
Click to collapse
since you are on S-ON go for 4ext
rzr86 said:
since you are on S-ON go for 4ext
Click to expand...
Click to collapse
That is actually where the problem started from. i tried to install 4ext before erasing CWM and I think that caused the problem.
Do you think that recoveries can be overlapped or am i just being pointless? And can you tell me about any master commands like erasing a parition that will work with s-on?
hammadyi said:
That is actually where the problem started from. i tried to install 4ext before erasing CWM and I think that caused the problem.
Do you think that recoveries can be overlapped or am i just being pointless? And can you tell me about any master commands like erasing a parition that will work with s-on?
Click to expand...
Click to collapse
you can overwrite 4ext in top of cwm
i used to have cwm but i changed it with 4ext using only the command
fastboot fash recovery recovery.img
i didn't use any command for erasing partitions
rzr86 said:
you can overwrite 4ext in top of cwm
i used to have cwm but i changed it with 4ext using only the command
fastboot fash recovery recovery.img
i didn't use any command for erasing partitions
Click to expand...
Click to collapse
I also used the same commands but since then I am not able to get into the recovery. it just shows the htc logo on white background
Do you think it has something to do with s-on? were you on s-off when you flashed the recovery?
hammadyi said:
I also used the same commands but since then I am not able to get into the recovery. it just shows the htc logo on white background
Do you think it has something to do with s-on? were you on s-off when you flashed the recovery?
Click to expand...
Click to collapse
Nothing to do with s-on. Try flashing 4ext recovery again
fastboot flash recovery recovery.img
If that doesnt work then try what i said earlier
fastboot boot recovery.img
hammadyi said:
I also used the same commands but since then I am not able to get into the recovery. it just shows the htc logo on white background
Do you think it has something to do with s-on? were you on s-off when you flashed the recovery?
Click to expand...
Click to collapse
no was on S-ON
I saw this forum on xda which says that we can use the riff box to install partitions so can I do the same with my recovery?
http://forum.xda-developers.com/showthread.php?p=53343296
hammadyi said:
I saw this forum on xda which says that we can use the riff box to install partitions so can I do the same with my recovery?
http://forum.xda-developers.com/showthread.php?p=53343296
Click to expand...
Click to collapse
i don't think you need the riff box now
you can go first for ruu.exe to restore everything back to stock
hammadyi said:
I saw this forum on xda which says that we can use the riff box to install partitions so can I do the same with my recovery?
http://forum.xda-developers.com/showthread.php?p=53343296
Click to expand...
Click to collapse
Did u try the command
fastboot boot recovery.img
I tried it last night on my sensation and it works, boots u into recovery.
jmcclue said:
Did u try the command
fastboot boot recovery.img
I tried it last night on my sensation and it works, boots u into recovery.
Click to expand...
Click to collapse
So i just flashed stock htc sensation recovery but I do not know how to install the stock rom through stock recovery can you tell me how to do that?
hammadyi said:
So i just flashed stock htc sensation recovery but I do not know how to install the stock rom through stock recovery can you tell me how to do that?
Click to expand...
Click to collapse
connect your device in fastboot mode to pc
double click the ruu from pc and follow the on screen instructions
by the way did you do first as jmcclue told you?
rzr86 said:
connect your device in fastboot mode to pc
double click the ruu from pc and follow the on screen instructions
by the way did you do first as jmcclue told you?
Click to expand...
Click to collapse
yes i did that but as there was no recovery it would not boot but after installing the stock rom it worked
hammadyi said:
yes i did that but as there was no recovery it would not boot but after installing the stock rom it worked
Click to expand...
Click to collapse
so now you have access to the OS
did you try again to flash a custom recovery?
rzr86 said:
so now you have access to the OS
did you try again to flash a custom recovery?
Click to expand...
Click to collapse
actually it did not go according to plan and while installing the ruu it failed. so now I am looking for a signed stock rom to install through fastboot using this command
fastboot update update.zip
would that be fine?
hammadyi said:
actually it did not go according to plan and while installing the ruu it failed. so now I am looking for a signed stock rom to install through fastboot using this command
fastboot update update.zip
would that be fine?
Click to expand...
Click to collapse
read from this thread-> 4. Flashing RUU manually
http://forum.xda-developers.com/showthread.php?t=1672425
i don't know if this command exists but you can use this one
fastboot flash zip pg58img.zip
edit: by the way what failure did you have with ruu?

Tablet on Boot loop

Help pls i just installed CWM on my Tablet using this code
fastboot flash recovery recovery.img
then when i was about to test it i accidentally entered this code
fastboot flash boot recovery.img but i was supposed to enter fastboot boot recovery.img
now i can boot to CWM but everytime i boot it goes straight to CWM not to the system
so i tried flashing the boot-root.img using this code again fastboot flash boot boot-root.img (the boot-root.img was provide by superPichu before)
and now my tablet keeps on rebooting =( i can still enter fastboot and CWM any help pls?
What rom was originally on the tablet? You'll have to procure the boot image from that rom and flash it. That or just reinstall the entire rom ...either from fastboot or from cwm. Your data should be intact.
Sent from my SHIELD Tablet using Tapatalk
ailima said:
What rom was originally on the tablet? You'll have to procure the boot image from that rom and flash it. That or just reinstall the entire rom ...either from fastboot or from cwm. Your data should be intact.
Sent from my SHIELD Tablet using Tapatalk
Click to expand...
Click to collapse
thanks so much what i did was to install the zip file again from CWM i tried flashing the boot.img alone but didnt work so yeah flashing the zip did the trick thank you
No worries. Glad you got it sorted.

Categories

Resources