XBMC for Android With Hardware Video Decoding on Telechips TCC8925 Processor

Taehyun Kim, a developer working for Inisoft (Korea), has been working on video hardware acceleration on Diceplayer for Telechips TCC8925 processor (The one used in CX-01 and Zero Devices Z900) and call this player from XBMC. He has uploaded a video to demo his progress and that’s pretty impressive. You can try it yourself by downloading and installing the following apps: xbmckor-armeabi-v7a-20120821.apk (Korean version). [Update: Kim has also uploaded the English version]. Diceplayer – Free app via Google Play You’ll also need to create a file called playercorefactory.xml in /sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/userdata directory with the following content: <playercorefactory> <players> <player name=”MPC-HC” type=”ExternalPlayer” audio=”false” video=”true”> <filename>com.inisoft.mediaplayer.a</filename> <hidexbmc>true</hidexbmc> </player> </players> <rules action=”prepend”> <rule video=”true” player=”MPC-HC”/> </rules> </playercorefactory> I’ve tried it in Zero Devices Z900. The default language is Korean, but you should manage if you’re familiar with XBMC interface. When you play videos, you lose the usual XBMC interface, as those are played in […]

How to Upgrade Firmware for CX-01 mini PC

[WARNING: Although these instructions worked with my hardware (CX-01 bought via Pandawill), it appears to break some CX-01 devices (See comments section), so use these instructions with care] Pandawill finally managed to release CX-01 firmware (234 MB) about a week ago. This firmware can be used for devices with 4 or 8 GB flash memory (2 separate directories). You only need to update the firmware if your device has some serious problems, or if CX-01 gets a proper firmware update (we can always dream…). Once you’ve downloaded ROM for android TV CX-01.rar in a Windows PC, extract it and enter ROM for android TV CX-01 directory. You’ll find 1 file and 1 directory: V1.0-4096-8189_en – Directory for 4GB firmware V1.0-8192-8189_en – Directory for 8GB firmware FWDN_8923.zip – Telechips tools to burn the firmware to flash Extract FWDN_8923.zip, go to vtcdrv directory and install the driver corresponding to your operating system. […]

Zero Devices Z900 Android mini PC Unboxing and Review

Zero Devices Z900 HDMI Stick hardware is very similar to CX-01 as it has the same Telechips TCC8925 Cortex A5 processor, 512 MB RAM and 4GB Flash memory. The only key difference is the presence of a microSD card slot which is lacking on CX-01 mini PC. It ships in the same package as Zero Devices Z802 mini PC, and the only difference is the lack of marking to tell the device name. Let’s open the box and see what’s inside. The package contains from top left to bottom right: USB to mini USB cable to connect the power 5V/1A power supply Documentation in Chinese and English mini HDMI to HDMI cable (about 30 cm long) Z900 Android TV Stick Zero Devices Authenticity Card. The Authenticity Card is used to register your device on Zero Devices website and access a VIP area with access to support forums, a download section […]

How To Root CX-01 Android mini PC

CX-01 is a cool low cost Android mini PC (as low as $40), but unlike many other Chinese Android device it is not rooted. Here are the instructions to root it: Download Unlock Root http://www.unlockroot.com/. NB: The download link does not appear to work right now, but the filename is unlockroot23.exe, so here are some alternative untested download links. Find Unlockroot\driver\android_winusb.inf in the directory where you install Unlockroot Open the file in a text editor, and add the following lines: For Win 7 (64-bit): [Google.NTamd64] 64-bit] ;TCC8920 %SingleAdbInterface% = USB_Install, USB\Vid_18D1&Pid_DEED&MI_01 %CompositeAdbInterface% = USB_Install, USB\Vid_18D1&Pid_DEED&Rev_0231&MI_01 For WinXP (32-bit): [Google.NTx86] ;TCC8920 %SingleAdbInterface% = USB_Install, USB\Vid_18D1&Pid_DEED&MI_01 %CompositeAdbInterface% = USB_Install, USB\Vid_18D1&Pid_DEED&Rev_0231&MI_01 Connect CX-01 to your PC via USB, it should then detect your new device. If it doesn’t simply press “fn” key on CX-01 TV Stick. Select the driver that you edited in Unlockroot\driver\android_winusb.inf Once the driver is installed, run unlockroot Press ROOT, then […]

