[android-developers] Re: Google Play NullPointerException

2017-02-10 Thread Carl Hasselskog
We are experiencing the same issue. Did you manage to solve it? Regards Carl On Wednesday, November 9, 2016 at 11:21:21 AM UTC+1, Mauro López Arias wrote: > > Hello, > > We've uploaded a new beta APK for our app and we've been reported with a > crash from the automatic t

[android-developers] Android Things

2016-12-15 Thread Carl Whalley
Where is the best place to discuss this - is there a Google Group etc? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[android-developers] Re: AsyncTask - wait until the task has finished

2016-08-20 Thread Carl Hopkinson
Always demanding no waiting for async io to finish is not realistic since many applications cannot do useful work until the results are in over the wire. Results of network calls are often used as inputs to computations and not simply as populating views. Until the computations are done, the

[android-developers] Android application company

2016-07-13 Thread Jacob Carl
Anyone looking for best Mobile application development India ? I suggest you FuGenX Technologies . FuGenX is the one of leading Mobile app development companies in USA & India. We have a professional team that is

[android-developers] Android Studio Installation Problem

2016-07-07 Thread Carl N
I have a chromebook running Arm hard float... I can install linux on chroot. Great! Problem is.. when I download android studio jdk it won't run without java, I install the oracle java for hard float great! Problem is when I run android studio it requires library files that are only

[android-developers] Re: Cant Unpublish APK from Beta

2016-03-19 Thread Carl
Something similar happened to me a week ago. It's a trap for the unwary, and they need a warning for it, and in fact I wrote to support suggesting that, and they said they would look into it. But it's no mystery what happened to you. There's a rule in Google Play that once you have published

[android-developers] Re: Cant Unpublish APK from Beta

2016-03-19 Thread Carl
on't see why you couldn't just promote 46 to production (if it is behaving correctly) or, if not yet correct, replace it with a revised build 47 that does work correctly, and that has targetSdkVersion="23" (and project build target also 23). Carl On Thursday, March 17, 2016 at 8:0

Re: [android-developers] Re: Cant Unpublish APK from Beta

2016-03-18 Thread Carl Gunther
n Friday, March 18, 2016 at 1:18:22 AM UTC-4, Carl wrote: > >> I'm confused regarding what you are saying; we need to clarify: >> >> 1. When you say "targeting 23" are you referring to the targetSdkVersion >> in the manifest, or are you referring to the project buil

[android-developers] Marshmallow stops showing SeekBar thumb when vertical

2015-10-15 Thread Carl Whalley
Posted to SO but there's no reply - anyone come across this? http://stackoverflow.com/questions/33112277/android-6-0-marshmallow-stops-showing-vertical-seekbar-thumb -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] OpenAMF

2013-04-22 Thread Carl Primary
We use OpenAMF to communicate between our Flash GUI and our Java server... does anyone know of an Android client for OpenAMF that we can use to communicate between Android and the Java server? Thanks, Carl -- -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Android bulk app purchases B2b

2012-12-20 Thread Carl
Play is a great way to reach individual users, but if you are doing a bulk sale then other options may make more sense. Carl On Thursday, April 5, 2012 10:55:03 AM UTC-7, android dev wrote: I am a developer of medical apps for android phone and tablets, we sell content to large institutions

[android-developers] Re: Write to another application's internal memory

2012-11-29 Thread Carl
You could try using android:process with the same process name on the manifest declaration of the activities in each app between which you wish communication to occur. Note that they will also probably have to share a single heap, which may create problems, depending upon how much memory is

[android-developers] Re: Help: My app has violated the spam provisions of the Content Policy

2012-10-12 Thread Carl
If we compare these Google Maps keywords from the response supplied by B0b: Keywords: maps, navigation, places, latitude, directions, indoor maps, local search, Street View, traffic, transit with the ones that were considered to be objectionable by Google: *Keywords*: Secret Audio Recorder,

[android-developers] Android Developer Console: Pricing Apps

2012-08-06 Thread Carl K.
set to their currency on save? I guess, it does (should) not float either. Kind Regards, Carl -- 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

[android-developers] Re: AccessibilityEvent in monkey

2012-05-19 Thread Carl H.
how did you initialize the variable? On Thursday, 2 February 2012 00:31:22 UTC, avi wrote: I found out the problem. sConnectionId variable has to be initialized to -1 instead of 0 On Feb 1, 9:43 am, avi avinanku...@gmail.com wrote: I would really appreciate it if someone could help me

