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

2009-02-19 Thread Al Sutton
Yup, and given the fun of the listings restoring last weekend, no-one will be in this weekend to fix the problems that arise. Al. nEx.Software wrote: Haha, yeah I suppose you are right. On Feb 19, 10:09 am, Mark K mark.ka...@gmail.com wrote: No paid apps yet on the market for users,

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

2009-02-19 Thread Al Sutton
JBQ, As a point of note; Emails sent to developers globally should not assume that everyone works the same week as the US does. In the UK, where you are supporting developers submitting applications, there was no holiday on Monday and it's now after close of business on Thursday and so well

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

2009-02-19 Thread Al Sutton
JBQ, Don't take my message the wrong way, I'm not shooting you, I'm trying to shoot whoever seems to think that the whole world runs on a US clock with US holidays. I would suggest if the people doing the work think that after close of business on Thursday is still mid-week then thats

[android-developers] Re: How many projects are being canned because of Market TCs

2009-02-19 Thread nEx.Software
Just out of curiosity... Why not simply sell from outside of the Market? I understand it is not as convenient to do so but maybe is the solution for you? Do we know what TeleNav is doing? Can't you follow their subscription model? On Feb 19, 10:11 am, Al Sutton a...@funkyandroid.com wrote: The

[android-developers] Re: How many projects are being canned because of Market TCs

2009-02-19 Thread Al Sutton
The application we were working on would not be of any use without the user subscribing to the service and therefore any payments collected could voilate the This should not be used as an alternative means to the Android MarketPayment Processor to collect payment for usage of applications.

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

2009-02-19 Thread Jean-Baptiste Queru
Thanks for shooting the messenger. Always a pleasure. beyond anyones definition of mid-week. ... except of course for the people doing the actual work. JBQ On Thu, Feb 19, 2009 at 9:15 AM, Al Sutton a...@funkyandroid.com wrote: JBQ, As a point of note; Emails sent to developers globally

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

2009-02-19 Thread nEx.Software
Sounds an awful lot like I need to get inheritance money out of my country... Let me Western Union you $5,000,000USD and I'll give you 10%. By the way I need all of your personal information to do this. While I'd like to think that your intentions are good, I'd not trust doing this for anyone.

[android-developers] Re: How many projects are being canned because of Market TCs

2009-02-19 Thread Al Sutton
Market currently gives us an unrivalled channel to get our service infront of Android users, and we can see competitors using it to quickly gain a foot hold, so it's something that has to either be part of the rollout or we'll have to increase spending on marketing and PR by an order of

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

2009-02-19 Thread Cédric Berger
On Thu, Feb 19, 2009 at 18:28, nEx.Software justin.shapc...@gmail.com wrote: Sounds an awful lot like I need to get inheritance money out of my country... Let me Western Union you $5,000,000USD and I'll give you 10%. By the way I need all of your personal information to do this. While I'd

[android-developers] Re: How many projects are being canned because of Market TCs

2009-02-19 Thread nEx.Software
Definitely an understandable concern. On Feb 19, 10:30 am, Al Sutton a...@funkyandroid.com wrote: Market currently gives us an unrivalled channel to get our service infront of Android users, and we can see competitors using it to quickly gain a foot hold, so it's something that has to either

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

2009-02-19 Thread nEx.Software
I guess I thought it would direct to a bank account not within my control. If that is the case, then I would be taking on the risk as a developer, but getting no guaranteed monetary compensation for doing so. Maybe I misread it. Still sounds a bit shady to me. On Feb 19, 10:36 am, Cédric Berger

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

2009-02-19 Thread Cédric Berger
On Thu, Feb 19, 2009 at 18:41, nEx.Software justin.shapc...@gmail.com wrote: I guess I thought it would direct to a bank account not within my control. If that is the case, then I would be taking on the risk as a developer, but getting no guaranteed monetary compensation for doing so. Maybe

[android-developers] Re: Problem in going in back/previous activity

