[Q] how to mount SD card in recovery on one x - HTC One X

how to mount SD card in recovery on one x

This isn't possible yet, dev's are working on it.

Nice, how the hell can I transfer new rom onto my internal sd if I had to remove my stock rom???

This was posted earlier today by Jotha
jotha said:
Assuming you have latest cwm-recovery, do the following:
Copy rom to your adb-directory on PC
Switch OFF phone
Connect phone to PC
Wait until you hear the "USB-Connect"-sound on PC
Go into command window in adb-directory
Type "adb push rom.zip /sdcard/"
(where rom.zip is name of rom-file)
pushing is rather slow so it will take a while. Eventually you get an "OK". Then you can go into recovery and flash it.
Click to expand...
Click to collapse

adamgaltress said:
This was posted earlier today by Jotha
Click to expand...
Click to collapse
OK, i found my adb directory, and entered this in cmd, but it stays without any notice, just lower _ remains blinking..
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>adb push leedroid_one
_xtreme_v6.0.0.zip /sdcard/
---------- Post added at 05:01 PM ---------- Previous post was at 04:53 PM ----------
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>adb push leedroid_one
_xtreme_v6.0.0.zip /sdcard/
1675 KB/s (621988319 bytes in 362.421s)
Transfer did finish, but when I enter CWM to update, it says no such file or directory found, instalation aborted...

Stegy said:
OK, i found my adb directory, and entered this in cmd, but it stays without any notice, just lower _ remains blinking..
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>adb push leedroid_one
_xtreme_v6.0.0.zip /sdcard/
---------- Post added at 05:01 PM ---------- Previous post was at 04:53 PM ----------
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>adb push leedroid_one
_xtreme_v6.0.0.zip /sdcard/
1675 KB/s (621988319 bytes in 362.421s)
Transfer did finish, but when I enter CWM to update, it says no such file or directory found, instalation aborted...
Click to expand...
Click to collapse
Try downloading the rom again and transferring it a second time

adamgaltress said:
Try downloading the rom again and transferring it a second time
Click to expand...
Click to collapse
Tried for 2nd time now, and this is what I get:
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>adb push update.zip /
sdcard/
error: device not found
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>
If anyone has few minutes to help me, i would really appreciate it, I'm even considering paying someone for help, over skype, gtalk or wlm!!!

Stegy said:
Tried for 2nd time now, and this is what I get:
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>adb push update.zip /
sdcard/
error: device not found
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>
If anyone has few minutes to help me, i would really appreciate it, I'm even considering paying someone for help, over skype, gtalk or wlm!!!
Click to expand...
Click to collapse
try adb devices it should list any devices that are there. If there are none then you can try rebooting the phone into fastboot and see what that does?

Replied on my thread:
http://forum.xda-developers.com/showpost.php?p=26047704&postcount=7

this worked for me
go to recovery then:
adb devices
adb shell
mount sdcard
then open another command prompt prompt and:
adb push name_of_rom.zip /sdcard

okay i can push my rom file on the phone but i see nothing in the recovery on my phone
my problem is, i flash the Android_Revolution_HD-One_X_6.0.0 works wonderfull but than i flash the fix for adw lauchner and i flash the wrong one
now my phone hang on start - i start the bootloader bzw fastboot no problem
any ideas?
lg

Can you go to recovery ?
Reflash the rom.zip ?
If everything already wiped, nothing left inside sdcard, try this:
fastboot boot recovery-clockwork-touch-5.8.3.1-endeavoru.img
then
adb devices
then
adb shell
then
echo /dev/block/mmcblk0p14 > /sys/devices/platform/fsl-tegra-udc/gadget/lun0/file
the sdcard windows will open

you are my hero ckpv5
my phone is alive - thx for your help
lg

ckpv5 , mate, you are truely a genius, i trawled for days and days trying to fix this, i encountered every possible error. from flat battery to no software on device, you have saved me from further hours of despair. thankyou

