[Q] Broken display + data lost - Samsung Galaxy Nexus

Hi everyone,
I know it's a thread so discussed, but it's a little different for me so I can't find the answer..
The basic problem is that I have a broken display, and I cannot access my phone since it's locked with digit sequence and also I have not enabled usb debugging.
After reading a lot of threads, I managed to do these steps:
- Unlocked the bootloader with fastboot
- Installed Clockwork mod
Now I'm stuck.. Unlocking the bootloader erased all my data, I knew this thing, but I hoped to recover it in some way...
Every single guide is based on adb.
Ok, my device isn't recognized with adb.
Since I haven't the display, I'm doing everything "blind".
To enter in fastboot mode -> vol up + vol down + power. Now the phone is recognized with fastboot command.
By looking at some videos, to enter the recovery mode I have to push vol down 2 times, and then power to confirm.
I've done that procedure, but the phone is not recognized by adb.
I'm not even sure that I have CW installed, even if fastboot procedure was fine...
Any idea? I'd like only to recover my photos, they were important to me.
Thank you

vaka85 said:
Hi everyone,
I know it's a thread so discussed, but it's a little different for me so I can't find the answer..
The basic problem is that I have a broken display, and I cannot access my phone since it's locked with digit sequence and also I have not enabled usb debugging.
After reading a lot of threads, I managed to do these steps:
- Unlocked the bootloader with fastboot
- Installed Clockwork mod
Now I'm stuck.. Unlocking the bootloader erased all my data, I knew this thing, but I hoped to recover it in some way...
Every single guide is based on adb.
Ok, my device isn't recognized with adb.
Since I haven't the display, I'm doing everything "blind".
To enter in fastboot mode -> vol up + vol down + power. Now the phone is recognized with fastboot command.
By looking at some videos, to enter the recovery mode I have to push vol down 2 times, and then power to confirm.
I've done that procedure, but the phone is not recognized by adb.
I'm not even sure that I have CW installed, even if fastboot procedure was fine...
Any idea? I'd like only to recover my photos, they were important to me.
Thank you
Click to expand...
Click to collapse
to be sure of being in recovery, you can reboot into it by using 'fastboot reboot recovery'
CWM should have an option to mount sdcard, its under mounts/storage, but since you dont have a display, you'd have to find a screenshot somewhere and try following that. the TWRP recovery has the option too, but im not sure it can be controlled via volume + power
EDIT: in CWM, once youre in recovery, try VOL UP 4 times, power, then volume up 2 times and power. does that work?

IINexusII said:
to be sure of being in recovery, you can reboot into it by using 'fastboot reboot recovery'
CWM should have an option to mount sdcard, its under mounts/storage, but since you dont have a display, you'd have to find a screenshot somewhere and try following that. the TWRP recovery has the option too, but im not sure it can be controlled via volume + power
Click to expand...
Click to collapse
mount /sdcard will not work as there is no sdcard. this phone has been out almost 2 years and people still swear there's an sdcard. its amazing.
you need to fastboot reboot into recovery and then use adb pull

Zepius said:
mount /sdcard will not work as there is no sdcard. this phone has been out almost 2 years and people still swear there's an sdcard. its amazing.
you need to fastboot reboot into recovery and then use adb pull
Click to expand...
Click to collapse
well youre pretty stupid aint you. Android uses the /sdcard location as data/media

IINexusII said:
well youre pretty stupid aint you. Android uses the /sdcard location as data/media
Click to expand...
Click to collapse
and you still cant mount /sdcard in recovery.
dont call someone stupid unless you're sure you're right.

Zepius said:
and you still cant mount /sdcard in recovery.
dont call someone stupid unless you're sure you're right.
Click to expand...
Click to collapse
"adb pull /sdcard/DCIM/" will work
or "adb pull /data/media/DCIM/"

IINexusII said:
"adb pull /sdcard/DCIM/" will work
or "adb pull /data/media/DCIM/"
Click to expand...
Click to collapse
thats what i said to do... you're claiming you can mount the /sdcard... WHICH YOU CANT.
/data/ is mounted when you go into recovery.

Zepius said:
thats what i said to do... you're claiming you can mount the /sdcard... WHICH YOU CANT.
/data/ is mounted when you go into recovery.
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

IINexusII said:
Click to expand...
Click to collapse
and it does nothing in CWM. NOTHING. good god you are stubborn and wrong.
this is my last post on this topic,
OP,
reboot into recovery and use adb pull. anything the other guy says about mounting the sdcard cannot be done and he has no idea what he is talking about.

thank you guys for the replies..
I'm sorry for the (maybe) stupid question.. How can I reboot into recovery? There is no such option in fastboot...
edit: ok I've got it. Maybe the CW was not correctly installed.
However now I have to find a way to recover my photos...

