I tried to load the advanced menu mod and the phone wont go past the startup screen. I can get into TWRP but I don't know how to get a rom to the SD card when it wont mount. Funny, I've been doing the ROM thing for 4 years now and have never used ABD so I don't know how that works or if that's what I need........can someone please point me in the right direction for getting a ROM on my phone so I can flash in TWRP?
digthemlows said:
I tried to load the advanced menu mod and the phone wont go past the startup screen. I can get into TWRP but I don't know how to get a rom to the SD card when it wont mount. Funny, I've been doing the ROM thing for 4 years now and have never used ABD so I don't know how that works or if that's what I need........can someone please point me in the right direction for getting a ROM on my phone so I can flash in TWRP?
Click to expand...
Click to collapse
How did you unlock bootloader and flash recovery?
Sent from my HTC One using xda premium
redbull123 said:
How did you unlock bootloader
and flash recovery? All-In-One Toolkit?
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
Bootloader was unlocked long ago via HTC Dev. All-in-one wasn't out when I got the phone ...... I just downloaded that, but when I try to ABD sideload it opens up a CMD prompt that says C:\Users\myname\desktop\HTC is not recognized as an internal or external command, operable program or batch file.
Also when I enable ABD sideload in TWRP on my phone it hangs at "Starting ABD sideload feature..." and never does anything.
Try push instead of sideload
ArmedandDangerous said:
Try push instead of sideload
Click to expand...
Click to collapse
Sorry, I don't know how to Push, can someone give me quick instructions?? or point me in the right direction........XDA has become so huge it's actually a mess to search..........I appologize in advance.
Type "adb push ROM.zip /sdcard/ROM.zip" replacing ROM with the EXACT name of the ROM file and including the .zip piece on both ends.
digthemlows said:
Bootloader was unlocked long ago via HTC Dev. All-in-one wasn't out when I got the phone ...... I just downloaded that, but when I try to ABD sideload it opens up a CMD prompt that says C:\Users\myname\desktop\HTC is not recognized as an internal or external command, operable program or batch file.
Also when I enable ABD sideload in TWRP on my phone it hangs at "Starting ABD sideload feature..." and never does anything.
Click to expand...
Click to collapse
Download these files: http://d-h.st/RvD - call the unzipped folder with the four files 'android' or something and put it somewhere, either directly on your c:\ drive or on your desktop
Download a rom and put it in the folder along with those files you download
Select 'install zip from sideload' in recovery on your phone
Hold Shift and right-click on the folder and select 'Open Command Window Here'
Command:
adb sideload name_of_rom.zip
once it reaches 100% it should begin to install on your phone automatically.
Or you could
adb push name_of_rom.zip /sdcard/
this will put the rom on your sdcard and you will need to flash it normally. (you don't select 'install zip from sideload' for this)
redbull123 said:
Download these files: http://d-h.st/RvD - call the unzipped folder with the four files 'android' or something and put it somewhere, either directly on your c:\ drive or on your desktop
Download a rom and put it in the folder along with those files you download
Select 'install zip from sideload' in recovery on your phone
Hold Shift and right-click on the folder and select 'Open Command Window Here'
Command:
adb sideload name_of_rom.zip
once it reaches 100% it should begin to install on your phone automatically.
Or you could
adb push name_of_rom.zip /sdcard/
this will put the rom on your sdcard and you will need to flash it normally. (you don't select 'install zip from sideload' for this)
Click to expand...
Click to collapse
'abd' is not recognized as and internal or external command, operable program or batch file is the error I'm getting.............
digthemlows said:
'abd' is not recognized as and internal or external command, operable program or batch file is the error I'm getting.............
Click to expand...
Click to collapse
its adb, not abd - stands for Android Debug Bridge
---------- Post added at 05:09 PM ---------- Previous post was at 05:04 PM ----------
You should read this: http://www.androidcentral.com/android-201-10-basic-terminal-commands-you-should-know
Helped me out a lot with ADB, easy to understand...
redbull123 said:
its adb, not abd - stands for Android Debug Bridge
---------- Post added at 05:09 PM ---------- Previous post was at 05:04 PM ----------
You should read this: http://www.androidcentral.com/android-201-10-basic-terminal-commands-you-should-know
Helped me out a lot with ADB, easy to understand...
Click to expand...
Click to collapse
Man, I'm being such a noob. Ok, so when I run c:\fastboot>adb push name_of_rom.zip/sdcard/ it displays a menu of all the adb commands but does nothing.........
digthemlows said:
Man, I'm being such a noob. Ok, so when I run c:\fastboot>adb push name_of_rom.zip/sdcard/ it displays a menu of all the adb commands but does nothing.........
Click to expand...
Click to collapse
tried "adb remount" and get "error: device not found
I don't think my computer is seeing the device, gonna log in with admin rights and see what's up
digthemlows said:
Man, I'm being such a noob. Ok, so when I run c:\fastboot>adb push name_of_rom.zip/sdcard/ it displays a menu of all the adb commands but does nothing.........
Click to expand...
Click to collapse
Did you type 'name_of rom.zip'? Or did you replace it with the actual name of the ROM?
Edit: Sorry, you need to put a space before /sdcard/
redbull123 said:
Did you type 'name_of rom.zip'? Or did you replace it with the actual name of the ROM?
Click to expand...
Click to collapse
I typed the name of the rom......I'm going to update the drivers, because I'm seeing an error in device manager for the "android driver" .......
digthemlows said:
Man, I'm being such a noob. Ok, so when I run c:\fastboot>adb push name_of_rom.zip/sdcard/ it displays a menu of all the adb commands but does nothing.........
Click to expand...
Click to collapse
Ok let's make this easier. Go to where your ADB/fastboot files are, shift right click on empty space and select Open Command Window Here. Then type push name_of_rom.zip/sdcard/
name_of_rom.zip should be changed to whatever file name your ROM is that you want to install. If sdcard doesn't work, try /data/media
ArmedandDangerous said:
Then type push name_of_rom.zip/sdcard/
name_of_rom.zip should be changed to whatever file name your ROM is that you want to install. If sdcard doesn't work, try /data/media
Click to expand...
Click to collapse
adb push name_of_rom.zip /sdcard/
ArmedandDangerous said:
Ok let's make this easier. Go to where your ADB/fastboot files are, shift right click on empty space and select Open Command Window Here. Then type push name_of_rom.zip/sdcard/
name_of_rom.zip should be changed to whatever file name your ROM is that you want to install. If sdcard doesn't work, try /data/media
Click to expand...
Click to collapse
either of these get me the ADB menu as well, If I put as space after the rom name i get "error, closed"
yeah, I have tried everything I think. Any other ideas?
digthemlows said:
yeah, I have tried everything I think. Any other ideas?
Click to expand...
Click to collapse
Are you right clicking on the folder and open command window here?
Reboot your computer...
Shift+right-click, Open command window from folder
Go into fastboot in your bootloader and type
fastboot devices
If your device appears then go into recovery and type
adb devices
If your devices doesn't appear then there's something wrong with your drivers/adb files or folder
If it's found then just do a push or sideload...
The only thing I can think if it doesn't work is buy a usb otg cable and put the ROM onto a usb and flash it through TWRP that way.
Sent from my HTC One using xda premium
Ok, abd devices showed my device and "recovery" Went in and renamed the folder with adb and my ROM in it, double checked everything and was able to load the rom.......also I wasn't putting space after the rom name and between /sdcard/ ......
digthemlows said:
Ok, abd devices showed my device and "recovery" Went in and renamed the folder with adb and my ROM in it, double checked everything and was able to load the rom.......also I wasn't putting space after the rom name and between /sdcard/ ......
Click to expand...
Click to collapse
So... Everything's ok?
Sent from my HTC One using xda premium
Related
So I managed to screw up by wiping both my data and my system, so now I have no os installed and no way to flash an OS from .zip files. Is there anyway for me to add a file to my storage and then flash it via recovery?
jason27131 said:
So I managed to screw up by wiping both my data and my system, so now I have no os installed and no way to flash an OS from .zip files. Is there anyway for me to add a file to my storage and then flash it via recovery?
Click to expand...
Click to collapse
Download a rom and put it in your adb folder
hold in shift and right click on your adb folder - 'open folder in terminal' or similar (not at my computer atm) should be there
Type
adb push name_of_rom.zip /sdcard/
Or
adb sideload name_of_rom.zip
both must be done in recovery. If you do the sideload method, choose the sideload option in recovery - once it transfers it will begin to install automatically. 'adb push' will put the file onto your sdcard then install it yourself in recovery.
Sent from my HTC One using xda premium
Awesome i'll try that. Thanks!
redbull123 said:
Download a rom and put it in your adb folder
hold in shift and right click on your adb folder - 'open folder in terminal' or similar (not at my computer atm) should be there
Type
adb push name_of_rom.zip /sdcard/
Or
adb sideload name_of_rom.zip
both must be done in recovery. If you do the sideload method, choose the sideload option in recovery - once it transfers it will begin to install automatically. 'adb push' will put the file onto your sdcard then install it yourself in recovery.
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
It says device not found.
What about if you go into fastboot in the bootloader screen and type
fastboot devices
Maybe you need to reinstall your adb files...
Sent from my HTC One using xda premium
then you need to install HTC drivers for your phone. If configured correctly you can do adb devices and it will show up.
If you have drivers installed correctly under device manager the phone shows up as My HTC. Make sure you aren't using a USB 3 port if your computer has one.
Reboot your computer. That worked for me. I did the same thing
Also download HTC all in one tool kit. Its a lifesaver.
Sent from my HTC One using xda app-developers app
fastboot does work. Can i use the adb command in bootloader screen?
jason27131 said:
So I managed to screw up by wiping both my data and my system, so now I have no os installed and no way to flash an OS from .zip files. Is there anyway for me to add a file to my storage and then flash it via recovery?
Click to expand...
Click to collapse
I had same problem nothing was working .i used twrp and from there mount storage as otg as that was only working and put a rom in external pendrive and flash your rom
Sent from my HTC One aka M7
jason27131 said:
fastboot does work. Can i use the adb command in bootloader screen?
Click to expand...
Click to collapse
no only fastboot commands.
So then where do i do the adb commands? In the recovery? I don't get why adb devices isn't giving me anything when fastboot is.
jason27131 said:
fastboot does work. Can i use the adb command in bootloader screen?
Click to expand...
Click to collapse
No, adb must be done in recovery.
Go into recovery and try
adb devices
If nothing shows up you need to re-install/update your adb files and HTC drivers.
If your devices shows up this time then do what I said earlier...
Sent from my HTC One using xda premium
You can either reboot the computer or stop and restart the adb service from the windows management console. The driver for fastboot and adb are the same so I suspect it's something with adb server acting up
I'm guessing you update adb files via sdk manager?
redbull123 said:
Download a rom and put it in your adb folder
hold in shift and right click on your adb folder - 'open folder in terminal' or similar (not at my computer atm) should be there
Type
adb push name_of_rom.zip /sdcard/
Or
adb sideload name_of_rom.zip
both must be done in recovery. If you do the sideload method, choose the sideload option in recovery - once it transfers it will begin to install automatically. 'adb push' will put the file onto your sdcard then install it yourself in recovery.
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
gunnyman said:
You can either reboot the computer or stop and restart the adb service from the windows management console. The driver for fastboot and adb are the same so I suspect it's something with adb server acting up
Click to expand...
Click to collapse
I stopped and restarted the adb services and it stil lcan't find the phone. is there any thing specific I have to do in recovery? This is confusing me so much.
jason27131 said:
I stopped and restarted the adb services and it stil lcan't find the phone. is there any thing specific I have to do in recovery? This is confusing me so much.
Click to expand...
Click to collapse
How hard is to flash via external flash drive using micro usb otg in recovery menu
Sent from my HTC One aka M7
Remove and reinstall the driver
zinder33 said:
How hard is to flash via external flash drive using micro usb otg in recovery menu
Sent from my HTC One aka M7
Click to expand...
Click to collapse
Reasonably hard if he doesn't have a USB OTG cable atm...
Sent from my HTC One using xda premium
zinder33 said:
How hard is to flash via external flash drive using micro usb otg in recovery menu
Sent from my HTC One aka M7
Click to expand...
Click to collapse
Very, since clicking on the micro-otg doesn't do anything. I managed to get sideload working I believe. It's at 40%, hopefully it is sideloading the file.
jason27131 said:
Very, since clicking on the micro-otg doesn't do anything. I managed to get sideload working I believe. It's at 40%, hopefully it is sideloading the file.
Click to expand...
Click to collapse
Should be good to go
If it freezes in Aroma just force reboot and try again.
Sent from my HTC One using xda premium
My phone recently lost its ROM, and is now stuck on the 'HTC quietly beautiful screen', i did manage to get it into clock work mode recovery and have a backup of my old rom on a usb, however, when i plug in the USB before starting the phone it doesn't show up, meaning i cannot restore. Please help! Any help or feedback is much appreciated! :good:
When you're in recovery, you have to use the command:
Code:
adb devices
for see your phone.
After use adb command like push or sideload for put a rom into the phone
Guich said:
When you're in recovery, you have to use the command:
Code:
adb devices
for see your phone.
After use adb command like push or sideload for put a rom into the phone
Click to expand...
Click to collapse
Thanks, but how would i do that on a mac?
That's why I have parallels!
I had this problem the other day and I fixed it by going to data/media in recovery and installing an old Rom that was downloaded. I could then restore afterwards.
Sent from the one and only HTC One
Shadow Samurai said:
That's why I have parallels!
I had this problem the other day and I fixed it by going to data/media in recovery and installing an old Rom that was downloaded. I could then restore afterwards.
Sent from the one and only HTC One
Click to expand...
Click to collapse
Yes, but i cannot copy anything to my device, and when i attempt to use adb, it says "error: device not found"
Check the thread in my signature
Sent from my HTC One using xda app-developers app
MacHackz said:
Check the thread in my signature
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
i have tried following your help, but when i type ./adb devices it says
"adb server is out of date. killing...
* daemon started successfully *
List of devices attached
"
it doesn't show the serial code
g4slyness said:
i have tried following your help, but when i type ./adb devices it says
"adb server is out of date. killing...
* daemon started successfully *
List of devices attached
"
it doesn't show the serial code
Click to expand...
Click to collapse
Is it turned on booted into Android, or in recovery?
MacHackz said:
Is it turned on booted into Android, or in recovery?
Click to expand...
Click to collapse
Yes
You have the latest adb binaries installed??
Sent from One with Tapa4 Beta
Guich said:
You have the latest adb binaries installed??
Sent from One with Tapa4 Beta
Click to expand...
Click to collapse
I am not sure what a binary is (HTC One is my first android phone so I'm new) but if it is the recovery mode, i only installed it about a week ago
Do you have the folder containing the adb and fastboot files on your Desktop? And do you have HTC Sync installed? It will load the proper drivers, even though I heard it may not be necessary anyway.
This method worked for me on my Mac. It is very simple using Terminal.
You don't actually have to download the whole SDK, just download the file attached in the threat, which is this http://forum.xda-developers.com/attachment.php?attachmentid=1396782&d=1350078941
Place it on your Desktop, and follow the instructions. After ADB successfully lists your device, move the ROM file to your android folder and use the following command: adb sideload rom.zip of course replacing 'rom.zip' with whatever your rom's name is. You can also use adb push if you want to move your Nandroid backup to your device, but I am not sure where it will be located on the device itself afterwards.
Oh and you should be in TWRP > Advanced > ADB Sideload mode if you want to sideload the ROM. I am not sure how it works on CWM but it should be the same way.
TarekElsakka said:
Do you have the folder containing the adb and fastboot files on your Desktop? And do you have HTC Sync installed? It will load the proper drivers, even though I heard it may not be necessary anyway.
This method worked for me on my Mac. It is very simple using Terminal.
You don't actually have to download the whole SDK, just download the file attached in the threat, which is this http://forum.xda-developers.com/attachment.php?attachmentid=1396782&d=1350078941
Place it on your Desktop, and follow the instructions. After ADB successfully lists your device, move the ROM file to your android folder and use the following command: adb sideload rom.zip of course replacing 'rom.zip' with whatever your rom's name is. You can also use adb push if you want to move your Nandroid backup to your device, but I am not sure where it will be located on the device itself afterwards.
Oh and you should be in TWRP > Advanced > ADB Sideload mode if you want to sideload the ROM. I am not sure how it works on CWM but it should be the same way.
Click to expand...
Click to collapse
Thanks, i have tried this method already and am in Clockworkmod recovery, i don't have TWRP
I was messing around in CWM touch. In the Storage and Mounts directory..
I've done this before , (format /sdcard)..but this time I went a step further and did (format /data) AND also
(format /data and /data/media) commands. I might have even hit the Format /system command .
Now I'm stuck at the HTC quietly brilliant screen, with the red text on the bottom..and it wont go no further...i just wanted to shine my sd card..
And because I have formated my SD card, there is nothing on it so no back up now... I'm on the Viperone rom..and by formating system i think i wiped the device :S..i really dont know..man.
So i tried opening an ADB shell to see if i could push the Viperone zip from my pc direcctly..but adb doesn't recocgnize the device..
I'm Unlocked bootloader
S-Off
SuperCid- 11111111
Sounds like you’ve got nothing left. Reflash your rom on your super shiny phone.
My device is bricked, like really is bricked..
I can boot into boot loader but what good is that if my PC is saying unknown usb device..
XdaNonDeveloper said:
My device is bricked, like really is bricked..
I can boot into boot loader but what good is that if my PC is saying unknown usb device..
Click to expand...
Click to collapse
fastboot flash your recovery again?
Edit: uninstall everything HTC
reboot pc
plug phone back in and it should install the drivers again
Lim Wee Huat said:
Sounds like you’ve got nothing left. Reflash your rom on your super shiny phone.
Click to expand...
Click to collapse
lol..
faack
bigdaddy619 said:
fastboot flash your recovery again?
Edit: uninstall everything HTC
reboot pc
plug phone back in and it should install the drivers again
Click to expand...
Click to collapse
Not the problem, I can boot into recovery but my phone doesnt start up.
I cant place nothing on the sd card to flash, and ADB SHELL isnt recognizing my device..
so i have to reflash a stock carrier right? by running an RUU exe?
which one can i Use for a M7_UL i think the closest one to a bell canada ruu would be ATT?
Wait can't I just PUSH the zip. to my sdcard then run the zip from clockwork??
XdaNonDeveloper said:
Not the problem, I can boot into recovery but my phone doesnt start up.
I cant place nothing on the sd card to flash, and ADB SHELL isnt recognizing my device..
so i have to reflash a stock carrier right? by running an RUU exe?
which one can i Use for a M7_UL i think the closest one to a bell canada ruu would be ATT?
Click to expand...
Click to collapse
If you can get into recovery then sideload a rom
Edit: uninstall everything HTC
reboot pc
plug phone back in and it should install the drivers again
you sure about that?..
okay but first let me try a command in ADB, whats that show CID command??
if that works then i dont have to uninstall drivers..
XdaNonDeveloper said:
Edit: uninstall everything HTC
reboot pc
plug phone back in and it should install the drivers again
you sure about that?..
okay but first let me try a command in ADB, whats that show CID command??
if that works then i dont have to uninstall drivers..
Click to expand...
Click to collapse
In recovery type adb devices
In bootloader type fastboot devices
bigdaddy619 said:
If you can get into recovery then sideload a rom
Click to expand...
Click to collapse
Would this work even though its for TWRP http://forum.xda-developers.com/showthread.php?t=2318497
XdaNonDeveloper said:
Would this work even though its for TWRP http://forum.xda-developers.com/showthread.php?t=2318497
Click to expand...
Click to collapse
If there is a sideload option in CWM then yes it will work
or adb push nameofrom.zip /sdcard/
bigdaddy619 said:
In recovery type adb devices
In bootloader type fastboot devices
Click to expand...
Click to collapse
In recovery, typing ADB devices gives me a serial with (*recovery*) next to it.
In bootloader it *Lists* no device serial number.
If i try ADB Push should I be in recovery?.. wow I can see the ~# in ADB shell when in recovery ..theres connections being made lol
XdaNonDeveloper said:
In recovery, typing ADB devices gives me a serial with (*recovery*) next to it.
In bootloader it *Lists* no device serial number.
If i try ADB Push should I be in recovery?.. wow I can see the ~# in ADB shell when in recovery ..theres connections being made lol
Click to expand...
Click to collapse
Your good to sideload a rom in recovery
Put the rom zip in the folder you are running your cmd commands from
OR use adb push with the rom in the same folder
adb push rom.zip /data/media/0/
---------- Post added at 08:09 PM ---------- Previous post was at 08:02 PM ----------
You don't need to open an AD shell to push the rom
bigdaddy619 said:
If there is a sideload option in CWM then yes it will work
or adb push nameofrom.zip /sdcard/
Click to expand...
Click to collapse
I did the following command - adb push ViperOne_2.1.0 /sdcard/
got the following - /sbin/sh: adb: not found
bigdaddy619 said:
Your good to sideload a rom in recovery
Put the rom zip in the folder you are running your cmd commands from
OR use adb push with the rom in the same folder
adb push rom.zip /data/media/0/
---------- Post added at 08:09 PM ---------- Previous post was at 08:02 PM ----------
You don't need to open an AD shell to push the rom
Click to expand...
Click to collapse
Okay I'll try again without an ADB shell open
Okay now Im getting the following - cannot stat "ViperOne.." no such file or directory..
CWM touch does not have a sideload option :|
XdaNonDeveloper said:
I did the following command - adb push ViperOne_2.1.0 /sdcard/
got the following - /sbin/sh: adb: not found
Click to expand...
Click to collapse
check my edit sorry
adb push ViperOne_2.1.0.zip /data/media/0/
It should look like that
bigdaddy619 said:
check my edit sorry
adb push ViperOne_2.1.0.zip /data/media/0/
It should look like that
Click to expand...
Click to collapse
OK, this time I added the .ZIP to the end of the file.
Now its showing just a (-) blinking.. never returned a message.. i'll wait for a bit
then i'll try pushing it to the /sdcard/ and see what happens then.
After the blinking - stopped it returned this mesage
failed to copy ViperOne..zip) to data/media/0/': Is a directory
trying again..
[DRIVERS] Latest HTC Drivers [4.2.0.001] Use the ones dated 6-6-13 and don't forget the BMP drivers
[ADB/FB/APX Driver] Universal Naked Driver 0.72 (We dont need no stinking HTC Sync)
If you can't get it to work try what I said about uninstalling the HTC stuff and installing one of these if we can get you recognized ih bootloader we can flash twrp and you can sideload the rom
Please Read the ViperOne Terms of Use...
Team Venom proudly presents....
Thanks bigdaddy lol, thanks for your guidance I am installing Viperone now
XdaNonDeveloper said:
Please Read the ViperOne Terms of Use...
Team Venom proudly presents....
Thanks bigdaddy lol, thanks for your guidance I am installing Viperone now
Click to expand...
Click to collapse
Cool glad you got it going enjoy
Can someone please help me, I have A HTC one M7 and have accidentally wiped my system and data files on clockworkmod. I can not flash a rom on my internal SD since all data on my device has been wiped off. I have tired using sideload and flashboot but to be honest, i dont understand that suff. what other options do i have??? Thanks.
Sprint?
bigdaddy619 said:
Sprint?
Click to expand...
Click to collapse
No, Tmobile. I'm from the UK so we dont have sprint. I can access my SD card but there are no files inside and i can not put any rom to flash because you can only access the internal storage once the phone is up and running.
KiingEdmund said:
No, Tmobile. I'm from the UK so we dont have sprint. I can access my SD card but there are no files inside and i can not put any rom to flash because you can only access the internal storage once the phone is up and running.
Click to expand...
Click to collapse
I don't really know much about T-Mobile this is the Sprint Q&A section you could ask a Mod to move to T-Mobile Q&A.
Can you sideload a rom?
Or adb push a rom?
bigdaddy619 said:
I don't really know much about T-Mobile this is the Sprint Q&A section you could ask a Mod to move to T-Mobile Q&A.
Can you sideload a rom?
Or adb push a rom?
Click to expand...
Click to collapse
IM not too sure what sideloading is. I have looked on youtube and tried following a guide but most are for windows. on clockworkmod there is a sideload option but i dont know how to use it.
KiingEdmund said:
IM not too sure what sideloading is. I have looked on youtube and tried following a guide but most are for windows. on clockworkmod there is a sideload option but i dont know how to use it.
Click to expand...
Click to collapse
Open a cmd window from your android sdk/platform tools folder or any folder that has adb.exe and fastboot.exe
Start sideload in CWM then in the cmd window type adb sideload nameofrom.zip and it will be copied to your phone then just flash
Edit put the rom.zip in that folder also
Edit 2 you can also adb push nameofrom.zip /sdcard/
adorned chaphab
bigdaddy619 said:
Open a cmd window from your android sdk/platform tools folder or any folder that has adb.exe and fastboot.exe
Start sideload in CWM then in the cmd window type adb sideload nameofrom.zip and it will be copied to your phone then just flash
Edit put the rom.zip in that folder aslo
Click to expand...
Click to collapse
oh ok, cool! Thanks Jesus love you :laugh: :good:
KiingEdmund said:
oh ok, cool! Thanks Jesus love you :laugh: :good:
Click to expand...
Click to collapse
NP good luck
Any other questions PM me
trying to push file but not having success.
are there any different commands than the regular commands for the G2?
adb push update.zip /sdcard
is there something i'm missing?
CWM puts you in ADB mode on launch right?
adb devices shows phone attached recovery
adb push update.zip /sdcard returns nothing
am i missing a command? do I need to open a shell? or let it sit for awhile as it is a 1gb+ file
JoeProcopio said:
adb devices shows phone attached recovery
adb push update.zip /sdcard returns nothing
am i missing a command? do I need to open a shell? or let it sit for awhile as it is a 1gb+ file
Click to expand...
Click to collapse
You would need to specify the correct path... /sdcard is not a real path (its a symbolic link), try
adb push update.zip /data/media/0
that could be an issue, lol
hadn't done pushes for a long time so i haven't used the command
JoeProcopio said:
that could be an issue, lol
hadn't done pushes for a long time so i haven't used the command
Click to expand...
Click to collapse
Actually, the more I think about, that is incorrect as well, you have to specify the filename of the destination too...
adb push update.zip /data/media/0/update.zip
would be more correct.
once i hit enter, what should i see? should i see a progress bar? the file is 1.3GB, will it take a while?
yup....took awhile! trying the flash now
JoeProcopio said:
yup....took awhile! trying the flash now
Click to expand...
Click to collapse
I'm having a similar issue - seems like adb is set up correctly, but I'm unsure if the push command is working. About how long did you have to wait? Did you have any notifications on progress, etc?
Thanks!
---------- Post added at 10:26 AM ---------- Previous post was at 10:08 AM ----------
Nvm! Worked out - just took some time like the OP's.
For future reference - it took mine about 15-20 minutes to transfer a file that was about 1.3gb (similar to the OP's) and the terminal window (using OSX) showed a blank line after submitting the push command. The blank line was replaced by a summary of the file transfer (speed, time, and size) once the transfer was completed.