BIGSING
BIGSING
> This implies to modify the value in the Kernel. I think this can't be done using Xposed. can i change it by NDK(using c++)?
> Futhermore from Android M the MAC address returns "02:00:00:00:00:00" on my N9 device(Android N), i got "02:00:00:00:00:00" i'll try to add ``
> I suggest to try this after the support for Nougat is ready. OK
my SimOperatorName value is not empty. how to get googlead_id?
@lars18th any idea?
android.app.admin.DevicePolicyManager getWifiMacAddress added in API level 24
@lars18th please review: modValue = getHookValue("WifiMac"); if (TextUtils.isEmpty(modValue)) { XposedLog.logd("no hook WifiMac, it's null"); } else { final String hookValue = modValue; if (Build.VERSION.SDK_INT < 24){ //ref: https://developer.android.com/reference/android/net/wifi/WifiInfo.html#getMacAddress() try {...
maybe v1.22 resolved @jeivarmarr @lars18th
@lars18th can u get it?