If someone have a working 2.3.4 OS in the android can you do this for me.
get me the prop name for that holds the MetroPCS name in it.
How to do that....
1-Enable debug mode in your phone
2-
Download and install the phone driver from Samsung (I think most have it already installed)
3- Download
Java JDK and
Android SDK (no need to download anything after installing Android SKD)
4- Copy the link for the ADB utility in the Android SDK folder (In my case it is "C:\Program Files (x86)\Android\android-sdk\platform-tools")
5- Go to Start-->Run or in the Search box type "CMD".
6- The command prompt will pop up ... type "cd" follow by space than paste the link of the ADB folder .... hit enter, this should get you into the adb folder
6- type "adb shell" and hit enter (this should get you connected to the phone by the adb utility)
7- If you want to use the ADB with root privileges type "SU" and hit enter and from your phone click on "Yes" To allow the ADB to have root privileges.
** Now Type "getprop" and a list of properties and their values should show up .... I am looking at the property that contains the MetroPCS values... it should be next to operator.alpha ... I also would like to know the operator.numeric and the operator.iso-country
Thanks
note :::: to copy things from the CMD right-click with the mouse and select "Mark" after that select the text from the CMD and hit "Enter" than you could paste your selection anywhere.