1. Install adb to connect our sticks to PC.
When you are developing a rom or you want to send and receive some files to/from PC it is a very useful tool, and with it you enter in "terminal mode" in stick. To make it work with rk3066 or rk3188 you must follow this steps:
From terminal in your pc you must write:
sudo apt-get install android-tools-adb sudo gedit /etc/udev/rules.d/51-android.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="2207", MODE="0666", GROUP="plugdev"
sudo udevadm control --reload-rules adb devices gedit ~/.android/adb_usb.ini
0x2207
adb kill-server && adb start-server adb devices
leolas@leolas-desktop:~$ adb devices List of devices attached R5JAH4QORY device
Under construction.
Comment