Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
scottspa74
Old
(Last edited by scottspa74; 24th February 2012 at 09:49 PM.)
#3381  
scottspa74's Avatar
Senior Member
Thanks Meter 2162
Posts: 7,214
Join Date: Apr 2009
Does the ROM you're using not have a power menu option to let you reboot to recovery? Most roms do, so that you don't always have to go to bootloader to get to recovery. If not, Quick Boot in the market will also allow you to go to recovery with going to bootloader first. (There are other ways, as well)

At papaslacker,
You're getting a 'no flash_image' error?
There is a PC36img of flash_image posted in this thread,...long ago. I think it was posted by tiffany84 or vanessaem. You could get flash_image that way.

Edit: papaslacker, just noticed your issue was from Jan 9th. Lol sure you're fixed up by now.

Good luck.

sent from AOKP heaven
Evo LTE=$XXX.XX ~ XDADevs = PRICELESS
------
Evo LTE. AKA "the beast" . Thanks regaw_lienad, you're a genius.
ROM: AOKP
Kernel: komodo v7
Hboot: lazy panda S-off 1.12.222

Evo 4G HW002
Rom: Deck GB
Kernel: SZ 0.savaged zen21
Recovery: AmonRa 1.80

- thanks whitslack & fastRX8 & Netarchy & Toast, of course. - my Evo: the house that toast built (& many other XDAers)- thank you all
 
michfood
Old
#3382  
michfood's Avatar
Member
Thanks Meter 84
Posts: 83
Join Date: Oct 2009

 
DONATE TO ME
Hello.

Amon-RA
Can You help me to create recovery for my phone Hero H7300 (HD7 Pro) MTK6573 based on your mod?
I`ve try to use some of yours images and join them with my kernel - it seems work, but Power button doesn`t work because in your mod treckball used.
Volume buttons work well.
Thanks in advance!
 
xfullmetal17
Old
#3383  
xfullmetal17's Avatar
Senior Member
Thanks Meter 20
Posts: 416
Join Date: Jan 2011

 
DONATE TO ME
If you're trying to port, why not use a base where the power button is used for select? (such as this one, for example)
Look! A distraction!
The Following User Says Thank You to xfullmetal17 For This Useful Post: [ Click to Expand ]
 
michfood
Old
(Last edited by michfood; 10th April 2012 at 08:29 AM.)
#3384  
michfood's Avatar
Member
Thanks Meter 84
Posts: 83
Join Date: Oct 2009

 
DONATE TO ME
sorry - which one? from this topic? thanks - I`ll try to

ps - well it works!!

but another problem with ext2.
Our kernel has no ext2 support, but we`ve solved this by adding ext2.ko modul in system/lib/modules and using command INSMOD in init.rc - and the phone can use second partition for app2sd or link2sd and other.
Also from recovery it makes correct copy of ext2 to ext.tar archive and restore it as well.
But then I try to mount sd-ext via recovery menu - there is an error:
Quote:
E:Can't mount /dev/block/mmcblk0p2 (or /dev/block/mmcblk0) (No such device)
But it successfully mounts via ADB command "mount /sd-ext"

- what is wrong?
 
interloper
Old
#3385  
interloper's Avatar
Recognized Developer
Thanks Meter 278
Posts: 547
Join Date: Feb 2008
Location: El Paso

 
DONATE TO ME
Quote:
Originally Posted by michfood View Post
But then I try to mount sd-ext via recovery menu - there is an error:


But it successfully mounts via ADB command "mount /sd-ext"

- what is wrong?
Look at recovery.rc and make sure you have added the appropriate partition information there as well. If you don't have recovery.rc, you may need to create one so the init know what partitions are made and mounted on recovery. This is my suggestion but it may not be the final solution. Recovery is tricky a bit...
 
