BlackBox icon indicating copy to clipboard operation
BlackBox copied to clipboard

[Other] ITelephonyManagerProxy - Custom Info 📲

Open Evertonx007z opened this issue 3 years ago • 4 comments

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.

Evertonx007z avatar Aug 18 '22 13:08 Evertonx007z

i am in need of help at the initialization, can you please help me

DevTrinh avatar Aug 19 '22 03:08 DevTrinh

i am in need of help at the initialization, can you please help me

What is the problem?

Evertonx007z avatar Aug 19 '22 13:08 Evertonx007z

The reason is simple. The application get the device fingerprint via native invocation not Java layer

BlackBoxing avatar Aug 21 '22 05:08 BlackBoxing

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...

Evertonx007z avatar Aug 23 '22 15:08 Evertonx007z