[android-developers] Recovering Account from 3rd Party Developer

2017-08-31 Thread Mike Lewis
My company has an app in the Google Play setup by a 3rd party developer. We have developed a new app and would like to replace the old app, but we do not have access to the account nor is the 3rd party developer responsive to requests. Is there a way to recover this account? Thanks, ml --

[android-developers] Cannot access my developer console

2017-01-25 Thread fabian lewis
Hi guys am new here. I have a problem. I signed up for a developer account and publish my app a couple of months now. But now i cant login to my console as it is asking me to pay another 25 US dollars. Why is that? Thanks -- You received this message because you are subscribed to the Google Gro

[android-developers] Re: in-app billing disconnects from activity on configuration change

2013-09-25 Thread Ian Ni-Lewis
It seems like the main problem is that you're initiating IAB from an activity, not a service. Activity lifetime is governed primarily by user actions, so an activity is rarely the right container for something that needs to respond to events that aren't initiated by the user. On Tuesday, Septem

[android-developers] Re: HLS audio and getDuration / seekTo strangeness

2013-04-30 Thread Ian Ni-Lewis
Only the one you've already found: wait for a couple seconds until the stream duration becomes non-zero. Ian On Tue, Apr 30, 2013 at 9:32 AM, Larry Meadors wrote: > Thanks Ian - any known workaround? > > Larry > > On Tue, Apr 30, 2013 at 10:28 AM, Ian Ni-Lewis wrote: >

[android-developers] Re: HLS audio and getDuration / seekTo strangeness

2013-04-30 Thread Ian Ni-Lewis
This is a known issue that will be fixed in a future version of Android. Calling prepare() unfortunately has no effect. Ian On Saturday, April 27, 2013 12:45:33 PM UTC-7, Larry Meadors wrote: > > I'm trying to play an hls audio stream, and start playback at a specific > point in the stream. It's

Re: [android-developers] Maps api key v1?

2013-04-30 Thread Ian Ni-Lewis
right direction, perhaps? That solution will still be a bit fiddly, > because I have a FREE and PRO version of the app which both use different > certs. > > > On Tue, Apr 30, 2013 at 4:12 AM, Ian Ni-Lewis wrote: > >> I agree, you should have been notified. I do not know wh

Re: [android-developers] Maps api key v1?

2013-04-29 Thread Ian Ni-Lewis
cribe from this topic, visit > https://groups.google.com/d/topic/android-developers/R2dwCWyC3TQ/unsubscribe?hl=en > . > To unsubscribe from this group and all its topics, send an email to > android-developers+unsubscr...@googlegroups.com. > For more options, visit https://groups.googl

Re: [android-developers] Maps api key v1?

2013-04-24 Thread Ian Ni-Lewis
at for him. However, it appears that what he has is no key, and no plausible reason for why he didn't obtain a key when it was possible for him to do so. That's significantly more difficult for me to fix. Thanks Ian > > > On Tuesday, April 23, 2013 8:38:09 AM UTC-7, Ian Ni-Lewis wrot

Re: [android-developers] Maps api key v1?

2013-04-23 Thread Ian Ni-Lewis
You say that "My career doesn't revolve around only Google, and I have other things to do than checking each x months if one API has been discontinuated and I need to develop everything again." We do occasionally need to update our software, and although we do try very hard to avoid breaking ch

[android-developers] Re: I was banned because i used the replay to users reviews feature :-(

2013-04-02 Thread Ian Ni-Lewis
Sounds like a timing coincidence to me. A single reply to user wouldn't get you banned. On Sunday, March 24, 2013 8:17:34 AM UTC-7, AC wrote: > > Hi, > I got my account suspend after replaying to one of my users, > The user complained about inappropriate index in my app. > I answered he is correc

Re: [android-developers] Re: Eclipse or Intellij.. what's the verdict?

2013-03-12 Thread Ian Ni-Lewis
//groups.google.com/groups/opt_out. >> >> >> > > > -- > Romain Guy > Android framework engineer > romain...@android.com > > -- > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To pos

[android-developers] Re: ADT tutorials

2013-03-12 Thread Ian Ni-Lewis
Hi James, I've recently formed a team within Android to overhaul our samples and tutorials. Can you give me any more details about the tutorials that don't work? Thanks Ian On Tuesday, February 26, 2013 4:58:06 AM UTC-8, James Richardson wrote: > > I have been trying to do the ADT tutorials and

Re: [android-developers] Eclipse or Intellij.. what's the verdict?

2013-03-12 Thread Ian Ni-Lewis
You don't use an IDE to actually build the Android source tree, do you? On Tue, Mar 12, 2013 at 9:11 AM, Romain Guy wrote: > The C++ plugin I found has not been updated in ages. It might work for NDK > dev but Android's source tree was just too much :) > On Mar 12, 2013 9:0

