[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Mads Kristiansen
I'd like to see someone create a solution like armadillo - i.e. a wrapper to make apps available in the Android Market while using an external DRM/payment solution. There is no word on when I will be able to publish priced apps form my country, so that could be anywhere from 1 month to years from n

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Mariano Kamp
> Google checkout has been working since 2006It might be operational since then, but did anyone see Google's checkout in the wild? It is in Google's the best interest to finally do something about it and make it mandatory to use for people so that they will finally start using it, but I don't think

[android-developers] Re: Device back key handling

2009-02-13 Thread JP
We've had this one before: http://groups.google.com/group/android-developers/browse_thread/thread/285f09c791aa5a09/6c7300df82ca38bf?lnk=gst&q=JP#6c7300df82ca38bf Has been frowned upon however... On Feb 13, 7:39 pm, "Muthu Kumar K." wrote: > Hi All, > Can any one tell me how to handle the device

[android-developers] Re: Installing applications on SD card

2009-02-13 Thread Beshoy
I'd say make it to where the phone can save EVERYTHING that is not needed AT THIS MOMENT to the phone... That would definitely give the phone enough memory to process higher quality apps! On Feb 13, 6:41 pm, "pesh...@gmail.com" wrote: > I hope you guys can implement that in the next android upda

[android-developers] Comments/Ratings need to expire!

2009-02-13 Thread Beshoy
A scenario: You release an app... brand new.. tested locally, but not globally... you receive some good reviews, some bad -- so you get to work to make it perfect. A month later, the app/game is 1000 times better Problem: Many players have rated you a 1 star and uninstalled. You've fixed th

[android-developers] Re: Detecting Ad Hoc Wifi access points

2009-02-13 Thread Susahosh Rahman
Thanks Drew...that was helpful :-) On Feb 10, 11:18 am, "drew.jac...@gmail.com" wrote: > What you need to do is look at the capabilities of the ScanResult that > you have.  The following code will tell you if the signal is AdHoc or > not. > > scanResult.capabilities.contains("[IBSS]"); > > if it

[android-developers] Re: RTSP and MMS - mediaplayer shenanigans

2009-02-13 Thread Rob Franz
I believe this is WMA on the other end. Does this present a problem? On Feb 13, 2009 11:13 PM, "Rob Franz" wrote: Hi all I'm trying to get an RTSP stream going with a verified source - I know there's something on the other end in this case. However, the format of the URL is like this: mms://

[android-developers] RTSP and MMS - mediaplayer shenanigans

2009-02-13 Thread Rob Franz
Hi all I'm trying to get an RTSP stream going with a verified source - I know there's something on the other end in this case. However, the format of the URL is like this: mms://a757.l1265761171.c12657.g.lm.akamaistream.net/D/757/12657/v0001/reflector:61171?auth=daEdLa4adcAc2aoc1bYceclcFcQdfbwck

[android-developers] Device back key handling

2009-02-13 Thread Muthu Kumar K.
Hi All, Can any one tell me how to handle the device back key navigation? Because i want to use this action as coming back to my application screen. Here i used only one Activity for building all screens. Thanks in Advance, Muthu Kumar K. --~--~-~--~~~---~--~~ You r

[android-developers] Re: From Demo to Paid Unlocked Version

2009-02-13 Thread tberthel
Found a similar question and the older question: http://groups.google.com/group/android-developers/browse_thread/thread/d328e1b01e438430# http://www.google.com/support/forum/p/Android+Market/thread?tid=2793932dd3c01387&hl=en On Feb 13, 7:36 pm, tberthel wrote: > Note that I asked this question

[android-developers] Using my own SQLite database

2009-02-13 Thread Moons
Hello Android Developers, I'm new to Android, I just finished the Notepad Tutorials, where we can create SQLite Databases to save notes. So I wanted to know if it was possible to "import" my own SQLite database (not created with my App but with a 3rd-party software) to my project, and if the answ

[android-developers] Re: Getting location with multiple providers

2009-02-13 Thread JonkNYC
On Feb 13, 1:45 pm, Faber Fedor wrote: > How about using LocationManager.getBestProvider()? That will just return one provider, which may not get a fix for a long period of time. Requesting updates from multiple providers like Timo said is definitely the way to go. -Jon > > On Fri, Feb 13,

