= GENI WiMAX Internal (Eyes Only) Documentation = [[TOC(Internal*, depth=3)]] These pages should have documentation which is not supposed to be shared openly on the Internet. == Eclipse setup for android == To develop for these phones, you will need an android development environment. The most straightforward way is to use the Eclipse ADT bundle, available from Google here: [http://developer.android.com/sdk/index.html Link]. Setup instructions are available [http://developer.android.com/sdk/installing/bundle.html here]. If you prefer, you can instead download a plugin for use with an [http://developer.android.com/sdk/installing/index.html existing IDE]. This should be a simple unzip and run on windows. On Windows, you may also need the [http://developer.android.com/sdk/win-usb.html ADB driver]. On the phone, you may need to go into system settings -> developer options -> enable usb debugging. This will allow you to use the android debug bridge (ADB) over usb to control the phone, read files and log messages, install your applications, etc.