Difference between revisions of "OS: Android - Memeriksa Spesifikasi Handphone yang digunakan"

From OnnoWiki
Jump to navigation Jump to search
Line 30: Line 30:
 
  sudo adb start-server
 
  sudo adb start-server
  
cek devices
+
Pastikan Device di aktifkan Developer Option USB debugging.
 +
Cek devices
  
 
  adb devices
 
  adb devices

Revision as of 08:57, 5 September 2013

Cek via USB

Lakukan

lsusb

Misalnya keluar (untuk Axioo Vigo 350)

Bus 001 Device 005: ID 0489:c001 Foxconn / Hon Hai

Cek web

Cek Jenis Processor & Kernel yang di perlukan

Cek konfigurasi kernel

Instalasi

sudo apt-get install android-tools-adb android-tools-fastboot

jalankan adb server

adb kill-server
sudo adb start-server

Pastikan Device di aktifkan Developer Option USB debugging. Cek devices

adb devices
List of devices attached 
FADM5116500644	offline

cek build.prop

cd ~
adb pull /system/build.prop .


adb pull /proc/config.gz
device configurator buat hp bapak, letaknya ada di kernel source nya arch/arm/configs/

Referensi

Pranala Menarik