๐Ÿ› ๏ธScreen recording without confirmation

Beginning with version 3.7.2, Android 10+ users can start/stop screen recording from within JBV1. By default, your device will prompt you to confirm that you want to let JBV1 record your screen.

Pre-authorize JBV1 to record your screen, for recording with one tap or one voice command

  1. Download and install Android SDK Platform Tools to your Windows, Mac, or Linux computer: https://developer.android.com/tools/releases/platform-toolsarrow-up-right

  2. Enable USB debugging in your JBV1 device's Developer Options. If you haven't enabled Developer Options on your device: https://www.tomsguide.com/how-to/how-to-enable-android-developer-optionsarrow-up-right

  3. Connect the device to your computer with an appropriate USB cable.

  4. If prompted by the device, authorize the connection to your computer for USB debugging.

  5. Open a command prompt or terminal window on your computer and cd to the SDK platform tools directory that contains adb or adb.exe.

  6. Execute the following:

    • adb shell appops set com.johnboysoftware.jbv1 PROJECT_MEDIA allow

  7. Disconnect the device from your computer and disable USB debugging in Developer Options.

If you wish to remove this pre-authorization at a later date, repeat the above steps beginning with step 2, but replace allow with ignore in step 6.

Last updated