Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Edwrib
Old
#51  
Senior Member
Thanks Meter 18
Posts: 313
Join Date: Sep 2010
Quote:
Originally Posted by ygvuhb View Post
so there is no direct way to enter
*#2263# (RF Band Selection)?
Use the code to testing, go to phone info, menu, baseband.
C650>E398>N95>Milestone>SGSII>SGNexus
 
dexter35803
Old
#52  
Senior Member
Thanks Meter 87
Posts: 151
Join Date: Apr 2008
Location: Confusion

 
DONATE TO ME
Quote:
Originally Posted by Rob2222 View Post
There is no working example, just:

am start -n com.samsung.ServiceModeApp/.PlaceActivityorclasshere

So what is a working example for Activity or Class?
Does the . needs to be there?

I tried for example:
am start -n com.samsung.ServiceModeApp/2263
and
am start -n com.samsung.ServiceModeApp/.2263

does not work.

My problem is, I dont know what to enter for ".PlaceActivityorclasshere".
For that, one or two examples would be nice.


BR
Robert
That would work if 2263 was the actual name of the activity use the android manifest to get a list of activities and put those with the am start -n com.samsung.ServiceModeApp/.Activitygoeshere

the . is VERY important without it they wont start
The Following User Says Thank You to dexter35803 For This Useful Post: [ Click to Expand ]
 
Narseo
Old
#53  
Junior Member
Thanks Meter 0
Posts: 4
Join Date: Oct 2009
Hi guys. Very useful information.

Do you know if there is any way of accessing the codes programmatically?

I'd like to be able to have some RIL information on a log in order to check the network performance of my app. I looked at Samsungservice.apk smali code to see how this data is obtained in order to pipe it somewhere else but I couldn't get anything clear from that.
 
Rob2222
Old
(Last edited by Rob2222; 15th August 2012 at 10:09 AM.)
#54  
Senior Member
Thanks Meter 263
Posts: 395
Join Date: Feb 2008
Quote:
Originally Posted by dexter35803 View Post
That would work if 2263 was the actual name of the activity use the android manifest to get a list of activities and put those with the am start -n com.samsung.ServiceModeApp/.Activitygoeshere
the . is VERY important without it they wont start

am start -n com.samsung.ServiceModeApp/.ServiceModeApp
doesn't work.

am start -n com.sec.android.app.servicemodeapp/.ServiceModeApp
works, but crashes the com.android.phone process.

What am I doing wrong?!

BR
Rob
 
cemoua
Old
#55  
Junior Member
Thanks Meter 0
Posts: 3
Join Date: Aug 2012
Location: Paris
Thumbs up factory reset SGS3

Thank you for the Factory reset /
*#1234# (version) and *2767*3855#
Factory reset instantly, NO warnings ..
 
Rob2222
Old
#56  
Senior Member
Thanks Meter 263
Posts: 395
Join Date: Feb 2008
There is a warning in the first post...

Quote:
Originally Posted by E:V:A View Post
They are *#1234# (version) and *2767*3855#
(Factory reset! It will wipe your phone instantly, NO warnings, no going back,
no way to cancel.)
BR
Rob
 
dexter35803
Old
#57  
Senior Member
Thanks Meter 87
Posts: 151
Join Date: Apr 2008
Location: Confusion

 
DONATE TO ME
Quote:
Originally Posted by Rob2222 View Post
am start -n com.samsung.ServiceModeApp/.ServiceModeApp
doesn't work.

am start -n com.sec.android.app.servicemodeapp/.ServiceModeApp
works, but crashes the com.android.phone process.

What am I doing wrong?!

BR
Rob
U aren't doing anything wrong just u can't run that its causing a problem so they a different activity that seems to crash on all Sammy including the charge

Sent from my SCH-I535 using xda premium
The Following User Says Thank You to dexter35803 For This Useful Post: [ Click to Expand ]
 
Pjerisimo
Old
#58  
Junior Member
Thanks Meter 0
Posts: 13
Join Date: May 2010
Quote:
*#*#197328640#*#*
That code doesn't work on my international s3. But It works (main menu of ServiceMode shows up) if I strip it down, like this: *#197328640#
 
_Allan_
Old
#59  
Senior Member
Thanks Meter 2
Posts: 94
Join Date: Oct 2008
Location: U[niverse]:\\Milky_Way\Sol\Terra\North American\Canada\Toronto\Scarborough.city
*#*#4636#*#* is not working on Rogers SG III (i747w).
Used to use it all the time on my HTC Raider (Rogers) for checking 'accurate' signal strength etc.

39 Cellphones since 1998. 17 Smart phones since 2007. Most were bought, and the previous one sold to offset the costs.
That being said, I owned the P4000 for 8 months, the Touch Pro for 4 months, the Touch Pro 2 for 13 months, the Raider for 7 months.
 
E:V:A
Old
(Last edited by E:V:A; 29th August 2012 at 05:57 PM.)
#60  
E:V:A's Avatar
Recognized Developer - OP
Thanks Meter 1071
Posts: 870
Join Date: Dec 2011
Location: -∇ϕ
On some mobiles you may need to enable the hidden menu before being able to access it with the "menu-code".

For example, for the Verizon SGS3 (GT-I535) you have to:
Code:
1. Open the keypad and dial *#22745927
2. Enable hidden menu
3. Go back to the keypad and dial *#7284#
4. Click Qualcomm USB Settings
5. Select RMNET + DM + MODEM and click ok
6. On your computer, open up Device Manager
...
And for the Sprint SGS3 we have some dependencies on the ROMs/firmware used as show in the thread:
[HOW-TO] Enable USB Diag Mode in AOSP


Quote:
Below are two scripts to enable/disable USB Diag mode on the Samsung Galasy S III. This should work on all CDMA carriers on both Touchwiz and AOSP roms. Curious to hear if this works on Evo LTE AOSP builds. Thanks to toastcfh for the help.

On Touchwiz you can go to the dialer and hit ##3424# > USB Settings and select DM + MODEM + ADB. But for CM10 and AOKP, the scripts must be used. Diag mode is mainly needed to use QPST and other similar CDMA tools... QXDM, CDMA Workshop, DFS, etc.

Also please:

If you post new codes, REMEMBER to specify what model (and firmware) it applies to.
MSM8960 Info, Architecture and Bootloader(s)
El Grande Partition Table Reference
How to talk to the Modem with AT commands

The Samsung Anyway Jig + DIY
_______________________________
If you like what I do, just click THANKS!
Everything I do is free, altruism is the way!
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
I do not answer support related PM's.


 
Post Reply+
Tags
codes, factory, hidden, secret, service
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...