Re: [android-developers] ICS's Holo Theme

2012-03-07 Thread Zsolt Vasvari
Here's a screen capture: On Thursday, March 8, 2012 3:32:37 PM UTC+8, Zsolt Vasvari wrote: > > Nope, on a Galaxy Nexus, Android 4.0.2, it's green. > > On Thursday, March 8, 201

Re: [android-developers] ICS's Holo Theme

2012-03-07 Thread Zsolt Vasvari
Nope, on a Galaxy Nexus, Android 4.0.2, it's green. On Thursday, March 8, 2012 3:28:13 PM UTC+8, Romain Guy (Google) wrote: > > The green highlight was in Honeycomb (Android 3.0), ICS should be blue. > > On Wed, Mar 7, 2012 at 9:38 PM, Zsolt Vasvari wrote: > > Hello, > > > > I have two stock Ice C

Re: [android-developers] Re: Google Play

2012-03-07 Thread Nikolay Elenkov
On Thu, Mar 8, 2012 at 4:15 PM, Michael Leung wrote: > I like the name, "Market" more. > Really :) 'Play Store' hurts my eyes every time I open The App Formerly Known as the Android Market... (TAFKAM?) -- You received this message because you are subscribed to the Google Groups "Android Develop

Re: [android-developers] ICS's Holo Theme

2012-03-07 Thread Romain Guy
The green highlight was in Honeycomb (Android 3.0), ICS should be blue. On Wed, Mar 7, 2012 at 9:38 PM, Zsolt Vasvari wrote: > Hello, > > I have two stock Ice Cream Sandwich devices: a Galaxy Nexus and Motorola > Xoom, both with official Google ROMs. > > But, on my Xoom, the checkbox/radio button

[android-developers] Video for app page

2012-03-07 Thread Giuseppe
Someone can suggest a software to make good video presentation of my app? I have no experience in video builders, so looking for some software that completely build a good video to introduce my app. -- You received this message because you are subscribed to the Google Groups "Android Developers

[android-developers] Re: Image on external storage

2012-03-07 Thread bt
Nobody can help me? On Mar 5, 12:39 pm, bt wrote: > Hi, > > I would like to display an image from external storage which is 72x72 > px. > My device has high density. > The image view height and width are "wrap_content". > > I got different results if I load the image or use an URL. > > If I use a

[android-developers] How to Bring APN Settings Activity from a Non-Activity Class

2012-03-07 Thread Vikas KM
Hi All, I am trying to bring up the APN settings activity through a Non-activity class.. Intent mIn = new Intent(Intent.ACTION_VIEW); *mIn.setClassName("com.android.settings","com.android.settings.APN_SETTINGS"); //APN_SETTINGS* mIn.addFlags(Intent.FLAG_ACTIVI

Re: [android-developers] Re: Google Play

2012-03-07 Thread Michael Leung
I like the name, "Market" more. On Thu, Mar 8, 2012 at 3:14 PM, Nathan wrote: > > > On Mar 7, 1:53 am, Anirudh Loya wrote: > > Pent Check out.. > > > > http://www.thefreedictionary.com/play > > > > Despite the large variety of definitions in that dictionary, I don't > see that any of them answe

Re: [android-developers] Re: Disabling cut copy paste menu on edittext

2012-03-07 Thread ashiq sayyad
Thank,, But is it possible to get that callback in the appliction?? On 8 March 2012 12:14, Zsolt Vasvari wrote: > Doubtful, and I, as an end user, would be pretty pissed if I couldn't > copy/paste just because I developer thought I didn't need to. > > > On Thursday, March 8, 2012 2:41:47 PM UTC

[android-developers] Re: Disabling cut copy paste menu on edittext

2012-03-07 Thread Zsolt Vasvari
Doubtful, and I, as an end user, would be pretty pissed if I couldn't copy/paste just because I developer thought I didn't need to. On Thursday, March 8, 2012 2:41:47 PM UTC+8, ashiq sayyad wrote: > > HI, > > Hope all doing well.. > > In android,if we long press any edittext widget,menu with >

[android-developers] restartPackage("some package name") api not working on device

