[Q] Sideload help needed - General Questions and Answers

I have a galaxy light I an attempting to abd sideload a zip via recovery. I am able to boot into recovery, when I "adb devices" nothing appears that is all fine. The recovery has an option for adb update, I select this. It shows up as use "adb sideload <filename>" via usb. At that point "adb devices" shows the device "<serial number> sideload", I then attemptto "adb sideload <filename>" filename is a zip file in the correct directory. I then get a list of adb commands as if "adb sideload" is not a recognized command. I am using the latest adb version of 1.0.29. note: when i recheck "adb devices" it will now come back as "<serial no> host". the "adb sideload <filename>" prompt is still on the recovery screen. Does anyone know why my sideload cmd is not working? thanks
bg.

solved
no more problems reinstalled platform and tools.
bg

Related

Access bootloader in AVD

I'm trying to install an update to one of my AVDs via the update.zip in the sdcard.
I have tried using the "adb reboot-bootloader" command but it does not seem to work for an AVD.
Does anyone know if/how this could be done?

[Q] ADB Push not working

My "adb push" command is not working. When I type it in, the command prompt seems to run "adb help". No error message, just the list of possible commands. See the attached screenshot.
Does anybody know what's happening?
Computer: Windows 7
Device: Verizon Galaxy Nexus (toro)
Version: 4.2.2​Kernel Version: 3.0.85-franco.Kernel-nightly​Build: JDQ39​
The "adb push" command is used to push files to your device.
Typing "adb push" won't do anything besides displaying all the adb functions.
To push something, your command must be something like "adb push whateverthefileis system/bin" the "system/bin" is the destination where it is to be pushed, for example if you want to push an app you do, "adb push android.apk system/app"
Make sure your drivers for phone is installed properly.
IF I HELPED HIT THANKS
Click to expand...
Click to collapse
Sent from my Nexus F...Fi...Fii...Ahem...*clears throat*... Five.
solution???
Did you put your phone in recovery mode first?
krishneelg3 said:
The "adb push" command is used to push files to your device.
Typing "adb push" won't do anything besides displaying all the adb functions.
To push something, your command must be something like "adb push whateverthefileis system/bin" the "system/bin" is the destination where it is to be pushed, for example if you want to push an app you do, "adb push android.apk system/app"
Make sure your drivers for phone is installed properly.
Sent from my Nexus F...Fi...Fii...Ahem...*clears throat*... Five.
Click to expand...
Click to collapse
I had typed in the correct syntax for the command, but will try updating drivers. Thanks!
ADB push just scrolls commands
I am trying to use ADB with telnet to root my Droid Maxx. I have been desperately trying to use Jcase's method. All my commands work, except the push command. I can telnet, my drivers are all up to date, my phone is on debug, install unknown sources etc...Everything seems to be in order, but the su and RockMyMoto.jar will not push, just a scrolling of commands. Any help would be most appreciated.
Thank you

[Q] THL T100s MTK6592 bricked. please help

Hi All,
To root my phone and upgrade to custom ROM, I went into recovery (TWRP v2.5.0.0) to wipe mode, but instead of selecting just 'Data', 'Cache' and Dalvik, by mistake I had formatted 'system', 'emmc', 'Android Secure' and 'System' as well
Now only recovery works, can go into TWRP, but nothingelse. I cannot use SP flash tool to download as it does not connect or recognise my device.
And I tried to run ADB directly,
I can issue "adb devices" it gives me my device number.
But I cannot "adb shell" as /System/bin/*.sh doesnot exist...
I have
1. "adb remount" success
2. "adb root" got root access
but
3. cannot "adb push rom.zip /Data/rom.zip" but fails copy
and "adb push rom.zip /emmc/rom.zip" fails copy as well.
Please help me, I do not know what to do.

Cannot see Moto G XT1034 in adb

Edit: [SOLVED] I also had to copy over AdbWinUsbApi.dll from platform-tools. Derp.
I am running Windows 10 Pro on a Surface Pro 3. When I enter "adb devices" into a command line, there is nothing under "list of devices attached." USB debugging is enabled.
Initially I copied adb, AdbWinApi.dll, and fastboot to another directory from platform-tools from the Android SDK. Then I installed the Motorola Device Manager. But adb could not see my device. I then installed Minimal ADB which did not help. After that I uninstalled Motorola Device Manager and solely installed the drivers from this thread http://forum.xda-developers.com/showthread.php?t=2550635, including the additional file, which also did not work. But if I launch adb using Android Studio, and then typing "adb devices" into a command line, adb can then see my device. What does Android Studio do or use that is different? How can I make adb see my device solely from command line?

I Can't sideload a rom, as if the command was not recognised

So i want to install a ROM on a LG F70. the problem is : I want to sideload the .zip of my rom to my phone but when doing the command "adb sideload <nameoftherom>.zip, the cmd only displays me the list of commands, as if I just type "adb help" and nothing else. ADB drivers are installed, i'm using the right "file path" (D:\this\that>), the sideload is "started" in CWM, the name of the zip is the right one.
Do you have any idea why ? I've probably give you very little information as I am a completely new to this, so feel free to ask for more.
Thank you

Categories

Resources