hello
i have problem-i just do factory reset in twpr recovery and format all my data on "sdcard"
how can i now push rom zip file to sdcard becouse my htc one have no os?
try tu push zip file to adb push but didn´t work
please help
adb sideload
BenPope said:
adb sideload
Click to expand...
Click to collapse
i did but didn´t worked-i reboot in recovery (twrp 2.6.3.4) ADB sideload ,start adb sideload in adb write "adb sideload name.zip" but nothings happend
robertus23 said:
i did but didn´t worked-i reboot in recovery (twrp 2.6.3.4) ADB sideload ,start adb sideload in adb write "adb sideload name.zip" but nothings happend
Click to expand...
Click to collapse
try with 2.6.3.3, some users have reported problems with 2.6.3.4
nkk71 said:
try with 2.6.3.3, some users have reported problems with 2.6.3.4
Click to expand...
Click to collapse
did too but when i type adb sideload rom.zip in prom.window write device not found - but when i type adb device list is my phone on the list
robertus23 said:
did too but when i type adb sideload rom.zip in prom.window write device not found - but when i type adb device list is my phone on the list
Click to expand...
Click to collapse
thanks BenPope and nkk71 for help
it was my mistake -i didn´t see that i have twrp 2.6.3.4 recovery installed
thank you
Related
I attempted to sideload using TWRP 2.5.0.0 and my current recovery, CWM 6.0.3.1, and it always fails... As I type adb sideload zipname.zip, the whole list of commands to use with cmd appears and it scrolls to the bottom... Anyone had this happen? Or know what I may be doing wrong? Please help, I wanna master this, should I one day really need it... Thanks in advance!
In recovery you used the adb sideload option before the command?
However, use the adb push for copy the rom into your phone and after flash this
Code:
adb push nameofrom.zip /sdcard/0
or
Code:
adb push nameofrom.zip /data/media
Guich said:
In recovery you used the adb sideload option before the command?
However, use the adb push for copy the rom into your phone and after flash this
Code:
adb push nameofrom.zip /sdcard/0
or
Code:
adb push nameofrom.zip /data/media
Click to expand...
Click to collapse
I am having the same problem. When in recovery and choosing "install zip from sideload", adb devices is not showing the device connected..
I attempted to sideload using TWRP 2.5.0.0 and my current recovery, CWM 6.0.3.1, and it always fails... As I type adb sideload zipname.zip, the whole list of commands to use with cmd appears and it scrolls to the bottom
Click to expand...
Click to collapse
I seems as you have old version adb on PC. Not recognized argument "sideload" and adb displays all command list for help.
Check version by "adb version" must be 1.0.29 or higher.
I am having the same problem. When in recovery and choosing "install zip from sideload", adb devices is not showing the device connected
Click to expand...
Click to collapse
It's not the same problem. When you just entered in custom recovery adb shall show your device, by "adb devices".
What show in device manager on PC, when you are in recovery?
so i wiped my internal and entire phone with no rom to load. im stuck please help!!!
start sideload mode in twrp
the open a cmd window and adb sideload nameofrom.zip
gunnyman said:
start sideload mode in twrp
the open a cmd window and adb sideload nameofrom.zip
Click to expand...
Click to collapse
what do i type in cmd
I told you already
im sorry im just totally lost i plugged in the phone whent to adb on twrp but i dont know what to do next with cmd
i typed filename.zip in cmd nothin happend
in twrp ab it says usage:adb sideload filename.zip
open a cmd window
type adb sideload then the rom name.
Search for how to sideload. Its explained many times over in the forum.
http://forum.xda-developers.com/showthread.php?p=43860368
http://forum.xda-developers.com/showthread.php?p=42412062
AT&T HTC One
BaadNewz's InsertCoin 3.0-7
Flar2's Bulletproof 3.4
jsnoop said:
i typed filename.zip in cmd nothin happend
Click to expand...
Click to collapse
Go to Advanced in TWRP and then Sideload ADB. After sliding to start sideload, rename the rom on your pc to "rom.zip", open a cmd window in the location of the rom and adb. Type this into cmd:
adb sideload rom.zip
The cmd window will display a "sending" percentage. Once that hits 100% TWRP should start flashing the rom for you.
I did same thing Side load doesn't worked for me I think it is because there was no rom in the phone. Try to find your root folder. Mine was like that after complete sdcard format "/ /sdcard". I made a simple "adb push romname.zip / /sdcard" and that's it I have the rom in the phone and flashed via twrp. You can check where your sdcard folder in twrp. Also mine couldn't mount the cache I solved this with making a wipe cache and dalvik. Good luck.
skylineGTR_34 said:
I did same thing Side load doesn't worked for me I think it is because there was no rom in the phone. Try to find your root folder. Mine was like that after complete sdcard format "/ /sdcard". I made a simple "adb push romname.zip / /sdcard" and that's it I have the rom in the phone and flashed via twrp. You can check where your sdcard folder in twrp. Also mine couldn't mount the cache I solved this with making a wipe cache and dalvik. Good luck.
Click to expand...
Click to collapse
If you had a rom on your phone you wouldn't need to sideload. Sideloading is just a way to move a file to your phone via recovery. So when you're stuck in TWRP without a rom, sideloading is an easy fix.
Sent from my HTCONE using xda app-developers app
another easy way is to use "adb push" command as described in this thread:
http://forum.xda-developers.com/showthread.php?t=2325853
Can someone help me?
I was in CWM and formatted the /system and /data folders and I missed everything that was on my phone storage.
I have the CWM 6.0.4.3 and I can't mound USB storage by CWM to try to copy the flashable ROM.
:crying:
Use the sideload or the push command.
For the sideload, you have the option in recovery (if this option there isn't, flash the twrp recovery) and type from pc:
Code:
adb sideload name_of_rom.zip
Or try to push it:
Code:
adb push name_of_file.zip /sdcard/
Tell me if you have some prob
Can we do a hangout? I am coelhooliveirar
What mode do I need to set on the phone before doing this ADB command?
Guich said:
Use the sideload or the push command.
For the sideload, you have the option in recovery (if this option there isn't, flash the twrp recovery) and type from pc:
Code:
adb sideload name_of_rom.zip
Or try to push it:
Code:
adb push name_of_file.zip /sdcard/
Tell me if you have some prob
Click to expand...
Click to collapse
OK, I choose Install from Sideload
I heard the USB connection sound on my laptop but when I do the adb sideload command it says I have no device connected to ADB
Guich said:
Use the sideload or the push command.
For the sideload, you have the option in recovery (if this option there isn't, flash the twrp recovery) and type from pc:
Code:
adb sideload name_of_rom.zip
Or try to push it:
Code:
adb push name_of_file.zip /sdcard/
Tell me if you have some prob
Click to expand...
Click to collapse
Hey so i'm having the same problem just when i try to do add sideload it says "error:device not found". I've tried fastboot flashing it but then it my phone freezes and it never completes it. Can anyone help?
sideload with All-In-One Toolkit
The All In One Kit doesnt work too... :'(
xnobex said:
sideload with All-In-One Toolkit
Click to expand...
Click to collapse
SOLVED!!
First, repair the ADB Driver with the ADB Driver installer: http://adbdriver.com/downloads/
Put the phone on recovery
Choose install from Sideload
Send the ROM zip file to the Sideload.
Guich said:
Use the sideload or the push command.
For the sideload, you have the option in recovery (if this option there isn't, flash the twrp recovery) and type from pc:
Code:
adb sideload name_of_rom.zip
Or try to push it:
Code:
adb push name_of_file.zip /sdcard/
Tell me if you have some prob
Click to expand...
Click to collapse
Hello! I'm new to the community and I wanted to first of all say thank you for giving me some hope. After I typed in the:
"adb push my_file.zip /sdcard/"
It says
* daemon not running. starting it now on port 5037 *
ADB server didn't ACK
* failed to start daemon *
error: cannot connect to daemon
Do you know how to fix this?
coelhooliveirar said:
SOLVED!!
First, repair the ADB Driver with the ADB Driver installer: http://adbdriver.com/downloads/
Put the phone on recovery
Choose install from Sideload
Send the ROM zip file to the Sideload.
Click to expand...
Click to collapse
Fala brother! Ia te ajudar mas já vi que conseguiu! hehehe
That´s it! espero que não tenha perdido muita coisa importante quando deu os Wipes...
Doshman said:
Hey so i'm having the same problem just when i try to do add sideload it says "error:device not found". I've tried fastboot flashing it but then it my phone freezes and it never completes it. Can anyone help?
Click to expand...
Click to collapse
Change your adb.exe
Use the link of the OP or this
simpiemair said:
Hello! I'm new to the community and I wanted to first of all say thank you for giving me some hope. After I typed in the:
"adb push my_file.zip /sdcard/"
It says
* daemon not running. starting it now on port 5037 *
ADB server didn't ACK
* failed to start daemon *
error: cannot connect to daemon
Do you know how to fix this?
Click to expand...
Click to collapse
Fix adb
Fix the ADB using this utility on your computer: ADB Driver Installer
http://adbdriver.com/downloads/
Guich said:
Change your adb.exe
Use the link of the OP or this
Fix adb
Click to expand...
Click to collapse
Guich said:
Change your adb.exe
Use the link of the OP
Fix adb
Click to expand...
Click to collapse
Hey guys! If anyone was wondering I fixed it. Not through ADB but I used an older version of the HTC Tool Kit. Version 1. Push it through the thing there and it might work for you.
Hi , I installed ColosOS beta without installing oppo.boot.img.
And whole system froze on booting up.
Now I have TWRP recovery installed , via fastboot.
But I have no ROM on my cellphone it seems.
I cant seem to use adb sideload command as the cmd window only shows up possible commands. it is adb version 1.0.29
My problem now is to get ROM.zip into my phone. Damn HTC ONE dont have external sd card.....
Anyone can help ?
mrcaligula said:
I cant seem to use adb sideload command as the cmd window only shows up possible commands. it is adb version 1.0.29
Click to expand...
Click to collapse
you're typing the command wrong, or the filename (of the ROM) is wrong.
you can also use an OTG cable, or "adb push <name of rom>.zip /data/media/"
nkk71 said:
you're typing the command wrong, or the filename (of the ROM) is wrong.
you can also use an OTG cable, or "adb push <name of rom>.zip /data/media/"
Click to expand...
Click to collapse
Example I have Zip file located in : C:/trip.zip
Then I write
adb sideload c:/trip.zip /sdcard
?
mrcaligula said:
Example I have Zip file located in : C:/trip.zip
Then I write
adb sideload c:/trip.zip /sdcard
?
Click to expand...
Click to collapse
that is the push method not sideload:
adb push c:\trip.zip /sdcard/
sideload is just: adb sideload c:\trip.zip
nkk71 said:
that is the push method not sideload:
adb push c:\trip.zip /sdcard/
sideload is just: adb sideload c:\trip.zip
Click to expand...
Click to collapse
Yes of course . Thank you!
I will now try to get MY HTC back in the ADB devices list again
It is back up again in ADB . And now I am pushing it to /data/media. I hope I will find the file in TWRP now One million thanks to you.
mrcaligula said:
Yes of course . Thank you!
I will now try to get MY HTC back in the ADB devices list again
It is back up again in ADB . And now I am pushing it to /data/media. I hope I will find the file in TWRP now One million thanks to you.
Click to expand...
Click to collapse
good luck, hit the thanks button if i've helped
Phone now up again with tripdroids newest.
It was the location of the push (data/media) that I screwed up before posting here. I pushed to sdcard but never find zip file in CWM. SO changed recovery to TWRP.
NKK71 :good:
mrcaligula said:
Phone now up again with tripdroids newest.
It was the location of the push (data/media) that I screwed up before posting here. I pushed to sdcard but never find zip file in CWM. SO changed recovery to TWRP.
NKK71 :good:
Click to expand...
Click to collapse
Good
BTW, /sdcard usually point to /data/media/0, so you should have browsed to the 0 folder in CWM, and then you would have seen the rom.zip
With ADB sideload, you can flash not only roms but also things like GAPPS right? Instead of using : adb sideload rom.zip : to flash the gapps you can just do : adb sideload gapps.zip :, right?
O-rangePeels said:
With ADB sideload, you can flash not only roms but also things like GAPPS right? Instead of using : adb sideload rom.zip : to flash the gapps you can just do : adb sideload gapps.zip :, right?
Click to expand...
Click to collapse
why don't you try it?
it should work >_>
kamilmirza said:
why don't you try it?
it should work >_>
Click to expand...
Click to collapse
Not at home haha. Will try soon. Thanks.
Update pls..
have u found an answer to your question. Did you try flashing it from adb fastboot.
Sanman89 said:
have u found an answer to your question. Did you try flashing it from adb fastboot.
Click to expand...
Click to collapse
you can flash any recovery file by adb sideload or by adb push (recommended)
and fastboot command only works in fastboot mode and you cannot flash ROM on fastboot mode
Sent from my Nexus 5 using Tapatalk
Update pls..
kamilmirza said:
you can flash any recovery file by adb sideload or by adb push (recommended)
and fastboot command only works in fastboot mode and you cannot flash ROM on fastboot mode
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Sorry for being pricky on this..... Will it be possible to flash gapps.zip from adb ?
(I know i could adb push it & install the zip from recovery.)
Sanman89 said:
Sorry for being pricky on this..... Will it be possible to flash gapps.zip from adb ?
(I know i could adb push it & install the zip from recovery.)
Click to expand...
Click to collapse
if you meant adb sideload, then yes