Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Android bootanimation ====== <code> cd /lab/radxa/bootanimation make make upload </code> Copy bootanimation.zip into /lab/raxda*common/system/media desc.txt <code> 512 256 30 p 1 0 part0 p 0 0 part1 </code> * '523' is the width of the animation * '256' is the height of the animation * '30' is the desired fps of the animation * 'p' defines a animation part * '1' how many times this animation part loops * '0' defines a pause (max 10) * 'part0' is the folder name where the animation images are * 'p' defines another animation part * '0' defines that it loops forever (until android starts) * '0' defines a pause * 'part1' is the folder for the second animation part. tips/android/bootanimation.txt Last modified: 2015/02/27 17:50by scipio