PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Touch Pro 2 (http://forum.ppcgeeks.com/forumdisplay.php?f=97)
-   -   [APP] Grab MSL V0.5 - Should work on TP2, TP, Mogul etc. (http://forum.ppcgeeks.com/showthread.php?t=97552)

krohnjw 11-19-2009 03:55 PM

[APP] Grab MSL V0.5 - Should work on TP2, TP, Mogul etc.
 
2 Attachment(s)
Ok, since the only manual method of grabbing the MSL can be a bit intimidating to new users and requires a reg editor and a file explorer like total commander, I wrote a quick app to enable/disable logging and then read/parse the log file to display your MSL. It works for me quite well but if anyone would be willing to test it I would appreciate it.


I am attaching the cab which will install the following:
- The application (13k), a Readme with some more info as far as what it does exactly, and some contact info.

Also attached now the .net 3.5 CF cab if anyone needs it.


Please let me know if you try it and it works or does not work for you.

Credits go to pzztgotbagz for posting the method and strra for reposting it today and motivating me to code a solution for folks.


edit:.
v0.5: Added a save option after MSL is grabbed. Will default to \Storage Card\msl.txt and bounce to \ if \storage card is not present.
v0.4: minimal changes to menu structure init. Added .net CF 3.5 cab
v0.3: minimal changes to exit code.
Added v0.2: Removed requirement to disable logging before grabbing MSL.

jdmsleepr 11-19-2009 10:36 PM

Re: [APP] to grab MSL - Need testers
 
it works great...but i think that getting the msl before the last reset to disable would be better...just my 2 cents...great work!!

krohnjw 11-19-2009 11:01 PM

Re: [APP] to grab MSL - Need testers
 
Quote:

Originally Posted by jdmsleepr (Post 1345617)
it works great...but i think that getting the msl before the last reset to disable would be better...just my 2 cents...great work!!

V0.2 up - doesn't require reset prior to grabbing MSL (just remember to disable it so you don't get a huge log!) Thanks for the input.

sanjsrik 11-19-2009 11:33 PM

Re: [APP] Grab MSL V0.2 - Testing appreciated
 
does not work on my TP2: Here is the log (have .NET CF installed):

GetMSLFromLogFile.exe
ObjectDisposedException


at Microsoft.AGL.Common.MISC.HandleAr()
at System.Windows.Forms.MainMenu._CreateMainMenuTree( )
at System.Windows.Forms.Form.set_Menu()
at GetMSLFromLogFile.Form1.InitializeComponent()
at GetMSLFromLogFile.Form1..ctor()
at GetMSLFromLogFile.Program.Main()

krohnjw 11-19-2009 11:34 PM

Re: [APP] Grab MSL V0.2 - Testing appreciated
 
Quote:

Originally Posted by sanjsrik (Post 1345752)
does not work on my TP2: Here is the log (have .NET CF installed):

GetMSLFromLogFile.exe
ObjectDisposedException


at Microsoft.AGL.Common.MISC.HandleAr()
at System.Windows.Forms.MainMenu._CreateMainMenuTree( )
at System.Windows.Forms.Form.set_Menu()
at GetMSLFromLogFile.Form1.InitializeComponent()
at GetMSLFromLogFile.Form1..ctor()
at GetMSLFromLogFile.Program.Main()

At what point do you get that - what version of the CF and WM version (6.1, 6.5?) as well?

sanjsrik 11-20-2009 12:46 AM

Re: [APP] Grab MSL V0.2 - Testing appreciated
 
Quote:

Originally Posted by krohnjw (Post 1345755)
At what point do you get that - what version of the CF and WM version (6.1, 6.5?) as well?

Microsoft .NET CF 3.5

Get that message when I run the application by tapping it from Programs group.

krohnjw 11-20-2009 12:47 AM

Re: [APP] Grab MSL V0.2 - Testing appreciated
 
Quote:

Originally Posted by sanjsrik (Post 1345996)
Microsoft .NET CF 3.5

Get that message when I run the application by tapping it from Programs group.

Hm, didn't even launch huh. Try the new version. WM 6.1 or 6.5?

sanjsrik 11-20-2009 12:48 AM

Re: [APP] Grab MSL V0.2 - Testing appreciated
 
Quote:

Originally Posted by krohnjw (Post 1346000)
Hm, didn't even launch huh. Try the new version. WM 6.1 or 6.5?

WM 6.1, stock ROM, just got a New In Box TP2 as a replacement for a TP yesterday from Sprint. Have NOT messed with the stock ROM at all.

What new version? I downloaded the software in the first post.

krohnjw 11-20-2009 12:49 AM

Re: [APP] Grab MSL V0.2 - Testing appreciated
 
Quote:

Originally Posted by sanjsrik (Post 1346004)
WM 6.1, stock ROM, just got a New In Box TP2 as a replacement for a TP yesterday from Sprint. Have NOT messed with the stock ROM at all.

Odd - running stock here as well. Let me look at a few things.

krohnjw 11-20-2009 12:55 AM

Re: [APP] Grab MSL V0.2 - Testing appreciated
 
1 Attachment(s)
Quote:

Originally Posted by sanjsrik (Post 1346004)
WM 6.1, stock ROM, just got a New In Box TP2 as a replacement for a TP yesterday from Sprint. Have NOT messed with the stock ROM at all.

What new version? I downloaded the software in the first post.

0.3 - if you have the latest cab then that's it.

edit: Try this one.

sanjsrik 11-20-2009 01:23 AM

Re: [APP] Grab MSL V0.2 - Testing appreciated
 
Quote:

Originally Posted by krohnjw (Post 1346027)
0.3 - if you have the latest cab then that's it.

edit: Try this one.

What you posted in the first post as of about 10:29PM EST was version 0.2 so where did 0.4 come from?

Well, I'll try it.

sanjsrik 11-20-2009 01:28 AM

Re: [APP] Grab MSL V0.2 - Testing appreciated
 
Quote:

Originally Posted by krohnjw (Post 1346027)
0.3 - if you have the latest cab then that's it.

edit: Try this one.

Here's the error message now:

GetMSLFromLogFile.exe
ObjectDisposedException


at Microsoft.AGL.Common.MISC.HandleAr()
at System.Windows.Forms.MainMenu._CreateMainMenuTree( )
at System.Windows.Forms.Form.set_Menu()
at GetMSLFromLogFile.Form1.InitializeComponent()
at GetMSLFromLogFile.Form1..ctor()
at GetMSLFromLogFile.Program.Main()

DaBrode 11-20-2009 01:31 AM

Re: [APP] Grab MSL V0.3 - Testing appreciated
 
Tested on stock Sprint TP2 and worked great! Thanked!

slvrap1 11-20-2009 05:52 AM

Re: [APP] Grab MSL V0.3 - Testing appreciated
 
Using juicys r3 and version 0.4 it worked as advertised. Baffles didnt already make a tp2 msl grabber for the tp2 ?

krohnjw 11-20-2009 08:34 AM

Re: [APP] Grab MSL V0.3 - Testing appreciated
 
Quote:

Originally Posted by slvrap1 (Post 1346512)
Using juicys r3 and version 0.4 it worked as advertised. Baffles didnt already make a tp2 msl grabber for the tp2 ?

AFAIK it doesn't work on the TP2 - I recall trying to use it when I got my TP2 to no avail, hence the need for the manual method.

Gkillratio 11-20-2009 06:48 PM

Re: [APP] Grab MSL V0.4 - Testing appreciated
 
Thank you for this Program, I activated my phone yesterday and had no data. with ##3282# and your Program i'm as good as gold again.:headbang:

aznmode 11-20-2009 07:54 PM

Re: [APP] Grab MSL V0.4 - Testing appreciated
 
Works great on my TP2 with MM rom. Thank you!

ultramax 11-21-2009 12:37 AM

Re: [APP] Grab MSL V0.4 - Testing appreciated
 
I have a new out of the box Sprint 6.1 TP2 and your MSL Grabber worked like a champ. Thanks, no issues at all.

krohnjw 11-21-2009 12:42 AM

Re: [APP] Grab MSL V0.4 - Testing appreciated
 
Thanks - .NET cf posted as well if anyone needs.

sanjsrik: Check your PM when you get a chance re: that error.

dollaboi954 12-03-2009 01:02 AM

Re: [APP] Grab MSL V0.4 - Testing appreciated
 
Quote:

Originally Posted by krohnjw (Post 1344332)
Ok, since the only manual method of grabbing the MSL can be a bit intimidating to new users and requires a reg editor and a file explorer like total commander, I wrote a quick app to enable/disable logging and then read/parse the log file to display your MSL. It works for me quite well but if anyone would be willing to test it I would appreciate it.


I am attaching the cab which will install the following:
- The application (13k), a Readme with some more info as far as what it does exactly, and some contact info.

Also attached now the .net 3.5 CF cab if anyone needs it.


Please let me know if you try it and it works or does not work for you.

Credits go to pzztgotbagz for posting the method and strra for reposting it today and motivating me to code a solution for folks.


edit:
v0.4: Up - minimal changes to menu structure init. Added .net CF 3.5 cab
v0.3: Up - minimal changes to exit code.
Added v0.2: Removed requirement to disable logging before grabbing MSL.


works great thanks alot!!!!!!!!!!!!!!!!!!!!!!

t0mmyr 12-03-2009 05:05 AM

Re: [APP] Grab MSL V0.4 - Testing appreciated
 
0.4 worked great on my tp2 running mightyrom, now just just need a nice icon and i would suggest an option to save it as a txt file on your sd card so i dont have to write it down :)

