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.
Related
Hey everyone, I'm sad to say that earlier I dropped my beloved Desire and it's not booted properly since e.g. I can only get onto the dialer.
The long and short of it is that I can't mount my SD card, clockwork won't allow it and says it has:
E:can't mount /dev/block/mmcblk0p1
no such file or directory
E: can't mount /sdcard
And ADB doesn't find my device when I type adb devices.
I've come across a few posts but I'm pretty clueless as to what they actually mean...
I've heard this particular command fixes it in Linux...
sudo mkdir /mnt/cdrom
sudo mount /dev/cdrom /mnt/cdrom
cd /mnt/cdrom/root
/mnt/cdrom/root/fastboot oem enableqxdm 0
But how would I go about doing that, and is there a way of doing that in Windows? I assume that because adb can't see my device then that's a no... It knows it's plugged in because it makes the connection sound and I can see it in device manager.
It's currently S-OFF'd with AlphaRev 1.8 running a Cyanogenmod nightly that I had running for a few days without problem so I assume it's not that. I can get into Fastboot (not much good if Windows doesn't see my device), bootloader and Clockwork.
I feel really stuck right now and would really appreciate the help of one of you knowledgeable lot.
Bearing in mind I'm not very knowledgeable so anything you explain would really have to be explained well!
Thanks guy's.
http://forum.ppcgeeks.com/archive/index.php?t-125093.html
Thanks for that, but ADB doesn't see my device so I can't use that.
DesireRoss said:
Thanks for that, but ADB doesn't see my device so I can't use that.
Click to expand...
Click to collapse
When your on bootloader screen and you plug your usb in does it change to say that you have plugged in usb ? because fastboot isn't adb
Hboot has an option for fastboot
Enable the SD Card functionality. Boot your phone in FASTBOOT mode (back + power), and enter this command: 'fastboot oem enableqxdm 0' . This will re-enable your SD card.
read up on http://forum.xda-developers.com/showthread.php?t=691187
BigMrB said:
When your on bootloader screen and you plug your usb in does it change to say that you have plugged in usb ? because fastboot isn't adb
Hboot has an option for fastboot
Enable the SD Card functionality. Boot your phone in FASTBOOT mode (back + power), and enter this command: 'fastboot oem enableqxdm 0' . This will re-enable your SD card.
read up on http://forum.xda-developers.com/showthread.php?t=691187
Click to expand...
Click to collapse
When I plug it in, all the drivers get installed and it changes to 'HBOOT USB PLUG' on the bootloader. The problem is when I type in 'adb devices' it doesn't show my Desire. I can't fastboot that command because it can't find the phone itself..?
DesireRoss said:
When I plug it in, all the drivers get installed and it changes to 'HBOOT USB PLUG' on the bootloader. The problem is when I type in 'adb devices' it doesn't show my Desire. I can't fastboot that command because it can't find the phone itself..?
Click to expand...
Click to collapse
You have to boot your phone into fastboot.
Code:
fastboot devices
does not work in hboot mode.
MatDrOiD said:
You have to boot your phone into fastboot.
Code:
fastboot devices
does not work in hboot mode.
Click to expand...
Click to collapse
It says 'fastboot' is not recognized as an internal or external command, operable program or batch file.
Arghh!
Are you trying this in fastboot mode? You have to start it with the back button and power button pressed until you see the white screen with the three androids at the bottom, Fastboot highlighted in red letters
BigMrB said:
Are you trying this in fastboot mode? You have to start it with the back button and power button pressed until you see the white screen with the three androids at the bottom, Fastboot highlighted in red letters
Click to expand...
Click to collapse
Yeah, that's what I'm doing. I'm just clueless as to why ADB can't see it? If it could, it would solve my problem... So frustrating.
DesireRoss said:
Yeah, that's what I'm doing. I'm just clueless as to why ADB can't see it? If it could, it would solve my problem... So frustrating.
Click to expand...
Click to collapse
Driver issue?? Try downloading HTC sync to get them...
BigMrB said:
Driver issue?? Try downloading HTC sync to get them...
Click to expand...
Click to collapse
And then uninstall only htc sync, not the drivers. Then reboot computer to apply changes.
To avoid the firmware issue from unrevoked, it's recommend to use unrevoked 3.21:
http://downloads.unrevoked.com/recovery/3.21/reflash_package.exe
Tried what you said and I got this...
{
"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"
}
Installed android sdk correctly:
http://wiki.cyanogenmod.com/wiki/Howto:_Install_the_Android_SDK
I think you might be right... Trying to install the Google USB drivers and it says 'failed to fetch URL' is there anywhere I can manually download it off the net?
http://dl4.htc.com/RomCode/Source_and_Binaries/USB_driver_20101122_release.zip
You can get them through SDK manager you know?!
BigMrB said:
http://dl4.htc.com/RomCode/Source_and_Binaries/USB_driver_20101122_release.zip
You can get them through SDK manager you know?!
Click to expand...
Click to collapse
This is the Google usb drivers from the SDK... And it says I can't download that repository because of a bad URL..?
Managed to get the USB drivers, but still not being found in ADB... Is this a lost cause?
Booted into recovery and ADB found it...
Any ideas on what to do from here?
DesireRoss said:
Managed to get the USB drivers, but still not being found in ADB... Is this a lost cause?
Click to expand...
Click to collapse
- Check if ONLY HTC SYNC DRIVERS where installed.
- Checked "unknown sources" in applications?
- Set phone to "charge only" and "never ask?"
MatDrOiD said:
- Check if ONLY HTC SYNC DRIVERS where installed.
- Checked "unknown sources" in applications?
- Set phone to "charge only" and "never ask?"
Click to expand...
Click to collapse
Yeah that was all that was installed. Can't check unknown sources or the other as I can't actually get into anything past the first setup stage and then there's nothing... Just need to re-enable my SD card. Fffffffffff.
So, I bought a HTC Desire a few days ago and as I've got a ROM I do not like and I've got problems with my SD card I wanted to do some reflashes but I unfortunately cannot. I'm new in the whole Android world but have read a bit already.
When I start the phone with vol. down + power I've got the following info:
Code:
-Revolutionary-
BRAVO PVT1 SHIP S-OFF
HBOOT-6.93.1002
MICROP-031d
TOUCH PANEL-SYNT0101
RADIO-5.11.05.27
The problem that 'showed' even more problems after some research:
My phone doesn't recognize my new Adata microSDHC card.
I cannot mount it through recovery, got this error:
Code:
E:Can't mount /dev/block/mmcblk0p1 (or /dev/block/mmcblk0)
(No such file or directory)
Tried this as well: http://forum.xda-developers.com/showpost.php?p=17874798&postcount=3
The freaking problem is that I always receive such error:
Code:
FAILED (status malformed (1 bytes))
I found out that my USB is bricked, read this thread: http://forum.xda-developers.com/showthread.php?t=691639
But again, I cannot even check my CID using fastboot oem boot, I'm all the time getting this 'status malformed' thing.
Any ideas folks?
EDIT:
My ROM is: Oxygen-2.3.2-Brave
And kernel: 2.6.35.14_r3-stable [email protected] #1
What recovery do you currently have installed?
If you dont have 4ext, i would recommend installing it. It has a usb unbrick feature, which may solve your problem.
Since the sd card isnt recognized the best way to install it would be through fastboot.
Setup adb/fastboot using this guide. Also make sure you install these fastboot drivers
-Download the 4ext recovery img from here
-Extract the zip and put the recovery img in your android-sdk/platform-tools/ directory
-Boot the phone into bootloader (volume down and power), then go into fastboot mode
-From your computer open command prompt and run the following command:
Code:
fastboot flash recovery recovery.img
If it succesfully installs, boot into the bootloader and then go into recovery. Next go into the Tools section and select USB unbrick
chromium96 said:
Since the sd card isnt recognized the best way to install it would be through fastboot.
Setup adb/fastboot using this guide. Also make sure you install these fastboot drivers
Click to expand...
Click to collapse
I've got all of these already. If I didn't I wouldn't be able to write fastboot doesn't work.
chromium96 said:
What recovery do you currently have installed?
If you dont have 4ext, i would recommend installing it. It has a usb unbrick feature, which may solve your problem.
(...)
-Download the 4ext recovery img from here
-Extract the zip and put the recovery img in your android-sdk/platform-tools/ directory
-Boot the phone into bootloader (volume down and power), then go into fastboot mode
-From your computer open command prompt and run the following command:
Code:
fastboot flash recovery recovery.img
If it succesfully installs, boot into the bootloader and then go into recovery. Next go into the Tools section and select USB unbrick
Click to expand...
Click to collapse
I've got RA-desire-v2.0.1 recovery software.
When I tried flashing your recovery I received "Program fastboot has stopped working." Windows message.
Dragonji said:
I've got RA-desire-v2.0.1 recovery
When I tried flashing your recovery I received "Program fastboot has stopped working." Windows message.
Click to expand...
Click to collapse
Install the 4ext app and install the recovery. No need for fastboot if your rom is rooted.
abaaaabbbb63 said:
Install the 4ext app and install the recovery. No need for fastboot if your rom is rooted.
Click to expand...
Click to collapse
Yep, sorry. For some reason i thought that he couldnt boot into the rom.
abaaaabbbb63 said:
Install the 4ext app and install the recovery. No need for fastboot if your rom is rooted.
Click to expand...
Click to collapse
There goes the next problem:
To download 4EXTRecoveryUpdater.apk an SD card is needed.
Click to expand...
Click to collapse
You can use adb to install apks. Download the 4ext recovery app, place it in the platform tools directory and run the following command while the rom is booted up:
Code:
adb install 4EXTRecoveryUpdater.apk
Installed the app, however, when I try to start it I'm getting a message that my SD card has to be mounted to use the app. :crying:
Dragonji said:
Installed the app, however, when I try to start it I'm getting a message that my SD card has to be mounted to use the app. :crying:
Click to expand...
Click to collapse
Ok so if that doesnt work i think your only option is fastboot. You cant use PB99IMG cause you have to put that on the sd card.
I dont think usb brick should affect the use of fastboot. Try redownloading the sdk, and try different usb ports.
re
just download the flashable recovery zip and inside ull get recovery img. then start the phone into fastboot (back+power) and flash the recovery with "fastboot flash recovery recovery.img then reboot bootloader, get to recovery and try in the tools the usb unbrick options. first time recovery will start really sllow it will count to 60 trying to mount the sd card but dont worry will start even when it fails to mount it. after the usb unbrick ull restart the recovery and ull be able to mount the sd card if the sd brick was the problem. u dont have to try with apk just download the flashable version of 4ext here: http://www.4ext.net/download.php?f=PB99IMG_2.1.3_RC2.zip&device=bravo and inside the archive u have the recovery.img
aliensk said:
just download the flashable recovery zip and inside ull get recovery img. then start the phone into fastboot (back+power) and flash the recovery with "fastboot flash recovery recovery.img then reboot bootloader, get to recovery and try in the tools the usb unbrick options. first time recovery will start really sllow it will count to 60 trying to mount the sd card but dont worry will start even when it fails to mount it. after the usb unbrick ull restart the recovery and ull be able to mount the sd card if the sd brick was the problem. u dont have to try with apk just download the flashable version of 4ext here: http://www.4ext.net/download.php?f=PB99IMG_2.1.3_RC2.zip&device=bravo and inside the archive u have the recovery.img
Click to expand...
Click to collapse
You just repeated everything i said.
lol i guess i did it wasnt on purpose guess i missed your post no harm to repeat though
I wanted to try on another computer, however, when I connect my phone in fastboot mode I'm getting unrecognized device in Windows (see attachments).
{
"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"
}
Installing HTCDriver3.0.0.007.exe didn't do the trick.
Dragonji said:
I wanted to try on another computer, however, when I connect my phone in fastboot mode I'm getting unrecognized device in Windows (see attachments).
Installing HTCDriver3.0.0.007.exe didn't do the trick.
Click to expand...
Click to collapse
U need to install fastboot drivers (google it) once u have downloaded the drivers, extract the zip file and where it says android 1.0 in that pic, right click it then update driver and navigate to the fastboot driver u downloaded and install it.
---------- Post added at 12:44 PM ---------- Previous post was at 12:41 PM ----------
Edit: here u go
http://androidforums.com/desire-all...ing-unrevoked-windows-updated-14-04-11-a.html
Something new, when I tried to flash recovery in fastboot, cmd said right after executing the command:
Code:
error: out of memory
Any ideas?
OK guys, I managed to flash 4EXT recovery via fastboot! What a newbie's mistake, I didn't opened 'fastboot' option when phone was running in vol. down + power mode and that was a cause of problem! Now gotta fix memory card problem...
In 4ext under tools run 'usb unbrick' or similar. Make sure you reboot into recovery. If it worked then 4ext will load faster and copy some configuration files to the SD. On some occasions I've had to run usb unbrick more than once to get it to work.
Sent from my HTC Desire using Tapatalk 2
---------- Post added at 10:45 PM ---------- Previous post was at 10:40 PM ----------
Nice job in getting adb and fastboot going, btw. I'm guessing you have experience with another Android phone?
Sent from my HTC Desire using Tapatalk 2
genseng said:
In 4ext under tools run 'usb unbrick' or similar. Make sure you reboot into recovery. If it worked then 4ext will load faster and copy some configuration files to the SD. On some occasions I've had to run usb unbrick more than once to get it to work.
Click to expand...
Click to collapse
Does not work.
genseng said:
Nice job in getting adb and fastboot going, btw. I'm guessing you have experience with another Android phone?
Click to expand...
Click to collapse
Nope, no experience.
I tried many things, tested another NOKIA 64MB SD card, doesn't work as well. My Adata works under another phone and I even managed to format it using GParted. Do you guys have any other ideas? Is there any chance it's software problem or do I need to change card slot of my phone?
Hello again, just wanted to inform you guys that I managed to fix my problem, I had to change SD/SIM module to a new one because it was broken. Thank you all for help.
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
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.
I need help please help someone...!!!
some minute ago, my phone was cracked slightly and left side of pda not working at all SEE THIS IMAGE
{
"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"
}
...
and my rom isnt booting for some reason, so i cant click the "Right logo" because that site not working...and now i cant restore my old rom or cant flash new rom !!! i need to help...for official purpose...please help someone please help...
or give me a solution to flash rom without recovery helppppp plzzzz
Just flash CWM through fastboot.
From this link , CWM is not touch.
http://forum.xda-developers.com/showthread.php?t=2734590
oVeRdOsE. said:
ohh, ''that side''..
Just flash CWM through fastboot.
From this link , CWM is not touch.
http://forum.xda-developers.com/showthread.php?t=2734590
Click to expand...
Click to collapse
i cant use fastboot...how to use it? give me step by step tutorial plz thanx for advice plz help bro
Alex Mitter said:
i cant use fastboot...how to use it? give me step by step tutorial plz thanx for advice plz help bro
Click to expand...
Click to collapse
Is it you screen that not responding?
- If you turn off your phone and do VolDown+Power, to get in bootloader
- plug your phone in pc
- open a window cmd where you have the fastboot.exe and the recovery.img of CWM
- and type : fastboot flash recovery recovery.img
Well I'm not an expert, but with CWM recovery you wont be able to restore 4ext backups.
Or maybe just restart, remove battery, re flash the 4ext recovery (from the link on my first post) first to see if the touch will come back.
oVeRdOsE. said:
Is it you screen that not responding?
- If you turn off your phone and do VolDown+Power, to get in bootloader
- plug your phone in pc
- open a window cmd where you have the adb.exe and the recovery.img of CWM
- and type : fastboot flash recovery recovery.img
Well I'm not an expert, but with CWM recovery you wont be able to restore 4ext backups.
Or maybe just restart, remove battery, re flash the 4ext recovery (from the link on my first post) first to see if the touch will come back.
Click to expand...
Click to collapse
thanks but i dont understand, tell me clearly, what is adb?
Mods, please move this thread to q&a
Instruction on how to use fastboot can be found here
http://forum.xda-developers.com/showthread.php?t=2348266
Also the link for non touch 4ext which should allow you to use you backups for restore
Sent from my Nexus 4 using XDA Premium 4 mobile app
demkantor said:
Mods, please move this thread to q&a
Instruction on how to use fastboot can be found here
http://forum.xda-developers.com/showthread.php?t=2348266
Also the link for non touch 4ext which should allow you to use you backups for restore
Sent from my Nexus 4 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
true that , if you can get non- touch 4ext recovery it will be better.
Maybe move the ribbon cable on the phone to see if the touch is getting working back.
Have you rooted your phone by yourself?
* I meant fastboost.exe, not adb.exe
1. Download sdk and install : http://developer.android.com/sdk/index.html?hl=sk
2. Found the folder where fastboot.exe is and copy the recovery.img from the recovery of your choice. Lets try the 4ext first if it fixes the problem
3. Boot your device in bootloader : VolDown+power. you must be in ''fastboot usb'' notice in red. Usb connected of course
4. In the folder where the fastboot.exe is , shift+right click, choose ''open a commend window here''
5. type : fastboot flash recovery recovery.img
after i go into "fastboot", and search device via "Fastboot device"...its not showing my device what can i do now?
i think its need USB Debugger, so how to enable it now?
OK, can anyone tell me how to survive from this?
i installed AOSB on it before the cracking, and when i setup, its crashing like this "unfortunately setup wizard has stopped."....!!
how to bypass this error
how to flash rom from bootloader ?
if your device doesn't see wit the command fastboot device ,you must verify that the fastboot driver (htc bootloader) is corectly installed
Alex Mitter said:
after i go into "fastboot", and search device via "Fastboot device"...its not showing my device what can i do now?
i think its need USB Debugger, so how to enable it now?
Click to expand...
Click to collapse
mmm, if I do remember, it won't detect your device with '' fastboot devices'', can you just type : fastboot flash recovery recovery.img ?
and then you should have something like : sending 'recovery' (5602 KB)... ......
usb debuggin is when you device is running the rom and you want to use adb or other stuff through the usb cable
if fastboot device doesn't work fastboot flash also.
i know i can't uses fastboot with my phone becauses i'm running windows 8.1 and the driver isn't compatible
See the fastboot guide in the thread I linked you, it will explain how to get it up an running again
Sent from my Nexus 4 using XDA Premium 4 mobile app
Alex Mitter said:
OK, can anyone tell me how to survive from this?
i installed AOSB on it before the cracking, and when i setup, its crashing like this "unfortunately setup wizard has stopped."....!!
how to bypass this error
Click to expand...
Click to collapse
You should be installing asob v129, v130 isn't working for us. By the way, you don't necessarily need fastboot to flash a recovery.
thanks to all all are great friends...thanks
tell me just one thing, how can i flash a recovery or rom without entering on recovery? and is it possible to flash that from bootloader only?
i'm using Windows 8.1...so do i need to install windows 7 on my pc to get install the driver for fastboot?
Win 8.1 has issues with the fastboot drivers, maybe dual boot a Linux distro or run a live CD
Actually, if you have an external card reader or a way to transfer a file to your SD card I'll just make a .zip for you that should fix your issue, let me know as I'm almost down with my paper I can just whip it up real quick
Sent from my Nexus 7 using XDA Premium 4 mobile app
demkantor said:
Win 8.1 has issues with the fastboot drivers, maybe dual boot a Linux distro or run a live CD
Actually, if you have an external card reader or a way to transfer a file to your SD card I'll just make a .zip for you that should fix your issue, let me know as I'm almost down with my paper I can just whip it up real quick
Sent from my Nexus 7 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
thanks for quick response bro..
ya i have SD Card reader...
then?
Alex Mitter said:
thanks for quick response bro..
ya i have SD Card reader...
then?
Click to expand...
Click to collapse
put this on the root of your sd card (so not in any folders)
then boot into bootloader
except yes on your phone
it will flash a non touch version of 4ext recovery
(you will need to remove it from your sd card or it will always try to update)
boot to recovery
flash rom or restore backup
done
thanks bro...!!! sooo much..
i'll report u soon...