cpappas-mobeetest

Results 4 comments of cpappas-mobeetest

The network type is LTE.. I am using Android 15, but the app will run for Android 14+ Xiaomi RedMi 13 5G.. In G NET Track Pro or in LTE...

I have found how G net track pro retrieves the cells: ``` fun getNeighboringCellInfoGemini(slotIndex: Int): List? { val telephonyManager = context.getSystemService(Context.TELEPHONY_SERVICE) as TelephonyManager return try { val method = telephonyManager.javaClass...

I found the solution: in 5G NSA the LTE registered cell has information about NR. So if you request NR strength and return value that means 5G NSA. Thanks

As for now I build local APK from android studio shared with private GitHub repo.. I don't know if I have trouble with playstore