2012-03-07 Thread ashiq sayyad
Hi, Hope all doing well. I am trying to use following api to restart package.It is working on emulator but it is not working on device.. android.app.ActivityManager am = (ActivityManager)context.getSystemService(Context.ACTIVITY_SERVICE); am.restartPackage("some packagename"); Thanks & Regar

[android-developers] Disabling cut copy paste menu on edittext

2012-03-07 Thread ashiq sayyad
HI, Hope all doing well.. In android,if we long press any edittext widget,menu with cut,copy .paste will be popped up. Is there any way to stop that via code for all edittext widgets in the application Thanks & Regards, Ashiq Sayyad -- You received this message because you are subscribed to t

[android-developers] Re: WI-FI Direct Sample Code

2012-03-07 Thread sahiti
Hi, I am unable to get the WiFiDemo work. Can you please help me with the issue. My logcat shows "Unable to instantiate activity ComponentInfo{com.example.android.wifidirect/ com.example.android.wifidirect.WiFiDirectActivity}: java.lang.ClassNotFoundException: com.example.android.wifidirect.WiFiD

[android-developers] Re: Help about understanding screen size/density

2012-03-07 Thread Zsolt Vasvari
Put it into NODPI and let the system scale it for you. On Thursday, March 8, 2012 3:48:14 AM UTC+8, Alik Elzin wrote: > > Hi. > I have a problem understanding how to match a full screen background image > (the resource) to the correct folder (drawable-what). > Example: If I have a 480x800 pixel

[android-developers] Re: How to format a String in an email

2012-03-07 Thread Zsolt Vasvari
"is there something special I need to do other than that?" Yes, learn how to properly ask a question. -- 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 f

[android-developers] How to format a String in an email

2012-03-07 Thread ravi .
I'm trying to send an email in Java but when I read the body of the email in Outlook, it's gotten rid of all my linebreaks. I'm putting \n at the ends of the lines but is there something special I need to do other than that? Thanks -- You received this message because you are subscribed to the G

[android-developers] Re: Android Design Preview

2012-03-07 Thread Zsolt Vasvari
Yes, I was successful. On Thursday, March 8, 2012 1:27:01 PM UTC+8, Anirudh Loya wrote: > > Hey Guys, > > Off late I was trying to use Android Design Preview tool but unsuccessful. > > Pls check the link. > http://www.engadget.com/2011/12/03/android-design-preview-simplifies-app-mockups-developer

[android-developers] ICS's Holo Theme

2012-03-07 Thread Zsolt Vasvari
Hello, I have two stock Ice Cream Sandwich devices: a Galaxy Nexus and Motorola Xoom, both with official Google ROMs. But, on my Xoom, the checkbox/radio button highlight colors are BLUE, while on the Galaxy Nexus, it's GREEN. What gives? I thought we could count on the Holo theme to be cons

[android-developers] Re : spinner from HttpPost

2012-03-07 Thread vivek elangovan
Hi members, Using HttpPost i am able to retrieve the following data in my response Chennai Trichy Madurai Now i need to pass these values into my spinner i m getting the following error The method createFromResource(Context, int, int) in the type Ar

[android-developers] Android Design Preview

2012-03-07 Thread Anirudh Loya
Hey Guys, Off late I was trying to use Android Design Preview tool but unsuccessful. Pls check the link. http://www.engadget.com/2011/12/03/android-design-preview-simplifies-app-mockups-developers-lives/ *Does anyone in the group started using it? If yes pls share your experiences. * Thank you

[android-developers] Re: Google Play

2012-03-07 Thread Nathan
On Mar 7, 1:53 am, Anirudh Loya wrote: > Pent Check out.. > > http://www.thefreedictionary.com/play > Despite the large variety of definitions in that dictionary, I don't see that any of them answer Pent's question. I think that proves his point pretty well. Nathan -- You received this messa

Re: [android-developers] Looking for a good canvas/image processing reference

