Oh adb push, bukannya itu lebih utk copy file dari pc ke internal memory, kalo adb install baru langsung install, but thanks buat masukannya, kalo dari sumber yg gw baca cukup "cp file destination" dengan syarat harus sebagai root
Utk "file" adalah apk dari apps yg mau kita install, kita juga bisa install beberapa apps sekaligus dengan menambahkan "file" yg diinginkan Utk "destination" disini adalah directory "/data/app" yaitu lokasi tempat install apps di internal memory Example: Diasumsikan /sdcard/backups/apps/ adalah directory dimana backup-apps terletak Buka terminal: $ su # cd /sdcard/backups/apps # cp com.metago.astro.apk /data/app om my sapphire ->utk install lebih dari satu file # cp screenshot.apk compass.apk /data/app tested on my htc magic CMIIW On Mar 27, 2010 7:56 AM, "Alex Chandra" <[email protected]> wrote: 'adb push' mgkn mksdnya.. On Fri, Mar 26, 2010 at 10:07 PM, Ary Febriyanto <[email protected]> wrote: > > > > Push, apaan tuh? > > > > om my sapphire > >> > >> On Mar 26, 2010 1:28 PM, "dantez" <[email protected]>... > > > "Indonesian Android Community [id-android]" > > > > > Join: http://groups.google.com/group/id-android/subscribe?hl=en-GB > > Moderator: id.andr...@gmail.... > -- "Indonesian Android Community [id-android]" Join: http://groups.google.com/group/id-android/subscribe?hl=en-GB Moderator: [email protected] ... -- "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.
