# License Activation

Some of the Bass OS builds do require licensing activation. After contacting us with your device serial numbers and purchasing a license, there are a few different ways it can be activated.

# Option A: On Device

Start off by going into Android Settings

Screenshot_20241107-131404_Settings
Screenshot_20241107-131404_Settings

Then scroll down to the Device Status option (if it is not showing, close Settings and re-open)

Screenshot_20241107-131417_Settings
Screenshot_20241107-131417_Settings

After selecting the Device Status activity, you can see your product serial number here. This is the serial number you will need to report to us with in order for us to register your device.

Screenshot_20241107-131424_Bootsight
Screenshot_20241107-131424_Bootsight

Once reported and license is purchased, you can click on the "Check Device Status" button to check it's activation status. Once activated, the screen will reflect the status by showing as "Licensed"

# Option B: Using ADB

Connect to the device using ADB, and run the following command to collect its serial number:

adb shell getprop ro.bliss.serialnumber

Take the value returned and you can contact us at info@navotpala.tech with all the serial numbers you want to register. Once payment is confirmed, we will activate the license for each serial shared and send you a response when complete.

From there, you can use adb to reboot each device for it to confirm it's license status once it reconnects to the internet:

adb root
adb shell reboot -f