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 ......................
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.
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.
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>...
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"...
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>...
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...
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>...
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>...
Need help?
Do you have a question about the F Series and is the answer not in the manual?
Questions and answers