ckpv5 said:
Can you go to recovery ?
Reflash the rom.zip ?
If everything already wiped, nothing left inside sdcard, try this:
fastboot boot recovery-clockwork-touch-5.8.3.1-endeavoru.img
then
adb devices
then
adb shell
then
echo /dev/block/mmcblk0p14 > /sys/devices/platform/fsl-tegra-udc/gadget/lun0/file
the sdcard windows will open
Click to expand...
Click to collapse
CKPV5, please, help me!
http://forum.xda-developers.com/showthread.php?t=1714264
Thank you!

thank's 4 U
xeexou said:
you are my hero ckpv5
my phone is alive - thx for your help
lg
Click to expand...
Click to collapse
ckpv5 said:
Can you go to recovery ?
Reflash the rom.zip ?
If everything already wiped, nothing left inside sdcard, try this:
fastboot boot recovery-clockwork-touch-5.8.3.1-endeavoru.img
then
adb devices
then
adb shell
then
echo /dev/block/mmcblk0p14 > /sys/devices/platform/fsl-tegra-udc/gadget/lun0/file
the sdcard windows will open
Click to expand...
Click to collapse
Relly U R MY HERO THAAAAAAAAAAANK'S VERY VERY VERY VERY BEAUTIFUL SO MUCH :good:

River825 said:
this worked for me
go to recovery then:
adb devices
adb shell
mount sdcard
then open another command prompt prompt and:
adb push name_of_rom.zip /sdcard
Click to expand...
Click to collapse
worked for me.... :good:

Related

