Posts by chewitt

    There's nothing we can do about the original Slice theme as it wasn't maintained by Five Ninja's (or anyone else, largely because it contained fonts that were not licensed for open/public distribution) and Kodi moved on so the old skin is incompatible and missing things. Estuary has some alternative colour options though, and IMHO the dark blue (almost Slice-blue) "midnight" colour scheme is nicer than the default. If you're desperate for something more Slice-like during boot you can run "mount -o remount,rw /flash" and copy the file dropbox linked below to /flash/oemsplash.png. It's a simple tweak that will survive upgrades. It's the original 'noobs' boot splash that Slice used, but with the "press to enter recovery mode (=)" blanked out as we don't ship noobs as part of our OS images.

    Dropbox - slice_1080p.png

    From now on you can update from the Kodi GUI using the LE settings addon. See

    External Content www.youtube.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
    - the skin and settings addon layouts will change a little in LE 9.0 from what's in the video but the core idea/process remains the same. No need to flash the CM3 card again unless something goes bad and you deliberately want to do it.

    Connman (the connection manager) supports hotspot/tethering on Ethernet in addition to WiFi although this is not enabled by default or exposed in the settings addon GUI at all. If you "cp /etc/connman/main.conf /storage/.config/connman_main.conf" and edit the /storage file you can enable it (reboot to take effect). Then use connmanctl to activate the tether against Ethernet, and connect a laptop/desktop via Ethernet. Now if you connect the RPi to the Xfinity WiFi the tethered device on Ethernet will share the same connection which allows you to complete the login process from a normal browser.

    Two requirements:

    a) The remote presents itself as a USB keyboard

    b) The USB port it's connected to remains powered during whatever S3/S4 state the laptop enters

    If neither of the above are true, the "keyboard" won't be able to wake the hardware. The alternative is the laptop has IR hardware that's designed to support remote wake events, but that's unlikely.

    Manufacturers are dumb about this kind of thing. They know kernel maintainers will give them work so they sit on their kernel changes until they think everything is perfect. Then eventually they submit and the kernel maintainers still pick everything apart and send stuff back for rework. Instead they should just submit early, get the feedback, then incorporate the feedback and resubmit. Sometime it takes 3-4 iterations to get everyone on-side and the kinks worked out, but persistence pays dividends - because once you get stuff upstream other people start caring about maintaining it.

    Get a Synology NAS for local storage and use one of the integrated backup services which has inexpensive and generous storage. Online backup only gets expensive once you want direct real-time access to the data (e.g. for streaming). If online is just an archive store things are a lot cheaper.

    1. /storage represents one of several probable partitions on the internal emmc

    2. depends on the kernel, but /dev/mmcblk0 or /dev/mmcblk1 - check with blkid

    3. if booting from emmc it's on emmc .. and if using sdcard it's on sdcard

    4. it looks exactly the same, because it's exactly the same OS, only installed to different storage media

    5. uboot splash isn't easily changed, oemsplash.png in /flash will change the LE splash, kodi splash is separate again

    If the whole point of all those questions was changing the splash, all you need to do is boot the box after install and remount /flash rw and copy oemsplash.png to /flash. No need to edit the read-only installtointernal file unless you deliberately want to make everything complicated.