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
-
kszaq, I've flashed MXQ 5.95.5.2 to my black MXQ this is the only buld that my wifi modules get loaded, what I found it that my WiFi will connect and get IP address, it will get internet for a few seconds and after it will lose the internet but keep the IP? I know its not my network as I have tried 2 different routers.
here is a log.Attached Files
Comment
-
Originally posted by noosk View PostIs there any way to connect the Beelink MXQ to a harmony remote? I tried using Beelink as the manufacturer and it didn't have them in their database. The stock remote is extremely limited and doesn't have the media controls such as stop/play/pause etc so it can't teach the harmony remote these functions. Is there any way to have the full array of functions for the MXQ using the harmony remote?
Indeed, I'm searching a solution to add play, fastforward & backforward command on my Harmony One. If anyone have a solution, raise the hand! :-)
Comment
-
Originally posted by Shadi86 View PostHi guys,
Have anyone test Tv tuner and do it work, if yes where can I buy compatible one?
ThanksMK818B, T428, ATV 1220, CS918S, TV01, S89H, R89, ADT-1, MK808B Plus, MINIX X8-H Plus, Tronsmart Orion R68
Comment
-
Originally posted by minoccio View PostIs it possible to add the shortcut for "reboot to NAND" in other skins ? I am interested to use it in Amber, my favourite skin.
What i did was to edit the file DialogButtonMenu.xml. I think for amber, it is located in /storage/.kodi/addons/skin.amber/1080i/. In this file you see all the possible buttons in the power menu (most of them are not used). Now i replaced an unused entry with the following (i took the button id from the old unused entry):
Code:<!--Reboot to Android--> <control type="button" id="510"> <width>352</width> <label>Reboot to Android</label> <onclick>Dialog.Close(shutdownmenu)</onclick> <onclick>System.ExecWait("/usr/bin/rebootfromnand.sh")</onclick> <include>dialog_MenuButton</include> </control>
Comment
-
kszaq
http://freaktab.com/forum/tv-player-...on-mk808b-plus
There is a great Ubuntu 15 with full hardware GPU acceleration for the MK808b plus at last!!!!. Everything is working great! (Wifi, BT, OTG, Mali HW GPU).
I made up an installation tutorial here to get Ubuntu on SD-Card and the latest Openelec 5.95.5.2 running from NAND :
1. First Install Kszaq's latest Openelec 5.95.5.2 to NAND.
2. Then, Disable pop-up blocking in your browser.
3. Navigate to https://drive.google.com/file/d/0Bxd...ew?usp=sharing and download the .zip
4. Extract the .zip
5. Now you will have "ubuntu-mate-15-04-s805-standard-0_95_Beta.img"
6. Flash this .img to your SD-Card using this tool http://sourceforge.net/projects/win32diskimager/ (Thanks Regor!)
6. (Alternative for Flashing the image) You can also flash the image using a pre-existing Linux machine.
http://wiki.openelec.tv/index.php/HO...The_Disk_Image
7. When completed, place the SD-Card in your MK808-b plus.
8. Use the pin method when starting ...Get to the "Update from EXT" screen.
9. Choose Update from External
10. Choose the SD-Card
11. Choose the .zip file shown in the SD-Card root
12. Press enter then wait 15 seconds while the new bootloader is flashed.
13. Now power cycle your MK808b-plus
14. You will get the login menu right away...boots in under 20 seconds.
15. User\Password is "minipc"
Loboris has also added the code to set the Ubuntu to 1920x1080 @ 60Hz 32Bpp or 24Bpp !!!
To get 1080p resolution working place the following in /etc/rc.local :
Code:echo "1080p" > /sys/class/display/mode /bin/fbset -fb /dev/fb0 -g 1920 1080 1920 2160 32 echo 0 > /sys/class/graphics/fb0/free_scale echo 1 > /sys/class/graphics/fb0/freescale_mode echo "0 0 1919 1079" > /sys/class/graphics/fb0/free_scale_axis echo "0 0 1919 1079" > /sys/class/graphics/fb0/window_axis echo 0x10001 > /sys/class/graphics/fb0/free_scale
The last number in fbset command defines the bpp (bits per pixel). Use 32 to get kodi and gles to work, use 24 to get good looking LibreOffice.
Loboris added some more fixes below :
Some more fixes/tips (tested on MK808+):
If you don't have hdmi sound, do the following:
in /etc/asound.conf replace pcm "hw:1,0" with pcm "hw:0,1"
in /etc/pulse/default.pa replace (uncomment)
#load-module module-alsa-sink with load-module module-alsa-sink
and
#load-module module-alsa-source device=hw:1,0 with load-module module-alsa-source device=hw:0,1
--To get rid of Odroid repository gpg key error, run: Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5360FB9DAB19BAC9
--To get hardware acceleration in Chromium browser put the following in /etc/chromium-browser/default (it works only if bpp=32 !) Code:
CHROMIUM_FLAGS=" --use-gl=egl --ignore-gpu-blacklist --disable-accelerated-2d-canvas --num-raster-threads=2"
Also, you will need to check the "Enable Hardware acceleration" in Chromium settings
Test with WebGL demo.
- Enable compositing for better desktop experience ( disable when running Kodi ! )
- Install smplayer
- smtube from Ubuntu Vivid does not work, but from Wily repository works, download deb and install with gdebi.
Thanks to all who helped get this working!Last edited by sammaz; 30 September 2015, 18:51.
Comment
What's Going On
Collapse
There are currently 3907 users online. 1 members and 3906 guests.
Most users ever online was 37,478 at 04:14 on 26 June 2024.
Comment