I installed Android Revolution HD, and I'm stuck in a bootloop.. And in ClockWorkMod Recovery, it says root access is lost... What do I do?
mrchris814 said:
I installed Android Revolution HD, and I'm stuck in a bootloop.. And in ClockWorkMod Recovery, it says root access is lost... What do I do?
Click to expand...
Click to collapse
read the instructions - realize that you need to flash with TWRP recovery not ClockWorkMod - flash TWRP 2.6.3.3 - enter recovery and wipe - push the ROM again - flash again.
Seanie280672 said:
read the instructions - realize that you need to flash with TWRP recovery not ClockWorkMod - flash TWRP 2.6.3.3 - enter recovery and wipe - push the ROM again - flash again.
Click to expand...
Click to collapse
How do I flash TWRP?
mrchris814 said:
How do I flash TWRP?
Click to expand...
Click to collapse
do you know how to use fastboot and ADB ?
Seanie280672 said:
do you know how to use fastboot and ADB ?
Click to expand...
Click to collapse
Not really...
mrchris814 said:
Not really...
Click to expand...
Click to collapse
oh no, well here goes, your going to need it, especially as your in a bootloop.
so download and install this, everything including the drivers, the file must be run as administrator: http://forum.xda-developers.com/showthread.php?t=2588979
then download this img file and put it in the same folder as fastboot and adb that you just installed: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
open a command windows (CMD window) in that same folder, to do this, hold down control & shift & right mouse click on any white area in that folder and select open command window here.
with your phone plugged into the computer and in fastboot USB mode type the following command one at a time
Code:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
let me know when that's done
Seanie280672 said:
oh no, well here goes, your going to need it, especially as your in a bootloop.
so download and install this, everything including the drivers, the file must be run as administrator: http://forum.xda-developers.com/showthread.php?t=2588979
then download this img file and put it in the same folder as fastboot and adb that you just installed: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
open a command windows (CMD window) in that same folder, to do this, hold down control & shift & right mouse click on any white area in that folder and select open command window here.
with your phone plugged into the computer and in fastboot USB mode type the following command one at a time
Code:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
let me know when that's done
Click to expand...
Click to collapse
It's done.
mrchris814 said:
It's done.
Click to expand...
Click to collapse
that was quick, enter recovery, and select wipe, swipe to factory reset then I always go into advanced wipe too and select everything except internal storage.
once done, go back to the main screen of recovery, main screen only, no sub menu's.
download the rom again and put in the same folder as adb and fastboot again.
then with your phone plugged in, rom in the folder, and a command window open type:
Code:
adb push (name-of-rom).zip /sdcard/
takes a while and will look unresponsive but the cmd window will let you know when its done.
once done, unplug your phone, and slect install, select the rom from the list and swipe to begin the install.
Seanie280672 said:
that was quick, enter recovery, and select wipe, swipe to factory reset then I always go into advanced wipe too and select everything except internal storage.
once done, go back to the main screen of recovery, main screen only, no sub menu's.
download the rom again and put in the same folder as adb and fastboot again.
then with your phone plugged in, rom in the folder, and a command window open type:
Code:
adb push (name-of-rom).zip /sdcard/
takes a while and will look unresponsive but the cmd window will let you know when its done.
once done, unplug your phone, and slect install, select the rom from the list and swipe to begin the install.
Click to expand...
Click to collapse
So in the command window, I put the full name of the rom download file?
mrchris814 said:
So in the command window, I put the full name of the rom download file?
Click to expand...
Click to collapse
yeah, easiest way is once you've downloaded the rom, just change the file name to rom.zip then move it to the adb and fastboot folder, then adb push rom.zip /sdcard/
Seanie280672 said:
yeah, easiest way is once you've downloaded the rom, just change the file name to rom.zip then move it to the adb and fastboot folder, then adb push rom.zip /sdcard/
Click to expand...
Click to collapse
Okay.. I'll let you know when I'm finished with all of it.
Seanie280672 said:
yeah, easiest way is once you've downloaded the rom, just change the file name to rom.zip then move it to the adb and fastboot folder, then adb push rom.zip /sdcard/
Click to expand...
Click to collapse
And also, since I already wiped, do I have to do it again in Aroma Installer, or can I continue without wipe?
mrchris814 said:
And also, since I already wiped, do I have to do it again in Aroma Installer, or can I continue without wipe?
Click to expand...
Click to collapse
its only a wipe of data, so I would just go ahead and wipe just to be sure.
Seanie280672 said:
its only a wipe of data, so I would just go ahead and wipe just to be sure.
Click to expand...
Click to collapse
As soon as I hit Finish, the screen went black.. Is that normal?
mrchris814 said:
As soon as I hit Finish, the screen went black.. Is that normal?
Click to expand...
Click to collapse
that happens sometimes, just hold the power button down till the lights on the bottom flash 10 - 15 times, the phone will reset and pick up where it left off and start booting.
Seanie280672 said:
that happens sometimes, just hold the power button down till the lights on the bottom flash 10 - 15 times, the phone will reset and pick up where it left off and start booting.
Click to expand...
Click to collapse
Okay.. Everything is working now.. Thank you so much.. You really saved me with this.
mrchris814 said:
Okay.. Everything is working now.. Thank you so much.. You really saved me with this.
Click to expand...
Click to collapse
your welcome, and learned adb and fastboot along the way too, better than using compiled apps to flash things.
same problem, but different result...
Seanie280672 said:
your welcome, and learned adb and fastboot along the way too, better than using compiled apps to flash things.
Click to expand...
Click to collapse
Hi Seanie,
I followed the instructions on this post, as I was having a similar problem. I installed the Apolo7 v4.1 rom on my phone using CWM instead of TWRP and entered a boot loop. After following your instructions for installing ADB and flashing TWRP, when I try to enter recovery to perform a wipe it won't and goes back into a boot loop wherein it is perpetually trying to enter recovery. Any suggestions?
thanks!
Seanie280672 said:
your welcome, and learned adb and fastboot along the way too, better than using compiled apps to flash things.
Click to expand...
Click to collapse
Seanie, I found your advice very useful. Thanks for taking the time to walk us noobs through. In my case it didn't work at first but after I found the right version of TWRP for my HTC One it worked fine. Thanks!
I recorded my experience here: http://forum.xda-developers.com/htc...m-802w-stuck-bootloader-t2835693#post54576527
Related
I have my phone rooted, my bootloader unlocked, and recovery installed.
When I go to turn on my phone I get a screen with the Nexus "X" and under that is a lock. It can't get past this screen and I can't put any Roms on my SD Card because of this... is there anyway I can fix my phone????
Chubby_Skunk said:
I have my phone rooted, my bootloader unlocked, and recovery installed.
When I go to turn on my phone I get a screen with the Nexus "X" and under that is a lock. It can't get past this screen and I can't put any Roms on my SD Card because of this... is there anyway I can fix my phone????
Click to expand...
Click to collapse
Do a battery pull. Insert the battery and start up your Nexus while continuing to hold the button and holding the volume down/trackball to boot into fastboot mode. From there, you should be able to enter the recovery.
Theshawty said:
Do a battery pull. Insert the battery and start up your Nexus while continuing to hold the button and holding the volume down/trackball to boot into fastboot mode. From there, you should be able to enter the recovery.
Click to expand...
Click to collapse
yeah, but how do I get custom roms on my phone? I can't boot it up all the way.
Chubby_Skunk said:
yeah, but how do I get custom roms on my phone? I can't boot it up all the way.
Click to expand...
Click to collapse
Flash amon-ra, load cm7 on ur sd (or miui or whatever u want) and install from sd
Chubby_Skunk said:
yeah, but how do I get custom roms on my phone? I can't boot it up all the way.
Click to expand...
Click to collapse
Once you're in the recovery, toggle USB mount and send over a ROM to the sdcard. Then unmount, and then install a custom zip from the sdcard. Do NOT forget to WIPE USERDATA/DATA
If you have set up fastboot correctly with drivers and everything on your computer, you could install a better recovery solution, namely 4ext recovery. ---> http://forum.xda-developers.com/showthread.php?t=1419813
Rename it recovery.img and put it in the folder where you have fastboot.exe
0. Open up CMD
1. Navigate to the folder where you have fastboot.exe (e.g. cd c:\fastboot)
2. Type, without quotation marks: "fastboot flash recovery recovery.img
3. Then type: "fastboot reboot-bootloader"
Theshawty said:
Once you're in the recovery, toggle USB mount and send over a ROM to the sdcard. Then unmount, and then install a custom zip from the sdcard. Do NOT forget to WIPE USERDATA/DATA
If you have set up fastboot correctly with drivers and everything on your computer, you could install a better recovery solution, namely 4ext recovery. ---> http://forum.xda-developers.com/showthread.php?t=1419813
Rename it recovery.img and put it in the folder where you have fastboot.exe
0. Open up CMD
1. Navigate to the folder where you have fastboot.exe (e.g. cd c:\fastboot)
2. Type, without quotation marks: "fastboot flash recovery recovery.img
3. Then type: "fastboot reboot-bootloader"
Click to expand...
Click to collapse
Problem solved!
Chubby_Skunk said:
Problem solved!
Click to expand...
Click to collapse
Glad I could help!
You know, most of the times the reason one's phone isn't booting up, is because of a faulty wipe. Sometimes, one data wipe is all there is to it, while other times you need to wipe three times after each other.
Hello Folks,
I'm still stuck with my nexus one since I don't care that much about phones.
I've seen that jelly bean roms have made a significant progress. Thus I decided to give it a shot.
I started with installing adb and fastboot. :good: After that I rooted the nexus one :good: I've used this how to:
c2med blog, can't post links...
Next, I ran blackrose. :good: I saved the rom on the micro sd. Having done all the preperations I wanted to flash the JB rom.
I started the phone in bootloader mode but - unfortunately - couldn't access the recovery mode (ext4). I only get the Android figure and an exclamation mark.
In the how-to it sais i should use fastboot to flash the recovery made by ext 4.
Problem # 1: Ext4 generated a .zip, not a .img file
Problem # 2: I connect the device in fastboot mode, navigate to the adb/fastboot folder and use ./fastboot devices. The phone is recognized and I see the serial number. Next I try "flash recovery...." but I only get "command not found". Now, I basically have no idea what to do.
Which recovery should I flash? And how?
I'm so looking forward to your answers.
Androdicct said:
Hello Folks,
I only get the Android figure and an exclamation mark.
Which recovery should I flash? And how?
Click to expand...
Click to collapse
What you get is the stock recovery.
Flash 4Ext recovery or Amon RA recovery ( fastboot flash recovery recovery-RA-passion-v2.2.1.img)
Among the several guides to install JB, I suggest you to look at the following post:
http://forum.xda-developers.com/showthread.php?t=1804571
I just finished this morning the following process:
install RA recovery,
install Blackrose and resize partition,
install from SD card Evervolv-Perdo-3.2.0-Nightly-2013.01.13-passion.zip
install from SD card gapps-ev-jb-20120816.zip
I spent a lot of times reading and trying. I had an issue after installing Evervolv-perdo-3.1.0final-passion zip. That's why I switched to the Nightly (JB 4.2).
Once you are set install a2sd from within the terminal emulator on your N1.
In my opinion this is so far the best ROM I ever have had on my Nexus 1.:good:
I am impressed to the extend that I offer to my wife to do the same on her N1. She said no. No to unlock, no to root and of course no to custom ROM.
Good luck
Hi,
thanks for your reply. Thats basically what i did as well. But after using Blackrose i can't go into the recovery mode.
I used the same tutorial. The problem lies here:
"Note: some people have reported having problems getting into recovery at this point (if not move on to step 5). If that happens, luckily for you, 4ext put a recovery image in the downloads folder of your SD card and if you did what I said in step 2 you saved it. Try reflashing that recovery image using fastboot (remember the one that was in SD/Download/4EXT_Recovery_Touch/ and was named "recovery.img"). Put your phone into the bootloader by turning off your phone, turning it on again while holding the trackball down. To reflash the recovery open command prompt and cd to the location of the Android SDK tools. Then type in the following command (replacing "path" with the path to where the recovery image is located on your computer):
Code:
fastboot flash recovery /path/recovery.img
If that does not solve your problems (inability to get into recovery) then I would recommend going back to the cyanogenmod wiki and installing Amon_Ra's recovery. Then you can use it to flash your installation zip."
It seems like I am unable to understand what I am supposed to do. Could somebody give me a step by step advice? I would prefer using some other recovery.img than mine...
Androdicct said:
Hi,
thanks for your reply. Thats basically what i did as well. But after using Blackrose i can't go into the recovery mode.
I used the same tutorial. The problem lies here:
"Note: some people have reported having problems getting into recovery at this point (if not move on to step 5). If that happens, luckily for you, 4ext put a recovery image in the downloads folder of your SD card and if you did what I said in step 2 you saved it. Try reflashing that recovery image using fastboot (remember the one that was in SD/Download/4EXT_Recovery_Touch/ and was named "recovery.img"). Put your phone into the bootloader by turning off your phone, turning it on again while holding the trackball down. To reflash the recovery open command prompt and cd to the location of the Android SDK tools. Then type in the following command (replacing "path" with the path to where the recovery image is located on your computer):
Code:
fastboot flash recovery /path/recovery.img
If that does not solve your problems (inability to get into recovery) then I would recommend going back to the cyanogenmod wiki and installing Amon_Ra's recovery. Then you can use it to flash your installation zip."
It seems like I am unable to understand what I am supposed to do. Could somebody give me a step by step advice? I would prefer using some other recovery.img than mine...
Click to expand...
Click to collapse
It happened to me. I just re-flashed Amon RA recovery from the fastboot mode. Maybe somewhere you missed a step?
gunner1937 said:
It happened to me. I just re-flashed Amon RA recovery from the fastboot mode. Maybe somewhere you missed a step?
Click to expand...
Click to collapse
Okay I see. Could you give me the exact steps for the fastbood method? :angel: And where did you get the recovery?
Cheers!
Androdicct said:
Okay I see. Could you give me the exact steps for the fastbood method? :angel: And where did you get the recovery?
Cheers!
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=611829 : read posts #15 and #16.
In other words open your folder android-sdk-windows installed on the root of your C: hd. Click on the folder platform-tools and download Amon RA recovery in this folder. Left click anywhere on a blank area of this folder then press the key Shift (keyboard) and right click your mouse. In the drop down menu select Open command window. In the CMD, to be sure that the N1 is recognized by the pc (meaning the right drivers are installed) type ADB devices and press enter. You should see a string of numbers like HT9C......
Type adb reboot bootloader and press enter. You are in the fastboot mode ( and mood if I may say so) and the phone shows that it is in the bootloader. You can check again that N1 is recognized by the pc by typing fastboot devices. Same string appears.
Type fastboot flash recovery recovery-RA-passion-v2.2.1.img.
After the installation is completed boot in recovery, select Flash zip from sdcard, select the ROM you have dropped on the card. When the installation is completed go back to Flash zip from sdcard ( you are still in recovery mode) and select the gapps you have dropped on the sdcard.
Go back to Reboot system now. You are then out of the recovery and it takes some times for the N1 to boot to this beautiful JB
Edit:
http://forum.xda-developers.com/showthread.php?t=1804571 this is for posts #15 & #16
Androdicct said:
Okay I see. Could you give me the exact steps for the fastbood method? :angel: And where did you get the recovery?
Cheers!
Click to expand...
Click to collapse
As c2med posted in his guide, sometimes, people lose their recovery when they repartition using Black Rose. Hence, its always best to have Amon-RA or 4EXT flashable .img file in your PC so that incase you lose recovery, you can always flash it back.
Once you are in bootloader ( also called FASTBOOT mode) you can flash your recovery.
Then reboot into recovery from FASTBOOT (Shutdown and then restart using the recovery combination)
Once you are in recovery, follow the steps in c2med's guide (wipe cache/dalvik/etc - except sd-card ofcourse) and flash your ROM from sd card.
Then reboot into JayBee
In the screenshot you type:
$ ./fastboot devices
then you type:
$ flash recovery ......../recovery.img
Command not found.... Sure, flash it's not a command...
You need to type fastboot command first!
$ ./fastboot flash recovery ......../recovery.img
jolinnard said:
In the screenshot you type:
$ ./fastboot devices
then you type:
$ flash recovery ......../recovery.img
Command not found.... Sure, flash it's not a command...
You need to type fastboot command first!
$ ./fastboot flash recovery ......../recovery.img
Click to expand...
Click to collapse
Thank You! That's what I figuered out last night. Of course I also tried "fastboot flash" but forgot the "./". That was the key. Now the JB ROM works like a charm.
New Problem:
I can't install google apps. In fact I don't really need them. I only use a few apps and found the .apk files with google. Unfortunately the "official" Google apps like chrome don't work.
Plus, I wanted to install the camera (laggy in the evervolv - rom) and keyboard from here.
http://forum.xda-developers.com/showthread.php?t=1965290&page=38
When I try to install the .zip files in recovery mode I always get an error because of the signing... any help?
Androdicct said:
When I try to install the .zip files in recovery mode I always get an error because of the signing... any help?
Click to expand...
Click to collapse
When you're in recovery, select "Flash zip from SD card" and then select "Toggle signature verification" to disable signature verification, and then "Choose zip from SD card" and navigate to the zip file that you want to flash.
hi guys ive unlocked the bootloader and installed recovery and flashed ARHD but now i hit bootloop and cannot get into recovery ive reflashed recovery but still no luck
can anyone help please
thanks
Use
Code:
fastboot erase cache
to get into recovery. Then flash a rom
MacHackz said:
Use
Code:
fastboot erase cache
to get into recovery. Then flash a rom
Click to expand...
Click to collapse
phew thanks im back to flashing ARHD can i ask do you know if its safe to format everything in recovery then use mount usb to transfair rom then flash (just to bee squeeky clean)
thanks again started to worry lol
brockyneo said:
phew thanks im back to flashing ARHD can i ask do you know if its safe to format everything in recovery then use mount usb to transfair rom then flash (just to bee squeeky clean)
thanks again started to worry lol
Click to expand...
Click to collapse
I don't think USB can be mounted, you could use adb sideload instead if you completely wiped the internal storage but I'd wait till you boot the phone and then do it instead. Remember to make a nandroid backup you're safe to factory reset in recovery if that's what you meant, as that doesn't touch system or your internal sdcard.
MacHackz said:
I don't think USB can be mounted, you could use adb sideload instead if you completely wiped the internal storage but I'd wait till you boot the phone and then do it instead. Remember to make a nandroid backup you're safe to factory reset in recovery if that's what you meant, as that doesn't touch system or your internal sdcard.
Click to expand...
Click to collapse
thanks could i be cheeky could you tell me how to use adb sideload as ive never used it before thanks:good:
No sorry.
Jokes, so in recovery press 'install zip from sideload' then plug your phone into your PC. Now put your rom zip (rename to rom.zip) in the same folder as your adb file, and put this folder on your desktop. Now use
Code:
cd Desktop
then
Code:
cd 'NAME OF FOLDER'
now use
Code:
adb devices
and check your serial number appears.
Now use
Code:
abd sideload rom.zip
and it will transfer and install
MacHackz said:
No sorry.
Jokes, so in recovery press 'install zip from sideload' then plug your phone into your PC. Now put your rom zip (rename to rom.zip) in the same folder as your adb file, and put this folder on your desktop. Now use
Code:
cd Desktop
then
Code:
cd 'NAME OF FOLDER'
now use
Code:
adb devices
and check your serial number appears.
Now use
Code:
abd sideload rom.zip
and it will transfer and install
Click to expand...
Click to collapse
thanks i get to the USE adb devices but it doesnt find anything sorry for been a pain mate
i got upto the srial number but no serial number comes up lol
brockyneo said:
thanks i get to the USE adb devices but it doesnt find anything sorry for been a pain mate
Click to expand...
Click to collapse
Do you have the adb and fastboot drivers what OS you on?
MacHackz said:
Do you have the adb and fastboot drivers what OS you on?
Click to expand...
Click to collapse
yes i believe they are ok and windows 7 64 bit
does the rom need to be unzipped?
brockyneo said:
yes i believe they are ok and windows 7 64 bit
does the rom need to be unzipped?
Click to expand...
Click to collapse
Ok, no it doesn't but first we need to find out why adb isn't working :/
Grab the driver from here: http://forum.xda-developers.com/attachment.php?attachmentid=963042&d=1332595157
Extract the drivers
Now go to Start menu and right click on my computer and then click manage.
Now go to device manager and there you should see your connected One listed as being without a driver.
Right click on that entry and select 'update driver'
Now tell it that you have the driver on local disk and then browse to the folder you extracted.
Update your driver.
Disconnect and reconnect the device and try ADBing again.
Should work.
MacHackz said:
Ok, no it doesn't but first we need to find out why adb isn't working :/
Grab the driver from here: http://forum.xda-developers.com/attachment.php?attachmentid=963042&d=1332595157
Extract the drivers
Now go to Start menu and right click on my computer and then click manage.
Now go to device manager and there you should see your connected One listed as being without a driver.
Right click on that entry and select 'update driver'
Now tell it that you have the driver on local disk and then browse to the folder you extracted.
Update your driver.
Disconnect and reconnect the device and try ADBing again.
Should work.
Click to expand...
Click to collapse
ya i have a android phone in the device manager but the driver that ive downloaded is not installing
brockyneo said:
ya i have a android phone in the device manager but the driver that ive downloaded is not installing
Click to expand...
Click to collapse
Try uninstalling all your drivers, and install HTC Sync Manager Sorry, I don't have windows I don't know about all the drivers for it.
hi mate dont appoligise i appreaciate your help right ive got my serial up lol now last command abd sideload rom.zip doesnt reconize zip aahhh
brockyneo said:
hi mate dont appoligise i appreaciate your help right ive got my serial up lol now last command abd sideload rom.zip doesnt reconize zip aahhh
Click to expand...
Click to collapse
Can you screenshot the output
MacHackz said:
Can you screenshot the output
Click to expand...
Click to collapse
sorry i dont have another phone to take pick it just says "cannot read sideload"
brockyneo said:
sorry i dont have another phone to take pick it just says "cannot read sideload"
Click to expand...
Click to collapse
try going to the folder where rom and adb is, and right clicking and selecting 'open cmd window here' then use adb again, Maybe try a different zip too if you have time to download one.
finally got there but crashed 3 times in aroma so annoying now lol aahhhhh redownloaded rom aswell :crying:
brockyneo said:
finally got there but crashed 3 times in aroma so annoying now lol aahhhhh redownloaded rom aswell :crying:
Click to expand...
Click to collapse
It's a known issue for aroma to crash, gotta keep trying and it helps if you don't touch the screen (use voume rocker and power button to select instead)
MacHackz said:
It's a known issue for aroma to crash, gotta keep trying and it helps if you don't touch the screen (use voume rocker and power button to select instead)
Click to expand...
Click to collapse
thanks trying for the 5th time i cannot even select nothing in recovery like wipe data ect without it rebooting to the boot screen so hope ive not knacked it up only had it 2 hours lol
brockyneo said:
thanks trying for the 5th time i cannot even select nothing in recovery like wipe data ect without it rebooting to the boot screen so hope ive not knacked it up only had it 2 hours lol
Click to expand...
Click to collapse
ahh use
Code:
fastboot erase cache
then use recovery. Hope it works eventually !
I was changing rom according to instructions and accidentally I have deleted my rom.zip. Now I'm stuck in recovery with nothing to flash and no idea how to push rom.zip to phone memory. I have otg cable. Can anyone come up with a solution or direction to relevant topic ?
Pum4 said:
I was changing rom according to instructions and accidentally I have deleted my rom.zip. Now I'm stuck in recovery with nothing to flash and no idea how to push rom.zip to phone memory. I have otg cable. Can anyone come up with a solution or direction to relevant topic ?
Click to expand...
Click to collapse
Easiest thing would be to put your ROM.zip on your usb and plug it into your phone before entering recovery. I'm not sure if Cwm classic supports otg but Cwm touch and twrp do
Sent from my HTC One using xda premium
redbull123 said:
Easiest thing would be to put your ROM.zip on your usb and plug it into your phone before entering recovery. I'm not sure if Cwm classic supports otg but Cwm touch and twrp do
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
will try. Should I flash it from pendrive or copy to internal and then install ?
I've tried and even it should be possible the device cant mount externel sd what to do now ?
Pum4 said:
will try. Should I flash it from pendrive or copy to internal and then install ?
Click to expand...
Click to collapse
I think it's called external_sd in recovery. Just flash it from there.
Sent from my HTC One using xda premium
---------- Post added at 08:20 PM ---------- Previous post was at 08:11 PM ----------
Pum4 said:
will try. Should I flash it from pendrive or copy to internal and then install ?
I've tried and even it should be possible the device cant mount externel sd what to do now ?
Click to expand...
Click to collapse
Apologies, I've just tried it myself in CWM Touch 6.0.3.1...
Go to Bootloader screen and plug in your cable
enter recovery
install zip from sdcard
choose zip from external sdcard
Works for me...
Sometimes if it doesn't mount I go to 'backup and restore' -> restore from external sdcard -> Go Back -> Go Back -> try it flashing from 'install zip from sdcard' again. (Although I have a nandroid backup on my usb so that may not work for you)
redbull123 said:
I think it's called external_sd in recovery. Just flash it from there.
Sent from my HTC One using xda premium
---------- Post added at 08:20 PM ---------- Previous post was at 08:11 PM ----------
Apologies, I've just tried it myself in CWM Touch 6.0.3.1...
Go to Bootloader screen and plug in your cable
enter recovery
install zip from sdcard
choose zip from external sdcard
Works for me...
Sometimes if it doesn't mount I go to 'backup and restore' -> restore from external sdcard -> Go Back -> Go Back -> try it flashing from 'install zip from sdcard' again. (Although I have a nandroid backup on my usb so that may not work for you)
Click to expand...
Click to collapse
when i try to do that, there is a commend listed: E: Cant mount /external_sd damn it
Pum4 said:
when i try to do that, there is a commend listed: E: Cant mount /external_sd damn it
Click to expand...
Click to collapse
Can you use adb & fastboot commands?
redbull123 said:
Can you use adb & fastboot commands?
Click to expand...
Click to collapse
yes I can, is mini sdk enough ?
Pum4 said:
yes I can, is mini sdk enough ?
Click to expand...
Click to collapse
yeah...
put your rom.zip in your mini-sdk folder
put your phone to the bootloader screen -> select fastboot -> it should now say 'fastboot usb'
hold shift and right-click on your mini-sdk folder -> Open Command Window Here
command: fastboot devices
if your device shows, enter recovery
command: adb devices
if your device shows,
adb push name_of_your_rom.zip /sdcard be sure to put a space before /sdcard. be sure the 'name_of_your_rom' is named exactly the same as your rom.zip
After a while your rom should be on your sdcard, just flash it as normal.
redbull123 said:
yeah...
put your rom.zip in your mini-sdk folder
put your phone to the bootloader screen -> select fastboot -> it should now say 'fastboot usb'
hold shift and right-click on your mini-sdk folder -> Open Command Window Here
command: fastboot devices
if your device shows, enter recovery
command: adb devices
if your device shows,
adb push name_of_your_rom.zip /sdcard be sure to put a space before /sdcard. be sure the 'name_of_your_rom' is named exactly the same as your rom.zip
After a while your rom should be on your sdcard, just flash it as normal.
Click to expand...
Click to collapse
Just did as you said. The tricky part is with opening command line in the specified folder, I would never have guess that you have to hold shift.
Now waiting for the file being moved to sdcard, after push command the _ is blinking as the file is being send right. File is sent XXX bytes in 222.sec
I tried to instal from the sdcard the recovery reboots itself when I press instal from sdcard
Pum4 said:
Just did as you said. The tricky part is with opening command line in the specified folder, I would never have guess that you have to hold shift.
Now waiting for the file being moved to sdcard, after push command the _ is blinking as the file is being send right. File is sent XXX bytes in 222.sec
I tried to instal from the sdcard the recovery reboots itself when I press instal from sdcard
Click to expand...
Click to collapse
Maybe try fastboot screen again,
fastboot erase cache
redbull123 said:
Maybe try fastboot screen again,
fastboot erase cache
Click to expand...
Click to collapse
remote not allowed
Pum4 said:
remote not allowed
Click to expand...
Click to collapse
'fastboot usb' should be on the screen
again, open cmd from your mini-sdk folder
do 'fastboot devices' just to be sure your device is seen
redbull123 said:
'fastboot usb' should be on the screen
again, open cmd from your mini-sdk folder
do 'fastboot devices' just to be sure your device is seen
Click to expand...
Click to collapse
done, entered recovery and when I press instal from sdcard the device is re-booting
the charging led is not lighiting up i fear i will drain it to zero and it will not charge again
Pum4 said:
done, entered recovery and when I press instal from sdcard the device is re-booting
the charging led is not lighiting up i fear i will drain it to zero and it will not charge again
Click to expand...
Click to collapse
ok, can you select install zip from sideload or does it crash?
if you can, select it and command in cmd (from your mini-sdk folder)
adb sideload name_of_your_rom.zip
once its finished sideloading it should begin install on your phone automatically
If you can't do that, try re-flashing your recovery and try everything again.
fastboot flash recovery name_of_your_recovery.img
(in 'fastboot usb') (name_of_your_recovery.img should be in mini-sdk folder)
redbull123 said:
ok, can you select install zip from sideload or does it crash?
if you can, select it and command in cmd (from your mini-sdk folder)
adb sideload name_of_your_rom.zip
once its finished sideloading it should begin install on your phone automatically
If you can't do that, try re-flashing your recovery and try everything again.
fastboot flash recovery name_of_your_recovery.img
(in 'fastboot usb') (name_of_your_recovery.img should be in mini-sdk folder)
Click to expand...
Click to collapse
I pushed sideload:
failed to open driver control: no csuch file or directory (x2)
sideload started now sen the package you want to apply to the device with adb sideload <filename>
in cmd adb devices:
HTXXXXXXX sideload
after command sideload progress is showed but I fear I have deleted sth important on the device ;/
rom was sideloaded but instalation was far to quick and it is still stuck on htc quietly brilliant... I have bricked my device (
Pum4 said:
I pushed sideload:
failed to open driver control: no csuch file or directory (x2)
sideload started now sen the package you want to apply to the device with adb sideload <filename>
in cmd adb devices:
HTXXXXXXX sideload
after command sideload progress is showed but I fear I have deleted sth important on the device ;/
rom was sideloaded but instalation was far to quick and it is still stuck on htc quietly brilliant... I have bricked my device (
Click to expand...
Click to collapse
Just hold down volume down + power button until it reboots. You may have to do it under a bright light. Keep holding them until your fastboot/hboot screen appears.
Try re-flashing your recovery as I said above and try again - if that doesn't work then I'm afraid I'm out of ideas
What ROM are you trying to install??
redbull123 said:
Just hold down volume down + power button until it reboots. You may have to do it under a bright light. Keep holding them until your fastboot/hboot screen appears.
Try re-flashing your recovery as I said above and try again - if that doesn't work then I'm afraid I'm out of ideas
What ROM are you trying to install??
Click to expand...
Click to collapse
just stock 4.2.2... I will try to do that again and if it doesnt work I will try to use ruu method but I wonder do I have to flash stock recovery then ?
Pum4 said:
just stock 4.2.2... I will try to do that again and if it doesnt work I will try to use ruu method but I wonder do I have to flash stock recovery then ?
Click to expand...
Click to collapse
send a link to the page you got the rom. i've never used RUU but I think it flashes stock recovery during the process
redbull123 said:
send a link to the page you got the rom. i've never used RUU but I think it flashes stock recovery during the process
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2281365
http://forum.xda-developers.com/showthread.php?t=2207874
I'm trying to find modeid and cidnum and its pn07100000 and orangb10... dont know which to choose...
I need mz phone tomoorow and Im getting desperate
I have flashed stock recovery and still it bootloops, getting hopeless
Pum4 said:
http://forum.xda-developers.com/showthread.php?t=2281365
http://forum.xda-developers.com/showthread.php?t=2207874
I'm trying to find modeid and cidnum and its pn07100000 and orangb10... dont know which to choose...
I need mz phone tomoorow and Im getting desperate
I have flashed stock recovery and still it bootloops, getting hopeless
Click to expand...
Click to collapse
I don't know anything about RUUs but this is what I would do just to get a working phone:
Flash custom recovery again
Flash Android Revolution 10.2 from here:
http://forum.xda-developers.com/showthread.php?p=38939202
Using adb push or sideload
It's 4.2.2 and close to stock
Sent from my HTC One using xda premium
When i try to push a file or rom on my htc one using sideload, it says "failed" i am currently left out without operating system and evrything wiped out of my device. please help
AHMEDNATOR said:
When i try to push a file or rom on my htc one using sideload, it says "failed" i am currently left out without operating system and evrything wiped out of my device. please help
Click to expand...
Click to collapse
what is your adb version? Have you tried adb push instead of adb sideload?
i dont know what version it is and i am using the squabbi htc toolkit, ive tried push but i didnt get any results
AHMEDNATOR said:
i dont know what version it is and i am using the squabbi htc toolkit, ive tried push but i didnt get any results
Click to expand...
Click to collapse
So let start at the beginning:
Don't use toolkit, use adb and fastboot directly from the command prompt
go there: http://forum.xda-developers.com/showthread.php?t=2317790
follow instructions in above thread to install minimal abd and fastboot on your computer
alray said:
what is your adb version? Have you tried adb push instead of adb sideload?
Click to expand...
Click to collapse
i dont know what adb version i have but ive tried using push with the squabbi htc too, no result in the end or i ll say failed protocol or whatever
AHMEDNATOR said:
i dont know what adb version i have but ive tried using push with the squabbi htc too, no result in the end or i ll say failed protocol or whatever
Click to expand...
Click to collapse
listen mate, I'm ready to help you push or sideload a rom to your phone, but we will not use this toolkit (no disrespect to squabbi btw).
When things goes wrong, better to use adb/fastboot directly from terminal, not using a toolkit.
so go ahead and install adb/fastboot on your computer so we can start troubleshooting.
alray said:
So let start at the beginning:
Don't use toolkit, use adb and fastboot directly from the command prompt
go there: http://forum.xda-developers.com/showthread.php?t=2317790
follow instructions in above thread to install minimal abd and fastboot on your computer
Click to expand...
Click to collapse
ok i am doing as you say, when i am done with this first step, i ll write here. btw my internal memory seems to be completely wiped out as i see 0mb in every folder via TWRP. Please can i add you up on facebook because i have to wait up to five minutes here to reply to you because i am new, it ll go faster on facebook
AHMEDNATOR said:
my internal memory seems to be completely wiped out as i see 0mb in every folder via TWRP.
Click to expand...
Click to collapse
In twrp, when you click on ''install'' does it says ''storage: internal storage: (0 MB)''? If it says 0 MB then you probably have corrupted your data partition...
Please can i add you up on facebook because i have to wait up to five minutes here to reply to you because i am new, it ll go faster on facebook
Click to expand...
Click to collapse
Irc, this restriction only apply for the first 10 posts, only 2 more and you'll get rid of it.
yes it is corrupted i guess, what can i do to fix this problem?
alray said:
In twrp, when you click on ''install'' does it says ''storage: internal storage: (0 MB)''? If it says 0 MB then you probably have corrupted your data partition...
Irc, this restriction only apply for the first 10 posts, only 2 more and you'll get rid of it.
Click to expand...
Click to collapse
yes it is corrupted i guess, what can i do to fix this problem?
AHMEDNATOR said:
yes it is corrupted i guess
Click to expand...
Click to collapse
does it says: ''storage: internal storage: (0 MB)''
Yes or No?
''I guess'' is not enough
in twrp, when you click on ''install'' does it says ''storage: internal storage: (0 MB)''?
Click to expand...
Click to collapse
alray said:
does it says: ''storage: internal storage: (0 MB)''
Yes or No?
''I guess'' is not enough
Click to expand...
Click to collapse
yes sadly
AHMEDNATOR said:
yes sadly
Click to expand...
Click to collapse
ok so you'll need to format your data partition
in twrp, select ''wipe'' then ''format data''
alray said:
ok so you'll need to format your data partition
in twrp, select ''wipe'' then ''format data''
Click to expand...
Click to collapse
ok done mate! what now?
btw, what version of twrp are you using?
alray said:
btw, what version of twrp are you using?
Click to expand...
Click to collapse
v2.6.3.0
AHMEDNATOR said:
ok done mate! what now?
Click to expand...
Click to collapse
This part to do in 2nd - in recovery mode:
make sure your rom.zip is in the same folder of adb and fastboot, if you have installed minimal adb and fastboot, it should be C:\Program\Minimal ADB and Fastboot\
hold shift + right click a blank space in that folder, select ''start command prompt here'' from the contextual menu.
then in the command prompt (with your phone booted in twrp) type:
Code:
adb devices
it should reply your device s/n + recovery, If yes then:
Code:
adb push name_of_rom.zip /sdcard/
should take around 5 min to transfer (there is no progress bar)
---------- Post added at 01:59 PM ---------- Previous post was at 01:57 PM ----------
AHMEDNATOR said:
v2.6.3.0
Click to expand...
Click to collapse
This part to do 1st in bootloader mode (fastboot usb mode)
wait your twrp is outdated and most newer rom require at least twrp 2.6.3.3.
download and save twrp 2.6.3.3 to your adb/fastboot folder
with phone in bootloader mode (fastboot):
Code:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then re-enter recovery and do what I said above
should my phone be in recovery mode or [email protected]
AHMEDNATOR said:
should my phone be in recovery mode or [email protected]
Click to expand...
Click to collapse
see above post, edited in red
@alray where should the adb fastboot folder be located? is it supposed to show up when i plug in my phone?