htc g1 dmd64 - want start dreaimg.nbh

Search This thread

omajgat

Member
Oct 22, 2011
33
0
Letterkenny Ireland
Hi, i just want to root my G1 T-mobile USA (works good). So i download RC29 and copy to SD, renamed to DREAIMG.nbh/DreaIMG.nbh and always get nothing... "Press end to start" but i cant press nothing, its like freeze, i can only remove battery.

I have tried 100 times with other DREAIMG.nbh.

FirmWare: 1.6
BuildNumber: DMD64

DREA100 PVT 32B
HBOOT-0.95.0000
CPLD-4
RADIO-2.22.23.02

imgup.pl/di-34OA.jpg

Is any way to root it?


ps. I have rooted my previous G1 UK with this SD card without problems, so proably I do not to do goldcard)
 

omajgat

Member
Oct 22, 2011
33
0
Letterkenny Ireland
I trying it too, but always get: Parse error

Edit: Ok, i will try one more time. Proably KIS delete some files from this pack...

Edit2: Yea, its work now :)
 
Last edited:

omajgat

Member
Oct 22, 2011
33
0
Letterkenny Ireland
Ok, i rooted it. But i want now to install recovery and get another errors and problems...


Code:
method with flash_image:

flash_image: not found

# mv /sdcard/flash_image /system/bin
mv /sdcard/flash_image /system/bin
failed on '/sdcard/flash_image' - Cross-device link

method with fastboot:

C:\Tools>fastboot erase recovery
< waiting for device >

So, what can i try do next?
 

gee one

Senior Member
Jul 29, 2010
1,979
866
linux command line
Ok, i rooted it. But i want now to install recovery and get another errors and problems...


Code:
method with flash_image:

flash_image: not found

# mv /sdcard/flash_image /system/bin
mv /sdcard/flash_image /system/bin
failed on '/sdcard/flash_image' - Cross-device link

method with fastboot:

C:\Tools>fastboot erase recovery
< waiting for device >

So, what can i try do next?
it seems like your g1 is not in fastboot mode? for the fastboot command to work, you have to use the "camera+power" to get into fastboot mode. Then plug your phone into your computer and type "fastboot devices" to make sure it is properly connected. You should see your serial number to your phone.
 

AndDiSa

Senior Member
Dec 2, 2009
3,705
5,076
Heidelberg
HTC Desire
Nexus 7
Guys, the 0.95.0000 SPL is not fastboot capable so all suggestions to use fastboot will confuse more than helping him.
Did you download the flash_image binary and saved it on the root of your sd-card?
Did you download the recovery binary and saved it on the root of your sd-card?
If you did both, then start a shell in a terminal program and do an
Code:
su
.
Now you can start the flashing by
Code:
chmod +x /sdcard/flash_image
/sdcard/flash_image recovery /sdcard/<recovery.img>

Another hint: read here in the forum and try to understand what you are doing. ... and a bit knowledge of Linux will help you much.
Sent from my Gingerbread on Dream using XDA App
 
  • Like
Reactions: omajgat

omajgat

Member
Oct 22, 2011
33
0
Letterkenny Ireland
Guys, the 0.95.0000 SPL is not fastboot capable so all suggestions to use fastboot will confuse more than helping him.
Did you download the flash_image binary and saved it on the root of your sd-card?
Did you download the recovery binary and saved it on the root of your sd-card?
If you did both, then start a shell in a terminal program and do an
Code:
su
.
Now you can start the flashing by
Code:
chmod +x /sdcard/flash_image
/sdcard/flash_image recovery /sdcard/<recovery.img>

Another hint: read here in the forum and try to understand what you are doing. ... and a bit knowledge of Linux will help you much.
Sent from my Gingerbread on Dream using XDA App

