• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [Boost Mobile] Mmcblk0p08

smartmanvartan

Android Expert
A friend of mine installed a kernel from the galaxy s on his warp... the script says flash boot.img to p08 witch must be the boot partition on the galaxy s but what is that partition on the warp...I don't have his phone with me yet but I'm trying to figure out what was there before it was over written... does anybody know what that partition is on the warp?
 
A friend of mine installed a kernel from the galaxy s on his warp... the script says flash boot.img to p08 witch must be the boot partition on the galaxy s but what is that partition on the warp...I don't have his phone with me yet but I'm trying to figure out what was there before it was over written... does anybody know what that partition is on the warp?

I'll consult my list of partitions when I get home and let you know.
 
Here's a few more from the updater script in our stock Rom...

package_extract_file("osbl.mbn", "/dev/block/mmcblk0p2");
package_extract_file("adsp.mbn", "/dev/block/mmcblk0p8");
package_extract_file("dbl.mbn", "/dev/block/mmcblk0p1");
package_extract_file("EMMCBOOT.MBN", "/dev/block/mmcblk0p11");
package_extract_file("amss.mbn", "/dev/block/mmcblk0p9");
 
Here's a few more from the updater script in our stock Rom...

package_extract_file("osbl.mbn", "/dev/block/mmcblk0p2");
package_extract_file("adsp.mbn", "/dev/block/mmcblk0p8");
package_extract_file("dbl.mbn", "/dev/block/mmcblk0p1");
package_extract_file("EMMCBOOT.MBN", "/dev/block/mmcblk0p11");
package_extract_file("amss.mbn", "/dev/block/mmcblk0p9");

Hmm... interesting. It seems partitions adsp.mbn and EMMCBOOT.MBN don't exist in the Boost world. Strange.

But thanks for helping me fill in a couple slots in my partition table! :D
 
Hmm... interesting. It seems partitions adsp.mbn and EMMCBOOT.MBN don't exist in the Boost world. Strange.

But thanks for helping me fill in a couple slots in my partition table! :D

The online updater for the boost mobile warp has those files in it tho....I remember seeing them a while back...
 
The online updater for the boost mobile warp has those files in it tho....I remember seeing them a while back...

Ah, okay. Apparently we have them too, but they've just never been referenced in any update. That explains why they are in the full restore you mentioned, but not in any OTA software.
 
Back
Top Bottom