[android-developers] Target device does not support the run as command

2017-01-14 Thread Jon Prichard
hi, I am a complete beginner and have just started using android studio. when I try to run the following code on my Samsung S7 edge I get the message 'unfortunately, my first app has stopped' and android studio says 'target device does not support the 'run-as' command'. please can you help me f

[android-developers] Re: Deny auto close for captive portal dialog on android devices

2016-08-18 Thread Jon Clarke
Hi, We have encountered a very similar problem. Did you find a solution? Kind regards, Jon On Wednesday, 6 July 2016 10:59:17 UTC+1, Developer wrote: > > Hello, > > I'm the senior developer of an wifi project offering free internet access > to citizen in some regio

[android-developers] question about activities and pages

2016-08-12 Thread Jon Pain
hello guys, lets say i have an app where you can chose few things and depends on the choice you get few pages to read about a topic. is each page that i swipe from right to left an activity screen in android or is there a way to program is another way ? my question basically is a technical quest

[android-developers] Re: Is it possible to require a gamepad on Android TV, but not on other devices?

2015-07-21 Thread Jon Colverson
build is higher I believe that will make them download that one. I haven't published yet, so I can't say for sure if this will work properly, but everything looks good in the Developer Console. On Tuesday, 21 July 2015 20:12:38 UTC+1, Jon Colverson wrote: > > Hello. > > I&#

[android-developers] Is it possible to require a gamepad on Android TV, but not on other devices?

2015-07-21 Thread Jon Colverson
Hello. I'm getting ready to release a game that's compatible with both touchscreen devices and Android TV devices. On Android TV, the gameplay isn't suitable for control with just a dpad, so I'd like to add to my manifest so that buyers can see that up front and (presumably) will be stopped fr

Re: [android-developers] Re: Nexus 5 Camera setOneShotPreviewCallback dark images

2013-11-08 Thread Jon Sutherland
a bug or a problem with the Nexus 5 camera driver. I have to install a KitKat build on my Nexus 4 to see if it's an actual problem in KitKat on other devices. On Fri, Nov 8, 2013 at 8:21 AM, Jon Sutherland wrote: > Hi, > > Thanks for your response. Note that I am using setOneShotPrev

[android-developers] Re: Nexus 5 Camera setOneShotPreviewCallback dark images

2013-11-08 Thread Jon Sutherland
so the demo code you provided does nothing with the data from > onPreviewFrame() > > Regards > > On Friday, November 8, 2013 11:15:20 AM UTC+11, Jon Sutherland wrote: >> >> There seems to be a problem on my Nexus 5 with KRT16M when taking a frame >> from the camer

[android-developers] Nexus 5 Camera setOneShotPreviewCallback dark images

2013-11-07 Thread Jon Sutherland
There seems to be a problem on my Nexus 5 with KRT16M when taking a frame from the camera using android.hardware.Camera setOneShotPreviewCallback. The camera preview goes dark and the frame saved is always dark. After the call happens the preview stays dark. This is a real problem since the

[android-developers] How do I keep corporate app (not in any store) updated?

2012-08-16 Thread Jon Helms
I have done some searching and haven't found anything, so I must be searching wrong, but since I didn't find anything I'm at a loss of what to do other than post here and ask. I am developing a corporate application that once released our employees will be able to install from our portal. Asid

[android-developers] Re: ICS holo list selector performance

2012-06-05 Thread Jon Perlow
Looks like the selector was simplified in the latest ICS release. On Apr 19, 11:25 pm, Jon Perlow wrote: > I'm trying to improve the transition of an Activity containing a ListView > that navigates to another Activity containing a ListView when the user > selects an item. > &

[android-developers] noob developer, application keeps restarting

2012-05-20 Thread jon dattilo
Hi everyone, I'm working on developing my first real application beyond the basic tutorials. It is a fairly simple flashcard program for me to use in school and I have it up and running smoothly. It utilizes a set of variables to keep track of how many and which cards I have seen, nothing too fanc

[android-developers] ICS holo list selector performance

