1. CHECK DEVICE FIRMWARE VERSION AND ENABLE ADB
   This software will only work with Phones and Tablets that use GKI kernel android16-6.12.
   To determine Kernel version use the Android Settings application, i.e  Settings->About phone->Android version->Kernel version. 
   Make sure kernel version is 6.12.xxx-android16-xxx (xxx indicates values that you can ignore). 
   If this doesn't match DON'T PROCEED ANY FURTHER.  You are trying this software on the wrong device.

2. This software will run on any Android device using the  GKI kernel android16-6.12 running any version of Android. 
   If you are running this on a phone, it works best if phone supports HDMI output with USB Type-C hub.
   Some devices using GKI kernel android16-6.12 include any phone/tablet based on Snapdragon 8 Elite Gen 5 SoC such as
   the Lenovo Legion Y700 Gen 5 or the OnePlus Pad 4 tablet.

3. You will need to root your Android device with Magisk to be able to install this software. 
   XDA Forum ( https://forum.xda-developers.com ) is a good place for instructions to unlock the bootloader and root.


4. VOLKSPC INSTALLATION
   Please check ( https://www.volkspc.org/installation/ ) for general information.
   You can do everything from adb.
   a. adb install InstallerAndroid16-6.12demo.apk. Ignore any warnings from Android and proceed with the installation.
   b. adb install Desktop.apk. 
   c. adb push  volkspcimgarm64.zip /sdcard/Download.

   Use the Installer application to install Linux desktop image (volkspcimgarm64.zip).
   Make sure you grant Installer root access with Magisk. After installation use Installer to start Linux desktop.
   Please read ReleaseNotes.txt for more information about the Linux desktop.
  
   This free evaluation software doesn’t handle keyboard events after 10 minutes of Linux activity. So after 10 minutes 
   the keyboard appears to be frozen on Linux but pointer and Android installation is still fully functional. 
   The Installer application can be used to upgrade your installation.


5. SOME COMMON ISSUES
   a. Android 16 QPR2 release has good support for Android desktop mode on the secondary display. You can enable it
      in Developer options->Window Management-> Enable desktop experience features. Future versions will not need such 
      changes. Our VolksPC desktop works well but  needs to run in full-screen, so us the window decorations on 
      Android to put the Desktop app in full-screen mode.

   b. For high DPI tablets, check ReleaseNotes.txt to change settings.

   c. While we support touchscreens and touchpads, some  manufacturers such as OnePlus use proprietary implementation
      that cannot be supported by the VolksPC Linux desktop. 

   d. Google’s Pixel devices  running official firmware as well as Lineage OS can be updated even after being rooted. 
      Follow these steps to upgrade and preserve root access:
         * Open the Magisk app and update it to the latest version of Magisk .
         * Install the latest Android update but don’t reboot the device. This will install Android to the the inactive slot.
         * Use Magisk to root the inactive partition and then reboot

VOLKSPC SOFTWARE LICENSE
This distribution includes VolksPC's proprietary software libraries, applications, scripts 
and kernel modules. This is an incomplete list of software components: 
1. VolksPC X11 graphics libraries.
2. VolksPC kernel module.
3. VolksPC Android applications- InstallerXXX.apk and Desktop.apk
/*
 * Copyright (C) 2014 - 2026  VolksPC LLC http://www.volkspc.org,  All Rights Reserved.
 * These files are part of the VolksPC software and may not be distributed, sold, 
 * reproduced or copied in any way.
 */

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING 
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
NONINFRINGEMENT. IN NO EVENT SHALL VOLKSPC LLC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

OTHER SOFTWARE LICENSE
Most of the software used in this distribution is based on Debian (https://www.debian.org/legal/licenses/)
The licenses used are also listed at /usr/share/common-licenses/ in the Debian file system.
You can download our changes to GPL/LGPL software from https://www.volkspc.org/gpl-lgpl-software/.

 
