Google Chromecast Gets a Custom ROM: PwnedCast

If you’ve got a ChromeCast, and are disappointed by its limited features, XDA member ddggttff3 has released a custom ROM for the device based on the 13300 stock image. It is rooted, has its own OTA system, and features a dedicated recovery and a custom kernel in order to enhance the user experience. Main features: Root SSH/Telnet Access Uses DHCP DNS Servers Google OTA’s Disabled Custom Boot Image PwnedCast OTA Update Engine! PwnedCast Recovery Image, based on FlashCast V1.1.1 KyoCast Built In! Currently the most interesting feature is the addition of KyoCast which provides access to services like AOL, HBO, Post, Rev3, and Songza. But more work and features are certainly on the way. If you want to give it a try, download the image, and flash it as follows: Setup and Install FlashCast V1.1.1 on a USB Drive in Windows or Linux. Don’t use another FlashCast version, or it […]

XBMC MX Linux v1.00 RC1 for AMLogic AML8726-MX Devices

Developer “croniccorey” has recently announced the release of MX Linux v1.00 RC1, an XBMC Linux image for media players based on AMLogic AML8726-MX, on XDA Developers’ Forums. This release supports G18REF and MX2REF devices (See build.prop in Android) such as Matricom G-Box Midnight MX2, and a test image has also been released for g02refDongle devices such as Droid Stick A2. Checking the MTD layout Before starting the installation, you may want to check your flash partitions in order to avoid bricking your device: Install and run Terminal Emulator Run the command below to make sure your partition table is compatible with the image:

If your partition table is different, do not install the default image for MX2REF / G18REF. However, If you’ve got Matricom Android firmware version 1.1.6 or greater or WJB’s Linux builds from November 21 2013 onwards, the MTD layout will be different, and you’ll need to […]

How to Fix Slow GPS Lock on Mediatek MT65xx based Smartphones

I’ve recently purchased ThL W200, an Android 4.2 smartphone powered by Mediatek MT6589T quad core processor, and I’m trying to test a few things including GPS. I’ve enabled access to my location, GPS, and Google’s location service using Wi-Fi and mobile network. In Google Maps, I could get a somewhat accurate position thanks to mobile network location, but it was clear it could not lock GPS. I’ve also tried Nike+ Running, an application that keeps track of your running sessions with GPS, gives you some audio feedback as you run (distance, time and speed), and compares your performance to the average, and your social network friends. When I wanted to start running, the app complained about weak GPS signal, and tried to lock GPS for about 10 minutes, until I decided to give up. So I tried to find a solution, and Google pointed me to an article on Gizchina […]

How to Flash Rockchip RK3066 / RK3188 Firmware in Linux

Rockchip provides 2 tools to update the flash: RkBatchTool – Used to upgrade firmware with a single file RkAndroidTool – Used to flash the NAND flash with image corresponding to particular partition, e.g. system.img. kernel.img, boot.img. recovery.img. etc… One problem is that the company only provides these tools for Windows, so if you’re using a Linux based operating systems, you’d have to run a Windows XP or 7 virtual machine in VirtualBox or VMWare, which is an inconvenience, and requires a license in theory. To work around this issue, I’ve tried to use ReactOS, an open source operating systems compatible with Windows XP, but although the USB drivers appeared to install properly, RKAndroidTool failed to recognized my device (MK908). But a member of Mini PCs community informed me about a tool called RkFlashKit, written in Python and using GTK, that can flash firmware to Rockchip RK3066 and RK3188 devices in […]

DriverAssistant – Simplified Method to Install Rockchip USB Drivers in Windows XP/7/8/10

When you need to root or upgrade Rockchip RK3066 or RK3188 devices, you’ll usually have to connect your device to your computer via USB, and in Windows, installing specific drivers (ADB drivers) is usually needed. However, many people seem to have problems with installing the proper driver, and their device may not be recognized properly. To simplify the task for Windows users, Rockchip has written a tool called RK Driver Assistant to automatically install the correct drivers on different Windows versions. Here’s how to install the drivers with this tools.There’s no need to connect your Rockchip device during this procedure. Download and extract RK_DriverAssitant.zip [Update: More recent versions of the tools can be found in Rockchip-Linux account in Github] Double click on DriverInstall.exe in Release_DriverAssitant directory to start the utility If you’ve already tried to install USB drivers for Rockchip devices, make sure to click “Uninstall Driver” first Then click “Install […]

How to Root Rockchip Devices in Linux

Rooting methods for devices based on Rockchip RK3066 and Rk3188 are usually only provided for Windows, so if you run Linux as your main operating system, you would either need to find a Windows based devices, or run Windows in a virtual machine.  Luckily, Linux users may not have to switch to Windows anymore thanks to the instructions provided in one article that I’ll summarize below. The steps below are for Ubuntu / Debian based systems, but should be easily adaptable to other distributions. Set up ADB access to the device Install adb:

Edit/create /etc/udev/rules.d/51-android.rules with the following line in order to let standard users connect to the device:

Make sure that the Linux user is part of group “plugdev”:

Reload of the USB access rules to get the latest one on:

Add your device USB Vendor ID to adb list. e.g.:

Restart the adb […]

Cydia Impactor Provides an Alternative Method to Root Android Devices via Windows or Mac OS X

Cydia Impactor is a GUI tool for working with Android devices from computers running Windows or Mac OS X.  It can be used to reboot the device, enter fastboot mode, access the shell, scan for USB drivers for your device, and a bit more. But its key feature is to provide root access to many Android devices by exploiting of the Android “Master Key” vulnerability, and if it does not work falling back to a different signature verification bug. There are other tools (e.g. unlockroot, Moborobo,…) or methods to provide root access, but if those do not work or you have troubles installing drivers, Cydia Impactor may be worth a try. I did try on MK908 and T428 mini PCs in a Windows XP netbook, but for some reasons the software could not detect the USB connection (with USB debug enabled in Android), although Moborobo did. But Benjamin, who tipped me […]

NVIDIA Releases Source Code, Binaries, and Android Build Instructions for the SHIELD Gaming Console

This morning I’ve read bad news for the open source community. Jean-Baptiste Quéru, leader of the Android Open Source Project (AOSP) has decided to quit the project because AOSP cannot run on the latest Nexus 7 as Qualcomm (lawyers) impeded the project, and Google is unable to released factory images or necessary binary drivers for the GPU. But there’s also good news, as Nvidia has just released source code and binaries to allow developers to fully build an Android image for its SHIELD gaming console. If you want to build an image for the latest image available, following the steps below. Get the code

Build the Android image (Provided you’ve already setup your Linux PC do build AOSP):

Done (mp dev took  about one hour for my machine). You should now have the required binary images in out/target/product/roth/ directory. Enter fastboot mode before flashing the binaries by one […]

Memfault IoT and embedded debugging platform