Sunday, March 16, 2014

Rooting the HiMedia Q5ii Android TV box

You might wonder why you need to root the Android TV box in the first place. Well, I also never thought about this, until the recent Chinese version of Q5ii firmware taken away the Google Play Store, and I need root access to restore the Google Play Store in the HiMedia Q5ii Android TV box.

In order to gain root access of the HiMedia Q5ii from your computer, you need to put connect them to the same local network. Then, as usual, you'll need the famous Android Debug Bridge (ADB.exe) which is distributed in the Android SDK Tools in Android Developers website. All Android developers and/or hackers should already have this Android SDK Tools in their computers.

Alternatively, you can also install ADB in your computer by downloading and installing the Minimal ADB and Fastboot package from XDA Developers website.

If until this point, you don't know what I am talking about, and you have no idea what is "root", you should not continue. This is because rooting an Android device, if not handled properly, might introduce risk and damage to your Android device.

If you still keen to continue, then copy these 3 required files to a new folder in your computer:

  • adb.exe
  • AdbWinApi.dll
  • AdbWinUsbApi.dll
Then, we need the "su" binary and the Superuser.apk.

Download Superuser-3.2-arm-signed.zip here, unzip the file, and copy these 2 files into the folder where you put ADB just now:
  • su
  • Superuser.apk
Then, you need to find out the IP address of your HiMedia Q5ii Android TV box and use ADB to connect to its port 5555.

Go to Windows command prompt by executing "cmd" in Run...


Go to your folder with ADB, and issue the following commands:
  • adb connect your_himedia_ip_address:5555
  • adb root
  • adb remount
An example of the command issuing and respond is as below...

Then continue with the following commands:
  • adb push su /system/bin
  • adb push su /system/xbin
  • adb push Superuser.apk /system/app
  • adb shell chmod 4755 /system/bin/su
  • adb shell chmod 4755 /system/xbin/su
And finally, reboot your HiMedia Android TV box with this command:
  • adb shell reboot

After the reboot, you should be able to gain the root access to your HiMedia Android TV box now.




Wednesday, March 12, 2014

CIMB credit card Statement of Account Delivery Instructions form

Effective 1 April 2014, CIMB Bank will force all their credit card members with online CIMB Clicks account to access to their monthly credit card statements via CIMB Clicks website. The bank will no longer send out the monthly credit card statements to them.

If you are affected, and wish to receive your monthly credit card statements by email or in hardcopy by post, you need to inform CIMB by filling up the so-called Statement of Account Delivery Instructions form and fax to 03-2381 7198 or email to cardcentre@cimb.com.

If you are looking for the form, it is available here as below:


You can also click here to download the CIMB credit card Statement of Account Delivery Instructions form in PDF format (English and Bahasa Malaysia).

You will receive a Notice on CIMB Bank Credit Card eStatement and its Terms and Conditions together with you March 2014 credit card statement sent by CIMB. Click here to download the softcopy of the Notice on CIMB Bank Credit Card eStatement and its Terms and Conditions.

I wonder if CIMB Bank has any legal standing to force their credit card members to accept such change in such a short period of time using this manner. Any lawyer reader here who can give some comment?


Updated my HiMedia Q5II Android TV box firmware to Mango Hi Q v1.0.6

After the successful upgrade of my HiMedia Q5II Android TV box firmware to Mango Hi Q (芒果嗨Q) v1.0.5 in January 2014, I have now updated its firmware to the latest Mango Hi Q v1.0.6 without much problem. This new firmware v1.0.6 was just released on 8 March 2014.

You can download the Mango Hi Q v1.0.6 firmware for HiMedia Q-series dual core Android TV boxes here.

Make sure you download the firmware that matches with the model number of your HiMedia Q-series dual core Android TV box. If the label on your box has the wording of "eMMC" (which is the newer version sold to the market since November 2013 onwards), download the firmware for EMMC version. Otherwise, download the firmware for non-EMMC version.

The update process is pretty simple. Just put the downloaded file in a USB thumb drive, then plug the USB thumb drive into one of the USB port of the HiMedia TV box, and perform the update from System Settings option.

This version of Mango Hi Q v1.0.6 brings the long awaited support for DVD ISO replay function, support for Apple iOS 7 Airplay and Airplay Mirror, WiFi hotspot function, user defined wallpaper, and bug fixes.

Unfortunately, my WiFi Analyzer app disappeared from the Application Management screen after the update. The app is still there, just that it is not showing up in the listing in Application Management screen. Hopefully this new bug can be fixed soon.

Hint: Click on the "Older Posts" link to continue reading, or click here for a listing of all my past 3 months articles.