$40 CX-01 mini PC Unboxing and Review

I’ve just received the CX-01 Mini Android PC I ordered 3 weeks ago on Pandawill website using Togetho.ru group buy coupon and paid $41.89 as I selected “Singapore Post” shipping option. Today, I’ll post some unboxing pictures and provide a review of this tiny and cheap device. I received the device in the box below. The device characteristics are listed on the back on the package. Telechips TCC8925 does not support 1 GHz (max 833 MHz), and I’m unable to play some of the video container format listed, but more on that later. You’ll just find the TV Stick and a microUSB to USB cable to power the device in the package. Now let’s connect it to the TV. The device can plug neatly into on the HDMI port of my HDTV (Samsung LA328450), and it’s powered by the TV’s “USB service” port. $40 is a low price to turn a […]

Building the Linux Kernel 3.0.8 For Telechips TCC8925 mini PCs (CX-01, Z900, TizzBird N1…)

Yesterday, we got Linux kernel 3.0.8 source code from Telechips, as well as some files related to Android 4.0 (Webkit + OMX). Today, I’ve had a look at the kernel source code and found a few very interesting things. First let’s get the code from github:

Good news! The code for the latest Telechips TCC892X is present in arch/arm/mach-tcc892x, and there is support for 3 types of boards: board-m805_892x – TCC8923 M805 board board-tcc8920 – TCC8920 evaluation board board-tcc8920st – TCC8920 STB evaluation board TCC8920 STB evaluation board appears to be relevant to products such as Diyomate A6, but if it’s also used for TCC8925 HDMI Dongle such as CX-01 mini PC, Zero Devices Z900 or ValuePlus TizzBird N1. Now let’s have a look at the default config directory for arm (arch/arm/configs):

Nice! tcc8925st_dongle_defconfig and tcc8925st_donglehs_defconfig look particularly interesting! A quick comparison shows that the only difference is […]

Telechips Releases Linux Kernel 3.0.8 and Android ICS Source Code

Telechips has just uploaded the GPL source code for kernel 3.0.8 and Android 4.0 to the open source section of their website. If downloading from telechips website is too slow, you can also try alternate downloads (Thanks Gabe!): Kernel-3.0.8.tar.gz Ics.tar.gz I’ve also created 2 repositories in github: telechips-linux – Linux kernel source code telechips-android – Android platform open source code (webkit + OpenMAX source code) It haven’t looked into the source code in details yet, but hopefully, this will allow developers to customize the firmware running on Telechips TCC8925 based mini PCs such as CX-01 mini Android TV Box or Zero Devices Z900. 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 full time later in 2011. www.cnx-software.com

Equiso Smart TV: 69 USD Android mini PC with Wireless Remote

Here’s yet another Android mini PC HDMI Stick. Equiso has started a KickStarter compaign to raise funds to complete development and manufacture the Equiso Smart TV, an Android mini PC based on Telechips TCC8925 Cortex A5 processor. It looks very similar to CX-01 mini PC with Android 4.0 running on a TCC8925 processor, 512 MB RAM and the lack of a microSD card slot. The only hardware differences are that it includes 8GB internal storage (vs 4GB for CX-01), and it features an HDMI 1.4 port (vs 1.3 for others). Here are the specs of the device: Telechips TCC8925 Arm Cortex A5 Processor @ 1GHz + Mali 400 3D Graphics Processor 512 MB DDR3 RAM 802.11 N wireless radio 8 GB Memory Internal (WiFi) 1.4 HDMI Plug n’ Play Interface, 3D, ESD protection, CEC USB 2.0 port microUSB 2.0 port to power the device Dimensions – 80mm x 30mm x […]

Memfault IoT and embedded debugging platform