Wednesday, February 1, 2012

Build Environment of Android


Android - Initializing a Build Environment
http://source.android.com/source/initializing.html

One thing to point out: Ubuntu 11.10 did not have lib32readline5-dev. (due to license)
Need to use libreadline-gplv2-dev instead.

Reference: launchpad.net - 11.10 can not apt-get install lib32readline5-dev

Wednesday, January 4, 2012

use Ubuntu Jaunty and Android ADB

# adb kill -server
# sudo adb start -server
# adb devices


Ubuntu Jaunty and Android ADB

android developers - Setting up a Device for Development

# vi /etc/udev/rules.d/51-android.rules.

For Gusty/Hardy, edit the file to read:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"

Android Developers Forum - Ubuntu Jaunty and adb not playing well together

pts.blog - How to fix the adb no permissions error on Ubuntu Lucid

Yi Yu - Fix “???????????? no permissions” with adb and your Android phone

Friday, November 25, 2011

Eclipse on Ubuntu(64bit)


Eclipse - no Java (JRE) / (JDK) … no virtual machine

Stack Overflow answer:
You can:
reference that exact JRE path in your eclipse.ini.
copying any JRE of your in your /jre directory
In both cases, no PATH to update.

eclipse.ini VM setup in Linux: reference

Eclipse cannot find adb

Stack Overflow answer
Problem was that the executables were made for 32-bit architecture and i was running amd64. Easily solved, just had to install the ia32-libs package.
Linux下无法使用adb,PacketTracer等软件的问题(转载)

Connect to your Samba server from Linux

Connect to your Samba server from Linux

The graphical method

Using the command line

Samba is a very powerful tool that not only can share files with Windows machines, but with Linux machines as well.

美人時計(bijin-tokei)