16
Astro Slide - Android / Re: google search bar on home screen
« on: December 24, 2022, 04:55:07 am »
Install Nova launcher.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
The ghosting patch seems to work! I will try to clean it up and post it on Github this weekend.
Edit: here it is: https://github.com/planet-com/astro-kernel/pull/1
Have you built and installed a Linux kernel before? There are instructions for building and installing a kernel suitable for Debian here: https://github.com/gemian/gemini-keyboard-a...rnelCompilation. Building for Android is slightly different, requiring the aeon6797_6m_n_defconfig config file instead, plus some extra Android-specific parameters sent to mkbootimg. The keyboard mapping under my test kernel is not entirely correct (ESC is neither ESC nor Power, for example). Planet Computers did not compile in support for /proc/configs.gz in their stock Android kernel so I don't know what's missing (yet). But I don't want to get to too far off topic in this camera thread.
Just for fun, I modified the kernel to disable the MediaTek hardware JPEG codec which forced Android to use its own software routines to encode the image data in JPEG format.