Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
THREAD CLOSED
Tip us?
 
Ralekdev
Old
#281  
Recognized Developer
Thanks Meter 365
Posts: 32
Join Date: Sep 2010

 
DONATE TO ME
I'll take a look but I think I did manage to get everything. It copies a lot of itself in the 0x12000 range up to 0x20000. It ends up looking like slide 21 in the 8960 boot architecture pdf
The Following 8 Users Say Thank You to Ralekdev For This Useful Post: [ Click to Expand ]
 
mastamoon
Old
#282  
mastamoon's Avatar
Senior Member
Thanks Meter 1036
Posts: 975
Join Date: Sep 2010
Location: Central NJ

 
DONATE TO ME
If we can't put another phones boot loader on our phone because of a device Id mismatch, is it possible to spoof/change our device Id along with using their boot loader? I I would guess with the level of depth you guys are able to probe you might be able to do that sort of thing, maybe? ^_^

Sent from my SCH-I535 using Tapatalk 2
VZW Galaxy S III - Unofficial CM10.1 & TWRP
The Following User Says Thank You to mastamoon For This Useful Post: [ Click to Expand ]
 
E:V:A
Old
#283  
E:V:A's Avatar
Recognized Developer
Thanks Meter 1064
Posts: 868
Join Date: Dec 2011
Location: -∇ϕ
Quote:
Originally Posted by AdamOutler View Post
There is an article I posted on the front page of xda today which outlines a data forensics tool called 'LImE'. It is a loadable kernel module which will make a complete dump of all memory on a device. You may be interested in it.
Do you know where we can find a pre-compiled copy?
MSM8960 Info, Architecture and Bootloader(s)
El Grande Partition Table Reference
How to talk to the Modem with AT commands

The Samsung Anyway Jig + DIY
_______________________________
If you like what I do, just click THANKS!
Everything I do is free, altruism is the way!
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
I do not answer support related PM's.

 
LLStarks
Old
(Last edited by LLStarks; 11th August 2012 at 08:21 PM.)
#284  
Senior Member
Thanks Meter 132
Posts: 352
Join Date: Jun 2012
Here's Lime module built from the I535 kernel sources. This is for stock kernel.

https://www.dropbox.com/s/zdesybzfawlra0c/lime.ko

I now a have an 1.8 GB memory dump sitting on my laptop. It compresses nicely to 600 MB.

If you want the file, let me know.
#verizons3 and #d2common on Freenode
The Following 8 Users Say Thank You to LLStarks For This Useful Post: [ Click to Expand ]
 
xd.bx
Old
#285  
Senior Member
Thanks Meter 253
Posts: 382
Join Date: May 2011
Location: Copenhague
Quote:
Originally Posted by AdamOutler View Post

I connected up with minicom and I was not able to talk to it at all. I received no response. So I decided to poke around a bit more on other things... It appears that QDL mode is like Qualcomm's version of Odin Download Mode.

I found a tool called "gobi_loader" which is supposed to communicate with this QDL mode. I'm running into a problem where it does not recognize the format of the firmware folder I am feeding it. I am trying to find out more about this.

This is some great news though. It could satisfy goal #1 as stated in the OP once we figure it out.
Hey,

Sorry to hear about the brick. Two pointers that could interest you:

- scotty2 bricked his Desire Z some time ago. He did not have the PBL at the time, nonetheless started implementing Qualcomm's download protocol. You can look at his sources here: https://github.com/tmzt/g2root-kmod/...ty2/pbl/pbl.pl

- there is a closed source windows implementation of QDL in the RIFF Box. Il allows writing the flash for a number of HTC phones (they call it QHUSB). If you find an S-OFF HTC phone with the same chip as the Verizon S3, then you can dump the PBL through HTC secondary bootloader "mb" command.
Away for a short while
The Following 3 Users Say Thank You to xd.bx For This Useful Post: [ Click to Expand ]
 
Durthquake
Old
#286  
Member
Thanks Meter 26
Posts: 79
Join Date: Jun 2010

 
DONATE TO ME
Quote:
Originally Posted by xd.bx View Post
Hey,

Sorry to hear about the brick. Two pointers that could interest you:

- scotty2 bricked his Desire Z some time ago. He did not have the PBL at the time, nonetheless started implementing Qualcomm's download protocol. You can look at his sources here: https://github.com/tmzt/g2root-kmod/...ty2/pbl/pbl.pl

- there is a closed source windows implementation of QDL in the RIFF Box. Il allows writing the flash for a number of HTC phones (they call it QHUSB). If you find an S-OFF HTC phone with the same chip as the Verizon S3, then you can dump the PBL through HTC secondary bootloader "mb" command.
If this thought is not useful please remove - but isn't the One X us variant using the same S4 processor, and I believe it is unlocked (not sure if S-Off yet though?)
----------------------------------------------------------------------------------------
Like my post?
Feel free to click on the like buton!
 
LLStarks
Old
#287  
Senior Member
Thanks Meter 132
Posts: 352
Join Date: Jun 2012
The Droid Incredible 4G and AT&T HTC One X have the MSM8960.

Not sure if either have achieved S-OFF.
#verizons3 and #d2common on Freenode
The Following User Says Thank You to LLStarks For This Useful Post: [ Click to Expand ]
 
alquimista
Old
#288  
alquimista's Avatar
Senior Member
Thanks Meter 93
Posts: 161
Join Date: Mar 2008
Quote:
Originally Posted by LLStarks View Post
Here's Lime module built from the I535 kernel sources. This is for stock kernel.

https://www.dropbox.com/s/zdesybzfawlra0c/lime.ko

I now a have an 1.8 GB memory dump sitting on my laptop. It compresses nicely to 600 MB.

If you want the file, let me know.
Can we load lime.ko with the app posted here:
http://forum.xda-developers.com/show....php?t=1228605

It was built on an xperia s, but the dev asks for feedback on all devices.

Last, if that 1.8G dump contains no personal info, can you post it? I'd like to run it through IDA following ralekdev's instructions.

Offtopic:
How do you always have everything as soon as someone mentions it? It uncanny and amazing!

Ta,
ALQI

Sent from my SCH-I535 using xda app-developers app
PLEASE HIT THE THANKS BUTTON!!
I like to know when I've been a bit of help
The Following User Says Thank You to alquimista For This Useful Post: [ Click to Expand ]
 
LLStarks
Old
(Last edited by LLStarks; 12th August 2012 at 01:01 AM.)
#289  
Senior Member
Thanks Meter 132
Posts: 352
Join Date: Jun 2012
The module needs to be loaded with certain parameters, so I'm not sure if the app will help.

I don't want to post the dump since it has personal info.

PM me or ask on IRC.

(Alquimista, the Android build chain is awesome to have lying around.)
#verizons3 and #d2common on Freenode
The Following 2 Users Say Thank You to LLStarks For This Useful Post: [ Click to Expand ]
 
Durthquake
Old
#290  
Member
Thanks Meter 26
Posts: 79
Join Date: Jun 2010

 
DONATE TO ME
Quote:
Originally Posted by LLStarks View Post
The Droid Incredible 4G and AT&T HTC One X have the MSM8960.

Not sure if either have achieved S-OFF.
This thread has a couple people that got S-Off One X's with the S4 processor. maybe they can get you what you need file wise, if you reach out to them http://forum.xda-developers.com/show....php?t=1645002
----------------------------------------------------------------------------------------
Like my post?
Feel free to click on the like buton!

THREAD CLOSED
Tags
d2vzw, locked bootloader
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Go to top of page...