copas dari xda-developers. Install
There are several ways to install a custom recovery, choose the one that suits you most (I probably forgot a few). via adb -> Requires a custom recovery (with test-keys) like Cyanogen's v1.4 or my previous recovery Code: Copy recovery-RA-hero-v1.5.3.1.img to the root of your sdcard Boot into your current custom recovery (boot while holding HOME) Connect your Hero via usb to your pc/mac/... adb shell $su (not required if you have root already) #mount -a #flash_image recovery /sdcard/recovery-RA-hero-v1.5.3.1.img via fastboot + adb -> In case you don't have a custom recovery, so when you get signature fail errors Code: adb shell reboot bootloader fastboot boot recovery-RA-hero-v1.5.3.1.img adb shell mount /sdcard adb push recovery-RA-hero-v1.5.3.1.img /sdcard/recovery-RA-hero-v1.5.3.1.img adb shell flash_image recovery /sdcard/recovery-RA-hero-v1.5.3.1.img adb shell reboot 2010/2/9 F. joko Luhur Yuwono <[email protected]>: > kalo untuk amonra itu updatenya gimana ya bro? link donloadnya lagi googling > sih nih > > > > > 2010/2/9 kimkim <[email protected]> >> >> @bru budy: hha iy bung budy, nih lg donlod d kmpus.. pdhl kmren bru >> upgrade k 1.5.3 >> >> On Feb 9, 2:42 am, Budy Wuysang <[email protected]> wrote: >> > Bzzt amon ra baru rilis rec 1.5.3.1 hari ini boss... >> > >> > 2010/2/9 kimkim <[email protected]>: >> > >> > >> > >> > >> > >> > > ROM saya modaco 3.1 >> > > ama recoverynya amon RA v1.5.3 >> > >> > > berhubungan kah brader? >> > >> > > On 8 Feb, 21:45, "Rifki Adrian" <[email protected]> wrote: >> > >> Pake Rom apa bos?.. >> > >> Sent from my BlackBerry® >> > >> powered by Sinyal Kuat INDOSAT >> > >> > >> -----Original Message----- >> > >> From: kimkim <[email protected]> >> > >> Date: Mon, 8 Feb 2010 06:42:40 >> > >> To: Indonesian Android Community >> > >> [id-android]<[email protected]> >> > >> Subject: [id-android] WTA:: app2sd for HERO >> > >> > >> salam androiiders! >> > >> > >> mau tanya nih.. >> > >> bagaimana ya cara atau langkah2 untuk menggunakan app2sd? >> > >> untuk HERO terutama.. >> > >> > >> saya sudah cari thread di group ini tapi gak ketemu.. >> > >> barangkali teman2 sekalian ada yang mau memberi link (kalau bisa bhs >> > >> indo ya) atau memberikan rincian langkah2nya? >> > >> > >> thx b4 >> > >> > >> -- >> > >> "Indonesian Android Community [id-android]" >> > >> > >> Join:http://groups.google.com/group/id-android/subscribe?hl=en-GB >> > >> Moderator: [email protected] >> > >> Unsubscribe: [email protected] >> > >> id android Developer:http://groups.google.com/group/id-android-dev >> > >> id android on FB:http://www.facebook.com/group.php?gid=112207700729 >> > >> > > -- >> > > "Indonesian Android Community [id-android]" >> > >> > > Join:http://groups.google.com/group/id-android/subscribe?hl=en-GB >> > > Moderator: [email protected] >> > > Unsubscribe: [email protected] >> > > id android Developer:http://groups.google.com/group/id-android-dev >> > > id android on FB:http://www.facebook.com/group.php?gid=112207700729 >> > >> > -- >> > Berrylink™ - Makassar >> > one stop BlackBerry® solution >> > @Karebosi Link Blok J-66 >> >> -- >> "Indonesian Android Community [id-android]" >> >> Join: http://groups.google.com/group/id-android/subscribe?hl=en-GB >> Moderator: [email protected] >> Unsubscribe: [email protected] >> id android Developer: http://groups.google.com/group/id-android-dev >> id android on FB: http://www.facebook.com/group.php?gid=112207700729 > > -- > "Indonesian Android Community [id-android]" > > Join: http://groups.google.com/group/id-android/subscribe?hl=en-GB > Moderator: [email protected] > Unsubscribe: [email protected] > id android Developer: http://groups.google.com/group/id-android-dev > id android on FB: http://www.facebook.com/group.php?gid=112207700729 > -- "Indonesian Android Community [id-android]" Join: http://groups.google.com/group/id-android/subscribe?hl=en-GB Moderator: [email protected] Unsubscribe: [email protected] id android Developer: http://groups.google.com/group/id-android-dev id android on FB: http://www.facebook.com/group.php?gid=112207700729
