Best Of
Re: Installation process for Elo I-Series 2.0 is unclear
I also am installing on the same tablet model and while I was able to get it installed it looks like there are some drivers missing. Specifically the pronto_wlan driver which controls networking for the tablet. Can't even activate the service unfortunately due to this oversight.
Here's the output of a ELO native OS
1|msm8953_64:/ $ ls -alh /system/lib/modules
total 864K
drwxr-xr-x 3 root root 4.0K 2009-01-01 03:00 .
drwxr-xr-x 7 root root 8.0K 2009-01-01 03:00 ..
-rw-r--r-- 1 root root 13K 2009-01-01 03:00 ansi_cprng.ko
-rw-r--r-- 1 root root 24K 2009-01-01 03:00 backlight.ko
-rw-r--r-- 1 root root 23K 2009-01-01 03:00 br_netfilter.ko
-rw-r--r-- 1 root root 7.4K 2009-01-01 03:00 evbug.ko
-rw-r--r-- 1 root root 7.3K 2009-01-01 03:00 generic_bl.ko
-rw-r--r-- 1 root root 50K 2009-01-01 03:00 gspca_main.ko
-rw-r--r-- 1 root root 16K 2009-01-01 03:00 lcd.ko
-rw-r--r-- 1 root root 58K 2009-01-01 03:00 mmc_block_test.ko
-rw-r--r-- 1 root root 51K 2009-01-01 03:00 mmc_test.ko
drwxr-xr-x 2 root root 4.0K 2009-01-01 03:00 pronto
-rw-r--r-- 1 root root 24K 2009-01-01 03:00 rdbg.ko
-rw-r--r-- 1 root root 28K 2009-01-01 03:00 spidev.ko
-rw-r--r-- 1 root root 40K 2009-01-01 03:00 test-iosched.ko
-rw-r--r-- 1 root root 50K 2009-01-01 03:00 ufs_test.ko
-rw-r--r-- 1 root root 428K 2009-01-01 03:00 wil6210.ko
lrw-r--r-- 1 root root 41 2009-01-01 03:00 wlan.ko -> /system/lib/modules/pronto/pronto_wlan.ko
And the same but for Emteria
1|eloi2:/ $ ls /system/lib/modules
ansi_cprng.ko backlight.ko br_netfilter.ko evbug.ko generic_bl.ko gspca_main.ko lcd.ko mmc_block_test.ko mmc_test.ko rdbg.ko spidev.ko test-iosched.ko ufs_test.ko wil6210.ko
I attempted to load the driver myself but not only is the driver missing but the public key is missing from the kernel so it won't load the driver.
I found the source online https://github.com/emteria/kernel_elo_eloi2/tree/v3.18.31-n
But I'm not quite confident enough to recompile the kernel and turn off code signing. Maybe someone else would want to take a stab at it or the developer can add the driver since the device is listed as supported?
Installation process for Elo I-Series 2.0 is unclear
Hello, I am trying out Emteria on an Elo I-Series 2.0 Android device, which is on your list of supported devices. I have unlocked the bootloader and have effectively rooted the device, so I have cleared all barriers to installation, but the knowledge base does not make it clear how the OS is supposed to be installed to the devices. The installer wants to make an SD card, and when I let it go through the full process it creates one, but the bootloader does not seem to recognize it as a valid update using my available options.
I see from the 'package.json' created in the work directories for the Emteria installer that the installation method is 'fastboot', along with 'boot', 'oem', 'recovery' and 'system' partition images, but the Knowledge Base does not provide directions for how to use these, or the resulting SD Card. I am able to boot into your 'recovery.img' by putting the device into fastboot and running 'fastboot boot recovery.img' as expected, but before I run any potentially destructive commands on my device, I want to be fully sure what I am intended to do.

Re: sshd on Pi v15
The problem is that sshd_config and sftpd_config are missing from /data/ssh/. If i take those files from an older Emteria version SSH and SFTP work fine for me.

Re: Glitching screen
Same here. RPI5 OS15. HDMI blinks, usually when touching the screen but also when screen changes.
Checked on several devices, several TVs, problem remains...

Glitching screen
i am using EmteriaOS on a raspberry pi 5 but whenever i click a text box and the blinking cursor appears the screen goes black
if i stop moving the mouse do the opposite and shake it vigorously the screen shows up.
Also i noticed if there is too much lag in games (i.e. Minecraft) the screen goes black as well.
i am using HDMI port 0 with a 100Hz refresh monitor.
can anyone help fix this...
Re: Glitching screen
I would like to also add we are having this problem with android 15 as well on our pi5. seems the system is doing refresh rate changes. Our screen keeps popping up 4k 24hz instead of the original 4k 60hz it booted up in. every time we are clicking it keeps cycling the screen display. Will switch to A14 and see if that has any issues for us.

Re: Emteria OS on Commercial Tablets
@aroeira Hey we are currently not supporting any Samsung or Lenovo tablets out of the box. Find supported hardware here: https://emteria.com/supported-hardware
Re: Glitching screen
@HellBornHacker Android 15 is still under development. Currently, a quick fix would be reducing the resolution.
Re: Raspberry Pi 5 as development debug device connected on USB cable (USB-C)
Hi @mcfoi - I've also tried to get the USB debugging working with no luck. I've since figured out how to get the WiFi debugging running using the "adb pair" + "adb connect" commands from the Android Development Studio. Was relatively straightforward - found a few guides on how to do this online. Just had to pull my laptop off the ethernet cable and put it on the same WiFi network as the Raspberry Pi. Debugging on WiFi is probably just as fast as USB debugging. I can't tell any difference when I'm deploying / debugging code.
Re: Raspberry Pi 5 as development debug device connected on USB cable (USB-C)
@mcfoi I have never tested it myself but you would probably need to load a different USB driver like we do for the CM modules. On the other hand, RPi5 needs a more powerful power supply to work properly maybe this is related too.