Karoo2 compatibility #16
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Adds full compatibility for the Hammerhead Karoo 2 (Android 8 / API 26) by removing incompatible permissions and updating dependencies. This allows the extension to run on both Karoo 2 and Karoo 3 devices using the same single APK.
Type of Change
Related Issue
Fixes # (None - Feature request)
Changes Made
BLUETOOTH_SCANandBLUETOOTH_CONNECTpermissions fromAndroidManifest.xml(these Android 12 permissions cause crash loops on Android 8).nordic-ble-clientdependency which was adding unnecessary weight and potential conflicts.README.mdto explicitly mention Karoo 2 & 3 support.SKILL.mdandcopilot-instructions.mdwith Karoo 2 development guidelines.Algorithm Changes
Testing
Test Configuration
Checklist
Screenshots/Videos
N/A (Backend/Compatibility change only)
Additional Notes
The
nordic-ble-clientlibrary was confirmed to be unused in the codebase (0 references found), so its removal is safe and reduces APK size. The app relies correctly onKarooSystemServicefor data, which works on both K2 and K3.