Jump to content

Kernel Unpacking


Guest utternoob

Recommended Posts

Guest hugobosslives

do some reasearch on unpacking yaffs.

the name is pretty self explanatory. un-yaffs. i.e extract from a yaffs system .img.

Link to comment
Share on other sites

@utternoob

Why do you need to do this? It doesn't make sense to me. Simply use boot.img of any skate rom of the same android version. You cannot use boot.img or any part of it from ace on skate ...

Link to comment
Share on other sites

Guest Mtman1

There's a guide on xda that says that you have to change the bootclasspath to get the Rom to boot. Gimme a sec, I'll find the link

Edit utternoob beat me to it :)

Edited by Mtman1
Link to comment
Share on other sites

Guest razzmataz1478

If you're porting a Samsung ROM to any other device, I think you need to change the BOOTCLASSPATH of the Skate kernel to make it work. I think, anyway.

Link to comment
Share on other sites

Guest Mtman1

I think it means copy the bootclasspath from the Rom you want to port kernel to the base roms kernel

Edit: why do I keep on getting beaten to posting stuff today :P

Edited by Mtman1
Link to comment
Share on other sites

Guest utternoob

What would it need changing to? This is it so far: export BOOTCLASSPATH /system/framework/core.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/core-junit.jar

Link to comment
Share on other sites

Well samsung has probably another jar in framework dir that needs to be added.

I cazme accross twframework-res.apk in the past. Is this it?

Edited by C3C0
Link to comment
Share on other sites

Just send me what needs to be added to ramdisk files of boot.img and I can make a new boot.img tomorrow for you.

or you can do it yourself. Here is the perl script I use to unpack boot.imgs

split_bootimg.pl.txt

Edited by C3C0
Link to comment
Share on other sites

Guest utternoob

Both unpacked, this is what ace init.rc has as boot class path export BOOTCLASSPATH /system/framework/core.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/core-junit.jar

On normal inspection, both seem the same

Edited by utternoob
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.