Niclas,
I almost prefer that you fix your problem and keep testing things on
SGS2, the more the merrier :).
I have a SGS2 and its working *fine*, so we should be able to make
yours work too.
Here are some usefull tips:
Ok, IIRC this line in the logcat:
I/ServiceManager( 5134): Waiting for service SecTVOutService...
was due to the existance of
hwcomposer.exynos4.so, so lets delete it
(I know, you moved it before, but as long as it has a .so extension
weired things could happen).
If you are still using Siyah kernel, you must ./flash gaia _every
time_ you reboot the system. I know that the documentation says that
newer versions of Siyah kernel than v. 3.5.2 shouldn't work with B2G,
but actually I tested the lastest one and It worked fine for me, and
with this newer version you don't have to flash gaia every time the
phone is rebooted. Well it has other problems, but at least you will
see the Gaia interface for a moment :)
But if you followed the install instructions step by step, you
probably had flashed the Samsung kernel in the "./flash.sh" step, so
you don't have to reflash gaia every time you reboot the phone.
Make sure that yo do:
./flash.sh gecko
./flash.sh gaia
Do you have /system/b2g/webapps directory?
If you are using Siyah kernel, it's probably that your /system
partition was mounted as read-only, another test that you should do is
to make this partition writeable:
adb shell
(in the phone shell)
# mount -o rw,remount -t ext4 /dev/couldnot/remember/device /system
(and then restart b2g process)
# killall b2g
Hope this works!
Kind Regards,
Juan Gómez