mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-24 23:55:52 +03:00
[GH-ISSUE #220] android: unable to get phone's MAC for TiPi #102
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#102
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?
Originally created by @kavishdevar on GitHub (Oct 1, 2025).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/220
just what the title says
@kavishdevar commented on GitHub (Oct 1, 2025):
@farinrav could you please drop the logs here once you can? thanks!
@kavishdevar commented on GitHub (Oct 1, 2025):
https://github.com/kavishdevar/librepods/issues/215#issuecomment-3356973403
could you please run
su -c settings get secure bluetooth_address. Please hide the output if you get a MAC. I realized I shouldn't have logged all MACs without redacting them in logs- I've edited your other comments containing the logs.@farinrav commented on GitHub (Oct 1, 2025):
@kavishdevar commented on GitHub (Oct 1, 2025):
That's weird! what if you try with adb, if you are able to?
@farinrav commented on GitHub (Oct 1, 2025):
@kavishdevar commented on GitHub (Oct 1, 2025):
oh, interesting. What if you run
sufirst in termux and then run thesettings get secure bluetooth_addresscommand?And if it shows the address, then what does
which sushow in that new shell (after running su)? Maybe you have a package installed providing the su binary to termux rather than Magisk.@farinrav commented on GitHub (Oct 1, 2025):
Never installed anything in termux cuz never really used it
@farinrav commented on GitHub (Oct 1, 2025):
Second su binary 🤔
@kavishdevar commented on GitHub (Oct 1, 2025):
ah I see, so for some reason termux has another
suin it's path at/data/data/com.termix/files/usr/bin/su. But that doesn't still explain why my app which just runs whateversuis in PATH is unable to run that settings command. I'll get back to you with more logs added to the app for further debugging.