pctech101
02-20-2010, 01:16 PM
I couldnt find any direct information on this... I found little bits and finally figured it out...
Retrieve SPC:
From Android SDK folder containing adb.exe
[Only registered and activated users can see links]
Open a command prompt and cd to your directory containing adb.exe
type:
adb shell
then type in shell:
getprop
then scroll and look for "[ril.MSL]: [xxxxxx]"
"xxxxxx" is your MSL
Now that was fairly easy...
Now comes the fun part... I have done two of these phones and the experience was a little different on each one...
On the first one there was an option for enabling Dial Up Networking by going into Options > Wireless Controls > Dial Up Networking.
On the second that option did not exist. I had to do the following to enable Dial Up Networking.
GO to Settings> Applications> Developement>
Now enable USB debugging
TO ENABLE DIAL-UP NETWORKING, YOU NEED TO DIAL THE HASH CODE OF "##DEBUG#"
THEN ENTER THE SPC
AND THEN you will see the option of Dial-Up networking.
TURN IT ON
Unplug the phone and replug the phone.
connect to the modem port
send the 16 digit password 01F2030F5F678FF9
change the SPC to 000000 (optional)
Write your PRL
set your SID/NID
Mode Reset
Done... Your good to go...
Retrieve SPC:
From Android SDK folder containing adb.exe
[Only registered and activated users can see links]
Open a command prompt and cd to your directory containing adb.exe
type:
adb shell
then type in shell:
getprop
then scroll and look for "[ril.MSL]: [xxxxxx]"
"xxxxxx" is your MSL
Now that was fairly easy...
Now comes the fun part... I have done two of these phones and the experience was a little different on each one...
On the first one there was an option for enabling Dial Up Networking by going into Options > Wireless Controls > Dial Up Networking.
On the second that option did not exist. I had to do the following to enable Dial Up Networking.
GO to Settings> Applications> Developement>
Now enable USB debugging
TO ENABLE DIAL-UP NETWORKING, YOU NEED TO DIAL THE HASH CODE OF "##DEBUG#"
THEN ENTER THE SPC
AND THEN you will see the option of Dial-Up networking.
TURN IT ON
Unplug the phone and replug the phone.
connect to the modem port
send the 16 digit password 01F2030F5F678FF9
change the SPC to 000000 (optional)
Write your PRL
set your SID/NID
Mode Reset
Done... Your good to go...