Re: [android-developers] Eclipse or Intellij.. what's the verdict?

2013-03-12 Thread Ian Ni-Lewis
How complex is your build? IntelliJ's built-in build system works fine for me; I've never had to touch an ant file. There are a couple of C++ plugins for IntelliJ. I haven't used them, but it's hard to imagine them being worse for NDK work than Eclipse CDT ;-) On Tuesday, March 12, 2013 8:35:3

[android-developers] Re: TCP Socket sample

2013-01-31 Thread Ian Ni-Lewis
Kristopher is right that socket programming isn't really an Android-specific topic. We try to produce samples that won't duplicate information you could find elsewhere. Might be reasonable to have a sample on "how to move your network code off of the UI thread," though. Android provides a rich

Re: [android-developers] New In-app billing (v3)

2012-12-12 Thread Ian Ni-Lewis
, 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 > -- Ian Ni-Lewis Developer Advocat

Re: [android-developers] New In-app billing (v3)

2012-12-11 Thread Ian Ni-Lewis
I think you may be confusing the client-side helpers for Google Play Services with the actual Google Play Services interface. GPS is a service and it is accessed like any service, via either intents or AIDL. Billing v3 is simple enough that it doesn't really need any further client-side help. B

Re: [android-developers] Re: When can every developer reply to reviews?

2012-12-06 Thread Ian Ni-Lewis
Hey all, You're right that Google rarely if ever shares release dates or promises new features, and this post won't be any exception. I can say, though, that we met with the PM in charge of the Play pubsite yesterday, and had a great discussion about how to improve the review and feedback proces

Re: [android-developers] Re: Webapp with in-app Billing

2012-11-13 Thread Ian Ni-Lewis
elopers" 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?h

Re: [android-developers] Webapp with in-app Billing

2012-11-07 Thread Ian Ni-Lewis
I guess it depends on what you mean by "Web App." If you are talking about a purely Web-driven application that the user gets to by browsing to your website in Chrome or another browser, then you don't need to do anything special for Android. I suspect, however, that you are talking about an An

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

2012-10-29 Thread Ian Ni-Lewis
is 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 > -- Ian Ni-Lewis Developer

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

2012-10-26 Thread Ian Ni-Lewis
That sounds about right. Ian On Fri, Oct 26, 2012 at 1:13 PM, Silvio Marano wrote: > The ticket number? Is the number #1143185470 in the email subject?! > > Il giorno venerdì 26 ottobre 2012 22:05:26 UTC+2, Ian Ni-Lewis ha scritto: >> >> I'm not a Play Support engine

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

2012-10-26 Thread Ian Ni-Lewis
veloper site>> > > I have tried to report again the issue but haven't answered anything. > > Totally absurd... > > > Il giorno venerdì 26 ottobre 2012 19:52:07 UTC+2, Ian Ni-Lewis ha scritto: >> >> This is the right answer. If you fill out the appropriat

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

2012-10-26 Thread Ian Ni-Lewis
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] Re: Difference between Android and Linux Kernel ?

2012-10-22 Thread Ian Ni-Lewis
MIPS rate isn't a particularly helpful measurement, especially if you're just looking at peak MIPS. This is particularly important when comparing two completely different instruction sets, but even on identical instruction sets this is a misleading measurement. The core architecture, cache size

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

2012-08-17 Thread Ian Ni-Lewis
On Thu, Aug 16, 2012 at 1:09 PM, Kostya Vasilyev wrote: > 2012/8/16 Ian Ni-Lewis > >> Who did you contact at Google? > > > I don't personally know anyone at Google, and not sure if Google employees > with G+ accounts would appreciate a random person trying

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

2012-08-16 Thread Ian Ni-Lewis
Who did you contact at Google? You won't find any answers to Google Play account issues on the android-* forums. On Thursday, August 16, 2012 1:36:59 AM UTC-7, Kostya Vasilyev wrote: > > Thanks for responding. > > I guess the failure rate is pretty low for this to be treated as a > priority issu

[android-developers] Re: mp3 file cant retrieved from server in a app.

