[android-developers] Re: How to deal with java.io.exception no space left on device when that isnt the case

2012-02-17 Thread Chris Mawata
That will be it. The file cache is supposed to be small (docs recommend under 1 MB. Thanks for the feedback. Many people don't bother to post solutions. Chris On Feb 16, 7:13 pm, Jim Andresakis jimandresa...@gmail.com wrote: So I got this working by changing the context.getCacheDir

[android-developers] Re: How to deal with java.io.exception no space left on device when that isnt the case

2012-02-16 Thread Chris Mawata
Your single application won't be given all of the 1 gig of memory on the device. It is a much more humble number like 16MB or 24MB. Probably the first thing to investigate is why the images are on internal memory. On Feb 16, 5:21 pm, Jim Andresakis jimandresa...@gmail.com wrote: Hello, I have

[android-developers] Re: Password application

2012-02-16 Thread Chris Mawata
In general at the application level trying to interfere with the operation of another application without the other application's cooporation is not going to be possible for obvious reasons. On Feb 16, 3:59 pm, Farhan Tariq farhan@gmail.com wrote: Any way you can think of which is NOT the

Re: [android-developers] Re: What's a solid accuracy measurement from LocationManager?

2012-02-14 Thread Chris Stewart
Wow, not sure how I read it _that_ wrong. Thanks for pointing that out. -- Chris Stewart Locomo Labs http://locomolabs.com On Tuesday, February 14, 2012 at 1:41 AM, gjs wrote: Hi, It returns meters not % public float getAccuracy () Since: API Level 1 Returns the accuracy

[android-developers] What's a solid accuracy measurement from LocationManager?

2012-02-13 Thread Chris Stewart
I'm working with LocationManager to grab a users current location and I've noticed the highest accuracy I've gotten is ~36%. I'm indoors currently, as will most of the users of my application, and I have yet to get a GPS result. I'm only able to obtain a result from the network provider. I'm

Re: [android-developers] What's a solid accuracy measurement from LocationManager?

2012-02-13 Thread Chris Stewart
Sure, that makes sense. I would assume that walking directions means they're outside, in which case I would expect GPS to be available. I'm trying to tell what business someone is in, so some level of accuracy is required. I'm plugging the coordinates being returned into Google Maps and

Re: [android-developers] Re: What's a solid accuracy measurement from LocationManager?

2012-02-13 Thread Chris Stewart
30% is from the getAccuracy call on the Location returned. Chris Stewart Founder, Locomo Labs http://locomolabs.com On Feb 13, 2012 8:53 PM, gjs garyjamessi...@gmail.com wrote: Hi, 30% of what ?, percentage seem meaningless to me. Try examining http://developer.android.com/reference

[android-developers] Re: How to stop service getting latest updates from twitter ??

2012-02-09 Thread Chris Mawata
Take a look at http://developer.android.com/reference/android/app/Service.html It depends on how you are starting the service. On Feb 9, 5:25 am, AndroidGirl8 walaamahmou...@gmail.com wrote: Hi all, i'm  trying to  make service getting twitter update by a thread every 5secs start service just

[android-developers] Re: How to stop service getting latest updates from twitter ??

2012-02-09 Thread Chris Mawata
R.id.stopservices:  startService(new Intent(MarkanaActivity.this, UpdaterServices.class));           break; } return true; On Thu, Feb 9, 2012 at 3:04 PM, Chris Mawata chris.maw...@gmail.com wrote: Take a look at http://developer.android.com/reference/android/app/Service.html It depends on how you

[android-developers] Re: How to stop service getting latest updates from twitter ??

2012-02-09 Thread Chris Mawata
R.id.stopservices:  startService(new Intent(MarkanaActivity.this, UpdaterServices.class));           break; } return true; On Thu, Feb 9, 2012 at 3:04 PM, Chris Mawata chris.maw...@gmail.com wrote: Take a look at http://developer.android.com/reference/android/app/Service.html It depends on how you

[android-developers] Re: 4.0 Action Bar - remove app title.

