• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [ROM] KANAIDA - Shang Tsung 1 (ICS 4.0.4)

Patience guys. We all have lives too, and this isn't paycheck work. Give him time. After all, you're not exactly waiting for someone to beat him to it at this point, right? lol

I'm waiting on PlayfulGod for cm9/10 still he just finished with some now he's working on our lg connects
 
He got cm9 booting and working for spectrum and I read on g+ he's starting on the connect
 
When did he say he's working on the Connect now?
I been working on it on n off for months lol, just not dedicated alot of time to it.

There is a team working on the Spectrum consisting of 4 ppl, so 'I' didnt do it alone lol. death2all110 heads that project, tdm got the kernel working, Neph, digs thru and finds shyt that will work so we can add it to src, and I just input my 2 cents when I can. ;)
 
I been working on it on n off for months lol, just not dedicated alot of time to it.

There is a team working on the Spectrum consisting of 4 ppl, so 'I' didnt do it alone lol. death2all110 heads that project, tdm got the kernel working, Neph, digs thru and finds shyt that will work so we can add it to src, and I just input my 2 cents when I can. ;)

Have you had luck(so to speak) with the lg connect ics Rom or jellybean or you are still laying off the lg connect till later
 
Have you had luck(so to speak) with the lg connect ics Rom or jellybean or you are still laying off the lg connect till later
The Esteem is still my priority project, I tinker with other stuff when I am stuck or frustrated with it. That is outside of CWM and small stuff.

Unfortunately no progress to report atm.
 
Hey guys, haven't had much time between thanksgiving and a few birthday weekends + drinking + girls lol I'm gonna put in some time in the next few days tho. It's only of those things where I just have to sit in front of my pc for a day or two poking at it, I usually get my bursts of madness in the middle of the night :)
 
Can't wait dude, I'm sure its a pretty simple code fix on your end from us finally having ICS on our phones.

Quick question, any idea if this port will enable us to keep LTE or would we possibly lose it?
 
Ics would be cool. I enjoyed it on my motion. Will it be similar? Quick memo is what I miss the most. If I had that I wouldn't even care if we had ics.:D
 
waiting.jpg
 
This is an ALPHA release, for testing only. It's not yet for general consumption until a few brave souls do some testing:

KANAIDA - SHANG TSUNG 1

What does that mean?
-Even i'm not sure lol, I got all the code to compile, and i'm pretty sure it's packed into the zip correctly. Please make a backup with ClockworkMod/Rom Manager before you do ANYTHING.

Please take note of what works and what doesn't work. I'm not even 100% it will boot but lets cross our fingers :)

Rom Details:
Original Rom: LG Viper 840 ICS LS840ZVG, ported over to the connect
ICS 4.0.4
Deodexed, Zipaligned, built in root and SuperSU


If anyone wants to support the cause please buy the MK9 Dashboard app from the market :) it would really help me get it off it's feet. It's got < 10 downloads so far lol... takes a bit to get the ball rollin'. I'm well into getting into the top 100 in MK9 :boxing:


Results:
failed during install... i was just leavin a post of the error code but it goes : mount() expects 4 args. got 3 E:Error in /sdcard/kanaida_shangtsung_1.zip (status 7) Installation aborted.
[21:27] <@Kanaida> lemme take a look at my script

Working on this guys
I see whats wrong partly, you have MTD as the filesystem, its ext4/emmc, so the mount lines need to be:
Code:
mount("ext4", "EMMC", "/dev/block/mmcblk0p28", "/data");
mount("ext4", "EMMC", "/dev/block/mmcblk0p26", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p27", "/cache");
and for the boot.img:
Code:
package_extract_file("boot.img", "/dev/block/mmcblk0p8");
;)

Edit: My mentioned changes fixes the updater-script so it installs, unfortunately it doesnt boot. ;)
 
I said I was working on an ICS Kernel. I did not declare my self associated with any particular project. Just saying.
 
Back
Top Bottom