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

2010-04-19 Thread nate
Awesome job so far. By chance are you not getting to the point where dexopt is populating /data/Dalvik-cache? That will throw class not found exceptions. If it is, wipe the folder's contents and reboot. Just a guess but easy to test -- unsubscribe: android-porting+unsubscr...@googlegroups.com web

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

2010-04-19 Thread nate
alvik-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:50 PM, nate wrote: > > Awesome job so far. By chance are you not getting to the point wher

[android-porting] CTS performance test and LOCAL_CERTIFICATE

2009-11-10 Thread Nate Totura
CTS scripts? Thanks, Nate -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] JNI_CreateJavaVM failed errors. porting on s3c6410

2011-03-06 Thread Nate H
I am trying porting gingerbread on mini6410(s3c6410 inside). And I use NFS filesystem on the board. Now I get some JNI_CreateJavaVM failed errors, and some process exit when system start up. I use ps command to check process, I can't find zygote. Is there anything wrong with zygote? Thanks for

Re: [android-porting] Re: JNI_CreateJavaVM failed errors. porting on s3c6410

2011-03-08 Thread Nate H
Hi fadden: Thanks for your reply. I found out that ashmem doesn't work. After I fixed that, zygote works fine. On Tue, Mar 8, 2011 at 6:32 AM, fadden wrote: > On Mar 6, 6:27 am, Nate H wrote: > > I am trying porting gingerbread on mini6410(s3c6410 inside). And I use > N

Re: Fwd: [android-porting] Downloading Linux kernel meant for Android

2011-03-16 Thread Nate H
use command 'git branch' On Thu, Mar 17, 2011 at 9:26 AM, Lay wrote: > Thank you for all the helpful replies. I have downloaded the kernel at > kernel/common.git. I tried to find the kernel version which common.git > kernel is based on. I saw several kernel versions. > How do I know which kernel

Re: [android-porting] Re: solar tracking system using android OS

2011-03-21 Thread Nate H
What is arm processor in your FPGA? If it is arm7 or arm9, I don't suggest your to porting Android on it. Because you need modify many things on it. On Tue, Mar 22, 2011 at 5:20 AM, Tez wrote: > what is the config of the FPGA? if you are an android beginner, why > dont you invest time in learnin

[android-porting] Re: s3c6410 Gingerbread port

2011-04-19 Thread Nate H
wrote: > Nate, > > Which board are you targetting? I am using the LinkSprite LS6410. It must > be the same at the Real6410 though. All the archives look like they come > from that project. > > I have a kernel that compiles. Today I hope to verify that it runs with an > older

Re: [android-porting] Re: any one porting android 2.3 success on samsung s5pc100?

2011-05-23 Thread Nate H
Samsung has release some kernel code. You can find it here http://git.kernel.org/?p=linux/kernel/git/kki_ap/linux-2.6-samsung.git;a=summary On Tue, May 24, 2011 at 2:16 AM, A Curtis wrote: > > is there any one porting android 2.3 success on samsung s5pc100? > > I'am porting linux2.6.35 but there

Re: [android-porting] Re: FATAL EXCEPTION IN SYSTEM PROCESS: AlarmManager

2011-06-07 Thread Nate H
Hi Subnike: I didn't port RTC driver to kernel, so I get this error. After I fix it, my board works fine now. Hope this will help you. On Wed, Jun 8, 2011 at 12:04 AM, Brian Lee wrote: > Hi Nate: > > I tried to porting Android from Froyo to Gingerbread and had the same > issue