2009-02-19 Thread Sundog
You closed your database - probably on the activity exit - and subsequently tried to access it. Been there, done that! ;) On Feb 18, 5:09 pm, Komal komal...@gmail.com wrote: Hi, Thnx for replying. when i am pressing back button ,it is throwing exception,, in my Logcat,,

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

2009-02-19 Thread nEx.Software
Very true, sounds to me like it might be best to sit tight until priced apps are available in Russia... On Feb 19, 10:51 am, Cédric Berger cedric.berge...@gmail.com wrote: On Thu, Feb 19, 2009 at 18:41, nEx.Software justin.shapc...@gmail.com wrote: I guess I thought it would direct to a bank

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

[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 justin.shapc...@gmail.com wrote: I think onCreate runs all the way through before displaying the UI. I just tried

[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 justin.shapc...@gmail.com 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

[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

[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

[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

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

[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

[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 romain...@google.com wrote: So, does

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

2009-02-19 Thread Jon Colverson
On Feb 19, 1:36 pm, Mariano Kamp mariano.k...@gmail.com 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

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

[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 xiaofeng.lei...@gmail.com wrote: Hi Nick, Thanks for

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

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

[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 goo...@wardco.com 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. --

[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

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

2009-02-19 Thread Mariano Kamp
Also changing the prio to THREAD_PRIORITY_LOWESThttp://developer.android.com/reference/android/os/Process.html#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 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 ellipsoidmob...@googlemail.com wrote: So..back to the original topic, good to know

[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

[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 hack...@android.comwrote: 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

[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 what I

[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 stoyan.da...@gmail.com 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

[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 jjc1...@gmail.com wrote: On Feb 19, 7:59 pm, Stoyan Damov

[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 stoyan.da...@gmail.com 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

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

[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 jjc1...@gmail.com wrote: On Feb 19, 9:03 pm, Stoyan Damov stoyan.da...@gmail.com wrote: It is the message below? Actually,

[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 joshdo...@gmail.com wrote: they have difinately missed the target. I am on the west coast and holiday or no holiday mid week is/was wednesday.

[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 stoyan.da...@gmail.com 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,

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

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

[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 joshdo...@gmail.com wrote: seriously, can't someone at google comment on this? preferably someone that knows when this will launch? On Thu,

[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 stoyan.da...@gmail.comwrote: On Thu, Feb

[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 stoyan.da...@gmail.com 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

[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 dillir...@arijasoft.com 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

[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

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

[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

[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: 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 bradallenful...@gmail.com wrote: I have a ADP1 that just developed a problem. The ear speaker volume

[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 shimo...@gmail.comwrote: 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

[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 npe...@google.com 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

[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

[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): View android:layout_height=10dip android:layout_width=fill_parent / Cheers 2009/2/20

[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

[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

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

2009-02-19 Thread fadden
On Feb 19, 10:51 am, Maddy malli.ar...@gmail.com 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] 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 rob.fr...@gmail.com wrote: Does an

[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 daniel@gmail.com wrote: I believe it is possible to extract packages from the phone with the adb, without having modded the

[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 guillaume.p...@gmail.com wrote: You're right all MD5 checksums have changed, so I gave it a try. Javadoc is now working! 2009/2/19 david liu wanqing.da...@gmail.com: I just saw one email about this, there is one fix you can

[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

[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 chris.fou...@gmail.com wrote: Hi, I am wanting to do a gradient fill on some buttons and have some questions on how to do some more advanced

[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=Android2view=by_date_ascendingmessage.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 to

[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

[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 stoyan.da...@gmail.com 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

[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 stoyan.da...@gmail.comwrote: 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 stoyan.da...@gmail.com

[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

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

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

[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

[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

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

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

[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 vinay.avas...@gmail.com 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

[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 shim@gmail.com wrote: Hi Jean, thank you for replying, i appreciate that is must be extremely annoying

[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=gstq=clickable+focusable#9f9919a4b604c104 On Feb 19, 2:21 pm, Gil virgildobjans...@gmail.com wrote:

[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

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

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

[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

[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

[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

[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

[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] 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. Either

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

[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] 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); After

[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

[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 vinay.avas...@gmail.com wrote: I am interested in a

[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

<    1   2   3   >