2012-04-19 Thread Jon Perlow
ossible for any real application? I noticed that most of the apps that come with Android are not using this transition. AFAICT, the Gmail app doesn't use it nor does the SMS app or the contacts app. There are a few apps that do use it like the preferences and the transitions are extremely choppy

[android-developers] location based app

2012-03-08 Thread Jon
Hi guys ! My name is Jon and I m new in android and in java :-( Please I need your help! I want to develop a location based application which shows my location and the nearest places e exp. the nearest hotels or restaurants or sth else. Also I want to draw the data from wikimapia or a similar

[android-developers] Re: Camera TextureView scaleX/scaleY problems

2012-02-16 Thread Jon Sutherland
Found my own problem, I was referencing an older instance of my TextureView object... it was being replaced in my onResume method and this caused the confusion. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em

[android-developers] Camera TextureView scaleX/scaleY problems

2012-02-15 Thread Jon Sutherland
Hi, When I create a TextureView for a android.hardware.Camera preview and set the scaleX and scaleY properties in my Activity onCreate method, everything looks great and as expected. However when I try calling setScaleX/setScaleY in the onClick listener of a button and invalidate/postInvalidate t

[android-developers] Re: Android's CheckJNI: How to turn it off/on (on an emulator)? Documentation seems to be faulti

2012-01-25 Thread Jon Bonbon Jovi
, 12:05 pm, Jon Bonbon Jovi wrote: > I have spent some time examining the checkjni mode using an Android > emulator with my app. > Altough it is written > (inhttp://android-developers.blogspot.com/2011/11/jni-local-reference-ch...) > that CheckJNI is on by default if d

[android-developers] Android's CheckJNI: How to turn it off/on (on an emulator)? Documentation seems to be faulti

2012-01-20 Thread Jon Bonbon Jovi
I have spent some time examining the checkjni mode using an Android emulator with my app. Altough it is written (in http://android-developers.blogspot.com/2011/11/jni-local-reference-changes-in-ics.html) that CheckJNI is on by default if debuggable="true" & targetSdkVersion is at least Ice Cream S

[android-developers] Problem with MTP not refreshing in Windows

2011-12-09 Thread Jon
Hello, I am having a problem getting the MTP service to refresh the file list in Windows. Since USB mounting is not available on newer devices, they use MTP to transfer files. I am using Windows 7, Galaxy Nexus (also a problem on Xoom, probably all 3.X and higher devices). Here are steps for the

[android-developers] Google APIs "client id" and "client secret"

2011-11-10 Thread Jon Shemitz
I'm accessing the Picasa web service APIs *via* Yaniv Inbar's com.google.api.services.picasa code. I also created a Client Id and Client Secret using the Google APIs Console . I can't quite figure out how I am supposed to pass these credentials to Picasa! M

[android-developers] Re: possible bug in AsyncTask?

2011-10-18 Thread Jon Perlow
Filed a bug with a workaround. http://code.google.com/p/android/issues/detail?id=20915 On Tue, Oct 18, 2011 at 1:05 PM, Jon Perlow wrote: > A couple screenshots from the debugger. > > > On Tue, Oct 18, 2011 at 1:00 PM, Jon Perlow wrote: > >> AsyncTask.java has the followin

[android-developers] possible bug in AsyncTask?

2011-10-18 Thread Jon Perlow
Queue with its mQuitAllowed and mQuitting set to false. -Jon -- 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 t

[android-developers] Sharing Contacts from webservice using Content Providers

2011-09-27 Thread Jon Wells
I am writing an application that downloads and updates an sqLite database with contact information. I than want to share this information with the phonebook (not insert or add it it. Just share it. ) I am currently subclassing the ContentProvider but i dont know how to tell the phonebook to "look

[android-developers] Re: Launch Contacts app from widget, want Back to ALWAYS go Home

2011-08-11 Thread Jon Shemitz
Well, this is very embarrassing. I must have gone through the list of Intent flags a dozen times before posting, yet right after posting I made one more pass and spotted Intent.FLAG_ACTIVITY_NO_HISTORY, which does exactly what I want. -- You received this message because you are subscribed to

[android-developers] Re: transparent images

2011-08-11 Thread Jon Shemitz
setBackgroundDrawable() sets the Drawable to use as a background; it doesn't draw on top of the existing background. To do what you want, you'll have to load the opaque background, draw the transparent overlay on top of it, create a BitmapDrawable from the composite image, then use that as your

[android-developers] Launch Contacts app from widget, want Back to ALWAYS go Home

2011-08-11 Thread Jon Shemitz
I have a widget that displays contacts and/or phone numbers, based on things like Calendar events. When the user touches a tile, my widget gets a broadcast (so that I can do some logging) and then builds an Intent to start an Activity that launches the Contacts/Dialer app, using Intent.FLAG_ACT

Re: [android-developers] Re: Payout much smaller than expected

2011-08-10 Thread Jon F Hancock
I see a lot of those too. I'll file an inquiry too. On Wed, Aug 10, 2011 at 1:42 PM, Spiral123 wrote: > Thanks for pointing this out, I see the same thing, going back to at > least May 25th (the earliest I have checked). > > I've filed a query with the checkout team. > > > > On Aug 10, 3:20 pm,

Re: [android-developers] Re: Payout much smaller than expected

2011-08-04 Thread Jon F Hancock
I got mine in too. On Thu, Aug 4, 2011 at 12:59 PM, Kevin TeslaCoil Software < ke...@teslacoilsw.com> wrote: > > > On Aug 3, 11:32 am, Nikolay Elenkov wrote: > > On Thu, Aug 4, 2011 at 1:27 AM, Kevin TeslaCoil Software > > > > wrote: > > > Mine was split into 4% 96% and I only see the smaller o

Re: [android-developers] Re: Payout much smaller than expected

2011-08-03 Thread Jon F Hancock
Thanks, Kevin. At least I know I'm not singled out. I'm with Chase bank. They advised me to wait one more business day, and contact Google. On Wed, Aug 3, 2011 at 9:32 AM, Nikolay Elenkov wrote: > On Thu, Aug 4, 2011 at 1:27 AM, Kevin TeslaCoil Software > wrote: > > Mine was split into 4% 96%

Re: [android-developers] Re: Payout much smaller than expected

2011-08-03 Thread Jon F Hancock
f the Android development business. Jon On Wed, Aug 3, 2011 at 8:11 AM, String wrote: > It's normal for the payout to come in two parts, one much larger than the > other. For example, this month I have one that's about 7% of my Market > profit, while the other is about 93%. Do

Re: [android-developers] Re: Market sales suddenly cut in half

2011-04-27 Thread Jon F Hancock
I haven't heard of either of those. I haven't been too happy with Mopapp because their numbers just don't seem right. I also want days to break at midnight for me, not midnight Eastern Time. I used to like Android Market Report (in the market), but it is really slow, and after Checkout started r

Re: [android-developers] Re: Market sales suddenly cut in half

2011-04-26 Thread Jon F Hancock
People still seem to be able to download the app. I haven't had any complaints about that aside from the usual rejected credit card, and the user hasn't bothered read the email from Google. On Tue, Apr 26, 2011 at 12:37 PM, WhitneyApps wrote: > Both of my two apps, one paid and one free, have b

Re: [android-developers] Re: Market sales suddenly cut in half

2011-04-26 Thread Jon F Hancock
I'm not sure what you mean by "automated console data import." Getting your back log of data is a pain because you have to watch your records and keep running the script changing variables to get everything. After that, it uses Checkout's notification api to get all the notifications since the la

Re: [android-developers] Re: Poor relevancy in Android market since yesterday.

2011-02-12 Thread Jon F Hancock
Come to think of it, Radiant HD popped to the top of the list when I searched for Facebook the other day. I think it is because Radiant HD describes itself as being able to share top scores on Facebook. It still shouldn't show up above Facebook though. For a long time, my app, LauncherPro Icons,

Re: [android-developers] Re: Checkout transitioning to monthly payouts?

2011-02-11 Thread Jon F Hancock
Interestingly, I received an email this evening (that did not go to spam) from Checkout that is almost identical to the one Nathan pasted in here . Was that email scheduled to be delivered a week after they started the proce

Re: [android-developers] Re: Checkout transitioning to monthly payouts?

2011-02-11 Thread Jon F Hancock
Oh I was talking about income tax. On Fri, Feb 11, 2011 at 11:07 AM, Nathan wrote: > Now that Google is buying the software from us in bulk and selling it > to the consumer individually with a 30% markup, it really calls into > question Google's presumption that they are *not* the retailer. > >

Re: [android-developers] Re: Checkout transitioning to monthly payouts?

2011-02-11 Thread Jon F Hancock
Ugh. I'm sorry I didn't see your original post about it, Nathan. That would have at least saved me from the surprise. Actually, we didn't have a buffer savings exactly. What we had was tax savings. We put 18% of every deposit into a savings account not to be touched until tax season. We operate

Re: [android-developers] Re: Checkout transitioning to monthly payouts?

2011-02-11 Thread Jon F Hancock
Yeah. Since spam is automatically deleted after 30 days, anything they sent before Jan 11 is gone. I always get the emails from android-market-supp...@google.com. Never had one drop into spam. Did they send from that address, or from another one? At any rate, I shouldn't have to change my spam

Re: [android-developers] Checkout transitioning to monthly payouts?

2011-02-11 Thread Jon F Hancock
Yeah. I'm well aware that Google is horrible at end user support, and that it is unrealistic to expect them to either apologize or actually do something about it. To be clear, I have enough savings anyway that this is not devastating for me, but rather an annoyance. But then, I also have a full-

[android-developers] Re: Poor SQLite implementation? first time data access way to slow

2010-12-10 Thread Jon Shemitz
On a previous generation of smartphone hardware, a 1msec difference in db access on an UML [User Mode Linux] emulator turned into a whole second difference on a "Zylonite" board. So a 120x difference between desktop hardware with a hard disk and an Android device with flash memory doesn't seem at a

Re: [android-developers] Re: What Tablet would you get

2010-12-09 Thread Jon F Hancock
Doh! I failed to include the link for the market fix http://forum.xda-developers.com/showthread.php?t=861044 On Thu, Dec 9, 2010 at 10:43 AM, Jon F Hancock wrote: > Follow the first list of steps here: > http://forum.xda-developers.com/showthread.php?t=827209 to get the market > and oth

Re: [android-developers] Re: What Tablet would you get

2010-12-09 Thread Jon F Hancock
ve some detail on what you had to do to get it installed? > > By the way, the Samsung Galaxy Tab in Canada *does* have the market > installed, at least on the version I was able to test on. > However I have not been able to get my hands on one up here in Canada. > > - Brill > >

Re: [android-developers] Re: What Tablet would you get

2010-12-09 Thread Jon F Hancock
With a little hacking, the market works fine on the g Tablet. There are some apps that are mysteriously missing from the market, but most of it is there, and others can be side loaded. On Wed, Dec 8, 2010 at 2:28 AM, obie wrote: > wow no marketplace? That sucks. > > Could you post a source so I

Re: [android-developers] Re: What Tablet would you get

2010-12-08 Thread Jon F Hancock
ct? >> >> - Brill Pappin >> >> On Dec 8, 4:32 am, Jon F Hancock wrote: >> > Are you on windows, Linux or Mac? You'll have to manually add the >> vendor ID >> > to your arbitrary settings, but where you do that depends on your >> platfo

Re: [android-developers] Re: What Tablet would you get

2010-12-08 Thread Jon F Hancock
link to it later today. On Wed, Dec 8, 2010 at 9:24 AM, Brill Pappin wrote: > Thats on Linux where you need to add your VVendor ID, correct? > > - Brill Pappin > > On Dec 8, 4:32 am, Jon F Hancock wrote: > > Are you on windows, Linux or Mac? You'll have to manually add

Re: [android-developers] Re: What Tablet would you get

2010-12-08 Thread Jon F Hancock
Are you on windows, Linux or Mac? You'll have to manually add the vendor ID to your arbitrary settings, but where you do that depends on your platform. On Dec 8, 2010 12:30 AM, "Gus" wrote: > Hi Jon: > > I also have the VIewsonic 10" Tablet, and I think it's gr

Re: [android-developers] Re: What Tablet would you get

2010-12-07 Thread Jon F Hancock
So the more I use my Viewsonic g Tablet, the more I love it. It does have some weird issues, but in general, it is fantastic. After using Android and especially playing Angry Birds on a nice big 10" screen, my phone seems useless. If I wasn't so concerned about having internet everywhere, I woul

[android-developers] Copy a database from a retail phone to a development phone?

2010-11-29 Thread Jon Shemitz
I have a need to examine the contacts and call log databases. My development phone has no contacts; it also has no SIM card, and hence no calls. I need realistic data, so I can't just add some random garbage. The obvious answer is to copy the database from my personal (2.1u1 retail build) phone to

[android-developers] Limitations of the MapView and MapActivity design

2010-10-25 Thread Jon Perlow
to fix it? Is the best workaround simply to use a WebView that uses the javascript API? Thanks. -Jon -- 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 un

[android-developers] Re: Scaling / Animating a Camera preview surface

2010-09-22 Thread Jon Sutherland
drawing to a canvas white scaling, but this seems over-complicated compared to using the Animations API. If someone can help point me in the right direction that would be awesome! Thanks, Jon On Sep 20, 7:09 pm, Jon Sutherland wrote: > I am using android.hardware.Camera to get a preview

[android-developers] Scaling / Animating a Camera preview surface

2010-09-21 Thread Jon Sutherland
ut that doesn't seem to work too well on various hardware and it would be tough to animate smoothly. Does anyone has any suggestions on how to achieve this effect? Right now I am starting to think I might have to implement this using GLSurfaceView but I'm very unsure. Thanks, Jon --

[android-developers] How to add option to "share via" menu

2010-09-16 Thread Jon
Hello all. Within a browser, when long clicking a piece of text the "share via" context menu appears. I'd like to add an item to this but I can't find anything (blogs, tutorials etc) that helps. Can anyone point me in the right location(s)? Regards, Jon -- You received

[android-developers] Switching font

2010-09-09 Thread Jon mailinglists
out how to do it in xml. Thanks Jon -- 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+unsubsc

[android-developers] Droid 2 ADB Issue

2010-09-01 Thread Jon Cook
Has anyone had any problems with you're Droid 2 to ADB? Things were great on the Droid 1. I updated all of the Motorola drivers and so forth but no luck with ADB. Any thoughts? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

Re: [android-developers] Will data remain after updating android os in mobile phones

2010-06-24 Thread Jon Wikman
I lost all apps and data when I did a factory reset of my Android phone (X10 Mini). // Jon On Thu, Jun 24, 2010 at 12:41 PM, santha wrote: > Hi folks, > > I need some clarification regarding Updating android OS version.. > > Currently my mobile is running on android-1.6 and i ha

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-29 Thread Jon
to those who received a droid in US... i got a text message regarding a number to call to switch an actual verizon line to the phone. i accidentally deleted that 800# and was wondering if anyone else got it. thanks! -- You received this message because you are subscribed to the Google Groups "And

[android-developers] Re: Send SMS fails on CDMA Device.

2010-04-27 Thread Jon
The CDMA implementation of sendDataMessage is incorrect and doesn't work. See http://code.google.com/p/android/issues/detail?id=7319 -- 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@go

Re: [android-developers] Re: Lengthy question(s) on 2D graphics optimization

2010-04-25 Thread Jon mailinglists
On Sat, Apr 24, 2010 at 3:39 PM, Alan Carvalho de Assis wrote: > Hi Jon, > > On 4/24/10, Zsolt Vasvari wrote: >> Can I suggest you to look at the source code of this game? >> >> http://code.google.com/p/replicaisland/ >> >> It's a great litt

[android-developers] Lengthy question(s) on 2D graphics optimization

2010-04-23 Thread Jon mailinglists
hings that would completely or partially be drawn outside the view port? 3. Is clipping, translate or just drawing pos based most efficient? 4. And since you've read through all this a little bonus question: Do people tend to have two threads, one for synchronized drawing and only doing that

[android-developers] droid

2010-04-05 Thread Jon
received a Droid today. didn't bother opening/using it since i was hoping for a nexus one. it seems that only droids have been sent out so far.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-05 Thread Jon
just got a droid today, not sure if it works since i didn't bother turning it on. was hoping for a nexus one, but i dont think anyone has received one yet. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to

Re: [android-developers] Re: ServerSocket 3G connection

2010-03-04 Thread Jon Dixon
> on the same wifi network. Most Wifi networks are behind NAT firewalls, > and you won't be able to get incoming connections from outside. > > On Mar 4, 2:45 pm, Jon Dixon wrote: > > I have tried several different ports. All ports were above the 0-1024 > well > &g

Re: [android-developers] Re: ServerSocket 3G connection

2010-03-04 Thread Jon Dixon
I have tried several different ports. All ports were above the 0-1024 well known port values. In my last attempt I tried a port value of 1956. All devices that attempt to connect to the Droid hang and eventually throw a connection timeout exception. Do you have any recommendations that I can t

[android-developers] Re: How to use a Live Wallpaper in an Activity?

2010-02-04 Thread Jon Taylor
d your Activity. > > > > On Wed, Feb 3, 2010 at 4:17 PM, Jon Taylor wrote: > > Hi, > > > I have created a small sample Live Wallpaper, and I want to use it > > with a small test Activity I have also created.  However, I cannot > > seem to find an example of how to

[android-developers] How to use a Live Wallpaper in an Activity?

2010-02-04 Thread Jon Taylor
Hi, I have created a small sample Live Wallpaper, and I want to use it with a small test Activity I have also created. However, I cannot seem to find an example of how to do this. The examples I have seen on the Web and in the Android sources all seem to focus on creating the live wallpaper itse

[android-developers] VideoView playback fails on 2.0.1? MediaPlayer warnings in logcat

2009-12-15 Thread Jon Colverson
ormats 0, 87, 114 and 116. These videos worked fine on Android 2.0 devices. I presume I'm going to have to re-encode them, but I'm not sure what parameters to use. The current videos are H.264 176x144 at 15 fps with 32kHz mono AAC audio. Can anyone shed some light on what the 1,44 warni

[android-developers] Re: What is the Sprint Hero AppWidget problem?

2009-12-07 Thread buddha jon
Ok, I just encountered the same issue. Have you found any traction with htc or potential workarounds? I was thinking that something might be possible if I could tell the difference between a widget getting created on entering a scene vs. a user created one, but don;t know how to determine that.

[android-developers] Re: "ERROR: the user data image is used by another emulator. aborting"

2009-11-19 Thread Jon
I have seen this error in two situations. The first one is when my AVD is created on a network folder. That problem is resolved when I move the AVD folder to my local drive and update the AVD .ini in my home folder on the network. The second way I can get this error is when I try to run two insta

[android-developers] Re: "ERROR: the user data image is used by another emulator. aborting"

2009-11-19 Thread Jon
w to get that error is by trying to run a second instance of the same AVD on emulator. Cheers, Jon On Nov 16, 3:06 pm, Susan wrote: > No solution yet. I found that when it occurs, some user data files in > the AVD directory are locked and I can unlock them using Unlocker. > Unfortunatel

[android-developers] Re: "ERROR: the user data image is used by another emulator. aborting"

2009-11-19 Thread Jon
I have seen this error in two situations. The first one is when my AVD is created on a network folder. That problem is resolved when I move the AVD folder to my local drive and update the AVD .ini in my home folder on the network. The second way I can get this error is when I try to run two insta

[android-developers] Does the Motorola Droid support the multitouch API?

2009-11-02 Thread Jon Colverson
to a Droid confirm whether the multitouch API works on it? Thanks. -- Jon -- 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, s

[android-developers] Re: Multitouch support in Android 2.0

2009-10-27 Thread Jon Colverson
On Oct 27, 9:29 pm, Dianne Hackborn wrote: > On Tue, Oct 27, 2009 at 2:12 PM, Jon Colverson wrote: > > Is there a way to query the device to see if it supports multitouch? > > Not currently. > > > Is there anything would prevent me from getting this working via > >

[android-developers] Re: Multitouch support in Android 2.0

2009-10-27 Thread Jon Colverson
minSdkVersion? Are the multitouch events delivered to apps with minSdkVersion < 5? Thank you! -- Jon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] Re: SurfaceDestroyed and Game Thread Problem

2009-07-19 Thread Jon Colverson
tp://android-developers.blogspot.com/2009/04/introducing-glsurfaceview.html -- Jon --~--~-~--~~~---~--~~ 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] Re: Howto detect media actions

2009-07-12 Thread Jon Colverson
m still not receiving the broadcast message. What > I'm doing wrong here? You need to remove the ACTION_ part from the names. -- Jon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] Re: How to prevent app to be removed/uninsalled

2009-07-02 Thread Jon
We plan to build our own firmware and have the app pre-installed. Then how to make this app unremovable/uninstallable? Is that possible? Thanks, J On Thu, Jul 2, 2009 at 5:19 AM, John Smith wrote: > > > 2009/7/2 Dianne Hackborn > >> You explicitly can not do this. >> > > Except if you build y

[android-developers] Re: ListView divider - which drawable?

2009-06-30 Thread Jon Colverson
On Jul 1, 2:53 am, gsmd wrote: > Which drawable does the default ListView use as a divider? > TIA. ?android:attr/listDivider in a view with layout_height of 1dp. -- Jon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: how to use jarsigner

2009-05-10 Thread Jon Colverson
java.lang.RuntimeException: keystore load C:\Dokumente > und Einstellungen\Administrator.BEHLAU\my-release-key.keystore System kann die angebene Datei nicht finden> Have you navigated (using the 'cd' command) to the directory that c

[android-developers] Re: Urgent! can't update apps in market. No error message

2009-05-09 Thread Jon Colverson
to solve the problem or know who could help in > the Google company? I think that the OS would need to be changed to allow this, so I expect you're out of luck, I'm afraid. -- Jon --~--~-~--~~~---~--~~ You received this message because you are su

[android-developers] Re: How Do I Compile in "Release" Mode?

2009-05-05 Thread Jon Colverson
t talking about signing your apk with your own private key (which is required for uploading to the Market). The latest SDK has stuff in the export wizard to help with that, but in the older releases you can only export unsigned and then sign with the command-line tools. -- Jon --~--~-~--~--

[android-developers] Re: Documentation does not specify when an API was added

2009-05-01 Thread Jon Colverson
the API Differences reports: http://developer.android.com/sdk/api_diff/3/changes.html I filed an issue about the Javadocs: http://code.google.com/p/android/issues/detail?id=2557 -- Jon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

[android-developers] Re: SurfaceFlinger and permitions

2009-05-01 Thread Jon Colverson
t only on the G1,  it works fine on the emulator Have you tried stepping through your code (particularly your OpenGL initialization stuff) to see which line is causing the process to die? I expect that the HW3D_REVOKE_GPU error is just a symptom of the sudden process death rather th

[android-developers] Re: Basic HTTP authentication

2009-04-29 Thread Jon Colverson
On Apr 29, 6:06 pm, Wouter wrote: > I cannot access my page! How can I do this? Can you post your code? -- Jon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Re: Basic HTTP authentication

2009-04-28 Thread Jon Colverson
ovider().setCredentials( new AuthScope(HOST, PORT), new UsernamePasswordCredentials(username, password)); -- Jon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Re: cupcake 1.5 r1 surfaceCreated is not called!!!

2009-04-28 Thread Jon Colverson
); - here I untill surfaceCreated change > variable that > it's ready,but it's never called. surfaceCreated() is getting called for me in the 1.5r1 emulator. Can you give a bit more detail about what you're doing? Does waitForScreen () s

[android-developers] Re: OutOfMemoryError from BitmapFactory

2009-04-28 Thread Jon Webb
I have a clue -- the OutOfMemoryError went away when I set debuggable to false. Does that help? -- Jon Webb On Apr 28, 2:59 pm, Ward Willats wrote: > At 11:19 AM -0700 4/28/09, Jon Webb wrote:>Like many others here I'm getting > OutOfMemoryError from BitmapFactory > > wh

[android-developers] OutOfMemoryError from BitmapFactory

2009-04-28 Thread Jon Webb
Like many others here I'm getting OutOfMemoryError from BitmapFactory when decoding multiple bitmaps. I am sure I am not leaking memory. Here is the system log from a crash: I/dalvikvm-heap( 501): Grow heap (frag case) to 8.731MB for 1357499- byte allocation I/ActivityManager( 82): Process com

[android-developers] Re: problems with bitmaps

2009-04-28 Thread Jon Webb
I didn't see an answer to your question. You should always recycle your bitmaps when you're done with them. bmp.recycle(); That said, bitmaps do take up a lot of memory, and of course it has to be contiguous, so you must be careful using them. E.g., use System.gc () judiciously, et

[android-developers] Re: Layout question - how to replicate what the iPhone does...

2009-04-27 Thread Jon Colverson
awableLeft etc. attributes, or setCompoundDrawables() method. They can also be grayed out by using setEnabled(). -- Jon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

[android-developers] Re: opengl display issue when using g.getHolder().setFormat(PixelFormat.RGBA_8888);

2009-04-25 Thread Jon Colverson
roid/issues/detail?id=1963 I don't have a solution for that one. -- Jon --~--~-~--~~~---~--~~ 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@

[android-developers] Using NetworkInfo for gathering info on a port?

2009-04-22 Thread Jon Smith
ice on the same port for it to pick it up as filtered. I beleive i am halfway there, but have stumbled at the last herdle. Thanks in advance for any help. Jon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "And

[android-developers] Re: Camera preview different from captured image

2009-04-22 Thread Jon Webb
understand that this is an artifact of the hardware. It would be nice if the exact difference in pixels between the field of view of the still image and the preview image was documented somewhere. On Apr 21, 5:09 pm, Jon Webb wrote: > Has anyone noticed that the camera preview image field of view

[android-developers] Camera preview different from captured image

2009-04-21 Thread Jon Webb
Has anyone noticed that the camera preview image field of view is slightly smaller than the captured image? That is, if, using the capture application I align the top of the camera preview with some object in the scene, and then capture, the captured image will extend noticeably outside the previe

[android-developers] Re: Building different versions of an app -- best practice?

2009-04-21 Thread Jon Colverson
Anyone have a better way? I spent a day trying different ways of doing this, with different projects using a common source directory, but the insurmountable problem was that the R.java resource file was always put in the package matching the manife

[android-developers] Re: Shutdown notification?

2009-04-21 Thread Jon Colverson
how to run a task just before the phone is turned off? There isn't a way of doing this at the moment: http://groups.google.com/group/android-developers/browse_thread/thread/b964c4d9c7c67a79/304d710e9c4c0801?lnk=gst&q=shutdown#efbd8f9398fdee16 -- Jon --~--~-~--~~

[android-developers] Re: User input in an AppWidget?

2009-04-16 Thread Jon Colverson
ll the state from the others views in the RemoteViews layout (EditTexts, Checkables, RadioGroups) and puts that into the Intent. -- Jon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] User input in an AppWidget?

2009-04-15 Thread Jon Colverson
ubmit Button, but as far as I can see there's no way to get at user input in a RemoteViews. Is that right, or am I overlooking something? Thanks. -- Jon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android De

[android-developers] su permission denied

2009-04-14 Thread Jon Webb
Any idea why I get permission denied when I run su in adb shell? I've seen multiple posts here claiming all you have to do is run su, but it never works for me. Why? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "And

[android-developers] Re: ADT Layout Editor -- What do warning triangles mean?

2009-04-13 Thread Jon Webb
Thanks for the prompt and clear response. -- Jon Webb On Apr 13, 8:59 pm, Xavier Ducrohet wrote: > This is very much a work in progress, and unfortunately it's not > really documented at this time. > > The triangle icon (which is awarningicon) means that you have > requeste

[android-developers] ADT Layout Editor -- What do warning triangles mean?

2009-04-13 Thread Jon Webb
time. Is there documentation some place on what these fields mean and how they are supposed to be used? -- Jon Webb --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gro

[android-developers] Re: Unable to download app on the dev phone from the android market...

2009-04-12 Thread Jon Colverson
g the setting can cause some severe problems: http://code.google.com/p/android/issues/detail?id=2047 -- Jon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

  1   2   3   >