Code:
C:\Tools>adb shell
$ su
su
# cd /sdcard
cd /sdcard
# ls -l
ls -l
d---rwxr-x system   sdcard_rw          2011-10-22 13:04 LOST.DIR
----rwxr-x system   sdcard_rw     6188 2011-10-22 14:31 UniversalAndroot.log
----rwxr-x system   sdcard_rw 524288000 2011-10-22 16:56 Linux.loop
d---rwxr-x system   sdcard_rw          2011-10-22 13:20 backup
d---rwxr-x system   sdcard_rw          2011-10-24 18:25 DCIM
----rwxr-x system   sdcard_rw   964401 2011-10-22 14:27 UniversalAndroot-1.6.2-beta5.apk
d---rwxr-x system   sdcard_rw          2011-10-22 21:11 factory.widgets.skins
----rwxr-x system   sdcard_rw  4712448 2011-10-22 15:04 recovery.img
----rwxr-x system   sdcard_rw  9181622 2011-10-22 15:27 update.zip
----rwxr-x system   sdcard_rw    26172 2009-10-03 17:07 flash_image
----rwxr-x system   sdcard_rw 91564352 2009-01-01 12:58 DREAIMG.nbh
# chmod 700 flash_image
chmod 700 flash_image
# ls -l
ls -l
d---rwxr-x system   sdcard_rw          2011-10-22 13:04 LOST.DIR
----rwxr-x system   sdcard_rw     6188 2011-10-22 14:31 UniversalAndroot.log
----rwxr-x system   sdcard_rw 524288000 2011-10-22 16:56 Linux.loop
d---rwxr-x system   sdcard_rw          2011-10-22 13:20 backup
d---rwxr-x system   sdcard_rw          2011-10-24 18:25 DCIM
----rwxr-x system   sdcard_rw   964401 2011-10-22 14:27 UniversalAndroot-1.6.2-beta5.apk
d---rwxr-x system   sdcard_rw          2011-10-22 21:11 factory.widgets.skins
----rwxr-x system   sdcard_rw  4712448 2011-10-22 15:04 recovery.img
----rwxr-x system   sdcard_rw  9181622 2011-10-22 15:27 update.zip
----rwxr-x system   sdcard_rw    26172 2009-10-03 17:07 flash_image
----rwxr-x system   sdcard_rw 91564352 2009-01-01 12:58 DREAIMG.nbh
# chmod 777 flash_image
chmod 777 flash_image
# ls -l
ls -l
d---rwxr-x system   sdcard_rw          2011-10-22 13:04 LOST.DIR
----rwxr-x system   sdcard_rw     6188 2011-10-22 14:31 UniversalAndroot.log
----rwxr-x system   sdcard_rw 524288000 2011-10-22 16:56 Linux.loop
d---rwxr-x system   sdcard_rw          2011-10-22 13:20 backup
d---rwxr-x system   sdcard_rw          2011-10-24 18:25 DCIM
----rwxr-x system   sdcard_rw   964401 2011-10-22 14:27 UniversalAndroot-1.6.2-beta5.apk
d---rwxr-x system   sdcard_rw          2011-10-22 21:11 factory.widgets.skins
----rwxr-x system   sdcard_rw  4712448 2011-10-22 15:04 recovery.img
----rwxr-x system   sdcard_rw  9181622 2011-10-22 15:27 update.zip
----rwxr-x system   sdcard_rw    26172 2009-10-03 17:07 flash_image
----rwxr-x system   sdcard_rw 91564352 2009-01-01 12:58 DREAIMG.nbh
# chmod +x flash_image
chmod +x flash_image
Bad mode
# ls -l
ls -l
d---rwxr-x system   sdcard_rw          2011-10-22 13:04 LOST.DIR
----rwxr-x system   sdcard_rw     6188 2011-10-22 14:31 UniversalAndroot.log
----rwxr-x system   sdcard_rw 524288000 2011-10-22 16:56 Linux.loop
d---rwxr-x system   sdcard_rw          2011-10-22 13:20 backup
d---rwxr-x system   sdcard_rw          2011-10-24 18:25 DCIM
----rwxr-x system   sdcard_rw   964401 2011-10-22 14:27 UniversalAndroot-1.6.2-beta5.apk
d---rwxr-x system   sdcard_rw          2011-10-22 21:11 factory.widgets.skins
----rwxr-x system   sdcard_rw  4712448 2011-10-22 15:04 recovery.img
----rwxr-x system   sdcard_rw  9181622 2011-10-22 15:27 update.zip
----rwxr-x system   sdcard_rw    26172 2009-10-03 17:07 flash_image
----rwxr-x system   sdcard_rw 91564352 2009-01-01 12:58 DREAIMG.nbh
#

