Guide: How to install ZIUICancer on ZIDOO Z9X

Special thanks goes to COD-BOX.net. This guide is based on their french tutorial “Install ZIUI_CANCER 2.3.2 to ZIDOO Z9X“.

The purpose of this guide is to show you, how to install ZIUICancer (the black Zidoo launcher) on a ZIDOO Z9X using ADB*.

Prerequisite

  1. a ZIDOO Z9X to play around with (follow the guide on your own risk)
  2. please read my Guide: How to enable Developer options on RTD1619DR based Zidoo Player
  3. download the latest Android SDK Platform-Tools for the platform of your choice
  4. extract downloaded Android SDK Platform-Tools archive to your local machine
  5. download 7-Zip file zidoo_ui_2.4.9.7z
  6. extract zidoo_ui_2.4.9.7z with path into folder platform-tools

Connect to your Zidoo Player with adb

replace 192.168.x.x by your Zidoo Player’s IP-Adress

adb connect 192.168.x.x:5555
adb root
adb connect 192.168.x.x:5555
adb remount
adb push system /
adb reboot 

Remember to allow USB debugging when this popup appears on your Zidoo Player

After the command adb reboot your ZIDOO Player will restart to apply the changes.

This is how it look like on my Zidoo Z9S

Change default Home app

Goto Settings -> Apps

Select the gear icon

Select the Home app of your choice

8 thoughts on “Guide: How to install ZIUICancer on ZIDOO Z9X”

  1. Hi, any reason I am getting this error –

    adb: error: failed to copy ‘system\app\zidoo_ui\zidoo_ui.apk’ to ‘/system/app/zidoo_ui/zidoo_ui.apk’: remote No space left on device

    There is plenty of space on the device.

    Thanks

Leave a Comment