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

From OnnoWiki
Jump to navigation Jump to search
Line 54: Line 54:
  
 
  device configurator buat hp bapak, letaknya ada di kernel source nya arch/arm/configs/
 
  device configurator buat hp bapak, letaknya ada di kernel source nya arch/arm/configs/
 +
 +
 +
==Cek Device yang di Cyanogenmod==
 +
 +
Cek di Cyanogenmod
 +
 +
http://wiki.cyanogenmod.org/w/Devices#vendor=;
 +
http://wiki.cyanogenmod.org/w/Devices#vendor=%22Samsung%22;type=%22phablet%22,%22phone%22,%22phone%20%28slider%29%22,%22tablet%22;cmversions=%2210%22,%2210.1%22,%2210.2%22,%2211%22;
  
 
==Referensi==
 
==Referensi==

Revision as of 14:20, 23 January 2014

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/


Cek Device yang di Cyanogenmod

Cek di Cyanogenmod

http://wiki.cyanogenmod.org/w/Devices#vendor=;
http://wiki.cyanogenmod.org/w/Devices#vendor=%22Samsung%22;type=%22phablet%22,%22phone%22,%22phone%20%28slider%29%22,%22tablet%22;cmversions=%2210%22,%2210.1%22,%2210.2%22,%2211%22;

Referensi

Pranala Menarik