Jump to content

Pulse Secret Codes


Recommended Posts

Guest _Sebastian_
Posted

Just to complete the Secret Codes floating around the Topics ...

*#*#2846579#*#* --> TestingSettingsBroadcastReceiver defined in AndroidManifest.mk (Settings.apk)

*#*#8255#*#* --> GTalkDiagnosticsBroadcastReceiver defined in AndroidManifest.mk (Talk.apk)

Just look for android.provider.Telephony.SECRET_CODE.

The Class SpecialCharSequenceMgr.java in the Phone app is responsable for parsing and handling ...

Also interesting API links:

http://developer.android.com/reference/and...tentFilter.html

So the next time you write an app be cool and use secret codes to start them aswell :)

Guest _Sebastian_
Posted
Good find! Maybe they should be added to the wiki?

Sure why not. But it's nothing spectacular ... I just wanted to show some possibilities to the developers. Btw i could imagine Secret Codes for Quick Boot ...

That's the scenario i've got in my head:

You messed up the touchpad and usb and you made a factory reset (worst case). The Android Setup (tap the Android) won't let you access the applications .... What to do now ?. You still have access to the Dialer maybe you might start Quick Boot with an Secret Code and get into recovery.

Guest david_dawkins
Posted
Sure why not. But it's nothing spectacular ... I just wanted to show some possibilities to the developers. Btw i could imagine Secret Codes for Quick Boot ...

That's the scenario i've got in my head:

You messed up the touchpad and usb and you made a factory reset (worst case). The Android Setup (tap the Android) won't let you access the applications .... What to do now ?. You still have access to the Dialer maybe you might start Quick Boot with an Secret Code and get into recovery.

OK, I've added the codes to the wiki, under Hacking :)

Guest Shuflie
Posted
Sure why not. But it's nothing spectacular ... I just wanted to show some possibilities to the developers. Btw i could imagine Secret Codes for Quick Boot ...

That's the scenario i've got in my head:

You messed up the touchpad and usb and you made a factory reset (worst case). The Android Setup (tap the Android) won't let you access the applications .... What to do now ?. You still have access to the Dialer maybe you might start Quick Boot with an Secret Code and get into recovery.

There is a startup key combination for recovery now since the december update - menu and call end.

Guest _Sebastian_
Posted
There is a startup key combination for recovery now since the december update - menu and call end.

Sweet. Thanks for the info. I didn't had a look at the new stuff until now.

Still fighting with the old code - thanks Huawei ...

Posted
Just to complete the Secret Codes floating around the Topics ...

*#*#2846579#*#* --> TestingSettingsBroadcastReceiver defined in AndroidManifest.mk (Settings.apk)

*#*#8255#*#* --> GTalkDiagnosticsBroadcastReceiver defined in AndroidManifest.mk (Talk.apk)

Interesting stuff. Under the GTalk diagnostics I noticed the heartbeat is set to 28 minutes - seems like a weird time to choose!

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.