|
from http://mobile-files.com/forum/showthread.php?t=111961&page=8
: Q6 ?3 e3 t4 s# a* k/ n/ i( F8 D" i: \. ?6 W0 t, P
EVDO working on Sprint!
6 z1 F2 X; n$ f' S
5 _/ L; G7 T- l0 `- `9 f4 HThis procedure is tested to work on Sprint only. This assumes you have working 1xRTT already. If not go back and get that working first!$ T% E9 t5 H) w' b: i" M2 y
* J7 Z6 _- ?- g: x5 k9 vObtain your 16 byte CHAP hash. If you don't have it, it is probably located in NV location 1192 in the original phone.
) N( ]$ X8 x& S- X* e4 x0 I
8 y% ^ n2 g m5 DWrite it to location 1192 in your Pre. I recommend using PmModemFactory, but you can do it however you prefer.
( B% G6 H7 X* f, Y& ]
/ k: ?/ T. H+ c# qIn the following example the hash is (hex) 0102030405060708090A0B0C0E0F10. You must convert it to decimal bytes in order to write using PmModemFactory. The first byte is always 10/16 (hex/decimal) as this is the length pointer:
+ i4 b4 g w) d7 q( ^$ g, } U' A+ ?: @' T1 l
Code:& L) G9 N% ^, E; v; {
root@castle:/# PmModemFactory -p 000000
) ]8 D2 Q, { A- D7 G" q9 L$MODEM MODEL=CDMA
$ Y( P/ j- U5 v$ h" y3 _0 K$FW VERSION =CC1.1(90)
) c* ?) \, J3 l" U; c1 H/ LSPC = 000000
' \0 r; C+ A4 Z; ]7 G1 X$MODEM UNLOCK SUCCESS1 J! @" U) Z! j& E2 g. d# o9 y
root@castle:/# PmModemFactory -n write 1192 16 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16
& L( J( @1 u3 h! k3 s8 m$MODEM MODEL=CDMA
! d( `9 \1 ?8 D, [" U6 w+ L- N$FW VERSION =CC1.1(90)
/ _) e; S$ d/ d$ NV DATA= 0X10 0X01 0X02 0X03 0X04 0X05 0X06 0X07 0X08 0X09 0X0A 0X0B 0X0C 0X0D 0X0E 0X0F 0X10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 & t5 ~' W7 }7 g$ v) [! Z |
$NV WRITE SUCCESS!& U) ]5 w1 d2 N0 G4 T" n
You should also verify that location 1194 is set to {your meid}@hcm.sprintpcs.com: T, |8 \$ N1 d+ n3 H9 t) L
( k G0 a7 S8 i
Code:
8 d6 D* O8 a0 b8 s% ^0 Z# Troot@castle:/# PmModemFactory -n read 1194 1' o5 ?. M1 ]0 ]' F) N7 z
$ NV Item 1194 Read Slot 1!; Y/ q1 X7 e: w+ K( H! ?
$MODEM MODEL=CDMA
; D2 ~3 G" ?0 G# z# c" b$ [$FW VERSION =CC1.1(90)
. q& m2 a/ @3 i3 ?$ NV DATA= 0X20 0X41 0X31 0X30 0X30 0X30 0X30 0X30 0X30 0X31 0X32 0X33 0X41 0X42 0X43 0X40 0X68 0X63 0X6D 0X2E 0X73 0X70 0X72 0X69 0X6E 0X74 0X70 0X63 0X73 0X2E 0X63 0X6F 0X6D 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 : J( k* J1 U1 c. J, Q7 h
$ NV READ SUCCESS!! L+ ^# t# P- }9 O$ C7 ~
Note the first byte is 0x20, if it is anything else, something is wrong! Decode the remaining bytes to ASCII and you should get A1000000123ABC@hcm.sprintpcs.com, with your MEID instead of course. , p4 L( m$ R6 M3 {$ s2 e H
2 i3 M6 ]" l2 s* P9 X" ^) Z! V( FIf everything is good, Put your Pre in diag passthrough:
8 M. W5 z4 s$ ?% t3 h' N% X0 T3 c0 D3 p! x& N) z! o
Code:
4 m' k6 C# \, n6 j9 jroot@castle:/# mpt d 4 s1 S) D- U+ t. M
** Message: serviceResponse Handling: 2, {"returnValue":true}
0 D8 P$ x0 F& L; ^& bPass-through enabled for Diag: \( l f3 C* `$ v3 B* h5 R- u! P
Fire up QXDM. I used version 3.09.19 for this procedure. Connect to the COM port for your Pre's Diag. Verify "streaming" shown next to the command entry box at the bottom.
2 z9 z! H% o( q% y6 S5 J! ~- O& H, k8 d0 u! Q: q8 ]6 u- C z
Open the Command Output window. Issue your SPC by typing spc 000000 (substitute your SPC here). The command output window should show:3 H9 H9 H- ^1 M* g7 t
3 ]) g5 }" |2 ]# x1 o4 g! ?8 ]3 L
Code:2 W6 D1 w( Q5 \1 B
06:43:30.000 spc 000000
0 Z0 R2 C% Z# v6 I9 P, [2 v06:43:30.000 RequestItem "Send Service Programming Code Request" 0x30 0x30 0x30 0x30 0x30 0x30
! K+ _2 N. Y+ N2 l7 F8 J1 J: x7 b! I3 \06:43:30.030 DIAG TX item:& _5 M6 e$ Z) }
06:43:30.030 Security Code[0] = 0x30
1 v O, J% u* {+ n06:43:30.030 Security Code[1] = 0x30
2 B% o7 U4 I7 V$ a3 r1 X06:43:30.030 Security Code[2] = 0x303 | {/ {* s% p0 ?$ T# S$ c4 B" v
06:43:30.030 Security Code[3] = 0x30
: K. R( o9 O) S( Z, e$ `5 D06:43:30.030 Security Code[4] = 0x30# p- Y. U5 k+ f5 V1 e0 g" A" y4 o
06:43:30.030 Security Code[5] = 0x30
& Q6 g6 z; Y( F8 [06:43:30.140 DIAG RX item:
7 Q- g/ X5 n) i1 t9 p06:43:30.140 SPC Result = Correct
4 }* w2 v& t1 oNow open the Memory viewer, you can do this by hitting F4. Choose 2 rows from the drop down on the right and type 0x009D311C in the address box on the left. Click on the first hex byte in the window, and make sure it's 10. Then carefully enter the 16 bytes of your hex hash, and double check to be sure it's correct. The last byte should be the first value on the second line if you type all 16. If all is well, click the Write button.2 D3 i2 y5 t! ^4 w" h% _
( q& z& Q# S" F: VClose QDXM and then shut off passthrough:
4 ^$ q& o4 a1 o. G
. G9 P0 H! i6 z& p0 YCode:" T6 V& J f2 h1 P1 O
root@castle:/# mpt x" F7 f) D' ]4 L
** Message: serviceResponse Handling: 2, {"returnValue":true} r; E; ]/ x: ]" p0 s
Pass-through disabled8 U) \* K! d- z) ]% J( b& j7 C
If you had previously set your data mode to 1xonly, now is the time to reset it to hybridreva. You can use TilIpcTest to do so, choose 41, then 209.
7 _' S+ K7 o5 H* ?( Z
/ R, [( r _8 n+ dIf your data mode is set, lets now use TilIpcTest to reset the modem and watch the Dbus messages:9 G( \" _* m0 l& Z4 {
! z6 k# L+ e9 o5 G; X
Code:
5 b& H: Z( h% w4 H0 mroot@castle:/# TilIpcTest- d6 o( ]* P0 D+ g
** (process:3920): DEBUG: Registered object path: Client com.palm.phone /com/palm/phone
" \* x# a$ a7 L" |5 k/ I( m E** (process:3920): DEBUG: Registered object path: Client com.palm.phoneN /com/palm/phoneN' b, ?5 Q0 a7 c& G9 u2 [& Q
** (process:3920): DEBUG: Run loop client.
; K* R( r( h. K8 T1 z# ^; V** (process:3920): DEBUG: Run loop client.' K- P( F* Z* K5 V2 N7 S
** (process:3920): DEBUG: Registered object path: Client com.palm.bluetooth /com/palm/bluetooth: a1 c$ ?8 @3 ~( F1 B
}4 P6 i3 m+ x5 O0 ]: x' i% NTELEPHONY Test Menu
. u& S5 s+ n6 s* T( t0 Y3 T1 : Power ON
$ G+ I- k c9 |3 P X" S0 A/ L+ K6 p2 : Power OFF
% j9 U3 s3 N3 o9 I- K3 I6 Y) `3 : Dial Call
8 z, n+ C, D; c7 r- V# |4 : End Call; C+ U+ \/ ^; Q3 {# `
5 : Answer Call2 h, |! l5 m- j- V9 j$ S. e
6 : Conference Calls( x4 U' L7 U2 f7 \4 h9 `2 o# s9 i
7 : Extract Call, y; \& g0 Q K0 k! f6 w
8 : Swap Calls
$ P! I, H; U* ^: y+ L& d9 : Send DTMF4 n2 M" K. C2 X
10: Send SMS
0 X X+ B# L: f3 b- Z: v11: Gps Get Fix' e/ Q" G/ t' |( K) F
12: Gps Cancel Fix5 r0 V/ ~9 M- a
13: EMPTY
# o+ u8 W( z! g( {14: Gps Clear
. j% R+ Y/ _& P* `2 P15: Gps Logging. d( d/ ^+ ~' [
16: Set Audio Profile
4 l7 w% P! _1 \' v$ V# T- f1 z17: Get Audio Profile
3 w8 M9 B+ U! w$ i18: Set TTY Mode. x0 z) i4 w1 r, f
19: Get TTY Mode
$ G/ {) n" m% o$ ^2 m% J$ W20: Get Flight Mode
! G, z4 P e5 J+ V, ^21: Start Continuous Dtmf
$ u2 \+ V" R( f22: Stop Continuous Dtmf2 \; X$ }8 A7 s8 g |
23: Bluetooth Menu
& s$ |8 b# O! A3 d' B* p24: Send Ussd
8 X" F* ?& }/ P2 H6 _5 ~25: Set Voicemail0 Q% C ]% v5 E, H4 G4 q* K
26: Get Voicemail
8 ^5 F( K) j3 p, f, [# V8 X9 h27: Set Callforward1 Y" H; O6 G+ I; J+ P" N& }# Q* w
28: Get Callforward
0 V3 M3 n9 ?' e, V3 h+ g29: Set CallWait1 C1 s* h9 M, G4 G2 [2 c
30: Get GetCallWait
- m4 u0 {( Y7 n31: Set SMS Delivery1 m: ?! }% `9 k& b7 }/ ?% [
32: Set SMS Msg Service Options
, [2 M5 e2 h4 C0 K$ T33: Get SMS Msg Service Options
* j: ~8 Y6 ?; ?8 k9 w0 ~" a34: Enter Radio Debug Mode: [enable/disable]
3 p" |* l" N# j5 _; [! S35: Enter Program Mode2 H: a( {8 b! n: @$ p; l
36: Exit Program Mode
{* k% O- K6 a3 z# m0 J" D37: Get Activation Info
4 t$ B8 p# w" `7 M38: Set Activation Info5 \6 q1 K" G1 J! c, E5 ~. P+ C
39: Set ForwardingStatus" e8 ?8 n/ X$ l# Q! _5 ^
40: GetFwCarrier Db values for GSM only
# n V- u5 O# O. S ~/ Y; [ C6 L+ M41: Go To CDMA Misc Test Menu/ \% g8 Z# j0 n1 ^2 `7 ~1 o
42: Gps Test Runs9 V" |) Q, Q/ p! S) F8 O
43: Get CLIR settings9 C# w8 A! X6 w+ Q
44: Get CLIP settings4 K8 v1 q% N1 z, ]. M: {; @
45: Restore Radio NV Defaults
( E+ W- r2 A3 k% I% G0 g$ _46: Get PDP Profile
7 j8 `* p, O- c9 z& s& I47: Set PDP Profile; e R( O% y9 C
48: Set Active Line& ~6 v5 y/ }! M# K8 k, d
49: Get Active Line
2 ^& `- U. ~6 W50: Get Network Band7 T2 i8 r' }1 v+ H4 f
51: Set Network Band
! e4 V; F5 a" `: i/ M8 B52: Reset Radio ; \, d! g3 {" g* _0 _
53: EMPTY% s$ G% d: W- V+ [! I8 X
54: Lock phone
& C E$ |3 i1 e6 W, ]; O4 d55: Unlock phone% o" s. Z& F7 ?, O* E2 N
56: Get phone lock state
, x n2 b2 H7 {: ]# D57: Change phone lock password
9 T/ x$ ?+ d* C( d! m8 Z58: End Emergency Mode
- T& T" [4 b2 o, b6 t% k) D59: Exit TIL7 N \# b- c, Z: [
60: GetDtmfDuration& f: P0 m- u4 d z; `) [
61: SetDtmfDuration
+ @4 C- ~3 {' ?! z( Q2 B8 S6 {0 {62: Charging& z; s, z9 C$ x
63: Get Active PDP4 P. l' U5 }% \6 N8 K% J: k
64: Set Active PDP5 d; e9 E( i+ N6 n: Y8 g
65: Activate Til" U3 A j+ I' q
66: Send Flash
9 E# F+ A* P+ k' K67: Enable Sending RSSI% {& N2 X' V. x2 j! i6 s' F
68: Disable Sending RSSI
$ h+ R8 R" H% W$ k69: Gps Get/Set Location Privacy Mode
# n$ Q$ R% p; C, g70: Mute
; T, d* b/ `! c/ n6 {# x; y$ V71: Unmute9 L6 |2 z" e) E
72: Get Provisioning Status. |4 z2 z4 b1 N7 \# F# L P K; T
73: Get Charging Support" O* q4 `" [2 k4 D4 T. I
74: Get IPC Interface Version
- N9 C. a m* b4 c1 z75: Set Mode Preference5 M% k7 E, V/ J( Q8 _- \
76: EMPTY
6 o/ q. K+ C! ?0 t$ |4 @; U77: Set Call Barring Status
( A& P9 j4 D* u# r2 P4 Q U78: Get Call Barring Status6 K" n9 N! {; G$ f7 R8 F5 f2 N& p
79: Change Call Barring Password% k% n: h6 _) y
80: Suspend enable/disable/ p3 Z/ B" @2 U% i; r
81: Send HardCoded UCS2 SMS for GSM only
) S. N: a! c M82: Set Audio Modem Tuning Params7 o P4 O* ?9 m$ w/ i: Z B" ^
83: Get Audio Modem Tuning Params
$ ]" M' R0 \. t7 ~* c84: Get CNAP Settings% I( i7 e' N& C2 ~' m# K5 t* j
85: Goto Default State5 ^7 W l& c5 J) s
86: Gps Mt Fix Response. u* \' }# Q, q3 w
87: Send Ussd Response3 }/ u- E8 [2 n9 _
88: Cancel Ussd8 e5 r4 }+ b. k8 }' L: T
89: Get RadioType* _, ?- ~: F* I# }1 ~6 D
90: Get Charger Setting' f/ u* o: b. I+ L1 q+ _
91: Get Charger Status( |; E' Q9 v7 b) s4 n6 n7 S
92: Set System Time4 D. Z# r; ^5 T2 A- l' V0 w
93: Get Network Mode Selection* m( ~% S7 \8 y" |0 t
94: Sim Command for GSM only) z& N! R' w2 F8 G0 y& {
95: GetNetworkId for GSM only4 U8 q- A9 r% s; H" ]' r
96: GetNetworkList for GSM only
; q& C/ m& ~- c9 l, _: E: J97: SetNetwok for GSM only, t: A: J4 S' N4 [+ [
98: GetMsInfoString
, ~. Y: D1 O; q9 r {0 X, T99: Exit
( l8 }. ?* n; K- L& _, k& H: Z
# z8 b9 j1 K3 nEnter a Choice: 52$ ?3 H3 q S: e4 O" K
: v# m3 {( M" V% n/ C0 `4 k....COMMAND: "resetradio"
( T* N1 x# q) U) U8 h6 J9 L$ I5 W& |$ b* A& s" \ E
SPN Data: G0 ]. j+ @6 r
$ a3 u) X/ v! ?EVENT: tel.signalstrengthnotification : RSSI: 6 counter)
3 U P. d6 X" q0 G+ M# V+ y& ~
+ \6 E' v T3 Y, V& P7 ^* @EVENT: tel.dataconnectionnotification : CallID: "-3", State: "active", CauseCode: "29"( A5 _. o5 X* f) P: K* F/ I
* ~- [; {8 e4 B p- k1 h
EVENT: tel.datastatusnotification : Type: "1xevdo", State: "active"! b4 ^3 m* A7 R) {
$ J! |; \1 Q1 l
EVENT: tel.dataregistrationnotification : State: "available", Type: "1xevdo"
; d; l! P; d: ?4 n( `8 C8 @& {+ r! Z, [' K1 {% l
EVENT: tel.dataconnectionnotification : CallID: "-3", State: "dormant", CauseCode: "29"
$ C+ |' w8 {, I7 uNote the 1xevdo active messages! Congratulations, you have EVDO! |
|