Difference between revisions of "ROM Android: Penggunaan adb"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  (New page: Instalasi   sudo apt-get install android-tools-adb  ==devices==   adb devices -l   List of devices attached   5H9TFYCYSGQ8Y9MZ       device usb:2-5 product:a80a model:A80A device:a80a   ==...)  | 
				Onnowpurbo (talk | contribs)   (→shell)  | 
				||
| Line 14: | Line 14: | ||
  adb shell  |   adb shell  | ||
| + | |||
| + | Ini akan masuk ke shell  | ||
| + | |||
| + |  shell@a80a:/ $  | ||
| + | |||
| + | Untuk menjadi superuser ketik  | ||
| + | |||
| + |  su  | ||
| + | |||
| + | Perlu di allow oleh kingroot yang sudah di instalasi sebelumnya  | ||
| + | |||
| + |  shell@a80a:/ #  | ||
| + | |||
| + | |||
| + |  mount -o remount, rw /system  | ||
Revision as of 18:08, 22 December 2014
Instalasi
sudo apt-get install android-tools-adb
devices
adb devices -l
List of devices attached 5H9TFYCYSGQ8Y9MZ device usb:2-5 product:a80a model:A80A device:a80a
shell
adb shell
Ini akan masuk ke shell
shell@a80a:/ $
Untuk menjadi superuser ketik
su
Perlu di allow oleh kingroot yang sudah di instalasi sebelumnya
shell@a80a:/ #
mount -o remount, rw /system