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

From OnnoWiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
==Device Codename==
 +
 +
* Samsung Galaxy Nexus i9250 (maguro)
 +
* LG Nexus 4 E960 (mako)
 +
 +
 
==Cek via USB==
 
==Cek via USB==
  

Revision as of 13:25, 6 September 2013

Device Codename

  • Samsung Galaxy Nexus i9250 (maguro)
  • LG Nexus 4 E960 (mako)


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