[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

[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 regions. &

[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

[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 uses-feature android:name=android.hardware.GAMEPAD / to my manifest so that buyers can

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

2015-07-21 Thread Jon Colverson
UTC+1, Jon Colverson wrote: 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 uses-feature android:name=android.hardware.GAMEPAD

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

2013-11-08 Thread Jon Sutherland
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 camera using android.hardware.Camera setOneShotPreviewCallback. The camera preview goes

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

2013-11-08 Thread Jon Sutherland
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 jon.sutherl...@gmail.comwrote: Hi, Thanks for your response. Note that I am using

[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-17 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.

[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 per...@gmail.com 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. In ICS

[android-developers] noob developer, application keeps restarting

2012-05-21 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

[android-developers] ICS holo list selector performance

2012-04-20 Thread Jon Perlow
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. -Jon -- You received

[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

[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

[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 george.redempt...@gmail.com 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

[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

[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 https://code.google.com/apis/console. I can't quite figure out how I am supposed to pass these credentials to Picasa! My

[android-developers] possible bug in AsyncTask?

2011-10-18 Thread Jon Perlow
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 to android-developers

[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 per...@gmail.com wrote: A couple screenshots from the debugger. On Tue, Oct 18, 2011 at 1:00 PM, Jon Perlow per...@gmail.com wrote: AsyncTask.java has

[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: 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

[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

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 cumis...@gmail.com 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

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 nikolay.elen...@gmail.com wrote: On Thu, Aug 4, 2011 at 1:27 AM, Kevin TeslaCoil Software ke...@teslacoilsw.com wrote: Mine was split into 4%

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

2011-08-03 Thread Jon F Hancock
business. Jon On Wed, Aug 3, 2011 at 8:11 AM, String sterling.ud...@googlemail.comwrote: 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%. Don't know why

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 nikolay.elen...@gmail.comwrote: On Thu, Aug 4, 2011 at 1:27 AM, Kevin TeslaCoil Software

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

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

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 whitneya...@gmail.com wrote: Both of my two apps, one paid

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

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

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

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

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 critter...@crittermap.com 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

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 herehttps://groups.google.com/d/topic/android-discuss/AYsTjA1Vv00/discussion . Was that email scheduled to be delivered a week after they started the

[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

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 alla...@gmail.com wrote: wow no marketplace? That sucks. Could you

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

2010-12-09 Thread Jon F Hancock
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 On Dec 9, 12:54 pm, Jon F Hancock

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 jonfhanc...@gmail.comwrote: Follow the first list of steps here: http://forum.xda-developers.com/showthread.php?t=827209 to get the market

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 gussab...@yahoo.com wrote: Hi Jon: I also have the VIewsonic 10 Tablet, and I think it's great. However, I'm

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

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

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

2010-12-08 Thread Jon F Hancock
On Dec 8, 4:32 am, Jon F Hancock jonfhanc...@gmail.com 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 platform. On Dec 8, 2010 12:30 AM, Gus gussab...@yahoo.com wrote: -- You received

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

[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
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 unsubscribe from this group, send email to android-developers+unsubscr

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

2010-09-22 Thread Jon Sutherland
and 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 jon.sutherl...@gmail.com wrote: I am using android.hardware.Camera

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

2010-09-21 Thread Jon Sutherland
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 -- You received this message

[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 this message because you

[android-developers] Switching font

2010-09-10 Thread Jon mailinglists
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+unsubscr...@googlegroups.com For more

[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 uday.pic...@gmail.com wrote: Hi folks, I need some clarification regarding Updating android OS version.. Currently my mobile is running on android-1.6 and i

[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

[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

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 acas...@gmail.com wrote: Hi Jon, On 4/24/10, Zsolt Vasvari zvasv...@gmail.com wrote: Can I suggest you to look at the source code of this game? http://code.google.com/p/replicaisland/ It's a great little 2d side scroller with well

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

2010-04-23 Thread Jon mailinglists
tend to have two threads, one for synchronized drawing and only doing that and one for physics or is one large thread doing both the way to go? Sorry for the bandwidth, the only thing missing is a 5 MB word document with an animated GIF in it, and thanks in advance Jon -- You received

[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

[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

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

[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

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

2010-02-04 Thread Jon Taylor
will show behind your Activity. On Wed, Feb 3, 2010 at 4:17 PM, Jon Taylor dosad...@fastmail.fm 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 do

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

2009-12-15 Thread Jon Colverson
. 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 warning means? Thanks. -- Jon -- You

[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

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

2009-11-19 Thread Jon
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 ska...@gmail.com 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. Unfortunately, though

[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

[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, send email to android

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

2009-10-27 Thread Jon Colverson
On Oct 27, 9:29 pm, Dianne Hackborn hack...@android.com wrote: On Tue, Oct 27, 2009 at 2:12 PM, Jon Colverson jjc1...@gmail.com 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: SurfaceDestroyed and Game Thread Problem

2009-07-19 Thread Jon Colverson
-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-developers@googlegroups.com To unsubscribe

[android-developers] Re: Howto detect media actions

2009-07-12 Thread Jon Colverson
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 group. To post to this group

[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 deltafoxtrot...@gmail.comwrote: 2009/7/2 Dianne Hackborn hack...@android.com You explicitly can

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

2009-06-30 Thread Jon Colverson
On Jul 1, 2:53 am, gsmd gsm...@gmail.com 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

[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 Das System kann die angebene Datei nicht finden Have you navigated (using the 'cd' command) to the directory that contains your keystore file and apk? -- Jon

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

2009-05-09 Thread Jon Colverson
know how 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 subscribed

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

2009-05-05 Thread Jon Colverson
(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 --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: SurfaceFlinger and permitions

2009-05-01 Thread Jon Colverson
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 than the cause. -- Jon

[android-developers] Re: Basic HTTP authentication

2009-04-29 Thread Jon Colverson
On Apr 29, 6:06 pm, Wouter wouterg...@gmail.com 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: 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, etc. -- Jon

[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 goo...@wardco.com wrote: At 11:19 AM -0700 4/28/09, Jon Webb wrote:Like many others here I'm getting OutOfMemoryError from BitmapFactory when

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

2009-04-28 Thread Jon Colverson
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 () spawn another thread and return? -- Jon

[android-developers] Re: Basic HTTP authentication

2009-04-28 Thread Jon Colverson
(); client.getCredentialsProvider().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

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

2009-04-27 Thread Jon Colverson
: use the drawableLeft 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

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

2009-04-25 Thread Jon Colverson
/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@googlegroups.com

[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 jonaw...@gmail.com wrote: Has anyone noticed that the camera preview image

[android-developers] Re: Shutdown notification?

2009-04-21 Thread Jon Colverson
? If not, 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=gstq=shutdown#efbd8f9398fdee16 -- Jon

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

2009-04-21 Thread Jon Colverson
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 manifest's package name. -- Jon

[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

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

2009-04-16 Thread Jon Colverson
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 group. To post to this group, send email

[android-developers] User input in an AppWidget?

2009-04-15 Thread Jon Colverson
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 Developers group

[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

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

2009-04-13 Thread Jon Webb
. 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 group, send email to android

[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 x...@android.com 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 requested

[android-developers] Re: finish() not killing Activity

2009-04-12 Thread Jon Colverson
back to the home screen) before you install a new version? Things act weirdly if you reinstall an app that is already running. I had huge difficulty understanding the activity lifecycle stuff (I was confused for months, literally) until I realized that. -- Jon

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

2009-04-12 Thread Jon Colverson
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 email to android-developers

[android-developers] Re: How to display a horizontal bar

2009-03-31 Thread Jon Colverson
android:layout_height=1dp android:background=?android:attr/listDivider / -- 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] Re: DDMS not listing applications

2009-03-26 Thread Jon Colverson
applications on the emulator. -- 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

[android-developers] Re: Touch screen slowdown

2009-03-26 Thread Jon Colverson
/group/android-developers/browse_thread/thread/39eea4d7f6e6dfca/b50e9be8f47db505?q=#b50e9be8f47db505 (Apologies if you've seen that post already.) -- Jon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Is there a large efficiency difference between Canvas.drawBitmap or OpenGL?

2009-03-17 Thread Jon Colverson
is probably the only way to get a definitive answer. -- 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

  1   2   3   >