Jikalau ingin menggunakan terminal dengan misal file google map yg telah didownload ditaruh di sdcard dan direktori tujuan file akan diinstal di /system/app, maka dapat menggunakan command sbb :
su mount -o remount,rw /system find /system /data -name \*google\*maps.apk\* -o -name Maps.apk -delete pm uninstall com.google.android.apps.maps install /sdcard/maps3.3.1-by-directions-root-2.apk /system/app/maps3.3.1-by-directions-root-2.apk ----- Original Message ----- From: "Louis Tan" <[email protected]> To: <[email protected]> Sent: Saturday, December 12, 2009 7:41 PM Subject: Re: [id-android] Wti Google Nav > Thx infonya Om, boleh di share cara commandnya tanpa melalui adb? > Kalau dr terminal bs? > > *Belum bs adb* > > Thanks > Louis > ym: loui5_tan > > > On 12/12/09, Lesjaw Ardi <[email protected]> wrote: >> Sejak beberapa hari lalu dah bisa lagi nih buat outside US.. >> >> How to : >> Buang gmaps yg ada >> >> 1. adb remount adb shell find /system /data -name \*goog adb >> >> 2. uninstall com.google.android.apps.maps >> >> 3. Download http://ul.to/8xqruf/maps3.3.1-by-directions-root-2.apk >> (letakan >> file trsebut di folder yg sama dgn adb yah..) >> >> 4. Install the new file adb install -r maps3.3.1-by-directions-root-2.apk >> >> More info at >> http://forum.xda-developers.com/showthread.php?t=583123 >> >> Gud lak.. >> -- >> Sent from my Android phone with K-9. Please excuse my brevity. >> >> -- >> ========================= >> Google Groups "Indonesian Android Community [id-android]" group. >> >> To post to this group, send email to [email protected] >> >> To request to subscribe to this group: >> >> Click http://groups.google.com/group/id-android/ >> Choice Apply for Group Membership >> >> or >> >> Please visit the following page: >> http://groups.google.com/group/id-android/subscribe?hl=en-GB >> >> To send a message to the owner, visit the following page: >> >> http://groups.google.com/group/id-android/post?sendowner=1&hl=en-GB >> or >> >> [email protected] >> >> For more options, visit this group at >> http://groups.google.com/group/id-android?hl=en?hl=en-GB >> >> To unsubscribe from this group, send email to >> [email protected] >> >> Indonesian Android Community on Facebook >> >> http://www.facebook.com/group.php?gid=112207700729 >> >> ========================= > > -- > Sent from my mobile device > > -- > ========================= > Google Groups "Indonesian Android Community [id-android]" group. > > To post to this group, send email to [email protected] > > To request to subscribe to this group: > > Click http://groups.google.com/group/id-android/ > Choice Apply for Group Membership > > or > > Please visit the following page: > http://groups.google.com/group/id-android/subscribe?hl=en-GB > > To send a message to the owner, visit the following page: > > http://groups.google.com/group/id-android/post?sendowner=1&hl=en-GB or > > [email protected] > > For more options, visit this group at > http://groups.google.com/group/id-android?hl=en?hl=en-GB > > To unsubscribe from this group, send email to > [email protected] > > Indonesian Android Community on Facebook > > http://www.facebook.com/group.php?gid=112207700729 > > ========================= -- ========================= Google Groups "Indonesian Android Community [id-android]" group. To post to this group, send email to [email protected] To request to subscribe to this group: Click http://groups.google.com/group/id-android/ Choice Apply for Group Membership or Please visit the following page: http://groups.google.com/group/id-android/subscribe?hl=en-GB To send a message to the owner, visit the following page: http://groups.google.com/group/id-android/post?sendowner=1&hl=en-GB or [email protected] For more options, visit this group at http://groups.google.com/group/id-android?hl=en?hl=en-GB To unsubscribe from this group, send email to [email protected] Indonesian Android Community on Facebook http://www.facebook.com/group.php?gid=112207700729 =========================