[android-developers] Installing applications on SD card

2009-02-13 Thread pesh...@gmail.com
I hope you guys can implement that in the next android updates. It is really cool that all the applications are free, but the G1 phone doesn't have a lot of on board memory, so please implement the feature to install applications on the SD Card. That is the only comment I have. A lot of people are

[android-developers] Android Advertising for Paid Applications

2009-02-13 Thread Thomas
Hi All, I'm a Product Manager at AdMob (www.admob.com) focused on Android advertising. I'm pretty psyched that the Android Market is finally accepting paid applications. I'd love to talk to anyone who is looking to distribute their application. Happy to share some of the lessons we learned from p

[android-developers] Re: Presumably there's no method to apply permissions to your code during runtime, correct?

2009-02-13 Thread themakos
is there a way of getting permission to read the emails database? On 13 Φεβ, 20:27, Hans wrote: > Another solution would be to be able to associate a manifest with a > class in some manner and importing/using that class would aggregate > its manifest into your own. Potentially for only a subset

[android-developers] Re: Please Help - Can't Upgrade Suspended App on Market

2009-02-13 Thread Shane Isbell
No problem. A few months ago, I got hit by a corrupted keystore and couldn't use the same package name, otherwise bad things happened on app upgrade. So I went through the same thing. On Fri, Feb 13, 2009 at 5:19 PM, Java Developer wrote: > > Hey Shane, > > Thanks for the help. I took a look at t

[android-developers] Re: Resize based on orientation.

2009-02-13 Thread Dianne Hackborn
I really, strongly recommend against solving this by having different layouts designed for different explicit screen sizes. It won't help you when there is a device that is wide resolution so has a few more pixels along one edge or the other, for example. On Fri, Feb 13, 2009 at 9:30 AM, loty wr

[android-developers] Re: Resize based on orientation.

2009-02-13 Thread David
How would I detect the orientation to set the layout? I am trying Timo's tip on the 0px, layout_weight=1 On Feb 13, 12:30 pm, loty wrote: > I would also suggest using different layout files for different screen > sizes andorientation. It works very well and much easier to control > than any 'sm

[android-developers] Re: From Demo to Paid Unlocked Version

2009-02-13 Thread tberthel
Note that I asked this question like 3 months ago on the Market but it was not answered and now it seems that I can't find the Android Market Forum. On Feb 13, 7:32 pm, tberthel wrote: > Also can I bypass the extra download requirement for the paid version > so they don't need to download the ga

[android-developers] Re: From Demo to Paid Unlocked Version

2009-02-13 Thread tberthel
Also can I bypass the extra download requirement for the paid version so they don't need to download the games until a new version is released? For example, an Intent uri/url link to Google Checkout for a purchase without a new download but instead just show the purchaser a Registration ID or ema

[android-developers] From Demo to Paid Unlocked Version

2009-02-13 Thread tberthel
I have 5 games on the market that have license servers. My free games are the same as the full versions except one is locked and the other is not (More levels, features, and such). I would like to have the registration automated through Google Checkout. I don't want to have an unlocked version

[android-developers] creating a canvas based on OpenGL

2009-02-13 Thread petunio
Hi I am writing an application that uses both 2D and 3D. For the 3D part I use OpenGL, and for the 2D part, I do: Drawable.draw (myCanvas); There is a desynchronization between them I have heard that you can create a Canvas based on OpenGL, and then when I draw into that canvas, it is redirecte

[android-developers] Re: Please Help - Can't Upgrade Suspended App on Market

2009-02-13 Thread Java Developer
Hey Shane, Thanks for the help. I took a look at the Android Market "tech questions forum" and it appears this is effecting many people. So, without a clear solution in place I went ahead and refactored as you suggested. It was tougher than just hitting the "refactor" button in Intelij as I had o

[android-developers] Re: Browser Application: loading asset html files

2009-02-13 Thread Kumaravel Kandasami
Thank you Fred and Mark. www.anddv.org is not valid URL. Kumar_/|\_ www.saisk.com ku...@saisk.com "making a profound difference with knowledge and creativity..." On Fri, Feb 13, 2009 at 5:50 PM, Fred Grott(shareme) wrote: > > Komar there i s a tutorial on webview I believe at anddv.org

[android-developers] Disable marquee behavior on text view?

