Start sideload mode in ClockworkMod Recovery using the command prompt? - Android Q&A, Help & Troubleshooting

Is this possible? I'm trying to make an automated script without any user interaction. I can select sideload mode manually using the volume and power buttons when in ClockworkMod Recovery, however I want to enter sideload mode using the command prompt from my computer.
Thanks in advance

Any ideas?

Any ideas?

Related

Milestone with adb command

I have milestone A853.
I want to up cook ROM but it can't enter recovery menu because camera button have problem.
Anyone help me enter menu of recovery with adb command?
trucpv said:
I have milestone A853.
I want to up cook ROM but it can't enter recovery menu because camera button have problem.
Anyone help me enter menu of recovery with adb command?
Click to expand...
Click to collapse
You can use adb to enter recovery mode:
Code:
adb reboot recovery
Sent from my SCH-I535 using xda premium
My phone was into recovery mode but menu not shows

[Q] App for download mode?

Is there any application that can get me into download mode without the need of pressing any button or plugging USB cable in the phone?
There's an app called Quick Boot which allows to boot into "recovery" mode without any buttons or usb cable? Is there one for download mode?
adb reboot bootloader
or use Advanced Reboot (CM10.1)
Or use any reboot app from playstore (need to be rooted) or terminal emulator use this command:
su
reboot recovery
Yeah:
su
reboot download
From a terminal emulator.
Most custom roms have extended power button to reboot into download mode
Sent from my GT-I9300 using Tapatalk 2
Thanks for the replies guys.
But I've already got my solution:
https://play.google.com/store/apps/details?id=com.jakar.rebootwidget&hl=en
It works like magic!

[Q] 5.1.1 Sideload issue on Mac

I'm having trouble sideloading the new 5.1.1 OTA update through ADB. I'm completely stock on my N9 and when I use adb while the device is booted everything works fine (adb devices lists my N9 and I can issue commands to it). When I boot into recovery however adb can no longer find my device and thus can't sideload the update.
Searching around I can find a lot of threads about Windows users having driver issues but I didn't think these applied to Macs. Am I missing something? Is anyone else having trouble using a Mac to sideload the OTA update?
Thanks in advance for anyone's help!
Enable USB debugging
Shut down tablet
Press and hold power and volume up together. You will reach a menu.
Select HBOOT
Select recovery
You will see the android with exclamation mark and "no command".
Press power + volume up
You will enter recovery menu
Select adb sideload
Push update
Worked fine on my Mac!!
Is that what you are doing?!
@crispydc,
I don't know anything about Mac's but when you are in stock recovery, and are at the menu for adb sideload you can try unplugging and replugging your USB cable.
^^^ this happened to me on my work computer (windows) just do that step after you select adb sideload.
Ah! Stupid on my end. I was trying to sideload from the screen with the Android logo - I forgot to actually enter the recovery menu and select the 'Install update from ADB' option. Sorry for the noob post and thanks for your help!
What are the steps in side loading ? Obviously download file and boot into recovery and adb but what process do i need to take when using the computer ( windows 8 )
Sent from my Nexus 9 using XDA Free mobile app
JackHanAnLG said:
What are the steps in side loading ? Obviously download file and boot into recovery and adb but what process do i need to take when using the computer ( windows 8 )
Sent from my Nexus 9 using XDA Free mobile app
Click to expand...
Click to collapse
ADB reboot recovery (you'll see Andy on his back with red !)
To access recovery menu hold power and press & release volume up
Use volume key to navigate to Apply update via ADB
On your PC type in command prompt "ADB sideload " file name""
when my nexus 9 is on and fully booted my windows7 recognise that as a adb device, in recovery it can't find tablet anymore... How can i fix this issue?
zera89 said:
when my nexus 9 is on and fully booted my windows7 recognise that as a adb device, in recovery it can't find tablet anymore... How can i fix this issue?
Click to expand...
Click to collapse
Try to unplug and replug in your USB cable while in recovery.

help with stock recovery and stock 5.0 from asus

I have the padfone x rooted using towel root but I haven't installed a custom recovery. I'm trying to install the recent WW ROM for the padfone s and I get an error about the footer not matching. How can I install the s ROM on an x?
From custom recovery without installing said recovery.
1. Download TWRP and place it in directory with adb and fastboot.
2. Power off the phone, hold Volume UP then the Power Button until the phone turns on, then release the Power Button only. Your phone will appear to hang the ASUS Logo bootscreen, you are now in bootloader.
3. open command prompt on your PC and navigate to your adb/fastboot directory.
4. Run this command
Code:
fastboot boot twrp.img
5. Your phone will reboot and show the TWRP boot screen then go dark. Wait ~2 minutes then tap power to wake phone.
6. Install as normal from recovery.
If that doesn't work.
1. put the ROM zip in a folder on your computer where your ADB.exe is located.
2. Using TWRP, go to Advance > ADB Sideload
3. Slide to start ADB sideload.
4 Navigate CMD Prompt to the directory containing ADB and the zip file.
5. Run
Code:
adb sideload [I]filename[/I].zip
6. Tap reboot, TWRP will ask if you want to fix/install root. Your choice here
If you have any problems with force close, reboot into recovery and factory reset.
Thanks Daggorlad. That worked brilliantly.

[Help thread][Samsung A31] CanĀ“t run an adb command in recovery mode?

So I'm trying to install this app that needs to run an adb command in order to work. I followed all the instructions (Turn on developer options > turn on USB debugging) but the problem is that my computer doesn't recognize my phone in recovery mode, the weird thing is that it recognizes it while it's turned on. I've tried to look for answers in other threads to no avail so I was hopping that you guys could help me?
@-fg
Wondering why you are booting into Recovery Mode when it comes to execute an ADB command?
Android devices have a feature called Recovery Mode, which allows users to fix some problems in their phones or tablets. It may be useful if you notice that your device is not acting right. Technically, Recovery Mode refers to a special bootable partition, which contains a recovery application installed in it.
REMEMBER: When your device is in Recovery Mode, only physical keys will be accessed, means you have to use Volume Up and Down keys to move up and down and the Power button to confirm an option / command.
Well, the command doesn't work when I execute it with my phone booted up normally, I assumed that I had to go into recovery mode because it's the only way for it to work. Maybe there's another way to execute that command but I don't really know how

Categories

Resources