Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I mean kernels
I plan on deodexing mine and making another backup after that this weekend. That might be my last thing I do with this phone.
Its deodexed for starters.so wait, what makes it an actual rom vs nandroid/update.zip? I don't quite understand the packaging of roms completely
edit:
It supports galaxy SII skyrocket only?
Is there a tutorial on how to do this?
this is step one,
next de-odexing (for themeability)
then enable init.d support(?) -this is for scriptability
and maybe port over the power/notification widgets?
i would love to see a CTMod-like variant of the stock rom on this phone
baby steps![]()
Ohh so its already deodexed. So long as it works I guess I'll be doing something else then. thanks.Yea i posted it lol! Did it work for what you were trying to do?
And somebody can you test the rom? Its deodex
I'm still learning all this is new. I'm usually the Ginny pig. LolYea i posted it lol! Did it work for what you were trying to do?
And somebody can you test the rom? Its deodex
I'm still learning all this is new. I'm usually the Ginny pig. Lol
While installing the update I get " assert failed: write_raw_image("/tmp/boot.img"
E:Error in /sdcard/arthur_signed.zip
(status 7)
Installation aborted.
Guess it needs to be a update not a updater script? ill have a new file in a minute up! You do have a backup made right?
i THINK i enable that in the kitchen....talking about init.d support.
Having problems with the apk multi-tool so i can edit it to have crt animations? Maybe you can help solve it for me? Problem is its keeps telling me i dont have java..but i KNOW i do? i path where i have java installed still gives me that problem???
How did you deodex email.apk? It failed for me, so I tossed it and replaced it with an email.apk from another rom. Haven't tested it yet...
http://androidforums.com/triumph-all-things-root/452974-help-status-7-cwm-recovery.html
Not for this phone, but says bootimg is going to wrong location when the above message isdisplayed
The updater-script and update-binary is what takes all the know-how.
Thanks to some info from Davegrow, depending on what generates your update-binary (Updatezip Creator, UOTK, Android Kitchen) may all have different versions of the EDIFY binary and that directly affects what syntax you can use for your mount points to /system, /data, /cache, /sd-ext, and such.
So, say you want to format /system before installing a ROM. The base language for the Transform Ultra would be:
But might not be the way it is for your binary. it may be a variation of those arguments.
arguments are the things inside ( ).
ext4= type of file system for the TU
EMMC= Type of Partition for the TU
dev/block/mmcblk0p15= mount point for /system in the TU
/system=name of the partition
Some binaries only call for two arguments to format like this:
Or
And some might call for three like this:
Or
Also from what I gather, if your binary calls for say two arguments then the mount command calls for three.. (always one more for mount) but I could be wrong on this. not much to go on. Bits and pieces of info only
(More info required from the community)