xdaforums.com Open in urlscan Pro
3.214.214.173  Public Scan

URL: https://xdaforums.com/t/rebooting-in-into-recovery-or-boot-loader-directly-from-abd-for-beginners.1853159/
Submission: On November 22 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

POST /search/search

<form action="/search/search" method="post" data-xf-init="quick-search">
  <div class="menu-row">
    <input type="text" class="input js-uix_syncValue uix_searchInput uix_searchDropdown__trigger" autocomplete="off" data-uixsync="search" name="keywords" placeholder="Search…" aria-label="Search" data-menu-autofocus="true">
  </div>
  <div class="menu-row" style="display: none;">
    <div class="inputGroup">
      <input name="keywords" class="js-uix_syncValue" data-uixsync="search" placeholder="Search…" aria-label="Search" type="hidden">
      <select name="constraints" class="js-quickSearch-constraint input" aria-label="Search within" style="width: 100px; flex-grow: 0; flex-shrink: 0;">
        <option value="{&quot;search_type&quot;:&quot;post&quot;,&quot;c&quot;:{&quot;thread&quot;:1853159}}">This thread</option>
      </select>
    </div>
  </div>
  <div class="menu-row">
    <label class="iconic"><input type="checkbox" name="c[title_only]" value="1"><i aria-hidden="true"></i><span class="iconic-label">Search titles only</span></label>
  </div>
  <div class="menu-row">
    <div class="inputGroup">
      <span class="inputGroup-text">By:</span>
      <input class="input" name="c[users]" data-xf-init="auto-complete" placeholder="Member" autocomplete="off">
    </div>
  </div>
  <div class="menu-footer">
    <span class="menu-footer-controls">
      <button type="submit" class="button--primary button button--icon button--icon--search rippleButton"><span class="button-text">Search</span></button>
      <a href="/search/" class="button rippleButton" rel="nofollow"><span class="button-text">Advanced…</span></a>
    </span>
  </div>
  <input type="hidden" name="_xfToken" value="1732288103,2b3a52466ed29eb207cef2b550bf1f47">
</form>

<form style="display:none" hidden="hidden">
  <input type="text" name="_xfClientLoadTime" value="" id="_xfClientLoadTime" title="_xfClientLoadTime" tabindex="-1">
</form>

Text Content

 * Home
 * Forums
   
   TOPICS
   
   For Phone/Device Forums (Click/Tap) 3D Printing Android Auto Android Mods
   Android TV Apps & Games Themes Wear OS Smartwatches
   
   TOPICS
   
   Windows 11 XDA Computing Artificial Intelligence AI & Machine Learning ML
   ****Contact Us Regarding Forum or Account Issues****
 * Devices
   Phone/Device Forums (Click/Tap) Asus News Asus Forums Google News Google
   Forums HTC News HTC Forums Honor News Honor Forums Huawei News Huawei Forums
   Lenovo News Lenovo Forums
   LG News LG Forums Motorola News Motorola Forums Nokia News Nokia Forums Nubia
   News Nubia Forums OnePlus News OnePlus Forums OPPO News OPPO Forums Razer
   News Razer Forums
   RealMe News RealMe Forums Samsung News Samsung Forums Sony News Sony Forums
   Vivo News Vivo Forums Xiaomi News Xiaomi Forums ZTE News ZTE Forums
 * Guides

What's new
Log in

Register
 * New posts
 * Manufacturers
 * What's new
   New posts Latest activity
 * Members
   Current visitors

Menu

Install the app
Install
 * Topics
   3D Printing Android Auto Android Mods Android TV Apps & Games Themes Wear OS
   Smartwatches Windows 11 XDA Computing

 * Terms and rules
 * Privacy
 * Security

JavaScript is disabled. For a better experience, please enable JavaScript in
your browser before proceeding.


REBOOTING IN INTO RECOVERY OR BOOT LOADER DIRECTLY FROM ABD FOR BEGINNERS

 * Thread starter ananjaser1211
 * Start date Aug 25, 2012

 * Home
 * Forums
 * General Development
 * Android Development and Hacking
 * Android General

•••

BREADCRUMB

Home Forums General Development Android Development and Hacking Android General

 * 1
 * 2
 * 3

Next
1 of 3

GO TO PAGE


Go
Next Last
Search This thread
This thread
Search titles only
By:
Search Advanced…


ANANJASER1211

RECOGNIZED DEVELOPER / RECOGNIZED CONTRIBUTOR


