[android-porting] Re: Updating cupcake Images to Android Developer Phone

2009-05-01 Thread abhijithvr viju
Thank you Borwei . By follwing the steps in wiki am able to update my ADP and have the SIM in it . On Thu, Apr 30, 2009 at 3:22 PM, borwei hsu borwei...@gmail.com wrote: try this web site http://android-dls.com/wiki/index.php?title=Building_the_HTC_Dream_Platform 2009/4/29 abhijithvr

[android-porting] how to launch terminal emulator apk from new sdk-1.5 (cupcake)

2009-05-01 Thread twebb
Does anyone know how to launch the terminal emulator apk in the new sdk-1.5? I see it listed amongst all the apps in ManageApplications, but can't figure out how to launch it. Thanks, twebb --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] vold vs. mountd

2009-05-01 Thread twebb
I'm using the new sdk-1.5 and see that vold is now used instead of mountd. It appears that volmgr_bootstrap() uses vold.conf, but I don't see that file in the rootdir. Is the format/syntax of vold.conf just like it was for mountd.conf? Can someone add some details as to how to get vold

[android-porting] How to create two TextView without write the XML file?

2009-05-01 Thread rjy...@gmail.com
Hi I will create twi TextView in the main layout, but only last TextView can be showed. My codes: package myapp.helloworld; import android.app.Activity; import android.os.Bundle; import android.widget.TextView; import android.graphics.Color; public class helloworld extends Activity {

[android-porting] Re: How to create two TextView without write the XML file?

2009-05-01 Thread RongJun Ying
Sorry, This need send to development group. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Native Access to System Settings

2009-05-01 Thread steve2641
We have a potential need to add another setting or two in the Settings application and we were hoping to directly access these additional setting values from native HAL code. Is there a native interface to the system settings? Thanks, Steve.

[android-porting] Re: Native Access to System Settings

2009-05-01 Thread Dianne Hackborn
No, sorry. You'll need to have some code running in a process that has access and write java glue and/or IPC to it. On Fri, May 1, 2009 at 1:44 PM, steve2641 steve2...@gmail.com wrote: We have a potential need to add another setting or two in the Settings application and we were hoping to

[android-porting] New Sensors

2009-05-01 Thread tiger
I am adding a new sensor to Android system. One of the feature in the The sensorManager sensorService is listener. My questions are, 1. Will the sensor value report to sensor service by polling? 2. I can't find the any sensor drivers routine report this value to listner? and no driver

[android-porting] Re: how to launch terminal emulator apk from new sdk-1.5 (cupcake)

2009-05-01 Thread swarup
its part of Dev Tools. On May 1, 8:02 pm, twebb taliaferr...@gmail.com wrote: Does anyone know how to launch the terminal emulator apk in the new sdk-1.5?  I see it listed amongst all the apps in ManageApplications, but can't figure out how to launch it. Thanks, twebb