t0mmyr 12-03-2009 05:06 AM

Re: [APP] Grab MSL V0.4 - Testing appreciated
 
will this app work on touch pro and titan also? or just tp2?

krohnjw 12-03-2009 09:16 AM

Re: [APP] Grab MSL V0.4 - Testing appreciated
 
Quote:

Originally Posted by t0mmyr (Post 1382255)
0.4 worked great on my tp2 running mightyrom, now just just need a nice icon and i would suggest an option to save it as a txt file on your sd card so i dont have to write it down :)

That shouldn't be a problem - I'll look at getting that integrated sometime in the next few days possibly.

Quote:

Originally Posted by t0mmyr (Post 1382258)
will this app work on touch pro and titan also? or just tp2?

From what I was reading it should work on other CDMA devices as well. I tried it on my mogul and it worked just fine so give it a shot. I don't see any reason it shouldn't work on the TP.

kidmet 12-03-2009 05:03 PM

Re: [APP] Grab MSL V0.4 - Testing appreciated
 
Bone stock TP2 (Sprint), works perfectly.

krohnjw 12-04-2009 11:00 AM

Re: [APP] Grab MSL V0.5 - Should work on TP2, TP, Mogul etc.
 
Version 0.5 up - now allows saving of MSL to a text file (\storage card\ default and bounce to \ if no storage card present).

