Let's start trying to crack the bootloader!

alexp1289

Member
Joined
Dec 14, 2010
Messages
47
Reaction score
0
Okay I've been in contact with clockwork mod and he needs as much information about the bootloader as possible. We obviously need to figure out a way to read and write to the recovery. The second thing is we need to figure out as much information about cracking the bootloader as possible. So if you wanna help or have any ideas post below and lets get the ball rolling :)

Sent from my DROID RAZR using DroidForums
 

SANhacker

Member
Joined
Jan 7, 2010
Messages
348
Reaction score
7
Location
Arizona
I'd be glad to give it a go but do we have a link to the object code I can boot up in VMWare Workstation ?
So far I've been unable to find anything regarding 2.3.5.
 
OP
A

alexp1289

Member
Joined
Dec 14, 2010
Messages
47
Reaction score
0
I'm not sure what were supposed to be looking for but my first guess would be to look at a system dump.

Sent from my DROID RAZR using DroidForums
 

SANhacker

Member
Joined
Jan 7, 2010
Messages
348
Reaction score
7
Location
Arizona
In my mind a system dump won't help. I need object code for the bootloader itself and being able to boot into VMware would expedite the process. Using the phone could take years.
 
OP
A

alexp1289

Member
Joined
Dec 14, 2010
Messages
47
Reaction score
0
Idk but lets do some research and report back here with your findings.

Sent from my DROID RAZR using DroidForums
 
OP
A

alexp1289

Member
Joined
Dec 14, 2010
Messages
47
Reaction score
0
Ok I did a little bit of research and I found out that we can dump the bootloader by using commands if we tweak the clockworkmod bootstrap. The files for the bootloader are hidden so that's why we need to use clockwork mod. So we need somebody that can modify the bootstrap and add some commands to dump those files. I looked into ADB commands and there is no way for me to get those using ADB . And as for RSD Lite, I couldn't find 1 that would recognize my phone. Ask around other forums ask people for help maybe somebody will show up and have more insight on this.

Sent from my DROID RAZR using DroidForums
 

USAFgreg

New Member
Joined
Nov 21, 2011
Messages
6
Reaction score
0
Location
Orange County
Props to all of you. I'm a noob when it comes to hacking phones, so i'll let you guys do all the cool stuff and then read about it later :biggrin:
 

Thach

Member
Joined
Apr 5, 2010
Messages
206
Reaction score
7
Location
Grand Forks North Dakota
Props to all of you. I'm a noob when it comes to hacking phones, so i'll let you guys do all the cool stuff and then read about it later :biggrin:

I know what you mean. I am just installing, reading, and trying to learn as much as I can on ADB. I have rooted my OG but that didn't seem to bad for me to understand for the most part, I just really want to know more about what I am doing and other trouble shooting. These boards are the best places to learn about these things though, the members are awesome and always helpful.
 
OP
A

alexp1289

Member
Joined
Dec 14, 2010
Messages
47
Reaction score
0
Okay so I started using terminal emulator on my phone and so far I haven't been able to read and write to the boot partition. I was able to mount the boot partition. For information purposes I'll show you what the boot partition was when I mounted it via terminal.

/osh/boot/

I was also able to mount to the dev partition.

/dev/

That's all I've got for now so if anybody has any more ideas to try anything that would be great you can download a terminal emulator if your a root user and do exactly what I've done.

Further investigation has givin me some more info about the partitions. Check out this page- http://www.addictivetips.com/mobile...plained-boot-system-recovery-data-cache-misc/
According to that information "/osh/boot/" we should be looking in the right place. The only question is how do i copy the contents of the boot partition for further analysis? I'm stumped.

Sent from my DROID RAZR using DroidForums
 
Last edited:
OP
A

alexp1289

Member
Joined
Dec 14, 2010
Messages
47
Reaction score
0
Okay so I started using terminal emulator on my phone and so far I haven't been able to read and write to the boot partition. I was able to mount the boot partition. For information purposes I'll show you what the boot partition was when I mounted it via terminal.

/osh/boot/

I was also able to mount to the dev partition.

/dev/

That's all I've got for now so if anybody has any more ideas to try anything that would be great you can download a terminal emulator if your a root user and do exactly what I've done.

Further investigation has givin me some more info about the partitions. Check out this page- Android Partitions Explained: boot, system, recovery, data, cache & misc
According to that information "/osh/boot/" we should be looking in the right place. The only question is how do i copy the contents of the boot partition for further analysis? I'm stumped.

Sent from my DROID RAZR using DroidForums

Looks like i was wrong. Here's new info and a file for analysis.
Okay so I finally copied the boot partition into an image file. But I do not know how to open the file or decompile it I need somebody to look at it.

http://db.tt/YdevXOe7

This is where i found the info to get me this far- http://www.droidrzr.com/index.php/to...all-img-files/
That basically means that our file structure is the same as the EU version since the folders were the same on my Verizon RAZR :D

We are making progress boys!!
 

jtsativa420

Member
Joined
Oct 8, 2011
Messages
188
Reaction score
4
Location
South Dakota
Ok I did a little bit of research and I found out that we can dump the bootloader by using commands if we tweak the clockworkmod bootstrap. The files for the bootloader are hidden so that's why we need to use clockwork mod. So we need somebody that can modify the bootstrap and add some commands to dump those files. I looked into ADB commands and there is no way for me to get those using ADB . And as for RSD Lite, I couldn't find 1 that would recognize my phone. Ask around other forums ask people for help maybe somebody will show up and have more insight on this.

Sent from my DROID RAZR using DroidForums

I am using rsd lite 5.5 and got it to recognize my phone. I plugged my phone in charge mode. I then later plugged back in again opened rsd lite and it switched itself to pc mode. I let it install drivers and it is in the device list (xt912). Hope this helps.
 
Last edited:
Top