[DEV] Rogers Infuse owners, we still need one last thing! - July 30, 2011
Without YOUR dump, there won't be any Gingerbread based mods or ROMs for your phone. SuperOneClick doesn't work on the Rogers Infuse, but we do have a method to root. If you have a shiny new Rogers Infuse in hand, please join the #Infuse4G irc channel so we can work with you to obtain the necessary dumps. You'll need to connect using an irc client like xchat.
How to set up adb
If you don't already have adb working on your computer, you'll need to set it up. First download and install the Java JDK. Then download and extract the Android SDK. In the unzipped folder, open "SDK Manager.exe". A prompt should come up with a list of items to install. I recommend rejecting everything except "Google USB driver package", "Android SDK Tools", and "Android SDK Platform-tools". Once those are installed, you're ready. Most people add adb to their path as well for easier access, but you can do that later.
Commands used to dump the required data
Code:
dd if=/dev/block/bml1 of=/sdcard/boot.bin bs=512
dd if=/dev/block/bml2 of=/sdcard/infuse_gb.pit bs=4096
dd if=/dev/block/bml4 of=/sdcard/Sbl.bin bs=512
dd if=/dev/block/bml5 of=/sdcard/recovery.bin bs=512 (we still need this one)
dd if=/dev/block/stl6 of=/sdcard/param.lfs bs=4096
dd if=/dev/block/bml7 of=/sdcard/zImage bs=4096
dd if=/dev/block/stl9 of=/sdcard/factoryfs.rfs bs=4096
dd if=/dev/block/stl10 of=/sdcard/dbdata.rfs bs=4096
dd if=/dev/block/stl11 of=/sdcard/cache.rfs bs=4096
dd if=/dev/block/bml12 of=/sdcard/modem.bin bs=4096
Current Phones:
HTC One Unlocked
Nexus 4
Previous Phones:
iPhone 5, Galaxy Nexus, iPhone 4S, HTC One X, Nokia Lumia 800, HTC Titan, Samsung Galaxy S II, Samsung Infuse, LG Thrill, HTC Inspire, Samsung Captivate, HTC Aria, Samsung BlackJack II
|