pyshivam / geergit-discussion

Geergit
44 stars 0 forks source link

Country & Operator Detection #23

Closed westruk closed 8 months ago

westruk commented 1 year ago

Hi.

photo_2023-04-02_11-29-10

I think it's detected because getNetworkCountryIso updated in API 30

https://developer.android.com/reference/android/telephony/TelephonyManager#getNetworkCountryIso(int)

pyshivam commented 1 year ago

Okay

pyshivam commented 1 year ago

done

pyshivam commented 1 year ago

The country is hooked, however for the operator I don't know which method VDInfo is using if I know that then I may be able to hook it

westruk commented 1 year ago

done

When release?)

westruk commented 1 year ago

The country is hooked, however for the operator I don't know which method VDInfo is using if I know that then I may be able to hook it

Maybe it generated from MCC+MNC string?

https://developer.android.com/reference/android/telephony/SubscriptionInfo#getMccString()

https://developer.android.com/reference/android/telephony/SubscriptionInfo#getMncString()

pyshivam commented 1 year ago

thank you so much for finding the problem, both methods are hooked now.

westruk commented 1 year ago

thank you so much for finding the problem, both methods are hooked now.

hmm...don't work on last release

photo_2023-04-12_11-05-45

westruk commented 1 year ago

any news?

pyshivam commented 1 year ago

work in progress, currently working on Group feature