New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
wcasdf
Old
(Last edited by wcasdf; 10th June 2010 at 04:23 AM.)
#1  
Junior Member - OP
Thanks Meter 0
Posts: 23
Join Date: May 2007
Default [HOW TO] Fix Quickboot as well as reboot into recovery from ROM Manager.

For those of you who want to use Quickboot

OR

Have ROM Manager from market and want to "Reboot into recovery" directly, do this

Extract Reboot from Reboot.zip and place it in \androidsdk\tools folder

Then

adb shell
mount /dev/block/mtdblock4 /system
exit
adb push reboot /system/bin
adb shell
cd /system/bin/
ls
chmod 755 reboot
chmod 755 /system/bin/reboot


And of course, this can't be done in Android system. You would have to boot to toast's recovery.
Also, i didn't know the command to push from shell, therefore the redundant adb shell. =)
Attached Files
File Type: zip reboot.zip - [Click for QR Code] (2.3 KB, 1283 views)
 
Merckle
Old
#2  
Merckle's Avatar
Senior Member
Thanks Meter 6
Posts: 429
Join Date: Dec 2007
Location: Greenville
so this takes out the HBoot? and goes straight to Recovery Rom?
My Phone: Sprint Samsung Galaxy S3
Rom:Team Sonic-FreeGS3 JB v3.0.0

Hit me up on Talk : TheMerk (@) gmail (dt) com
________________________


 
wcasdf
Old
#3  
Junior Member - OP
Thanks Meter 0
Posts: 23
Join Date: May 2007
unfortunately no,

but it lets you skip the step "Vol up+power" and go straight to stock recovery.

From there you can use the "fake-flash"
 
beerock
Old
#4  
beerock's Avatar
Senior Member
Thanks Meter 2
Posts: 246
Join Date: Mar 2010
awesome...Thanks for sharing, i will try this
It's already.ready.already
 
Koush
Old
#5  
Recognized Developer
Thanks Meter 880
Posts: 917
Join Date: Sep 2007
I would recommend "rm /system/bin/reboot" before pushing the new one.
 
AssassinsLament
Old
#6  
Recognized Developer
Thanks Meter 397
Posts: 636
Join Date: Jun 2007
Location: Twin Cities

 
DONATE TO ME
Great job! Works like a charm!
 
watzone69
Old
#7  
watzone69's Avatar
Senior Member
Thanks Meter 26
Posts: 966
Join Date: Oct 2008
Location: Austin, Texas
I guess TheBiles and I were posting in the wrong sub-forum?

http://forum.xda-developers.com/showthread.php?t=695978
 
madunix
Old
#8  
madunix's Avatar
Senior Member
Thanks Meter 68
Posts: 558
Join Date: Jan 2009
Location: New York

 
DONATE TO ME
Quote:
Originally Posted by wcasdf View Post
For those of you who want to use Quickboot

OR

Have ROM Manager from market and want to "Reboot into recovery" directly, do this

Extract Reboot from Reboot.zip and place it in \androidsdk\tools folder

Then

adb shell
mount /dev/block/mtdblock4 /system
exit
adb push reboot /system/bin
adb shell
cd /system/bin/
ls
chmod 755 reboot
chmod 755 /system/bin/reboot


And of course, this can't be done in Android system. You would have to boot to toast's recovery.
Also, i didn't know the command to push from shell, therefore the redundant adb shell. =)


C:\Documents and Settings\Owner>adb shell
# mount /dev/block/mtdblock4 /system
mount /dev/block/mtdblock4 /system
Usage: mount [-r] [-w] [-o options] [-t type] device directory
# exit


what am i doing wrong??


Auto Brightness not working the way you want it to in CM Roms? Click Here
 
davebu
Old
#9  
Senior Member
Thanks Meter 21
Posts: 859
Join Date: Dec 2007
Location: Chicago

 
DONATE TO ME
worked great, we are only one step away now
 
murdoch1
Old
#10  
murdoch1's Avatar
Senior Member
Thanks Meter 23
Posts: 319
Join Date: Jan 2010
Default Help......

Hi Sorry to bother..

Have started the process got to push the file to the system bin. However when then attempting the next command adb shell, i recieve the following error:-

- exec '/system/bin/sh' failed: Not a directory (20) -

Any advice????

Cheers

Andy

.....Extract Reboot from Reboot.zip and place it in \androidsdk\tools folder

Then

adb shell
mount /dev/block/mtdblock4 /system
exit
adb push reboot /system/bin
adb shell
cd /system/bin/
ls
chmod 755 reboot
chmod 755 /system/bin/reboot


XDA PORTAL POSTS

What’s Possible with CASUAL & How to Make Your Own CASUAL – XDA Developer TV

XDA Elite Recognized Developer AdamOutler is known … more

Pearl Chen to Talk NFC Development at XDA:DevCon 2013

From HTML to LEDs or Android to Arduino, Hardware Hacking is a pastime of many people … more

Avoid Framework Bootloops on Xperias Running Jelly Bean

If you’re a Sony device owner running a stock Android Jelly Bean firmware and … more

Forum Added for the Samsung Galaxy Mega

What do you do when the Galaxy Note line is simply not big enough? You get theSamsung Galaxy Mega. … more