This might be interesting. It's the most compact RPi 'tablet' I've seen.
http://ZeroTerminal.org
More a 'palmtop' with a 5.5" screen.
I saw that CutiePi had reached funding goal for a community driven port of LineageOS so interesting to see how they'll manage that.Adamanewtown wrote: ↑Thu Aug 06, 2020 3:35 pmThe CutiePi tablet on Kickstarter is ~£150 for the Kickstarter exclusive price.
---------------------------------------------------------------------------------------------------------------------------------------------------------------
*HUGE FACEPALM* it's not even running android. (im a flippin' 9yo with asperger's ok)
What is missing from current releases for you to consider it 'ready'?
I don't know specifics, but every time I see "Android on Raspberry Pi" it comes with caveats such as a very old release of Android, or some bit of hardware not supported or slow frame rates or limited / no Play store support, 'unsupported'. Has it reached a level of equivalence with a cheap Android tablet now? Does Lineage achieve that?Konsta wrote: ↑Mon Aug 10, 2020 8:03 amIf you want an Android tablet just buy one that's made for that purpose. You really can't make one using Raspberry Pi that can compete in price or size.
I saw that CutiePi had reached funding goal for a community driven port of LineageOS so interesting to see how they'll manage that.Adamanewtown wrote: ↑Thu Aug 06, 2020 3:35 pmThe CutiePi tablet on Kickstarter is ~£150 for the Kickstarter exclusive price.
---------------------------------------------------------------------------------------------------------------------------------------------------------------
*HUGE FACEPALM* it's not even running android. (im a flippin' 9yo with asperger's ok)
What is missing from current releases for you to consider it 'ready'?
I’m working on something like this at the moment. Could you share your requirements and usage scenarios?
Yes, the one and only.PiGraham wrote: ↑Mon Aug 10, 2020 9:28 amI don't know specifics, but every time I see "Android on Raspberry Pi" it comes with caveats such as a very old release of Android, or some bit of hardware not supported or slow frame rates or limited / no Play store support, 'unsupported'. Has it reached a level of equivalence with a cheap Android tablet now? Does Lineage achieve that?
Are tyou he guy who has done this LineageOS build for RPI4B : tps://konstakang.com/devices/rpi4/LineageOS16.0/? Excellent work!
it looks like it is getting closer.
The reason I was creating mine was so I (and others) could have a portable development and test platform for Ren'Py games.
I've burned that onto an SD card and gone through the basic setup. Looks good. Hard to judge the UX with only mouse & keyboard.Konsta wrote: ↑Mon Aug 10, 2020 11:20 amhttps://konstakang.com/devices/rpi4/LineageOS17.1/ is the latest. It's also currently the latest Android version. You can install Play Store separately (Google apps are proprietary and can't be shipped with the image).
Audio through HDMI works for me with my current setup (a Samsung TV and the Pi, running LOS 16)
I can. I got burned a buncha times by my Samsung tablet tho XD
You hope to build a better tablet than Samsung?!Adamanewtown wrote: ↑Tue Aug 11, 2020 9:48 pmI can. I got burned a buncha times by my Samsung tablet tho XD
Adamanewtown wrote: ↑Wed Aug 12, 2020 10:56 amForums, we have a problem here. LineageOS is stuck on a boot loop![]()
The display is 1024x600. I didn't set anything so I assume LineageOS read the EDID.
Code: Select all
su
rpi4-graphics.sh swiftshader
su
rpi4-graphics.sh mesaWell I'm using an HDMI display and default LineageOS image so I guess it whatever the default renderer is.WoScha wrote: ↑Fri Aug 21, 2020 10:22 am
Have a WaveShare 10.1 touchscreen TFT. It just wants to work correctly in the 1024x600 resolution with the Mesa-Rederer.
Therefore I unfortunately have to use the Swiftshader Rederer, which slows down the graphics position significantly.
Hence my question, which renderer are you using.
Thanks for feedback.Imperf3kt wrote: ↑Mon Aug 10, 2020 10:48 pmThe reason I was creating mine was so I (and others) could have a portable development and test platform for Ren'Py games.
So I needed speakers, on screen keyboard / mouse, a few hours between charges (around 5 was my aim) and the ability to dock it and use an external monitor / keyboard / mouse.
The RTC was necessary for use when without a network connection.
My secondary requirements were to have an Internet browser and image processing tools, audio editing software, and text editor available, much like a regular PC.
Software all worked, it's the hardware that has been problematic.