brarti itu ga sukses instal install-recovery.sh ke /system/etc kalo ga bisa instal install-recovery.sh bisa disebabkan beberapa hal : 1. proses mounting /system ga berhasil 2. install-recovery.sh blom dikopi ke folder \android-sdk-windows\tools
Jika instal-recovery.sh emang dah yakin dikopi ke folder \android-sdk-windows\tools brarti salahnya ada di proses mounting. For JB3 mount -t rfs -o nosuid,nodev,xattr,check=no /dev/stl*5* /system For JBA, JC3.. mount -t rfs -o nosuid,nodev,xattr,check=no /dev/stl*6* /system Lebih amannya, copy paste aja commandnya biar ga salah ketik. 2010/3/21 Eddy Dwiyono <[email protected]> > sudah diinstall di folder tersebut. > > dan kemudian tetap ada error seperti kalau tidak salah > " cant push dan cant chmod" di adb push dan adb chmod. > > apakah memang begitu atau tidak? > > 2010/3/21 Muhammad Muslih <[email protected]> > >> Biasanya setelah #mount -t rfs -o nosuid,nodev,xattr,check=no /dev/stl5 >> /system akan muncul resource busy, dan emang bgitu gpp. >> Dan apakah install-recovery.sh sudah ditaruh di \android-sdk-windows\tools >> ? >> >> >> Mosley >> >> >> @ndroid >> >> >> 2010/3/20 Eddy Dwiyono <[email protected]> >> >>> udah berhail sampai tahap akhir. ternyata gagal di root. >>> >>> tidak ada error semua ok. 2 X di coba tapi tetap gagal di root. >>> firmware awal udah DXJB3. PDA udah di edit tinggal zimage aja. >>> >>> emang pada saat root ada error di bagian ini. tapi di lanjutin terus >>> >>> #mount -t rfs -o nosuid,nodev,xattr,check=no /dev/stl5 /system >>> #exit >>> >>> prompt>adb push install-recovery.sh /system/etc >>> prompt>adb shell chmod 0755 /system/etc/install-recovery.sh >>> >>> install-recoverynya sudah di install di folder tools/ >>> >>> ngak tahu bagian mana yg terlewat nih. >>> >>> -- >> "Indonesian Android Community [id-android]" >> >> Join: http://groups.google.com/group/id-android/subscribe?hl=en-GB >> Moderator: [email protected] >> ID Android Developer: http://groups.google.com/group/id-android-dev >> ID Android Surabaya: http://groups.google.com/group/id-android-sby >> ID Android on FB: http://www.facebook.com/group.php?gid=112207700729 >> >> To unsubscribe from this group, send email to id-android+ >> unsubscribegooglegroups.com or reply to this email with the words "REMOVE >> ME" as the subject. >> > > -- > "Indonesian Android Community [id-android]" > > Join: http://groups.google.com/group/id-android/subscribe?hl=en-GB > Moderator: [email protected] > ID Android Developer: http://groups.google.com/group/id-android-dev > ID Android Surabaya: http://groups.google.com/group/id-android-sby > ID Android on FB: http://www.facebook.com/group.php?gid=112207700729 > > To unsubscribe from this group, send email to id-android+ > unsubscribegooglegroups.com or reply to this email with the words "REMOVE > ME" as the subject. > -- "Indonesian Android Community [id-android]" Join: http://groups.google.com/group/id-android/subscribe?hl=en-GB Moderator: [email protected] ID Android Developer: http://groups.google.com/group/id-android-dev ID Android Surabaya: http://groups.google.com/group/id-android-sby ID Android on FB: http://www.facebook.com/group.php?gid=112207700729 To unsubscribe from this group, send email to id-android+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
