cbebber13 / cdmaworkshoptool

Automatically exported from code.google.com/p/cdmaworkshoptool
1 stars 0 forks source link

Samsung gusto ppp user/pass not readable #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
http://forum.xda-developers.com/showthread.php?t=2116244&page=13

What is the expected output?
user and pass

What do you see instead?
garbage mostly hex data

Please use labels and text to provide additional information.

I suspect this has to do with mip profiles and nv item 466 which might look 
like:

RX: 
26 D1 01 00 14 30 30 30 30 30 30 34 37 31 39 40 76 7A 77 33 67 2E 63 6F 6D 2E 
63 6F 6D 35 35 68 00 00 00 30 00 68 00 04 00 30 00 48 00 00 00 74 00 74 00 00 
00 30 00 30 00 00 00 00 00 00 00 00 00 00 00 01 2C 01 01 02 01 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 72 42 7E 

RX(ascii): &Ñ0000004719@vzw3g.com.com55h0h0Htt00,rB~

Original issue reported on code.google.com by chromableedstudios on 3 May 2013 at 2:34

Attachments:

GoogleCodeExporter commented 8 years ago
it seems some programs read the first byte after the nv number as the read 
length and then limit the hex=>text conversion to that length

im not sure if it makes a difference, as i couldn't recommend anyone write the 
'text' values in this case

i would suggest: 
1. go to the log tab
2. find the nv item in question
3. copy the hex response, minus the last three bytes (crc, 7e), and the first 
three bytes (26, nvItemnumber)
4. paste into the pass/nvitem in question with 0x prefixed to indicate a hex 
write 0x[copied bytes] 

maybe a nice feature would be the ability to right click and have the value 
'toggle' back and forth between hex and text values

Original comment by chromableedstudios on 4 May 2013 at 4:14

GoogleCodeExporter commented 8 years ago
check out r84 to see the 'right click to show hex' in action

Original comment by chromableedstudios on 8 May 2013 at 11:36