Boss investigasi ane di mile boss albert, entrypoint script /system/etc/install-recovery.sh eksekusinya kurang early yg kemungkinan besar menyebabkan dalvik cache race condition...
Akhirnya setelah dalvik cache dikembalikan ke internal storage, udah ok... silakan ditest, ganti /system/etc/install-recovery.sh dengan script yg saya attach... setelah reboot boleh hapus /system/sd/dalvik-cache *asumsi sudah apps2sd-nodalvik.sh dicopy ke sdcard* adb shell $ exec su # busybox mount -o remount,rw /system # cp /sdcard/apps2sd-nodalvik.sh /system/etc/install-recovery.sh # busybox chmod 0755 /system/etc/install-recovery.sh # sync # busybox mount -o remount,ro /system # reboot Setelah reboot /system/sd/dalvik-cache boleh dihapus: adb shell $ exec su # busybox rm -rf /system/sd/dalvik-cache # sync;exit 2010/2/23 Herry.Kosasi <[email protected]>: > Mau update lagi nih, > > Setelah dari kemaren di kerjain ama si miley buat app2sd dan hari ini ampir > kena looping restart di logo tulisan android terus. *untung dah bisa masuk > lagi* > > Kayanya app2sd di saya ga cocok ya..setiap mau install apps dari market > selalu unsuccessful. Padahal dah saya full wipe, flash ulang OS. > > Kalo setiap abis flash ulang OS, pasti bisa install apps dari market, tapi > kalo kita reboot tuh hh, pasti ga bisa install apps. > > Dah mulai dari full wipe, wipe cache, selalu gitu juga hasilnya. > > Saya sih bikin partisi dari amon ra 1.5.3 di hero dan pake ext2, swap mulai > dari 128 ke 96 juga sama. > > sekarang lagi mau balikin lagi ga pake app2sdnya :( > > --------------------------- > @acynx > [email protected] > > ________________________________ > From: "bimo wicaksono" <[email protected]> > Date: Mon, 22 Feb 2010 04:16:37 +0000 > To: Id-android<[email protected]> > Subject: Re: [id-android] WTA about apps2sd miley > Saya juga pengen bikin app2sd tapi ngga punya linux > > Sedih deh... > > Regards, > > > bimo wicaksono > > ________________________________ > From: Herry Kosasi <[email protected]> > Date: Mon, 22 Feb 2010 00:47:43 +0700 > To: <[email protected]> > Subject: Re: [id-android] WTA about apps2sd miley > > Hahaha, yoi tul bro...walaupun musti liat contekan tapi sekalinya bisa > kayanya seneng banget...:) > > On Feb 22, 2010 12:35 AM, "Renner Chen" <[email protected]> wrote: > > Nikmatnya mainin android emang gitu boss... kadang sengsara cuma puas. > Hahahaha.. > Nice bro kosasi, udah bisa apps2sd di miley nya yah. > > --rc > Cyanogen(mod) 5.0.3-N1 > > On 2010 2 22 00:25, "Jeffry Leonardus" <[email protected]> > wrote: > > Kan klo sms bisa ... > >> >> >> > >> > On Feb 22, 2010 12:20 AM, "Herry Kosasi" <[email protected]> >> > wrote: >> > > >> akhirnya di wip... > >> >> > 2010/2/21 Jeffry Leonardus <[email protected]> >>> >>> > >>> > Meskipun bisa di re... > > > > -- > "Indonesian Android Community [id-android]" > > Join: http://groups.google.com/group/id-andro... > > -- > "Indonesian Android Community [id-android]" > > Join: http://groups.google.com/group/id-android... > > -- > "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 > -- 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
apps2sd-nodalvik.sh
Description: Bourne shell script
