I own a OnePlus 6t phone which was released in 2018, and the last update the phone officially received was Oxygen OS 11.1.2.2 which was released in December 2021. This updated the phone to Android 11, but Google recently released Android version 14. Therefore, to keep the OnePlus phone current with the latest version of Android and additional security patches, I use version 10.2 of the crDroid Custom Rom. However, the latest version of crDroid brings Android 14, and this requires that all applications must target an Android version greater than 6.0.

The following applications did not work with the new version of Android, so I had to sideload the applications on to the phone using ADB:

  • DashClock Widget v1.7.2.apk
  • DashClock custom extension v2.7.apk
  • Unit Converter v2.8.5.22.apk
The command shown below will sideload the my.apk application, thus bypassing the Android 14 minimum SDK level.

adb install --bypass-low-target-sdk-block my.apk