Hi,
I had this situation and for long time I couldn't reproduce the problem... but eventually I did
Ok, if you have set_display_mode.sh script inside /system/bin folder which is not clearing fb1 (frame buffer 1) and your users are using freescale function available trough display settings, you will eventually get mouse pointer replaced with bootloader logo image
At the end of script should be something like this:
I had this situation and for long time I couldn't reproduce the problem... but eventually I did

Ok, if you have set_display_mode.sh script inside /system/bin folder which is not clearing fb1 (frame buffer 1) and your users are using freescale function available trough display settings, you will eventually get mouse pointer replaced with bootloader logo image

At the end of script should be something like this:
Code:
...
echo 1 > /sys/class/graphics/fb1/blank
fbset -fb /dev/graphics/fb1 -g 18 18 18 18 $osd_bits
echo 1 > /sys/class/graphics/fb1/blank
After few hours of searching I loaded firmware from G-Box and everything works fine except dvb function. Any suggetion ? I have dumped original firmware (but with f...ed up cursor) if needed.