[android-developers] Access Sensor from Android Service

2011-06-11 Thread Thisara Rupasinghe
Hi all, I'm trying implement a background service to read data from a sensor and write into SQLite database. Therefore I have implement android service to run this task as a background service. But the problem here is since this is a service i need to extends this from Service class. And then

Re: [android-developers] Re: Magnetic Sensor

2011-04-21 Thread Thisara Rupasinghe
to see details). If you want to get magnetic sensor output then check SensorManager: check http://developer.android.com/reference/android/hardware/SensorManager.html On Apr 20, 12:10 pm, Thisara Rupasinghe thisara...@gmail.com wrote: Hello, When I try to use magnetic sensor it need

[android-developers] Magnetic Sensor

2011-04-20 Thread Thisara Rupasinghe
Hello, When I try to use magnetic sensor it need physical location to find the megnetic strength. But since it is going to measure the magnetic strength why does it need the physical location? Can anybody help me with this. public GeomagneticField (float gdLatitudeDeg, float gdLongitudeDeg,

[android-developers] Need some knowledge on android emulator | Please Help

2010-04-18 Thread Thisara Rupasinghe
Hi All, I'm interested in doing some enhancements to android emulator (implement webcam on emulator). Therefore I'm following the android source and emulators source to get basic understanding the connection between modules. But its really hard to understand it for someone who is new to

[android-developers] Implement Camera Support for Android Emulator using Web Cam

2010-04-17 Thread Thisara Rupasinghe
Hi, I'm interested in implementing the Camera support for Android emulator using webcam. Therefore these days im looking into android emulators source code for get some information regarding this. And I'm thinking of using GStreamer for access webcam. But since this is linux library this wont

[android-developers] Re: [android-kernel] Implement Camera Support for Android Emulator using Web Cam

2010-04-17 Thread Thisara Rupasinghe
. Someone more familiar with QEMU could comment on this. Regards, Karthik Poduval On Sat, Apr 17, 2010 at 11:26 AM, Thisara Rupasinghe thisara...@gmail.com wrote: Hi, I'm interested in implementing the Camera support for Android emulator using webcam. Therefore these days im looking

[android-developers] Re: Build Source on Windows

2010-01-31 Thread Thisara Rupasinghe
Thanks all for your commets... On Fri, Jan 29, 2010 at 10:58 AM, Thisara Rupasinghe thisara...@gmail.comwrote: Hi all, As i know Android source can not be build on Windows. Cant we work that on windows too like its on Mac. Why is this can not build on windows? what are the barriers

[android-developers] Build Source on Windows

2010-01-28 Thread Thisara Rupasinghe
Hi all, As i know Android source can not be build on Windows. Cant we work that on windows too like its on Mac. Why is this can not build on windows? what are the barriers? if there is anyone who is aware of this issue please let me know what we have to do to build this on windows. i would like

[android-developers] Enhancement to Emulator

2010-01-07 Thread Thisara Rupasinghe
Hi all, Im trying to write an application using bluetooth. But using the android emulator, can i try that out. I mean is it emulated that feature(bluetooth). Or even the camera feature. And also if i would like to enhance the capabilities of this emulator can i contribute? Where can i find the

[android-developers] How to load compiled kernel into emulator?

2010-01-04 Thread Thisara Rupasinghe
Hi all, This is basic kind of question, Can we load our own compiled kernel into the emulator? If there is guide or steps for that please give me those links. Thanks for your help. -- Thanks Regards, Thisara. -- You received this message because you are subscribed to the Google Groups

[android-developers] Is there any issues bugs or upgrade to Android kernal?

2010-01-02 Thread Thisara Rupasinghe
Hi all, I'm quite new to android but i have worked with linux, java and open source technologies. These days im studying for Master in Computer Science and i would like to do a research development in this android kernal as my MSc project. If any one of you can guide me to any issue, bug or any

[android-developers] Issue 1151: RFE: Support install of apps on SD cards

2010-01-02 Thread Thisara Rupasinghe
HI all, When i was looking for research project for my MSC i got to know about issue (Issue 1151: Support install of apps on SD cards), rather upgrade which is there for long time. Therefore i would like to know whetherrandiest park that is someone looking into this currently or that is already

Re: [android-developers] Re: Is there any issues bugs or upgrade to Android kernal?

2010-01-02 Thread Thisara Rupasinghe
-developers/msg/518cf98c2c040f13 I suppose there's the issue tracker if you want to look through things on your own: http://code.google.com/p/android/issues/list On Jan 2, 8:29 am, Thisara Rupasinghe thisara...@gmail.com wrote: Hi all, I'm quite new to android but i have worked with linux