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
Related
Hey !
I am new to the phone and I am so stupid...I formatted my intern SD Card with CWM Recovery..
So what can I do now?? Nothing is on the phone any more..cant flash anything..
Help me please!!
so_ony said:
Hey !
I am new to the phone and I am so stupid...I formatted my intern SD Card with CWM Recovery..
So what can I do now?? Nothing is on the phone any more..cant flash anything..
Help me please!!
Click to expand...
Click to collapse
Do you have s-off ? have you tried a RUU ?
so_ony said:
Hey !
I am new to the phone and I am so stupid...I formatted my intern SD Card with CWM Recovery..
So what can I do now?? Nothing is on the phone any more..cant flash anything..
Help me please!!
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2325853 - it's a sticky at the top of the Q&A page, it happens all the time, don't panic...
"just calm the fu** down", that is what I said to myself when it happened to me, because i panicked a little too...
you should follow the guide in the link that redbull123 provide
but if your fear is taking over you, there are two other and "for me" easily ways to install a rom if you fuc*... wiped your internal sd
1 - install HTC drivers as the provided link (above), then use DROID EXPLORER (look for it in google and install it) to copy a rom into your ONE, then flash!!!
2 - get a OTG cable copy the rom into usb and flash the rom using the usb memory with the OTG cable.
I remembere when i wiped my internal SD, it was because a skin for the recovery TWRP that changes the buttons, so I accidentally deleted my internal SD lol
redbull123 said:
http://forum.xda-developers.com/showthread.php?t=2325853 - it's a sticky at the top of the Q&A page, it happens all the time, don't panic...
Click to expand...
Click to collapse
i did it like there, the problem is, that i do not know where i have to go exactly with "cmd" mode...
I have the newest HBOOT 1.44.0000 so no RUU for this i think
i started the adb push but i only can go into recovery of TWRP . And what i have to do now?
i typed in adb push *rom* data/media/
but it says :"failed to copy rom to "data/media/ : is a directory
what does this mean?
so_ony said:
i did it like there, the problem is, that i do not know where i have to go exactly with "cmd" mode...
I have the newest HBOOT 1.44.0000 so no RUU for this i think
i started the adb push but i only can go into recovery of TWRP . And what i have to do now?
i typed in adb push *rom* data/media/
but it says :"failed to copy rom to "data/media/ : is a directory
what does this mean?
Click to expand...
Click to collapse
don't worry about hboot.
try selecting Advanced -> ADB Sideload in TWRP then in cmd command
adb sideload name_of_your_rom.zip
(make sure the rom is in the same folder as your adb/fastboot drivers and your running the cmd window from that folder also)
Hold shift and right click on your folder then click 'Open Command Window here' before you command anything.
redbull123 said:
don't worry about hboot.
try selecting Advanced -> ADB Sideload in TWRP then in cmd command
adb sideload name_of_your_rom.zip
(make sure the rom is in the same folder as your adb/fastboot drivers and your running the cmd window from that folder also)
Hold shift and right click on your folder then click 'Open Command Window here' before you command anything.
Click to expand...
Click to collapse
i did adb sideload but comming this failiure :ADB Sideload Complete -Failed-
so_ony said:
i did adb sideload but comming this failiure :ADB Sideload Complete -Failed-
Click to expand...
Click to collapse
Strange, I'd stay and try to help but I'm working in the morning so
make sure you have up to date drivers installed, maybe someone else can help...
good luck :good:
so_ony said:
i did adb sideload but comming this failiure :ADB Sideload Complete -Failed-
Click to expand...
Click to collapse
Does adb recognize your fone?
Cmd: "adb devices" it should display your fone, while being in recovery.
If not, try and flash latest twrp again, due to fastboot.
Sideload worked fine for me, as I formatted my sdcard..
Greetz MaW
Sent from my HTC One
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
I think I soft bricked my phone.
I tried to fastboot a new rom over to my sdcard to no avail.
I have the PhilZ Touch 5 CWM Base Version : v6.0.3.7. Build 5.11.2 - HTC_One_cm_m7ul installed.
How do I copy a file via usb cable to my sd card and flash a rom again. I'm use to a phone that had a removable micro sd so this is new to me.
Thanks
Richard
krustypick said:
I think I soft bricked my phone.
I tried to fastboot a new rom over to my sdcard to no avail.
I have the PhilZ Touch 5 CWM Base Version : v6.0.3.7. Build 5.11.2 - HTC_One_cm_m7ul installed.
How do I copy a file via usb cable to my sd card and flash a rom again. I'm use to a phone that had a removable micro sd so this is new to me.
Thanks
Richard
Click to expand...
Click to collapse
using ADB, not fastboot
adb push C:\Users\User\Downloads\rom.zip /sdcard/rom.zip
(replace the C:\Users\User\Downloads with where the zip is and rom.zip to the actual zip name)
you should be able access adb through recovery, maybe in bootloader/fastboot mode too but I'm not too sure
krustypick said:
I think I soft bricked my phone.
I tried to fastboot a new rom over to my sdcard to no avail.
I have the PhilZ Touch 5 CWM Base Version : v6.0.3.7. Build 5.11.2 - HTC_One_cm_m7ul installed.
How do I copy a file via usb cable to my sd card and flash a rom again. I'm use to a phone that had a removable micro sd so this is new to me.
Thanks
Richard
Click to expand...
Click to collapse
Can you boot into recovery? If so you should be able to push a rom zip file over adb with this command: adb push name_of_rom_file.zip /sdcard/
This is of course assuming you have adb set up and that your phone shows up when you enter the 'adb devices' command.
EDIT: looks like thom109 beat me to it.
thom109 said:
using ADB, not fastboot
adb push C:\Users\User\Downloads\rom.zip /sdcard/rom.zip
(replace the C:\Users\User\Downloads with where the zip is and rom.zip to the actual zip name)
you should be able access adb through recovery, maybe in bootloader/fastboot mode too but I'm not too sure
Click to expand...
Click to collapse
I tried this guys but my computer just says 'error' and will not push the file over. No sure where to go from here. I did order an OTG cable and will see if that will work.
bluetint said:
Can you boot into recovery? If so you should be able to push a rom zip file over adb with this command: adb push name_of_rom_file.zip /sdcard/
This is of course assuming you have adb set up and that your phone shows up when you enter the 'adb devices' command.
EDIT: looks like thom109 beat me to it.
Click to expand...
Click to collapse
Sorry.
What is says is error closed.
krustypick said:
I tried this guys but my computer just says 'error' and will not push the file over. No sure where to go from here. I did order an OTG cable and will see if that will work.
Click to expand...
Click to collapse
There isn't any more information in the error? It literally just says "error"? Do you have ADB set up properly? Have you been able to use it before?
EDIT: Didn't see your second post. I've never seen that error before.
EDIT 2: With your phone in recovery mode and plugged into your computer what is the output of the command 'adb devices' ?
bluetint said:
There isn't any more information in the error? It literally just says "error"? Do you have ADB set up properly? Have you been able to use it before?
EDIT: Didn't see your second post. I've never seen that error before.
EDIT 2: With your phone in recovery mode and plugged into your computer what is the output of the command 'adb devices' ?
Click to expand...
Click to collapse
I type c:\fastboot> adb devices - it comes back as;
List of devices attached
HT35KW909302 host
krustypick said:
Sorry.
What is says is error closed.
Click to expand...
Click to collapse
make sure you also state the name of the zip file the second time.
so adb push C:\blabla\bla\rom.zip /sdcard/rom.zip
not just adb push C:\blabla\bla\rom.zip /sdcard
and what state is your device in when trying to push? It works in fastboot mode and in recovery mode
thom109 said:
make sure you also state the name of the zip file the second time.
so adb push C:\blabla\bla\rom.zip /sdcard/rom.zip
not just adb push C:\blabla\bla\rom.zip /sdcard
and what state is your device in when trying to push? It works in fastboot mode and in recovery mode
Click to expand...
Click to collapse
It shows device in both Fastboot and ADB devices command.
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