Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some phone properties are no more returned! #48

Open
denis99999 opened this issue Feb 19, 2020 · 0 comments
Open

Some phone properties are no more returned! #48

denis99999 opened this issue Feb 19, 2020 · 0 comments
Labels

Comments

@denis99999
Copy link
Contributor

Using mobiles as a s9+ for instance (or older ones), some phone properties are no more returned, in particular imei, phone number, iccid and imsi.

# adb logcat | grep GetProperties
02-19 16:19:24.790  2751  2792 D GetPropertiesResponder: Security exception trying to retrieve imei
02-19 16:19:24.795  2751  2792 D GetPropertiesResponder: unknown property request
02-19 16:19:24.805  2751  2792 D GetPropertiesResponder: Security exception trying to retrieve iccid
02-19 16:19:24.814  2751  2792 D GetPropertiesResponder: Security exception trying to retrieve imsi

Note the unknown property request message is related to phoneNumber property and is fixed by #46 PR, otherwise a Security exception is raised in place.

@koral-- koral-- added the bug label Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants