TizzBird F Series Customization Manual

Smart media player

Advertisement

Quick Links

TizzBird Customization Guide
Smart Media Player
TIZZBIRD™ F Series
Rev 1.03
For firmware Rev 1.23 or later

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the F Series and is the answer not in the manual?

Questions and answers

Summary of Contents for TizzBird F Series

  • Page 1 TizzBird Customization Guide Smart Media Player TIZZBIRD™ F Series Rev 1.03 For firmware Rev 1.23 or later...
  • Page 2: Table Of Contents

    Table of Contents 1. Overview ................... 3 2. Customize User Interface ............4 Customize Background Screen ..................4 Customize Home Screen Items ..................4 Make it Permanent Change and Restore Default ............5 3. Auto Playback ................6 Autorun function ......................6 Auto folder playback ......................
  • Page 3: Overview

    1. Overview TizzBird is a quite flexible and powerful device, and it can be customizable in many ways. Besides just AUTORUN or AUTO CONFIGURATION, you can pre-install some applications and run it directly without intervention of TizzBird UI. You need the customizations of TizzBird at following cases: Need to change the background and item images.
  • Page 4: Customize User Interface

    2. Customize User Interface 2.1 Customize Background Screen You can easily change the background (or wallpaper) of home screen with following script at “MMP_Auto_Config.xml” file. <HomeConfig> <Wallpaper image=”ImageName” keepAspectRatio=”true” /> </HomeConfig> “ImageName” Just put the field to any image you want to replace. We recommend the background image size 1280x720 or 1920x1080 which fits the aspect ratio.
  • Page 5: Make It Permanent Change And Restore Default

    You can easily make the change permanent or restore to default image with following script. To make the change permanent (the changed images will come-up whenever boot-up): <HomeConfig> <Config backup=”true” /> </HomeConfig> To restore the default TizzBird image: <HomeConfig> <clear=”true” /> </HomeConfig>...
  • Page 6: Auto Playback

    3. Auto Playback 3.1 Autorun function You can make the “autorun” function just like other media player. To playback all the files in the “Autorun” folder, please copy the following “MMP_Auto_Config.xml” file on the root then, follow the procedures like below: <?xml version="1.0"...
  • Page 7: Auto File Playback

    3.3 Auto file playback To designate automatic playback of some files, please write the script like this: <AutoPlay count=n> <File name=”fileName1” /> <File name=”fileName2” /> </AutoPlay>...
  • Page 8: Auto Installation & Execution Of Apps

    4. Auto Installation & Execution of APPs 4.1 Auto Installation Before proceed to install the APP automatically at TizzBird device, you need to know the following information about APP. APK name: package name of the APK Version Code: version code of APK file...
  • Page 9: Auto Execution Of Pre-Installed App

    In that case you need to know the “ and “ of the APP to execute. You can get those names at TizzBird APP browser by typing “1234”. The pop-up screen will come out as follows: After getting two fields value, write the script as follows: <AutoRun>...
  • Page 10: Auto Installation And Execution

    register “ ” field designate whether it should run or not after removing source drive. true= the installed application run whenever reboot. false= the installed application will not run when reboot. For example, you can run the WEB browser directly as following scripts: <AutoRun>...

Table of Contents