I am no longer root. I tried dd, but it failed.
$ dd if=/dev/stl12 of=/sdcard/GB/system.rfs
dd if=/dev/stl12 of=/sdcard/GB/system.rfs
/dev/stl12: cannot open for read: Permission denied
Hey firehak, u should set up a paypal and put a donate button as your signature. A lot of people like this ROM and I would be willing to donate. It might take a little to fugure out but once you do, cash starts flowing.
dd if=/dev/block/stl12 of=/sdcard/system.rfs
333824+0 records in
333824+0 records out
170917888 bytes (163.0MB) copied, 51.729035 seconds, 3.2MB/s
I Dumped system by flashing cwm, immediately booting into recovery, connecting to adb and runningDid i do that right?Code:dd if=/dev/block/stl12 of=/sdcard/system.rfs 333824+0 records in 333824+0 records out 170917888 bytes (163.0MB) copied, 51.729035 seconds, 3.2MB/s
I'm Currently uploading the file.
Yes you did, thanks.
I have the apk, but you can't even get to the setup process. Just wait for the to add backwards support.
Can you enlighten me as to what is invloved in porting an app for Android?
Lots of things. More specifically for Chrome, finding every function called to the 2.3.6 onward framework, adding it into our framework, adding the ICS holo light theme to GB 2.3.6 to put it in the simplest terms possible. Even if some were to take on those huge tasks, you have to remember that there may be functions in the new framework that are completely non-existent to previous frameworks, not just renamed or updated. It's a lot more complicated than copy pasting new functions into old frameworks. Even after all functions are brought back, what of the old ones that rely on the framework's old structure? You may be breaking everything to make Chrome work. It is complete trial and error. The more Chrome relies on ICS, the more and more it would be required to bring backwards compatibility to it. That's not to say it's impossible, but, it's much more favorable to wait for Google themselves to bring compatibility. It does sport a "beta" tag, after all.
Hey...how can I make themes for our phone?? I'd like to make a HUGE ICS theme, thats free, for our phones. I love the layout, but the good ones cost..lol
Thanks
We need to be deodexed first, but phone and mms gave me issues last time I tried to. I'm still working on getting that fixed. I may be able to hack something up though. No promises, performance usability are still my top priorities. But, I'll admit, I love the holo light theme from screens I've seen. I downloaded the ICS framework a few days ago to try getting holo as a side project.
I always read that we needed to be deodexed for it. Huh, good to know. Anyway, I'd still like to add holo my way.