[android-porting] Re: Porting Android on Freescale IMX31 board

2009-03-02 Thread Justin
I'm trying to port Android to IMX31_3stack board. Since I'm new to Linux enviroment it bring me quite a bit of confussion. About the final version of android kernel, where should I place it to or should I configure "Choose your Kernel" to kernel directory? Entering "./ltib -c" is there any package

[android-porting] IMX31 warning msg: "unable to open an initial console"

2009-03-11 Thread Justin
Hail to all experts, I'm getting a error message and stopped (msg at bottom) while booting up the system. I have a read through on init\main.c and found the error message pop up right before accessing "/dev/console": if (sys_open((const char __user *) "/dev/console", 0_RDWR, 0) < 0) printk(KE

[android-porting] IMX31 3stack board. Error msg: Warning: unable to open an initial console

2009-03-12 Thread Justin
Hail to all experts, I'm having the error message (bottom). Unlike others mine stopped at line "Warning: unable to open an initial console.". "...mydroid/out/target/product/generic/root" compiled into kernel kernel parameters using "noinitrd android.console=ttymxc1,115200 ip=off". and I have the

[android-porting] Creating YAFFS2 Image

2009-03-16 Thread Justin
Hi all, I'm able to generate CRAMFS and JFFS2 but unable to find a way to generate/convert YAFFS2 Image out of the android file system, could anyone give me some hints? Thank you. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com webs

[android-porting] Re: IMX31 3stack board. Error msg: Warning: unable to open an initial console

2009-03-17 Thread Justin
7:52 am, Rajesh N wrote: > Hi  Justin, > >  What command did u give to  create CRAMFS image? > >  mkcramfs  system/   > > did u follow this? > > Rajesh > > > > On Thu, Mar 12, 2009 at 9:15 PM, Justin wrote: > > > Hail to all experts, > > >

[android-porting] Re: IMX31 3stack board. Error msg: Warning: unable to open an initial console

2009-03-17 Thread Justin
Hi all, Solved please ignore the previous post. Sorry. BR, Xin On Mar 17, 10:33 am, Justin wrote: > Hi all, > > Thanks for the reply. > I'm able to enter the Android OS now. > But I can't bring up the Android shell, tried with android.console in > all sort of w

[android-porting] IMX31 Touch Screen problem

2009-03-18 Thread Justin
input method" on the 1st time I touched the screen. After that there isnt any event nor logcat output on the screen touch. Can anyone please give me some clue? Thank you. Best Regards, Justin --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@g

[android-porting] IMX31 Touch Pad

2009-03-20 Thread Justin
Hi all, Joyfully I got the android ported few days ago. But I'm having problem with touch pad. With Android emulator there is couple of major buttons: Receive call, Menu, Reject call, Up, Down, Left, Right, Enter On my IMX31-3stack board SDK there is 9 buttons (excluding the power button) set u

[android-porting] IMX31 keypad issue

2009-03-31 Thread Justin
ill be greatly appreciate! Thank you Best Regards, Justin --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

Re: [android-porting] Porting problem on SMDKC100~~system kernel panic

2009-12-24 Thread Justin Lee
WoW, This link will be helpful for your S5PC100 porting and sensor related stuff. http://dev.odroid.com/projects/android/ Download the full source code of Odroid and compare it with your code. 2009/12/24 WoW > Hi All, > > I added a sensors.so library to

Re: [android-porting] make Android to support multi displays architecture

2009-12-24 Thread Justin Lee
Hi~ If you see this link, there is a video demo shows dual display(LCD+HDMI). http://www.linuxfordevices.com/c/a/News/HardKernel-Odroid/ I'm not sure whether you are asking that kind of display. If yes, you can refer this link to get the full source code via this link. http://dev.odroid.com/proje

Re: [android-porting] Re: Target suggestion to port Android

2010-01-18 Thread Justin Lee
I would like to introduce this ugly guy. It has 833Mhz Cortex-A8 CPU and pre-installed Android with hardware 3D/2D accelerators. You can access full source code from here. http://dev.odroid.com/ This article is also helpful. http://www.linuxfordevices.com/c/a/News/HardKernel-Odroid/ On Tue, Jan