Code:
C:\Tools>adb.exe shell
$ su
su
# cd /sdcard
cd /sdcard
# ls -l
ls -l
d---rwxr-x system   sdcard_rw          2011-10-22 13:04 LOST.DIR
----rwxr-x system   sdcard_rw     6188 2011-10-22 14:31 UniversalAndroot.log
----rwxr-x system   sdcard_rw 524288000 2011-10-22 16:56 Linux.loop
d---rwxr-x system   sdcard_rw          2011-10-22 13:20 backup
d---rwxr-x system   sdcard_rw          2011-10-24 18:25 DCIM
----rwxr-x system   sdcard_rw   964401 2011-10-22 14:27 UniversalAndroot-1.6.2-beta5.apk
d---rwxr-x system   sdcard_rw          2011-10-22 21:11 factory.widgets.skins
----rwxr-x system   sdcard_rw  4712448 2011-10-22 15:04 recovery.img
----rwxr-x system   sdcard_rw  9181622 2011-10-22 15:27 update.zip
----rwxr-x system   sdcard_rw    26172 2009-10-03 17:07 flash_image
----rwxr-x system   sdcard_rw 91564352 2009-01-01 12:58 DREAIMG.nbh
# ./flash_image recovery.img
./flash_image recovery.img
./flash_image: permission denied
# ./flash_image recovery recovery.img
./flash_image recovery recovery.img
./flash_image: permission denied
# ./flash_image
./flash_image
./flash_image: permission denied
# flash_image
flash_image
flash_image: not found
# /sdcard/flash_image recoveery /sdcard/recovery.img
/sdcard/flash_image recoveery /sdcard/recovery.img
/sdcard/flash_image: permission denied
#

Any ideas?
 
Last edited:

AndDiSa

Senior Member
Dec 2, 2009
3,705
5,076
Heidelberg
HTC Desire
Nexus 7
/sdcard mounted in read only mode?

Nevertheless as I can see, its already executable, so give it a try. ;)

If it's not working directly from /sdcard, it's probably due to FAT format of sdcard. Try to copy the files to /cache and try do the same from there.
 
  • Like
Reactions: omajgat

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Root with Universal AndRoot,, this is how i got my DMD64 rooted. Its just an app you put on the phone..roots it in a couple seconds
    1
    Guys, the 0.95.0000 SPL is not fastboot capable so all suggestions to use fastboot will confuse more than helping him.
    Did you download the flash_image binary and saved it on the root of your sd-card?
    Did you download the recovery binary and saved it on the root of your sd-card?
    If you did both, then start a shell in a terminal program and do an
    Code:
    su
    .
    Now you can start the flashing by
    Code:
    chmod +x /sdcard/flash_image
    /sdcard/flash_image recovery /sdcard/<recovery.img>

    Another hint: read here in the forum and try to understand what you are doing. ... and a bit knowledge of Linux will help you much.
    Sent from my Gingerbread on Dream using XDA App
    1
    /sdcard mounted in read only mode?

    Nevertheless as I can see, its already executable, so give it a try. ;)

    If it's not working directly from /sdcard, it's probably due to FAT format of sdcard. Try to copy the files to /cache and try do the same from there.
    1
    Code:
    # cp
    cp
    cp: not found
    # mv flash_image /cache/
    mv flash_image /cache/
    failed on 'flash_image' - Cross-device link
    #

    What your magic ball say now? :D

    Need a hint, i.e. have to look here and we see, that running apps from /sdcard is not alowed and you need to remount /sdcard with exec permissions.