Re: [android-porting] The Android display on beagleboard doesn't show

2010-01-07 Thread Mark Wang
there should something wrong on your fb driver. below is the information from your log: omapfb: configured for panel omap3evm omapfb: DISPC version 3.0 initialized FUCKYOU!!! FUCKYOU!!! FUCKYOU!!! Console: switching to colour f

Re: [android-porting] Greeting

2010-01-06 Thread Mark Wang
Nice to have you information. Not a veteran just have some experience on embedded Linux and Android. ^_^ On Tue, Jan 5, 2010 at 7:56 PM, 周毅敏 wrote: > Nice to see you. > Are an veteran of porting android? > > > -- > unsubscribe: > android-porting+unsubscr...@googlegroups.com > website: http:

[android-porting] Re: How to customize android by creating a new target product definition

2009-06-14 Thread Mark Wang
I remember there is a document in PDK directory describing how to add a new product definition, you can have a check on it. the PDK is generated after you have made a building. Good Luck! On Sat, Jun 13, 2009 at 6:53 PM, Elvis Dowson wrote: > > Hi, > If I edit the /build/core/main.mk file

[android-porting] Re: Porting Android to Samsung F480 Tocco (Touchwiz)

2009-05-25 Thread Mark Wang
you are right. it is unnecessary to port android to F480 with expection of interest or F480 hacking. On Sat, May 23, 2009 at 4:44 PM, nota wrote: > > Status update: > > I am not working on this. In fact, did not even start because of the > lack of info. Besides, comparing the HW specs of both ph

[android-porting] Re: Data folder empty

2009-05-25 Thread Mark Wang
For android, data is one of its partition with mmap support, which is mounted during init stage. you can have a check on init.rc. On Sat, May 23, 2009 at 2:33 PM, shridhar wrote: > > Hi experts, > > I am quiet new to Android. > > I have ported Android on AT91SAM9263-ek and I am accessing my Andr

[android-porting] Re: [android-porting]About RILD system

2009-05-21 Thread Mark Wang
yes, I also have the same question as Ayi. Anyone have the answer? On Tue, May 19, 2009 at 8:05 PM, Johnny Song wrote: > > > On Wed, May 20, 2009 at 2:08 PM, Michael Trimarchi < > trimar...@gandalf.sssup.it> wrote: > >> >> Song Johnny wrote: >> > to be more, I wonder service layer will keep con

[android-porting] Re: Touchscreen Driver Issues on PXA platform

2009-02-20 Thread Mark Wang
for Android, during the startup and initialization, Android will scan the devices listed in /dev/input/ and open them. So I think it shouldn't be caused by Android. In kernel, the input devices registered successfully will be displayed in /dev/input. As your information output, you should check yo

[android-porting] Re: Can I use generic/ramdisk.img for my target board?

2009-02-10 Thread Mark Wang
9357 > -- > > *From:* android-porting@googlegroups.com [mailto: > android-port...@googlegroups.com] *On Behalf Of *Mark Wang > *Sent:* Tuesday, February 10, 2009 12:36 AM > *To:* android-porting@googlegroups.com > *Subject:* [android-porting] Re: Can I use generi

[android-porting] Re: Can I use generic/ramdisk.img for my target board?

2009-02-10 Thread Mark Wang
it depends on the File system configuration of your board. ramdisk.img is the root FS with ramdisk format. system.img and data.img will be mounted under /system, /data by default. Of course, images will be built by the cross-compilers attached the Android package. ABI will ensure the system call

[android-porting] Re: Porting on msm7225

2009-01-23 Thread Mark Wang
where is you /data? this partition must support mmap functionality. Meanwhile, check the existence of cache and other directories in /data, which is created during the 1st time booting and mandatory for booting. On Thu, Jan 22, 2009 at 6:48 PM, Tom_porting_android < thomas.bandel...@gmail.com> wr

[android-porting] Re: Help: Boot failed when enabled Android_Power in 2.6.24 on Marvell Board

2009-01-16 Thread Mark Wang
e patch of power.c between mydroid/kernel and Angstrom > kernel tree. > > http://pastebin.com/m6f01141c > > But, as you mentioned, ANDROID_POWER may not be a reason of > your problem. dmesg log would be helpful if possible. > > Good luck, > > On 1月16日, 午前10:29, Mark Wang wr

[android-porting] Re: Help: Boot failed when enabled Android_Power in 2.6.24 on Marvell Board

2009-01-15 Thread Mark Wang
Hi, Qingzhan Thanks for your kind reply. And if you are also working on it or interestred in it, I'd like to exchange and communicate more with you ^_^ That's for certainty that there are great difference between 2.6.24's sys and 2.6.25's especially kobject/kset and related APIs, one example is k