[android-developers] develop application without a data plan?

2009-02-19 Thread jonathan
I just got my g1, I only need to develop an offline application, however, It wouldn't go further without signing into google account which requires a data plan. Please advise. thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] UK developers listing currency?

2009-02-19 Thread Al Sutton
Can anyone tell me if UK developers are still being forced to list in a currency that the only paying customers of Market aren't used to dealing with (i.e. British pounds), or can we list in the currency our potential customers use? Al. -- == Funky Android Limited is registered in Englan

[android-developers] App Store Listings (Pictures?)

2009-02-19 Thread themagazine
Are we not able to upload pictures of the app? I couldn't find any place to do this. If not, how is the user supposed to know anything about the app before buying? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "And

[android-developers] Re: Touch *extremely* expensive performance-wise

2009-02-19 Thread Zombies and Robots
Thank you both! With those pointers, I was able to figure out and implement working versions of both techniques. Now I just have to decide which one I like better and finish writing my game... --~--~-~--~~~---~--~~ You received this message because you are subscri

[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2009-02-19 Thread vel
Is there a simple way to do it? I installed an apk using OIFile Manager Later i uninstalled, using setting/manage application Now i am not able to install the application. Even though i uninstalled the apllication i can still find the entry in package.xml On Feb 1, 11:22 am, "bwilliam...@gmail.co

[android-developers] Re: How to get a region which is not a standard rect area

2009-02-19 Thread David Hu
Another solution is to use int Bitmap.getPixel(int x, int y), if it runs normal, then the point(x, y) is in its region, otherwise, if an exception IllegalArgumentException

[android-developers] Re: Market Copy Protection options

2009-02-19 Thread Al Sutton
You don't even need adb on an unmodded 'phone; http://groups.google.com/group/android-platform/browse_thread/thread/be1f7d3d376e4d11/96c991164328afe4#96c991164328afe4 Dan Pou wrote: > I believe it is possible to extract packages from the phone with the > adb, without having modded the phone.

[android-developers] Re: Official update for G1 Andriod developer phone (ADP) stock firmware

2009-02-19 Thread Jean-Baptiste Queru
I don't control the various sites that you mentioned, though it's true at this point that having the information out there would indeed be good, given the growing evidence that many developers are eager to find that information. I'll mention it to our web guys in case they're not already reading t

[android-developers] Re: WebView loadData and XML Parsing Question

2009-02-19 Thread for android
I am trying to show a html string such as sample3 ="Link texthttp://www.isical.ac.in/~clia/images/google_logo.jpg>"; webView.loadDataWithBaseURL("www.company.com",sample3 , "text/html", "utf-8", "www.companyfailed.com"); When this webview is displayed then i am not able to see the image in the s

[android-developers] How to control WebView cache

2009-02-19 Thread j
I have a Webview inside my activity. I would like to cache the content for one week (purely to reduce data usage to save user money). After one week, it is considered expired and so the webview should refresh the content from network. If cached content is less than one week old, webview should n

[android-developers] How to create a native c process from android java program

2009-02-19 Thread Chun-Kai Hwang
Hi, I write a jni so file which can be called from the android java program. This so file will use execl to create a native c process. However from adb logcat, it says execl error with Bad address(errno 14) Is it possible to create a native c process from android java program Thanks for any help

[android-developers] :: How to Change a widget(ex Button) Position at Runtime

2009-02-19 Thread Imran
Hi All Hey in my application i need to change the Position of Button during Runtime are there any methods like setPosX()setPosY() that i can place in onDraw()...?? Cheers Imran --~--~-~--~~~---~--~~ You received this message because you are subscr

[android-developers] Re: Active wallpaper

2009-02-19 Thread Romain Guy
Such a feature is not planned. The biggest issue is the impact on battery life and security. Home has quite a few permissions and you don't know random apks to be able to do random things inside Home. On Thu, Feb 19, 2009 at 7:41 PM, VA wrote: > > I am interested in a feature on Android phone wh

[android-developers] Re: How to tame CPU usage?

2009-02-19 Thread Greg Krimer
Hi Mariano, have you tried profiling your app? The profiler is the ideal tool to tackle a fuzzy performance problem like this, I would think. You can even upload the trace file here allowing us to analyze it. This is probably nothing new, but when profiling try to exercise the area that's sluggish

[android-developers] ACTION_CALL how to get the called time in Activity Result

2009-02-19 Thread GPU
Hi , I want to get the last call time.I am starting the activity for result like this Intent intent = new Intent(Intent.ACTION_CALL); intent.setData(Uri.parse("tel://988")); startActivityForResult(intent, REQUEST_CODE); Afte

[android-developers] mapView drawing is slow

2009-02-19 Thread aga...@gmail.com
i having problem in mapView drawing i want drawing dot(flag.bmp),text,line on mapView as "My Tracs" problem is... my application is very slowly what i did (DB:about 800rows) 1. click on button > hooking Geopoint and insert DB 2. mapview area> canvas.drawBitmap(bmp, p.x, p.y, null);

[android-developers] Re: Charging for upgrading from free to paid version with new features

2009-02-19 Thread Rev. Johnny Healey
While it makes sense to me that google would want to disallow people from offering a free version in the market and then selling a paid version on their own site without the commission going to google, the idea that developers can't distribute a free version and then charge for "content" seems lik

[android-developers] mapView drawing is slow

2009-02-19 Thread aga...@gmail.com
i having problem in mapView drawing i want drawing dot(flag.bmp),text,line on mapView as "My Tracs" problem is... my application is very slowly what i did (DB:about 800rows) 1. click on button > hooking Geopoint and insert DB 2. mapview area> canvas.drawBitmap(bmp, p.x, p.y, null);

[android-developers] Singed App on Emulator

2009-02-19 Thread jtoolsdev
I have an app that is ready for release however after signing the app when I attempt to upload it to the emulator I get an "INSTALL_FAILED_UPDATE_INCOMPATIBLE." I've searched and haven't found anything on this message. I also signed another copy using the debug key and it installed fine. Eithe

[android-developers] LocationListener and LocationManager for multiple client applications

2009-02-19 Thread steve
I hope this is the case. But I would like to confirm. I would like to know if Android LocationListener and LocationManager can handle location update requests from multiple independent client android applications at the same time. Also, since onLocationChanged of LocationListener interface is inv

[android-developers] i having problem in mapView drawing

2009-02-19 Thread aga...@gmail.com
i having problem in mapView drawing i want drawing dot(flag.bmp),text,line on mapView as "My Tracs" problem is... my application is very slowly what i did (DB:about 800rows) 1. click on button > hooking Geopoint and insert DB 2. mapview area> canvas.drawBitmap(bmp, p.x, p.y, null);

[android-developers] Re: Official update for G1 Andriod developer phone (ADP) stock firmware

2009-02-19 Thread waters.k...@gmail.com
Hi JBQ, You are right, you have answered that question a lot, although I had a some trouble finding posts on it. A solution to everyone's problem might be a web page with some information. A page on http://developer.android.com/ or http://code.google.com/android/ or http://www.android.com/ that

[android-developers] Re: help us to sell paid apps (we are NOT from UK/US)!

2009-02-19 Thread smartpixgames
Hi again! Let us clarify details of our proposition: The only problem for us is to receive money from Android Market. So, we look for partnership of any person (or a company) who can receive it from GC Merchant account. If anybody is interested in this, we can discuss all the details. For instan

[android-developers] Smoothing functions

2009-02-19 Thread Steve Barr
With the location and other sensors, it seems like interesting things could be done with this data, especially if one could smooth it into nice curves. Are there good, lightweight smoothing functions that can do this on the phone? I'm not sure where to start looking or how to evaluate such funct

[android-developers] Location Listener and Manager for multiple clients

2009-02-19 Thread steve
Hello, I hope this is the case. But I would like to confirm. I would like to know if Android LocationListener and LocationManager can handle location update requests from multiple independent client android applications at the same time. Aslo, since onLocationChanged of LocationListener interfac

[android-developers] Re: Accelerometer frequency

2009-02-19 Thread Jordan Frank
I've done some experiments with the accelerometers, and so I figured that I would share the results. As for precision, the values are floats. I don't know how else to quantify the precision without looking at the specs for the actual sensors being used. Qualitatively, the noise in these sensors i

[android-developers] How to access gdata (Gmail contacts) from Android

2009-02-19 Thread Maitreyee
Hi, I recently started developing Android application. I need to search for a particular contact in gdata (Gmail contacts) of a user by providing username and password of the user. Please guide me about how to proceed with this. Any sample code will be of great help. Thanks and Regards, Maitreye

[android-developers] Re: Official update for G1 Andriod developer phone (ADP) stock firmware

2009-02-19 Thread Steve Barr
On 2/19/09, Jean-Baptiste Queru wrote: > I've personally answered question #1 more times than I can remember, > so I guess that one more time won't hurt: "it's not available yet, > we're working on it". It might help everyone if those of you tirelessly working the groups set up a blog where y

[android-developers] Re: LocationListener and location api working in Android Dev Phone (G1)

2009-02-19 Thread sheik
Hi , This is the code written to get the current location private boolean getCordinates() { // TODO Auto-generated method stub locationListener = new LocationListener() { @Override public void onLocationChange

[android-developers] Re: TextView with autoLink

2009-02-19 Thread Greg Krimer
Hi, I think the behavior you are observing is by design. Have a look at this thread: http://groups.google.com/group/android-developers/browse_thread/thread/3d96af1530a7d62a/9f9919a4b604c104?lnk=gst&q=clickable+focusable#9f9919a4b604c104 On Feb 19, 2:21 pm, Gil wrote: > If the linksClickable pro

[android-developers] Re: Official update for G1 Andriod developer phone (ADP) stock firmware

2009-02-19 Thread Jean-Baptiste Queru
Thanks for your feedback. I totally understand the frustration, and I'd be feeling exactly the same if I happened to be in your position. JBQ On Thu, Feb 19, 2009 at 8:08 PM, shimsim wrote: > > Hi Jean, thank you for replying, i appreciate that is must be > extremely annoying having to answer t

[android-developers] Re: SMS sync with Gmail or something else

2009-02-19 Thread nEx.Software
http://code.google.com/p/android-sms/ On Feb 19, 8:45 pm, VA wrote: > I am looking for a functionality where the SMS on the phone can be > synced to cloud (preferably to GMail, like Chat). Is there work going > on in that area. Is there a SMS like service existing to which I can > perform sync.

[android-developers] Re: How to compile G1 apps code

2009-02-19 Thread nEx.Software
I'm on Windows... And I know nothing of Git so here's my process... For Camera.apk source, go to: http://android.git.kernel.org/?p=platform/packages/apps/Camera.git;a=commit;h=1d4c75065966c4f6f56900e31f655bfd1b334435 Download each raw file do your PC. Create a new Android Project in Eclipse. Imp

[android-developers] a question about gallery

2009-02-19 Thread quill
I had built an app like ImageSwitcher in the APIDEMO. In the demo, if you fling the gallery, it will call the onitemselected() function every image that you fling over. now i want to realize that it will only call the onitemselected() function at the end of flinging, not the first and the end imag

[android-developers] Re: How to compile G1 apps code

2009-02-19 Thread Sunil . Maharana
How did you compiled the Calculator code after you made your changes, can you plz lemme me know the procedure. I just want to change the Camera UI to add some extra button, when i press that button it should invoke my application. But i am not getting how to start and how to compile the Camera

[android-developers] Re: Official update for G1 Andriod developer phone (ADP) stock firmware

2009-02-19 Thread shimsim
Hi Jean, thank you for replying, i appreciate that is must be extremely annoying having to answer the same question over and over which is part of the reason i raised my points. When i posted this topic i tried a few different search terms and managed to find 3 topics that eventually went on to d

[android-developers] SMS sync with Gmail or something else

2009-02-19 Thread VA
I am looking for a functionality where the SMS on the phone can be synced to cloud (preferably to GMail, like Chat). Is there work going on in that area. Is there a SMS like service existing to which I can perform sync. I understand that GMail had launched a SMS functionality for US users sometime

[android-developers] Active wallpaper

2009-02-19 Thread VA
I am interested in a feature on Android phone where the wallpaper on the phone is made active. It should be able to display things like pending RSS feeds, unread messages etc. Does anybody know of any work that has been going on this area. Also any pointers that people may have on what I should l

[android-developers] Port directed SMS

2009-02-19 Thread thesquib
What happens to messages sent to a device via a port directed SMS? They are not *visibly* picked up by the phone, and do not broadcast an intent - so they seem to disappear into the ether. Is there some way to receive a port directed SMS or are they discarded? I believe the message is being sent

[android-developers] Re: How to get a region which is not a standard rect area

2009-02-19 Thread David Hu
Thanks for your reply, Mike. I've tried your method, seems still not work yet. The second parameter of Region.setPath (clip) can't be null. If we use null, there will be an exception happen. So I've tried to use the region I've just constructed or the original rect region, the area is sti

[android-developers] Emulator doesn't link sometimes

2009-02-19 Thread Ivan Soto
Hi, I'm developing on a Mac with Eclipse and the emulator sometimes doesn't seem to link to eclipse (doesn't show anything in the logcat). I just have to close and run again and it works. I wonder why this happens. Has anybody else experienced this? --~--~-~--~~~---~--~

[android-developers] Re: How to get the UTC bias from TimeZone information?

2009-02-19 Thread yukinoba
OK, I found a simple solution here, To get the UTC TimeZone of the phone device sets you will need the codes below: // retrieve the time information from the system and parse into a Time object Time mSavedTime = new Time(); long now = System.currentTimeMillis(); mSavedTime.set(now); // parse th

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread Ivan Soto
I'm thinking the same. I'm in Canada with Fido and can't see any. On Thu, Feb 19, 2009 at 7:52 PM, Stoyan Damov wrote: > > It might be possible that paid apps can only be seen by US T-Mobile G1 > users? > > On Fri, Feb 20, 2009 at 4:50 AM, Stoyan Damov > wrote: > > I have a G1 (PLAT-RC33 126986)

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread Stoyan Damov
It might be possible that paid apps can only be seen by US T-Mobile G1 users? On Fri, Feb 20, 2009 at 4:50 AM, Stoyan Damov wrote: > I have a G1 (PLAT-RC33 126986) but can't see any paid games yet (I > know you're the author of BreakTheBlocks), so I guess it's Google > employees who made the pur

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread Stoyan Damov
I have a G1 (PLAT-RC33 126986) but can't see any paid games yet (I know you're the author of BreakTheBlocks), so I guess it's Google employees who made the purchases? On Fri, Feb 20, 2009 at 4:36 AM, snctln wrote: > > So I have had 2 purchases in the last hour and according to the t- > mobile fo

[android-developers] Re: Market Copy Protection options

2009-02-19 Thread sm1
One of the things that google is now doing is that, since Feb 18 or 19, they are are not showing apps that are copy protected to Dev Phones. From a dev phone you cannot see the copy protected apps on the market. serge --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread snctln
So I have had 2 purchases in the last hour and according to the t- mobile forums (http://forums.t-mobile.com/tmbl/board/message? board.id=Android2&view=by_date_ascending&message.id=9307#M9307) apps are on sale. I am on a stock ADP1 and I don't see any paid apps. Is anyone on a G1 RC33 and able t

[android-developers] Re: Gradient Questions

2009-02-19 Thread Anonymous Anonymous
have a try if you can make use of some GradientDrawable.Orientation w.r.t endColor, sorry not tried though On Thu, Feb 19, 2009 at 2:42 PM, fouldsc wrote: > > Hi, > I am wanting to do a gradient fill on some buttons and have some > questions on how to do some more advanced fills so far I have th

[android-developers] can not visit maps on emulator because of "Couldn't get connection factory client"

2009-02-19 Thread shine
guys: I guess it is a old issue, and I have googled the related message in the group, and I think I do not miss anything: 1. I made the MD5 fingerprint of the SDK debug dertificate by keytool, and I applied the maps api key, refer to //code.google.com/ android/ toolbox/apis/mapkey.htm 2. I adde

[android-developers] Re: Android 1.1_r1 SDK released and developer.android.com launched

2009-02-19 Thread g1bb
Same here. Thanks guys. On Feb 19, 6:52 am, Guillaume Perrot wrote: > You're right all MD5 checksums have changed, so I gave it a try. > Javadoc is now working! > > 2009/2/19 david liu : > > > > > I just saw one email about this, there is one fix you can download from > >http://developer.androi

[android-developers] Re: Market Copy Protection options

2009-02-19 Thread Shane Isbell
Anybody know if app protection is done through private APIs or public? Configurable through the system installer? Shane On Thu, Feb 19, 2009 at 4:27 PM, Dan Pou wrote: > I believe it is possible to extract packages from the phone with the adb, > without having modded the phone. Perhaps there a

[android-developers] Re: Driving Directions using Google Map APIs

2009-02-19 Thread Dan Pou
According to Andnav, Google may not have license to use the data from some of the (GPS data) providers for real-time navigation. Andnav 2 uses openstreetmap (community driven mapping) for realtime operation. On Thu, Feb 19, 2009 at 12:25 PM, Rob Franz wrote: > Does an application like this (one

[android-developers] Re: Market Copy Protection options

2009-02-19 Thread Dan Pou
I believe it is possible to extract packages from the phone with the adb, without having modded the phone. Perhaps there are extra steps taken to prevent this, or apps will not function when removed (encryption?). On Thu, Feb 19, 2009 at 6:12 PM, Stoyan Damov wrote: > > Can someone explain these

[android-developers] Re: java.lang.VerifyError -- in Android

2009-02-19 Thread fadden
On Feb 19, 10:51 am, Maddy wrote: > I am getting java.lang.VerifyError even though I am compiling all code > in Android platform and I do not use any external jars. The details > are follows, [...] >

[android-developers] Market Copy Protection options

2009-02-19 Thread Stoyan Damov
Can someone explain these publishing options to me? Off (Application can be copied from the device) On (Helps prevent copying of this application from the device. Increases the amount of memory required by users to install the application) AFAIK apps are *always* installed in device's internal m

[android-developers] Re: ListView and focusing

2009-02-19 Thread Selmi
I am not able to find out how to do it. Now i am sure that its because i capture onClick for embedded TextView. I tried to do this in handler: v is clicked TextView final View view=(View)(v.getParent()); //to get RelativeLayout which is list item final Drawable drawable=getListView().getSelector(

[android-developers] Re: BUG: Android Asset Packaging Tool (aapt) crash

2009-02-19 Thread Stoyan Damov
Gee (not 1), this is caused by me adding ONE line to the help of my application in a layout file. If I remove the line aapt wouldn't crash. Here is the line (I got by this by adding padding to the bottom): Cheers 2009/2/20 Stoyan Damov : > Windows XP SP2, SDK 1.1 latest release (the one with t

[android-developers] BUG: Android Asset Packaging Tool (aapt) crash

2009-02-19 Thread Stoyan Damov
Windows XP SP2, SDK 1.1 latest release (the one with the working docs). aapt crashed while build my app. I haven't put new assets for ages. Here's the stacktrace (that's the best I can do w/o symbols): 0043638D cmp edx,ecx 0043638F jae 004363B8 00436391 cmp word ptr [ed

[android-developers] Re: How to detect the state change of Bluetooth?

2009-02-19 Thread Stanley.lei
Got it, thanks a lot. Stanley On Feb 20, 3:13 am, Nick Pelly wrote: > Hi, > > You are not actually turning on Bluetooth. You are just sending out an > Intent that claims that Bluetooth is on, which the status bar receives > and then turns on the Bluetooth icon. > > Nick > > On Thu, Feb 19, 2009

[android-developers] Re: Replace dialer application by installing another dialer app

2009-02-19 Thread Dianne Hackborn
On Thu, Feb 19, 2009 at 2:29 PM, shimo...@gmail.com wrote: > 1. Dianne - when you say "replace the entire contacts tab activity" - > do you mean > I can write an app that will apear when the user taps the "Contacts" > tab INSIDE > the built-in "Dialer" application ? How ? No I mean the whole con

[android-developers] Re: Low ear-speaker volume

2009-02-19 Thread Brad Fuller
Update on this: I've reloaded the image, rebooted to no luck. Anyway to reset the firmware? Maybe there's a setting in the firmware... just thinking On Wed, Feb 18, 2009 at 1:13 PM, Brad wrote: > > I have a ADP1 that just developed a problem. The ear speaker volume is > very low. My app do

[android-developers] how can I dynamic add stuff to a Gallery

2009-02-19 Thread silverburgh.me...@gmail.com
Hi, Can you please tell me how can I dynamic add stuff to a Gallery? I try aGallary.addView(myView); I get this exception: 02-19 22:32:52.271: WARN/System.err(165): java.lang.UnsupportedOperationException: addView(View) is not supported in AdapterView 02-19 22:32:52.281: WARN/System.err(165):

[android-developers] Re: Replace dialer application by installing another dialer app

2009-02-19 Thread shimo...@gmail.com
Hi, Hope it's ok to "barge in" for a related questions, and a not-so- related one: 1. Dianne - when you say "replace the entire contacts tab activity" - do you mean I can write an app that will apear when the user taps the "Contacts" tab INSIDE the built-in "Dialer" application ? How ? 2. The n

[android-developers] Re: TextView with autoLink

2009-02-19 Thread Gil
If the linksClickable property is set to false the problem goes away. On Feb 19, 2:00 pm, Gil wrote: > My app implements a ListView in which every row contains a TextView > which has the autoLink property turned on. The links are properly > displayed when emails, phone numbers and web links are

[android-developers] TextView with autoLink

2009-02-19 Thread Gil
My app implements a ListView in which every row contains a TextView which has the autoLink property turned on. The links are properly displayed when emails, phone numbers and web links are present in the text. The problem I have is that long presses don't work as they would if the no links would b

[android-developers] Re: Can Dev Phone bought in US be used in India?

2009-02-19 Thread moazzamk
Are you able to use 3G on it ? - Moazzam http://moazzam-khan.com/ On Feb 18, 12:48 am, dillirao malipeddi wrote: > Sure you can use the Dev phone 1 (Google) in india > Currently i am using Dev phone1 in INDIA -- It works fine > > > > On Wed, Feb 18, 2009 at 1:04 AM, swamytk wrote: > > > I am r

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread Sundog
Good point. Something weird is happening to the "top ten" games page right now... On Feb 19, 2:49 pm, Stoyan Damov wrote: > FWIW I'd rather *not* have paid apps launched today if Google are not > sure the code is rock solid. > > Cheers > > > > On Thu, Feb 19, 2009 at 11:45 PM, Josh Dobbs wrote

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread Shane Isbell
No one from a carrier is going to launch anything on their network in the middle of the day. There are certain launch windows, when traffic falls off, thus reducing the impact if anything goes wrong. Shane On Thu, Feb 19, 2009 at 1:45 PM, Stoyan Damov wrote: > > On Thu, Feb 19, 2009 at 11:40 PM,

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread Stoyan Damov
FWIW I'd rather *not* have paid apps launched today if Google are not sure the code is rock solid. Cheers On Thu, Feb 19, 2009 at 11:45 PM, Josh Dobbs wrote: > seriously, can't someone at google comment on this? preferably someone that > knows when this will launch? > > On Thu, Feb 19, 2009 at

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread Josh Dobbs
seriously, can't someone at google comment on this? preferably someone that knows when this will launch? On Thu, Feb 19, 2009 at 1:40 PM, g1bb wrote: > > I don't know... but I doubt it. I'm just going to keep checking my > phone every 2 minutes. > > On Feb 19, 2:37 pm, Stoyan Damov wrote: > > D

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread Stoyan Damov
On Thu, Feb 19, 2009 at 11:40 PM, g1bb wrote: > > I don't know... but I doubt it. I'm just going to keep checking my > phone every 2 minutes. > :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "And

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread g1bb
I don't know... but I doubt it. I'm just going to keep checking my phone every 2 minutes. On Feb 19, 2:37 pm, Stoyan Damov wrote: > Does anybody know if there will be announcement on this list when paid > apps become available for users? > > > > On Thu, Feb 19, 2009 at 11:18 PM, Josh Dobbs wrot

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread Stoyan Damov
Does anybody know if there will be announcement on this list when paid apps become available for users? On Thu, Feb 19, 2009 at 11:18 PM, Josh Dobbs wrote: > they have difinately missed the target. I am on the west coast and holiday > or no holiday mid week is/was wednesday. > > > On Thu, Feb 19

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread Josh Dobbs
they have difinately missed the target. I am on the west coast and holiday or no holiday mid week is/was wednesday. On Thu, Feb 19, 2009 at 1:08 PM, Jon Colverson wrote: > > On Feb 19, 9:03 pm, Stoyan Damov wrote: > > It is the message below? > > > > "Actually, it's really mid-week on the US w

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread Sundog
Clever. Hope you're right. On Feb 19, 2:08 pm, Jon Colverson wrote: > Yes. I figure he wouldn't bother pointing out that the target hasn't > passed yet if he thought they were going to miss the target. > > -- > Jon --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread Jon Colverson
On Feb 19, 9:03 pm, Stoyan Damov wrote: > It is the message below? > > "Actually, it's really mid-week on the US west coast, it's thursday > morning (before people start to work) on a 4-day week (monday was a > holiday)" Yes. I figure he wouldn't bother pointing out that the target hasn't passed

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread Stoyan Damov
It is the message below? "Actually, it's really mid-week on the US west coast, it's thursday morning (before people start to work) on a 4-day week (monday was a holiday)" Thanks, Stoyan On Thu, Feb 19, 2009 at 11:00 PM, Jon Colverson wrote: > > On Feb 19, 7:59 pm, Stoyan Damov wrote: >> Hang

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread Jon Colverson
On Feb 19, 7:59 pm, Stoyan Damov wrote: > Hang on, how did you find out that they will be available today? Where > did you hear it from, or you're guessing by Google's "mid next week" > estimate? JBQ's message earlier in this thread would be an odd thing to say if they aren't planning to release

[android-developers] Re: Having multiple versions of the same app in the market

2009-02-19 Thread Ed Burnette
I suggest you treat them as two different applications. Set the name of the free one to include the word "Lite" or "Free", and then upload your fancier version with a slightly different package name and a non- zero price, calling that one your "Pro" version (or just leave off the suffix). That's w

[android-developers] Re: How to tame CPU usage?

2009-02-19 Thread Mariano Kamp
That's a good idea. I will try that. On Thu, Feb 19, 2009 at 9:10 PM, Dianne Hackborn wrote: > Um yeah if you put a sleep and there are no other thread to run, you will > reduce CPU usage. This isn't really that useful a thing though. It just > means you are going to make your code run more slo

[android-developers] Re: How to tame CPU usage?

2009-02-19 Thread Dianne Hackborn
Um yeah if you put a sleep and there are no other thread to run, you will reduce CPU usage. This isn't really that useful a thing though. It just means you are going to make your code run more slowly, for possibly no good reason. When you lower the priority of your thread, it allows the kernel t

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread Stoyan Damov
Hang on, how did you find out that they will be available today? Where did you hear it from, or you're guessing by Google's "mid next week" estimate? On Thu, Feb 19, 2009 at 9:54 PM, ellipsoidmob...@googlemail.com wrote: > > So..back to the original topic, good to know that apps will be > downlo

[android-developers] Re: How to tame CPU usage?

2009-02-19 Thread Mariano Kamp
Also changing the prio to THREAD_PRIORITY_LOWESTdidn't help things either. During the part where I use an XML pull parser to get through the input document I added SystemClock.sleep(20) when getting a START_TAG

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread ellipsoidmob...@googlemail.com
So..back to the original topic, good to know that apps will be downloadable in the US today. But - as a UK developer, how will I know what else is downloadable and (more importantly) will I have any way to view the feedback that people leave about my apps so that I can make any necessary improveme

[android-developers] Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread g1bb
Please stop changing the subject of this thread. On Feb 19, 12:26 pm, Ward Willats wrote: > Strike that, you must NOT use quotes, so the 3 rules are: > > 1. Param array same size as number of wildcards > 2. No null values > 3. Don't surround ? with '?' > > Programming is hard. > > -- Ward > > >

[android-developers] SQLite rawQuery() '?' params

2009-02-19 Thread Ward Willats
Strike that, you must NOT use quotes, so the 3 rules are: 1. Param array same size as number of wildcards 2. No null values 3. Don't surround ? with '?' Programming is hard. -- Ward >Answer: > >Thou SHALT use a param string array that is exactly the same size as >the number of replacement par

[android-developers] Re: Connect G1 to Vista via Ad Hoc Wifi

2009-02-19 Thread Android Development
On http://www.download.com/8301-2007_4-10077963-12.html?target= when referring to the Gmote application for Android it says: "Note: Gmote and other remote apps that rely on Wi-Fi connections to form "networks" between the computer and mobile phone are usually crafted with private Wi-Fi networks i

[android-developers] Re: How to detect the state change of Bluetooth?

2009-02-19 Thread Nick Pelly
Hi, You are not actually turning on Bluetooth. You are just sending out an Intent that claims that Bluetooth is on, which the status bar receives and then turns on the Bluetooth icon. Nick On Thu, Feb 19, 2009 at 12:40 AM, Stanley.lei wrote: > > Hi Nick, > > Thanks for your reply. > > To turn

[android-developers] Re: SQLite rawQuery() '?' params

2009-02-19 Thread Ward Willats
Answer: Thou SHALT use a param string array that is exactly the same size as the number of replacement params you have (no re-using a big one for multiple queries like I was doing -- my example is misleading). [ This is arguably a bug, I think replacements should be driven by the number of wi

[android-developers] java.lang.VerifyError -- in Android

2009-02-19 Thread Maddy
I am getting java.lang.VerifyError even though I am compiling all code in Android platform and I do not use any external jars. The details are follows, I have two .java files (a.java and b.java) which have the following code, --

[android-developers] Re: How to tame CPU usage?

2009-02-19 Thread Jon Colverson
On Feb 19, 1:36 pm, Mariano Kamp wrote: > Anyway, how to proceed from here? Do you know how the actual locking > mechanism works? It seems (http://www.sqlite.org/lockingv3.html) that they > use page level locking. I assume the list adapter's getCount() uses all > records, so probably also the las

[android-developers] Re: Use Widgets (Clock Search Etc...) on Custom Home

2009-02-19 Thread nEx.Software
Thanks so much for the info Romain. I'll try to do my best within the SDK, I can deal with missing some functionality... I'll look into the Code and see what's possible without going into the internal classes. Thanks again. On Feb 19, 11:32 am, Romain Guy wrote: > > So, does that mean it is acc

[android-developers] Re: Charging for upgrading from free to paid version with new features

2009-02-19 Thread Gil
David, If I understand correctly what you are saying, a developer can upload an updated version of an application and then set a price. Others seem to suggest that the application package name must be changed (a new application must be created) in order to allow the developer to set a price other

[android-developers] Re: Use Widgets (Clock Search Etc...) on Custom Home

2009-02-19 Thread Romain Guy
> So, does that mean it is acceptable to do non-SDK based applications? No :) > I know there seems to be a lot of talk about not using internal > classes. I see the built-in Launcher app uses a lot of internal > classes. I'm assuming this is also true in the Widgets; however, I've > not specific

[android-developers] Re: Driving Directions using Google Map APIs

2009-02-19 Thread Rob Franz
Does an application like this (one that provides directions while operating a vehicle) violate the Market terms and conditions? I ask only because the iPhone had a similar 3rd party app that was taken down for this reason - for the iPhone, you can't make apps like this because they don't want the l

[android-developers] Proxy in MapView

2009-02-19 Thread Android_Learner
Hi, I am using Mapview with proxy, but i am not able to see map on the screen, I can see the logs that connection time out because it is connecting to google map server via proxy. Proxy is also set in the System DB, and my browser application is running perfectly fine with Proxy. So How can i use

[android-developers] Driving Directions using Google Map APIs

2009-02-19 Thread Android_Learner
Hi All, I am developing maps application which has to support driving directions and route search and creation. But there is no API support in Android for this. So i want to use google map APIs instead of Android APIs, Are there any APIs available for driving directions in google. If yes, What a

[android-developers] Re: how to switch between two views

2009-02-19 Thread nEx.Software
I also think the Thread.sleep(500); is stopping the redraw from happening. On Feb 19, 11:06 am, "nEx.Software" wrote: > I think onCreate runs all the way through before displaying the UI. > I just tried this and found it to be the case. > > On Feb 18, 9:37 pm, guptha wrote: > > > hi friends, >

[android-developers] Re: how to switch between two views

2009-02-19 Thread Sundog
I think you're right. The changes seem to be buffered. In my experience if you setContentView to two different things, only the last one shows up. On Feb 19, 11:06 am, "nEx.Software" wrote: > I think onCreate runs all the way through before displaying the UI. > I just tried this and found it to

[android-developers] Re: how to switch between two views

2009-02-19 Thread nEx.Software
I think onCreate runs all the way through before displaying the UI. I just tried this and found it to be the case. On Feb 18, 9:37 pm, guptha wrote: > hi friends, > I 'm beginner in Android ,To start with i was asked to do a simple > task ,i need to make blue and red screen appear on the screen

  1   2   3   >