2012-08-16 Thread Ian Ni-Lewis
oup, send email to android-...@googlegroups.com. > To unsubscribe from this group, send email to > android-ndk+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/android-ndk?hl=en. > -- Ian Ni-Lewis Developer Advocate Android Deve

[android-developers] CTS - Failure testes

2012-07-11 Thread John Lewis
Hi all, I'm running CTS tests on a android 3.2 tablet. It takes about 4/5 hours to complete. Is there any way to run again only failure/timeout tests and update the results file? Ex. I run the first test. start --plan CTS When it finish, I get the .xml file with the report. 15 tests failure

[android-developers] Raw Touchscreen Data

2012-05-10 Thread Lewis
Hello all - I've been tasked with determining if the capacitance touchscreen on a android device is sensitive enough to provide even a partial fingerprint. During my research I'm coming to the conclusion that no, most devices does not have enough electrodes to determine the variation between the r

[android-developers] Re: Please guide me how to send data(datastream, not files) from a PC to a real android phone via USB.

2012-02-13 Thread Ian Ni-Lewis
Shouldn't the device be binding to port 10086 in your example? -- 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-de

Re: [android-developers] Re: Why are new apps not featured on Android market anymore?

2012-02-13 Thread Ian Ni-Lewis
I think you might be underestimating the sheer scale of Android Market these days. How many new apps and app updates get uploaded every day, do you think? Take a guess--I can almost guarantee you're low by an order of magnitude or 2. A literal "what's new" would refresh so often that any new ap

Re: [android-developers] gamepad events in InputEvent onKeyDown event

2012-02-13 Thread Ian Ni-Lewis
Since this thread is still the top result returned if you search d.a.c for "gamepad," I thought I'd make a quick update. USB gamepads are supported on Android 3.1 and above via new additions to android.view.InputDevice. InputDevice can now report input events for analog axes, and there are some

Re: [android-developers] Re: Why are new apps not featured on Android market anymore?

2012-02-13 Thread Ian Ni-Lewis
Do ask via market.android.com/support, and be very specific about what you're seeing. If you can provide screenshots showing at least several days' worth of incorrect behavior, that would help. -- You received this message because you are subscribed to the Google Groups "Android Developers" gr

[android-developers] Broadcast in WiFi ad-hoc mode

2011-03-11 Thread Lewis
My advisor and I want to migrate our research in Wireless network domain to an implementation of middleware on top of Android, but most of people we know have no experience in Android or any smartphone. Our main question is whether it's possible to do broadcast in ad-hoc mode through Wifi. If yes,

[android-developers] Re: Scanner USB and android tablet

2011-01-12 Thread Lewis
I highly doubt such a thing exists as Android does not currently support USB host mode Regards, Lewis On Jan 12, 2:15 pm, ftovalle wrote: > hi everyone, > does anyone know of a bar code scanner that can connect via USB or > mini USB to a tablet of Android? > > thanks! &g

[android-developers] How to get text under touch?

2010-03-10 Thread Glen Lewis
When a touch event has occurred in any control showing a block of text (TextView, EditText, WebView, others), how does one get the text where the touch occurred? For example, if a TextView control contained "now is the time for all good men to come to the aid of their country" and the word "time"

[android-developers] Re: Ping always failed. Need help.

2009-12-14 Thread Lewis Z.
Any hint? -- 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 option

[android-developers] Ping always failed. Need help.