2012-02-07 Thread Chris
How does the Gmail map in ICS do it then? They have the app title as a drop down. On Dec 22 2011, 2:33 pm, Nathan critter...@crittermap.com wrote: Oh, and using the always tag even works without removing the app title. The app title actually does fit in landscape mode and disappears in

[android-developers] Fwd: Is it possible for an app to replace the NotificationManager?

2012-01-30 Thread Chris Kruger
I fully believe that there should be a System Option with which one can specify if you want Notifications to repeat or not. When one is busy with your work, you do not have time to continually check your phone for status like missed reminders etc. It should be the simplest of things to have such a

[android-developers] Re: Possible to protect settings menu with an android app?

2012-01-24 Thread Chris Mawata
That would make sense. At the application level it is an invitation to chaos. Chris On Jan 23, 7:38 pm, Zsolt Vasvari zvasv...@gmail.com wrote: I assume the real requirement is prevent employees with messing with the phone's settings. IMO, this should probably a part of the android.app.admin

[android-developers] Re: Possible to protect settings menu with an android app?

2012-01-23 Thread Chris Mawata
Actually my employer told me to create an android app that prevents other apps from blocking access to the settings menus. Do you see this couldn't possible work? There are shared aspects of the framework that no one app should have hegemony over. On Jan 23, 1:35 pm, Yar Lag ya...@hotmail.com

[android-developers] Supporting Galaxy Note Issues Due To It Displaying Itself as a LARGE screen layout.

2012-01-20 Thread Chris
I am having issues support the Galaxy Note My app runs on Android 2.1+ , so I can't use the DPI based screen differentiation , and the Galaxy note is 2.3.5 I believe. My app has a normal display size which works great for small/normal , I also have a large display layout that has been working

[android-developers] Re: Supporting Galaxy Note Issues Due To It Displaying Itself as a LARGE screen layout.

2012-01-20 Thread Chris
Murphy mmur...@commonsware.com wrote: On Fri, Jan 20, 2012 at 8:40 AM, Chris chris.fou...@gmail.com wrote: I am having issues support the Galaxy Note My app runs on Android 2.1+ , so I can't use the DPI based screen differentiation , and the Galaxy note is 2.3.5 I believe. My app has

[android-developers] Android Application installed from Eclipse or adb

2012-01-08 Thread Chris White
uninstalling the application on the device itself first. Once again, the app gets listed in my Apps list, but when I try and execute it, I recieve The app isn't installed toast message. The only way I can get this app to run is via eclipse run/debug. Any ideas? Chris White -- You received this message

[android-developers] Issue with my download

2011-12-27 Thread Chris Kehl
My device gives me an error Download failed, A memory card is needed for file download, please insert one and try again. Here is my code. I'm a little new to this, is there a line needed to specify the download path? package com.HelloWebView; import android.app.Activity; import

[android-developers] android.hardware.sensor.pressure required -- No compatible devices

2011-12-26 Thread Chris
Hello, I created an application that uses the pressure sensor. My manifest contains the following feature requirement: uses-feature android:name=android.hardware.sensor.pressure android:required=true/ My developer console listing shows the following requirements: Features:

Re: [android-developers] Re: Alternative (offline) implementation of Geocoder backend service

2011-12-16 Thread Chris Ostler
James Black planiturth...@gmail.com wrote: I haven't tried it, but one solution is to look at how they use Nominim, which is one api for openstreet https://gitorious.org/callerid-for-android/mainline/commit/ffe7607134085fc6ea1b2ce425f8ac26cbc2c3c6/diffs This link shows an example of using

[android-developers] Re: Alternative (offline) implementation of Geocoder backend service

2011-12-15 Thread Chris Ostler
On Dec 12, 5:30 pm, TreKing wrote: Replying back to the whole list. Oops. Thanks for the catch. On Mon, Dec 12, 2011 at 6:06 PM, Chris Ostler chris.ost...@gmail.comwrote: On Dec 12, 4:37 pm, TreKing wrote: On Mon, Dec 12, 2011 at 2:07 PM, Chris Ostler wrote: I'm interested