2009-02-13 Thread Ward Willats
Can I disable the marquee scrolling on the text view labels on the tabs in my 1.0 application? I used to stick a line feed into my tab labels and that looked fine. Now the scrolling is small and hard to read. Thanks -- Ward --~--~-~--~~~---~--~~ You received t

[android-developers] Re: Please Help - Can't Upgrade Suspended App on Market

2009-02-13 Thread Shane Isbell
You probably just need to update the AndroidManifest.xml after the refactor. On Fri, Feb 13, 2009 at 2:54 PM, Java Developer wrote: > > Intellij Yes, clicking "refactor" was easy enough. But after doing > so the app will not install. I have checked for all instances of the > package name and

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Robert Green
That's cool. I didn't opt to do the trial version of my app and now I'm thinking maybe I should to increase visibility. I really liked your game btw - you should check out mine and let me know what you think (when it's available!) It's called "Wuzzle" and has been my big project for the past 2

[android-developers] Re: Browser Application: loading asset html files

2009-02-13 Thread Fred Grott(shareme)
Komar there i s a tutorial on webview I believe at anddv.org If you still need poitners..speak up as there are a few of us webview adventuers around On Feb 13, 3:54 pm, Kumaravel Kandasami wrote: >  I have html/css/js files in my asset directory. In the MAIN activity class > I am redirecting

[android-developers] Show dialog on creation - question?

2009-02-13 Thread EvgenyV
Hi! I'm trying to show dialog OK/Cancel and then continue construction after user closed the dialog. Unfortunately the dialog get visibility only AFTER the creation of myclass was completed. In my example Run( ) method will never run. There is code: public class MyClass extends Activity { privat

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

2009-02-13 Thread Mark Murphy
DavidLanz wrote: > do you guys know what's the different from 1.0.r2 to 1.1r1? > is there a reference or documentation about the difference? http://developer.android.com/sdk/android-1.1.html -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Ve

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

2009-02-13 Thread DavidLanz
Hello all, do you guys know what's the different from 1.0.r2 to 1.1r1? is there a reference or documentation about the difference? cheers! David On 2月10日, 上午6時31分, "Justin (Google Employee)" wrote: > Hey developers, today we released the new, 1.1_r1 SDK. This SDK > includes some minor updates

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Ivan Soto
I've been reading a lot about this whole Google Merchant thing and it's actually that Google Checkout only allows to sell goods from US and UK. It's not an Android thing, it's their system is not even complete and operational for all countries. Well, I know they will add more countries like they sa

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Mariano Kamp
Yeah, that is really really bad and even worse and too late communicated. I wonder why? On Fri, Feb 13, 2009 at 7:55 PM, Ivan Soto wrote: > I knew you wouldn't be able to buy or sell IN Canada. But I had no idea > that if I was IN Canada I wouldn't be able to sell to another countries. > Now I'm

[android-developers] Re: To clarify charging for apps

2009-02-13 Thread Dave (Mogees)
My understanding is that certain items are allowed to be sold via apps on the Android Market (like the milk example), while others like premium apps are not. For items that are allowed, you can use Mogees' M-commerce SDK to accept payments. On Feb 13, 2:51 pm, Mark Murphy wrote: > Kevin wrote: >

[android-developers] Re: Please Help - Can't Upgrade Suspended App on Market

2009-02-13 Thread Java Developer
Intellij Yes, clicking "refactor" was easy enough. But after doing so the app will not install. I have checked for all instances of the package name and no more were found. So, obviously there is more to it than "letting the ide do the work". I went further and re-built the Project using the a

[android-developers] Re: Browser Application: loading asset html files

2009-02-13 Thread Mark Murphy
Kumaravel Kandasami wrote: > I have html/css/js files in my asset directory. In the MAIN activity > class I am redirecting the display of the html files in my asset > directory to the browser application using Intents. > > The browser application is not loading the html page, however if I > chan

[android-developers] Re: To clarify charging for apps

2009-02-13 Thread Mark Murphy
Kevin wrote: > I think I can't do what I want to do, but just want to clarify. The > app I have is free itself, but it allows you to order some things, and > the user would need to pay for them (obviously). It looks like the > market only allows for a one time up front charge, and I would not be

[android-developers] Re: How can I specify the default style of my widget

