Stuck in twrp with no rom - One (M7) Q&A, Help & Troubleshooting

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

Related

[Q]Have formatted my intern SD-Card ...PLEASE HELP ME!!!!

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

Unable to Sideload... ADB options show up instead!

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 messed up

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

[Q] how to send rom to htc one

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

Deleted everything: having trouble getting rom on

Okay so this is what happened.
I wanted to delete eveerything on my phone and start fresh
so i made a backup of my rom on twrp
so i went into twrp and wiped cache, dalvick etc but i accidently pressed internal too. so i wiped everything without realizing it and i couldnt boot into the OS because it is deleted i could get into bootloader and twrp but dont know what to do
i am on a mac running parallels
i tried to install a rom using adb sideload but i needed to install android sdk first
so when i tried to install android sdk it would open a cmd window for a half a second and then close again.
my bootloader screen says tampered
unlocked
s-on
any help on what to do next?
http://htc-one.wonderhowto.com/how-to/fix-soft-bricked-htc-one-by-flashing-new-rom-via-adb-0154361/
okay so im using this to get adb to get a rom onto my phone but when i use terminal and say "fastboot devices" it doesnt recognize my phone
Are there Mac drivers for the One? I'm on Windows so usually if you're PC doesn't see your phone, it's a driver issue.
afgomar said:
http://htc-one.wonderhowto.com/how-to/fix-soft-bricked-htc-one-by-flashing-new-rom-via-adb-0154361/
okay so im using this to get adb to get a rom onto my phone but when i use terminal and say "fastboot devices" it doesnt recognize my phone
Click to expand...
Click to collapse
sudo
you need to run as admin or superuser
C:\Program Files (x86)\Minimal ADB and Fastboot>adb sideload Desktop/Rom.zip
loading: 'Desktop/Rom.zip'
* cannot read 'Desktop/Rom.zip' *
okay this is the error it gives me when i try to sideload a rom.
while im doing this the phone is in the bootloader with fastboot usb highlighted in red.
when i go to twrp<advanced<adb sideload. i check wipe dalvik cache and check wipe cache and swipe to start sideload but the process never finshes it stays loading so that confuses me
afgomar said:
C:\Program Files (x86)\Minimal ADB and Fastboot>adb sideload Desktop/Rom.zip
loading: 'Desktop/Rom.zip'
* cannot read 'Desktop/Rom.zip' *
okay this is the error it gives me when i try to sideload a rom.
while im doing this the phone is in the bootloader with fastboot usb highlighted in red.
when i go to twrp<advanced<adb sideload. i check wipe dalvik cache and check wipe cache and swipe to start sideload but the process never finshes it stays loading so that confuses me
Click to expand...
Click to collapse
adb works in recovery and OS/Rom it won't work in fastboot.
Sideload is hit or miss.
From recovery type
adb push NameofRom.zip /sdcard/
It will take 5+ minutes to complete so don't freak out.
Once you confirm it's on your sdcard select Wipe>Advance Wipe and select cache,dal cache,data,system.
Then flash the rom.
okay so i got ruu to recognize my phone so im trying that right nowhopefully it works
BD619 said:
adb works in recovery and OS/Rom it won't work in fastboot.
Sideload is hit or miss.
From recovery type
adb push NameofRom.zip /sdcard/
It will take 5+ minutes to complete so don't freak out.
Once you confirm it's on your sdcard select Wipe>Advance Wipe and select cache,dal cache,data,system.
Then flash the rom.
Click to expand...
Click to collapse
i tried this and it gives me a long long list of **** and nothing happens to my phone.
i tried 1.29 ruu and it tells me im using the wrong version
so i try 3.04 and it tells me my batterys too low so i charge it for an hour and it keeps giving me that message.
i relocked my bootloader and still the same thing.
what other ruu is out there that might work?
afgomar said:
i tried this and it gives me a long long list of **** and nothing happens to my phone.
i tried 1.29 ruu and it tells me im using the wrong version
so i try 3.04 and it tells me my batterys too low so i charge it for an hour and it keeps giving me that message.
i relocked my bootloader and still the same thing.
what other ruu is out there that might work?
Click to expand...
Click to collapse
If you are getting a long list of stuff you are pointing to the wrong folder when you open the cmd window.
As for RUU you need to use one equal to or newer then the OS version you are running now.

Categories

Resources