[android-developers] Re: SSL Client Authentication Broken in Android 4.0

2012-01-10 Thread Carl Minden
nikolay.elen...@gmail.com wrote: On Tue, Jan 10, 2012 at 4:32 PM, Carl Minden carlmin...@gmail.com wrote: when I made the certificate in openssl I did not call X509_sign() to sign it...for my use case it didn't need to be signed so I hadn't bothered. I see. If it's not signed, it not technically

[android-developers] Re: SSL Client Authentication Broken in Android 4.0

2012-01-10 Thread Carl Minden
for that user. We do not care about any information contained in the cert just that we are talking to the same phone (keypair) On Jan 10, 1:36 am, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Tue, Jan 10, 2012 at 6:14 PM, Carl Minden carlmin...@gmail.com wrote: Hmm, if there was a parse

[android-developers] Re: SSL Client Authentication Broken in Android 4.0

2012-01-09 Thread Carl Minden
On Jan 8, 9:04 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: Are you using a self-signed certificate for the server? If you are, you need to either add it to the system trust store, or pass your custom trust store to  SSLSocketFactory. I was actually using an unsigned certificate

[android-developers] Re: SSL Client Authentication Broken in Android 4.0

2012-01-09 Thread Carl Minden
: On Tue, Jan 10, 2012 at 3:12 PM, Carl Minden carlmin...@gmail.com wrote: On Jan 8, 9:04 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: Are you using a self-signed certificate for the server? If you are, you need to either add it to the system trust store, or pass your custom trust

[android-developers] SSL Client Authentication Broken in Android 4.0

2012-01-08 Thread Carl Minden
I have an Android app which uses an SSLSocketFactory to load a pkcs12 certificate and use that certificate to perform SSL Client authentication with my server. This process worked perfectly on Android 2.1, 2.2, and 2.3, but when I attempt to run this code on a phone or emulator running 4.0 my

[android-developers] Android SDK Source - how do you install this and get it to work properly?

2012-01-07 Thread Carl Moser
for Android 2.2. I have showing that the Source in installed at Help - About - Installation Details. There it shows Android Sources are installed. Any help is appreciated. Carl -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Setting button color in Java but the button color does not reliably change?

2012-01-04 Thread Carl
().setColorFilter(Color.GREEN, Mode.MULTIPLY); b4.getBackground().setColorFilter(Color.BLUE, Mode.MULTIPLY); b5.getBackground().setColorFilter(Color.RED, Mode.MULTIPLY); break; default: break; } } } /Code Carl

[android-developers] Re: interactive activity manager (am) not functioning

2011-12-15 Thread Carl Nagle
Last night I updated with the r16 update, created a new Emulator AVD, and the Activity Manager seems to be present now! Carl On Dec 12, 3:32 pm, Carl Nagle sascan...@gmail.com wrote: I do not seem to have a validactivitymanageravailable from theinteractiveshell. My app has been built

[android-developers] interactive activity manager (am) not functioning

2011-12-12 Thread Carl Nagle
I do not seem to have a valid activity manager available from the interactive shell. My app has been built, installs, and runs in the emulator. But when I drop into an interactive shell with 'adb - e shell' or 'adb shell' any attempt to execute the activity manager (am) does nothing. The

[android-developers] How to remove the logcat's prompt box of ADT 14

2011-10-21 Thread Carl
Hi, I updated to ADT 14 and SDK about android 4.0, but there is a prompt box of logcat, but i don't like it, is there anyway to remove it or not display it? I found eclipse---preference--logcat, but I could not find anyplace that can hidden this? thanks very much -- You received this message

[android-developers] Re: Option to unlock the boot loader for Sony Ericsson Android Gingerbread phones now available.

2011-10-17 Thread Carl
tool and driver package available for download. Check out the thread http://forum.xda-developers.com/showthread.php?t=1034087 Best regards Carl Johansson Sony Ericsson Developer World -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] How do I develop a Eclipse plugin on top of google's ADT?

2011-09-29 Thread Carl Lee
I think it will be nice to modify or enhance google's ADT, since Eclipse's plugins are almost all written in Java and in Eclipse. For example, let DDMS's logcat support regular expression filter; open sqlite3 database directyly in eclipse by double clicking the db file in DDMS's file expolrer.

[android-developers] Android - how to define ShapeDrawables programmatically?

