Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
[ROM] Unofficial OpenELEC for MK808B+ and MXQ
Collapse
This is a sticky topic.
X
X
-
Hi
Do you resolve the problem of the gray square we have in fullscreen when we put a power of 500mA ?
When the stick boot for the first time (with an AC/DC of 500mA of my tv) there is a big gray square in the top left corner when I start a video or tv (fullscreen). When I reboot Kodi, this is OK and everything work fine.
With the original 2A power, no problem.
You can test it, it's the same for all MK808B+
Thanks
Comment
-
Originally posted by lxeran View PostDonated you a few bucks, your work is priceless, my MK808B+ Works beautifully now! Thanks alot.
Originally posted by mrdan View PostHi
Do you resolve the problem of the gray square we have in fullscreen when we put a power of 500mA ?
When the stick boot for the first time (with an AC/DC of 500mA of my tv) there is a big gray square in the top left corner when I start a video or tv (fullscreen). When I reboot Kodi, this is OK and everything work fine.
With the original 2A power, no problem.
You can test it, it's the same for all MK808B+
Thanks
Comment
-
Originally posted by lexa500 View PostI have bricked mk809plus device (ustick h.256), not even recovery showint on tv. but It shows in burning tool.
is it possible to flash your rom via usb and burning tool?
Comment
-
Originally posted by kszaq View PostNo. There is no way to build USB Burning Tool compatible OpenELEC image. You should first flash Android firmware via USB Burning Tool and after that you can flash OpenELEC.
upd: found one
Comment
-
Could you add support for TV110? The Beelink MXQ version works good(even the led works good: green when running, red when the box is off), but the box doesn't output any sound on HDMI( didn't test any other outputs). I've changed the device tree file with the one for TV110(with abootimg program), but still didn't have any sound.
Comment
-
Originally posted by csgabe View PostCould you add support for TV110? The Beelink MXQ version works good(even the led works good: green when running, red when the box is off), but the box doesn't output any sound on HDMI( didn't test any other outputs). I've changed the device tree file with the one for TV110(with abootimg program), but still didn't have any sound.
Comment
-
Thanks. I knew about that version, but this is better(because it's got t230 tuner driver & led coloring works). I managed to make the sound work by changing resolution to 720p with the following script which I copied to /.config/autostart.sh:
Code:mode=720p HPD_STATE=/sys/class/amhdmitx/amhdmitx0/hpd_state DISP_CAP=/sys/class/amhdmitx/amhdmitx0/disp_cap DISP_MODE=/sys/class/display/mode hdmi=`cat $HPD_STATE` if [ $hdmi -eq 1 ]; then echo $mode > $DISP_MODE fi outputmode=$mode common_display_setup() { fbset -fb /dev/fb1 -g 32 32 32 32 32 echo $outputmode > /sys/class/display/mode echo 0 > /sys/class/ppmgr/ppscaler echo 0 > /sys/class/graphics/fb0/free_scale echo 1 > /sys/class/graphics/fb0/freescale_mode case $outputmode in 720*) M="0 0 1279 719" ;; 1080*) M="0 0 1919 1079" ;; esac echo $M > /sys/class/graphics/fb0/free_scale_axis echo $M > /sys/class/graphics/fb0/window_axis echo 0x10001 > /sys/class/graphics/fb0/free_scale echo 0 > /sys/class/graphics/fb1/free_scale } case $mode in 720*) fbset -fb /dev/fb0 -g 1280 720 1280 1440 32; common_display_setup ;; 1080*) fbset -fb /dev/fb0 -g 1920 1080 1920 2160 32; common_display_setup ;; esac # Console unblack echo 0 > /sys/class/graphics/fb0/blank echo 1 > /sys/class/graphics/fb1/blank
One annoying thing is that LAN MAC changes on every boot.
A problem I have noticed that it's slow to boot or maybe fails to boot sometimes on TV110.
Comment
-
As promised, I compiled OpenELEC 5.95.1 for our devices. Uploading now. This is tested only on MK808B+ as my new MXQ arrived faulty.
5.95.1-20150514
This is a pre-release test version. Don't expect it to fully work. Use at your own risk!
Make a full backup before installing. You can upgrade from 5.0.x but you can't downgrade without a clean install!
Known issues as in 5.0.8-20150511.
Unknown issues likely present.
Comment
-
Originally posted by kszaq View PostAs promised, I compiled OpenELEC 5.95.1 for our devices. Uploading now. This is tested only on MK808B+ as my new MXQ arrived faulty.
5.95.1-20150514
This is a pre-release test version. Don't expect it to fully work. Use at your own risk!
Make a full backup before installing. You can upgrade from 5.0.x but you can't downgrade without a clean install!
Known issues as in 5.0.8-20150511.
Unknown issues likely present.MK818B, T428, ATV 1220, CS918S, TV01, S89H, R89, ADT-1, MK808B Plus, MINIX X8-H Plus, Tronsmart Orion R68
Comment
What's Going On
Collapse
There are currently 3835 users online. 1 members and 3834 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment