OMG i'm going to have to install this sometime. I love the TabletUI for ICS and this looks amazing, great job. Will probably flash soon :3 (Cellular functions not working doesn't bother me since my phone is a mini tablet, As long as in the dialer there's still the Internet calling settings from Kraven's CM9 :3)
EDIT: Installed, but it seems that /system/bin/sh is missing somehow.
Code:
C:\Program Files\Android\android-sdk\platform-tools>adb shell bash
- exec '/system/bin/sh' failed: No such file or directory (2) -
CONFIRMED: Symlink for /system/xbin/sh (or /system/bin/sh) isn't being made on installation.
Most of the symlinks aren't getting created.. Just had to make getprop and setprop too.
symlink: failed to symlink /system/xbin/pgrep to busybox: Out of memory
symlink: failed to symlink /system/xbin/pidof to busybox: Out of memory
symlink: failed to symlink /system/xbin/ping to busybox: Out of memory
symlink: failed to symlink /system/xbin/pkill to busybox: Out of memory
symlink: failed to symlink /system/xbin/pmap to busybox: Out of memory
symlink: failed to symlink /system/xbin/poweroff to busybox: Out of memory
symlink: failed to symlink /system/xbin/printenv to busybox: Out of memory
symlink: failed to symlink /system/xbin/printf to busybox: Out of memory
symlink: failed to symlink /system/xbin/ps to busybox: Out of memory
symlink: failed to symlink /system/xbin/pstree to busybox: Out of memory
symlink: failed to symlink /system/xbin/pwd to busybox: Out of memory
symlink: failed to symlink /system/xbin/pwdx to busybox: Out of memory
symlink: failed to symlink /system/xbin/rdev to busybox: Out of memory
symlink: failed to symlink /system/xbin/readlink to busybox: Out of memory
symlink: failed to symlink /system/xbin/realpath to busybox: Out of memory
symlink: failed to symlink /system/xbin/renice to busybox: Out of memory
symlink: failed to symlink /system/xbin/reset to busybox: Out of memory
symlink: failed to symlink /system/xbin/resize to busybox: Out of memory
symlink: failed to symlink /system/xbin/rev to busybox: Out of memory
symlink: failed to symlink /system/xbin/rm to busybox: Out of memory
EDIT: Reinstalled and watched recovery.log, the above happens for every symlink action.
EDIT2: Found out what the problem is, /system has no space left after installation. It's so packed that you can't even install gapps..
After looking in /lib, I noticed you have the libOMX files, The OMX codecs don't work on our phones for ICS and Qualcomm refuses to release some that works for ARMv6.
WiFi works for me but only with static IP addressing set.
Paranoid settings work after I cleared some space in /system (moved the libOmx* files to /sd-ext so I could back them up.)
My only gripe now is that even with the Softkeys on, I can't the home/back buttons to work. (Gonna check build prop against kraven's)
Also, for future versions, you might want to add the baseband version in the topic title. Is this for ZVD, ZVH or ZVJ?