2009-02-13 Thread Meryl Silverburgh
And I have added this in my manifest file: This in my themes.xml file: @style/MyWidget and this in my styles.xml file: @drawable/btn_mywidget_bg Can you please tell me what am I

[android-developers] Re: How can I specify the default style of my widget

2009-02-13 Thread Meryl Silverburgh
Thank you. I have added a 'themes.xml' file in my res/values directory. @style/MyWidget But how can I apply that "MyTheme" throughout my android application? Thank you. On Thu, Feb 12, 2009 at 4:59 PM, birds fly wrote: > hi > you c

[android-developers] Re: Please Help - Can't Upgrade Suspended App on Market

2009-02-13 Thread Stoyan Damov
> On Feb 13, 4:19 pm, Shane Isbell wrote: >> In not using Android Market (restricted by terms), but I always put a v[x] >> into the namespace, something like com.sweat.startup.v1. This allows me to On Fri, Feb 13, 2009 at 11:28 PM, Java Developer wrote: > > Hi Shane, > > Thanks for the reply. Un

[android-developers] Gesture detection in the list view

2009-02-13 Thread Alexey
Hi i'm looking for suggestions - trying to build list items kind of drag and drop . It should start with the long press to enter this drag and drop mode and then capture the move and swap items. I'm playing with GestureDetector and OnGestureListener - problem is if its longPressEnabled it doesn't

[android-developers] Browser Application: loading asset html files

2009-02-13 Thread Kumaravel Kandasami
I have html/css/js files in my asset directory. In the MAIN activity class I am redirecting the display of the html files in my asset directory to the browser application using Intents. The browser application is not loading the html page, however if I change the code to use external URL it works

[android-developers] To clarify charging for apps

2009-02-13 Thread Kevin
I think I can't do what I want to do, but just want to clarify. The app I have is free itself, but it allows you to order some things, and the user would need to pay for them (obviously). It looks like the market only allows for a one time up front charge, and I would not be allowed to collect m

[android-developers] Re: Please Help - Can't Upgrade Suspended App on Market

2009-02-13 Thread Java Developer
Hi Shane, Thanks for the reply. Understood, that would work, but that is really not a good solution. This would require a major refactoring. There must be a way to upgrade/upload from suspended status? Has anyone else been able to do this? I have tried on Firefox, Safari, and Opera (all on the M

[android-developers] App Description Character Limit - 325 Characters?

2009-02-13 Thread g1bb
Is there any idea if this will increase in the future? This is extremely limiting. --~--~-~--~~~---~--~~ 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@goo

[android-developers] Re: Please Help - Can't Upgrade Suspended App on Market

2009-02-13 Thread Shane Isbell
In not using Android Market (restricted by terms), but I always put a v[x] into the namespace, something like com.sweat.startup.v1. This allows me to handle signing the same app with different keys and so forth, merely by incrementing or changing the version within the namespace, com.sweat.startup.

[android-developers] Re: Using X.509 Certificate for a secure http webrequest

2009-02-13 Thread mattdev
Hi Bill! Thank you for your answer. I know about the api-documentation, a real sample would me help a lot. Furthermore Question: What about the java keytool to import certificates in keystorefile and deploy it to the phone? -matt On 13 Feb., 08:19, Bill Zimmerly wrote: > Hi Matt! > > Here ar

[android-developers] Please Help - Can't Upgrade Suspended App on Market

2009-02-13 Thread Java Developer
ARGH! A few months back my application was marked as "suspended" because I violated the agreement by having users purchase a license key through PayPal. Google explained all I would need to do was "re- upload" my application sans the offending code. But, there is no "upgrade" button once your appl

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Evgeny V
Why they didn't inform me that the "market" is actually "closed market" for me? I believe hunderds or thousands developers are agree with me now. On Fri, Feb 13, 2009 at 10:31 PM, Ivan Soto wrote: > I don't want my $25 back I just want to be able to sell applications. I > wonder what was the po

[android-developers] Re: Has anyone succeeded in displaying non latin-1 characters in Webview after RC33?

2009-02-13 Thread Mark Murphy
Chister Nordvik wrote: > String xml = "" + > "" + > "Norwegian chars: åø" + > "" + > ""; > myWebView.loadData(xml, "text/html", "UTF-8"); > > This code works for latin-1 but as far as I know there are not HTML > entities defined for Latin-2 so I was wondering if there are other > solu

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Ivan Soto
I don't want my $25 back I just want to be able to sell applications. I wonder what was the point of allowing developers get Dev phones in Canada. I mean, it's nice to be able to publish free application but if we are going to be stuck on that until Google releases a phone in here it really killed

[android-developers] Re: How to get the device model in android?

2009-02-13 Thread Bill Zimmerly
You're welcome Manoj and dillirao malipeddi! ;) - Bill P.S. Isn't Android great? --> THANK YOU GOOGLE and OHA! :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] Re: sound effect using SoundPool

