[android-porting] Please suggest some dev board

2011-07-04 Thread Mehran
We are planning a custom Android solution of our own. with following requirements 0. WE MAKE OUR CUSTOMIZED HARDWARE; i mean, is there some valuable hardware design in docs in their package?? So that we can clone 1. [free GPIOs] available, if we want to add our own hardware. 2. Full 'source code

[android-porting] Re: 6410 IDEA; kernel2.6.29; USB-SLAVE not working

2011-06-30 Thread Mehran
Please see the messages [2.270750] [S3C USB-OTG MODE] : DMA [2.272865] +++android_bind [2.272904] +++android_bind 1 [2.274441] [ADB_UMS] string_dev = S3C6410 Android [2.279397] [2.291475] mass_storage_function_add [2.296947] android_usb gadget: Number of LUNs=1 [2

[android-porting] 6410 IDEA; kernel2.6.29; USB-SLAVE not working

2011-06-30 Thread Mehran
Dear all, im trying to port 6410 idea on android kernel, but the USB slave do not work with a pc. When i connect the board to pc, the windows shows the error message stating that the device is not recognised. Can someone help in the following regards. >Some latest kernel code for 6410Idea board.

[android-porting] Re: Arabic Support in FROYO

2010-12-17 Thread Mehran
:21, Mehran wrote: > > > hi all, i want to add arabic support in my froyo code. > > Can anyone tell me how? > > I have used eclair modded libs and they worked on that. > > > Can someone suggest code for arabic moded LIBWEBCORE AND LIBSKIA > > Try the patches integr

[android-porting] Arabic Support in FROYO

2010-12-16 Thread Mehran
hi all, i want to add arabic support in my froyo code. Can anyone tell me how? I have used eclair modded libs and they worked on that. Can someone suggest code for arabic moded LIBWEBCORE AND LIBSKIA -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/g

[android-porting] BMA150 Accelerometer Eclair 2.1

2010-10-18 Thread Mehran
1. My kernel driver for BMA150 is working. 2. Also, sensors.default.lib latest for BMA150 is working 3. I can access accelerometer in application. and can read accel data from it. my problem is that, the builtin OS module SETTINGS>SOUND N DISSPLAY>ORIENTATION; when checked, do not work. any help?

[android-porting] Re: tslib integration

2010-09-24 Thread Mehran
I have ported TSLIB for android 2.1 Everything seems to be ok, but touch dont work cause i cant calibrate. on ts_calibrate. the code flow is ok down to raw_input_read. but here, the pressure is always 0. I have tried my best to make changes and debug the code, but still the pressure comes 0 always

[android-porting] how to install / configure TSLIB on UBUNTU for android

2010-09-22 Thread Mehran
dear all, i have put tslib in /external folder. can some one refer some full path to follow for the installation, autogen and ./configure im new to ubuntu and these things are very hard to understand. i dont have any docs. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

[android-porting] TSLIB android 2.1

2010-09-19 Thread Mehran
im trying to add touch calibration. NOW Touch is not working at all. please help\ Have ported tslib, framework and did changes in EventHub.cpp Exported following variables in init.rc export TSLIB_TSDEVICE /dev/input/event1 export TSLIB_CALIBFILE /etc/pointercal export POINTERCAL_FILE /etc/poin

[android-porting] TSLIB android

2010-09-05 Thread Mehran
it in my build. Thanks n Regards, Mehran -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Touch Calibration in Android 2.1

2010-09-05 Thread Mehran
ibration > > -- Ashwin > > > > On Fri, Sep 3, 2010 at 11:41 AM, Mehran wrote: > > What does that means? i cant do thetouchcalibrationin 2.1? If there > > is some proper way to gettouchcalibration, please let me know, im > > stuck badly. My TA

[android-porting] Re: Touch Calibration in Android 2.1

2010-09-03 Thread Mehran
, Mehran Gul On Sep 3, 6:19 pm, Ashwin Bihari wrote: > I ported TSLIB support for Android 1.6 and have taken that and ported > it to Android 2.1 but haven't gotten around to pushing out those > changes out yet..will do that soon.. > > Regards > -- Ashwin > > > > On

[android-porting] Touch Calibration in Android 2.1

2010-09-03 Thread Mehran
Hay there, I am developing android 2.1 for our custom smdk6410 board. My problem is TOUCHCALIBRATION support in driver and application. in android 1.5 somone made some custom things in '/android/frameworks/ base/services/java/com/android/server/inputdevices.java' to read calibration data from file