Re: [android-porting] Re: Problem porting Android to iPhone

2010-04-19 Thread David Wang
It seemed to be a permissions problem, for some reason it managed to create the rest of the subdirectories in /data/Dalvik-cache correctly with the exception of two. I had to create the directories myself and set their permissions manually. After that, everything worked. On Mon, Apr 19, 2010 at 12

[android-porting] Re: Problem porting Android to OMAP

2010-04-17 Thread David Wang
>From the return values, it looks like everything is segfaulting (0xb == 11 == SIGSEGV). You can look in /data/tombstones for the traces or you can launch init via strace /system/xbin/strace -F -tt -s 200 -o / data/strace /init. It should give you some hints. On Apr 15, 5:42 pm, Gregoire Gentil w

[android-porting] Re: Problem porting Android to iPhone

2010-04-16 Thread David Wang
at java.lang.ClassLoader.loadClass(ClassLoader.java:573) E/AndroidRuntime( 1963):at java.lang.ClassLoader.loadClass(ClassLoader.java:532) E/AndroidRuntime( 1963):at android.app.ActivityThread.installProvider(ActivityThread.java:4255) But that's another story. On Apr 16, 6:21 pm, David Wang

[android-porting] Re: Problem porting Android to iPhone

2010-04-16 Thread David Wang
't suppose anyone has seen this setuid problem before? Thanks, David On Apr 16, 12:56 pm, David Wang wrote: > On Apr 16, 4:59 am, mizmit1222 wrote: > > > Hi, > > > I guess you got very close to make a thing happen. > >  ashmem - OK > >  binder - OK > >

[android-porting] Re: Problem porting Android to iPhone

2010-04-16 Thread David Wang
gadget drivers are not working, but that is probably because the host driver I am using (Ben Dooks's s3c-hsotg driver) seems to be almost unusably buggy on my hardware. > > Cheers, > > On Apr 16, 1:00 pm, David Wang wrote: > > > > > So titled because my problem

[android-porting] Problem porting Android to iPhone

2010-04-15 Thread David Wang
So titled because my problem is very similar in symptoms to the thread "Problem porting Android to OMAP". My port to the iPhone runs Debian and X.org with the multitouch screen, sound, WLAN and USB gadget ether net working fine. In order to maintain dual-boot capability, I put the Android images on