Akhirnya nemu :
- *ls* List directory Syntax: *ls [path]* Example: #ls /system/lib - *cp* Copy file or directory Syntax: *cp [options] source dest* Note: To copy or delete files in Android root directories you have to change the directory access mode to ‘read and write (rw)’ using command: *remount rw* Example: #remount rw #cp /sdcard/libsec-ril.so /system/lib #remount ro - *mv* Move file or directory Syntax: *mv [options] source dest* Example: #mv /system/lib/libsec-ril.so /sdcard/backup - *chmod* Change file/directory permission Syntax:* chmod [-R] mode[,mode] …. file* Example: #chmod 0644 /system/lib/libsec-ril.so - *rm* Remove file or directory Syntax:* rm [options] file* Example: #rm /system/lib/libsec-ril.so *4. Install application* You can use adb to install aplication from your local drive into phone. Syntax: *adb install appname.apk* Semoga berguna.... Monggo ditambahi , suhu2 .................................... * * 2010/11/17 mas °drie™ <[email protected]> * WTa : tanya scrip adb copy file ke system/fonts* > Nyobain pake scrip: > Adb push droidsans.ttf /system/fonts kok ga bisa ya? > > Help , suhu..... > -- =============== "Indonesian Android Community [id-android]" PING'S mobile™ Email: [email protected] Ph. (021) 96087100 --------------------- Yopie Ratjoen Email: [email protected] Ph. 08977726681 -------------------- Gila original Email: [email protected] Ph. (031) 91555898 -------------------- Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