2009-02-13 Thread djp
Increasing the capacity of the SoundPool solved the problem. Thank you! On Feb 13, 5:34 pm, Marco Nelissen wrote: > There is a known problem (fixed in cupcake) with SoundPool that will cause > it to lock up if you try to play more simultaneous sounds than the capacity > of the SoundPool. If you

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Evgeny V
I'd like to get back my 25$ too! On Fri, Feb 13, 2009 at 8:58 PM, Agus wrote: > > @Ivan: same situation here. > Dear Google, can i have my $25 back? > > On Fri, Feb 13, 2009 at 10:55 AM, Ivan Soto wrote: > > I knew you wouldn't be able to buy or sell IN Canada. But I had no idea > that > > if I

[android-developers] Re: Database installation - Android

2009-02-13 Thread Ludwig
Why not hook it into the same call that creates all your tables? That way it will be installed right when you create your DB for the first time, guaranteed before any user read/write operation takes place and it plays nicely with increases in DB version number. No preferences or other settings need

[android-developers] Re: [Split the Android screen into two parts and run 2 applications simultaneously on both screen]

2009-02-13 Thread Faber Fedor
Are App A and App B your own apps (as opposed to say, system apps like Dialer and Maps)? I would try combining App A and App B into App C and have each (sub)App write to their own View which would be contained in another view. On Fri, Feb 13, 2009 at 8:52 AM, saroj wrote: > > Hello all, > > I n

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread george_c
Speaking about visibility : http://news.yahoo.com/s/prweb/20090212/bs_prweb/prweb2035414_4 On Fri, Feb 13, 2009 at 9:24 PM, Shane Isbell wrote: > If you guys who can't sell, still want to sell your app, you can go to > http://slideme.org and stock your app. We don't draw the traffic Google's > A

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Chister Nordvik
Do they offer subscription based payment? I haven't gotten around to setting up a UK company yet, so I need info on what the options are after the registration :-) -Christer --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Mads Kristiansen
Slideme looks good. I will definitely have a look at that for my app - now that I can't use Android Market (yet).. BR, Mads 2009/2/13 Shane Isbell > If you guys who can't sell, still want to sell your app, you can go to > http://slideme.org and stock your app. We don't draw the traffic Google's

[android-developers] Has anyone succeeded in displaying non latin-1 characters in Webview after RC33?

