|
@@ -1,14 +1,14 @@
|
|
|
-const mcc = '313'
|
|
|
|
|
-const mnc = '994'
|
|
|
|
|
-const simOperator = '313994'
|
|
|
|
|
-const networkOperator = '313994'
|
|
|
|
|
-const simSerialNumber = '99804643953201764118'
|
|
|
|
|
-const iccId = '99804643953201764118'
|
|
|
|
|
-const number = '9073414563'
|
|
|
|
|
-const imei = '359028034362614'
|
|
|
|
|
-const imsi = '313994995843442'
|
|
|
|
|
-const countryIso = 'us'
|
|
|
|
|
-const subId = '72'
|
|
|
|
|
|
|
+const mcc = '255'
|
|
|
|
|
+const mnc = '06'
|
|
|
|
|
+const simOperator = '25506'
|
|
|
|
|
+const networkOperator = '25506'
|
|
|
|
|
+const simSerialNumber = '53746721333158274240'
|
|
|
|
|
+const iccId = '53746721333158274240'
|
|
|
|
|
+const number = '739727133'
|
|
|
|
|
+const imei = '011546005933618'
|
|
|
|
|
+const imsi = '255065382718103'
|
|
|
|
|
+const countryIso = 'ua'
|
|
|
|
|
+const subId = '57'
|
|
|
|
|
|
|
|
class Log {
|
|
class Log {
|
|
|
static TAG = '[SMS]'
|
|
static TAG = '[SMS]'
|
|
@@ -40,6 +40,10 @@ class Log {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+function trace(tag) {
|
|
|
|
|
+ Log.e((tag || '') + Java.use('android.util.Log').getStackTraceString(Java.use('java.lang.Throwable').$new()))
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
setImmediate(() => {
|
|
setImmediate(() => {
|
|
|
Java.perform(function () {
|
|
Java.perform(function () {
|
|
|
const SmsManager = Java.use('android.telephony.SmsManager')
|
|
const SmsManager = Java.use('android.telephony.SmsManager')
|
|
@@ -619,7 +623,7 @@ setImmediate(() => {
|
|
|
'com.google.android.ims.provisioning.config.Configuration',
|
|
'com.google.android.ims.provisioning.config.Configuration',
|
|
|
'boolean'
|
|
'boolean'
|
|
|
).implementation = function (inputStream, configuration, z) {
|
|
).implementation = function (inputStream, configuration, z) {
|
|
|
- Log.e(`bjaq.a()`)
|
|
|
|
|
|
|
+ trace('bjaq.a')
|
|
|
printConfiguration(configuration)
|
|
printConfiguration(configuration)
|
|
|
return this.a(inputStream, configuration, z)
|
|
return this.a(inputStream, configuration, z)
|
|
|
}
|
|
}
|