Zepius said:
and it does nothing in CWM. NOTHING. good god you are stubborn and wrong.
this is my last post on this topic,
OP,
reboot into recovery and use adb pull. anything the other guy says about mounting the sdcard cannot be done and he has no idea what he is talking about.
Click to expand...
Click to collapse
i never said mounting the /sdcard will bring it up on the pc as a mass storage device. mounting it will give it access through ADB, then he can simply pull the DCIM folder which will contain his camera pictures by using "adb pull /sdcard/DCIM C:/DCIM/"

ok guys stop fighting please
I need your help not your hate
So... I can use adb now.. But how to proceed? data are wiped with the unlocking. So, if i can access to the phone as an external memory, I could use data recovery software.. Otherwise with adb it pulls empty folders...

vaka85 said:
ok guys stop fighting please
I need your help not your hate
So... I can use adb now.. But how to proceed? data are wiped with the unlocking. So, if i can access to the phone as an external memory, I could use data recovery software.. Otherwise with adb it pulls empty folders...
Click to expand...
Click to collapse
oh.... well if you wiped your phone by unlocking the bootloader then everything we said was useless im afraid
sorry

here we are!
Current situation:
I managed to enter in recovery mode.
The only way to recover my data seems to be this procedure:
http://forum.xda-developers.com/showthread.php?t=1994705
but I need to install busybox.
Since I can work only in recovery mode, could I install it via recovery?
The alternative is to install a rom with root and busybox, but I can't put the device in sideload mode, I don't know why...
Once I'm in recovery mode, I push twive vol down, and it should be the "install zip from sideload", but the adb status remains recovery...
I don't know why.. It's very frustrating..
Any help?
Thanks

Related

[SOLVED]USB BRICKED+SDCARDnot Recognize+Heavy Battery Drain

