We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I hope everything is okay.
I have a question.
In: ITelephonyManagerProxy, in the code part:
@ProxyMethod("getDeviceId")...
I replaced the:
return Md5Utils.md5(BlackBoxCore.getHostPkg());
By a custom number, for example: 1234567890123456789 and it worked perfectly, I was able to obfuscate the original phone ID.
But for the others like:
getImeiForSlot getSubscriberId getNetworkOperator
and several others, it doesn't work.
Can you tell me why and how to solve this? Please friend.
The text was updated successfully, but these errors were encountered:
i am in need of help at the initialization, can you please help me
What is the problem?
Sorry, something went wrong.
The reason is simple. The application get the device fingerprint via native invocation not Java layer
Got it, thanks for the explanation. 😀
I will have to use applications like Xprivacy Lua, Android Faker etc...
No branches or pull requests
Hi, I hope everything is okay.
I have a question.
In: ITelephonyManagerProxy, in the code part:
@ProxyMethod("getDeviceId")...
I replaced the:
return Md5Utils.md5(BlackBoxCore.getHostPkg());
By a custom number, for example: 1234567890123456789 and it worked perfectly, I was able to obfuscate the original phone ID.
But for the others like:
getImeiForSlot
getSubscriberId
getNetworkOperator
and several others, it doesn't work.
Can you tell me why and how to solve this? Please friend.
The text was updated successfully, but these errors were encountered: