Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
mack
Old
#11  
Senior Member
Thanks Meter 1
Posts: 123
Join Date: Jun 2005
EDIT from my post above. So the before i just did fastboot boot recovery-RAv1.0H.img and it booted to the recovery. thats fine.

then i tried to flash it using adb shell flash_image recovery /sdcard/recovery-RAv1.0H.img (after pusing the recovery image to my sd card)
but i get Permission denied.

^ is it because we dont have root?
Nexus One...sold

Samsung Galaxy S Captivate...arriving
 
skittleguy
Old
#12  
skittleguy's Avatar
Senior Member
Thanks Meter 1
Posts: 194
Join Date: May 2008
Location: Calgary
I think its because the stock spl has signiture checking on. Change the spl though and...
The Following User Says Thank You to skittleguy For This Useful Post: [ Click to Expand ]
 
mack
Old
#13  
Senior Member
Thanks Meter 1
Posts: 123
Join Date: Jun 2005
Quote:
Originally Posted by skittleguy View Post
I think its because the stock spl has signiture checking on. Change the spl though and...
possibly. I'm no expert but what i can say is my rogers magic is different from my friends. I have S-OFF (signature off? maybe) while he has S-ON. I have CPLD-11 while he has CPLD-12.

I am afraid to flash my SPL to 2005 though.
Nexus One...sold

Samsung Galaxy S Captivate...arriving
 
skittleguy
Old
#14  
skittleguy's Avatar
Senior Member
Thanks Meter 1
Posts: 194
Join Date: May 2008
Location: Calgary
Odd...I had no problem flashing the 2005 spl...
 
Amon_RA
Old
(Last edited by Amon_RA; 26th June 2009 at 11:03 PM.)
#15  
Amon_RA's Avatar
Elite Recognized Developer - OP
Thanks Meter 374
Posts: 1,272
Join Date: Jan 2009

 
DONATE TO ME
Quote:
Originally Posted by mack View Post
EDIT from my post above. So the before i just did fastboot boot recovery-RAv1.0H.img and it booted to the recovery. thats fine.

then i tried to flash it using adb shell flash_image recovery /sdcard/recovery-RAv1.0H.img (after pusing the recovery image to my sd card)
but i get Permission denied.

^ is it because we dont have root?
Try this :
1. Boot the device in fastboot mode.
2. Connect the device to your machine over USB.
3. $fastboot boot recovery-RAv1.0H.img
Wait for a minute or two..
$adb shell mount -a
Ignore the failed mounts...
$adb push recovery-RAv1.0H.img /system/recovery.img
$adb push recovery-RAv1.0H.img /sd-card/recovery-RAv1.0H.img
$adb shell flash_image recovery /sd-card/recovery-RAv1.0H.img
4. Reboot

If it doesn't work you might need to flash your SPL :
- 32A board : apply this update from your sd-card after fast booting with this recovery.
- 32B board : apply this update from your sd-card after fast booting with this recovery.
NOTICE: I do not respond to tech support questions through PM.
 
mack
Old
#16  
Senior Member
Thanks Meter 1
Posts: 123
Join Date: Jun 2005
Quote:
Originally Posted by Amon_RA View Post
Try this :
1. Boot the device in fastboot mode.
2. Connect the device to your machine over USB.
3. $fastboot boot recovery-RAv1.0H.img
Wait for a minute or two..
$adb shell mount -a
Ignore the failed mounts...
$adb push recovery-RAv1.0H.img /system/recovery.img
$adb push recovery-RAv1.0H.img /sd-card/recovery-RAv1.0H.img
$adb shell flash_image recovery /sd-card/recovery-RAv1.0H.img
4. Reboot

If it doesn't work you might need to flash your SPL :
- 32A board : apply this update from your sd-card after fast booting with this recovery.
- 32B board : apply this update from your sd-card after fast booting with this recovery.

thanks, so i just tried that. successful until the last one. it gives me /sbin/sh: flash_image: not found.

However I did get /sbin/sh: -c requires an argument when i did adb shell -a

I will try to flash SPL 2005 now. can i just fastboot boot recovery-RAv1.0H.img then apply update.zip from there?
Nexus One...sold

Samsung Galaxy S Captivate...arriving
 
Amon_RA
Old
#17  
Amon_RA's Avatar
Elite Recognized Developer - OP
Thanks Meter 374
Posts: 1,272
Join Date: Jan 2009

 
DONATE TO ME
For those who need root on their Rogers Magic :

I quickly enabled root and added busybox to the Rogers Magic boot image:

1. Copy this update to your SD-card.
2. Boot the device in fastboot mode.
3. Connect the device to your machine over USB.
4. $fastboot boot recovery-RAv1.0H.img
wait a few minutes and unplug your device from USB
5. Choose option "Apply sdcard:update.zip" from the menu

Enjoy
NOTICE: I do not respond to tech support questions through PM.
 
mack
Old
#18  
Senior Member
Thanks Meter 1
Posts: 123
Join Date: Jun 2005
amazing. you did it again amon. i now have root =)
Nexus One...sold

Samsung Galaxy S Captivate...arriving
 
Amon_RA
Old
#19  
Amon_RA's Avatar
Elite Recognized Developer - OP
Thanks Meter 374
Posts: 1,272
Join Date: Jan 2009

 
DONATE TO ME
Quote:
Originally Posted by mack View Post
amazing. you did it again amon. i now have root =)
You're welcome, you can now update your signature
NOTICE: I do not respond to tech support questions through PM.
 
theillustratedlife
Old
#20  
Member
Thanks Meter 0
Posts: 99
Join Date: Jun 2009
My Ion came with what appears to be a G1 recovery image - It was a 3d ! triangle with no menu options. I flashed it to use the Smartphone France image (same thing but with a trackball-accessible menu).

http://wiki.smartphonefrance.info/pu...ckup-magic.png

Did your Ion come with the green HTC logo and a trackball-accessible menu?

 
Post Reply+
Tags
amon ra
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...