Tag
Android Programming
13 posts tagged "Android Programming".
2 min readShadowing 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 readBuilding 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
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…
- 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
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`…
- 6 min read
Building Android Jelly Bean (4.1.2) for Beagleboard xM
- Ubuntu 12.04 LTS - AMD64
- 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…