Re: [android-developers] How to configure Client MAC address in Android WiFi HotSpot through Code.

2013-09-09 Thread rakesh kumar
Its the need in my project for MAC authentication,I already no that its not a good mechanism but still I have to implement it ,could you have any idea how to implement it. On Mon, Sep 9, 2013 at 10:00 PM, Robert Greenwalt wrote: > Trying to do mac based authentication where you must set the mac

[android-developers] Re: Becoming a Top Developer

2013-09-09 Thread Nathan
On Monday, September 9, 2013 7:44:44 AM UTC-7, John Coryat wrote: > > >> i think you're best route is to befriend a google advocate and ask for > the badge :) > > I did that and was told since we only have one major application, we were > ineligible for consideration. > I tried that since our

Re: [android-developers] Re: Becoming a Top Developer

2013-09-09 Thread Nathan
On Monday, September 9, 2013 8:14:19 AM UTC-7, TreKing wrote: > > > On Mon, Sep 9, 2013 at 9:44 AM, John Coryat wrote: > >> >> i think you're best route is to befriend a google advocate and ask for >> the badge :) >> >> I did that and was told since we only have one major application, we were

Re: [android-developers] How to configure Client MAC address in Android WiFi HotSpot through Code.

2013-09-09 Thread Robert Greenwalt
Trying to do mac based authentication where you must set the mac address of the clients means that only clients with easily modified mac addresses would work and that would kind of defeat the authentication, wouldn't it? MAC authentication is not really worth the effort: http://superuser.com/quest

[android-developers] Re: Becoming a Top Developer

2013-09-09 Thread John Coryat
>> i think you're best route is to befriend a google advocate and ask for the badge :) I did that and was told since we only have one major application, we were ineligible for consideration. -John Coryat -- You received this message because you are subscribed to the Google Groups "Android De

Re: [android-developers] Re: Becoming a Top Developer

2013-09-09 Thread TreKing
On Mon, Sep 9, 2013 at 9:44 AM, John Coryat wrote: > >> i think you're best route is to befriend a google advocate and ask for > the badge :) > > I did that and was told since we only have one major application, we were > ineligible for consideration. > Ask them how the fuck Uber is a top develo

[android-developers] Re: Unexpected response code (401 or 500) when requesting: writeMoment in Google+ API

2013-09-09 Thread Robert Auger
Do you think there could be a problem of authentification if my private key size is 1024 ? (as explained here : http://commonsware.com/blog/2013/09/09/psa-think-about-stronger-app-signing-keys.html

[android-developers] Re: SOCKS client results in ECONNRESET by Dante

2013-09-09 Thread wolfier
I think I might have found the issue by looking at Android source. Correct me if I'm wrong, but it seems that the SOCKS support on Android is limited to SOCKS version 4, with a user name hardcoded to "default". It obviously would not work with a SOCKS5 server that allows connections without an

[android-developers] Re: How to open or register a new file extension in Android?

2013-09-09 Thread Sérgio Faria
> > I don't see this getting fixed unless Google opens up the system mime > registry. (I haven't found any documented API to extend what's returned > from e.g. > >MimeTypeMap mapper = MimeTypeMap.getSingleton(); >String kmlmime = mapper.getMimeTypeFromExtension("gpx"); > Have a

Re: [android-developers] android how to exit the application?

2013-09-09 Thread Piren
It is the right approach... but it seems like that post and the chosen answer are dealing with killing/terminating an app, not figuring out a way of finishing it, which explains Romain's answer. It's a terminology thing... most developers who start working on android aren't familiar with the c

Re: [android-developers] android how to exit the application?

2013-09-09 Thread Kristopher Micinski
I'm not so sure, a repeated stream of "finish" applications feels like the right approach, but it's definitely the case that many people who ask about "quitting" the app (as the OP asked here) need to read this. Kris On Mon, Sep 9, 2013 at 6:34 AM, Piren wrote: > that post is about killing an

[android-developers] Re: SMS Receiver Issue

2013-09-09 Thread Piren
The SMS Receive broadcast is an ordered broadcast. Handcent catches the event before you and stops it from being propagated. change your receiver's priority to a higher one and it should work. On Saturday, September 7, 2013 7:34:22 PM UTC+3, fahad mullaji wrote: > > Guys, > > If user has insta

[android-developers] Android development books

2013-09-09 Thread nish1013
What a re the android development books for intermediate to advanced ? -- 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 an

[android-developers] Re: android how to exit the application?

2013-09-09 Thread Piren
it depends on how you structure your application and how you expect it to behave. using StartActivityForResult and then passing a flag to finish previous activities (like Alex suggested) is very simple to implement and manage I myself am more fond of using an entrance activity to the app and usi

Re: [android-developers] android how to exit the application?

2013-09-09 Thread Piren
that post is about killing an app, not exactly the same thing. On Saturday, September 7, 2013 1:28:05 AM UTC+3, Kristopher Micinski wrote: > > You should read this thread: > > > http://stackoverflow.com/questions/2033914/quitting-an-application-is-that-frowned-upon > > Kris > > > > On Fri, Sep 6,

[android-developers] Re: Becoming a Top Developer

2013-09-09 Thread Piren
I think there was already a discussion about this before (or that i've read it on some other place)... the conclusion was "we have no fucking idea". there were "top developers" with barely any app submissions or high count of downloads. i think you're best route is to befriend a google advocate

[android-developers] Re: How to record calls? Or Is it possible to record calls?

2013-09-09 Thread Piren
yes On Monday, September 9, 2013 8:32:26 AM UTC+3, softy wrote: > > Is it still unspported ! > > On Saturday, January 24, 2009 11:45:17 PM UTC+5:30, Dave Sparks wrote: >> >> It is not possible to access call audio in the G1. This is a function >> of the firmware in the radio and DSP and is curren

[android-developers] Android book for intermediate to advanced

2013-09-09 Thread nish1013
Hi , Have anyone tried this Android book " The Busy Coder's Guide to Android Development " http://commonsware.com/Android/? Any comments/recommendations on this book ? I am after a resource for intermediate to advanced level on Android -- You received this message because you are subscribed