Skip to content

b2gOS/tablet-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tablet-UI

A HTML5-based UI for the Boot to Gecko(B2G)

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:

And you can read more about B2G here:

or talk to us on Matrix:

Building for devices

Step 1: Building B2GOS for your devices

​ For details on how to build B2G, you can check this section.

Step 2: Building and pushing Tablet-UI to your devices
  1. Install python3, make and adb in your laptop

  2. Connect the B2G device

  3. 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

About

A tablet form factor UI for b2g devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published