Hi again !
I have written how to convert Odin ROMs to recovery flashable , now nice to see a thread for converting Recovery Flashable to Odin ROMs ! I think there are similar topics but this is hugely different ,this is designed for I9001 and more easy to understand ;)
# HOW TO CONVERT RECOVERY FLASHABLE ROMS TO ODIN ROMS #
1- Install ROM on phone
2- Wipe data & Cache & dalvik
3- Open Phones terminal and type :
4- tar folder /sdcard/ODIN , u can use winrar or any other app !
5- Download THIS and create md5 hash for tar file (u can skip )
6- rename file from Odin.tar to Odin.tar.md5 ( skip if you had skipped 6)
7- Done !
8- U can flash it in OnePackage ! and press thanks if it helped u :)
please give me credits if you have used my tut !
#credits#
me ;)
broodplank1337 ( minor helps )
rootzwiki.com ( main tut but hugely different from this !)
I have written how to convert Odin ROMs to recovery flashable , now nice to see a thread for converting Recovery Flashable to Odin ROMs ! I think there are similar topics but this is hugely different ,this is designed for I9001 and more easy to understand ;)
# HOW TO CONVERT RECOVERY FLASHABLE ROMS TO ODIN ROMS #
1- Install ROM on phone
2- Wipe data & Cache & dalvik
3- Open Phones terminal and type :
Code:
su
mkdir /sdcard/ODIN
dd if=/dev/block/mmcblk0p8 of=/sdcard/ODIN/Boot.img.ext4
dd if=/dev/block/mmcblk0p15 of=/sdcard/ODIN/System.img.ext4
5- Download THIS and create md5 hash for tar file (u can skip )
6- rename file from Odin.tar to Odin.tar.md5 ( skip if you had skipped 6)
7- Done !
8- U can flash it in OnePackage ! and press thanks if it helped u :)
please give me credits if you have used my tut !
#credits#
me ;)
broodplank1337 ( minor helps )
rootzwiki.com ( main tut but hugely different from this !)