[android-porting] Re: OESF - Porting CUPS to Android

2013-09-23 Thread wei ke
Hello espanola Are you solve these problem ? 在 2010年12月13日星期一UTC+8下午1时07分27秒,espanola写道: Hi all, We are OESF Lab which are porting CUPS on Android and using Foomatic with Foo2xqx driver. It is an open source work which belong to OESF (www.oesf.biz) We got some problem and need some

Re: [android-porting] Re: porting CUPS to android

2013-09-20 Thread wei ke
Dear All, I have ported USB Printer framework from OESF to Android(ICS), but I don't know how to get .ppd file like HP-LaserJet-P1006.ppd. this is the laster step to make my printer work. after that I shall share every detail about my work 在 2013年2月23日星期六UTC+8上午4时00分00秒,Felipe Nipo写道: I

Re: [android-porting] Re: porting CUPS to android

2013-01-18 Thread wei ke
Hi,Sang, OESF Lab port CUPS to EM3.2, but we can not find the source code about EM3.2, We download embedded-master-arm and OHA-Android-2.2_r1.1 from github: https://github.com/OESF but there's no any source code about CUPS and Printer. Would you please tell us where to get EM3.2, thank you!

[android-porting] Re: sensors.h file descripter help

2009-08-20 Thread Ke
(1) return result; } On Aug 18, 6:33 pm, Ke keke...@gmail.com wrote: I am in the process of writing the sensor glue for the os4000-t digital compass/accel device. This reports nmea style string via TTL. I have modeled my file after sensors_qemu.c example. I have it working partially

[android-porting] Re: sensors.h file descripter help

2009-08-20 Thread Ke
the if conditional. ctl-fd = open_sensors_phy(); just that works great. On Aug 20, 8:50 am, Ke keke...@gmail.com wrote: Some code snippets, Seem to have trouble getting a valid fd the second time around. I suspect I am doing something wrong with dupping the fd or not using select properly

[android-porting] sensors.h file descripter help

2009-08-18 Thread Ke
I am in the process of writing the sensor glue for the os4000-t digital compass/accel device. This reports nmea style string via TTL. I have modeled my file after sensors_qemu.c example. I have it working partially. The first process which tries to use SensorManager is able to receive

[android-porting] Possible VOLD mounting bug with SDIO card mounted to MMC

2009-07-17 Thread Ke
My platform is the Overo Fire. Solution further down. The sd slot and wireless/bluetooth are both connected to the mmc interface at: /sys/class/mmc_host/mmc0 and /sys/class/mmc_host/mmc1 the sd card located at mmc0 bootstraps just fine. When VOLD attempts to also bootstrap mmc1, segfault