[android-porting] gps driver

2011-01-14 Thread sathya
Hi all I m writing a GPS driver with spi interface for ublox nao-6G.. Please guid me.. As i m a begineer ThanksRegards Sathyavathi -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] GPS-Driver: Permission denied

2010-11-16 Thread Dudero
Hello, I'm in Integration a GPS driver into my Android (2.1) and always get the following error message: Permission denied from: do { state-fd = open( /dev/s3c2410_serial0, O_RDWR ); } while (state-fd 0 errno == EINTR); if (state-fd 0) { LOGE(could not open gps serial

Re: [android-porting] GPS-Driver: Permission denied

2010-11-16 Thread Deva R
did u try changing ownership of the device? chown radio /dev/s3c2410_serial0 (from openmoko http://activationrecord.net/radekp/openmoko/android/init.rc ) On Tue, Nov 16, 2010 at 8:56 PM, Dudero sinfanh...@googlemail.com wrote: Hello, I'm in Integration a GPS driver into my Android (2.1)