mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-24 23:55:52 +03:00
[PR #253] [MERGED] android(fix): do not require phone's MAC for service start #348
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#348
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kavishdevar/librepods/pull/253
Author: @kavishdevar
Created: 11/16/2025
Status: ✅ Merged
Merged: 11/19/2025
Merged by: @kavishdevar
Base:
main← Head:android/no-root📝 Commits (6)
3b427bfandroid(fix): add missing HEAD_GESTURES capability on app2c956bc1android(fix): catch att initial read exceptions in togglece999d3android(refactor): remove navcontroller from head gestures screen8ccfa1dandroid(fix): do not crash when connected devices list is sent empty6fcefd7android(fix): do not crash if phone's MAC not available06abc63android: skip sdp hook check if setup skipped📊 Changes
7 files changed (+110 additions, -61 deletions)
View changed files
📝
android/app/src/main/java/me/kavishdevar/librepods/MainActivity.kt(+1 -1)📝
android/app/src/main/java/me/kavishdevar/librepods/composables/StyledToggle.kt(+6 -1)📝
android/app/src/main/java/me/kavishdevar/librepods/screens/HeadTrackingScreen.kt(+5 -3)📝
android/app/src/main/java/me/kavishdevar/librepods/services/AirPodsService.kt(+84 -50)📝
android/app/src/main/java/me/kavishdevar/librepods/utils/AACPManager.kt(+3 -2)📝
android/app/src/main/java/me/kavishdevar/librepods/utils/AirPods.kt(+5 -3)📝
android/app/src/main/java/me/kavishdevar/librepods/utils/RadareOffsetFinder.kt(+6 -1)📄 Description
Fixes crash when running on non-rooted devices.
apk: https://github.com/kavishdevar/librepods/actions/runs/19412004970
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.