2009-12-11 Thread Lewis Z.
I have some Ping code like this, try { //InetAddress server = Inet4Address.getByName ("www.google.com"); // case 1 InetAddress server = Inet4Address.getByAddress(new String ("10.0.2.2").getBytes()); // case 2

[android-developers] Re: XML parser

2009-09-10 Thread Lewis
I found XML parsing in android to be slightly buggy, the parser seemed to have some strange behaviour dealing with whitespace and some special characters. I used dom4j as an alternative and it worked fine This thread discusses dom4j on android: http://groups.google.com/group/android-developers/b

[android-developers] Re: finish() won't close activity

2009-07-24 Thread Lewis Z.
After more debugging, it seems to me that some MotionEvent events don't like no handling and are acting up. On Jul 23, 6:26 pm, "Lewis Z." wrote: > I have an EditText field and I want to pop up a new window/activity > whenever a user touches/clicks the field. The new wind

[android-developers] finish() won't close activity

2009-07-23 Thread Lewis Z.
I have an EditText field and I want to pop up a new window/activity whenever a user touches/clicks the field. The new window has some widgets and of course Apply and Cancel buttons. Here is the code how I intercept the onTouch event. EditText ctlMaskEt = (EditText)findViewById(R.id.mask_

[android-developers] Re: Is running applications from shell disabled?

2009-06-19 Thread Lewis Z.
Yes, I did. On Jun 18, 8:45 pm, Delta Foxtrot wrote: > 2009/6/19 Lewis Z. > > > I wrote a simple hello c program. I pushed the program to either > > Android Emulator or a device. When I run it, however, I got "./hello: > > not found" message. I ls-ed it and i

[android-developers] Is running applications from shell disabled?

2009-06-18 Thread Lewis Z.
I wrote a simple hello c program. I pushed the program to either Android Emulator or a device. When I run it, however, I got "./hello: not found" message. I ls-ed it and it's right there. Is this purposely disabled? Thanks. --~--~-~--~~~---~--~~ You received this m

[android-developers] Re: Question regarding detecting view for touch event.

2009-05-16 Thread Lewis
I suppose a simpler way of putting this is "how can identify which View objects a user passes through in a single motion" --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] Question regarding detecting view for touch event.

2009-05-16 Thread Lewis
Hi folks. I have two adjacent imagebuttons, I assign a custom OnTouchListener() to both of them. When a touch event occurs the OnTouchListener returns the view on which the touch event took place. My problem is that when a user touches one imagebutton then moves to another imagebutton, the OnTouc

[android-developers] Re: Questions on Tab (TabWidget) Width

2009-05-06 Thread Lewis Z.
. You can limit the menu to six items. But when one needs more, it automatically gives you an expanded menu. This is a little bit off my original topic. On May 6, 5:52 am, Mark Murphy wrote: > Lewis Z. wrote: > > It seems to me that the current implemetaion of TabWidget is only good >

[android-developers] Re: Questions on Tab (TabWidget) Width

2009-05-05 Thread Lewis Z.
sizing issue but I > can say we've had create our own tab mock-ups do to shortcomings with > the tab widget.  Mock up = look like tabs, act like tabs...but are > really buttons. > > On May 5, 8:50 am, "Lewis Z." wrote: > > > > > Any comments please? >

[android-developers] Re: Questions on Tab (TabWidget) Width

2009-05-05 Thread Lewis Z.
Any comments please? On May 2, 8:56 pm, "Lewis Z." wrote: > I'm writing applications with many tabs (at least 6 tab pages). After > adding all the tabs, the tab heads become very small (i.e., screen > width / # of tabs - gaps). Is there way to override this default

[android-developers] Questions on Tab (TabWidget) Width

2009-05-03 Thread Lewis Z.
I'm writing applications with many tabs (at least 6 tab pages). After adding all the tabs, the tab heads become very small (i.e., screen width / # of tabs - gaps). Is there way to override this default style so to make them larger and more readable? In other words, how to make the tab heads to sta

[android-developers] Re: Some problems in cupcake imf

2009-04-18 Thread Lewis
Hello, I am currently trying to work with InputMethodService. Have you managed to successfully override the default keypad? I would love to see the code if I could? Thanks Lewis On Mar 27, 8:04 am, Paranoia wrote: > i am developing an ime on android. i have some questions. > &g

[android-developers] Re: X and y coordinates for clicks and long clicks

2009-02-22 Thread Lewis
.getAction() == MotionEvent.ACTION_DOWN) { xInit = event.getRawX(); yInit= event.getRawY(); } } return false; } Hope this helps Lewis On Feb 22, 12:15 pm, J. Pablo Fernández wrote: > It seems it's also not poss

[android-developers] Restricting number of items AutoCompleteTextView displays.

2009-02-14 Thread Lewis
I have an AutoCompleteTextView working correctly. I want to limit the amount of items which show in the drop down menu which appears (in order to stop the menu appearing over other screen items). I cannot find the attribute I have to change for this anywhere. My AutoCompleteTextView is bound to a

[android-developers] Custom ImageButton Shape

2008-11-20 Thread Lewis
I plan to create an imagebutton which I would like to make a nonstandard shape (e.g. a circle). Any general ideas on how I would go about this? Cheers --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Develope

[android-developers] Help_Appreciated: Sample code for getting data from a web server

2008-10-25 Thread Armanda Lewis
I apologize if this has already been asked, but I am looking for sample code for how to make a call and retrieve info from a web server. I have my PHP/MySql script running, but don't know how to make Android get access to my database on my server. Thanks in advance!!! --~--~-~--~~---