[android-porting] Android 4.2.2 camera issue.

2014-07-03 Thread Stefan Ivic
Hi everyone,i am trying to compile 4.2.2 for my device. It's HTC Desire X. But got stuck on one problem,camera. I am getting this in the logcat : > E/HAL ( 141): load: module=/system/lib/hw/camera.msm7627a.so > E/HAL ( 141): Cannot load library: soinfo_link_image(linker.cpp:1673): could

[android-porting] Re: init..rc

2011-02-11 Thread Stefan
> It's not architecture, but board specific. So, I have to delete the goldfish-init and write my board specific file. What do I have to write into e.g. init.myOwnBoard.rc if I "only" want to start Android as I can see it running on the emulator? Do I have to edit the normal init.rc too for this?

[android-porting] init..rc

2011-02-09 Thread Stefan
yes, what shall I write into this file? Regards, Stefan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] How to read boot.strace

2011-02-09 Thread Stefan
4\1ðq\6togyz \1&8KFš\202\16\200\1&8KFš\202OÈ\1\224Vp"..., 37}], 3) = 42 18:32:13.259636 msgget(0x1, 0xbedc9a58, 0x4108e468, 0x4108e4a0) = 0 18:32:13.260658 msgget(0x3, 0xbedc9a58, 0xad080c00, 0) = 0 18:32:13.261734 msgget(0x1, 0xbedc98f8, 0, 0xa9d214e8) = 0 18:32:13.262990 writev(3, [{&q

[android-porting] Re: Debug Message while Boot Up

2011-02-06 Thread Stefan
; and shows no error message. Because of this I want to print more logmessages to find out what the problem at the Start Up is. Is there any chance to do this? Regards, Stefan On 4 Feb., 19:12, arun joseph wrote: > Try increasing loglevel in init.rc > > Regards, > Arun > > On Thu,

[android-porting] Debug Message while Boot Up

2011-02-03 Thread Stefan
Hi all, I want to know if there is the possibility to show me some debug messages while I'm trying to boot android. I've added "service logcat /system/bin/logcat -f /dev/kmsg oneshot" in the init.rc and the system displays some information, but is it possible to show me more details? W

[android-porting] Re: Boot up stuck at "Accepting command socket connections"

2011-02-02 Thread Stefan
Has anyone any idea why android can't get further? Please help, Best regards, Stefan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Boot up stuck at "Accepting command socket connections"

2010-12-08 Thread Stefan
Anyone an idea? Please, I'm stuck with this problem just as the boot up On 8 Dez., 15:32, Stefan wrote: > I'm not sure but maybe a look at my init.rc will help you > understand this error: > > Here it goes: > > on init > > sysclktz 0 > > logle

[android-porting] Re: Needed device nodes

2010-12-08 Thread Stefan
                             return r; > 542<http://git.omapzoom.org/?p=kernel/omap.git;a=blob;f=drivers/video/oma...> >                        } > 543<http://git.omapzoom.org/?p=kernel/omap.git;a=blob;f=drivers/video/oma...> >                } > 544<http://git.omapzoom.or

[android-porting] Re: Boot up stuck at "Accepting command socket connections"

2010-12-08 Thread Stefan
shot service keystore /system/bin/keystore /data/misc/keystore user keystore group keystore socket keystore stream 666 service dumpstate /system/bin/dumpstate -s socket dumpstate stream 0660 shell log disabled oneshot On 8 Dez., 15:25, Stefan wrote: > Hi there, &g

[android-porting] Boot up stuck at "Accepting command socket connections"

2010-12-08 Thread Stefan
Hi there, I'm trying to boot Android on a ARM926EJ-S core. I patched the kernel, extracted system.img, ramdisk.img from emulator and want to start android from a sd card. First I mount the images from sd card: $mount /dev/mmcblk0p1 /media/mmc $mount /dev/mmcblk0p2 /media/mmc/data $mount /dev/mm

[android-porting] Needed device nodes

2010-12-08 Thread Stefan
Hi, I'm wondering if I need special devices nodes in /dev to run Android? At the moment I only have dev/console dev/NULL dev/zero As described in http://elinux.org/Android_on_OMAP I need more to run Android. How can I get them? -- unsubscribe: android-porting+unsubscr...@googlegroups.com we