[android-developers] Re: Alternative (offline) implementation of Geocoder backend service

2011-12-15 Thread Chris Ostler
Replying back to the whole list. Whoops. Clicked the wrong link. Thanks for the save. I'm interested in building an alternative backend service for use by the android.location.Geocoder class. Are you talking about updating the existing Geocoder class? Because you should

[android-developers] Alternative (offline) implementation of Geocoder backend service

2011-12-12 Thread Chris Ostler
I'm interested in building an alternative backend service for use by the android.location.Geocoder class. I'd like to support doing some basic offline geocoding (probably using OpenStreetMap data) when the network is not available, but fall back to the default implementation otherwise. I found

[android-developers] Re: DataBaseHelpers and multiple tables?

2011-12-10 Thread Chris
On Saturday, December 10, 2011 4:06:03 AM UTC-5, petter wrote: in the latter one have to ensure the different Adapter/OpenHelper's implements consistency between the different tables. A single helper for multiple tables seems like a bad idea due to poor encapsulation. -- You received

[android-developers] Re: DataBaseHelpers and multiple tables?

2011-12-09 Thread Chris
On Thursday, December 8, 2011 3:38:51 PM UTC-5, petter wrote: No guidelines or code samples for using databases with multiple tables? Simple. Eg:, from the link you gave: For example to run a query() you can do the following: return database.query(DATABASE_TABLE, new String[] {

[android-developers] Do not have permission to open this page during a callback

2011-12-05 Thread Chris Higgins
provider go to my callback (myschemename://oauth? oauth_token=garbagehere), all the WebView says is You do not have permission to open this page. url here. What do I need to do to be able to get my callback to work successfully? Thanks! Chris Higgins -- You received this message because you

[android-developers] Re: viewing source code

2011-12-05 Thread Chris Mawata
The easiest way is to ask the author. If the author says no then the answer is no. On Dec 2, 1:40 am, newtoandroid shobana...@gmail.com wrote: hii how could i view the sourcecode of an application -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Signing up for a developer account

2011-12-05 Thread Chris Tok
Hello, I am 20 years old and currently studying Computer Science. I have an app almost ready to be uploaded, however I have trouble signing up - this is why: The credit card I hold is not mine but my mother's. While my google account has my personal information, at the time when I must agree to

Re: [android-developers] Understanding the lifecycle of ViewPager

2011-11-28 Thread Chris Stewart
runnable that's called after the processing is completed. Should I instead be looking at using Loaders for this moving forward? -- Chris Stewart On Wed, Nov 9, 2011 at 7:03 AM, Mark Murphy mmur...@commonsware.com wrote: On Tue, Nov 8, 2011 at 10:51 PM, Chris Stewart cstewart...@gmail.com wrote

Re: [android-developers] Understanding the lifecycle of ViewPager

2011-11-28 Thread Chris Stewart
today by creating an AsyncTaskLoader that understands how to load in all of the data the fragments in my ViewPager need. Thanks for the direction, the app is behaving exactly how I'd like now. -- Chris Stewart On Mon, Nov 28, 2011 at 3:11 PM, Dianne Hackborn hack...@android.comwrote: Loader

[android-developers] RemoteControlClient in Android 4.0

2011-11-28 Thread Chris Soyars
I'm trying to make use of RemoteControlClient to show now playing media information on the Ice Cream Sandwich lockscreen, just like the official (closed-source) Google Music app does. Unfortunately, I can't seem to get it to display anything. I've added some code to my existing application

Re: [android-developers] Re:my app

2011-11-22 Thread Chris Ruskai
I see what you did there. On Tue, Nov 22, 2011 at 2:20 PM, Jim Graham spooky1...@gmail.com wrote: On Tue, Nov 22, 2011 at 11:19:08PM +0530, jaggu wrote: hi myt takeing 58mb memory space how to reduce the memory my application You've already got it down to 58 thousandths of a bit (0.058

[android-developers] Announcement: Android MIT Kerberos Port with CyaSSL Embedded SSL

2011-11-15 Thread Chris C.
Hi, yaSSL would like to announce the availability of the MIT Kerberos libraries on Android and get feedback from the android-developers group. Previously, the Android platform has been void of Kerberos support - forcing Android developers who are either creating new applications or porting

[android-developers] Bug with sending Intents of type */*

2011-11-09 Thread Chris Dreher
Either the documentation for ACTION_SEND is wrong or there is a bug with sending intents with a MIME type of */*. The ACTION_SEND documentation says that when sending this intent, to use */* if the MIME type is unknown (this will only allow senders that can handle generic data streams). However,

[android-developers] Understanding the lifecycle of ViewPager

2011-11-08 Thread Chris Stewart
the reasoning behind and will go that route if necessary but would love to cut the required network I/O requests if possible. -- Chris Stewart -- 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: [android-developers] Re: SDK 4, R15, where is the navigation button?

2011-11-08 Thread Chris Stewart
I suspect you mean the menu button. I believe, and could be very wrong, but if you're using Android 4.0 and on a display of 720p or better (e.g., Galaxy Nexus), you won't see that button. -- Chris Stewart http://chriswstewart.com On Tue, Nov 8, 2011 at 1:56 PM, Kumar Bibek coomar

Re: [android-developers] android statistics (android versions and their market share)

2011-11-08 Thread Chris Stewart
http://developer.android.com/resources/dashboard/platform-versions.html -- Chris Stewart http://chriswstewart.com On Tue, Nov 8, 2011 at 4:09 PM, John Goche johngoch...@googlemail.comwrote: Hello, I wonder if anyone could tell me how long the latest version of android (2.3.3) has been out

Re: [android-developers] Understanding the lifecycle of ViewPager

2011-11-08 Thread Chris Stewart
see the loading image working in the Action Bar, seemingly showing overall progress for the fragments inside the ViewPager. Chris Stewart http://locomolabs.com On Nov 8, 2011 6:43 PM, Dianne Hackborn hack...@android.com wrote: Off-hand, I think it would be easier to implement a custom loader

[android-developers] Android service killed immediately after start, despite calling startForeground()

2011-11-07 Thread Chris
(R.string.notification_long), pendingIntent); startForeground(mNotifyId, notification); Toast.makeText(this, getText(R.string.toast_service_start), Toast.LENGTH_SHORT).show(); return super.onStartCommand(intent, flags, startId); } } Thanks for any suggestions. Cheers, Chris -- You received

[android-developers] Re: Re: Android and WinXP: look for some tips

2011-11-07 Thread Chris
On Tuesday, November 8, 2011 4:52:05 PM UTC-5, SL wrote: What do you mean? You can use Android phones for development. That doesn't mean they are in some low-level debugging mode. Assume that I have an Android phone plugged onto a winxp pc via a USB cable, and my program on

Re: [android-developers] Where do you aim for design specs?

2011-10-31 Thread Chris Stewart
will begin soon as well. -- Chris Stewart http://chriswstewart.com On Sun, Oct 30, 2011 at 4:21 PM, B Lyon bradfl...@gmail.com wrote: ugh. Dealing with this exact same issue myself at the moment (iPhone -- android). The screens link Mark pointed out is great to see what things are out

[android-developers] Creating breadcrumbs for file browser type hierarchy

2011-10-31 Thread Chris
I've looked over the IOSchedule app and have been able to create the FragmentBreadCrumbs object and add it to my ActionBar, etc. but I am unable to make new titles/bread crumbs show up when a new fragment transaction is executed. In the IOSchedule application, they manually set the title and

Re: [android-developers] Re: The current state of C2DM

2011-10-30 Thread Chris Stewart
through all of the specific scenarios, I'll be good to go. -- Chris Stewart http://chriswstewart.com On Wed, Oct 26, 2011 at 11:49 AM, Studio LFP studio@gmail.com wrote: I don't have any battled tested apps using it at the moment, but I have been testing it on some internal applications

[android-developers] Where do you aim for design specs?

2011-10-30 Thread Chris Stewart
be focusing on the largest for phones, and largest for tablets, with the expectation that we can mostly scale down from each of those to the smaller phone and tablet sizes/resolutions/densities? Any thoughts on this topic are welcome. -- Chris Stewart -- You received this message because you

Fwd: [android-developers] extending view class not working but not throwing errors or force close

2011-10-26 Thread Chris Cullington-Johnson
have tried to create using this type of setContentView set up, and am obviously missing something. -- Forwarded message -- From: Chris Cullington-Johnson chriscj...@gmail.com Date: Wed, Oct 26, 2011 at 1:50 PM Subject: Re: [android-developers] extending view class not working

Re: [android-developers] extending view class not working but not throwing errors or force close

2011-10-26 Thread Chris Cullington-Johnson
Thanks TreKing the tutorial is cornboyz I believe it is fairly recent . But no worries I have some books but was getting very confused. Thanks mate. On Oct 27, 2011 1:34 PM, TreKing treking...@gmail.com wrote: On Wed, Oct 26, 2011 at 3:40 AM, Chris Cullington-Johnson chriscj...@gmail.com

[android-developers] extending view class not working but not throwing errors or force close

2011-10-25 Thread Chris Cullington-Johnson
Hello all I am doing a tutorial through you tube I have my java correct but still my button wont enable the view class, it's like button is not linked. I think my manifest might be lacking something, I have listed that below java stuff. My code is This is the first java class that references

Re: [android-developers] extending view class not working but not throwing errors or force close

2011-10-25 Thread Chris Cullington-Johnson
, Oct 25, 2011 at 7:18 AM, Chris Cullington-Johnson chriscj...@gmail.com wrote: I am doing a tutorial through you tube I have my java correct but still my button wont enable the view class, it's like button is not linked. There is no Button in the code you posted

[android-developers] The current state of C2DM

2011-10-24 Thread Chris Stewart
into C2DM again. I'm curious if the general attitude toward it has changed with the developers here and if anyone has trench-level battle stories they'd care to share. -- Chris Stewart http://chriswstewart.com -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Native activity and Intents

2011-10-21 Thread chris
to documentation where I can get up to speed. Chris -- 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

Re: [android-developers] news app

2011-10-16 Thread Chris Stewart
the second activity. Make sense? Chris Stewart http://locomolabs.com On Aug 22, 2011, at 5:30 PM, bob wrote: Ok, let's say you are working on a news app. So, you have a ListView with some article titles. Then, when an article is clicked you have a TextView that replaces the ListView

[android-developers] Re: Android source code not available at official site

2011-10-14 Thread Chris
Because open source is here for your amusement.. Trade you my copy of froyo for your copy of honeycomb? Oh, wait -- 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: Android source code not available at official site

2011-10-13 Thread Chris
On Thursday, October 13, 2011 9:35:46 AM UTC-4, KK wrote: Would appreciate if someone can point me in the right direction to get the (latest)android source code. Thanks a ton. Its been unavailable roughly the past five weeks since kernel.org was hacked. There's no official word on when

[android-developers] Re: This application is available to over 0 devices

2011-10-12 Thread Chris
On Wednesday, October 12, 2011 9:42:42 PM UTC-4, John Gaby wrote: I have uploaded an APK file for a new app, and it is telling me that 'This application is available to over 0 devices'. Over 0 sounds a lot better than less than or equal to 0. I know its not much help, but just saying.

[android-developers] Re: Google AdMob, Navigation and Galaxy S2

2011-10-12 Thread Chris
+1 Thanks! -- 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

Re: [android-developers] Re: SQLite concurrency

2011-10-11 Thread Chris
On Tuesday, October 11, 2011 6:55:08 AM UTC-4, Mark Murphy (a Commons Guy) wrote: On Tue, Oct 11, 2011 at 6:13 AM, Zsolt Vasvari zvas...@gmail.com wrote: I do wish there were a onDestory() on the Application object so I could close the databases before Android terminates my app, but

Re: [android-developers] Stored files on sdcard deleted during uninstall or update

2011-10-11 Thread Chris
I think he meant /Android/data/... on sdcard. It's documented that this will be deleted on API 8 and above during uninstall. Answer is to use another path for persisting data across installs. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Stored files on sdcard deleted during uninstall or update

2011-10-11 Thread Chris
On Tuesday, October 11, 2011 11:34:37 PM UTC-4, Nikolay Elenkov wrote: The real problem is that it gets deleted on *update* as well in some early Froyo versions. So it's not safe to use prior to 2.3. Eeesh. I've had test devices with every Android version up to (but not including 3.x) and

[android-developers] Re: SQLite concurrency

2011-10-11 Thread Chris
On Tuesday, October 11, 2011 10:48:04 AM UTC-4, AndyD wrote: On Oct 11, 9:52 am, Chris creh...@gmail.com wrote: I'm suddenly having some painful COM IUnknown flashbacks :-) Yeah but since its my own code its more like IKnow this time. -- You received this message because you

[android-developers] Re: Email formate validation

2011-10-06 Thread Chris
This regex pattern should match email addresses: [A-Za-z0-9_]+([-+.'][A-Za-z0-9_]+)*@[A-Za-z0-9_]+([-.][A-Za-z0-9_]+)*\.[A-Za-z0-9_]+([-.][A-Za-z0-9_]+)* -- 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: Relative TIme Diff for Mysql Timestamp

2011-10-05 Thread Chris
On Tuesday, October 4, 2011 12:25:39 AM UTC-4, ArcDroid wrote: What is the best way to get the relative difference of a mysql timestamp such as: 2011-07-14 19:27:40 vs. 2011-07-14 19:25:30 http://www.arcdroid.com Create Date objects using DateFormat to parse your formatted strings,

[android-developers] Letting other apps know about Intent extras keys

2011-10-05 Thread Chris
Look up Open Intents. -- 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

Re: [android-developers] NEWBIE needs help with Android Tab Widget tutorial

2011-10-04 Thread Chris Cullington-Johnson
...@gmail.com wrote: On Wed, Sep 28, 2011 at 11:30 PM, Chris Cullington-Johnson chriscj...@gmail.com wrote: My app now doen't display errors but will not run it shows the following error The appication HelloTabWidget (process Tab.Widget) has stopped unexpectedly.. You need to use

Re: [android-developers] Re: preventing keyboard pop up on device when screen pushed

2011-10-04 Thread Chris
I'd recommend using android:windowSoftInputMode=stateUnchanged for the same affect without hassling with config changes. stateUnchanged means if the activity starts and the keyboard isn't showing, then don't show it. If it is showing, then keep it visible. -- You received this message

[android-developers] Vizio tablet (Android 2.3)

2011-10-04 Thread Chris
It's started, but the default home app is crashing. Try to hook it up to USB and adb install a third party launcher while this is showing and reboot. Next boot you should have a choice of launchers, select the one you installed. Not guaranteeing this will work, or any particular home app

[android-developers] Re: Pop Up Dialog with edit box

2011-10-04 Thread Chris
On Tuesday, October 4, 2011 8:56:04 AM UTC-4, Adrian Randall wrote: I cant do this with Alert Dialogs, i cant do this with Inflate as it alwyas has a transpaent background and i can never get it centered...Any other ideas Another alternative is to use a regular activity and use a dialog

[android-developers] Re: weird ACRA error

2011-10-03 Thread Chris
On Monday, October 3, 2011 8:38:42 PM UTC-4, bob wrote: I am getting a weird ACRA error: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0 ... at com.coolfone.sonicboom.Maingame.drawgamescreen(Maingame.java:508) ... Maingame.java:508 corresponds to FallingEnemy

[android-developers] NEWBIE needs help with Android Tab Widget tutorial

2011-09-30 Thread Chris Cullington-Johnson
I have just joined the Android World and am lovn it, however having a bit of trouble with some of the tutorials, in particular the Hello Tab Widget one. Particular part states Notice that this doesn't use a layout file. Just create a TextView, give it some text and set that as the content.

Re: [android-developers] scrolling question

2011-09-29 Thread Chris
On Thursday, September 29, 2011 1:34:10 PM UTC-4, John Goche wrote: Thank you for your replies. I am still wondering though how the user of a mobile phone makes use of the focus feature we have been discussing. Does the user press the tab key on the soft keypad to get it to work? How

[android-developers] cannot initialize android-2.1_r2 repo

2011-09-26 Thread Chris Ruffin
How may the android-2.1_r2 package be downloaded while the android.git.kernel.org is down? The following fails for me for unknown reasons. The tag appears to be in place. x@ubuntu:~/linux/new4$ repo init -u git:// codeaurora.org/platform/manifest.git -b android-2.1_r2 error: revision

[android-developers] Re: Creating PNG images for app startup, background etc

2011-09-26 Thread Chris
On Sunday, September 25, 2011 8:32:50 AM UTC-4, KK wrote: Hi All, Can someone point me to some tutorial or help me on how to create these PNG images with ease. The Android Icon Design Guidelines, here (http://developer.android.com/guide/practices/ui_guidelines/icon_design.html) and

[android-developers] Re: How to install APK programmatically without user prompt

2011-09-26 Thread Chris
On Monday, September 26, 2011 7:49:25 AM UTC-4, nyarlathotep wrote: We are not all trying to hack code behind our desks at home. Sometimes there are special requirements in a business environment that you have to implement and which people is not due and even allowed to tell you. The

[android-developers] Re: weird crash

2011-09-24 Thread Chris
Yes. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options,

[android-developers] Re: Same problem here also

2011-09-22 Thread Chris
On Thursday, September 22, 2011 9:47:54 AM UTC-4, Eowyn Bards wrote: Just created and signed my first app, paid the market fee hours ago but does not show up anywhere. Does anyone know where and to whom can be addressed a message complaining for this? In the developers site i dont see a

Re: [android-developers] Block the upgrade

2011-09-21 Thread Chris
On Wednesday, September 21, 2011 1:07:33 PM UTC-4, TreKing wrote: On Wed, Sep 21, 2011 at 7:47 AM, Perry168 perr...@netvigator.com wrote: How can I block the user to upgrade the Apps if who isn't downloaded from google market? Your question makes no sense. I'll do my best to

[android-developers] Re: android.git.kernel.org is down

2011-09-21 Thread Chris
How is it under that rock you live under? It's been down for weeks and has been covered ad-nauseam. -- 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: What is the sorting order on Android Market?

2011-09-20 Thread Chris
His help would probably amount to keyword spamming so your app gets suspended. Guys, trying to figure out this question is like trying to figure out how Google ranks its search engine results. You don't want to watch people make sausage, do you? -- You received this message because you are

[android-developers] Re: Older stuff

2011-09-19 Thread Chris
You can flash newer firmware on older phones if the phone supports it. You're probably not going to get an update pushed over the air, though, you'll probably have to find a copy of the firmware and flash it yourself. Keep in mind that radio and bootloader firmwares will have to be updated,

[android-developers] ViewStub and Graphical Layout in ADT

2011-09-19 Thread Chris B
How can I/Is it possible to inflate a viewstub in the ADT Eclipse plugin's graphical layout tool? It would be nice to be able to preview my inflated viewstubs without needing to change them to an include and back. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: please help debugging

2011-09-18 Thread Chris
to super.onStart() Your AlarmGroupsActivity class isn't calling super.onStart(). I'm assuming you override onStart()? First line in the method should be to invoke the superclass's onStart(). Hth, - Chris -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Android on Stack Exchange

2011-09-17 Thread Chris
I'm most likely the last one to hear about this, but there's an Android-specific Stack Exchange site now, android.stackexchange.com. Maybe someone can add it to the groups intro? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Copying a file from assets or raw to /system/bin folder (rsync)

2011-09-17 Thread Chris
On Saturday, September 17, 2011 10:45:46 PM UTC-4, Conny wrote: I was assuming that the developers of that app would have done enough research to get it to work on a real device. I guess not enough. And what lead you to believe that 'rsync droid' was a part of the SDK or has anything

[android-developers] Re: Copying a file from assets or raw to /system/bin folder (rsync)

2011-09-16 Thread Chris
On Friday, September 16, 2011 5:02:43 AM UTC-4, Conny wrote: May be forgetting my basics here. I sincerely doubt you ever understood your basics to begin with. -- 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 install APK programmatically without user prompt

2011-09-16 Thread Chris
You can't install apks silently. -- 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] Re: no Internet access

2011-09-16 Thread Chris
Bob, Riddle me this - what is a clean and simple way to handle the case where your app requires internet access but isn't connected. I like your questions, but I'd love to hear more about what you think the answers should be. -- You received this message because you are subscribed to the

[android-developers] Emulator invalid command-line parameter

2011-09-12 Thread Chris
Install your SDK in a path that doesn't have spaces, and update said path in Eclipse. If you need more info try searching Google for help. -- 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: Hide Phone Number in the Dialer

2011-09-11 Thread Chris Stratton
On Sunday, September 11, 2011 1:44:54 AM UTC-4, mwllace wrote: Im using and intent to invoke the default dialer and automatically call phone number stored in my application. Everything works fine, but the number is visible in the default dialer UI. I need to display something else in

[android-developers] Sliding/moving fragments (like Gmail and Email app) in Honeycomb

2011-09-09 Thread Chris
How can I recreate the layout animation affects you see in the Gmail app on Android 3.0+ where clicking on an email in the ListView shifts and shrinks the ListView to the left, then shows the email contents on the right. I know you can use PropertyAnimators, ObjectAnimators, etc., but these don't

[android-developers] cancel button

2011-09-08 Thread Chris
Bob, my friends -- 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] Re: cancel button

2011-09-08 Thread Chris
Sorry wrong thread. -- 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

[android-developers] Re: Android Dev Phone

2011-09-07 Thread Chris
On Wednesday, September 7, 2011 11:39:34 AM UTC-4, kypriakos wrote: is the only dev phone in Android Market the Nexus One which by the way is listed as no longer available? How is everyone else developing apps if no dev phones are available? I was under the impression that the retail

[android-developers] Re: Android Emulator starting Problem

2011-09-07 Thread Chris
http://stackoverflow.com/questions/6638713/android-emulator-is-not-starting-showing-invalid-command-line-parameter -- 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

[android-developers] Re: How to move an app on one smart phone to another

2011-09-07 Thread Chris
The app purchase is tied to the Google account used on the phone, not the phone itself. -- 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,

Re: [android-developers] Android Emulator starting Problem

2011-09-07 Thread Chris
Just install the sdk someplace without a space. Or fix the reference to Program Files. I recommended the former. -- 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

[android-developers] Wake lock question

2011-09-04 Thread chris alderson
If the device is sleeping and you acquire a partial wake lock, does the device immediately go back to sleep when you release the lock? If not, how long does it take? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Disabling a set of 'reserved characters' from user Input?

2011-09-01 Thread Chris
Nice, tidy. -- 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] Google Removing Search Apps From Market?

2011-09-01 Thread Chris
You're welcome to host your app on a marketplace where you're not a competitor. Though judging by your name you just seem to be trolling. -- 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] Can't delete Laucher2.apk

2011-09-01 Thread Chris
Try rm -R -- 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] Slow aapt generating R.java

2011-09-01 Thread Chris
See this http://stackoverflow.com/questions/6362846/eclipse-slow-at-building-android-resources/6362961#6362961 for some possibly helpful info. aapt blows. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: How to:Hyperlink Inside the Dialogue Box Message

2011-08-31 Thread Chris
On Wednesday, August 31, 2011 4:00:48 AM UTC-4, softy wrote: Hi, How can I make a text clickable(hyperlinked) in the dialogue box. Something like: StringBuilder msg = new StringBuilder(); msg.append(http://www.google.com;); final SpannableString string = new

<    1   2   3   4   5   6   7   8   9   10   >