2012-03-07 Thread Jim Graham
On Wed, Mar 07, 2012 at 10:56:36AM -0600, Jim Graham wrote: > On Wed, Mar 07, 2012 at 06:51:10PM +0200, Yaron Reinharts wrote: > > On 03/07/2012 05:51 PM, Jim Graham wrote: > > >I am looking for suggestions for a detailed reference or tutorial > > >on image processing (diffusion, and possibly other

Re: [android-developers] Control colors in openGL

2012-03-07 Thread Yang Bo
OpenGL is a state machine,when you dont need the texture,try to disable it before draw other primitives. Regards! Bo Yang -- Sent from my Android! 在 2012-3-8 上午12:07,"Rikki" 写道: > Hi, > > Want to draw bars of different colors. The background(bitmap image) > for each bar is same but the foregroun

Re: [android-developers] Re: Does a device have Wi-Fi or not?

2012-03-07 Thread Mark Murphy
That's a fine question to ask over on the MOTODEV support boards, as you stand a better chance of getting an actual Motorola response. On Wed, Mar 7, 2012 at 7:55 PM, RLScott wrote: > I just got confirmation that my software is failing to detect the > presence of wi-fi capability in a Motorola Dr

[android-developers] Re: Does a device have Wi-Fi or not?

2012-03-07 Thread RLScott
I just got confirmation that my software is failing to detect the presence of wi-fi capability in a Motorola Droid Bionic, which obviously does have wi-fi capability. So why is PackageManager.hasSystemFeatures(PackageManager.FEATURE_WIFI) failing to report this? -- You received this message beca

[android-developers] Database design

2012-03-07 Thread joel witherspoon
I'm writing an app with a local SQLite DB stored on the device and I wanted to periodically have the app write data to a database located on a web host or Amazon's EC2. EC2 (e.g.) will store numbers from multiple users databases into one database, then crunch numbers from that database and sto

[android-developers] Re: Android Beam demo on PC

2012-03-07 Thread goodline
Hi Chris, I just copied the solution for the java problem from http://stackoverflow.com/questions/1678122/must-override-a-superclass... I myself don't understand what this line ("This byzantine menu / dialog interface is typical of Eclipse's poor UI design. ") means in the original post! Sorry for

[android-developers] relationship of compound button in on checked change to others things

2012-03-07 Thread Ray Tayek
hi, what is relationship of compound button in on checked change to other things? like the radio buttons, the radio group, the layout that the group is in. i am putting id's into these and am getting a zero for the id in the compound button when the on checked change listener is called? is t

[android-developers] Help about understanding screen size/density

2012-03-07 Thread Alik Elzin
Hi. I have a problem understanding how to match a full screen background image (the resource) to the correct folder (drawable-what). Example: If I have a 480x800 pixels background image that should fill the whole screen, what folder does it belong? And why? (I couldn't find it in the documentati

[android-developers] intent-filter

2012-03-07 Thread bob
For some reason, when my intent-filters are like so, my App doesn't launch automatically when I try to debug it: Any ideas why this is? I'm doing more than just MAIN and LAUNCHER because the app needs

[android-developers] Re: Help me on selecting a name to a game..

2012-03-07 Thread Fred
Nobody? :) Its just to choose the better names and confirm.. Thanks! Fred On 6 mar, 23:01, Fred wrote: > Hi Everybody, > > I'm developing a android game and i'm urgently needing to define a > name to this game.. can you help on choosing the name? > > If you have 1 minute to check it up, please

Re: [android-developers] Location.getspeed always returns Zero

2012-03-07 Thread TreKing
On Wed, Mar 7, 2012 at 11:45 AM, T.M.S.VIJAYKUMARR wrote: > Hi, "hasSpeed()" always returns "false" > Well, there you go. You didn't answer "How are you testing this?" - TreKing

Re: [android-developers] Location.getspeed always returns Zero

2012-03-07 Thread T.M.S.VIJAYKUMARR
Hi, "hasSpeed()" always returns "false" On Wed, Mar 7, 2012 at 11:12 PM, TreKing wrote: > On Wed, Mar 7, 2012 at 11:35 AM, T.M.S.VIJAYKUMARR < > iamvijayaku...@gmail.com> wrote: > >> While I'm testing the functioon that returns speed location.getSpeed() >> ,return value always equals to Zero. >

Re: [android-developers] Updating from within app

2012-03-07 Thread TreKing
On Wed, Mar 7, 2012 at 11:37 AM, Bpn wrote: > Is there a way to prompt the user for a new update, and update > the application from within the app without ever going to the > android market? > Sure, maintain a server that have the update information and updated APK, then download and install it.

Re: [android-developers] Location.getspeed always returns Zero

2012-03-07 Thread TreKing
On Wed, Mar 7, 2012 at 11:35 AM, T.M.S.VIJAYKUMARR wrote: > While I'm testing the functioon that returns speed location.getSpeed() > ,return value always equals to Zero. How are you testing this? Have you check the value of "hasSpeed()", as per the documentation? --

[android-developers] Updating from within app

2012-03-07 Thread Bpn
Is there a way to prompt the user for a new update, and update the application from within the app without ever going to the android market? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develo

[android-developers] Location.getspeed always returns Zero

2012-03-07 Thread T.M.S.VIJAYKUMARR
Hi Friends, While I'm testing the functioon that returns speed location.getSpeed() ,return value always equals to Zero. any solution friends? -- - Thanks & Regards, T.M.S.VIJAYKUMARR BloG:http://iamvijayakumar.blogspot.com/ -- You received this message because you are subscribed to t

[android-developers] Re: Strange Galaxy

2012-03-07 Thread Alessandro Pellizzari
Il Wed, 07 Mar 2012 09:14:41 -0800, bob ha scritto: > I have a Samsung Galaxy Tab that does not have an SD card. However, it > does have the directory /mnt/sdcard, and it lets me put stuff there. > Anyone know how this works? Alla Galaxys (phones and tablets) have an internal (soldered on the m

[android-developers] out of memory bitmap exceeds VM budget - on Rotation - Theme background reference guilt??

2012-03-07 Thread Bluemercury
So i was having this error after some rotations were made. After this i used the onDestroy method do get rid of drawables: @Override protected void onDestroy() { super.onDestroy(); *unbindDrawables*(findViewById(android.R.id.content).getRootView()); System.gc(); Runtime.getRuntime().gc(); }

[android-developers] Lock screen Android

2012-03-07 Thread Marwa Abayed
How can i lock screen with password programmatically . 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-dev

[android-developers] Strange Galaxy

2012-03-07 Thread bob
I have a Samsung Galaxy Tab that does not have an SD card. However, it does have the directory /mnt/sdcard, and it lets me put stuff there. Anyone know how this works? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos

Re: [android-developers] Looking for a good canvas/image processing reference

2012-03-07 Thread Jim Graham
On Wed, Mar 07, 2012 at 06:51:10PM +0200, Yaron Reinharts wrote: > On 03/07/2012 05:51 PM, Jim Graham wrote: > >I am looking for suggestions for a detailed reference or tutorial > >on image processing (diffusion, and possibly other special effects > >such as the equivalent of star filters, difracti

Re: [android-developers] Looking for a good canvas/image processing reference

2012-03-07 Thread Yaron Reinharts
On 03/07/2012 05:51 PM, Jim Graham wrote: I am looking for suggestions for a detailed reference or tutorial on image processing (diffusion, and possibly other special effects such as the equivalent of star filters, difraction filters, etc.). Does anyone have any suggestions? I'm guessing that t

[android-developers] Re: Possible race condition whlie installing an application

2012-03-07 Thread Rainer
Happens for me too. Any insight would be appreciated. Running 4.0.3 on Nexus S. On Jan 21, 2:15 pm, Nikolay Elenkov wrote: > On Sat, Jan 21, 2012 at 7:36 AM, Kostya Vasilyev wrote: > > I just got an interesting exception on my Galaxy Nexus while doing the usual > > change-compile-debug cycle wit

[android-developers] Re: adding radio buttons to a popup window. (fixed)

2012-03-07 Thread Rikki
You can try customizing Dialog. See http://developer.android.com/guide/topics/ui/dialogs.html#CustomDialog -Rikki On Mar 7, 7:53 am, Ray Tayek wrote: > At 09:00 PM 3/6/2012, you wrote: > > >,,, the radio buttons work fine when added to the main layout. but > >when i add them to the popup window

[android-developers] Control colors in openGL

2012-03-07 Thread Rikki
Hi, Want to draw bars of different colors. The background(bitmap image) for each bar is same but the foreground color needs to be different. And also the color is to be filled on top of the bar just like a progress bar. Here is my code snippet. Progress object share same vertex buffer but a littl

Re: [android-developers] adding radio buttons to a popup window.

2012-03-07 Thread TreKing
On Tue, Mar 6, 2012 at 11:00 PM, Ray Tayek wrote: > when i add them to the popup window and attempt to display the popup, i > don't see anything (not event the popup). Break down what you're doing to the simplest case: try showing the popup with nothing more than a TextView for example. Get tha

[android-developers] Control colors in openGL

2012-03-07 Thread Rikki
Hi, Want to draw bars of different colors. The background(bitmap image) for each bar is same but the foreground color needs to be different. And also the color is to be filled on top of the bar just like a progress bar. Here is my code snippet. Progress object share same vertex buffer but a littl

[android-developers] Looking for a good canvas/image processing reference

2012-03-07 Thread Jim Graham
I am looking for suggestions for a detailed reference or tutorial on image processing (diffusion, and possibly other special effects such as the equivalent of star filters, difraction filters, etc.). Does anyone have any suggestions? I'm guessing that the canvas is going to be involved, but the r

[android-developers] Re: How to get all sms messages on phone

2012-03-07 Thread Ali Chousein
In my app I didn't need to make the distinction between sent and received SMS messages. I suggest you to investigate the cursor object inside the debugger to understand how to make this distinction. - Ali Chousein http://www.codeproject.com/KB/androi

Re: [android-developers] Re: Developer Options on Galaxy Nexus!?

2012-03-07 Thread Kostya Vasilyev
On 03/07/2012 06:29 PM, Chris Stratton wrote: On Wednesday, March 7, 2012 6:01:41 AM UTC-5, Kostya Vasilyev wrote: Instead, there are countless sites r recommending this setting to end users "to make things run faster". Can you come up with code to detect it, and point out to the user t

Re: [android-developers] Re: Developer Options on Galaxy Nexus!?

2012-03-07 Thread Chris Stratton
On Wednesday, March 7, 2012 6:01:41 AM UTC-5, Kostya Vasilyev wrote: > > Instead, there are countless sites r recommending this setting to end > users "to make things run faster". > Can you come up with code to detect it, and point out to the user that this setting is incompatible with your appli

[android-developers] Inflater crashes when using custom atrributes

2012-03-07 Thread novemberox
Whole project with example is here: https://github.com/novemberox/ThemingSupport I've got some custom attr in attrs.xml like: Latter I use them in my own theme: true @color/foreground_tur

Re: [android-developers] HTML5 video tag and Amazon S3

2012-03-07 Thread Varun Tewari
Hey, I recently fell into similar problem. Browsing through web i came to know the problem is known to amazon, follow the thread for the same " https://forums.aws.amazon.com/thread.jspa?threadID=77663"; It has to do with "https" protocol. Try using "http" instead, works very well to me. Br, Varun

Re: [android-developers] Re: Best Application Data Backup solution?

2012-03-07 Thread Kostya Vasilyev
FWIW, there is a data backup solution built into Android: http://developer.android.com/guide/topics/data/backup.html On 03/07/2012 04:51 PM, gcstang wrote: Does no one perform these types of backups or am I asking the wrong question? -- You received this message because you are subscribed to

[android-developers] Re: Best Application Data Backup solution?

2012-03-07 Thread gcstang
Does no one perform these types of backups or am I asking the wrong question? On Jan 27, 7:09 am, gcstang wrote: > I know there are solutions such as : > Amazon S3 > Google Storage > Sending data to my own server > etc... > > What I'm wondering is what is the implementations that have been tried

[android-developers] Re: WebView Java script function

2012-03-07 Thread Amit
Thanks John for response. With my response " It is not necessary to be same url as it being loaded from." I didn't mean variable url in Moktarul's solution can contain wrong value. I was meant: for callback, this info is passed as string variable. This argument carries actual url value, if loa

Re: [android-developers] hi

2012-03-07 Thread Test
chowdary nani نوشته شده: >Hi All, >Is it possible to convert bitmap image to .png image format in android > >Thanks >Naveen > >-- >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@goo

Re: [android-developers] hi

2012-03-07 Thread arun kumar
*Try this String filename = "pippo.jpg"; File sd = Environment.getExternalStorageDirectory(); File dest = new File(sd, filename); Bitmap bitmap = (Bitmap)data.getExtras().get("data"); try { FileOutputStream out = new FileOutputStream(dest); bitmap.compress(Bitmap.CompressFormat.PNG, 90,

[android-developers] hi

2012-03-07 Thread chowdary nani
Hi All, Is it possible to convert bitmap image to .png image format in android Thanks Naveen -- 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

[android-developers] Re: SD card database

2012-03-07 Thread moktarul anam
File dbfile = new File("/sdcard/android/com.myapp/databases/mydatabase.db" ); SQLiteDatabase db = SQLiteDatabase.openOrCreateDatabase(dbfile, null); db.open() .. Moktarul On Wednesday, 7 March 2012 00:09:30 UTC+5:30, bob wrote: > > Is it possible to use SQLiteOpenHelper to create a database

[android-developers] Re: Android Beam demo on PC

2012-03-07 Thread bergstr
> This byzantine menu / dialog interface is typical of Eclipse's poor UI > design. what exactly do you find "byzantine" about Eclipse's UI design? Remember, it's not made for iFanboys, but for software development experts. Thats a huge difference. I dont think the emulator supports NFC properly.

Re: [android-developers] Re: Developer Options on Galaxy Nexus!?

2012-03-07 Thread Kostya Vasilyev
It could be an adb command, or a ddms button, perhaps only enabled for apps in debug mode... But then again, if it's your own app, you can just flip the one line switch in the manifest. So, it sounds more like an option for firmware developers, to test their driver's acceleration implementation.

Re: [android-developers] Re: Google Play

2012-03-07 Thread Kostya Vasilyev
Well, it does say _mindlessly_ simple :-) 07.03.2012 13:48 пользователь "Pent" написал: > This may be obvious but someone has to say it Play ? > > In what sense am I 'playing' while reading a book about quantum > physics, listening to Bach or using a calendar app ? > > Play ? > > Pent > > -

[android-developers] Re: EditText not Accepting Soft Keyboard Input from Supporting Activity

2012-03-07 Thread Dancing Fingers
Does anyone know how to debug the soft keyboard and identify what widget it's targeting? Thanks. Chris -- 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

Re: [android-developers] Re: Android how to send the hex code out?

2012-03-07 Thread Todd Grigsby
"0x" implies that the characters that follow are byte data in hex notation. The "0x" is not part of the data.But if you don't know that, you're frankly on the wrong list. You need to learn basic programming before you ask any further questions. On Mar 6, 2012 5:16 AM, "mark2011" wrote: > De

Re: [android-developers] Re: Google Play

2012-03-07 Thread Anirudh Loya
Pent Check out.. http://www.thefreedictionary.com/play On Wed, Mar 7, 2012 at 3:17 PM, Pent wrote: > This may be obvious but someone has to say it Play ? > > In what sense am I 'playing' while reading a book about quantum > physics, listening to Bach or using a calendar app ? > > Play ? > >

[android-developers] Re: Google Play

2012-03-07 Thread Pent
This may be obvious but someone has to say it Play ? In what sense am I 'playing' while reading a book about quantum physics, listening to Bach or using a calendar app ? Play ? Pent -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Re: UI design

2012-03-07 Thread moktarul anam
Hi this will be simple listview and use custom adapter Moktarul anam On Wednesday, 7 March 2012 11:37:06 UTC+5:30, megha agrawal wrote: > > Hello All, > > I want to create a UI for my app as shown in image attached with this > mail. I am not getting what type of widget they have used?? > > Ca

[android-developers] Re: Android permission denial when installed in wrong order

2012-03-07 Thread Pent
http://code.google.com/p/android/issues/detail?id=25906 Pent -- 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-dev