Here are the console commands for installing/removing system apps in android console emulator, very easy ; ) You must have ROOT and console emulator, I found this very helpful, so I hope it helps others as well... __________________________________________________ ___________________________________ Install App to System: Place APK file in the root folder on your sd card. Open terminal and enter..
안드로이드 소스를 빌드해서 nexus 7에 올리게 되면 문제가 생긴다. 설정->태블릿 정보를 보면 모델이름이 Full Android on Tilapia가 된다. 즉 설치된 App들이 단말이 Nexus 7인지 모르고 Full Android on Tilapia로 안다는 것이다. ㅠㅜ 실제로 올레마켓은 모델명, 브랜드가 틀리면 지원안하는 모델로 알고 실행이 안된다. 이것을 Nexus 7으로 바꾸려면 두가지 방법이 있다. build.prop 수정 설정->태블릿 정보도 build.prop에서 값을 읽어서 뿌려주는 것이다. 원래 read only영역이지만 루팅을 하면 수정이 가능하다. 아래와 같이 수정을 하고 리부팅을 한다. ro.product.model=Nexus 7 ro.product.brand=google d..
http://source.android.com/source/building-devices.html 위의 링크의 한국어 설명이다. 1. Driver Binary를 설치 아래 주소에서 Nexus Binary를 받아서 설치한다. 설치 방법은 Android Source에서 Driver binary를 풀어서 설치하면 된다. 설치하면 Android Source에 vendor밑에 driver가 설치가 된다. https://developers.google.com/android/nexus/drivers 2. Android Source Build Driver Binary를 Android Source에 설치했으면 이제 빌드를 하면 된다. 빌드 방법은 다음과 같다. jlee3$ . ./build/envsetup.sh jlee..
갤럭시 S3를 샀다. 그런데 Ubuntu에 꽂아봤더니 인식을 못하더군.. 당연하지.. 안드로이드에서 인식할수 있도록 등록하는 방법은 다음과 같다. 먼저 lsusb명령어로 갤럭시 S3의 USB정보를 보자. 04e8은 vendor ID이다. jlee3@jlee3-VirtualBox:/etc/udev/rules.d$ lsusb Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet Bus 001 Device 003: ID 04e8:6860 Samsung Electronics Co., Ltd GT-I9100 Phone [Galaxy S II] 그리고 이제 u..