How to Run Android Apps in Linux with AndroVM

You may want to run some Android applications in your computer. If you’re using Windows, there’s already a decent option with Bluestacks. If you’re using Linux, you could always install the Android SDK and run the emulator, but I don’t really like this option because of the user interface, and for people who don’t need to use the SDK it’s not really the simplest thing to install. The way to run Android apps in Linux is probably to run an x86 Android virtual machine in VirtualBox. Yesterday, I tried the latest development version of Android x86 4.2, but for some reasons I could not control the mouse, and had to perform all tasks with the keyboard. What I’m going to use today instead is AndroVM, an Android VM for x86 processor, that is even more easy to use than the Android x86 image. The instructions has been performed in a […]

Adding Wi-Fi to Emcraft Systems K70 SoM

Emcraft Systems K70 SoM is a system-on-module powered by Freescale K70 Cortex M4 micro-controller with enough RAM (64 MB) to comfortably run uClinux. They used to charge $99 for their uCLinux BSP, but it’s now free of charge, and the company also provides full hardware and software documentation, including a getting started guide, schematics and BoM for the baseboard, application notes and more… Many of their clients want to use Wi-Fi with K70 SoM, and it can easily be done by using Wi-Fi USB dongles based on Ralink RT5370 chipset such as D-Link DWA-140 (H/W rev B3) or Comfast CF-WU815N. Emcraft has provided detailed instructions to do so with K70 SoM, their latest baseboard (SOM-BSB-EXT) and a demo image based on their uClinux BSP. I’ll summarize the instructions to use K70 SoM as a Wi-Fi access point below. Connect the baseboard and K70 SoM with an Ethernet cable, a mini […]

Ubuntu Touch Developer Preview Is Now Available for the Galaxy Nexus and Nexus 4, 7 and 10 Devices

As promised with the announcement of Ubuntu on Tablets, Canonical released a developer preview of Ubuntu 12.10 for smartphones and tablets that can be installed in Galaxy Nexus and Nexus 4 smartphones, as well as Nexus 7 and Nexus 10 tablets. It is an experimental development snapshot that could potentially brick your device. Many features are still not available but you should be able to access the following: Shell and core applications Connection to the GSM network (on Galaxy Nexus and Nexus 4) Phone calls and SMS (on Galaxy Nexus and Nexus 4) Networking via Wifi Functional camera (front and back) Device accessible through the Android Developer Bridge tool (adb) You’ll be able to reinstall Android after trying it out, but all your data will be lost, unless you use apps such as Titanium Backup. The instructions to install Ubuntu 12.10 Touch are available on Canonical website, and you’ll basically […]

Wandboard Dual Unboxing and Quick Start Guide

I’ve just received Wanboard Dual development board together with an enclosure, and Wi-Fi antenna. This board is powered by Freescale i.MX6 Duallite Cortex A9 processor, and comes with 1GB RAM, HDMI output and Ethernet. There’s also a version based on Freescale i.MX6 Solo with 512 MB RAM. You can refer to my earlier post for more detailed specifications. I’ll start by showing some unboxing pictures of the board, and write a quick start guide (casing assembly, Ubuntu & Android boot, and development). I also planned to run some benchmarks and test videos, as according to a poll on Wandboard website many people want to use it as a media player, but I’ll do that a bit later since the current Android image is not up to the task yet. Wandboard Dual Unboxing The package I received contained 3 boxes: one for Wandboard Dual board, one for the enclosure, and one for […]

How to Open an Android mini PC / HDMI TV Dongle

Since I’ve been asked, I’ve done a short video showing how to open an Android mini PC, namely Droid Stick A2. As most casings are based on similar design the same method can be used for many other mini PCs that comes with a plastic casing. Some other mini PCs with a metallic casing, such as Hi802, need to be opened with a different, and IMHO easier, method as you just have to remove 2 screws. For Droid Stick A2, all you need is a flat head precision screwdriver. First look for small spaces between the two parts of the casing, insert the screwdriver where the largest space is, and gently lift it up. Watch the video below for a demo. Jean-Luc Aufranc (CNXSoft)Jean-Luc started CNX Software in 2010 as a part-time endeavor, before quitting his job as a software engineering manager, and starting to write daily news, and reviews […]

How to Display dd Progress and dd.sh Script

Upgrading software on Linux / Android boards or devices often involves copying images to an SD card or microSD. In Linux, you’d usually do that with dd, a utility that provides binary copy of data to files or block devices. A typical command would be:

However, during the copy, dd does not show a progress bar by default. But dd actually supports progress report, as indicated in the manpage: you can run dd, and send USR1 signal to display the current progress once, and resume copying. Linux commando explains how to continuously return the progress. First run the dd command:

Open another terminal window to find out the process id:

And use the watch command to send USR1 at regular interval.

You should see dd progress in the first window every 10 seconds. It works, but the output is not very nice because dd will just […]

How To Root Droid Stick A2 mini PC

Droid Stick A2 mini PC does not come rooted, so here’s a simple rooting guide for the device. First, make sure you’ve installed the latest firmware, then follow the instructions below (Source: ARMTvTech): Copy update_Superuser.zip to the root of a micro SD card. Insert the microSD card to Droid Stick A2, and power the device Go the Apps menu in Android, and launch “Upgrade” app. Select Local Upgrade Select update_Superuser.zip Select Reboot And Install Package Let the update go through, and let it boot to Android. You should now have root access. This method deleted old version of su and Superuser.apk, copies su to /system/bin & Superuser.apk to /system/app, and changes permissions on those files. It may also work on other AMLogic AML8726-M1 / M3 / MX based devices. If you are interested in knowing exactly what it does, unzip update_Superuser.zip, and open /META-INF/com/google/android/updater-script. For some reasons, the first time I […]

How to Access the Serial Console in MK808 mini PC

Omegamoon has done a pretty neat hack on MK808 Rockchip RK3066 mini PC to connect a Sparkfun USB to TLL board and access the serial console for bootloader and kernel debugging. The first thing he had to do was to open the device, remove the heatsink, and locate the Rx/Tx pads on the board. The Rx and Tx pins are accessible through pads, not via through holes, so it’s just a little more difficult to solder, but nothing too challenging. He and his brother also soldered another cable to the ground. Then they inserted a 6-pin header via the ventilation holes of the device, soldered the 3 wires to the header, and fix the latter to the casing. Finally, they just inserted the debug board in the pin header, connected the USB cable to their PC, and started minicom (or equivalent) to start accessing the serial console. I think that […]

Exit mobile version
EDATEC Raspberry Pi 5 fanless case