May 11, 2012 3,192 19,869 Dubai ananjaser.com Samsung Galaxy Note 4 Samsung
Galaxy Note 5

 * Aug 25, 2012

 * 
 * #1

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.
 
Last edited: Nov 18, 2020
 * 

Reactions: dharmendra047chouhan, aLcaTr4z, xtil and 187 others



BILLGOSS

SENIOR MEMBER

Sep 2, 2010 6,179 5,610 Sydney Google Pixel 8 Pro

 * Aug 26, 2012

 * 
 * #2

Actually, the commands to reboot into bootloader are:
adb reboot-bootloader
or
adb reboot bootloader

Sent from my Desire S
 
 * 

Reactions: dharmendra047chouhan, ananjaser1211, darkit11 and 7 others



ANANJASER1211

RECOGNIZED DEVELOPER / RECOGNIZED CONTRIBUTOR


May 11, 2012 3,192 19,869 Dubai ananjaser.com Samsung Galaxy Note 4 Samsung
Galaxy Note 5

 * Aug 27, 2012

 * 
 * #3

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
 
Last edited: Nov 18, 2020



S

SURINDER.OBEROI28

MEMBER

Apr 23, 2012 36 4

 * Sep 4, 2012

 * 
 * #4

most of the roms are having this inbuilt now,
but those who dont have, its really good to use.. :good:
 





ANANJASER1211

RECOGNIZED DEVELOPER / RECOGNIZED CONTRIBUTOR


May 11, 2012 3,192 19,869 Dubai ananjaser.com Samsung Galaxy Note 4 Samsung
Galaxy Note 5

 * Sep 5, 2012

 * 
 * #5

> 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
 
Last edited: Nov 18, 2020



K

KORIMAKONZ

MEMBER

Mar 18, 2013 11 1

 * Mar 18, 2013

 * 
 * #6

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
 
 * 

Reactions: Qcmoff


T

TONSINCO

NEW MEMBER

Apr 6, 2013 1 0

 * Apr 6, 2013

 * 
 * #7

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
 




SAVA92NS

SENIOR MEMBER

Jan 17, 2011 146 33 Novi Sad

 * Apr 6, 2013

 * 
 * #8

this is really helpfull. I managed to screw my phone with some bad recovery so
now i can hardly get to the recovery..
 





WAHID2

MEMBER

Jul 14, 2009 5 0

 * May 23, 2013

 * 
 * #9

> 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 ????
 




PARAPAUL

SENIOR MEMBER

Apr 27, 2008 141 18 West Midlands

 * May 28, 2013

 * 
 * #10

I think...

adb reboot

Should do it. Will someone confirm?
 



J

JASONBD

MEMBER

Aug 1, 2011 19 2

 * Jun 21, 2013

 * 
 * #11

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?
 




WAHID2

MEMBER

Jul 14, 2009 5 0

 * Jul 2, 2013

 * 
 * #12

> 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"
 





ANANJASER1211

RECOGNIZED DEVELOPER / RECOGNIZED CONTRIBUTOR


May 11, 2012 3,192 19,869 Dubai ananjaser.com Samsung Galaxy Note 4 Samsung
Galaxy Note 5

 * Jul 7, 2013

 * 
 * #13

> 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
 



R

REDBARON2008

MEMBER

Jul 8, 2013 8 1

 * Jul 8, 2013

 * 
 * #14

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?
 
 * 

Reactions: Paintergirlj



RAYSTEF66

RECOGNIZED DEVELOPER / RECOGNIZED CONTRIBUTOR

Jul 2, 2013 3,142 15,478 Belgium ZTE Axon 7 Xiaomi Mi 9

 * Jul 22, 2013

 * 
 * #15

ADB worked for my S7500 !
 



D

DELETED MEMBER 5352204

GUEST

 * Jul 28, 2013

 * 
 * #16

‎
 
Last edited by a moderator: Jan 6, 2021




M

MATEY22

NEW MEMBER

Jan 13, 2014 3 0

 * Feb 3, 2014

 * 
 * #17

Works !

Works perfectly on my Samsung Galaxy S4 mini (not rooted) ! Thanks !
 



R

RAZIB007

MEMBER

Feb 4, 2014 5 1

 * Feb 5, 2014

 * 
 * #18

Nice Tutorial

Thanks. Nice tutorial.
 
 * 

Reactions: Ozymo


B

BUMORO95

MEMBER

Jan 16, 2013 12 0 Auckland

 * Feb 9, 2014

 * 
 * #19

