Tag
Android Programming
26 posts tagged "Android Programming".
- 2 min read
Shadowing Lottie
[Lottie](https://github.com/airbnb/lottie-android) is a powerful library that parses [After Effects](https://www.adobe.com/es/products/aftereffects)…
- 1 min read
BeagleBone Black and Linux Kernel 3.8 with Android support
cd ~/
- 1 min read
Building Android for BeagleBone Black with Kernel 3.2
Note: SGX (hardware-accelerated OpenGL) is supported only in Kernel 3.2
- 1 min read
Compiling Android with Kernel 3.8
Note 1: SGX is not yet supported on Kernel 3.8 so there is no hardware-accelerated OpenGL on this release./pre>
- 1 min read
U-Boot for BeagleBone Black
Note: Use this guide only if you are building Android with Kernel 3.8
- 1 min read
Increasing Java Heap size in Android from source code
Under /frameworks/base/core/jni/ there is a file called AndroidRuntime.cpp where the Dalvik VM parameters are set. You can do a search over the file for…
- 1 min read
Installing busybox (for Android) on BeagleBoard
**BusyBox** provides several stripped-down [Unix tools](http://en.wikipedia.org/wiki/Unix_tool "Unix tool") in a single [executable…
- 1 min read
ADB over Ethernet in BeagleBoard
First of all we need to ensure that we have an Ethernet connection up and running. Connect your PC to the Beagleboard using a USB to Serial converter. USB…
- 3 min read
Beagleboard xM & native FTDI VCP driver
cd ~/rowboat-android/kernel
- 1 min read
FT232R (Java) Driver for Android OS 3.1+
[FT232R Driver](http://www.ezequielaceto.com.ar/techblog/wp-content/uploads/VCPLib.zip) [PS2Pad (Test app for FT232R…
- 1 min read
Android 4.1.2 Image for Beagleboard XM
This Image can be loaded into an SD Card (4GBytes min). It can run entirely from the SD Card, or the Android OS can run from a USB Flash, and U-Boot,…
- 1 min read
Basic SysInfo for Android
Basic project used in a Beagleboard XM. It reports CPU, ABI, OS Version, Maunfacturer, Device, and more. Screenshot of the app in a Motorola RAZR i (Intel…
- 1 min read
Setting up ADB on Beagleboard
Enable USB Debugging on The Beagleboard
- 1 min read
Unlocking Motorola RAZR i (XT890) bootloader
C:homekimisdkandroidplatform-tools>fastboot.exe oem get\_unlock\_data < waiting for device > ... (bootloader) 3A35120005260968#53304237373054 (bootloader)…
- 1 min read
Loading rootfs from USB in Beagleboard
1) Format a USB Flash Drive with EXT4 File System 2) Decompress rootfs.tar.gz into USB Flash Drive `cp rootfs.tar.gz /media/USBDrive` `cd /media/USBDrive`…
- 1 min read
Setup Development Tools for Android
- Eclipse IDE for Java Developers (at least Eclipse 4.2 - Juno) - [link](http://www.eclipse.org/downloads/ "Eclipse Download")
- 1 min read
Android Jelly Bean (4.1.2) for Beagleboard xM in Photos
[ for Beagleboard xM
- Ubuntu 12.04 LTS - AMD64
- 1 min read
Android USB Host + USB VCP Driver [Part 3]
Once the prototype works and could establish a great communication between the Xoom and the FT232 IC, I decided to separate the project in order to let…
- 1 min read
Android USB Host + USB VCP Driver [Part 4]
On one of the previous parts, I show how to start an Activity when the USB device was plugged. Using that technique, the driver can be initalized, if it was…
- 1 min read
Android USB Host + USB VCP Driver [Part 1]
I have connected a USB device that creates a USB VCP profile to my Motorola Xoom in order to enable my Xoom apps to interface with RS232 devices. My small…
- 1 min read
Android USB Host + USB VCP Driver [Part 2]
(Un)fortunately I have just signed a NDA (Non-Disclosure Agreement) with FTDI Chip in order to develop the Android version of their FT(2)232 chip.…
- 1 min read
How Android sees an attached USB Device
In the long way that my project must walk, I decided to start testing some small things in order to understand how the Android USB Host API and Open…
- 1 min read
Debugging Android wirelessly
Recently I flashed my Motorola Xoom with Android 3.2 in order to start playing with USB Host API and Open Accessory API, but both functionalities are…
- 1 min read
a Caller ID that speaks (for Android)
So I have just arrived home and while preparing a tuna fish sandwich somebody calls home and the answer machine started to say the number. This is something…
- 1 min read
Bluetooth in pre-Android 2.0 devices
Android OS introduced Bluetooth as an open API in version 2.0, but early versions like the well known Donut (1.6) and, one of the most famous in Motorola…