2011-08-24 Thread Carl Whalley
What I'm trying to achieve is to use a Drawable with a couple of layers inside it, but control some values at runtime such as the startColor for the gradient. Here's what I have in my_layered_shape.xml: ?xml version=1.0 encoding=utf-8? layer-list

[android-developers] Android Debug Bridge hack

2011-08-17 Thread Carl Lee
http://android.git.kernel.org/?p=platform/system/core.git;a=tree;f=adb;h=9478be080872bd70b379c8d2b6beb78a535f3b2d;hb=HEAD I was reading these source code from android git, because I want to use a feature of Android Debug Bridge - screenshot. Most screenshot apps on market needs Root permission,

[android-developers] Re: Android Debug Bridge hack

2011-08-17 Thread Carl Lee
By the way, what I want is to get screenshot from the device without the help of a computer On Aug 17, 8:38 pm, Carl Lee ljbha...@gmail.com wrote: http://android.git.kernel.org/?p=platform/system/core.git;a=tree;f=ad... I was reading these source code from android git, because I want to use

[android-developers] Re: Android Debug Bridge hack

2011-08-17 Thread Carl Lee
-a-screenshot/. Thanks On Wed, Aug 17, 2011 at 6:08 PM, Carl Lee ljbha...@gmail.com wrote: http://android.git.kernel.org/?p=platform/system/core.git;a=tree;f=ad... I was reading these source code from android git, because I want to use a feature of Android Debug Bridge - screenshot. Most

[android-developers] Re: Android Debug Bridge hack

2011-08-17 Thread Carl Lee
On Wed, Aug 17, 2011 at 6:28 PM, Carl Lee ljbha...@gmail.com wrote: Thank you but that is not what I want, what I want is to get screenshot from the device without the help of a computer and without root permission On Aug 17, 8:47 pm, Appaholics raghavs...@appaholics.in wrote

[android-developers] Re: Android Debug Bridge hack

2011-08-17 Thread Carl Lee
I don't think this is a security flaw, because Android will prompt user when he/she enables USB Debug, Android will allow adbd to run only if user agrees to that prompt message. On Aug 17, 9:07 pm, Mark Murphy mmur...@commonsware.com wrote: On Wed, Aug 17, 2011 at 8:43 AM, Carl Lee ljbha

[android-developers] Re: finish all running activities in the task above a particular activity.

2011-08-16 Thread Carl Lee
Try this: startActivity(new Intent(getApplicationContext(), Login.class).addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP)); On Aug 16, 5:32 pm, Riv ronnievie...@gmail.com wrote: How to finish all activities above the current activity in the task.? I have an application that has logout option. When i

[android-developers] Re: finish all running activities in the task above a particular activity.

2011-08-16 Thread Carl Lee
. On Aug 16, 2:38 am, Carl Lee ljbha...@gmail.com wrote: Try this: startActivity(new Intent(getApplicationContext(), Login.class).addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP)); On Aug 16, 5:32 pm, Riv ronnievie...@gmail.com wrote: How to finish all activities above the current

[android-developers] Re: Accessing PostGIS database from Android

