[android-developers] Incoming Call

2010-01-28 Thread DAVIDT
Hi All

I have  one activity that capture when exist active call.
How to can active the speaker programatically ?
How to can active option  mute and option hold programatically ?

Thanks
David

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] character chinese or korea

2010-01-30 Thread DAVIDT
Hi All

How do can have in my string.xml,  characters chinese or korean. Is it
possible?

Thanks
David

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] How to close one task in special

2010-02-02 Thread DAVIDT
Hi All

How to close one task in special.

I can see the task with

ActivityManager manager =  (ActivityManager)this.getSystemService
(ACTIVITY_SERVICE );  ;
List list = manager.getRunningTasks(10);
if (list.get(1).baseActivity.getShortClassName().equalsIgnoreCase
("."))

thanks
David

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Google Docs

2010-02-07 Thread DAVIDT
Hi All

How to read the info from spreadsheets from GoogleDoc. I need read the
info from cells and save to database.

Thanks
David

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] xls to sqllite

2010-02-09 Thread DAVIDT
Hi all
Did any one tried export the table  into .xls file.
Using this .xls file, I planned to insert the data in sql lite
thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] android play youtube

2010-02-11 Thread DAVIDT
Hi All

Is possible play video from youtube with url using MediaPlayer

Thanks
David

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Question about Bluetooth

2010-02-21 Thread DAVIDT
Hi all

Is Possible that can detect when the device bluetooh anteriorly
detected is disconnected without have that scanning with
startDiscovery()  again.

I developed one service that review periodically if one device
specific  bluetooth is connected or no.  I will want avoid that
battery from headset is consumed  very soon.

Thanks
David

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Send Mail with HTML format

2010-02-26 Thread DAVIDT
Hi All

Is possible sent email with html format.

String[] mailto = { email };
// Create a new Intent to send messages
Intent sendIntent = new Intent(Intent.ACTION_SEND);
// Add attributes to the intent
sendIntent.putExtra(Intent.EXTRA_EMAIL, mailto);
sendIntent.putExtra(Intent.EXTRA_SUBJECT,subject);
sendIntent.putExtra(Intent.EXTRA_TEXT,body);

//sendIntent.setType("text/plain");
//sendIntent.setType("message/rfc822");
sendIntent.setType("text/html");

startActivity(Intent.createChooser(sendIntent, "Send mail ..."));
finish();

It no sent email in format html . some alternative

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Block Switch App

2009-12-09 Thread DAVIDT
Hi All

I want to block the functionality switch between Applications in
my Activity. Is it possible ?

Thanks
David

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] hide activity from the task manager

2009-12-09 Thread DAVIDT
Hi all
How to hide activity from the task manager. Is it possible ?
Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] How to disallow task switching

2009-12-10 Thread DAVIDT
Hi All,
How to disallow task switching? It is possible
Thanks
David

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] cell triangulation

2009-12-20 Thread DAVIDT
Hi All

How to implement cell triangulation in android ?

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Bluetooth

2009-12-20 Thread DAVIDT
Hi All,

How to detect the bluetooths device found?

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] how voice recognition in android

2009-12-22 Thread DAVIDT

Hi Friends,

I want to know that how voice recognition in android works? Which
library it uses for voice recognition?

regards
David

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] upgrade my G1 to android 2.0

2010-01-08 Thread DAVIDT
Hi All
I want to upgrade my G1, which is currently running on andriod 1.6, to
andriod 2.0 or 2.1. Is it possible?
Thanks
David
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Search AndroidMarket from my app

2010-01-17 Thread DAVIDT
Hi All

How to go to Search AndroidMarket from my app?

Thanks
David
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en