Hi!
Something is wrong. I have AmonRA 2.0 recovery and I can't mount sdcard, even when I try to use function Flash zip form sdcard I get this message:
E:Can't mount /dev/block/mmcblk0p1 (or /dev/block/mmcblk0).
(no such file or directory)
E:Can't mount /sdcard.
Well all started yesterday after installing some games from Google Play and then phone caught bootloop. So I use Full wipe I decided to increase the size of the partition EXT. Then I get message Can't mount sdcard. So I delete partition (fat32 and EXT) on pc and create new. Bat still the same. I can't create partition using recovery, because E:Cant mount.....
I delete again partition on pc and put clean card to HTC, still the same problem.
What already tried:
- change Hboot but no results
- I try reinstall AmonRA using Unrevoked 3 - my phone reboots 2 times and then unrevoked want install
Qualcomm CDMA Technologies MSM Windows driver, but I have GSM!
I ran android and go to Settings>Storage Settings and I see "Insert an SD card for mounting", but my card is already inserted!
any ideas? please help
DUser83 said:
Hi!
Something is wrong. I have AmonRA 2.0 recovery and I can't mount sdcard, even when I try to use function Flash zip form sdcard I get this message:
E:Can't mount /dev/block/mmcblk0p1 (or /dev/block/mmcblk0).
(no such file or directory)
E:Can't mount /sdcard.
Well all started yesterday after installing some games from Google Play and then phone caught bootloop. So I use Full wipe I decided to increase the size of the partition EXT. Then I get message Can't mount sdcard. So I delete partition (fat32 and EXT) on pc and create new. Bat still the same. I can't create partition using recovery, because E:Cant mount.....
I delete again partition on pc and put clean card to HTC, still the same problem.
What already tried:
- change Hboot but no results
- I try reinstall AmonRA using Unrevoked 3 - my phone reboots 2 times and then unrevoked want install
Qualcomm CDMA Technologies MSM Windows driver, but I have GSM!
I ran android and go to Settings>Storage Settings and I see "Insert an SD card for mounting", but my card is already inserted!
any ideas? please help
Click to expand...
Click to collapse
Try using Gparted or 4ext to partition your sd-card.
abaaaabbbb63 said:
Try using Gparted or 4ext to partition your sd-card.
Click to expand...
Click to collapse
Partition is ok. I can create new. The problem is that the phone will not mount sd card. Is available from the recovery and from the android.
I have 3 different sdcard and it does not matter which is insert, because recovery and android they do not mount.
I can change HBoot, so physically slot is ok. (Function FASTBOOT sees the new hboot file on the sd).
So once again:
The problem is that the phone will not mount sd card. Is available from the recovery and from the android.
Do as @abaaaabbbb63 said.
Since fastboot is obviously working, flash 4ext recovery with fastboot.
Then reboot into recovery and partition/format your sdcard from scratch.
And there's no use in starting a new thread for the same issue, things won't go better!
Two beer or not two beer, that's the question
DUser83 said:
Partition is ok. I can create new. The problem is that the phone will not mount sd card. Is available from the recovery and from the android.
I have 3 different sdcard and it does not matter which is insert, because recovery and android they do not mount.
I can change HBoot, so physically slot is ok. (Function FASTBOOT sees the new hboot file on the sd).
So once again:
The problem is that the phone will not mount sd card. Is available from the recovery and from the android.
Click to expand...
Click to collapse
I had the same problem yesterday, i used the "fastboot oem enableqxdm 0" command, and then i flashed the "4eXT Recovery Touch v1.0.0.5 RC9" (links below) recovery to use the "usb unbrick" feature.
https://dl.dropboxusercontent.com/u/6801709/Envois/Desire/Recovery/PB99IMG.zip
https://dl.dropboxusercontent.com/u/6801709/Envois/Desire/Recovery/4EXT-v1.0.0.5-RC9.img
zinconnu said:
I had the same problem yesterday, i used the "fastboot oem enableqxdm 0" command, and then i flashed the "4eXT Recovery Touch v1.0.0.5 RC9" (links below) recovery to use the "usb unbrick" feature.
https://dl.dropboxusercontent.com/u/6801709/Envois/Desire/Recovery/PB99IMG.zip
https://dl.dropboxusercontent.com/u/6801709/Envois/Desire/Recovery/4EXT-v1.0.0.5-RC9.img
Click to expand...
Click to collapse
But how to use "fastboot oem enableqxdm 0" command? on windows cmd? I have android sdk and Android Commander.
please do not leave me alone
zinconnu said:
I had the same problem yesterday, i used the "fastboot oem enableqxdm 0" command, and then i flashed the "4eXT Recovery Touch v1.0.0.5 RC9" (links below) recovery to use the "usb unbrick" feature.
https://dl.dropboxusercontent.com/u/6801709/Envois/Desire/Recovery/PB99IMG.zip
https://dl.dropboxusercontent.com/u/6801709/Envois/Desire/Recovery/4EXT-v1.0.0.5-RC9.img
Click to expand...
Click to collapse
That my PB99IMG? LOL
jmcclue said:
That my PB99IMG? LOL
Click to expand...
Click to collapse
Yes! :good: (http://forum.xda-developers.com/showthread.php?t=1751258)
DUser83 said:
But how to use "fastboot oem enableqxdm 0" command? on windows cmd? I have android sdk and Android Commander.
please do not leave me alone
Click to expand...
Click to collapse
You have to :
1. Setup fastboot
2. Turn your phone off. Boot it into fastboot using back button + power button, then plug it into your computer. On your phone it should now say "FASTBOOT USB".
3. Open command prompt (cmd) and enter the command
Yes! Yes! Yes!
Thank you very much guys! It works! :laugh::laugh:
Here is what I did:
1. I used these instructions and download ADB&Fastboot.
2. I typed the command "fastboot oem enableqxdm 0" In the window I saw the answer "Finished... OK"
3. Then I download 4EXT-v1.0.0.5-RC9 from the link above i type command "fastboot flash recovery 4EXT-v1.0.0.5-RC9.img".
4. I launched a new recovery and use function "usb unbrick" It shows me 640kb file was missing. So I click FIX and done.
Now sdcard is working.
Thank you again guys. You are amazing!
zinconnu said:
Yes! :good: (http://forum.xda-developers.com/showthread.php?t=1751258)
You have to :
1. Setup fastboot
2. Turn your phone off. Boot it into fastboot using back button + power button, then plug it into your computer. On your phone it should now say "FASTBOOT USB".
3. Open command prompt (cmd) and enter the command
Click to expand...
Click to collapse
I found other toturial, but thank you.
DUser83 said:
Yes! Yes! Yes!
Thank you very much guys! It works! :laugh::laugh:
Here is what I did:
1. I used these instructions and download ADB&Fastboot.
2. I typed the command "fastboot oem enableqxdm 0" In the window I saw the answer "Finished... OK"
3. Then I download 4EXT-v1.0.0.5-RC9 from the link above i type command "fastboot flash recovery 4EXT-v1.0.0.5-RC9.img".
4. I launched a new recovery and use function "usb unbrick" It shows me 640kb file was missing. So I click FIX and done.
Now sdcard is working.
Thank you again guys. You are amazing!
Click to expand...
Click to collapse
You are welcome!
Related
Last night the SD card suddenly was missing on my rooted Desire, both in Android and in ClockWorkMod Recovey. The SD card could only be read in fastboot mode. Holy craperoly!
When I tried to mount it in ClockWorkMod Recovery I got an error message saying "E:Can't mount /dev/block/mmcblk0p1 (or /dev/block/mmcblk0) (No such file or directory)". I tried 2 different SD cards but none of them could be mounted.
Searched the web and came across "solutions" like "the mainboard is faulty and must be replaced". WTF!!!
Finally found the solution:
1. Download the Android SDK and extract
2. Connect the phone to the PC via USB
3. Go into Fastboot (hold 'back key' then power on)
5. On your PC enter the command prompt, navigate to the SDK\tools folder and enter
"fastboot oem enableqxdm 0"
"fastboot reboot"
Fixed!
Still have absolutely no clue why the issue happened in the first place...
i tried this but not working , may be it works on some but not for me
well i format with g-parted live cd , and made two partitions of fat32 and ext3
and now it is working
just try it
ps: first i used g-parted live cd in my laptop , but it did not detect my Micro sd
then i tried it on my friend's and then it detected msd , just give it a try , not sure for you
siliconaddict said:
Last night the SD card suddenly was missing on my rooted Desire, both in Android and in ClockWorkMod Recovey. The SD card could only be read in fastboot mode. Holy craperoly!
When I tried to mount it in ClockWorkMod Recovery I got an error message saying "E:Can't mount /dev/block/mmcblk0p1 (or /dev/block/mmcblk0) (No such file or directory)". I tried 2 different SD cards but none of them could be mounted.
Searched the web and came across "solutions" like "the mainboard is faulty and must be replaced". WTF!!!
Finally found the solution:
1. Download the Android SDK and extract
2. Connect the phone to the PC via USB
3. Go into Fastboot (hold 'back key' then power on)
5. On your PC enter the command prompt, navigate to the SDK\tools folder and enter
"fastboot oem enableqxdm 0"
"fastboot reboot"
Fixed!
Still have absolutely no clue why the issue happened in the first place...
Click to expand...
Click to collapse
Hi! Thanks for the info, I did everything you told me but when I enter your command it says it doesn't recognize "fastboot" as an internal or external command... any ideas what goes wrong? the command propmt is the "cmd.exe" right? and I should enter the text right there, once navigated until the tools folder,right? (which is now "platform-tools" by the way")
Btw, about the fast boot mode. I turned off the phone and then pressed the back button and once the power button. It didnt say anything about entering fast boot mode or anything, that's right I guess?
I cant believe HTC is screwing that much... I was such a fan. First HTC sense huge problems.. now this...
Please answer! Thx in advance!
Hello Desirers,
i have had the HTC Desire for a whole year now, i did root it long time ago via Unrevoked 3, and installed the Amon-RA recovery.. and installed LeeDroid 2.2 by then, then made a full wipe some monthes ago and installed LeeDroid 2.3d.. and all went well.. i never had any problem with flashing a zip from the recovery or roms.
yesterday i downloaded the new LeeDroid2.41 rom, to install it.
When i went to Rom Manager to make a backup (my 1st time to use it to backup, thought to use it instead of the usual nandroid backup + from the AmonRA recovery menu... it went okay during the backup (with the different backups...etc) till the restart at the end and it gave me the white flash "HTC" screen and kept on restarting... and that's it.. nothing else happens.. i hadn't install anything new .. i was just backing up stuff.
Note that the HBOOT menu appears normally.. i can go to recovery.. to anything okay.. but can't boot the normal system that was just working and stable.
anyways so i thought to go to recovery and flash the new LeeDroid for that may fix whatever is wrong... but when i go to AmonRA menu and select to flash a zip it tells me :
E:can't mount /dev/block/mmcblk0p1
no such file or directory
E: can't mount /sdcard
Click to expand...
Click to collapse
though the sdcard is working on windows, i tried to restart, to remove the sdcard and insert it again, another sdcard (all gave the same result)... when i choose "Mounts" menu from the AmonRA menu and choose to "mound sdcard" it gives me the same error message.
now the brick is that i can't do anything.. can't change the recovery, can't install a new room or whatever, can't restore it to factory settings <install the original rom> ... because all needs sdcard. and i can't reach my original leedroid rom that was working because the phone keeps on restarting after the white screen.
what's wrong with the sdcard matter anyways ?
=-=
i really hope this shout reaches anyone who can help me, i am phoneless since yesterday Sad
=-=
regards
hi,
did you try this command?
you should have adb installed on your computer the TUT there or use thos one from xda http://forum.xda-developers.com/showthread.php?t=696189
Code:
open a cmd line (hit win key+r) and type cmd + enter)
1) Type in your command without quotes
“fastboot oem enableqxdm 0”
2) Once done reboot ur device
3) Your SD card must be recognized now.
hope this help U
You thought of it as a USB brick? You could use the tutorial to try fix it. Or it could be the bootloader (doubt it) or something else. Can the SD be read in the bootloader?
Sent from CM7
fragargon said:
hi,
did you try this command?
you should have adb installed on your computer the TUT there or use thos one from xda http://forum.xda-developers.com/showthread.php?t=696189
Code:
open a cmd line (hit win key+r) and type cmd + enter)
1) Type in your command without quotes
“fastboot oem enableqxdm 0”
2) Once done reboot ur device
3) Your SD card must be recognized now.
hope this help U
Click to expand...
Click to collapse
Just fixed it... i think the problem erupted because i have AmonRA recovery and used Rom manager (Clockwork mod recovery based) .. there were several reports that this may cause a usb brick. ... any way... i searched for how to unbrick it.. and used a clone cd from modaco ((Tinycore.img)) which is linux based to boot from it (with phone connected to fastboot usb) .. and entered the following commands :
sudo mkdir /mnt/cdrom
sudo mount /dev/cdrom /mnt/cdrom
cd /mnt/cdrom/root
/mnt/cdrom/root/fastboot oem enableqxdm 0
Click to expand...
Click to collapse
and it enabled the sdcard... i checked the sdcard workability from the recovery (i hadn't format it yet) then thought : WTH, why not to try and restart the phone to see if it will log in normally .. and it did (naturally because the sdcard block was the thing that prevented it from booting from the very start)...
so now it's working ... on the old LeeDroid 2.3d ... gonna do an AmonRA nandroid backup 1st thing... then why not to try to upgrade to LeeDroid 2.41 ;D... if anything goes wrong you will find me back here screaming and kicking like this morning ...
ain't that the beauty of Android ?
=-=
Thanks for ur replies guys
Orion
Hi everybody,
I've been looking on the forum for over a week, and I still haven't been able to resolve my problem.
I tried flashing my HTC Desire with a ROM (on Rom manager), but it didn't work (it always rebooted).
I stupidly deleted all the data on the phone, cache, dalvik cache, etc.... so no Rom is on my phone now.
I now think my phone is USB bricked (it has all the symptoms such as not being properly recognized on the computer).
I can turn on the phone, the buttons work, I can go into clockwork mod BUT I can't mount my SD card in clockwork (so I can't flash anything through that).
I would really appreciate and help you have to offer! Thanks!
S-ON (I unfortunately turned it back on while I tried to fix it)
HBOOT 0.93
Radio 5.11.05.27
ClockworkMod Recovery v.5.0.2.0
I guess you just need to run two fastboot commands:
fastboot oem enableqxdm 0 (unblock your sd-card)
fastboot oem eraseconfig (fix misc partition)
source: http://androidforums.com/desire-tips-tricks/365476-guide-usb-brick-fix.html
EvertorN said:
I guess you just need to run two fastboot commands:
fastboot oem enableqxdm 0 (unblock your sd-card)
fastboot oem eraseconfig (fix misc partition)
source: androidforums.com/desire-tips-tricks/365476-guide-usb-brick-fix.html
Click to expand...
Click to collapse
I already looked at that page and tried what you said and it didn't work, I also tried flashing the PB99IMG.zip but that also didn't work.
I then needed to do the process on the bottom of the page, but it requires me to use a file explorer app, and I don't have any ROM installed
any ideas?
are you sure you ran the fastboot commands correctly?
1) Make sure you have fastboot set up, if you don't, unzip the attached file into c:\
2) turn on your phone in FASTBOOT (either hold BACK and POWER, or select FASTBOOT from the Hboot menu)
3) plug the phone in via usb
4) run cmd and type
Code:
cd\
fastboot oem enableqxdm 0
fastboot oem eraseconfig
Do you see your device in fastboot devices? If yes then follow bortak's guide. If not, you might have a problem
Sent from my HTC Runnymede using XDA App
bortak said:
are you sure you ran the fastboot commands correctly?
1) Make sure you have fastboot set up, if you don't, unzip the attached file into c:\
2) turn on your phone in FASTBOOT (either hold BACK and POWER, or select FASTBOOT from the Hboot menu)
3) plug the phone in via usb
4) run cmd and type
Code:
cd\
fastboot oem enableqxdm 0
fastboot oem eraseconfig
Click to expand...
Click to collapse
Hi,
"fastboot oem enableqxdm 0" works fine, but when I do "fastboot oem eraseconfig" I get the following message:
... INFO[ERR] Command error !!!
OKAY
It is written that I'm connected on fastboot USB on my phone, and fastboot detects a device as "SH09XPL05866", that I suppose is my Desire.
Any suggestions?
Thanks
Double-checked you wrote the command correct?
MatDrOiD said:
Double-checked you wrote the command correct?
Click to expand...
Click to collapse
Yup, I wrote it correctly.
I looked at your guide, and I'm guessing it won't work anyways because I'm S-ON.
Is there any other way to un-USB brick it (or put it back on S-OFF)?
Checked if CWM can mount SD card only with the first command?
Sent from ICS with Transparent XDA App
MatDrOiD said:
Checked if CWM can mount SD card only with the first command?
Sent from ICS with Transparent XDA App
Click to expand...
Click to collapse
Nope, I get "error mounting SD card"... does anybody know where this could be coming from?
any other ideas?
A) you haven't got an sd-card in your phone
B) your sd-card is dead
bortak said:
A) you haven't got an sd-card in your phone
B) your sd-card is dead
Click to expand...
Click to collapse
Thanks bortak, I tried with another sd card and I can mount in clockworkmod.
Though the other sd card isn't dead, I can read it using a micro sd adapter...
thanks a million
bortak said:
A) you haven't got an sd-card in your phone
B) your sd-card is dead
Click to expand...
Click to collapse
sir you are the greatest after weeks of searching i have been able to root my phone all thanks to you sir
I made a pretty big noob mistake while attempting to install the Cyanogenmod 9 alpha 9 onto my HTC One X.
I flashed the boot.img without installing the cm-9-20120627-alpha-9-endeavoru.zip onto the phone's memory. Now the phone is stuck either in a bootloop or, when I erase the cache, stuck at the boot screen.
What can I do? I'm using a Mac, so apparently flashing a RUU won't work.
My version is 1.29.401.11.
nnaka261 said:
I made a pretty big noob mistake while attempting to install the Cyanogenmod 9 alpha 9 onto my HTC One X.
I flashed the boot.img without installing the cm-9-20120627-alpha-9-endeavoru.zip onto the phone's memory. Now the phone is stuck either in a bootloop or, when I erase the cache, stuck at the boot screen.
What can I do? I'm using a Mac, so apparently flashing a RUU won't work.
My version is 1.29.401.11.
Click to expand...
Click to collapse
hold the power button and the volume down button for about fifteen seconds
you should now be in the bootloader
select fastboot
navigate to the fastboot path in your pc with cmd
type fastboot erase cache
on your phone select the reboot recovery option
you should now be able to flash the zip from recovery
JJbdoggg said:
hold the power button and the volume down button for about fifteen seconds
you should now be in the bootloader
select fastboot
navigate to the fastboot path in your pc with cmd
type fastboot erase cache
on your phone select the reboot recovery option
you should now be able to flash the zip from recovery
Click to expand...
Click to collapse
My problem is that I had completely forgotten to put the zip onto the sdcard. I can't flash it from recovery because it's not there.
I also tried flashing it to the sdcard using fastboot, but I get an error that says "FAILED (remote: not allowed)"
nnaka261 said:
My problem is that I had completely forgotten to put the zip onto the sdcard. I can't flash it from recovery because it's not there.
I also tried flashing it to the sdcard using fastboot, but I get an error that says "FAILED (remote: not allowed)"
Click to expand...
Click to collapse
You have to go into recovery, and tick mounts & storage. At the bottom look for the mount USB mass storage function.then copy the ROM to the phone. Unmount it after that and you can flash it.
Correct me if I'm wrong
Sent from my HTC One X using xda premium
MarcelHofs said:
You have to go into recovery, and tick mounts & storage. At the bottom look for the mount USB mass storage function.then copy the ROM to the phone. Unmount it after that and you can flash it.
Correct me if I'm wrong
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
You just do this turn of your phone connect to pc and wait for the driver installation.. then go to the adb or fastboot folder.. then type adb devices in the command prompt.. if the driver is installed properly it'll show.. then mount sd card with adb shell mount /sdcard
And copy paste the Rom or kernel module with adb push <path to file> /sdcard this may take a while depends on the size and speed.. hope this should help. Hit the thanks if it worked
Sent from my HTC One X using xda app-developers app
MarcelHofs said:
You have to go into recovery, and tick mounts & storage. At the bottom look for the mount USB mass storage function.then copy the ROM to the phone. Unmount it after that and you can flash it.
Correct me if I'm wrong
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
I selected "mount USB storage," but I get a message at the very bottom of the screen that reads "E: Unable to open ums lunfile (No such file or directory)"
nnaka261 said:
I selected "mount USB storage," but I get a message at the very bottom of the screen that reads "E: Unable to open ums lunfile (No such file or directory)"
Click to expand...
Click to collapse
You just do this turn of your phone connect to pc and wait for the driver installation.. then go to the adb or fastboot folder.. then type adb devices in the command prompt.. if the driver is installed properly it'll show.. then mount sd card with adb shell mount /sdcard
And copy paste the Rom or kernel module with adb push /sdcard this may take a while depends on the size and speed.. hope this should help. Hit the thanks if it worked
Sent from my HTC One X using xda app-developers app
harsharockzzz said:
You just do this turn of your phone connect to pc and wait for the driver installation.. then go to the adb or fastboot folder.. then type adb devices in the command prompt.. if the driver is installed properly it'll show.. then mount sd card with adb shell mount /sdcard
And copy paste the Rom or kernel module with adb push <path to file> /sdcard this may take a while depends on the size and speed.. hope this should help. Hit the thanks if it worked
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
I'm not sure I understand what you're saying (noob and all). Also, I'm using a Mac, so I don't think I'm supposed to install any drivers.
I'm pretty much at the point where I would settle for just a working phone. How can I get it back to working condition? I'm finding this phone to be far more difficult to work with than the Galaxy Nexus. But then again, I'm not sure I know what I'm doing anymore.
nnaka261 said:
I'm pretty much at the point where I would settle for just a working phone. How can I get it back to working condition? I'm finding this phone to be far more difficult to work with than the Galaxy Nexus. But then again, I'm not sure I know what I'm doing anymore.
Click to expand...
Click to collapse
It is not difficult if you FOLLOW the steps given..I know you're on a Mac, but if you can find a PC powered by Windows 7/XP, you can follow this steps to open your sd card:
http://forum.xda-developers.com/showpost.php?p=27676957&postcount=1
Good luck mate..
nnaka261 said:
I selected "mount USB storage," but I get a message at the very bottom of the screen that reads "E: Unable to open ums lunfile (No such file or directory)"
Click to expand...
Click to collapse
Which recovery that you have now ?
Flash the new recovery 5.8.40 http://forum.xda-developers.com/showthread.php?t=1594819
The USB mounted is fixed in this version, no more error "E: Unable to open ums lunfile (No such file or directory)"
select mounts and storage
select mount USB storage
open the usb storage on your PC/Mac, transfer your rom.zip to the USB storage, and flash the rom.zip.
Freddy1X said:
It is not difficult if you FOLLOW the steps given..I know you're on a Mac, but if you can find a PC powered by Windows 7/XP, you can follow this steps to open your sd card:
http://forum.xda-developers.com/showpost.php?p=27676957&postcount=1
Good luck mate..
Click to expand...
Click to collapse
Un-freakin-believable. My phone is back. Now I just have to get a new SIM card because I picked up a backup phone from the T-Mobile store.
I can't thank you enough, Freddy1X.
I have a problem.
- My power button ain't working.
- i cannot boot into a working ROM.
- When i want to boot into fastboot/recovery i need a working rom with USB debugging. then it would be possible with a "adb" command. But adb command are not working from hboot.
How can i now boot into recovery? because i now can only boot into hboot.
There's "fastboot boot recovery.img" but you need to be in fastboot mode. Can you get into fastboot?
Sent using xda-developers app
Chromium_ said:
There's "fastboot boot recovery.img" but you need to be in fastboot mode. Can you get into fastboot?
Sent using xda-developers app
Click to expand...
Click to collapse
Nope. To get into fastboot i need to use a adb command "adb reboot-bootloader" and that is not working in HBOOT (as far i know). gives me error: device not found.
Tried your command from HBOOT:
C:\ADB\Android Flasher\Data>fastboot boot C:\Users\Jasper\Downloads\recovery-clo
ckwork-touch-5.8.0.2-bravo.img
downloading 'boot.img'... FAILED (status malformed (1 bytes))
finished. total time: 0.003s
Click to expand...
Click to collapse
Seems the device is connected: Fastboot device
C:\ADB\Android Flasher\Data>fastboot devices
SH0AHPL00631 fastboot
Click to expand...
Click to collapse
Was planning to install your rom chromium but for that i needed to iunstall another HBOOT with a 250MB /system.
sn33ky said:
Nope. To get into fastboot i need to use a adb command "adb reboot-bootloader" and that is not working in HBOOT (as far i know). gives me error: device not found.
Tried your command from HBOOT:
Seems the device is connected: Fastboot device
Was planning to install your rom chromium but for that i needed to iunstall another HBOOT with a 250MB /system.
Click to expand...
Click to collapse
How are you turning the phone on?
Chromium_ said:
How are you turning the phone on?
Click to expand...
Click to collapse
putting the battery in the phone make it boot.
sn33ky said:
putting the battery in the phone make it boot.
Click to expand...
Click to collapse
Try doing that while holding the back button. That might get you into fastboot.
Chromium_ said:
Try doing that while holding the back button. That might get you into fastboot.
Click to expand...
Click to collapse
Thanks a lot for this usefull tip!
This made me to install the Newest Recovery "recovery-clockwork-touch-5.8.0.2-bravo" on the device. But now i want to mount my SD card and i get the following error "Error mounting /sdcard, E: Unable to write to ums lumfile" Also formating from the SD card isn't working. So i cannot put a rom on the SDcard so i can actually flash the romROM
sn33ky said:
Thanks a lot for this usefull tip!
This made me to install the Newest Recovery "recovery-clockwork-touch-5.8.0.2-bravo" on the device. But now i want to mount my SD card and i get the following error "Error mounting /sdcard, E: Unable to write to ums lumfile" Also formating from the SD card isn't working. So i cannot put a rom on the SDcard so i can actually flash the romROM
Click to expand...
Click to collapse
Cool, didnt think that would work.
Try flashing 4ext instead. Heres the image. See if its recognizing the sdcard. If not, go to tools, and use the usb unbrick feature.
Chromium_ said:
Cool, didnt think that would work.
Try flashing 4ext instead. Heres the image. See if its recognizing the sdcard. If not, go to tools, and use the usb unbrick feature.
Click to expand...
Click to collapse
First the booting from 4EXT recovery took more then 40 second and it came with a error "error mounting sd card.. please wait! recovery takes a long time booting without access to the /sdcard If you think you might be usb bricked.. take a look into the tools menu and use the usb unbrick option. Or use the following fastboot commands fastboot oem enableqxdm 0, fastboot oem eraseconfig."
Mounting the SD Card did not work.
Creating a partition table didn't work as wel."error re-reading partition table. Please reboot recovery and start over" But after a reboot it gives the same message.
Then i used the USB-unbrick tool like you stated. It was successful done (it told) and i rebooted afterwards like asked. But this didnt solve the issue and the errors where the same.
I also tried the suggested fastboot commands "fastboot oem enableqxdm 0 & fastboot oem eraseconfig" but that didn't solve the SD Card issue. Still the same problems i cannot mount or format the SD card.
Under info it tell's "Mount point: sdcard, FS: fat32, Size: --MiB, free: -- MiB"
So i'm out of options here.
sn33ky said:
First the booting from 4EXT recovery took more then 40 second and it came with a error "error mounting sd card.. please wait! recovery takes a long time booting without access to the /sdcard If you think you might be usb bricked.. take a look into the tools menu and use the usb unbrick option. Or use the following fastboot commands fastboot oem enableqxdm 0, fastboot oem eraseconfig."
Mounting the SD Card did not work.
Creating a partition table didn't work as wel."error re-reading partition table. Please reboot recovery and start over" But after a reboot it gives the same message.
Then i used the USB-unbrick tool like you stated. It was successful done (it told) and i rebooted afterwards like asked. But this didnt solve the issue and the errors where the same.
I also tried the suggested fastboot commands "fastboot oem enableqxdm 0 & fastboot oem eraseconfig" but that didn't solve the SD Card issue. Still the same problems i cannot mount or format the SD card.
Under info it tell's "Mount point: sdcard, FS: fat32, Size: --MiB, free: -- MiB"
So i'm out of options here.
Click to expand...
Click to collapse
It could be an issue with the sdcard. Do you have any others that you could try?
Chromium_ said:
It could be an issue with the sdcard. Do you have any others that you could try?
Click to expand...
Click to collapse
Yup i just tried another 2GB microSD card i had lying.
Mounting worked, formatting worked. Then i could copy your ROM's zip file to the SD card. But the moment i unmounted it and wanted to install it it failed. "E: Can't Open /sdcard/ChromiumROM........zip (bad)
After i toggled usb storage on and wanted to move some other files to the SD card. it failed.
sn33ky said:
Yup i just tried another 2GB microSD card i had lying.
Mounting worked, formatting worked. Then i could copy your ROM's zip file to the SD card. But the moment i unmounted it and wanted to install it it failed. "E: Can't Open /sdcard/ChromiumROM........zip (bad)
After i toggled usb storage on and wanted to move some other files to the SD card. it failed.
Click to expand...
Click to collapse
Sounds like a usb brick. Try the usb unbrick tool in 4ext again.
Chromium_ said:
Sounds like a usb brick. Try the usb unbrick tool in 4ext again.
Click to expand...
Click to collapse
When doing that it tell's "Unable to determine your CID. please report this error via 4EXT Recovery Control or Updater App"
Ok sounds i need to buy a new Micro-SD card and try with that
EDIT: New MicroSD Class 10 has been ordered from a online store. I keep you updated when received.
Thanks a lot for your useful support Chromium_! Can't thank you enough!