drmolle 03-03-2010 12:57 AM

Re: [APP] Grab MSL V0.5 - Should work on TP2, TP, Mogul etc.
 
Great it was the only solution for my Verizon TP2. I tried all the other methods with out success. Thanks

prboy1969 07-23-2010 10:43 PM

Re: [APP] Grab MSL V0.5 - Should work on TP2, TP, Mogul etc.
 
Running MR.X rom on a Sprint TP2 . Worked perfect . KUdos for a great program .

fortunzfavor 10-16-2010 12:37 PM

Re: [APP] Grab MSL V0.5 - Should work on TP2, TP, Mogul etc.
 
Thanks krohnjw

sohail55 11-04-2010 11:42 AM

Re: [APP] Grab MSL V0.5 - Should work on TP2, TP, Mogul etc.
 
big thanxsssssssssssssssss for you

litewavve 03-03-2011 03:34 PM

Re: [APP] Grab MSL V0.5 - Should work on TP2, TP, Mogul etc.
 
Works great. Thanks. Since my phone is already unlocked and able to change ROMs, when will I need MSL code?

swlaraut 03-06-2011 04:00 PM

Re: [APP] Grab MSL V0.5 - Should work on TP2, TP, Mogul etc.
 
Just wanted to say thanks. Was doing it the hard way through the registry. This works great.

bsvif 03-17-2011 03:24 PM

Re: [APP] Grab MSL V0.5 - Should work on TP2, TP, Mogul etc.
 
Working with original firmware and without sim.
Not working with energy rom, and firmware with russian language. When inserted SIM into the phone the progrgam can't find msl in log.

tomc585 11-08-2012 10:49 PM

Re: [APP] Grab MSL V0.5 - Should work on TP2, TP, Mogul etc.
 
sprint just gave me a hard time about my msl on my replacement tp2. they finally gave it to me ....but it was wrong. this was so much faster. thanks.

deal03 01-17-2013 01:22 AM

Re: [APP] Grab MSL V0.5 - Should work on TP2, TP, Mogul etc.
 
work on Window Mobile 6.1 TP2. Just download CF and application to your PC then drag them to the TP2 storage card. click the CF first to install then run application. Follow the instruction to enable debug, reboot, disable debug, reboot and view MSL.


All times are GMT -4. The time now is 12:28 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0