- May 4, 2012
- 420
- 113
- 0
I'm porting a ROM that's really cool. I think a lot of people will like it but I'm having problems. The build.prop, updater-script, and kernel are really confusing.
I'm following this guide: CLICK TO SEE THE PORTING GUIDE I'M USING.
It would help me tons if you helped me out. Here are my problems.
1: Where exactly is the kernel? Is it the boot.img at the root of the rom zip (not in a subfolder) because I replaced it on the ported rom with the file used on the base rom.
2: I skipped where it says this:
3: I'm porting a rom originally made for the Samsung Galaxy Ace. So do I need to do the stuff where it says 'Porting from a different Manufacturer' ? And if I do, How exactly do I do the steps it mentioned?
4: Besides not understanding fully the top steps, I flashed it anyway. It didn't flash. I got this error:
Thank you so much guys, I'd really appreciate it.
I'm following this guide: CLICK TO SEE THE PORTING GUIDE I'M USING.
It would help me tons if you helped me out. Here are my problems.
1: Where exactly is the kernel? Is it the boot.img at the root of the rom zip (not in a subfolder) because I replaced it on the ported rom with the file used on the base rom.
2: I skipped where it says this:
Because I have no idea what it's talking about.Take note of the added set_perms & set_perm_recursives that PORTED added. Then replace all set_perm and set_perm_recursive from BASE to PORTED. Put back in the noted set_perms & set_perm_recursive you wrote down, to PORTED's updater-script
3: I'm porting a rom originally made for the Samsung Galaxy Ace. So do I need to do the stuff where it says 'Porting from a different Manufacturer' ? And if I do, How exactly do I do the steps it mentioned?
4: Besides not understanding fully the top steps, I flashed it anyway. It didn't flash. I got this error:
Installing update...
assert failed: getprop("ro.product.device") == "cooper" || getprop("ro.build.product") == "cooper" || getprop("ro.product.board") == "cooper" || getprop("ro.product.device") == "GT-S5830" || getprop("ro.build.product") == "GT-S5830" || getprop("ro.product.board") == "GT-S5830"
E: Error in sdcard/PortedRom.zip (status 7) installation aborted.
Thank you so much guys, I'd really appreciate it.