OS: Android - Memeriksa Spesifikasi Handphone yang digunakan

From OnnoWiki
Jump to navigation Jump to search

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

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