elonesna As long as the MAC address doesn't change flipping between Android and LE should work. The other option which I sometimes use in hotels is Ethernet tethering. LE exposes a wifi hotspot/tether in the GUI, but if you create /storage/.config/connman_main.conf from /etc/connman/main.conf and allow ethernet tethering you can connect a laptop to the Ethernet port on the box, which allows the laptop to share the boxes WiFi connection and complete any kind of registration process needed to get the LE box online. The only fiddly part is, you probably need to SSH into the box over WiFi to set the tether, and this is not always allowed, or (easier, if the device is an SBC) have a UART cable to get a local serial console. These days I'm travelling with a Radxa Zero in a flirc Pi Zero case which is both tiny, fast, and has GPIO pins exposed so I can run the board from the +5V on the UART cable and access the UART console easily.
Posts by chewitt
-
-
Current nightlies are GBM images with no Xorg which means no nVidia support. At the moment there is still a "Generic_Legacy" device that can be built in our codebase, but we are deliberately not building nightlies for it and hope to drop it before formal LE11 releases start. There are signs that nVidia is starting to get its sh1t together with respect to upstream standards, but there's still too many bits of jigsaw puzzle missing for nVidia support under GBM.
-
frakkin64 I had a crack at some 4K/HDR documentation earlier https://wiki.libreelec.tv/configuration/4k-hdr
-
how can i install libreelec test 11 on emmc odroid N2
If you have a USB => eMMC module reader/writer board, connect the module and write the "odroid-n2.img.gz" directly to eMMC, then put the SPI switch to the right (so petitboot is not used) and power on the board. If you don't have the USB/eMMC converter, you will need to boot the N2 from an SD card first, then SSH into the console and download the image to the SD card, and use "emmctool" to write the LE image to the module (overwriting anything on eMMC).
-
See https://github.com/LibreELEC/LibreELEC.tv/pull/5991 .. once it's merged the next nightly will support the card.
-
noobs for RPi4 is currently shipping 10.0.0 and we should update that to 10.0.1, but as we have not formally released LE10 for RPi2 yet (and RPi0 is deprecated) both of those currently point to LE 9.2.8 noobs .tar files.
-
Those are two of the best known mirror sites in Europe. No scam.
-
-
I think there are two separate issues:
a) Logs show the box has an RTC chip that keeps time between boots, and connman reports NTP sync with under 1 sec clock drift and shows 1.nz.pool.ntp.org as the active server, and there are no certificate errors in the Kodi log - so it's not the "NTP fails to set clock causing invalid TLS cert" problem. You need to enable debug mode in Kodi and reboot/reshare the logs so we can see more about the failure to connect to LE servers. Also, have you tried doing a force refresh? (navigate left in the add-on browsing views, force refresh).
b) Kodi sets the timezone in /storage/.cache/timezone when it changes, so from what I'm seeing in code/patches and the tz-data.service it would have to be Kodi writing the wrong value. Again, debug mode might show more (maybe).
-
I gave up on "browsing" aeons ago. It just takes a little effort to configure shares; personally I edit /storage/.kodi/usersdata/sources.xml as the format it simple and typing smb://user:pass@SERVER/SHARE is easier on a keyboad via SSH than using a remote in the GUI. SMB2/3 file sharing works fine in Kodi so there's really no need to downgrade things to SMB1.
-
SSH into the box and run "dmesg | paste" after a clean boot, then share the URL
-
You can look at the package.mk in https://github.com/LibreELEC/Libr…rmed/package.mk in our master branch this will tell you the current status of the package. We make periodic updates to add-ons and build them when upstream things are bumped (and we notice, there is no automation) but they are not built "nightly" like core images.
-
Add "video=HDMI-A-1:1920x1080M@60D" to boot params in cmdline.txt and see if that helps?
-
deinterlace support was merged into LE11 nightlies a week or so ago, it is not in the LE10 codebase at this time.
-
The LE 11 images in https://chewitt.libreelec.tv/testing/ are updated with some experimental fixes for seeking in ffmpeg. H264 media seems to work quite well now. HEVC generally seems to work but still fails occasionally for me. Enjoy

-
https://chewitt.libreelec.tv/testing/ <= use the "box" image and edit the dtb name to use in uEnv.ini, you will need to experiment with dtb files but S912 boxes are often much the same (try some of the box devices, not SBC boards).
-
Hello, I have bought a 2gb and 16gb x96 max plus tv box, with s905x3, and I cannot find the dtb for this box model; How can I install coreelec or libreelec on the internal nand?
Hardware decode with SM1 devices is also a little broken in the LE mainline codebase right now, and I also don't support internal installs on box devices.so you're better off with CE, and that means you're in the wrong forum for advice - CE is someone else's problem

-
What is the difference between 10.8 and 11 nightly images? THX.
The 11.0 nightly images are made from LE master. The 10.8 images are my experimental builds which are a little ahead of master. I hard-code the version number because I have scripts for pulling/distributing updates to test boxes which don't work when the filename is randomised with date/time info like the nightlies. My images are currently more functional, but you can crossgrade between them as you see fit.