how to dump htc desire 700 recovery and boot ,, thanks
shebani said:
how to dump htc desire 700 recovery and boot ,, thanks
Click to expand...
Click to collapse
Your phone must be rooted... If you have root your phone follow these steps:
Turn on usb debugging from the developers menu
Then connect your phone to your pc
Navigate to the directory you have installed the android sdk
and open a cmd line window
And type the following:
Code:
adb shell
su
cat /proc/emmc (find the patitions recovery and boot and their numbers)
dd if=/dev/block/mmcblk0p[COLOR="Red"]xx[/COLOR] of=/sdcard/[COLOR="red"]name[/COLOR].img
Where is xx is the number of the partition..!
Thank you very much , every things OK
Sent from my NX507J using XDA Free mobile app
Related
Yeah so i wrote this guide back in 2012, it is probably very out of date, i did update some stuff but id probably look elsewhere if these are not working. you should get newer adb files anyhow, i post modern ones on my loggingkit package here Github , there are binaries for windows, linux and mac
Hi there guys so i will be telling you how to reboot to recovery or boot loader directly from adb commands
It is pretty easy
1-Download adb and install adb drivers for your phone
2-extract the files to your c directory in a folder named adb(make one)
3-once the files are located in c:\adb go to start menu then search for cmd
4-do cd c:\adb
5-check for connectivity
adb devices
if your device is not listed, the drivers are not there
6-Finally, to reboot
For download mode (it varies from device to device)
adb reboot download (Samsungs)
or
adb reboot-bootloader ( HTC )
For Recovery Mode (it is mostly the same for most phones)
adb reboot recovery
thanks for reading.
Actually, the commands to reboot into bootloader are:
adb reboot-bootloader
or
adb reboot bootloader
Sent from my Desire S
I know thanks for replaying
BillGoss said:
Actually, the commands to reboot into bootloader are:
adb reboot-bootloader
or
adb reboot bootloader
Sent from my Desire S
Click to expand...
Click to collapse
I actually use the command ADB reboot-boot loader
but since reboot recovery won,t work like reboot-boot loader
i removed the slash so people can remember these commands easily
most of the roms are having this inbuilt now,
but those who dont have, its really good to use.. :good:
surinder.oberoi28 said:
most of the roms are having this inbuilt now,
but those who dont have, its really good to use.. :good:
Click to expand...
Click to collapse
you are right
these codes helped me alot
and i'm thinking if i can use the terminal emulator with these.
If yes then i can simply do a quickly reboot into recovery or bootloader using my Stock rom
Booting with Adb
ananjaser1211 said:
Hi there guys so i will be telling you how to reboot to recovery or boot loader directly from adb commands!!!!:victory::victory::victory:
It is pretty easy
1-Download adb and install adb drivers for your phone (iam using htc)
2-extract the files to your c directory in a folder named adb(creat one)
3-once the files are located in c:\adb go to start menu then search for cmd
4-type in
cd c:\adb then click enter
5-type in
adb devices it will show the connected devices
it should be bunch of numbers
6-if you can,t see them it means adb drivers for your device are NOT INSTALLED
7-THEN FINALY IF YOU WANT TO REBOOT
Boot loader
type in
adb reboot boot loader
if you want recovery
type in
adb reboot recovery
thanks for reading :good:
If i actually helped you some how please kick the **** out of that thanks button :highfive:
Click to expand...
Click to collapse
Thanks for the help. This certainly worked for rebooting but unfortunately I need the menu to reset. It just stuck on the android logo again.
Thanks
Korimako
Ok so i tried installing CyanogenMod 10.1 on my HOX and i must have did something wrong coz it didnt boot the first time and i did backup it and recovery it but to no avail it still stuck on boot screen and restarts and stuck and restart and so on.. how can i access my phone when my pc cant even locate it? any help is greatly appreciated
Originally Posted by ananjaser1211
Hi there guys so i will be telling you how to reboot to recovery or boot loader directly from adb commands!!!!
It is pretty easy
1-Download adb and install adb drivers for your phone (iam using htc)
2-extract the files to your c directory in a folder named adb(creat one)
3-once the files are located in c:\adb go to start menu then search for cmd
4-type in
cd c:\adb then click enter
5-type in
adb devices it will show the connected devices
it should be bunch of numbers
6-if you can,t see them it means adb drivers for your device are NOT INSTALLED
7-THEN FINALY IF YOU WANT TO REBOOT
Click to expand...
Click to collapse
also im stuck on 6 here coz adb drivers are not installed on my device, i didnt see a bunch of numbers
this is really helpfull. I managed to screw my phone with some bad recovery so now i can hardly get to the recovery..
ananjaser1211 said:
hi there guys so i will be telling you how to reboot to recovery or boot loader directly from adb commands!!!!:victory::victory::victory:
It is pretty easy
1-download adb and install adb drivers for your phone (iam using htc)
2-extract the files to your c directory in a folder named adb(creat one)
3-once the files are located in c:\adb go to start menu then search for cmd
4-type in
cd c:\adb then click enter
5-type in
adb devices it will show the connected devices
it should be bunch of numbers
6-if you can,t see them it means adb drivers for your device are not installed
7-then finaly if you want to reboot
boot loader
type in
adb reboot boot loader
if you want recovery
type in
adb reboot recovery
thanks for reading :good:
If i actually helped you some how please kick the **** out of that thanks button :highfive:
Click to expand...
Click to collapse
how to exit recovery mode by adb commands ????
I think...
adb reboot
Should do it. Will someone confirm?
adb reboot recovery does not goes into recovery.
ananjaser1211 said:
Hi there guys so i will be telling you how to reboot to recovery or boot loader directly from adb commands!!!!:victory::victory::victory:
It is pretty easy
1-Download adb and install adb drivers for your phone (iam using htc)
2-extract the files to your c directory in a folder named adb(creat one)
3-once the files are located in c:\adb go to start menu then search for cmd
4-type in
cd c:\adb then click enter
5-type in
adb devices it will show the connected devices
it should be bunch of numbers
6-if you can,t see them it means adb drivers for your device are NOT INSTALLED
7-THEN FINALY IF YOU WANT TO REBOOT
Boot loader
type in
adb reboot boot loader
if you want recovery
type in
adb reboot recovery
thanks for reading :good:
If i actually helped you some how please kick the **** out of that thanks button :highfive:
Click to expand...
Click to collapse
Hi, I tried adb reboot recovery and the phone rebooted, shows the boot screen twice and booted into normal mode. What did I miss out?
ananjaser1211 said:
Hi there guys so i will be telling you how to reboot to recovery or boot loader directly from adb commands!!!!:victory::victory::victory:
It is pretty easy
1-Download adb and install adb drivers for your phone (iam using htc)
2-extract the files to your c directory in a folder named adb(creat one)
3-once the files are located in c:\adb go to start menu then search for cmd
4-type in
cd c:\adb then click enter
5-type in
adb devices it will show the connected devices
it should be bunch of numbers
6-if you can,t see them it means adb drivers for your device are NOT INSTALLED
7-THEN FINALY IF YOU WANT TO REBOOT
Boot loader
type in
adb reboot boot loader
if you want recovery
type in
adb reboot recovery
thanks for reading :good:
If i actually helped you some how please kick the **** out of that thanks button :highfive:
Click to expand...
Click to collapse
Sorry to let you know that "ADB" cmd have killed my samsung S5570i boot so plz "Pay Attention"
wahid2 said:
Sorry to let you know that "ADB" cmd have killed my samsung S5570i boot so plz "Pay Attention"
Click to expand...
Click to collapse
ouch!
that bad!!!
i guess this only works 100% for HTC devices
but it actually works with me on my android tablet to to reboot to recovery/bootloader
Hello i am having also problem. It shovs my device- bunch of numbers, and when i type adb boot recovery it goes only to the LG logo screen.
I would like to come to recovery mode to load new ROMon my LGoptimus 2x.
Can someone help me?
ADB worked for my S7500 !
Works !
Works perfectly on my Samsung Galaxy S4 mini (not rooted) ! Thanks !
Nice Tutorial
Thanks. Nice tutorial.
bro i tried this i was on the last step bro :'( it said "error:device not found" please somebody help
Thanks a lot, it is very useful as the combination button doesn't work anymore, thanks again !
how to do downgrde hboot for pico? pls help. sorry bad englısh.
You cannot downgrade the hboot to a lower version.. AFAIK.
This method may work but I haven't tried it yet. So be careful if you attempt it
1. Reboot into recovery
2. Connect to your PC and enter adb shell
3. Within the adb shell type:
Code:
cd /
cat /dev/mtd/mtd0 > /sdcard/misc.img
adb pull /sdcard/misc.img
This will dump your misc partition on your PC
4. Open misc.img in any hex editor and find your version string in the format x.xx.xxx.x and change it to 0.00.000.0
5. Push the modified misc.img back to the sd card and flash it back
Code:
adb push misc.img /sdcard
cd /sdcard
erase_image misc
flash_image misc misc.img
6. Relock the bootloader using fastboot oem lock and flash an RUU containing an older HBOOT version
Sachin Thomas said:
This method may work but I haven't tried it yet. So be careful if you attempt it
1. Reboot into recovery
2. Connect to your PC and enter adb shell
3. Within the adb shell type:
Code:
cd /
cat /dev/mtd/mtd0 > /sdcard/misc.img
adb pull /sdcard/misc.img
This will dump your misc partition on your PC
4. Open misc.img in any hex editor and find your version string in the format x.xx.xxx.x and change it to 0.00.000.0
5. Push the modified misc.img back to the sd card and flash it back
Code:
adb push misc.img /sdcard
cd /sdcard
erase_image misc
flash_image misc misc.img
6. Relock the bootloader using fastboot oem lock and flash an RUU containing an older HBOOT version
Click to expand...
Click to collapse
thnx for reply but i m not entering reccovery
What problem are you getting in getting into recovery..??
Is the power key and volume down button combination not working..??
Sent from my HTC Explorer A310e using xda app-developers app
artistaditya said:
What problem are you getting in getting into recovery..??
Is the power key and volume down button combination not working..??
Sent from my HTC Explorer A310e using xda app-developers app
Click to expand...
Click to collapse
no button combination not working and not entering recovery.
juristokrat said:
no button combination not working and not entering recovery.
Click to expand...
Click to collapse
And you've tried to boot phone completely, plug usb in phone and pc and in Windows press start, then in the text field right above stay type:cmd and enter. You now are in command line. Now type arbeid devices, enter. The output will tell you if you are in adb mode. If yes, type adb reboot recovery and enter.
I don't have HTC, but this works for my LG o2x, LG 4x, xperia arc s and xperia mini pro. It should work on HTC if normal method are vol- and power pressed and held simultaneously.
Sent from my LT18i using xda premium
SuperSkill said:
And you've tried to boot phone completely, plug usb in phone and pc and in Windows press start, then in the text field right above stay type:cmd and enter. You now are in command line. Now type arbeid devices, enter. The output will tell you if you are in adb mode. If yes, type adb reboot recovery and enter.
I don't have HTC, but this works for my LG o2x, LG 4x, xperia arc s and xperia mini pro. It should work on HTC if normal method are vol- and power pressed and held simultaneously.
Sent from my LT18i using xda premium
Click to expand...
Click to collapse
ı tried fastboot and cmd but not working. still /!\ on screen. sorry for bad english
Perhaps u have not configured and setup adb at all. Try googling it.
Sent from my HTC Explorer A310e using xda app-developers app
Hi guys,
I've got an HTC Chacha unlocked bootloader S-ON. I just successfully rooted it yesterday and had CWM installed. Unfortunately, while I was browsing how to increase internal memory via youtube, I installed another CWM (SkinCWM) as his video told the viewers that it can work on any android phone.I even partitioned my SD card for it.
My problem is I cant go to Recovery. It just keeps saying CID Incorrect, Update Fail!
I know there are a lot of CID threads but I assume the problem came when I installed the SkinCWM (for galaxy Y).
Please help. Knowledge on this: Dependent on tutorials.
Thank you.
[A]
rltinio said:
Hi guys,
I've got an HTC Chacha unlocked bootloader S-ON. I just successfully rooted it yesterday and had CWM installed. Unfortunately, while I was browsing how to increase internal memory via youtube, I installed another CWM (SkinCWM) as his video told the viewers that it can work on any android phone.I even partitioned my SD card for it.
My problem is I cant go to Recovery. It just keeps saying CID Incorrect, Update Fail!
I know there are a lot of CID threads but I assume the problem came when I installed the SkinCWM (for galaxy Y).
Please help. Knowledge on this: Dependent on tutorials.
Thank you.
Click to expand...
Click to collapse
Connect your phone in fastboot-usb mode and run commend prompt in your pc(if you are using Windows). then go to fastboot.exe directory by typing:
Code:
cd X:\directory
now erase your recovery partition by typing :
Code:
fastboot erase your-partition-name
This trick must solve your problem.
Please press Thanks if you found this post useful
Click to expand...
Click to collapse
mortal19xx said:
Connect your phone in fastboot-usb mode and run commend prompt in your pc(if you are using Windows). then go to fastboot.exe directory by typing:
Code:
cd X:\directory
now erase your recovery partition by typing :
Code:
fastboot erase your-partition-name
This trick must solve your problem.
Click to expand...
Click to collapse
Thanks for the prompt reply. Please bear with me.
1. Im assuming fastboot on my phone's settings will be checked.
2. Will i find the fastboot.exe on my PC (in my case, on my c: fastboot)?
Thanks again.
[A]
rltinio said:
Thanks for the prompt reply. Please bear with me.
1. Im assuming fastboot on my phone's settings will be checked.
2. Will i find the fastboot.exe on my PC (in my case, on my c: fastboot)?
Thanks again.
Click to expand...
Click to collapse
At first you should download adb-fastboot toolkit to your computer.
Download it here : CLICK TO DOWNLOAD
Then extract it to your Windows drive.
Run Commend Prompt in your computer by typing CMD in RUN.(or anyway)
Type :
Code:
cd C:\Android
(C is your Windows drive, it could be D,E,etc.)
Now boot your phone on fastboot mode and connect it to PC and type :
Code:
fastboot erase <partition>
(you should type your recovery partition name instead of <partition>, it could be
Code:
fastboot erase recovery
etc.)
and you can follow this instruction if you have problem around ROOT : [Guide][S-OFF] How to root HTC Chacha (for S-OFF only)
Please press Thanks:good: if you found this post useful
Click to expand...
Click to collapse
mortal19xx said:
At first you should download adb-fastboot toolkit to your computer.
Download it here : CLICK TO DOWNLOAD
Then extract it to your Windows drive.
Run Commend Prompt in your computer by typing CMD in RUN.(or anyway)
Type :
Code:
cd C:\Android
(C is your Windows drive, it could be D,E,etc.)
Now boot your phone on fastboot mode and connect it to PC and type :
Code:
fastboot erase <partition>
(you should type your recovery partition name instead of <partition>, it could be
Code:
fastboot erase recovery
etc.)
and you can follow this instruction if you have problem around ROOT : [Guide][S-OFF] How to root HTC Chacha (for S-OFF only)
Click to expand...
Click to collapse
Thanks mortal. However, as a noob on this, i really dont know how to get the partition name to erase it.... Would a factory reset do the trick? or would it just be in the same scenario after factory reset?
mortal19xx said:
At first you should download adb-fastboot toolkit to your computer.
Download it here : CLICK TO DOWNLOAD
Then extract it to your Windows drive.
Run Commend Prompt in your computer by typing CMD in RUN.(or anyway)
Type :
Code:
cd C:\Android
(C is your Windows drive, it could be D,E,etc.)
Now boot your phone on fastboot mode and connect it to PC and type :
Code:
fastboot erase <partition>
(you should type your recovery partition name instead of <partition>, it could be
Code:
fastboot erase recovery
etc.)
and you can follow this instruction if you have problem around ROOT : [Guide][S-OFF] How to root HTC Chacha (for S-OFF only)
Click to expand...
Click to collapse
When I tried the command prompt. it just says <waiting for device> and stops there.
[A]
rltinio said:
When I tried the command prompt. it just says <waiting for device> and stops there.
Click to expand...
Click to collapse
you should dpwnload your phone driver.
mortal19xx said:
you should dpwnload your phone driver.
Click to expand...
Click to collapse
It's now working! I just pasted "su-2.3.6.1-ef-signed.zip" on my SD card and rebooted to bootloader. Now it works! Thank you!
...and now finding how to increase internal memory (again). :fingers-crossed:
So basically I found out just today we have Cyanogenmod 10.2 >.<
I downloaded the Joilaroi version, flashed it in TWRP 2.6xx and then suddenly "E: Error in updating binary script" did a bit of googling and found out that it's a common problem with TWRP > 2.3.3.0
So I was about to downgrade it to 2.3.3.0 or temp boot into CWM. Connected my phone to my laptop and went to bootloader, then did Adb devices....the list was empty.
Reinstalled HTC drivers, used different USB port...nothing.
TL;DR : Phone doesn't get recognized in Bootloader mode, Can't flash ROM, Can't replace recovery. Help!
AIndoria said:
So basically I found out just today we have Cyanogenmod 10.2 >.<
I downloaded the Joilaroi version, flashed it in TWRP 2.6xx and then suddenly "E: Error in updating binary script" did a bit of googling and found out that it's a common problem with TWRP > 2.3.3.0
So I was about to downgrade it to 2.3.3.0 or temp boot into CWM. Connected my phone to my laptop and went to bootloader, then did Adb devices....the list was empty.
Reinstalled HTC drivers, used different USB port...nothing.
TL;DR : Phone doesn't get recognized in Bootloader mode, Can't flash ROM, Can't replace recovery. Help!
Click to expand...
Click to collapse
Why don't you flash with terminal emulator?
Just put recovery.img in the root of your sdcard
Open terminal type
su
cd sdcard
flash_image recovery recovery.img
That's it
Sent from my gt-1900 using xda premium
Taha Haq said:
Why don't you flash with terminal emulator?
Just put recovery.img in the root of your sdcard
Open terminal type
su
cd sdcard
flash_image recovery recovery.img
That's it
Sent from my gt-1900 using xda premium
Click to expand...
Click to collapse
That's what I'm doing now but I need a proper solution :/ Basically Windows won't recognize my phone through fastboot. I'd rather not keep installing CM9 again and again after a failed flash, you know?
AIndoria said:
That's what I'm doing now but I need a proper solution :/ Basically Windows won't recognize my phone through fastboot. I'd rather not keep installing CM9 again and again after a failed flash, you know?
Click to expand...
Click to collapse
install htc drivers and make dure you cleared the all registry and files from your previous installation and connect your device
open cmd and go to the folder where you placed adb and type command
adb kill-server =>it will close all adb processes running at that time
adb start-server => it will start new adb process
adb devices=> to reconize your device
if it shows your device then through fastboot command flash the recovery
but make sure you have all neccessary binary files in that folder for adb and fastboot
hit thanks if helped
AIndoria said:
That's what I'm doing now but I need a proper solution :/ Basically Windows won't recognize my phone through fastboot. I'd rather not keep installing CM9 again and again after a failed flash, you know?
Click to expand...
Click to collapse
You can try installing the newer Drivers.
Else your usb port may be broken. that is also a possiblity
Hello guys I have my LG Optimus L70 ms323 rooted and everything I want to put a new rom but I can't acces the bootloader can someone please help me thank you
aquaafx said:
Hello guys I have my LG Optimus L70 ms323 rooted and everything I want to put a new rom but I can't acces the bootloader can someone please help me thank you
Click to expand...
Click to collapse
most have android sdk
HTML:
adb reboot bootloader
3lo0sh said:
most have android sdk
HTML:
adb reboot bootloader
Click to expand...
Click to collapse
What does that mean I am sorry hehe I am like new to this rooting and stuff community
aquaafx said:
What does that mean I am sorry hehe I am like new to this rooting and stuff community
Click to expand...
Click to collapse
download android sdk from here
http://developer.android.com/sdk/index.html
unpack the zip file
in android sdk dictionary open /sdk/platform-tools
and open cmd as admin in this path or terminal
plug your devices
in windows
HTML:
.\adb start-server
.\adb reboot bootloader
in linux
HTML:
sudo su
./adb start-server
./adb reboot bootloader
it tells me that '.\adb' is not recognized as an internal or external command , operable program or batch file . What does this mean ?
and was I suposed to open adb as an cmd? If it's suppost to be like that it opens up cmd says data really fast and closes
aquaafx said:
it tells me that '.\adb' is not recognized as an internal or external command , operable program or batch file . What does this mean ?
and was I suposed to open adb as an cmd? If it's suppost to be like that it opens up cmd says data really fast and closes
Click to expand...
Click to collapse
sorry for that
I am using linux so missed the [exe]
.\adb.exe reboot bootloader
Click to expand...
Click to collapse
Hey there search on xda forms for ms323 unlock bootloader. Hope that helps.
Sent from my LGMS323 using XDA Free mobile app
Updating its not xda firends my bad check on Google for ms323 boot loader unlock solid find Android.com or along those lines.
Sent from my LGMS323 using XDA Free mobile app