[android-porting] Re: Booting Android

2010-12-07 Thread Stefan
Can anyone tell me if I'm using the right ramdisk.img?? On 6 Dez., 16:47, Stefan wrote: > According to the error message, is it possible my sd card i am booting > from > is the problem? I use ext2 format as described everywhere, but as it > says > in the error log: >

[android-porting] Re: Booting Android

2010-12-06 Thread Stefan
(empty) sbin (only adbd inside) sys (empty??) system (empty as it should be) etc,tmp and var are missing What I'm doing wrong? Where do I get the files for etc and var from? Looking forward for enlightenment, Stefan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Booting Android

2010-12-02 Thread Stefan
ilton Vera wrote: > Hi Stefan, Freescale provides some patches (kernel 2.6.31) > > 0093-ENGR00117951-2-MX25-Change-default-config-to-enable.patch > 0095-ENGR00117392-MX25-Camera-enhancement-to-support-enc.patch > 0129-ENGR00118562-MX25-Fix-audio-cannot-work-with-sgtl50.patch > 014

[android-porting] Re: Booting Android

2010-12-02 Thread Stefan
s this error I hope this isn't because of my 2.6.33 kernel, but I am really not sure. Thank you Stefan On 2 Dez., 07:32, Stefan wrote: > I use an i.MX25 (ARM926EJ-S) from freescale. It runs > with 400 MHz. I use 128MB DDR RAM and 256 MB NANDFLASH. > > To start up I use following comm

[android-porting] Re: Booting Android

2010-12-01 Thread Stefan
ra wrote: > Give more information about the iMX that you are using. > > []'s > > Hamilton Vera > > > > On Tue, Nov 30, 2010 at 12:15 PM, Stefan wrote: > > Hi alltogether, > > > I use a 2.6.33 Kernel for a i.mx cpu. I've patched the files and >

[android-porting] Re: Booting Android

2010-12-01 Thread Stefan
, Stefan wrote: > Hi alltogether, > > I use a 2.6.33 Kernel for a i.mx cpu. I've patched the files and > drivers described > in :http://www.linuxfordevices.com/c/a/Linux-For-Devices-Articles/Porting... > > Afterwards I set the kernel config as  recommended > inhttp://and

[android-porting] Re: Booting Android

2010-12-01 Thread Stefan
One thing is, I can't find the essential runtime process in the emulator neither. When I start the emulator and run $./adb shell $ps I can see following active processes My question now is: Which process is the one to start up Android? On Nov 30, 3:15 pm, Stefan wrote: > Hi all

[android-porting] Booting Android

2010-11-30 Thread Stefan
from my standart system? Where do I get / How can I build the runtime routine? These questions may seem for you experienced developers maybe a bit stupid but I hope some of you can help me. With best regards, Stefan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: After Kernel patching

2010-11-24 Thread Stefan
Anybody? On 23 Nov., 11:08, Stefan wrote: > How can I get the android filesystem or do I have to build > it on my own? > > On 22 Nov., 14:07, Stefan wrote: > > > Hi, I just patched a 2.6.33 Kernel for android and my hardware (based > > on i.MX25) > > >

[android-porting] Re: After Kernel patching

2010-11-23 Thread Stefan
How can I get the android filesystem or do I have to build it on my own? On 22 Nov., 14:07, Stefan wrote: > Hi, I just patched a 2.6.33 Kernel for android and my hardware (based > on i.MX25) > > My question is now how I can get the needed android image > (can I use anyone availa

[android-porting] After Kernel patching

2010-11-22 Thread Stefan
Hi, I just patched a 2.6.33 Kernel for android and my hardware (based on i.MX25) My question is now how I can get the needed android image (can I use anyone available??) and what is the easiest the way the get it run. Maybe some of u can give a short list?? -- unsubscribe: android-porting+uns

[android-porting] Samsung Blackjack or i600

2009-09-20 Thread Stefan Rusek
I am interested in running android on the Samsung Blackjack or i600. Has anyone tried? Does anyone have any suggestions on where to start porting it hasn't already been done? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: h