Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 907 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 907 Bytes

Credits

Setup and compile

On app folder run keytool -genkey -v -keystore amazing-hud-key.keystore -alias AmazingHud -keyalg RSA -keysize 2048 -validity 10000

Choose a store password and a key password.

Create file app/secrets.gradle with the following contents:

ext {
secret = [
        storePassword: 'YOUR PASSWORD HERE',
        keyPassword  : 'YOUR OTHER PASSWORD HERE'
]

}

Set up your device

This version looks good on devices with low resolution. Add this to the end of your config.txt on the first partition (type msdos). Tested on preview 0.4.0

max_usb_current=1
hdmi_group=2
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0

Build release for Android Things console