[android-developers] Errors :Consumer closed input channel or an error occurred. events=0x8 & Channel is unrecoverably broken and will be disposed!

2012-01-17 Thread srinivasan shanmugam
Dear All, I'm using the below android application when i run the below sample application when i click the data button after typing the data http://www.ftdichip.com/Drivers/D2XX/D2XXSample/D2XXSample.zip The above android application usage is provided in the TN_134 FTDI Android D2XX Driver pdf(

[android-developers] Debugging native code using eclipse apart from Sequoyah/ndk guide

2012-01-22 Thread srinivasan shanmugam
Dear All, I want to debug my native code by keeping breakpoints in my java code where am calling my native code & by keeping breakpoints in my native code defination. Could any body pls share any appropriate documents with all the necessary steps in how to debug native code by keeping breakpoints

[android-developers] To write & read the data to a file on an SD Card in Android device using android-serial-port api

2012-01-30 Thread srinivasan shanmugam
Dear All, Am new to this android development, could any body please help me in editing the android serial port api for writing & reading data into the file using java file operations such way that the data from serial port is directly written into the file & read from the file on an SD card Kindl

[android-developers] NOt able to clone android-3.3 source code from link https://android.googlesource.com/kernel/common

2012-07-11 Thread srinivasan shanmugam
Dear All, Am not able to clone the android-3.3 source code from the below link, could any body pls help in providing the steps for cloning the android-3.3 source code from the below link https://android.googlesource.com/kernel/common/+/android-3.3/ As the below command throwed me error git

[android-developers] Problem in getting Android source code from Google repo

2011-11-11 Thread srinivasan shanmugam
Hi, As specified in the i.MX Android R9.4 User Guide in section 2. Build Android for i.MX 2.1 Get Android Source Code (Android/Kernel/U-Boot) While getting the Android source code from Google repo, wen i was executing the following step: ubuntu@ubuntu-laptop:~/myandroid$ ./repo init -u git://a

[android-developers] In getting the kernel source code with the tag of 2.6.35.3:

2011-11-11 Thread srinivasan shanmugam
Hi, I am facing the below problem in getting the kernel source code from kernel.org with the tag of 2.6.35.3 ubuntu@ubuntu-laptop:~/IMX_Android$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.35.y.git kernel_imx Initialized empty Git repository in /home/ubuntu/IMX_Androi

[android-developers] Error while installing ADT in sdk manager in linux

2011-11-15 Thread srinivasan shanmugam
Hi, When i was installing ADT in SDK maanager by giving the path of ADT plugin as shwn in the below link http://maketecheasier.com/install-android-sdk-in-ubuntu-karmic/2010/01/11 It was poping up saying, “SDK Platform Tools component is missing!” So i followed the steps given in the below link

[android-developers] Required SPI interface opencv running on Android

2011-11-15 Thread srinivasan shanmugam
Dear All, I got the opencv for Android serial port -api ie., for UART communication in the below link http://code.google.com/p/android-serialport-api/source/checkout Similarly Could you pls get me the link for Android_SPI_api for using SPI interface on IMX_535 qsb on which android is running A

[android-developers] getting errors in http://www.ftdichip.com/Drivers/D2XX/D2XXSample/D2XXSample.zip on android 2.3.3

2011-11-23 Thread srinivasan shanmugam
Hi I am getting the below errors for the code which i have attched in the below link, am not able to resolve the it when i was debugging in the android sdk could ne body pls help me code link: http://www.ftdichip.com/Drivers/D2XX/D2XXSample/D2XXSample.zip Errors: 11-24 10:40:54.462: ERROR/Andro

[android-developers] getting errors in http://www.ftdichip.com/Drivers/D2XX/D2XXSample/D2XXSample.zip on android 2.3.3

2011-11-23 Thread srinivasan shanmugam
Hi I am getting the below errors for the code which i have attched in the below link, am not able to resolve the it when i was debugging in the android sdk could ne body pls help me code link: http://www.ftdichip.com/Drivers/D2XX/D2XXSample/D2XXSample.zip Errors: 11-24 10:40:54.462: ERROR/Andro

[android-developers] android-serialport-api reading from serial port problem

2011-12-02 Thread srinivasan shanmugam
Hi Everyone, I am trying to read data from a serial port in the below given opencv link, I have no problem with sending bytes. Everything works fine. There is a problem when i receive bytes. Every time a read a byte from ttymxc0 something happens and the byte is not only read for the first time it

[android-developers] Problem in getting Android source code from Google repo

2011-12-26 Thread srinivasan shanmugam
Hi, When i was getting android source code by executing the following commands: $ curl http://android.git.kernel.org/repo > ./repo $ chmod a+x ./repo $ ./repo init -u git://android.git.kernel.org/platform/manifest.git -b gingerbread I was facing the below errors could any body kin