Re: [android-developers] Re: LVL suddently stopped working - returns only timeouts

2012-10-27 Thread Zsolt Vasvari
You have to realize they have hundreds of thousands apps in Google Play, with probably many tens of thousands developers. It's impossible to support everyone effectively. But there should be an option for timely, paid support for those developers who are willing to pay for it, and such suppor

Re: [android-developers] Abridged summary of android-developers@googlegroups.com - 19 Messages in 11 Topics

2012-10-27 Thread Parth Amin
-- 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

Re: [android-developers] Re: [Android LVL] Sporadic false negatives on client devices

2012-10-27 Thread Zsolt Vasvari
> > Google hires the best of the > best of the best, but they're only human too. > I couldn't disagree more. I consider myself the best of the best when it comes to efficiency, common sense and business acumen, but they didn't hire me even after a long interview process. I am not trying to

Re: [android-developers] how to create voice chat program using sip in android?

2012-10-27 Thread Dinesh kumar
Use Csipsimple which is a open source project On Fri, Oct 26, 2012 at 3:53 PM, Tom wrote: > Hi, > > if anybody knows to create voice chat program using sip in android.pleas > share with me > > Thanks, > > -- > You received this message because you are subscribed to the Google > Groups "A

Re: [android-developers] Re: [Android LVL] Sporadic false negatives on client devices

2012-10-27 Thread Kostya Vasilyev
2012/10/28 Silvio Marano : > Have you get any answer by Google Support?... I don't remember if I reported this issue to support -- I just think it's useless. Personal opinion, you don't have to be so pessimistic (or realistic?) as I am. I have tried many times to > report this problem without suc

Re: [android-developers] Re: [Android LVL] Sporadic false negatives on client devices

2012-10-27 Thread Silvio Marano
Have you get any answer by Google Support?... I have tried many times to report this problem without success, and the staff give me only standard answer without read my messages and the LVL server doesn't respond to app checking and gives only timeouts Il giorno martedì 8 maggio 2012 13:31:40

[android-developers] Mysql & Android

2012-10-27 Thread Richard Gaviria
Please can anybody help me with some example about connect MySql with Android? -- 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 ema

Re: [android-developers] Is it legal to implement APK's silent installation for commercial use?

2012-10-27 Thread strazzere
Correct, you basically just need to request the proper auth tokens, then simulate the protocol being used the by Play store / web site. Tim Strazzere On Friday, October 26, 2012 7:41:54 PM UTC-7, Kevin TeslaCoil Apps wrote: > > I would guess that they simulate a user clicking INSTALL from the we

[android-developers] Geocoder and Geocode Web Service availability/performance issues

2012-10-27 Thread Spiral123
Hi there... I have a reasonably successful Android app that is heavily geo biased. Within the app I use both the Geocoder class (getFromLocationName()) and also Maps API v3 geocoding search and the Maps API Geocode web service. The reason I use both is because every couple of months the Androi

Re: [android-developers] Re: LVL suddently stopped working - returns only timeouts

2012-10-27 Thread Silvio Marano
I get another answer from the (un)assistance service REQ 1143185470 << Please make sure you are using the latest copy of the Licensing server. If you have not updated your code in a while, please upgrade to the latest version here: http://developer.android.com/guide/google/play/licensing/sett

Re: [android-developers] Performance analysis of Android...

2012-10-27 Thread Kristopher Micinski
This belongs more appropriately on platform, I believe, as it deals mostly with internals.. kris On Sat, Oct 27, 2012 at 9:45 AM, ehsan azimzadeh wrote: > Hi > > I recommend you to read our paper if you are studying about Dalvik VM and > its Bytecodes. Feel free to contact me if you have any que

Re: [android-developers] Re: Performance analysis of Android...

2012-10-27 Thread Kristopher Micinski
+1, nobody's going to pay $31.00 for the IEEE XPlore link, (not everyone is on a college campus!), kris On Sat, Oct 27, 2012 at 11:33 AM, Jan Burse wrote: > ehsan azimzadeh schrieb: > >> Feel free to contact me if you have any questions. > Any free preprint available? > > > > > -- > You received

Re: [android-developers] Re: Can we detect swipe or long press by starting a baground Service in Android

2012-10-27 Thread Raghav Sood
If you overlay a transparent layout, then you'll consume all the touch events, rendering anything below your app useless. On Sat, Oct 27, 2012 at 12:30 PM, nitin gupta wrote: > https://github.com/t0mm13b/TouchSoftly > can we use this trick having transparent layout . > > > > On Sat, Oct 27, 201

[android-developers] Re: Performance analysis of Android...

2012-10-27 Thread Jan Burse
ehsan azimzadeh schrieb: > Feel free to contact me if you have any questions. Any free preprint available? -- 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 unsubsc

Re: [android-developers] How to do if User focussed on Edittext, menus should be displayed?

2012-10-27 Thread Satya Komatineni
Meena, I haven't tried it. But a view seem to have a public method called "showConextMenu()". So you will set up a context menu for your control and call showContextMenu() on focus grab. (My theory but try it out) But more importantly, you may need to go in the direction of writing your own input

[android-developers] Re: Is it legal to implement APK's silent installation for commercial use?

2012-10-27 Thread Nitin Sethi
It certainly possible if your rivals has got into some kind of agreement with the OEM(s) to sign their app with the system key. On Thursday, 25 October 2012 16:00:50 UTC+5:30, alex kyo wrote: > > Download and install apps from google play without prompt. > I know there are only 2 ways to achieve

[android-developers] Re: Display of Multiple pages in ViewPager, Position Not Updating

2012-10-27 Thread bkadirbeyoglu
Hasn't anybody implemented it? I'd really like to use this component in my app. Thanks in advance. On Thursday, October 25, 2012 4:02:51 PM UTC+3, bkadirbeyoglu wrote: > > Hi, > > I am trying to implement Dave Smith's PagerContainer to show multiple > pages in my viewpager. I have implemented

[android-developers] How to do if User focussed on Edittext, menus should be displayed?

2012-10-27 Thread Meena Rengarajan
My needs : If i click or focussed on EditText, it should call Menus . In Menus, i wanna create two options. That is, normal writing and keyboard writing. If user selects keyboard writing, it looks like Android Keyboard. Should be able to type it from keyboard. And next one, normal writing. T

[android-developers] can adb server connect to adbd on the same device?

2012-10-27 Thread mylz
In normal usage, adb works on host, like PC, and adbd works on device. They communicate with each other by USB or TCP mode. Now my question is that I compiled the adb for arm,and push it into the device, where adbd exists, how can adb communicates with adbd? many THANKS for anyone who can help m

Re: [android-developers] Re: Can we detect swipe or long press by starting a baground Service in Android

2012-10-27 Thread nitin gupta
https://github.com/t0mm13b/TouchSoftly can we use this trick having transparent layout . On Sat, Oct 27, 2012 at 12:13 PM, Martin Krischik < krisc...@users.sourceforge.net> wrote: > Am Freitag, 26. Oktober 2012 10:00:25 UTC+2 schrieb nitin gupta: > >> Can we detect swipe or long press by start