2009-02-13 Thread Chister Nordvik
String xml = "" + "" + "Norwegian chars: åø" + "" + ""; myWebView.loadData(xml, "text/html", "UTF-8"); This code works for latin-1 but as far as I know there are not HTML entities defined for Latin-2 so I was wondering if there are other solutions to displaying non latin-1 in a Webvie

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Shane Isbell
If you guys who can't sell, still want to sell your app, you can go to http://slideme.org and stock your app. We don't draw the traffic Google's Android Market does; but if there are good applications out there, word-of-mouth goes pretty far. We are working hard on improving the visibility of Slide

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Mads Kristiansen
I'm excited about this.. Does anyone know if Denmark is among the countries, which will be supported for developers by the end of Q1? Would be kind of nice to know for me.. BR, Mads 2009/2/13 Agus > > @Ivan: same situation here. > Dear Google, can i have my $25 back? > > On Fri, Feb 13, 2009 at

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Ivan Soto
It's pretty dissapointing. I wonder if that will change anytime soon. On Feb 13, 2009 11:58 AM, "Agus" wrote: @Ivan: same situation here. Dear Google, can i have my $25 back? On Fri, Feb 13, 2009 at 10:55 AM, Ivan Soto wrote: > I knew you wouldn't be a... --~--~-~--~~

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Agus
@Ivan: same situation here. Dear Google, can i have my $25 back? On Fri, Feb 13, 2009 at 10:55 AM, Ivan Soto wrote: > I knew you wouldn't be able to buy or sell IN Canada. But I had no idea that > if I was IN Canada I wouldn't be able to sell to another countries. > Now I'm sad. > > On Fri, Feb

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Ivan Soto
I knew you wouldn't be able to buy or sell IN Canada. But I had no idea that if I was IN Canada I wouldn't be able to sell to another countries. Now I'm sad. On Fri, Feb 13, 2009 at 11:29 AM, Al Sutton wrote: > > Does Canada appear in the list in the email? > > Agus wrote: > > no Canada? > > > >

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Romain Guy
The Android team and some specific testers have access to paid apps. On Fri, Feb 13, 2009 at 10:39 AM, snctln wrote: > > Just thought I would follow up, > > In the 30 minutes since I posted my last post in this thread I got an > email from Google describing the paid apps plan (which was posted a

[android-developers] Re: Getting location with multiple providers

2009-02-13 Thread Faber Fedor
How about using LocationManager.getBestProvider()? On Fri, Feb 13, 2009 at 12:47 PM, Timo Bruck wrote: > I believe you have to register for multiple location providers (network, > gps). > > In my code, I call requestLocationUpdates() on each provider, but they all > share the same LocationListen

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread snctln
Just thought I would follow up, In the 30 minutes since I posted my last post in this thread I got an email from Google describing the paid apps plan (which was posted at the Google developers blog http://android-developers.blogspot.com/2009/02/android-market-update-support-for.html) Basically s

[android-developers] Re: Database installation - Android

2009-02-13 Thread Faber Fedor
On Fri, Feb 13, 2009 at 1:29 PM, intbt wrote: > > I am using a database for storage, I specifically do not want to use > the Internet connectivity for data download. > > I write and install the database from a XML file on first application > call. I set a flag within the code to prohibit install

[android-developers] Database installation - Android

2009-02-13 Thread intbt
I am using a database for storage, I specifically do not want to use the Internet connectivity for data download. I write and install the database from a XML file on first application call. I set a flag within the code to prohibit install during app usage. However, once the user leaves the app, t

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Al Sutton
Does Canada appear in the list in the email? Agus wrote: > no Canada? > > On Fri, Feb 13, 2009 at 10:24 AM, Al Sutton wrote: > >> Google have already stated UK & US first, then Germany, Austria, and the >> Netherlands, followed by France, Italy, and Spain. >> >> It was all in an email Google

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Agus
no Canada? On Fri, Feb 13, 2009 at 10:24 AM, Al Sutton wrote: > > Google have already stated UK & US first, then Germany, Austria, and the > Netherlands, followed by France, Italy, and Spain. > > It was all in an email Google sent out at the end of last year > (http://www.talkandroid.com/526-and

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Al Sutton
An having just read the email send out by Google, it looks like only US G1 customers can buy from Market starting next week. Nice to know all those UK customers who bought early are being well shaft^H^H^H^H^Hserved. Al. Al Sutton wrote: > Google have already stated UK & US first, then Germa

[android-developers] Re: Presumably there's no method to apply permissions to your code during runtime, correct?

2009-02-13 Thread Hans
Another solution would be to be able to associate a manifest with a class in some manner and importing/using that class would aggregate its manifest into your own. Potentially for only a subset of a current manifest's features... Hmmm... It just seems silly that if someone wants to use my Utili

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Al Sutton
Google have already stated UK & US first, then Germany, Austria, and the Netherlands, followed by France, Italy, and Spain. It was all in an email Google sent out at the end of last year (http://www.talkandroid.com/526-android-market-paid-apps-2009/). Al. Ivan Soto wrote: > > I wonder the sam

[android-developers] Presumably there's no method to apply permissions to your code during runtime, correct?

2009-02-13 Thread Hans
The only methods for doing this are in the manifest, presumably to make *.apk installation simpler. It would be great if the *.apk installer could grep the *.apk for security permission requests and operate exactly how it does now. This way you can write re-usable code that others can use withou

[android-developers] Re: Accessing Dialog buttons

2009-02-13 Thread Al
You can do this with a Dialog box and a custom layout with the EditText and button elements defined inside it. Then attach a TextChanged listener to the EditText and enable/disable buttons as appropriate. mDialog = new Dialog(this); mDialog.setCancelable(true); mDialog.setContentView(R.layout.dia

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Ivan Soto
In the same site you post your application there's a link to setup a merchant account. On Fri, Feb 13, 2009 at 11:13 AM, Evgeny V wrote: > Just now received the message from google > ... > Developers who do not already have a Google Checkout > merchant account can easily sign up for one via the

[android-developers] Re: TextView scrolling (in case anyone finds this useful)

2009-02-13 Thread Al
This worked for me with fadingEdge turned off on the scrollview: scrollview.smoothScrollTo(0, scrollview.getHeight() + textview.getHeight()); Various other combinations worked also. On Feb 13, 1:52 pm, Hans wrote: > This is rough and quick, but after a couple of minutes looking aroudn > I didn

[android-developers] Re: How do I remove/disable the bar displaying the app name.

2009-02-13 Thread kozak
HI Fixed it It is the Titlebar and can be removed by using the Theme.NoTitleBar attribute in Manifest.xml On Feb 13, 10:54 pm, kozak wrote: > Hi All, > I have put up a screenshot of the problem I am facing. I would like to > remove the bar on the top of the screen ( circled in blue). The >

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Evgeny V
Just now received the message from google ... Developers who do not already have a Google Checkout merchant account can easily sign up for one via the publisher website... ... What does it mean "publisher site"? On Fri, Feb 13, 2009 at 7:57 PM, snctln wrote: > > I just finished setting up a m

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread snctln
I just finished setting up a merchant account and then was able to add the full version of one of my apps. The only annoying part of the process is exactly what I expected it to be, you cannot have 2 apps with the same package name, so I had to svn export my project, go through and change all of

[android-developers] Re: remove|delete res/raw files

2009-02-13 Thread Timo Bruck
Alex... check out Jack Palevich's downloader code referenced at the end of < http://android-developers.blogspot.com/2008/09/three-new-samples-triangle-spritetext.html>. I think it's exactly what you're looking for. -Timo On Thu, Feb 12, 2009 at 6:16 PM, Alex B wrote: > > It looks like I have no

[android-developers] Re: How to specify the port when programmatically listening for SMS messages?

2009-02-13 Thread Hans
Is it .addDataAuthority( "*", l_nPortNumber ) ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] How do I remove/disable the bar displaying the app name.

2009-02-13 Thread kozak
Hi All, I have put up a screenshot of the problem I am facing. I would like to remove the bar on the top of the screen ( circled in blue). The screenshot link is http://www.flickr.com/photos/30049...@n07/3277135030/ . I am not sure what the name of that part of the UI is :) hence the screenshot. I

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Ivan Soto
I wonder the same. Will it be possible to sell from Canada to the rest of the world? On Fri, Feb 13, 2009 at 10:33 AM, Evgeny V wrote: But it's available for US and UK countires! Means it that only US and UK citizen could be a sellers? On Fri, Feb 13, 2009 at 7:24 PM, g1bb wrote: Woah, no

[android-developers] Re: Getting location with multiple providers

2009-02-13 Thread Timo Bruck
I believe you have to register for multiple location providers (network, gps). In my code, I call requestLocationUpdates() on each provider, but they all share the same LocationListener. My LocationListener keeps track of the highest quality fix received so far (via getAccuracy()) and discards fix

[android-developers] Re: sound effect using SoundPool

2009-02-13 Thread Robert Green
One more thing you need to know: Soundpool crashes if you change the pitch over 1.5 or under .5. I created multiple "engine" samples for higher and higher pitches, so no matter how high you hear the engine on light racer, it never goes above 1.5 playback rate. Soundpool is actually a really nic

[android-developers] How to specify the port when programmatically listening for SMS messages?

2009-02-13 Thread Hans
I can get SMS messages by using the syntax below: IntentFilter l_oSMSIntentFilter = new IntentFilter ( "android.provider.Telephony.SMS_RECEIVED" ); in_oContext.registerReceiver( this, l_oSMSIntentFilter ); But what I really need to do is listen on a particular port. It appears you can set it i

[android-developers] Re: ImageView onclick, which area was clicked?

2009-02-13 Thread oguen
Hi, to bring it up again. Did nobody implemented a selection based on an image ? I want to implement some kind of image map like you can do in html On 12 Feb., 19:42, oguen wrote: > Hi, > > is it possible to get any information( x,y coordinates) about where on > the image the click was tri

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Evgeny V
But it's available for US and UK countires! Means it that only US and UK citizen could be a sellers? On Fri, Feb 13, 2009 at 7:24 PM, g1bb wrote: > > Woah, now I can specify a price! > > On Feb 13, 10:12 am, g1bb wrote: > > I noticed a 'Setup a Merchant Account at Google CheckoutFree' is now >

[android-developers] setPhotoData dosent associate an image with the contact

2009-02-13 Thread rp2
Here is what I am trying to do 1. Create a new contact programtically 2. Download the content of an image from an image URL on the web 3. Associate that with the netly created contact via the Contacts.People.setPhotoData() method All 3 seem to work. But in the end when I go to the contact book v

[android-developers] no more then 2 lines in the new AlertDialog of sdk1.1_r1 ??

2009-02-13 Thread Yin
hey all, I found some of app's Dilaog with more than 2 lines title can't show() correctly in the new sdk v1.1_r1. for example : I 've a dialog' title: "Line1:aaa" + "\n" + "Line2:bbb" + "\n" + "Line3:ccc" + "\n" + "Line4:ddd" + "\n" + "Line5:eee" In the old sdk v1.0_r2 , it show prefert: Line1

[android-developers] RC33 update in Hood River Oregon and T Mobile offered to unlock my G1 no strings?

2009-02-13 Thread Qatmeer1
I'm posting for the first time. I was not making a call at the time the RC33 update warning came on my screen. If not for subscribing to this groups e.mail messages I was not even aware there was an update coming! Thank you all for your posts as not one word, newsletter, text, nada! From T Mobile.

[android-developers] Re: another round of emulator DNS problems

2009-02-13 Thread selawnkhua khua
Dear// Plsease android-developers@googlegroups.com the news i don't kown please my mail jhselawnkhuap...@gmail.com brik off please my mail addres cansel please i don't no life the next tame news i don't kwon please my mail off Thanks bye > > I had a similar problem with my

[android-developers] Re: Running different actives in the same package?

2009-02-13 Thread selawnkhua khua
Dear// pleasel i don't lite no news On Fri, Feb 13, 2009 at 7:18 PM, bigauto wrote: > > It seems that finish() ends a activity, but I'm not sure if it will > actually allow me to run a different activity on a simulator. Also if > there are any tutorials dealing with this it would be grea

[android-developers] no more then 2 lines in the new AlertDialog of sdk1.1_r1 ??

2009-02-13 Thread Yin
hey all, I found some of app's Dilaog with more than 2 lines title can't show() correctly in the new sdk v1.1_r1. for example : I 've a dialog' title: "Line1:aaa" + "\n" + "Line2:bbb" + "\n" + "Line3:ccc" + "\n" + "Line4:ddd" + "\n" + "Line5:eee" In the old sdk v1.0_r2 , it show prefert: Line1

[android-developers] Re: Resize based on orientation.

2009-02-13 Thread loty
I would also suggest using different layout files for different screen sizes and orientation. It works very well and much easier to control than any 'smart' resizing code. Look into API docs for explanation of resource folder naming conventions. On Feb 12, 7:26 pm, Timo Bruck wrote: > Android wi

[android-developers] Problem about the new AlertDialog of sdk1.1_r1

2009-02-13 Thread Yin
hey all, I found some of app's Dilaog with more than 2 lines title can't show() correctly in the new sdk v1.1_r1. for example : I 've a dialog' title: "Line1:aaa" + "\n" + "Line2:bbb" + "\n" + "Line3:ccc" + "\n" + "Line4:ddd" + "\n" + "Line5:eee" In the old sdk v1.0_r2 , it show prefert: Line1

[android-developers] Split the Android screen into two parts and run 2 applications simultaneously on both screen I need to split the Android screen into two parts and run 2 applications (app A and

2009-02-13 Thread saroj
Hello, I want to split the Android screen into two parts and run 2 applications (app A and app B) simultaneously. app A will run on screen 1 and app B will run on screen 2. Both are visible to the users. I need to implement this thing in the Android Framework. How to do it ? Waiting for your va

  1   2   >