2011-08-09 Thread Carl Lee
You may want to check the .jar file you included in you .classpath , make sure you have Driver.class in it, so the reflection method( that's Class.forname('org.postgresql.Driver'),which is obviously used in your ReportActivity somehow directly or indirectly) will work correctly in your code. On

[android-developers] Re: Project Ideas

2011-08-09 Thread Carl Lee
How about write a simple twitter client? It's a relatively difficult one for university students, but I'm sure you'll learn a lot from it and have fun, you may ask your friends to use it, and you'll be proud that you made it. Best regards. On Aug 9, 1:12 pm, Sahi cyber.hawk...@gmail.com wrote:

[android-developers] Re: Accessing PostGIS database from Android

2011-08-09 Thread Carl Lee
In the root folder? I think it should be in /org/postgresql/Driver.class, shouldn't it? On Aug 9, 7:09 pm, alexbruy alexander.b...@gmail.com wrote: On 9 авг, 12:00, Carl Lee ljbha...@gmail.com wrote: You may want to check the .jar file you included in you .classpath , make sure you have

Re: [android-developers] How to change the Android system beep sound(when you adjusting the volume by the + or - key) behavior [where is the code that control it]?

2011-08-04 Thread Carl Lee
Find it in the system partition and replace it, you must have Root permission to do that On Thu, Aug 4, 2011 at 5:05 PM, fei wang philip584...@gmail.com wrote: How to change the Android system beep sound(when you adjusting the volume by the + or - key) behavior [where is the code that control

[android-developers] Re: Option to unlock the boot loader for Sony Ericsson Android Gingerbread phones now available.

2011-07-22 Thread Carl
Mills, Ryan A, Thanks for posting, no news at the moment but we hear you. We're still investigating this. As soon as we have any news, we will publish it on Developer World, http://www.sonyericsson.com/developer Regards Carl Johansson Sony Ericsson Developer World -- You received this message

[android-developers] a problem about PppLink.java

2011-07-06 Thread Carl Li
when i change the wap or net: java.io.FileNotFoundException: /sys/class/net/ppp0/operstate (No such file or directory) what's the reason? -- 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] Re: Option to unlock the boot loader for Sony Ericsson Android Gingerbread phones now available.

2011-06-14 Thread Carl
not accept the Firmware upgrade OTA. Regards Carl Johansson Sony Ericsson Developer World On Apr 28, 12:47 pm, Carl carl.johans...@sonyericsson.com wrote: Hi Thanks for your feedback here on Google groups and the Developer blog. At the moment there is no turning back after unlocking

[android-developers] Re: Option to unlock the boot loader for Sony Ericsson Android Gingerbread phones now available.

2011-04-28 Thread Carl
with root access. Best Carl Johansson -- 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] Option to unlock the boot loader for Sony Ericsson Android Gingerbread phones now available.

2011-04-15 Thread Carl
remember that you are unlocking the boot loader at your own risk. Br, Carl Johansson Sony Ericsson Developer World -- 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: onSaveInstanceState problem while making oAuth request

2010-12-13 Thread Carl Lee
I haven't tried yet, but maybe you should see this: http://developer.android.com/guide/topics/resources/runtime-changes.html On Dec 12, 2:14 pm, bobetko bobe...@gmail.com wrote: In my app at some point I am making oAuth request to authorize user with Twitter. App opens WebView in which user

[android-developers] Re: Problems changing the drawable on a Button

2010-12-10 Thread Carl Lee
Maybe you should just simply use button.setBackgroundDrawable(R.drawable.something) In addition, you should also write a selector xml like this: ?xml version=1.0 encoding=UTF-8? selector xmlns:android=http://schemas.android.com/apk/res/android; item android:state_pressed=true

[android-developers] Emulator won't shutdown

2010-12-06 Thread Carl
is unresponsive and can not be closed. 5. The rest of the workstation will continue to function until you attempt to shut it down whereupon it becomes unresponsive. 6. The only way to reset the workstation is to power it off. 7. I have tried different avds. Anyone have any ideas? TIA, Carl

[android-developers] It seemed so simple...

2010-11-22 Thread Carl Brown
Get in on the App inventor to easily implement code, and reference/ research the code I needed to learn app develop quickly.. Make a far better phone call recorder by utilizing a stereo audio format, grab the downlink voice and plug into the right channel while gabbing the uplink voice. Fixing

[android-developers] AndroidHttpClient documentation error - no ability to add interceptor

2010-09-30 Thread Carl H.
The documentation mention that AndroidHttpClient subclass DefaultHttpClient while it implements HttpClient. Furthermore, it says that it gives the ability to users to add interceptors which is not the case. Currently implementing my own until fixed. Thanks, Carl -- You received this message

[android-developers] Re: App breaks for some users after they update from the Market

2010-08-27 Thread Carl Whalley
Might be throwing in a food-for-thought curveball here but I wonder if there's a difference between updating an app that's running and one which isn't? On Aug 26, 8:23 pm, TreKing treking...@gmail.com wrote: On Thu, Aug 26, 2010 at 1:56 PM, Doug beafd...@gmail.com wrote: I don't have anything

[android-developers] Re: Android Market Licensing: Now Available!

2010-08-25 Thread Carl Whalley
That's clearer, thanks. Presumably if you upload apps hacked this way to the Market, your account will get pulled. And since this is the only way of getting apps into the Market it remains safe? On Aug 25, 8:36 am, Dianne Hackborn hack...@android.com wrote: On Tue, Aug 24, 2010 at 8:59 PM, Carl

[android-developers] Re: Android Market Licensing: Now Available!

2010-08-24 Thread Carl Whalley
I'm curious about something regarding signing. If someone does as this hack shows and patches the apk, they need to resign the new build. If they then put this version out and its widely distributed, can't Google see the certificate used to resign it, compare with the original and just revoke the

[android-developers] Re: Dynamic loading of complete layout file.

2010-07-01 Thread Carl Whalley
Check out the layout inflater - in your case you'll want to download the XML first. http://developer.android.com/intl/zh-TW/reference/android/view/LayoutInflater.html -- Android Academy http://www.androidacademy.com On Jul 1, 6:41 am, ABhi abhishek.gonda...@gmail.com wrote: Hi All, I'm

[android-developers] What to use to play OTA, RTTL and RTX media formats

2010-06-15 Thread Carl Hernandez
Does anybody know what can I use to play OTA, RTTL and RTX audio formats? From the link below http://developer.android.com/guide/appendix/media-formats.html it is supported by android but it wouldn't play using Media Player. Do you know how this was done? Thanks in advance. -- You received

[android-developers] Re: How can I increase the memory capacity of my Android emulator?

2010-06-15 Thread Carl H
Thanks for those who helped I was able to increase the memory capacity of the emulator and was able to install the huge APK. Go to Preferences. Select “Launch” ADD “-partition-size 1024” on the “Default emulator option” Click “Apply” On May 31, 5:19 pm, Carl H carl.hernan...@gmail.com wrote

[android-developers] Re: How can I increase the memory capacity of my Android emulator?

2010-05-31 Thread Carl H
What if I was able to reduced it to 150MB? Is there away to increase the memory capacity of my Android emulator? Thank you! On May 31, 12:49 am, Mark Murphy mmur...@commonsware.com wrote: Carl H wrote: Thanks for taking the time to answer. I knew I could use the SD card for my audio files

[android-developers] Re: How can I increase the memory capacity of my Android emulator?

2010-05-30 Thread Carl H
I'm using Eclipse. I tried the AVD Manager. tried to increase cache size cache partition ram to 200MB but my 150 MB APK still won't install. insufficient memory On May 28, 7:09 pm, Jay Ganatra ganatra.ja...@gmail.com wrote: which IDE  r u using ??? On Fri, May 28, 2010 at 4:19 PM, Carl

[android-developers] Re: How can I increase the memory capacity of my Android emulator?

2010-05-30 Thread Carl H
: Store the huge audio file on the sd card then access it from your app. Yahel On 28 mai, 12:10, Carl Hernandez carl.hernan...@gmail.com wrote: Hi! My application is almost 1 gig. I don't intend to sell this. This is for personal use. I have large audio files that NEEDs to be stored

[android-developers] How can I increase the memory capacity of my Android emulator?

2010-05-28 Thread Carl Hernandez
Hi! My application is almost 1 gig. I don't intend to sell this. This is for personal use. I have large audio files that NEEDs to be stored folder. The emulator won't launched it since it's big. How can I make the emulator accept a large APK (1gig)? Thanks! -- You received this message because

Re: [android-developers] How can I increase the memory capacity of my Android emulator?

2010-05-28 Thread Carl Hernandez
and  make it as higher space easily !!! On Fri, May 28, 2010 at 3:40 PM, Carl Hernandez carl.hernan...@gmail.com wrote: Hi! My application is almost 1 gig. I don't intend to sell this. This is for personal use. I have large audio files that NEEDs to be stored folder. The emulator won't launched

[android-developers] Audio file list

2010-05-24 Thread Carl H
I need to acquire my audio file names in my raw folder. fileList() of Context class doesn't seem to work. It returns null. private void makeAudioList(){ String[] audiofiles = this.fileList(); : : It tried placing files in the asset folder as well but still the return is null. I'm going

[android-developers] Re: App released but only tested using the emulator. Could you please test it to me?

2010-04-05 Thread Carl Whalley
I ran into this recently. Try this in your AndroidManifest.xml uses-sdk android:minSdkVersion=3 android:targetSdkVersion=4 / -- Android Academy http://androidacademy.com On Apr 5, 6:01 am, Gabriel Simões gsim...@gmail.com wrote: Hi all, After spending some time learning about Android´s SDK

[android-developers] Why is the same dialog sometimes translucent?

2010-04-02 Thread Carl Whalley
I have a Dialog with a Button whos OnClickListener() creates an AlertDialog: public void onClick(View v) { Dialog confirmDialog = new AlertDialog.Builder( activity ) .setIcon( R.drawable.icon ) ... The problem is in one place in the app, actually a MapActivity derived

[android-developers] Remove default margin inside WebView

2010-02-24 Thread Carl Whalley
There seems to be a default inner border in the WebView - it's about 6 pixels all round. How can this be removed so the size matches the content? Simple demo (target is Google API 1.6): public class Main extends Activity { @Override public void onCreate(Bundle savedInstanceState) {

[android-developers] Re: Display a picture for few seconds before running into the main stream

2010-02-23 Thread Carl Whalley
This should give you some pointers: http://www.androidacademy.com/3-tutorials/43-hands-on/167-coolsplash-an-interactive-splash-toy-for-android-apps On Feb 22, 10:06 am, CMF manf...@gmail.com wrote: Hi all, I would like to display a picture for 2secons before running into the main stream of the

[android-developers] In-app payment options

2010-02-19 Thread Carl Whalley
Instead of having 2 versions on the market for apps, one lite (free) and one paid, is it possible to have just the lite one but offer a payment page in the app which upgraded it once the payment is received? -- Android Academy http://www.androidacademy.com -- You received this message because

[android-developers] Re: What's his name?

2010-02-08 Thread Carl Whalley
Mikey Android Academy http://www.androidacademy.com On Feb 8, 1:59 am, tora kogo...@gmail.com wrote: Hello, I have a simple question. What's his name?http://www.android.com/intl/ja/media/android_vector.jpg According to this site, his name is [ android robot

[android-developers] Resume download after app stop/start lifecycle

2010-02-06 Thread Carl Whalley
I've an App which performs a potentially large download in background thread. When the orientation changes or the keyboard is opened the App lifecycle system invokes the start/stop/pause/resume etc calls - is there any strategy available to resume the download rather than just set a flag so the

[android-developers] Re: White Paper - Sony Ericsson Vivaz, the HD ready phone

2010-02-04 Thread Carl Whalley
This double post to a broken link is about a Symbian handset. On Feb 4, 6:30 am, SonyEricsson DeveloperWorld sonyericssondeveloperwo...@gmail.com wrote: Vivaz has a 3.2 inch 360 x 640 pixel TFT resistive touchscreen with 16 million color depth. OpenGL ES 1.1 and 2.0 are supported for superb

[android-developers] Downloading apk to Nexus One from local webserver

2010-01-26 Thread Carl Whalley
When developing for the G1 I set up a local apache site to serve APK's and pointed the G1 browser to it. The server is on my local P and the G1 connects via Wifi on its direct IP. The mime types was set up, and the G1 downloads and installs them fine - these are all signed with the public key.

[android-developers] BitmapFactory.decodeFile() vs BitmapFactory.decodeResource() on Nexus 1

2010-01-26 Thread Carl Whalley
I've an app which shows bitmaps using either of these calls on the G1 (1.6) and they show up correctly at the same size. When I run on the N1 (or a 2.1 AVD) I find the same file appears much smaller using BitmapFactory.decodeFile(), but it is correct when using BitmapFactory.decodeResource(). How

[android-developers] Constructing shapes from other objects

2010-01-19 Thread Carl Whalley
In graphics packages you can start with a rectangle, make it a rounded, then say add another triangle and where they meet join them to create a path, which can then be treat as a single object, e.g. filled with a gradient. Can this be done with Androids graphics? I'm trying to make, for example, a

[android-developers] Re: Update individual item in listview

2010-01-19 Thread Carl Whalley
You need to be familiar with the ListAdapter. Try here: http://developerlife.com/tutorials/?p=327 -- Android Academy http://www.androidacademy.com On Jan 19, 8:28 pm, ls02 agal...@audible.com wrote: How do I update individual row in listview? -- You received this message because you are

[android-developers] MapView.setBuiltInZoomControls(true) problem when used in a TabHost

2010-01-09 Thread Carl Whalley
Following http://developer.android.com/guide/tutorials/views/hello-mapview.html to create a MapView based app works but gives a deprecation warning on the mapView.getZoomControls() call for 1.6+. The new way is just to call setBuiltInZoomControls(true) on your MapView and the controls will appear

[android-developers] Re: Android 2.1 SDK

2010-01-06 Thread Carl Whalley
Fx: Waiting to exhale. The Nexus One has been out for almost a day now and *still* no 2.1 SDK ;-) -- Android Academy http://www.androidacademy.com On Dec 16 2009, 10:04 am, String sterling.ud...@googlemail.com wrote: There's been no public announcement of Android2.1, remember, so there's

[android-developers] Keeping Map API keys in sync across a dev team

2010-01-05 Thread Carl Whalley
When an app which uses the Map API is released it must be signed with the public cert. For individual use the key comes from the local debug keystore, created each time the Android SDK is installed. In other words, its different for each developer. When I include a view using it, then commit, my

[android-developers] Validating a dialog with custom onClick()

2009-12-26 Thread Carl Whalley
I have a handler for the custom onClick thus: public class DialogValidator implements OnClickListener { private int id; private Activity activity; protected DialogValidator(Activity activity, int id) { this.activity = activity; this.id = id;

[android-developers] How to know the encoding of an SMS

2009-12-08 Thread Carl
Hi, I am writing an SMS application that processes SMSs according to the encoding type. Is there anyway to know, without needing to parse the PDU, if the message is 7-bit encoded or using UCS-2 encoding? Thank you. Carl -- You received this message because you are subscribed to the Google

[android-developers] How to create SMS PDUs

2009-12-03 Thread Carl
related to extracting information from PDUs. Thanks in advance. Carl -- 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

[android-developers] Advice on keeping app running/available

2009-11-27 Thread Carl Barton
an activity when a new message arrives (probably my issue). So, after floundering back and forth with my indecisions of how best to architect it, I figured I would ask around to get some suggestions and then attack it from there. So, any ideas from anyone? Thanks, Carl -- You received this message

[android-developers] Re: Testing on every possible device

2009-11-13 Thread Carl
from them. http://www.deviceanywhere.com/ I don't know what they have for Androids at this point but definitely worth a look. Carl On Nov 13, 2:09 am, SoftwareForMe.com sa...@softwareforme.com wrote: We have many phones, but we don't--and probably never will--have all of them. It's

[android-developers] Re: Error using InstrumentationTestRunner with multiple projects

2009-10-19 Thread Carl H.
I get this error as well, I believe it depends on the order of imports within your test project. If you have lib1 added to both the test and tested project, you ll get something of that sort Still trying to sort it out. On Oct 14, 4:31 am, Brett Chabot brettcha...@android.com wrote: I'm not

[android-developers] Re: Google wave invitations...?

2009-10-16 Thread Carl Whalley
I'd love an invite too ... anyone ... thanks! On Oct 16, 2:26 pm, Gavin Aiken gavin.ai...@imperial.ac.uk wrote: Takes at least 24 hours in my experience :) have fun waving! On Fri, Oct 16, 2009 at 2:09 PM, Kenneth Adam Miller kennethadammil...@gmail.com wrote:  Have any of you gotten an

[android-developers] Re: Can't use commands in command prompt.

2009-10-14 Thread Carl
. what now? On 14 Okt, 00:20, Marco Nelissen marc...@android.com wrote: Well, given the error message you mentioned in your original post, the folder where java.exe is located would be good to have in your path. On Tue, Oct 13, 2009 at 3:15 PM, Carl cm.sandens...@gmail.com wrote: Could you

[android-developers] Re: Can't use commands in command prompt.

2009-10-14 Thread Carl
. what now? On 14 Okt, 00:20, Marco Nelissen marc...@android.com wrote: Well, given the error message you mentioned in your original post, the folder where java.exe is located would be good to have in your path. On Tue, Oct 13, 2009 at 3:15 PM, Carl cm.sandens...@gmail.com wrote: Could you

[android-developers] Re: Can't use commands in command prompt.

2009-10-14 Thread Carl
. what now? On 14 Okt, 00:20, Marco Nelissen marc...@android.com wrote: Well, given the error message you mentioned in your original post, the folder where java.exe is located would be good to have in your path. On Tue, Oct 13, 2009 at 3:15 PM, Carl cm.sandens...@gmail.com wrote: Could you

[android-developers] Re: Can't use commands in command prompt.

2009-10-14 Thread Carl
Thanks, i was a bit off there. It is working now. Regards Carl Magnus On 14 Okt, 18:23, Marco Nelissen marc...@android.com wrote: On Wed, Oct 14, 2009 at 9:09 AM, Carl cm.sandens...@gmail.com wrote: I've copied the folder from the JDK and put it in the SDK. Nothing changed. Copying

[android-developers] Can't use commands in command prompt.

2009-10-13 Thread Carl
change anything.) Tanks Carl --~--~-~--~~~---~--~~ 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

[android-developers] Re: Can't use commands in command prompt.

2009-10-13 Thread Carl
I have a JDK installed on C: but put the SDK on D:. Does it matter? On 13 Okt, 22:24, Marco Nelissen marc...@android.com wrote: Sounds like you didn't install a JDK, or it's not in your path. On Tue, Oct 13, 2009 at 12:49 PM, Carl cm.sandens...@gmail.com wrote: Hi, When i'm

[android-developers] Re: Can't use commands in command prompt.

2009-10-13 Thread Carl
as long as the relevant parts of the SDK are in your path. On Tue, Oct 13, 2009 at 1:48 PM, Carl cm.sandens...@gmail.com wrote: I have a JDK installed on C: but put the SDK on D:. Does it matter? On 13 Okt, 22:24, Marco Nelissen marc...@android.com wrote: Sounds like you didn't install

[android-developers] Re: Why are the save/restore lifecycle events called twice when switching the emulator from landscape to portrait?

2009-09-28 Thread Carl Whalley
code which was causing the width in an onLayout () call to *sometimes* come in as 0, which it turns out is this spurious lifecycle event. -- http://www.androidacademy.com On Sep 28, 9:27 am, skink psk...@gmail.com wrote: On Sep 27, 1:31 pm, Carl Whalley carl.whal...@googlemail.com wrote

[android-developers] Re: Crossword Puzzle in Android

2009-09-28 Thread Carl Whalley
I just put a tutorial up on making tiles scale correctly. Its not exactly what you are doing but theres enough overlap to get you going. http://www.androidacademy.com/3-tutorials/43-hands-on/154-device-independent-display-scaling -- http://www.androidacademy.com On Sep 28, 1:05 pm, Kwan Toh

[android-developers] Why are the save/restore lifecycle events called twice when switching the emulator from landscape to portrait?

2009-09-27 Thread Carl Whalley
This is with the 1.6 1.5 SDKs, not tried earlier ones. When you switch from portrait to landscape the onSaveInstanceState()/ onRestoreInstanceState() pair are called once, but when going back from landscape to portrait they are called twice, unless I've missed something. To test, see the log

[android-developers] AVD for Motorola Cliq?

2009-09-11 Thread Carl Whalley
Anything around? In particular, exactly what do those buttons do and are we to assume to use the DPAD in portrait mode the phone is turned 180 from what you'd expect normal portrait mode to be (see the pic, you'll see what I mean: http://ota.cc/az). I'm just guessing here but as a developer would

[android-developers] Re: AVD for Motorola Cliq?

2009-09-11 Thread Carl Whalley
events for you based on the current orientation like it does for the trackball on other devices. On Fri, Sep 11, 2009 at 12:57 AM, Carl Whalley carl.whal...@googlemail.comwrote: Anything around? In particular, exactly what do those buttons do and are we to assume to use the DPAD

[android-developers] Re: AVD for Motorola Cliq?

2009-09-11 Thread Carl Whalley
Ok, sorry for posting before I read the link - the DPAD does adjust as you'd expect and it is explained further at the page Anna pointed to.. On Sep 11, 10:21 pm, Carl Whalley carl.whal...@googlemail.com wrote: Small point raised in my original post: if you do as you suggest and keep the app

[android-developers] Re: buttons hidden

2009-09-06 Thread Carl
wrote: Carl wrote: I'm trying to show a simple layout where I can call this activity and fill in some values, then hit the save or cancel button. Unfortunately the save and cancel buttons never appear. Can someone help please? Use hierarchyviewer to figure out where your missing widgets

[android-developers] Re: buttons hidden

2009-09-06 Thread Carl
, 23:13, Mark Murphy mmur...@commonsware.com wrote: Carl wrote: What I'm trying to achieve is this: A label with Band in it, and next to it a textbox in which to type the band's name, then underneath the Band label a label Members, and next to it a textbox to type the members

[android-developers] buttons hidden

2009-09-05 Thread Carl
I'm trying to show a simple layout where I can call this activity and fill in some values, then hit the save or cancel button. Unfortunately the save and cancel buttons never appear. Can someone help please? ?xml version=1.0 encoding=utf-8? LinearLayout

[android-developers] Re: Android

2009-08-29 Thread Carl Whalley
Theres an interactive timeline here: http://www.androidacademy.com/3-features/40-current/49-article-what-makes-android-tick On Aug 29, 12:48 am, Nikamov nika...@gmail.com wrote: Just wondering on the release date of Android? --~--~-~--~~~---~--~~ You received

  1   2   >