Tablet-UI
is mainly UI part of Tablet Project
, which is aims to a explore a simple, single-purpose tablet, completely dedicated to browsing the web made by Ben Francis.
You can read more about Tablet Project
here:
- https://wiki.mozilla.org/Connected_Devices/Projects/Project_Tablet
- https://github.com/mozilla-b2g/gecko-tablet
And you can read more about B2G
here:
or talk to us on Matrix:
For details on how to build B2G, you can check this section.
-
Install
python3
,make
andadb
in your laptop -
Connect the
B2G
device -
Clone the
tablet-ui
codes and use command to build it:# All webapps will be packaged and output to the `out` directory make build # Other command # Push all application.zip under out directory to device make push-package # Only push just the applications files to device make push # Build with dev-apps make DEVAPPS=1