[SOLVED] Cant change boot animation :(

Got bored of searching and googleing... but using MoDaCo's WIP R4 FroYo ROM and Clockwork Recovery... when I flashed the ROM I lost the boot time animation (the PC BIOS one) so tried to put it back in recovery using adb push *file* /data/local (file copied ok) but still only have the htc boot screen also tried pushing the file with the phone booted, but again no dice
Anyone got any ideas?
Thanks in advance
------ Resolution ------
Ok, firstly massive thanks to those who helped - you are what xda is all about ... I finally managed to resolve this problem by
adb mount /system
adb shell
looking around and removing all bootanimation.zip's I could...
then exit the shell session and adb push the bootanimation.zip to /system/media
adb reboot and
I found this info here: http://androidforums.com/all-things-root-droid/97562-froyo-boot-animation.html
Not sure why this keeps changing? Maybe it is something specific to the Modaco R5 ROM?
Try pushing it to /system/customize/resource
yes the directory for froyo is the
/system/customize/resource
thanks for the assist guys, I tried this in recovery
"adb push bootanimation.zip /system/customize/resource" which went ok, the adb reboot and no show with the new boot screen any ideas??
Many thanks
first of all
mount the /system
then the path should be /system/customize/resource/bootanimation.zip
still cant get it to work I'm afriad
Here is what I did...
reboot to recovery (clockwork mod)
adb shell mount /system/
adb push bootanimation.zip /system/customize/resource
adb reboot
and no new boot animation
any ideas what I'm doing wrong?
Ok, found this http://forum.xda-developers.com/showthread.php?p=7239986 - booted to clockworkmod recovery and tried:
adb shell
mount /system
and got "mount: mounting /dev/block/mtdblock3 on /system failed: Device or resource busy
MadMic said:
still cant get it to work I'm afriad
He is what I did...
reboot to recovery (clockwork mod)
adb shell mount /system/
adb push bootanimation.zip /system/customize/resource
adb reboot
and no new boot animation
any ideas what I'm doing wrong?
Click to expand...
Click to collapse
Is that a typo? the path for the first adb command entry should be 'adb shell mount /system', not 'adb shell mount /system/'
Also, where are you placing the bootanimation.zip file? try placing it directly to the C: (C:\bootanimation.zip) and try executing the commands again.
MasDroid said:
Is that a typo? the path for the first adb command entry should be 'adb shell mount /system', not 'adb shell mount /system/'
Also, where are you placing the bootanimation.zip file? try placing it directly to the C: (C:\bootanimation.zip) and try executing the commands again.
Click to expand...
Click to collapse
Thanks for the reply -
The bootanimation.zip is in the same folder as adb... it says xxx bytes copied which is the same as the file size... I've tried with /system with and without the trailling / still no joy..
If I do adb shell mount /system in recovery I dont see anything... but if I do adb shell [enter] then the commands I see the error about the device being busy...
Is there anyway to do this from a terminal app in the phone directly?? I seem to recall there is but cant find it...
Thanks for the help guys

[GUIDE] How to Root the Motorola Xoom

Article found on BriefMobile!
1. Download the Motorola Xoom Root Zip file and unzip it. Download
2. Place the files in the SDK Tools folder.
3. adb reboot bootloader (You can skip the next 3 steps if you’ve unlocked with fastboot previously)
5. fastboot oem unlock (wait for reboot)
6. adb reboot bootloader
7. fastboot flash boot rootboot.img
7. fastboot reboot (wait for reboot)
8. adb remount
9. adb shell push su /system/bin
10. adb shell ln –s /system/bin/su /system/xbin/su
11. adb shell chmod 4755 /system/bin/su
12. adb push Superuser.apk /system/app
Thanks for the hard work Koush! His website
Awesome. Let's get a boot image to make roms
Sent from my DROIDX using Tapatalk
Are we gonna be able to undo this when we send them back for the upgrade?
Ok I have rooted a few times via ADB and have no idea what steps 5-7 mean. What does fastboot oem unlock mean? And what does number 7 mean,,,in english for us dummys please LOL
5. fastboot oem unlock (wait for reboot)
6. adb reboot bootloader
7. fastboot flash boot rootboot.img
7. fastboot reboot (wait for reboot)
camblue said:
Ok I have rooted a few times via ADB and have no idea what steps 5-7 mean. What does fastboot oem unlock mean? And what does number 7 mean,,,in english for us dummys please LOL
5. fastboot oem unlock (wait for reboot)
6. adb reboot bootloader
7. fastboot flash boot rootboot.img
7. fastboot reboot (wait for reboot)
Click to expand...
Click to collapse
You have to type those commands in your adb command window.
yes, fastboot is a tool included with the android sdk just like adb
it has somewhat different functions though
smaskell said:
yes, fastboot is a tool included with the android sdk just like adb
it has somewhat different functions though
Click to expand...
Click to collapse
Ok so question,,,, i downloaded the files, should i take them out of the xoomroot folder and place in the sdk tools folder or the folder itself?
also do i unzip the rootboot zip?
camblue said:
Ok so question,,,, i downloaded the files, should i take them out of the xoomroot folder and place in the sdk tools folder or the folder itself?
also do i unzip the rootboot zip?
Click to expand...
Click to collapse
put those files with the sdk tools. rootboot shows a disc image to me. i would leave that alone
socomdark said:
put those files with the sdk tools.
Click to expand...
Click to collapse
Ok i dont mean to be difficult but does that mean take them out of the xoomroot folder and place all three of them individually into the sdk tools folder? thank you!
everytime i try
adb shell ln –s /system/bin/su /system/xbin/su
i always get a link failed no such file or directory but i just pushed su to the system/bin folder... any ideas on whats going on?
http://www.koushikdutta.com/2011/02/motorola-xoom-rooted.html
It's from Koush!
Update: I dont think that the command shell should be in step 12?
2 things. Fastboot was not included in my fresh download of the 3.0 SDK tools.
I grabbed it here:
http://developer.htc.com/adp.html#s2
And second, with the newest Android 3.0 SDK, at step 12, pushing the su file, I recieve:
push: not found
If I go into adb-shell and type "push" I recieve the same error?
I got the moto dev drivers & 3.0 sdk and can do push / pull.
lasphyxial said:
everytime i try
adb shell ln –s /system/bin/su /system/xbin/su
i always get a link failed no such file or directory but i just pushed su to the system/bin folder... any ideas on whats going on?
Click to expand...
Click to collapse
On same step...even looked and su is in the first folder.
camblue said:
Ok i dont mean to be difficult but does that mean take them out of the xoomroot folder and place all three of them individually into the sdk tools folder? thank you!
Click to expand...
Click to collapse
oh sorry, yes take them out of xoom root folder and into sdk tools individually.
koush made a mistake on one of the instructions and had fix it so the op wont be entirely accurate. use instructions from koush's site
This is what i did, and i just deleted the 2 games that come with the tablet.
1. # Download the XOOM root zip.
2. # Unzip the package.
3. # Put your junk in the box.
4. adb reboot bootloader (skip the next 3 steps if you have already unlocked via fastboot)
5. fastboot oem unlock
6. # wait for reboot
7. adb reboot bootloader
8. fastboot flash boot rootboot.img
9. fastboot reboot
10. # wait for reboot
11. adb remount
12. adb push su /system/bin
13. adb shell ln –s /system/bin/su /system/xbin/su <<i didnt do this step, instead i did 13. adb push su /system/xbin
14. adb shell chmod 4755 /system/bin/su
15. adb push Superuser.apk /system/app
Here you go
thank you very much! Has anyone did this with success yet?
camblue said:
thank you very much! Has anyone did this with success yet?
Click to expand...
Click to collapse
I think the real question is once the bootloader is unlocked and system rooted, will unrooting and re-locking the bootloader be detected by motorola when sending it in for the 4glte upgrade???
camblue said:
thank you very much! Has anyone did this with success yet?
Click to expand...
Click to collapse
I did, but i changed one step...look up 2 post.

Help G2 downgrade with 2.3.4

Please help. Im trying to downgrade so i can root my g2 on 2.3.4 I set up ADB on my mac. Everything works. But when i try to adb push fre3vo /data/local/tmp, i get permission denied. What am im doing wrong??? SD is mounted on phone, not pc storage mode. Help me.
WHen i do enter
$ adb shell cat /dev/msm_rotator
i get this. /dev/msm_rotator: invalid length so this works.
Thank you
I have the same issue have you resloved it ?
crazylee27 said:
Please help. Im trying to downgrade so i can root my g2 on 2.3.4 I set up ADB on my mac. Everything works. But when i try to adb push fre3vo /data/local/tmp, i get permission denied. What am im doing wrong??? SD is mounted on phone, not pc storage mode. Help me.
WHen i do enter
$ adb shell cat /dev/msm_rotator
i get this. /dev/msm_rotator: invalid length so this works.
Thank you
Click to expand...
Click to collapse
What's the exact error you're getting when you run the command to push fre3vo?
Sent from my HTC Vision using XDA App
I finally go it to work. The problem was terminal on mac, have to first navigate to where platform -tools is then follower the guide. #g2root helped me a lot credit to them over there
Sent from my T-Mobile G2 using XDA App
I'm also on a mac and am having issues when I get to the point where I start to downgrade the ROM. I've downloaded the 2.2 ROM and Fastboot.exe and placed them both where my ADB is located. I then rebooted and I get the fastboot usb in red on my phone. Now the next step is where I have issues.
Below is what I get:
fastboot oem rebootRUU
-bash: fastboot: command not found
Has anyone had this issue or know how it could be solved? Could it be my Fastboot.exe file?
---------- Post added at 11:32 AM ---------- Previous post was at 11:14 AM ----------
eburms said:
I'm also on a mac and am having issues when I get to the point where I start to downgrade the ROM. I've downloaded the 2.2 ROM and Fastboot.exe and placed them both where my ADB is located. I then rebooted and I get the fastboot usb in red on my phone. Now the next step is where I have issues.
Below is what I get:
fastboot oem rebootRUU
-bash: fastboot: command not found
Has anyone had this issue or know how it could be solved? Could it be my Fastboot.exe file?
Click to expand...
Click to collapse
Nevermind, I just realized I had the PC fastboot

[Q]Help stuck on fastboot and cwm

Hi this might be a noobish question but i cant find the answer anywhare:
so here's the problem i was trying to fix a badly installed rom, so i wiped the phones storage I then tried to kick myself when i realized that i had just deleted my backup and all the data on the phones internal storage, so now i can only get onto fastboot and clockworkmod recovery 5.8.3.1.
So is there a way to flash a rom in fastboot usb, or mount the phones internal storage so i can copy in a rom zip?
I would be grateful for any help
There is an option in cwm to mount storage you can try that not sure if they work tho.
Sent from my HTC One X using XDA Premium HD app
malcovitch said:
There is an option in cwm to mount storage you can try that not sure if they work tho.
Sent from my HTC One X using XDA Premium HD app
Click to expand...
Click to collapse
It will not work.
What you can do other than flashing a RUU is:
Boot to fastboot
fastboot boot CWM_recovery_full name.img
Once it boot to recovery
adb shell
adb push rom_name.zip /sdcard
It will take some times to finish as the rom_name.zip is big.
Once complete, you can flash the rom_name.zip as usual
To make it easier, change the rom_name.zip to update.zip, so you can
adb push update.zip /sdcard
Thank you I have done as you said but i must be doing something wrong because i get this error:
C:\Documents and Settings\me\Desktop\Android>adb shell
adb server is out of date. killing...
* daemon started successfully *
~ # adb push update.zip /sdcard
adb push update.zip /sdcard
/sbin/sh: adb: not found
~ #
(The update.zip is Android_Revolution_HD-One_X_5.1.0.zip)
do you think it could be a problem with my adb.exe or something on the phone?
did you do the "fastboot boot CWM_recovery_full name.img"
going to recovery via hboot will not work.
you need to fastboot boot recovery
and it is adb devices , not adb shell... sorry
see this : http://forum.xda-developers.com/showpost.php?p=25774374&postcount=24
yes that's how i got to cwm as below
C:\Documents and Settings\me\Desktop\Android>fastboot boot recovery-clockwork
-touch-5.8.3.1-endeavoru.img
downloading 'boot.img'...
OKAY [ 0.771s]
booting...
OKAY [ 0.010s]
finished. total time: 0.781s
C:\Documents and Settings\me\Desktop\Android>adb shell
adb server is out of date. killing...
* daemon started successfully *
~ # adb push update.zip /sdcard
adb push update.zip /sdcard
/sbin/sh: adb: not found
~ #
River825 said:
yes that's how i got to cwm as below
C:\Documents and Settings\me\Desktop\Android>fastboot boot recovery-clockwork
-touch-5.8.3.1-endeavoru.img
downloading 'boot.img'...
OKAY [ 0.771s]
booting...
OKAY [ 0.010s]
finished. total time: 0.781s
C:\Documents and Settings\me\Desktop\Android>adb shell
adb server is out of date. killing...
* daemon started successfully *
~ # adb push update.zip /sdcard
adb push update.zip /sdcard
/sbin/sh: adb: not found
~ #
Click to expand...
Click to collapse
my bad
C:\Documents and Settings\me\Desktop\Android>adb shell
change to
C:\Documents and Settings\me\Desktop\Android>adb devices
Then adb push rom.zip /sdcard
ok i think that worked but when trying to find the zip in cwm i just get "no files were found", but in the command prompt it looks like it was copied to the sd card:
C:\Documents and Settings\me\Desktop\Android>adb devices
List of devices attached
HT23WW118450 recovery
C:\Documents and Settings\me\Desktop\Android>adb push update.zip /sdcard
1586 KB/s (577044654 bytes in 355.290s)
That's wierd.
You mean that when you click "choose zip from sdcard" you have nothing in sdcard ?
yes clockworkmod says that the sd is empty.
I'm going to try again with a smaller file and maybe try and access the sd with a different recovery
River825 said:
yes clockworkmod says that the sd is empty.
I'm going to try again with a smaller file and maybe try and access the sd with a different recovery
Click to expand...
Click to collapse
No. It won't work as sdcard need to be manually mounted first.... that's why I said something about adb shell earlier.
I'll do the testing now:
my step will be:
fastboot boot xx-recovery.img
adb devices
adb shell
mount sdcard
open another cmd prompt
adb push xxx.zip /sdcard
will let you know in a short while
Just tested: this should be the correct way... I can see my xxx.zip when I choose : choose zip from sdcard
*you need to mount the sdcard first before adb push
thank you it worked fine I downloaded the zip to the sd and flashed the rom in cwm, but it didn't work and now i cant boot into recovery it just shows the revery screen for 1/2 a second, and reboots into the bootloader i tried flashing different recovery images but they didn't work.
Is there some way to wipe the phone recovery?
River825 said:
thank you it worked fine I downloaded the zip to the sd and flashed the rom in cwm, but it didn't work and now i cant boot into recovery it just shows the revery screen for 1/2 a second, and reboots into the bootloader i tried flashing different recovery images but they didn't work.
Is there some way to wipe the phone recovery?
Click to expand...
Click to collapse
Do:
fastboot erase cache
fastboot reboot-bootloader
Then press power once to go to hboot then select recovery. It should work.
Thank you
Thank you so much for all your advice i've just successfully flashed a rom and got my phone working again i was starting to fear for my phone.
Thanks again for all your help
ckpv5, when I try to follow your steps, I get "error: device not found" when doing adb shell in the command prompt? How do I fix that?
(My problem is that I formatted everything like an idiot in my phone and the internal sdcard seems to be unmounted or something like that)
Sam.Lambert said:
ckpv5, when I try to follow your steps, I get "error: device not found" when doing adb shell in the command prompt? How do I fix that?
(My problem is that I formatted everything like an idiot in my phone and the internal sdcard seems to be unmounted or something like that)
Click to expand...
Click to collapse
If you're on stock ROM, you don't have to do all the step, just simply flash RUU.
ckpv5 said:
If you're on stock ROM, you don't have to do all the step, just simply flash RUU.
Click to expand...
Click to collapse
I don't have the executable RUU for the Rogers handset, I only have a zip containing a bunch of img files and the executable RUU for the AT&T version (which didn't work, gave me ERROR [131]: Customer ID error or something like that).
Which the zipped RUU for the Rogers handset, I tried flashing the recovery_signed.img and boot_signed.img, relocking the bootloader and then flashing the system.img file but it would give me an error saying data length too large or something like that.
I really don't know what to do anymore
Sam.Lambert said:
I don't have the executable RUU for the Rogers handset, I only have a zip containing a bunch of img files and the executable RUU for the AT&T version (which didn't work, gave me ERROR [131]: Customer ID error or something like that).
Which the zipped RUU for the Rogers handset, I tried flashing the recovery_signed.img and boot_signed.img, relocking the bootloader and then flashing the system.img file but it would give me an error saying data length too large or something like that.
I really don't know what to do anymore
Click to expand...
Click to collapse
Which custom recovery is working for for your set ? Is the one from One X dev section works for you ? If it is not, I'm afraid unable to help you.
Which custom ROM that you use before the brick ?
ckpv5 said:
Which custom recovery is working for for your set ? Is the one from One X dev section works for you ? If it is not, I'm afraid unable to help you.
Which custom ROM that you use before the brick ?
Click to expand...
Click to collapse
Pretty much the only one available for the Evita One X (this one doesn't work if that's the one you are talking about http://forum.xda-developers.com/showthread.php?t=1594819):
http://www.modaco.com/topic/354009-interim-clockworkmod-recovery-for-the-s4-based-one-x/
Also, I wasn't able to succesfully flash a custom ROM, when I tried to it just kept giving me random status errors in CWM, I'm starting to think the problem is the hardware and not the software since every solution I try is giving me errors related to unable to install/transfer/blahblah
Sam.Lambert said:
Pretty much the only one available for the Evita One X (this one doesn't work if that's the one you are talking about http://forum.xda-developers.com/showthread.php?t=1594819):
http://www.modaco.com/topic/354009-interim-clockworkmod-recovery-for-the-s4-based-one-x/
Also, I wasn't able to succesfully flash a custom ROM, when I tried to it just kept giving me random status errors in CWM, I'm starting to think the problem is the hardware and not the software since every solution I try is giving me errors related to unable to install/transfer/blahblah
Click to expand...
Click to collapse
So it seems that yours is not on tegra but S4. You need to find a solution for your problem here : http://forum.xda-developers.com/forumdisplay.php?f=1538

(Q) How to transfer rom.zip to sd?

Hi,
I needed to remove some stuff from my stock rom, i flashed some zips from recovery:
ONE-X-1.29-NRGZ-TR-TOP-BAR.zip
ONE-X-1.29-NRGZ-6X7-9X4-ROSIE.zip
Battery_circle_OneX_1.29.zip
After that my rom booted but process android.phone.xxx and sense launcher app crashed, so i had black screen, tried hard reset, brom bootloader, also reset and wipe from cwm, nothing helped, i had to erase /system/ /sdcard/ /cache.
After that i reflashed cwm recovery 5.8.2.7 touch, but i cant mount sd storage or juyst mount /sdcard to transfer new rom to flash it, please help!
Forgot to say, first i tried to find stock rom 1.29, and all links were broken, I downloaded everything needed for 2 roms which i might use if i'll be able to flash them:
1. Android Revolution HD 5.2.0 ICS High Quality & Performance 1.29.401.8
2. LeeDroid One Extreme v.6.0.0 - 13.May
Now found stock rom and downloading, it's .exe file, can this be flash from win over fastboot-usb mode on bootloader?
Anyone please??????
Just tried to flash stock rom from my pc, run this:
RUU_ENDEAVOR_U_ICS_40_HTC_Europe_1.29.401.7_Radio_1.1204.104.14_release_259281_signed.exe
It goes thrue process, then says ERROR (155): unknown error:
The ROM Update Utility cannot update your Android phone.
Please get correct ROM Update Utility and try again.
Hi Stegy
I guess you have latest cwm recovery, so copy a rom to your adb-directory on your computer (obviously it will have to be arhd ) and then switch off the phone and connect it to the pc and wait until you hear the usb connection sound and then open a cmd and navigate it to the adb-directory where your rom is located and use the command "adb push romfile.zip /sdcard/" obviously you will change the romfile.zip for the file name for your rom. Now just wait for the message which tells you the file was transferred correctly and then proceed to flash the rom as you would do normally.
I hope this helps
adamgaltress said:
Hi Stegy
I guess you have latest cwm recovery, so copy a rom to your adb-directory on your computer (obviously it will have to be arhd ) and then switch off the phone and connect it to the pc and wait until you hear the usb connection sound and then open a cmd and navigate it to the adb-directory where your rom is located and use the command "adb push romfile.zip /sdcard/" obviously you will change the romfile.zip for the file name for your rom. Now just wait for the message which tells you the file was transferred correctly and then proceed to flash the rom as you would do normally.
I hope this helps
Click to expand...
Click to collapse
Yea, I flashed latest CWM recovery
recovery-clockwork-touch-5.8.3.1-endeavoru.img
Now i put my phone off, started cmd, get to directory where is my adb.exe (android sdk from htc dev files)
Now waiting for good news on mcd window...
I do hope this will be it, so i can flash the rom thrue cwm and finish this disaster...
It seems finished, but no confirm message, except this:
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>adb push update.zip /
sdcard/
1677 KB/s (621988319 bytes in 362.021s)
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>
Also, as you suggested, i entered "adb devices" and this is what i got:
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>adb devices
List of devices attached
HT243W100060 recovery
Nice... went to CWM recovery , choose zip from sdcard, and it ways:
No files found...
Stegy said:
It seems finished, but no confirm message, except this:
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>adb push update.zip /
sdcard/
1677 KB/s (621988319 bytes in 362.021s)
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>
Click to expand...
Click to collapse
Okay this confirms how much data was transferred and the time it took
Stegy said:
Also, as you suggested, i entered "adb devices" and this is what i got:
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>adb devices
List of devices attached
HT243W100060 recovery
Click to expand...
Click to collapse
And this just confirms that a device is detected and confirms what device it is with the serial number.
good luck!
Also, this info might mean something, on bootloader:
xxx UNLOCKED xxx
ENDEAVORU PVT SHIP S-ON RL
HBOOT-0.94.0000
CPLD-None
MICROP-None
Radio: 1.1201.104.14
eMMC-bootmode: disabled
CPU-bootmode: disabled
HW Secure boot: enabled
MODEM PATH: OFF
Apr 11, 2012, 02:27:11
Stegy said:
Nice... went to CWM recovery , choose zip from sdcard, and it ways:
No files found...
Click to expand...
Click to collapse
Try unplugging and then rebooting the device, adb may be stopping the phone from accessing the sdcard
SD checking....
Failed to upen USB master mode
Maybe this is the problem with my internal SD?
See this http://forum.xda-developers.com/showpost.php?p=25863603&postcount=11
You need to mount sdcard before you push the zip file.
ckpv5 said:
See this http://forum.xda-developers.com/showpost.php?p=25863603&postcount=11
You need to mount sdcard before you push the zip file.
Click to expand...
Click to collapse
So, if I understood correctly, boot onto fastboot-usb,
start cmd, go to directory where adb.exe is, just made:
fastboot boot recovery-clockwork-touch-5.8.3.1-endeavoru.img
Went ok, message:
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>fastboot boot recover
y-clockwork-touch-5.8.3.1-endeavoru.img
downloading 'boot.img'...
OKAY [ 0.829s]
booting...
OKAY [ 0.008s]
finished. total time: 0.837s
Phone restarted, now going back to fastboot usb mode on bootloader.
Next 3 steps:
adb devices
adb shell
mount sdcard
Just need to run these 3 commands one after another in current cmd?
With my phone on fastboot usb? Or i must shut down the phone, like for that adb push rom.zip?
And last step,
pen another cmd prompt
adb push xxx.zip /sdcard
with phone off, have to wait for usb connect sound on pc
??
SO, next steps, fastboot boot xx-recovery.img done,
restart of phone to bootloader, choosen shut down option, waited for usb connect sound,
wrote command adb devices, got this:
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>adb devices
List of devices attached
HT243W100060 recovery
Then wrote next command: adb shell, and it's still like these for few mins...
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>adb shell
~ #
1. fastboot boot recovery-clockwork-touch-5.8.3.1-endeavoru.img
Went ok, message:
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>fastboot boot recover
y-clockwork-touch-5.8.3.1-endeavoru.img
downloading 'boot.img'...
OKAY [ 0.829s]
booting...
OKAY [ 0.008s]
finished. total time: 0.837s
don't reboot your device, leave it in recovery
2. D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>adb devices
enter
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>adb shell
enter then type after ~ # mount sdcard
3. don't close anything, open another cmd prompt
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>adb push xxx.zip /sdcard
then enter
once completed, choose install from sdcard - choose zip from sdcard, the xxx.zip should be there
ckpv5 said:
1. fastboot boot recovery-clockwork-touch-5.8.3.1-endeavoru.img
Went ok, message:
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>fastboot boot recover
y-clockwork-touch-5.8.3.1-endeavoru.img
downloading 'boot.img'...
OKAY [ 0.829s]
booting...
OKAY [ 0.008s]
finished. total time: 0.837s
don't reboot your device, leave it in recovery
2. D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>adb devices
enter
then type after ~ # adb shell
enter then type after ~ # mount sdcard
3. don't close anything, open another cmd prompt
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>push adb xxx.zip /sdcard
then enter
once completed, choose install from sdcard - choose zip from sdcard, the xxx.zip should be there
Click to expand...
Click to collapse
I'm cursed...
1. step DONE
2. step:
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>adb shell
~ # mount sdcard
mount sdcard
~ #
3. opened new cmd, wrote the command and here are results....
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>push adb update.zip /
sdcard
'push' is not recognized as an internal or external command,
operable program or batch file.
D:\HTC\One X\HTC Dev.com unlock\android-sdk\platform-tools>push adb update.zip /
sdcard
'push' is not recognized as an internal or external command,
operable program or batch file.
Sorry... adb push.... not push adb, see my edited post above
Figured that... now waiting for transfer to finish, still have both cmd windows opened, just in case...

Categories

Resources