bro i tried this i was on the last step bro :'( it said "error:device not found"
please somebody help
 



B

BONOME

MEMBER

Dec 8, 2010 14 5

 * Apr 22, 2014

 * 
 * #20

Thanks a lot, it is very useful as the combination button doesn't work anymore,
thanks again !
 
 * 

Reactions: Ozymo


 * 1
 * 2
 * 3

Next
1 of 3

GO TO PAGE


Go
Next Last
You must log in or register to reply here.

Share:
Facebook Twitter Reddit WhatsApp Email Share Link


SIMILAR THREADS

[TUT] The Ultimate Noob/Beginners Guide to Tasker
 * brandall
 * Jun 5, 2011
   413 414 415

Replies 8K
Views 2M
S
Feb 13, 2024
spicediablo
S
[GUIDE] [HOW-TO] Install Adobe Flash Player on Android 4.1 Jelly Bean/ Android
4.4
 * stempox
 * Jul 15, 2012
   49 50 51

Replies 1K
Views 3M

Mar 16, 2024
dasdsad1
Huawei Honor Holly [Hol-U19] || All-in-One || ROOT, Recovery & Devlopment
Discussion
 * CatZephyr
 * Jan 8, 2015
   121 122 123

Replies 2K
Views 991K

Nov 12, 2024
Rock Pie
Alcatel One Touch Pixi 4 - [GENERAL][ROOT][RECOVERY]
 * kirito9
 * May 10, 2016
   147 148 149

Replies 3K
Views 935K

Dec 24, 2023
Msi_laptop
Alcatel One Touch Pixi 3 Thread [ROOT][RECOVERY][ROMS]
 * kirito9
 * Sep 4, 2015
   161 162 163

Replies 3K
Views 1M

Today at 4:14 AM
Matty1993
 * Home
 * Forums
 * General Development
 * Android Development and Hacking
 * Android General

•••

BREADCRUMB

Home Forums General Development Android Development and Hacking Android General



TOP LIKED POSTS

24 Hours All time
 * There are no posts matching your filters.
 * 190
   ananjaser1211
   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.
   
   Aug 25, 2012 View
   10
   BillGoss
   Actually, the commands to reboot into bootloader are:
   adb reboot-bootloader
   or
   adb reboot bootloader
   
   Sent from my Desire S
   
   Aug 26, 2012 View
   1
   K
   korimakonz
   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
   
   Mar 18, 2013 View
   1
   R
   redbaron2008
   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?
   
   Jul 8, 2013 View
   1
   R
   Razib007
   Nice Tutorial
   
   Thanks. Nice tutorial.
   
   Feb 5, 2014 View


NEW POSTS

 * Development [ROM] [Android 14] [Vanilla] crDroid 10.10 [UNOFFICIAL]
   [2024/11/17]
    * Latest: infhater
    * A moment ago
   
   Redmi Note 10S
 * LineageOS 20.0 (Android 13) [Signature Spoofing][OTA updates] for S7 Exynos
    * Latest: S8dreamlte?
    * 1 minute ago
   
   Samsung Galaxy S7 (Exynos) ROMs, Kernels, Recoveri
 * J
   [WINDOWS/LINUX][TOOL]Fire Toolbox V37.1
    * Latest: Jumbo100
    * 2 minutes ago
   
   Fire HD 8 and HD 10 Android Development
 * [GSI][64bit][J600X] 64bit Vendor for arm64 GSI
    * Latest: ShaDisNX255
    * 3 minutes ago
   
   Samsung Galaxy J6 ROMs, Kernels, Recoveries, & Oth
 * S
   Development [ROM][14][OFFICIAL] PixelOS [AOSP][STABLE]
    * Latest: Spaceboy60
    * 6 minutes ago
   
   Xiaomi 11 Lite 5G NE



XDA Developers was founded by developers, for developers. It is now a valuable
resource for people who want to make the most of their mobile devices, from
customizing the look and feel to adding new functionality.

| Crafted by Audentio


MORE INFO

Contact Us (Forum Issues) Advertise Terms and rules Suggest Content Change Ad
Consent Do not sell my data


USEFUL LINKS

Best Phones Tutorials Recognized Developer Program Recognized Themer /
Contributor Program Admin & Moderators Delete XDA Account
 * 
 * XDA - Dark

 * Contact us
 * Terms and rules
 * Privacy policy
 * Help
 * Home
 * 
 * RSS

| Crafted by Audentio
 * 
 * 
 * 
 * 
 * 
 * 





Freestar.com