|
10/22/2010, 05:44 PM
#673
 Originally Posted by stinkyfischer
can someome please help me extract tokens?
I have a sprint pre that I have never used (ebay) it has a clean esn, but the lens is broke. It has been logged into, it opens up to the persons homescreen. I can see everything, type but cant touch. I can get to dev mode app(it is off) but cant turn on. There is no preware installed.
I guess I need to meta-doctor to bypass sign in and turn on dev mode. then extract tokens by? maybe running a script in terminal of quick install? I have never used meta-doctor, so this will be fun
Any help is much appreciated
Hey Stinky. I know Rod mentioned a method a while back... in this thread, I think, of extracting tokens by doing the power-on-with-volume-button-up method. I like to do the regular login with novaterm, and so I use a "simple" metadoctor that turns on dev mode by uncommenting ENABLE_DEVELOPER_MODE in the Makefile. Then I can "simply" run these commands in novaterm:
cd /tmp/tokens
ls
tar cfv tokens.tar *
(I run ls just to see that the token files are there.)
Then with WebOSQuickinstall, I receive file: /tmp/tokens/tokens.tar and then expand that file on my computer. Most any OS can expand a tar file. Then you'll have a little text file for each token with the value inside. If you're using Linux or similar, I have a script I can send you that will nicely format the values from the text files to XML for use in Metadoctoring.
Good luck!
|
|
|