Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
/ shell-touch Public archive

Webian Shell Touch - A graphical shell for the web (Android Things version)

License

Notifications You must be signed in to change notification settings

webianproject/shell-touch

Repository files navigation

Webian Shell Touch

A graphical shell for the web (touchscreen version).

This application is designed to be run as the main system app on Android Things.

Getting Started

  • Flash Android Things onto a developer board (e.g. flash onto a Raspberry Pi 3 with the official Raspberry Pi touchscreen or RasPad touchscreen connected), boot it up and connect it to your local network via Ethernet or WiFi
  • Clone this GitHub project onto a desktop computer and import the project into Android Studio
  • Connect your desktop computer to the development board using adb connect {ip address} where {ip address} is the IP address displayed on the screen of your development board
  • Click the "run" button to deploy the app to your development board over adb

Tips

How to flip the display on a Raspberry Pi touchscreen (needed for some cases which mount the display upside down).

Plug the SD card into an SD card reader and mount the boot partition (you may need to create the /mnt/sd directory first and replace disk2s1 with correct device reference for your computer):

$ sudo mount -t msdos /dev/disk2s1 /mnt/sd

Edit config.txt:

$ cd /mnt/sd
$ sudo nano config.txt

Add line:

lcd_rotate=2

Unmount the SD card:

$ sudo umount /mnt/sd

Alternatively you can flip the orientation in AndroidManifest.xml, but it will only apply to the Shell app:

<activity android:name=".MainActivity" android:screenOrientation="reverseLandscape">

About

Webian Shell Touch - A graphical shell for the web (Android Things version)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages