Arian04 / android-hid-client

Android app that allows you to use your phone as a keyboard and mouse WITHOUT any software on the other end (Requires root)
GNU General Public License v3.0
109 stars 4 forks source link

Create page that shows when the user opens the app for the first time to set things up #10

Closed Arian04 closed 1 year ago

Arian04 commented 1 year ago

Create activity that runs on first startup with 2 buttons

  1. create hidg0/fix perms
  2. an ignore button with a big warning that the app won't work if you ignore unless you create the character device yourself

and a checkbox for whether or not to automatically recreate the character device on every reboot

Arian04 commented 1 year ago

For the checkbox: listen for BOOT_COMPLETED and do it automatically. if that somehow fails and it still doesn't exist, my app startup check can warn/prompt the user about it.

I should also add this to the settings once it's implemented so the user can change their mind about it

Arian04 commented 1 year ago

Completed in a28c764210064105ffb37cd90f17a66bdc018321 and 733560b79102eb74b8b975d096a40420ff35d39f