To all Who are experiencing the problem I faced...Illustrated HERE..
And this is What I've Triedhttp://forum.xda-developers.com/showpost.php?p=19562122&postcount=8 to solve until got a FIX
I am writing this because I am getting PMs for help..and For the future Problems..
A Big Thanks to ckpv5... He helped me through out the days...
The Phone must be S-OFF and must got ROOT access to use this
Here is the Solution .. ..
After this you will have SD-CARD RECOGNIZED+NO BATTERY DRAIN..EVEN BETTER BATTERY BACKUP See my screen Shots
STILL GOT PROBLEM UNSOLVED ..PM me I'll TRY TO SOLVE
SOLUTION
1. First of ALL..do install ADB in you PC and on your Device(If it is bricked.. don’t worry it has adb shel on this already) see help from here http://forum.xda-developers.com/showthread.php?t=690362
Note these commands carefully ..and save these as txt in PC for further help
adb devices
fastboot flash recovery recovery.img
fastboot reboot-bootloader
fastboot erase cache
2. Download these(http://www.multiupload.com/5ZAPJTFXMM) and put them into C drive after UNZIPING by 7ZIP...
3. Put a recovery.img named file of AMON RA recovery.. download from here(http://files.androidspin.com/downloads.php?dir=amon_ra/RECOVERY/&file=recovery-RA-desire-v2.0.0.img)
4. Reboot your phone in BOOTLOADER ...Power on by pressing FIRST BACK BUTTON and than POWER simultaneously..
5. Open Command Prompt in PC.. for Windows7 type cmd in search at START button... for XP type run at START search..
6. Go to the directory in cmd prompt....as...
“cd C:\android sdk\tools”
7. Type
“adb devices” Let it load
“adb shel” Let it load
“fastboot erase cache”
“fastboot reboot-bootloader”
“fastbooot oem enableqxdm 0”
“fastbooot oem eraseconfig”
“fastboot erase cache”
“fastboot reboot-bootloader”
NOTE: Do remember to do all above command together and by sequence only...
8. Now it is time to flash the recovery..
9. Rename the download recovery image as “recovery”
10. Put this img file in to “C\android sdk\tools” folder
11. Open command prompt again..
12. Type
“adb devices” Let it load
“adb shel” Let it load
“fastboot erase cache”
“fastboot reboot-bootloader”
“fastboot flash recovery recovery.img”
“fastboot erase cache”
“fastboot reboot-bootloader”
13. Now remove the SD card from the phone and connect it to PC via card reader or anything by which u can easily connect..
14. Put the ROM.zip in the SD card
15. Put the SD card back in the Phone..
16. PowerOn the phone in fastboot mode by pressing VOLUMEDOWN first and than POWER simultaneously..
17. Use volume keys to go up and down..and power to select
18. Go to recovey and press power button..
19. In recovery just go to the WIPE.. and do WIPE of cache..dalvik cache..boot..system...sd-ext...Battery Stats..
20. Now reboot recovery..
21. Now after coming back to recovery in Phone choose INSTALL ZIP FROM SD CARD..
22. Simply choose the ROM.zip file...
23. Let it Flash
24. Wait
25. And
26. ENJOY!!!!!
The PROBLEM IS NO MORE..
Your phone will RECOGNIZE the SD card..
The Battery Drain (Usually having 1% under a minute) Will be Gone
You can use FAstBoot Commander or Android Flasher also to Flash Recoveries or hboots and Bootloaders
SEE SCREENSHOTS HERE
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hey, Think I have the battery drain problem with runnymede AIO Rom, was it flashing AMON RA recovery that solved it? or the whole process? I don't have an SD problem.
jacksonliam said:
Hey, Think I have the battery drain problem with runnymede AIO Rom, was it flashing AMON RA recovery that solved it? or the whole process? I don't have an SD problem.
Click to expand...
Click to collapse
for the battery Drain problem.. you can do following things..
1. Wipe Battery stats
2. Install snq kernel
3. If above two doesn't work than only... try the two "oem commands" as I writtten in the procedure..
Actually every time you flash a ROm or everytime deleting and using the phone.. a extra data related to everything as cache configuration is stored in the MEMORY which acually u can not see but it eats battery...
The oem commandsd erases that thing and after this..it is like a new memory having completely blank..
BUT AFTER DOING THIS YOU WILL NOT BE ABLE TO RECOVER ANY DATA ON PHONE MEMORY IF ACCIDENTLY DELETED..
you will need to flash a new Inatall of same ROM..or whichever you want...
YES! You saved my sanity AND my phone! many many thanks!
Matty Matt said:
YES! You saved my sanity AND my phone! many many thanks!
Click to expand...
Click to collapse
.. Happy to help
I am a bit lost...
ADB cannot be used when the phone is in bootloader. So after the instruction to put the phone in to bootloader the proceeding instructions which say:
type adb devices [enter]
type adb shel [enter]
won't achieve anything. In other words, adb devices (whilst the device is in bootloader) will not find any attached devices.
adb "shel" isn't a valid command. Do you mean adb "shell" ? If so, this too isn't going to work while the device is in bootloader, adb will simply reply with "error: device not found".
So I guess what I'm trying to ask is - what is the point of those typing those two commands? In this instance, they don't serve any purpose and can be omitted?
sachin.02 said:
The oem commandsd erases that thing and after this..it is like a new memory having completely blank..
BUT AFTER DOING THIS YOU WILL NOT BE ABLE TO RECOVER ANY DATA ON PHONE MEMORY IF ACCIDENTLY DELETED..
you will need to flash a new Inatall of same ROM..or whichever you want...
Click to expand...
Click to collapse
I just can't understand what do you mean....
How am i supposed to recover any accidently deleted files if i didn't run those commands??????
dlotters said:
I am a bit lost...
ADB cannot be used when the phone is in bootloader. So after the instruction to put the phone in to bootloader the proceeding instructions which say:
type adb devices [enter]
type adb shel [enter]
won't achieve anything. In other words, adb devices (whilst the device is in bootloader) will not find any attached devices.
adb "shel" isn't a valid command. Do you mean adb "shell" ? If so, this too isn't going to work while the device is in bootloader, adb will simply reply with "error: device not found".
So I guess what I'm trying to ask is - what is the point of those typing those two commands? In this instance, they don't serve any purpose and can be omitted?
Click to expand...
Click to collapse
everything is written clearly...
these two commands repairs the USB brick also improves battery life and gives exact information about battery uses.. you will see this after flashing a ROM..
adb shel is correct command..it open the list of commands and details of phone...
Tell me what you need.. than i may solve the problem..
spitjo said:
I just can't understand what do you mean....
How am i supposed to recover any accidently deleted files if i didn't run those commands??????
Click to expand...
Click to collapse
by saying not able to recover any data is just.. if you are using any recover data application from market to recover anything which have been lost by mistake.. than you won't be able to..
BTW this Problem rarely occurs...
I' ve done this as you said in your 1st post but still Display uses more than 60% of battery use (i set brightness to minimum, all is set up to minimum and power saving)
I'm running AIO 3.0.5. CM7r2 hboot, XD2SDX, desire is s-lcd version
kciko said:
I' ve done this as you said in your 1st post but still Display uses more than 60% of battery use (i set brightness to minimum, all is set up to minimum and power saving)
I'm running AIO 3.0.5. CM7r2 hboot, XD2SDX, desire is s-lcd version
Click to expand...
Click to collapse
Calibrate tour battery... It happens that the software doesn't shows exact informations...
The problem is also with guys at cynogen too...
It is normal...
The thing is..after doing this tutorial you must be getting 16 hours battery life as normal use....
Don't worry about display...
Sent from my HTC Runnymede using Tapatalk
is it just me? having problem make adb detect my phone.
napalm.potter said:
is it just me? having problem make adb detect my phone.
Click to expand...
Click to collapse
Have you Downloaded the Tools from the link I've provided
If you have 4ext recovery boot into it and go to tools - usb unbrick. It works for me fine.
Sent from my HTC Desire using XDA App

Copy files to computer from fastboot?

For some unknown reason my phone just kept randomly restarting itself, which started about 2 hours ago. It turns on for about 30 second then just restarts again. I cant even turn it off? I turn it off quickly as soon as it boots up but it just turns on again and goes in a loop.
I was wanting to know is there anyway to take files such as photos off the device without actually turning it on e.g via fastboot before i factory reset it? Since HTC in all their wisdom didn't include removable storage or battery
Cheers
Files in /sdcard (e.g. photos from camera apps) do not get wiped with factory reset. Erasing storage will erase /sdcard.
Have you tried fastboot erase cache?
Have you tried holding down power+vol down?
Tell you what I think it is, Swiftkey 3.
It came up the first time saying "Swiftkey has stopped working" then hit ok, few second later restart.
I have enough time to get into to setting and apps to unistall it but even after that it restarts, I check apps next time and its still there. It wont unistall?!
Try clearing Swiftkey's data and cache before uninstalling?
If that doesn't work..:
Hold the power button and vol down until you get into bootloader..
Go into bootloader, enter fastboot
Then do in cmd:
Code:
fastboot erase cache
Try start the phone.. If it starts ok, try uninstall Swiftkey through Titanium Backup.
If that doesn't work, go back to fastboot, wipe cache, go to recovery, factory reset, clear cache, advanced -> wipe dalvik cache.
Then try installing your ROM's zip from SD card.
Cheers for the reply but unfortunately i don't have it rooted or custom recovery on it at the minute
Is there anyway to unistall an app through stock recovery?
Rittzy said:
Cheers for the reply but unfortunately i don't have it rooted or custom recovery on it at the minute
Is there anyway to unistall an app through stock recovery?
Click to expand...
Click to collapse
All I can say to that is 'Oh'. Didn't realise that, sorry! :cyclops:
Here are two things you can try:
1. Reboot the phone into bootloader (if off hold down power down and volume down to turn on, if the phone is already on, keep on holding down the buttons until you get into bootloader) and using the volume keys to navigate and the power button to select, select 'fastboot' (if you don't see fastboot, you will see 'HBOOT', select this then fastboot.
Download these files. Extract them to their own folder and then open a command window in that location by holding down SHIFT while right-clicking and select 'Open command window here'.
When it opens, type:
Code:
fastboot erase cache
then hit enter. Reboot the phone and see if 1) it doesn't turn off again 2) you can clear Swiftkey's data and cache then uninstall. If that doesn't work, try the other method.
2. Reboot the phone into bootloader, select 'fasboot' again, then navigate to 'Factory Reset' and select that.
You may want to wait a while and see if anyone else can offer another solution, but you can do that if you want it fixed now and don't mind losing apps. There might be an option to preserve SD card contents, or it may not even effect them, I'm not 100% sure.
Edit: Haha, just realised you are from Northern Ireland too :laugh: And we joined in Oct 2010. And we have posts in the 90's. :highfive:
I'll probably head off at about 2:30AM as I am getting quite tired, so I will have to wait until the morning to help you.
Northantrim said:
All I can say to that is 'Oh'. Didn't realise that, sorry! :cyclops:
Here are two things you can try:
1. Reboot the phone into bootloader (if off hold down power down and volume down to turn on, if the phone is already on, keep on holding down the buttons until you get into bootloader) and using the volume keys to navigate and the power button to select, select 'fastboot' (if you don't see fastboot, you will see 'HBOOT', select this then fastboot.
Download these files. Extract them to their own folder and then open a command window in that location by holding down SHIFT while right-clicking and select 'Open command window here'.
When it opens, type:
Code:
fastboot erase cache
then hit enter. Reboot the phone and see if 1) it doesn't turn off again 2) you can clear Swiftkey's data and cache then uninstall. If that doesn't work, try the other method.
2. Reboot the phone into bootloader, select 'fasboot' again, then navigate to 'Factory Reset' and select that.
You may want to wait a while and see if anyone else can offer another solution, but you can do that if you want it fixed now and don't mind losing apps. There might be an option to preserve SD card contents, or it may not even effect them, I'm not 100% sure.
Edit: Haha, just realised you are from Northern Ireland too :laugh: And we joined in Oct 2010. And we have posts in the 90's. :highfive:
I'll probably head off at about 2:30AM as I am getting quite tired, so I will have to wait until the morning to help you.
Click to expand...
Click to collapse
Haha legend, what a coincidence!
Well I did get into the Stock Recovery and from there hit Clear Cache but it keeps restarting.
I dont understand how the hell the an app wont unistall though thought, it starts up long enough from me to unistall successfully but it restarts and its still there. I know there is a command through ADB to unistall apps but i dont know where abouts to be to use the ADB. Last time i messed around with ADB was my Desire HD half a year ago.
I might see if I can get in long enough to back up stuff. I got the photos on dropbox but it really annoys me the way android does not have a backup feature for apps and save data or that it doesnt let you access app saves.
Let us know if you have any mroe ideas!
Cheers
Rittzy said:
Haha legend, what a coincidence!
Well I did get into the Stock Recovery and from there hit Clear Cache but it keeps restarting.
I dont understand how the hell the an app wont unistall though thought, it starts up long enough from me to unistall successfully but it restarts and its still there. I know there is a command through ADB to unistall apps but i dont know where abouts to be to use the ADB. Last time i messed around with ADB was my Desire HD half a year ago.
I might see if I can get in long enough to back up stuff. I got the photos on dropbox but it really annoys me the way android does not have a backup feature for apps and save data or that it doesnt let you access app saves.
Let us know if you have any mroe ideas!
Cheers
Click to expand...
Click to collapse
I think the 'clear cache' in recovery doesn't work, at least, that's what I've heard and found out..
Do it through fastboot with
Code:
fastboot erase cache
Also, to use the adb commands (as well as fastboot), the phone must be on and USB debugging must be on. You will need the files I posted earlier, and you will need to open a command window in their folder..
Use the command:
Code:
adb uninstall <package name>
Swiftkey's package name is
Code:
com.touchtype.swiftkey
(I think)
Again, try clear the app's cache and data when in 'app info' before uninstalling.
Good luck though! :good:
You can't from fastboot but you can from recovery so long as you boot it using fastboot and not selecting the option.
fastboot boot recovery.IMG
Then adb commands will work in cwm.
Sent from my HTC One X using XDA Premium HD app
Actually, I don't think that uninstall thing works. Tried it on my phone and nothing.
treebill said:
You can't from fastboot but you can from recovery so long as you boot it using fastboot and not selecting the option.
fastboot boot recovery.IMG
Then adb commands will work in cwm.
Sent from my HTC One X using XDA Premium HD app
Click to expand...
Click to collapse
I think this is right, however, Treebill, OP hasn't rooted, nor do they have CWM.
My head is absolutely melted here trying to get the piece of sh*t working.
And if must be swiftkey because im in safemode at the minute and the phone hasnt restart yet.
At least this gives me time to get stuff off the sd card before resetting it all.
Holy good **** im at my wits end here. It wont even let me do a factory reset now!!
Both from the recovery menu and from the phone it goes to the screen with the phone and green arrows going in circle then after about 10 seconds the red exclamation mark comes up!
wtf is this phone at? Am I doing something wrong?
You are still under warranty, why don't you just use that? If you don't want to use it, then just unlock your bootloader and take the easier way...
Sent from my HTC One X using xda app-developers app
I tried rooting the phone but after hitting yes on the phone, the phone restarts and nothing has changed. I tried flashing a custom recovery, it said ok in command prompt but it is just the standard recovery when i click into it......
Do a factory reset, it doeznt wipe your memory photos etc
Just read your other post sry
Have you tried Ruu?
Sent from my LG-P990 using xda premium
Well I followed some instructions from the disaster recovery thread and tried doing
fastboot flash boot boot_signed.img
Click to expand...
Click to collapse
fastboot flash system system.img
Click to expand...
Click to collapse
Which both taken from the RRU but the computer show up this error
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
It does not seem to be able to write anything
Haven't seen that thread, but you need to have an unlocked bootloader?
Sent from my HTC One X using Tapatalk 2
Tried unlocking it mate. I do the whole thing then the HTC Warning message shows up on the phone "Do you want to unlock your phone, This will wipe everything etc etc" Click yes, the HTC screen appears, phone restarts and nothing has happened. I seriously thing its a hardware related problem now because i went on and accessed my memory card when the phone was on for a bit deleted things, phone restarted and check memory card again and they were still there :s
(virtual memory card)

Problem with boot

Hello, i have problem with boot my htc desire. Problem was started when i tryed flashin rom, i got some errors and i deside to run restore backup. After i did that, i got this problem, my phone stuck on bootscreen( not white screen with HTC logo, boot logo screen). i already tryed to do clear cashe, clear data, even factory reset but my phone still wont to boot ALso i tryed to flash again ROm i tryed earlier but rom isnt anymore in my sd card. My Htc desire is s-off rooted. Can u guys help me? Thanks in advance
djukaa said:
Hello, i have problem with boot my htc desire. Problem was started when i tryed flashin rom, i got some errors and i deside to run restore backup. After i did that, i got this problem, my phone stuck on bootscreen( not white screen with HTC logo, boot logo screen). i already tryed to do clear cashe, clear data, even factory reset but my phone still wont to boot ALso i tryed to flash again ROm i tryed earlier but rom isnt anymore in my sd card. My Htc desire is s-off rooted. Can u guys help me? Thanks in advance
Click to expand...
Click to collapse
Just download another rom, put it on your sd-card, flash it, and try to boot.
cannot access sd card, dont have card reader is there another way to put rom on sd card?
djukaa said:
cannot access sd card, dont have card reader is there another way to put rom on sd card?
Click to expand...
Click to collapse
Does your recovery have the option to toggle usb storage?
abaaaabbbb63 said:
Does your recovery have the option to toggle usb storage?
Click to expand...
Click to collapse
Yes it have, when i click on it is says only disconnect
djukaa said:
Yes it have, when i click on it is says only disconnect
Click to expand...
Click to collapse
Connect your phone to your PC, then select the usb toggle option.
abaaaabbbb63 said:
Connect your phone to your PC, then select the usb toggle option.
Click to expand...
Click to collapse
i did but it seems its already connected ( only disconnect option is there) and i cant see my sd card as drive on my pc.
Anyone can help me pls im so desperate tryed flashing recovery but didnt help
djukaa said:
i did but it seems its already connected ( only disconnect option is there) and i cant see my sd card as drive on my pc.
Anyone can help me pls im so desperate tryed flashing recovery but didnt help
Click to expand...
Click to collapse
Setup adb (search google). After that's done boot into recovery then use the following command to copy a ROM to your SD card:
Code:
adb push \path\to\rom.zip /sdcard
Sent from my HTC Desire using xda app-developers app
chromium96 said:
Setup adb (search google). After that's done boot into recovery then use the following command to copy a ROM to your SD card:
Code:
adb push \path\to\rom.zip /sdcard
Sent from my HTC Desire using xda app-developers app
Click to expand...
Click to collapse
I have adb on my computer, but after i put that command in CMd i got message device not found. i did that in fastboot mode but still it says device not found. Looks like my sd card is not recognized. Help :crying:
djukaa said:
I have adb on my computer, but after i put that command in CMd i got message device not found. i did that in fastboot mode but still it says device not found. Looks like my sd card is not recognized. Help :crying:
Click to expand...
Click to collapse
Dont do it in fastboot. Boot into recovery and do it from there.
Im not understanding that command type u gave me, is that i need to adb push \path\to\rom.zip /sdcard where 'path to' is place on my comp where is rom i want to install? can u help me out how to type command if my rom is placed on desktop. Im using windows 7
djukaa said:
Im not understanding that command type u gave me, is that i need to adb push \path\to\rom.zip /sdcard where 'path to' is place on my comp where is rom i want to install? can u help me out how to type command if my rom is placed on desktop. Im using windows 7
Click to expand...
Click to collapse
The first path is where the rom is located on your computer. If its on your desktop it would like something like this:
Code:
adb push C:\Users\*YourUsername*\Desktop\*NameOfRom*.zip /sdcard
i did adb push C:\Users\Djuka\Desktop\MildWild CM-8.0 JG Stable.zip but after that android debug bridge is diplayed with alot of command, what i can do now?
djukaa said:
i did adb push C:\Users\Djuka\Desktop\MildWild CM-8.0 JG Stable.zip but after that android debug bridge is diplayed with alot of command, what i can do now?
Click to expand...
Click to collapse
It gave an error? What was it?
Its not an error i think just full of list cmd commands look i got screenshoot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You forgot the last part of the command. Copy and paste this:
Code:
adb push C:\Users\Djuka\Desktop\MildWild CM-8.0 JG Stable.zip [COLOR="Red"]/sdcard[/COLOR]
chromium96 said:
You forgot the last part of the command. Copy and paste this:
Code:
adb push C:\Users\Djuka\Desktop\MildWild CM-8.0 JG Stable.zip [COLOR="Red"]/sdcard[/COLOR]
Click to expand...
Click to collapse
Its still the same http://
Weird. Maybe its the spaces in the rom name. Rename it to something with no spaces like "Mildwild.zip", and try again
chromium96 said:
Weird. Maybe its the spaces in the rom name. Rename it to something with no spaces like "Mildwild.zip", and try again
Click to expand...
Click to collapse
I did look what i got
That means it worked. Now go into recovery, do a full wipe, and flash it.

[Q] Stuck..but where? Showing HBOOT, S-OFF information, etc.

Hi everybody,
a friend of mine asked me to have a closer look on an HTC Desire having a really strange behavior:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Direktlink
This is where it get's stuck but:
It still reacts on USB connects changing from 'HBOOT' to 'HBOOT_USB_PLUG' but navigating or selecting an option is not possible.
Another thing, making me wonder, is that this screen appears, after just hitting the power button - it's not necessarry to kepp VOL Down pressed...
Hopefully someone can help me out of this,
Thanks in advance,
Dominik
Setup adb/fastboot.
Download the 4ext recovery img:
http://www.4ext.net/ddl/bravo/recovery.zip (extract the zip), and put it in the platform-tools folder of where your android sdk is.
Boot the phone into fastboot (hold power and back), then use this command:
Code:
fastboot boot recovery.img
Once your in recovery do a full wipe and flash a ROM.
chromium96 said:
Setup adb/fastboot.
Download the 4ext recovery img:
http://www.4ext.net/ddl/bravo/recovery.zip (extract the zip), and put it in the platform-tools folder of where your android sdk is.
Boot the phone into fastboot (hold power and back), then use this command:
Code:
fastboot boot recovery.img
Once your in recovery do a full wipe and flash a ROM.
Click to expand...
Click to collapse
Hi,
sorry, I forgot to mention, that the device cannot be found using adb...
yakazaa said:
Hi,
sorry, I forgot to mention, that the device cannot be found using adb...
Click to expand...
Click to collapse
It needs to be recognized by fastboot not adb. Download and install HTC sync then uninstall it leaving only the drivers behind. Also install these: http://downloads.unrevoked.com/HTCDriver3.0.0.007.exe
Then boot the phone into fastboot mode (power and back) and run "fastboot devices" to see if it's recognized. If it is follow the instructions in my first post.
chromium96 said:
It needs to be recognized by fastboot not adb. Download and install HTC sync then uninstall it leaving only the drivers behind. Also install these: http://downloads.unrevoked.com/HTCDriver3.0.0.007.exe
Then boot the phone into fastboot mode (power and back) and run "fastboot devices" to see if it's recognized. If it is follow the instructions in my first post.
Click to expand...
Click to collapse
Yeah, it's working, thanks a lot!
I tried to boot with "back + Power" several times.... but without USB connected...
EDIT: No, it wasn't regarding USB...
This only works from time to time, more less then more.. (hopefully you know what I mean)
Okay, now I have a way to get into the recovery, a big step forward!!
What now?
I'd like to "install" this recovery now, as I did before on my HD2 in the past but this is far long ago, so sorry for this stupid question:
How to replace the actual existing Recovery with the booted 4ext one?
On 4ext.net I found a way with a booted rom, but without...
Later on, I'd like to flash CyanogenMod 7, so I already downloaded the suggested PB99img_cm7r2.zip.
I remember this has s.th. to do regarding partitioning, right? What do I have to do with this file?
Can I flash this with fastboot ?
During usual bootloader startup it says "No image or wrong size"
AS you may see, I know a little, but it's damned long ago...
Sorry for my worse english, but I don't know how to describe this better
Hopefully you can help me anyway,
Thanks a lot in advance!!
yakazaa said:
Yeah, it's working, thanks a lot!
I tried to boot with "back + Power" several times.... but without USB connected...
EDIT: No, it wasn't regarding USB...
This only works from time to time, more less then more.. (hopefully you know what I mean)
Okay, now I have a way to get into the recovery, a big step forward!!
What now?
I'd like to "install" this recovery now, as I did before on my HD2 in the past but this is far long ago, so sorry for this stupid question:
How to replace the actual existing Recovery with the booted 4ext one?
On 4ext.net I found a way with a booted rom, but without...
Later on, I'd like to flash CyanogenMod 7, so I already downloaded the suggested PB99img_cm7r2.zip.
I remember this has s.th. to do regarding partitioning, right? What do I have to do with this file?
Can I flash this with fastboot ?
During usual bootloader startup it says "No image or wrong size"
AS you may see, I know a little, but it's damned long ago...
Sorry for my worse english, but I don't know how to describe this better
Hopefully you can help me anyway,
Thanks a lot in advance!!
Click to expand...
Click to collapse
Use "fastboot flash recovery recovery.img" to fully install the recovery. Rename the hboot(partition) file you downloaded to "PB99IMG.zip" and put it on the root of your SD card. Boot the phone into hboot and it will search for the file. When it finds it select yes to install it then reboot.
Go into recovery and wipe everything except the SD card then flash the ROM.
Sent using xda premium
chromium96 said:
Use "fastboot flash recovery recovery.img" to fully install the recovery. Rename the hboot(partition) file you downloaded to "PB99IMG.zip" and put it on the root of your SD card. Boot the phone into hboot and it will search for the file. When it finds it select yes to install it then reboot.
Go into recovery and wipe everything except the SD card then flash the ROM.
Sent using xda premium
Click to expand...
Click to collapse
Hi,
thanks a lot for these great hints, but sadly I'm unable since yesterday to enter fastboot mode
System always starts into HBOOT - and dies, weather I press any additional keys to the power button or not...
Any alternative way to enter fastboot mode?
yakazaa said:
Hi,
thanks a lot for these great hints, but sadly I'm unable since yesterday to enter fastboot mode
System always starts into HBOOT - and dies, weather I press any additional keys to the power button or not...
Any alternative way to enter fastboot mode?
Click to expand...
Click to collapse
Back + power
Sent using xda premium
chromium96 said:
Back + power
Sent using xda premium
Click to expand...
Click to collapse
I know and this worked yesterday, but it started with problems, as mentioned above.
Today I never had access..

Need help with my HTC Desire!

So I formatted my SD card and now when I turn on my phone, all i get is a splash screen that says revolutionary 2.1+3.0. I cant do anything from there, none of the buttons work or anything.
edit: i just realized that my phone has s-on but how do i disable this
Click to expand...
Click to collapse
Edit 2: Sorry for the lack of information. I just used revolutionary and it says s-off now and I was able to flash the cm rom using fastboot from android sdk. Now it is stuck in a bootloop (i think?) and it just says android on the screen and wont go anywhere else.
i now have revoultionary cwm v4.0.1.4 installed...
@Chromium_
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
before, i think i could boot into android but nothing would work. i couldnt touch anything and the physical buttons did nothing.
thanks!
One does not simply disable s-on.
Post your bootloader details. Does the phone boot into android?
Sent using xda-developers app
Chromium_ said:
One does not simply disable s-on.
Post your bootloader details. Does the phone boot into android?
Sent using xda-developers app
Click to expand...
Click to collapse
i have s-off now using revolutionary but my phone is not booting... just stuck at a screen that has "android" across it and it looks like its just forever loading.
when i first go into my bootloader, it quickly loads something and i believe it says no img file. i formatted my sd card and everything was erased.
Spyderpig27 said:
i have s-off now using revolutionary but my phone is not booting... just stuck at a screen that has "android" across it and it looks like its just forever loading.
when i first go into my bootloader, it quickly loads something and i believe it says no img file. i formatted my sd card and everything was erased.
Click to expand...
Click to collapse
Try going to recovery, and wiping Cache and Dalvik Cache.
abaaaabbbb63 said:
Try going to recovery, and wiping Cache and Dalvik Cache.
Click to expand...
Click to collapse
thanks for the suggestion but when i go into recovery, i cannot select any of the options. i hit the power button and the screen just goes blank and nothing happens. i hit the power button again and it goes back to the recovery menu.
i installed cm but maybe i need some other sort of image? when i formatted my sd card everything was erased including the os, htc sense, etc.
Spyderpig27 said:
thanks for the suggestion but when i go into recovery, i cannot select any of the options. i hit the power button and the screen just goes blank and nothing happens. i hit the power button again and it goes back to the recovery menu.
i installed cm but maybe i need some other sort of image? when i formatted my sd card everything was erased including the os, htc sense, etc.
Click to expand...
Click to collapse
This will probably fix your problem:
1. Download this:
http://forum.xda-developers.com/attachment.php?attachmentid=1631968&d=1357780284
And install it using these instructions (ignore the stuff about the 2.3 RUU):
http://forum.xda-developers.com/showpost.php?p=45298337&postcount=21
It's 4ext recovery.
2. Download a GB rom, like MildWild :
http://forum.xda-developers.com/showthread.php?t=2031467
And flash it. This ROM will surely boot.
abaaaabbbb63 said:
This will probably fix your problem:
1. Download this:
http://forum.xda-developers.com/attachment.php?attachmentid=1631968&d=1357780284
And install it using these instructions (ignore the stuff about the 2.3 RUU):
http://forum.xda-developers.com/showpost.php?p=45298337&postcount=21
It's 4ext recovery.
2. Download a GB rom, like MildWild :
http://forum.xda-developers.com/showthread.php?t=2031467
And flash it. This ROM will surely boot.
Click to expand...
Click to collapse
thank you so much for your help so far. i have installed 4ext recovery but when i boot into recovery to install the mildwild rom, it says unable to mount the sd card.
i tried using the usb unbrick tool from the 4xt recovery and that didnt work.
i used the fastboot oem enableqxdm 0; fastboot oem eraseconfig commands in fastboot which didnt work (if i typed the commands wrong here, they are just from memory)
i redownloaded the mtd0.img and flashed it using fastboot and that didnt work either.
any ideas?
Spyderpig27 said:
thank you so much for your help so far. i have installed 4ext recovery but when i boot into recovery to install the mildwild rom, it says unable to mount the sd card.
i tried using the usb unbrick tool from the 4xt recovery and that didnt work.
i used the fastboot oem enableqxdm 0; fastboot oem eraseconfig commands in fastboot which didnt work (if i typed the commands wrong here, they are just from memory)
i redownloaded the mtd0.img and flashed it using fastboot and that didnt work either.
any ideas?
Click to expand...
Click to collapse
Do you have any other sd-cars laying around? Try it instead.
If not, format your sd-card again. I don't know what's wronf with it, but it seems it has some problems.
Spyderpig27 said:
thank you so much for your help so far. i have installed 4ext recovery but when i boot into recovery to install the mildwild rom, it says unable to mount the sd card.
i tried using the usb unbrick tool from the 4xt recovery and that didnt work.
i used the fastboot oem enableqxdm 0; fastboot oem eraseconfig commands in fastboot which didnt work (if i typed the commands wrong here, they are just from memory)
i redownloaded the mtd0.img and flashed it using fastboot and that didnt work either.
any ideas?
Click to expand...
Click to collapse
Update: i think my fastboot doesnt work for some reason... flashing the rom and mtd0.img didnt work but when i just copied them into my sd card directly it did work fine. my rom is installed...
also when i go into hboot, it still says no image...
Spyderpig27 said:
Update: i think my fastboot doesnt work for some reason... flashing the rom and mtd0.img didnt work but when i just copied them into my sd card directly it did work fine. my rom is installed...
also when i go into hboot, it still says no image...
Click to expand...
Click to collapse
Fastboot works fine.
1. You can't install a ROM through fastboot. Only images.
2. The 'No image' thing comes when you don't have a pb99img.zip on your sd-card. The bootloader scans the sd-card for that zip.

Categories

Resources