xiongzhu 11 mesi fa
parent
commit
f4ce8b25c3

+ 3 - 0
app/src/main/java/com/example/modifier/repo/SpoofedSimInfoRepo.kt

@@ -230,6 +230,9 @@ class SpoofedSimInfoRepo private constructor(private val context: Context) {
                 apduChannel.select(SIMView.FID_EF_FPLMN)
                 apduChannel.writeBinary(fplmn.padEnd(60, 'f'))
 
+                apduChannel.select(SIMView.FID_EF_SPN)
+                apduChannel.writeBinary("01542d4d6f62696c65ffffffffffffffff") //T-Mobile
+
                 if (plmn.isNotEmpty()) {
                     if (plmn.length == 5) {
                         apduChannel.select(SIMView.FID_EF_AD)