All of lore.kernel.org
 help / color / mirror / Atom feed
* android on omap
@ 2008-10-03 14:51 twebb
  2008-10-03 16:38 ` Deacon, Keith
  0 siblings, 1 reply; 11+ messages in thread
From: twebb @ 2008-10-03 14:51 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org Mailing List

I'm using linux-2.6.26 from the l-o git on an omap3 based target, and
have patched it with android-0.9 patch derived as described in various
forums about porting android to real hardware.  I'm also using the android
filesystem and binaries as extracted from 0.9 release.  I can start target and
all seems OK - to a point.  Kernel starts OK, android init starts OK,
all processes appear to start OK.  However, when process
'system_server' starts, screen changes from "ANDROID_" to blank, and
about 45-60 seconds later 'system_server' goes away and process
'zygote' restarts.  When started with strace, I see the error output
below.

Can anyone make any sense of this error/exception?  By the way, the
target does not have network connectivity via USB, but does have it
via ethernet.  Might this be an issue?

Thanks,
twebb

java.lang.RuntimeException: ANDROID_SOCKET_zygote unset or invalid
       at com.android.internal.os.ZygoteInit.registerZygoteSocket(ZygoteInit.java:156)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:461)
       at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NumberFormatException: unable to parse 'null' as integer
       at java.lang.Integer.parseInt(Integer.java:362)
       at java.lang.Integer.parseInt(Integer.java:341)
       at com.android.internal.os.ZygoteInit.registerZygoteSocket(ZygoteInit.java:154)

^ permalink raw reply	[flat|nested] 11+ messages in thread
[parent not found: <906b1beb-5854-44a6-8bcf-9ad9c0a22a35@d45g2000hsc.googlegroups.com>]
* Re: Android on OMAP
@ 2008-05-14 23:47 barban
  0 siblings, 0 replies; 11+ messages in thread
From: barban @ 2008-05-14 23:47 UTC (permalink / raw)
  To: linux-omap; +Cc: dirk.behme

Hi Dirk & all you OMAP experts,
I have reached this mailing list by investigating the very interesting
results you achieved concerning Android on OMAP.

>> The whole Filesystem is about 28MBytes in bz2 format.
>> I don't know where can I upload it. I can not find some place where  
>>   can hold such big file for a long time.
>> I am glad to upload it , if someone has the network storage resources.

I don't know if you have already found a good place for collecting the
stuff related to your work: if not, I would be glad to offer you
network storage as well as other facilities you can need at
www.OpenHandsetDevelopers.com

At the moment, you can find in my site a directory which collects
applications for Android to be used on the emulator and discussion
boards for a community of developers interested in the Android
platform and Android devices.

Do not hesitate to contact me, just in case it can be useful to create  
a specific category/section for your work.

Best regards and enjoy with Android!

Andrea, owner of OpenHandsetDevelopers.com




> skyflame wrote:
>>>> Hi
>>>>
>>>> I move to m5-r14 with both kernel driver and filesystem grabed    
>>>> from the sdk.
>>>> Now, I can enter the homescreen , and the keyboard is also working 8 )
>>>>
>>>> I don't do anything extra than what I am doing on the m3-r14 release.
>>>
>>>
>>> Great! Congratulations! :)
>>>
>>> Do you think you can make the kernel patch (against 2.6.23-omap1?)  
>>>   and the filesystem available somewhere? Then we can link wiki   
>>> page  to it.
>>>
>>> Dirk
>>>
>>>
>>
>> Hi Dirk
>>
>> I was working on a 2.6.21 kernel. For I don't got a working 2.6.23   
>>  kernel on hand.
>> The git tree kernel don't work fine with my omap2430SDP V5.0
>> The PMIC seems not working in the right way, thus the LCD don't run up.
>> So I can not make the diff over 2.6.23 omap1  : (
>
> Okay. I sent my 2.6.23 omap1 Android patch yesterday (seems that it
> didn't reach the list cause of > 100k). If you didn't get it I can
> send it again in private mail. Would be quite nice if you could check
> if there are the same files in it you used.
>
> Anything like
>
> cat my_patch | grep +++ > file1
> cat your_patch | grep +++ > file2
> kdiff3 file1 file2
>
>> The whole Filesystem is about 28MBytes in bz2 format.
>> I don't know where can I upload it. I can not find some place where  
>>   can hold such big file for a long time.
>> I am glad to upload it , if someone has the network storage resources.
>
> As already mentioned yesterday: Same to me ;)
>
> Anybody with ~30-40 MB permanent public storage?
>
> Many thanks
>
> Dirk




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-10-09 23:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-03 14:51 android on omap twebb
2008-10-03 16:38 ` Deacon, Keith
     [not found]   ` <dbdb2ea60810031121q4a4ee20fjbe7a2b420a3e9fea@mail.gmail.com>
     [not found]     ` <36DDB8F8BC2C8F4E98C848C74F03F883141311BA@dlee03.ent.ti.com>
     [not found]       ` <dbdb2ea60810031417o307a4e4h329da2855ea66dd0@mail.gmail.com>
     [not found]         ` <36DDB8F8BC2C8F4E98C848C74F03F8831413145B@dlee03.ent.ti.com>
2008-10-06 21:45           ` twebb
2008-10-06 23:36             ` Deacon, Keith
2008-10-07 12:59               ` Adrian Hunter
2008-10-09 15:08                 ` twebb
2008-10-09 21:17                   ` Deacon, Keith
2008-10-09 22:00                     ` twebb
2008-10-09 23:09                       ` Deacon, Keith
     [not found] <906b1beb-5854-44a6-8bcf-9ad9c0a22a35@d45g2000hsc.googlegroups.com>
     [not found] ` <f6c5b8d90810040640y1f43ac00id1c1a674e3747564@mail.gmail.com>
     [not found]   ` <d340f382-935f-4ce3-8ebe-cf73d3e87a80@l64g2000hse.googlegroups.com>
2008-10-07  4:35     ` Anil Sasidharan
  -- strict thread matches above, loose matches on Subject: below --
2008-05-14 23:47 Android on OMAP barban

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.