lenoretomato
Old
#3386  
Junior Member
Thanks Meter 2
Posts: 28
Join Date: Mar 2011
Location: Worcester MA
I have had a problem for a while now. When I restore backups the wallpaper/status bar will show but the lockring/bar will not show. This leads to me to not be able to unlock the phone. I have tried everything I can think of. I have been using twrp but I would love to be able to use amon ra once again.

Sent from my PC36100 using xda premium
 
Captain_Throwback
Old
#3387  
Captain_Throwback's Avatar
Retired Moderator / Recognized Contributor
Thanks Meter 3614
Posts: 6,898
Join Date: Aug 2008
Location: Bensalem, PA

 
DONATE TO ME
Quote:
Originally Posted by lenoretomato View Post
I have had a problem for a while now. When I restore backups the wallpaper/status bar will show but the lockring/bar will not show. This leads to me to not be able to unlock the phone. I have tried everything I can think of. I have been using twrp but I would love to be able to use amon ra once again.

Sent from my PC36100 using xda premium
Your issue doesn't sound recovery-related to me. Are you partitioned, and have you been backing up and restoring the EXT partition?

P.S. I assume you're using the TWRP 1.x series, and not 2.x, right?

ROM: MikG v3.11 w/ICS Lite Theme | Kernel: Underworld v0.4 SBC
Device 1: HTC Shooter/PG86100 (EVO 3D) | Hardware Version: 0002

Baseband: 1.09.00.0108 | PRI: 1.55_003 | PRL: 22094
Recovery: 4EXT Recovery Touch v1.0.0.5 RC9


Device 2: HTC Supersonic/PC36100 (EVO 4G) | Hardware Version: 0003
Links to my guides and other helpful information:

Baseband: 2.15.00.01.15 | PRI: 2.33_003 | PRL: 61092
Recovery: TWRP 2.4.4.0

Device 3: HTC Jewel/PJ75100 (EVO 4G LTE) | Hardware Version: 0003
Baseband: 1.12.11.1210 | PRI: 2.97_003 | PRL: 16012
Recovery: TWRP 2.4.4.0
 
lenoretomato
Old
#3388  
Junior Member
Thanks Meter 2
Posts: 28
Join Date: Mar 2011
Location: Worcester MA
Quote:
Originally Posted by Captain_Throwback View Post
Your issue doesn't sound recovery-related to me. Are you partitioned, and have you been backing up and restoring the EXT partition?

P.S. I assume you're using the TWRP 1.x series, and not 2.x, right?

ROM: MikG v3.11 w/ICS Lite Theme | Kernel: Underworld v0.4 SBC
My sd is partitioned, but I actually haven't backed up the ext. I'll flash back to amon and give it a shot. I am using twrp 1.x series at the moment.
 
TroNit
Old
#3389  
TroNit's Avatar
Senior Member
Thanks Meter 733
Posts: 505
Join Date: May 2012
Location: Hilton Head , SC - Cali, Colombia

 
DONATE TO ME
Hails guys I was trying to make a back up when puff

oops something went wrong

I took my recovery.log so I wanna share this whilling for some help.

Starting recovery on Fri Jun 15 21:06:51 2012
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (480 x 800)
Build : RA-supersonic-v2.3
Fixing execute permissions for /cache
I:Set boot command "boot-recovery"
Command: "/sbin/recovery

No file or directory don't remember messing with it
Thanks
 
drlzanej
Old
#3390  
drlzanej's Avatar
Senior Member
Thanks Meter 915
Posts: 1,690
Join Date: Feb 2011
If you can get to your sd card, download smelkus 4.3 and put it on sdcard, go to boot loader and reflash the 4.3 recovery from hboot

Sent from my PC36100 using xda premium
Devices: Sprint HTC Hero200 CDMA,Sprint HTC Evo 4G Supersonic,Sprint HTC Evo 3D
Present Device: Sprint HTC EVO 4G LTE

The Following 2 Users Say Thank You to drlzanej For This Useful Post: [ Click to Expand ]
 
Post Reply+
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...