PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Diamond > CDMA Diamond Development

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-22-2008, 11:37 PM
statepkt's Avatar
N00b
Offline
Threadstarter
 
Join Date: Jul 2008
Posts: 35
Reputation: 80
statepkt is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OTA Sprint PRL update on Juicy

FYI, for all the Sprint people who don't what their MSL is:

I found this procedure on the xda forum and it works!!

I found a method that actually worked perfectly...

Use this method. I don't know who found it, but credit goes to them.

Change the following registry entries in:
HKEY_LOCAL_MACHINE\SOFTWARE\HTC\ATDbgLog
Enable: 1
LogMode: 1

* Wait a about 10 minutes (more time will not hurt), and soft-reset.

* Check to see that the file \Atlog\ATDbg0.txt has been created.

* Return the values back to what they were (most likely 0) waiting the same amount of time as above.

* Look in the ATDbg0.txt file and you should see a log of commands sent to the CDMA radio and there should be something like this somewhere in the file:

~~~~~~~~~~~SNIP~~~~~~~~~~~~
00:00:00 Tx:AT+HTC_RMSL=0\r
00:00:00 Rx:+HTC_RMSL: (###THIS WILL BE THE MSL###)\r\n0\r
00:00:00 Tx:AT+HTC_ROTKSL=0\r
00:00:00 Rx:+HTC_ROTKSL: 123456\r\n0\r
~~~~~~~~~~~SNIP~~~~~~~~~~~~


The numbers next to the Rx: +HTC_RMSL line should be your MSL
Reply With Quote
This post has been thanked 12 times.
  #2 (permalink)  
Old 10-23-2008, 03:19 PM
ce tiger's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Diamond
Carrier: Sprint
 
Join Date: Oct 2008
Posts: 75
Reputation: 25
ce tiger is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OTA Sprint PRL update on Juicy

[quote=statepkt;470115]FYI, for all the Sprint people who don't what their MSL is:


Change the following registry entries in:
HKEY_LOCAL_MACHINE\SOFTWARE\HTC\ATDbgLog
Enable: 1
LogMode: 1

* Wait a about 10 minutes (more time will not hurt), and soft-reset.

* Check to see that the file \Atlog\ATDbg0.txt has been created.


after changing the registry and soft-reset the .txt file is not being created.
please help
Reply With Quote
This post has been thanked 1 times.
  #3 (permalink)  
Old 10-23-2008, 03:27 PM
opuscroakus's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Diamond
Carrier: Sprint
Location: San Angelo, Tx
 
Join Date: Feb 2008
Posts: 268
Reputation: 420
opuscroakus is becoming a PPCGeeks regularopuscroakus is becoming a PPCGeeks regularopuscroakus is becoming a PPCGeeks regularopuscroakus is becoming a PPCGeeks regularopuscroakus is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OTA Sprint PRL update on Juicy

Quote:
Originally Posted by ce tiger View Post
FYI, for all the Sprint people who don't what their MSL is:


Change the following registry entries in:
HKEY_LOCAL_MACHINE\SOFTWARE\HTC\ATDbgLog
Enable: 1
LogMode: 1

* Wait a about 10 minutes (more time will not hurt), and soft-reset.

* Check to see that the file \Atlog\ATDbg0.txt has been created.


after changing the registry and soft-reset the .txt file is not being created.
please help
Did you wait long enough? You have to give time for the registry to be written before the soft-reset. This worked for me.
Reply With Quote
  #4 (permalink)  
Old 10-23-2008, 04:54 PM
statepkt's Avatar
N00b
Offline
Threadstarter
 
Join Date: Jul 2008
Posts: 35
Reputation: 80
statepkt is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OTA Sprint PRL update on Juicy

[QUOTE=ce tiger;470894]
Quote:
Originally Posted by statepkt View Post
FYI, for all the Sprint people who don't what their MSL is:


Change the following registry entries in:
HKEY_LOCAL_MACHINE\SOFTWARE\HTC\ATDbgLog
Enable: 1
LogMode: 1

* Wait a about 10 minutes (more time will not hurt), and soft-reset.

* Check to see that the file \Atlog\ATDbg0.txt has been created.


after changing the registry and soft-reset the .txt file is not being created.
please help

I think you figured out your problem from the other thread right?
Reply With Quote
  #5 (permalink)  
Old 10-29-2008, 07:43 PM
shakuyi's Avatar
Regular 'Geeker
Offline
Pocket PC: samsung moment
Carrier: sprint
Location: encino
 
Join Date: Dec 2006
Posts: 336
Reputation: 155
shakuyi is keeping up the good workshakuyi is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OTA Sprint PRL update on Juicy

Quote:
Originally Posted by statepkt View Post
FYI, for all the Sprint people who don't what their MSL is:

I found this procedure on the xda forum and it works!!

I found a method that actually worked perfectly...

Use this method. I don't know who found it, but credit goes to them.

Change the following registry entries in:
HKEY_LOCAL_MACHINE\SOFTWARE\HTC\ATDbgLog
Enable: 1
LogMode: 1

* Wait a about 10 minutes (more time will not hurt), and soft-reset.

* Check to see that the file \Atlog\ATDbg0.txt has been created.

* Return the values back to what they were (most likely 0) waiting the same amount of time as above.

* Look in the ATDbg0.txt file and you should see a log of commands sent to the CDMA radio and there should be something like this somewhere in the file:

~~~~~~~~~~~SNIP~~~~~~~~~~~~
00:00:00 Tx:AT+HTC_RMSL=0\r
00:00:00 Rx:+HTC_RMSL: (###THIS WILL BE THE MSL###)\r\n0\r
00:00:00 Tx:AT+HTC_ROTKSL=0\r
00:00:00 Rx:+HTC_ROTKSL: 123456\r\n0\r
~~~~~~~~~~~SNIP~~~~~~~~~~~~


The numbers next to the Rx: +HTC_RMSL line should be your MSL
confirmed this works too
Reply With Quote
  #6 (permalink)  
Old 10-29-2008, 11:39 PM
statepkt's Avatar
N00b
Offline
Threadstarter
 
Join Date: Jul 2008
Posts: 35
Reputation: 80
statepkt is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OTA Sprint PRL update on Juicy

Glad it helped you guys
Reply With Quote
  #7 (permalink)  
Old 12-28-2008, 06:19 PM
jonnyboy313's Avatar
Lurker
Offline
Pocket PC: HTC Touch Pro, HtC Touch Diamond, Titan
Carrier: Sprint
Location: Warren, MI, 8 Mile
 
Join Date: Dec 2008
Posts: 13
Reputation: 0
jonnyboy313 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OTA Sprint PRL update on Juicy

Quote:
Originally Posted by statepkt View Post
FYI, for all the Sprint people who don't what their MSL is:

I found this procedure on the xda forum and it works!!

I found a method that actually worked perfectly...

Use this method. I don't know who found it, but credit goes to them.

Change the following registry entries in:
HKEY_LOCAL_MACHINE\SOFTWARE\HTC\ATDbgLog
Enable: 1
LogMode: 1

* Wait a about 10 minutes (more time will not hurt), and soft-reset.

* Check to see that the file \Atlog\ATDbg0.txt has been created.

* Return the values back to what they were (most likely 0) waiting the same amount of time as above.

* Look in the ATDbg0.txt file and you should see a log of commands sent to the CDMA radio and there should be something like this somewhere in the file:

~~~~~~~~~~~SNIP~~~~~~~~~~~~
00:00:00 Tx:AT+HTC_RMSL=0\r
00:00:00 Rx:+HTC_RMSL: (###THIS WILL BE THE MSL###)\r\n0\r
00:00:00 Tx:AT+HTC_ROTKSL=0\r
00:00:00 Rx:+HTC_ROTKSL: 123456\r\n0\r
~~~~~~~~~~~SNIP~~~~~~~~~~~~


The numbers next to the Rx: +HTC_RMSL line should be your MSL

I was wondering the best program to do this reg edit, I must get that unlock code, I have been flashing My titan for a while, only needed the GetSpc for the code. Tried the GetSPC then with the .dll download for Sprint Diamond, no luck, then tried cdma workshop. wont pay a hundred bucks for the code.

One thing that im not sure about is I just bought this from a friend,
and its not activated yet. Could that be a problem?

I have unlocked and flashed the phone with no problems, but im waiting to do the radio because of this code. To avoid other problems later

I have never edited registry before, but i feel there is no other option.
Any help would be greatly appreitied.

Last edited by jonnyboy313; 12-28-2008 at 07:46 PM. Reason: Trying to reg edit
Reply With Quote
  #8 (permalink)  
Old 10-23-2008, 02:58 AM
shakuyi's Avatar
Regular 'Geeker
Offline
Pocket PC: samsung moment
Carrier: sprint
Location: encino
 
Join Date: Dec 2006
Posts: 336
Reputation: 155
shakuyi is keeping up the good workshakuyi is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OTA Sprint PRL update on Juicy

yea i find it very odd that corolada doesn't have the updated prl they used to be ON THE BALL with that
Reply With Quote
  #9 (permalink)  
Old 10-25-2008, 10:55 AM
mswlogo's Avatar
VIP Member
Offline
Pocket PC: EVO 4G
Carrier: Sprint SERO Premium
Location: MA, USA
 
Join Date: Jun 2007
Posts: 1,330
Reputation: 970
mswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OTA Sprint PRL update on Juicy

Sprint automatically sent out the PRL update OTA in the early hours Friday.

The phone was hung with the PRL updating message but it appears have taken.
__________________
EVO 4G, Stock Sprint ROM, ProClip in Car, Sony HBH-300.
Reply With Quote
  #10 (permalink)  
Old 10-28-2008, 08:11 PM
maddoghoek77's Avatar
N00b
Offline
Pocket PC: HTC Diamond
Carrier: Cricket
 
Join Date: Jan 2008
Posts: 26
Reputation: 0
maddoghoek77 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OTA Sprint PRL update on Juicy

I would like to thank whomever it was that found this registry edit. I just got one of these new in the box and was getting nervous that I was not going to be able to "flip" it to Cricket... Thanks to this thread, I have my snazzy new Diamond on Cricket! Thanks again.

Maddog~
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Diamond > CDMA Diamond Development

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 11:05 AM.


Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com