Jio Phone Secret Codes
Jio phone secret code
Jio Phone Have Special Numbers to Launch Hidden Apps, Enable or Disable device Settings and show the device information.
"Jio Secret Code List"
1. *#06# : ListDeviceInfo (IMEI)
2. *#07# : Sar Information (body-worn)
3. *#2886# : Mmi Test
4. *#*#0574#*#* : Log Manager
5. *#*#7469#*#* : Diagnostics
6. *#*#5820#*#* : LYF Privacy Notice
This Secret Code only works with Your Jio Phone in Debugger Mode, you can access the textbox tool app, Open Developer Menu Online Click Here, and Enable Adb&Devtools Setting in Your JioPhone it allows you to use the secret code. Just dial the code to Launch TestBox tools App.
7. *#8378269#* and *#*#2637643#*#* : Test box tools
This Secret Code only works with Your Jio Phone in Debugger Mode, you can Enable And Disable Debug Mode in Your Jio Phone, Open Developer Menu Online Click Here, and Enable Adb&Devtools Setting in Your JioPhone it allows you to use the secret code. Just dial the code to access the Settings.
8. *#*#33284#*#* : Enable Debug Mode
9. *#*#48233#*#*: Disable Debug Mode
10. *#0606# : List Device Info (Meid)
These codes found it here launcher.gaiamobile.org/application/dist/vendors.js
}, {
key: "checkSpecialNumber",
value: function(e) {
var t = !0;
switch (e) {
case "*#06#":
this.listDeviceInfos("imei");
break;
case "*#07#":
this.showSarValue();
break;
case "*#2886#":
new MozActivity({
name: "mmitest"
}).onerror = function() {};
break;
case "*#*#7469#*#*":
g.default.launch("origin", "app://diagnostics.jio.com");
break;
case "*#*#5820#*#*0":
g.default.launch("origin", "app://jiods.jio.com");
break;
case "*#*#0574#*#*":
new MozActivity({
name: "logmanager"
}).onerror = function() {};
break;
default:
if (this.debuggerRemoteMode) switch (e) {
case "*#*#2637643#*#*":
case "*#8378269#":
new MozActivity({
name: "engmode"
}).onerror = function() {};
break;
case "*#0606#":
this.listDeviceInfos("meid");
break;
case "*#*#33284#*#*":
this.setDebuggerMode(!0);
break;
case "*#*#48233#*#*":
this.setDebuggerMode(!1);
break;
default:
t = !1
} else t = !1
}
return t
}
Comments
Post a Comment