[android-developers] How can I get the child of a Widget

2009-02-20 Thread Meryl Silverburgh
Hi, In my layout.xml, I have a child Widget under my custom widget MyWidget My question is in my java code of my parent widget (MyWidget), how can I get a reference to the child Widget (MyChildWidget)? com.mycompany.widget.MyWidget android:id=@android:id/widget

[android-developers] Re: UK developers listing currency?

2009-02-20 Thread bouvetloz...@gmail.com
And what's about VAT? UK residents and European Union residents without VAT-ID should add the UK VAT? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: How can I get the child of a Widget

2009-02-20 Thread for android
you have declared the id as childWidget and u try to access it by childWidgete..hence the NPE On Fri, Feb 20, 2009 at 1:48 PM, Meryl Silverburgh silverburgh.me...@gmail.com wrote: Hi, In my layout.xml, I have a child Widget under my custom widget MyWidget My question is in my java code

[android-developers] When will Android support Multiple PDP?

2009-02-20 Thread vistodavid
I want to know when will Android support Multiple PDP, it is urgent, please tell me if anyone knows, thanks in advance. BR, -David --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: When will Android support Multiple PDP?

2009-02-20 Thread David Hu
More specifically, as I know, Symbian 7.0s higher support Multiple PDP, that's mean you can create multiple, for example, GPRS context use it simultaniously(such as MMS WAP Inet context)... Does Android support this feature? If not, when will it support? Please help me. BR,

[android-developers] Re: UK developers listing currency?

2009-02-20 Thread Al Sutton
Section 3.2 of the Developer Distribution Agreement says; Developer is responsible for determining if a Product is taxable and the applicable tax rate for the Payment Processor to collect for each taxing jurisdiction where Products are sold. Developer is responsible for remitting taxes to the

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

2009-02-20 Thread Maddy
Hi Fadden, Thanks for your information. The actual file names are a.java --- Nullable.java b.java --- AbstractServiceArbiter.java I have done dexdump -d my application (AndJOSCAR) and got AndJOSCAR.apk.dump file. I have opened that file using Ultraedit (Text Editor tool) to look for any

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

2009-02-20 Thread suhas gavas
hi zombies and robots, plz let me the solution to improve touch event performance I have got stuck because of the sam regards, suhas On Fri, Feb 20, 2009 at 12:46 PM, Zombies and Robots caecus...@gmail.comwrote: Thank you both! With those pointers, I was able to figure out and implement

[android-developers] Broken after update: FileNotFoundException on openFileOutput

2009-02-20 Thread Markus Junginger
In the Android Market, I saw that users of my app had serious problems: http://www.cyrket.com/package/de.jars.android.quicksearch After updating to a new version from the Market, the app became unusable. This line is causing the trouble: FileOutputStream fileOut =

[android-developers] Re: UK developers listing currency?

2009-02-20 Thread bouvetloz...@gmail.com
Thanks, I'm from EU but not UK. It seems to be totally complex. Maybe for an app sold for $1 you have to detail as follows: $1 + $1 * 70% * 17.5% for EU countries (except outside UK with VAT-ID), $1 for others (Google is responsible for taxing the remaining 30%). Probably it's not possible to set

[android-developers] Re: Broken after update: FileNotFoundException on openFileOutput

2009-02-20 Thread Markus Junginger
I just added some logging for debugging: File fileFile = context.getFileStreamPath(file); CommonLog.i(Opening file for output: + fileFile.getAbsolutePath() + , exists: + fileFile.exists()); The output shows that the file exists: Opening file for output:

[android-developers] Re: UK developers listing currency?

2009-02-20 Thread Al Sutton
The problem is the last time I heard UK developers can't actually list apps with prices US Dollars, and because you can only set one price you'll have to explain to the tax man why your inclusive of VAT prices and exclusive of VAT prices are the same. There is also the issue that you have to

[android-developers] Re: UK developers listing currency?

2009-02-20 Thread Sena Gbeckor-Kove
Well, and eloquently said. Thanks S On 20 Feb 2009, at 11:14, Al Sutton wrote: The problem is the last time I heard UK developers can't actually list apps with prices US Dollars, and because you can only set one price you'll have to explain to the tax man why your inclusive of VAT prices

[android-developers] Re: UK developers listing currency?

2009-02-20 Thread bouvetloz...@gmail.com
Supposedly Google won't detail your income by countries, thus you can't divide it including/excluding taxes, and of course you can't issue individual invoices for your customers regarding to the 70% of the net price. But strictly, you have only one business partner, Google from US, probably it's

[android-developers] Re: UK developers listing currency?

2009-02-20 Thread Al Sutton
Unfortunately it's not that easy. The V.A.T. rate is charged dependant on the end customer, and in the Market situation Google is counted as a reseller not the end customer. The last company I set up which sold software to the US without physical shipments (i.e. everything was a download) and

[android-developers] Close all activities in tabbed application

2009-02-20 Thread Immy
Hi, Can someone tell me how to close all activities running under a tab? My initial activity does not need a tabbed view. Therefore, to initiate a tab for the next (remaining) activities, I call a class that extends TabActivity, from the first tab. All this class does is to assign and call

[android-developers] ArrayAdapter of widgets (button and EditText)

2009-02-20 Thread zeeshan
Hi, i have wraped ArrayAdapter of a a single editText in a ListView (notepad example) ListView MsgListView = (ListView)findViewById(R.id.MsgListView); Button addimage = (Button) findViewById(R.id.addimage); final EditText EditMsgText = (EditText)findViewById(R.id.EditMsgText); final

[android-developers] Re: IMPROPER RENDERING OF A HTML OBJECT

2009-02-20 Thread whitemice
I’ve just encountered the same problem. Below is a code snippet which defines a DIV element, light blue in colour and of limited height. This height/overflow setting caused a scrollbar to appear on all the desktop browsers tested. In the Android Browser, no scrollbar is shown and content after

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

2009-02-20 Thread guptha
Can we use Handler to accomplish this task. On Feb 19, 11:12 pm, nEx.Software justin.shapc...@gmail.com wrote: 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

[android-developers] How Delete SMS from inbox programmatically OR discard it before received in inbox

2009-02-20 Thread Gulfam Hassan
Hi, I want to Delete SMS how i can delete it programmatically? I am receiving sms in my application in this format string. 12345 username password ** i have post this thread on so many groups and forums but i dont receive any reply from last one week. its very urgent

[android-developers] Re: Broken after update: FileNotFoundException on openFileOutput

2009-02-20 Thread Markus Junginger
This is getting even more confusing: * canRead and canWrite are true on the file * creating new files (new names) also fails The only way to get it to work again is to uninstall and install the app from scratch again. So, right know I am totally clueless, expect it could be an Android bug. I

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

2009-02-20 Thread for android
Use the ViewFlipper. onCreate will be run once.After which the UI will be displayed. On Fri, Feb 20, 2009 at 6:19 PM, guptha gjango...@gmail.com wrote: Can we use Handler to accomplish this task. On Feb 19, 11:12 pm, nEx.Software justin.shapc...@gmail.com wrote: I also think the

[android-developers] Imported database unreadable on android

2009-02-20 Thread Billy Bob
Hi, I'm creating a sqlite3 database on a linux box. This db is valid on the box, I can select and all... When I download the file on the phone (emulator in my case), and try to read it with an SQLiteDatabase, any request will raise an exception 'invalid file'. I've checked the file is not

[android-developers] Question about spinner and quick text search.

2009-02-20 Thread EvgenyV
Hi! For ListActivity I can use method setTextFilterEnabled(true) which allows me to type letters and quick find list item(s). Does anybody know whether exists some similar out of the box functionality for Spinner dropdown list? Thanks, Evgeny

[android-developers] Re: Singed App on Emulator

2009-02-20 Thread Stoyan Damov
On Fri, Feb 20, 2009 at 2:29 AM, jtoolsdev br...@jyotishtools.com wrote: 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.  

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

2009-02-20 Thread Jordan Frank
My advice, is to do a search on Google for the phrase activate android adp1 without a sim card. You will find lots of information on how to do this. The first three results all give step by step instructions. Note that this advice also applies to other questions that you might have. Cheers,

[android-developers] Re: IMPROPER RENDERING OF A HTML OBJECT

2009-02-20 Thread whitemice
Added as a bug report here: http://code.google.com/p/android/issues/detail?id=2044can=1q=htmlcolspec=ID%20Type%20Version%20Security%20Status%20Owner%20Summarystart=100 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: WebView for Form based Local AJAX application

2009-02-20 Thread Fred Grott(shareme)
see CNET CiUI clientcide.com its already done just use it On Feb 18, 7:06 pm, Miguel Paraz mpa...@gmail.com wrote: Hi, I'm thinking of using WebView as a container for Form based JavaScript+DHTML applications. This is simple fill-out-forms like you have on the web, but now on mobile - like

[android-developers] Re: Imported database unreadable on android

2009-02-20 Thread Mads Kristiansen
I can tell, that I did it the other way around - reading a phone-generated database on my desktop. How big is the database? Did you try to create an empty database (or a database with a minimum set of data) and read it on the phone? / Mads On Fri, Feb 20, 2009 at 2:55 PM, Billy Bob

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

2009-02-20 Thread Mike Reed
Ah, that's a bug, null should be allowed. I'll see what can be done there for the future. The clip parameter is mean to be a hint to speedup turning the path into a region by restricting the result to a clipped subset of the path. For your purposes, you can just make a big rectangular region for

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

2009-02-20 Thread Sunil . Maharana
I just created a new Android Project and change the Camera code for import packages and commented the code those are not required for me, i could have able to remove all the syntex errors. For the first time i ran the project and it was giving some errors and i ignored those, when i try to ran

[android-developers] *** Why 1 G1 can see Paid Apps in the Android Market and Another Not? ***

2009-02-20 Thread Michael Martin
*** Can anyone at Google explain why some G1s can see paid apps while others can’t? I don’t believe this is a matter of an OTA updates but rather datacenter propagation thus it would depend on which Android Market datacenter the G1 is pinging. In my case I have 2 G1s (side by side) and 1

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

2009-02-20 Thread Mads Kristiansen
I don't think that's possible unfortunately. Only the app icon can be uploaded. / Mads 2009/2/20 themagazine m...@anycounter.com 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

[android-developers] Re: *** Why 1 G1 can see Paid Apps in the Android Market and Another Not? ***

2009-02-20 Thread Al Sutton
My guess would be a phased rollout based on device IDs. That way the scalability can be tested and rolled back if neccessary. Or, alternatively, they might think you're greedy having 2 G1s and so will only give you the service on 1 :) :) :). Al. Michael Martin wrote: *** Can anyone at

[android-developers] Re: *** Why 1 G1 can see Paid Apps in the Android Market and Another Not? ***

2009-02-20 Thread Robert Green
It's strange - I can't get my own app off the market but other people are starting to now. H On Feb 20, 9:21 am, Al Sutton a...@funkyandroid.com wrote: My guess would be a phased rollout based on device IDs. That way the scalability can be tested and rolled back if neccessary. Or,

[android-developers]

2009-02-20 Thread John St. John
-- John St. John jstj...@cs.uoregon.edu (541) 543-7434 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Re: *** Why 1 G1 can see Paid Apps in the Android Market and Another Not? ***

2009-02-20 Thread Shane Isbell
I think I'm in the last batch. Just got paid updates a few minutes ago. On Fri, Feb 20, 2009 at 7:36 AM, Robert Green rbgrn@gmail.com wrote: It's strange - I can't get my own app off the market but other people are starting to now. H On Feb 20, 9:21 am, Al Sutton

[android-developers] Re: *** Why 1 G1 can see Paid Apps in the Android Market and Another Not? ***

2009-02-20 Thread aclelland
Have you maybe set one up with an account which is linked to a google account outside the US/UK? If not a slow rollout is probably the best reason for them not showing up. Same thing happens with iGoogle and gMail updates. On Feb 20, 3:19 pm, Michael Martin mi...@mm-agency.com wrote: *** Can

[android-developers] Re: After install ADT0.9,failed to launch APP as no VM compatible with android 1.5

2009-02-20 Thread david liu
You need create one vm firstly, then launch emulator with that vm. On Thu, Feb 19, 2009 at 10:26 PM, harry ha...@mailinator.com wrote: Same issue here. Cannot launch VM with ADT0.9.0 plugin, nor is hardware device recognized. I had a look at AndroidLaunchController.java and tried to patch

[android-developers] Populating a database efficiently

2009-02-20 Thread Gavin Aiken
Hi all, It currently takes my onCreate method 147 seconds to create and populate my database, if anyone with a better knowledge of SQLite could help me reduce this it would be greatly appreciated. I have want to create a database with three tables; 1. CREATE TABLE nodeConfigurations (nodeId

[android-developers] Signing an application on Linux

2009-02-20 Thread Nox
Hello, I've got a problem! I don`t know how to sign an application on Linux. Can you please help me??? Thanks in advance Viktor --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Signing an application on Linux

2009-02-20 Thread Nox
On 20 Feb., 17:24, Nox v.beh...@googlemail.com wrote: Hello, I've got a problem! I don`t  know how to sign an application on Linux. I using Ubuntu 8.05. Can you please help me??? Thanks in advance Viktor --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Signing an application on Linux

2009-02-20 Thread Mads Kristiansen
Did you follow this guide: http://developer.android.com/guide/publishing/app-signing.html On Fri, Feb 20, 2009 at 5:25 PM, Nox v.beh...@googlemail.com wrote: On 20 Feb., 17:24, Nox v.beh...@googlemail.com wrote: Hello, I've got a problem! I don`t know how to sign an application on

[android-developers] Re: UK developers listing currency?

2009-02-20 Thread Jon Colverson
Ok. Let's see if we can de-FUDify this thread with some facts: Yes, the Market only allows UK sellers to list in GBP. Apparently the Market shows the end user an estimated conversion in their local currency, but I don't know if it shows that on the listing itself, or only on the checkout page

[android-developers] Re: Broken after update: FileNotFoundException on openFileOutput

2009-02-20 Thread Markus Junginger
It seems that the copy protection feature in the Market is broken, so I recommend NOT to switch it on if you rely on file access. I filed a bug report against Android: http://code.google.com/p/android/issues/detail?id=2047 Again a tiny little checkbox causing so much trouble... Hope not too

[android-developers] Re: When will Android support Multiple PDP?

2009-02-20 Thread Jon Colverson
On Feb 20, 9:13 am, David Hu vistoda...@gmail.com wrote:     More specifically, as I know, Symbian 7.0s higher support Multiple PDP, that's mean you can create multiple, for example, GPRS context use it simultaniously(such as MMS WAP Inet context)... Does Android support this feature? If

[android-developers] How to prevent the default Web Page Not Available screen to show on Webview if my website is down?

2009-02-20 Thread j
Can Webview tell me that I didn't get a HTTP 200 OK HTTP response code? I really don't want to display the Android Web Page Not Available screen inside my app. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Singed App on Emulator

2009-02-20 Thread Brian Conrad
Stoyan Damov wrote: On Fri, Feb 20, 2009 at 2:29 AM, jtoolsdev br...@jyotishtools.com wrote: 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

[android-developers] Re: Signing an application on Linux

2009-02-20 Thread Brian Conrad
The problem with that guide is that it assumes some knowledge of Linux commands that not everyone is going to be familiar with or uses so seldom they forget how they work. Here's a tutorial on how to set the environment variables (something I've had to do rarely on Linux):

[android-developers] suspend/resume a thread from another thread in same app

2009-02-20 Thread sukumar
Hi Android experts, I need to suspend/resume a thread from another thread in the same process. I tried to look into thread apis,but I couldn't figured out a way to achieve this.Can anyone pls point me some references to look or give a tip to do this. Thanks a lot in advance. Regards, Sukumar.

[android-developers] Re: *** Why 1 G1 can see Paid Apps in the Android Market and Another Not? ***

2009-02-20 Thread Josh Dobbs
Robert, Does your Android Market listings page show any downloads? Mine does not but according to google checkout I sold 1 application at 7 pm last night. I don't see any feedback, downloads or anything. On Fri, Feb 20, 2009 at 7:36 AM, Robert Green rbgrn@gmail.com wrote: It's strange - I

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

2009-02-20 Thread Josh Dobbs
Im just guessing but did you change the package name? On Fri, Feb 20, 2009 at 7:00 AM, sunil.mahar...@lntinfotech.com wrote: I just created a new Android Project and change the Camera code for import packages and commented the code those are not required for me, i could have able to remove

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

2009-02-20 Thread Delio
Hello, I meant to post, for some time now, a request to same effect as points 1 and 2 (from Karl's message). Shipping a dev device with a firmware and the ability to flash a new one without making the original firmware available forces me to boot an hacked recovery image to backup the original

[android-developers] Where can I put some media files(image or video) into emulator or real device

2009-02-20 Thread max
Hi All, Really very urgent! I am using the latest git code to play with. I wanna know how can I play with GALLERY, it always complain NO MEDIA FOUND, I do wanna know where and how can I put some JPG, BMP or something other media stuff into the emulator/Real device to make the GALLERY app

[android-developers] Cannot sync Calendar with Google Calendar service on emulator

2009-02-20 Thread Johnson
Hi, I run the 1.0r1 emulator and install Calendar.apk and CalendarProvider.apk on the emulator. And I configure the username and pwd from DevTools-Google Service Login successfully. Now I can start the Calendar app successfully, with the month view/week view/etc. But I don't know how to sync the

[android-developers] File permissions using Java

2009-02-20 Thread Androffice Developers
Somebody knows how viewing or changing the file permissions on file system using Java? Actually I'm using File class to know if the file is only for write or read but it's not enough for me. Thanks. --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: USB signal control class?

2009-02-20 Thread Butch
Is there a Java API for accessing the USB port in the latest release? Company looking to develop an attachment for data collection. Best, Roy On Dec 30 2008, 8:53 am, rr...@scires.com wrote: Justin, You say In 1.0 you don't have access to theUSBport via the Java API layer. .  Does that

[android-developers] Screen

2009-02-20 Thread Danex
Hi, I am looking for an app that can adjust my screen sensitity, for example: if I wanted to use my finger nails instead of my finger tip. A tmobile agent mentioned to me they have one but I've looked for days and cannot find one. Please help!

[android-developers] Replacement for Zoom Slider

2009-02-20 Thread tanu
Please tell me what is the replacement for zoom slider now? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Is there any window registry like functionality in android

2009-02-20 Thread Peter
I want applications to check whether hardware supports touch, single touch or multitouch. Based on that applications should enable different behaviors. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Any answer to this question

2009-02-20 Thread Glen
Marco? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] SVG files

2009-02-20 Thread Alam
Hi, I've questions w.r.t svg file. 1. Does Android support for svg files. if yes than can we use the svg files in our resource folder while creating applications? 2. Is it possible to rendered svg file? What parsers are needed? Does android provide any such parser? Please let me know about this

[android-developers] Android's communication mechanisms

2009-02-20 Thread NameZero912
Hi there, I'm looking for a summary of libraries/APIs that Google Android provides for communicating with other endpoints, e.g. servers, over the internet. I'm basically looking for a complete list of communication mechanisms that are well defined using interfaces, such as SOAP or others What I

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

2009-02-20 Thread Dirk Jäckel
On Fri, Feb 20, 2009 at 7:30 AM, Jean-Baptiste Queru j...@android.com wrote: -the 1.0 images aren't currently available either. I expect that they'll be made available at the same time as the 1.1 images (which will allow to switch back and forth between the two). I don't know any specific

[android-developers] OMA DM support

2009-02-20 Thread Surendra Reddy T
Hi Guys, I am surendra, have joined the group. I am searching for the DM support in android. But from the sdk docs I didnt get any thing. Could any one please let me know whether android is supporting OMA DM or not ? If not do we have to develop our own DM client ? And alos I want to know how to

[android-developers] Re: Changing Font Size On Tab Activity

2009-02-20 Thread toihart
I have changed de font size by changing my own theme. I added to my styles.xml the following lines: style name=Widget.TabWidget item name=android:textSize11dip/item /style and to my themes.xml: item name=android:tabWidgetStyle@style/Widget.TabWidget/item Mark Hansen ha escrito: I

[android-developers] Re: Confused about handling SSL Errors in WebView

2009-02-20 Thread Manuel
I have the same problem, and didn't manage to find a way even to detect the error. Any clues? On Feb 13, 1:54 pm, whitemice markbr...@zedray.co.uk wrote: I have a WebView and I want to capture an error, most likely related to a web page having an invalidSSLcertificate(company Intranet).

[android-developers] Re: Emulator doesn't link sometimes

2009-02-20 Thread todd
This happens to me occasionally and is a bit annoying. I too just close the emulator instance and start it again. That works most of the time, although I've had to completely restart the machine on other occasions. Todd On Feb 19, 7:09 pm, Ivan Soto ivanso...@gmail.com wrote: Hi, I'm

[android-developers] Android Market: server error when authorizing credit card

2009-02-20 Thread SR
Hi all, I've been trying to buy some apps but have been getting a server error after Authorizing credit card... bubble shows up. For about an hour or so... Anybody else have this problem? Maybe there are problems with the server and someone from Google ought to look at them? SR

[android-developers] Re: SVG files

2009-02-20 Thread Mike Reed
Sorry, we have no support for SVG in the platform. On Fri, Feb 20, 2009 at 5:18 AM, Alam irshad...@gmail.com wrote: Hi, I've questions w.r.t svg file. 1. Does Android support for svg files. if yes than can we use the svg files in our resource folder while creating applications? 2. Is it

[android-developers] Re: How to display SVG file in Android Application

2009-02-20 Thread Mike Reed
Sorry, we have no support for SVG in the platform. On Fri, Feb 20, 2009 at 7:57 AM, Alam irshad...@gmail.com wrote: Hi All, I've some question regarding .svg file. 1. Is it possible to display .svg file in our application as an icon or picture or image at background? How can we acheive

[android-developers] Re: Android Market: server error when authorizing credit card

2009-02-20 Thread Shane Isbell
At SlideME, we are encouraging any users that have problems purchasing an app from Android Market, to ask the developer to upload to http://slideme.org so you can purchase. We have two different payment processors, so you've got some options. Shane On Fri, Feb 20, 2009 at 9:58 AM, SR

[android-developers] Re: Android Market: server error when authorizing credit card

2009-02-20 Thread g1bb
Are you trying to purchase your own app? I got the same error when I did, but not when I purchased someone else's. On Feb 20, 10:58 am, SR stan.r...@gmail.com wrote: Hi all, I've been trying to buy some apps but have been getting a server error after Authorizing credit card... bubble shows

[android-developers] Why can't I see my own comments?

2009-02-20 Thread Mattaku Betsujin
I tried to give my app a little boost, and gave it 5 stars on my phone. Strangely, I cannot see my own comment, even on cyrket. http://www.cyrket.com/package/com.nubinews.fullreader Does Google use some sort of psychic sensing to filter out comments by the app's writer?

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

2009-02-20 Thread ellipsoidmob...@googlemail.com
Very frustrating being sat in the UK having no idea if my app is visible! Surprised not to have heard any comment from Google as to if/ how paid apps have now been rolled out. In the meantime, if anyone in the US fancies seeing if they can see an app called ActiveGPS on the market I'd be very

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

2009-02-20 Thread Josh Dobbs
Im in Caifornia and I can't even see any paid apps yet. On Fri, Feb 20, 2009 at 10:57 AM, ellipsoidmob...@googlemail.com ellipsoidmob...@googlemail.com wrote: Very frustrating being sat in the UK having no idea if my app is visible! Surprised not to have heard any comment from Google as to

[android-developers] How to enable USB Mass storage?

2009-02-20 Thread ebmajor
Dear all, I'm trying to use my USB mass storage (8GB USB memory stick) on Android. But I can not enable it. Obviously USB power is not turned on. (My USB memory stick has power indicating LED) I'm very wondering why USB power is not turned on!! I've tried almost everything I can, but I failed.

[android-developers] TeluguBabes MONICA BATHING SHOW

2009-02-20 Thread shakeela shakeela
CLICK HERE http://tamilcinemamasala.blogspot.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Why can't I see my own comments?

2009-02-20 Thread Sundog
No, I see my own blatant self-promotion just fine. ;) On Feb 20, 11:45 am, Mattaku Betsujin mattaku.betsu...@gmail.com wrote: I tried to give my app a little boost, and gave it 5 stars on my phone. Strangely, I cannot see my own comment, even on cyrket.

[android-developers] Re: Android Market: server error when authorizing credit card

2009-02-20 Thread Sundog
Same here. On Feb 20, 11:38 am, g1bb corymgibb...@gmail.com wrote: Are you trying to purchase your own app? I got the same error when I did, but not when I purchased someone else's. On Feb 20, 10:58 am, SR stan.r...@gmail.com wrote: Hi all, I've been trying to buy some apps but have

[android-developers] Re: TeluguBabes MONICA BATHING SHOW

2009-02-20 Thread g1bb
great On Feb 20, 12:08 pm, shakeela shakeela shakeela...@googlemail.com wrote:  CLICK HERE http://tamilcinemamasala.blogspot.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

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

2009-02-20 Thread aclelland
Paid applications are Live in the US but not the UK AFAIK. My google checkout account has some purchases in it. On Feb 19, 9: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, Feb 19,

[android-developers] Re: Sensors don't work on partial wake lock

2009-02-20 Thread hawaiiart.com
I am having the same problem, and can not monitor the accelerometer without the screen being kept dim. I'll keep posting on this issue but haven't seen any work-around yet (if one exists). Can a Google Engineer please close this thread with a no it cant happen or here is the way to deal with

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

2009-02-20 Thread Robert Green
They're up in the US on some phones. I have them on mine and my friend also confirmed on his. On Feb 20, 1:47 pm, aclelland aclell...@gmail.com wrote: Paid applications are Live in the US but not the UK AFAIK. My google checkout account has some purchases in it. On Feb 19, 9:45 pm, Josh

[android-developers] Market Apps Not Really Protected

2009-02-20 Thread Shane Isbell
Looks like android application security has already been hacked: http://strazzere.com/blog/ Shane --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: How to prevent the default Web Page Not Available screen to show on Webview if my website is down?

2009-02-20 Thread Fred Grott(shareme)
Okay lets see its WebVIewClient public void onReceivedError(WebView view, int errorCode, String description, String failingUrl) { Toast.makeText(myApp, Oh no! Load Error + description, Toast.LENGTH_SHORT).show(); } You need to

[android-developers] Universal Media _ID

2009-02-20 Thread robotissues
Is there such a thing as a Universal Media ID? I noticed that if media files are moved around on the sd card it is assigned a new ID after the MediaStore reindexes. I need my app to keep track of media files, so I am looking for a better option.

[android-developers] Re: Using my own SQLite database

2009-02-20 Thread burton miller
yeah - same problem here. i determined that (2 months ago) it was impossible. here are your options: 1) copy the db from your apk (as a raw resource) to the file system at run time, and access it there - which doubles the size of your db footprint. 2) download your db upon installation my db

[android-developers] Re: Is there any window registry like functionality in android

2009-02-20 Thread Fred Grott(shareme)
Hello Peter, No, you will have to check by existence of class to check which touch is supported I would say start with the TouchEvents On Feb 20, 3:50 am, Peter saurabh.s...@gmail.com wrote: I want applications to check whether hardware supports touch, single touch or multitouch. Based on

[android-developers] Re: ListView and focusing

2009-02-20 Thread Greg Krimer
Oh! In that case 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, 4:09 pm, Selmi se...@centrum.sk

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

2009-02-20 Thread Kevin E. Phillips, Sr.
Agreed, Paid apps are in there, but I cannot purchase any of them. It's quite a lovely little bug/issue. aclelland wrote: Paid applications are Live in the US but not the UK AFAIK. My google checkout account has some purchases in it. On Feb 19, 9:45 pm, Josh Dobbs joshdo...@gmail.com wrote:

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

2009-02-20 Thread Mike Reed
By bug, I mean I would like to relax the restriction, and allow you to pass null. I don't know yet when the could get in. Thus you should always (for now) pass in a region as the clip. It can be something large with no downside (i.e. -10,000, 10,000) On Fri, Feb 20, 2009 at 3:57 PM, David

[android-developers] Re: When will Android support Multiple PDP?

2009-02-20 Thread David Hu
Thanks, Jon. It seems the same, but why I can't open this page http://source.android.com/roadmap, which always report can't find the server? Is it public acess? Would you please tell me when and which release will support this feature? Thanks again. BR, -David On Sat, Feb 21, 2009 at 12:53 AM,

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

2009-02-20 Thread David Hu
Okay, great, I'll pass a large region to check. On Sat, Feb 21, 2009 at 5:01 AM, Mike Reed r...@google.com wrote: By bug, I mean I would like to relax the restriction, and allow you to pass null. I don't know yet when the could get in. Thus you should always (for now) pass in a region as

[android-developers] Re: Screen

2009-02-20 Thread Dianne Hackborn
Finger nails do not work with a capacitive touch screen like the G1's, at all. Sorry. On Fri, Feb 20, 2009 at 8:22 AM, Danex daniel.ramirez2...@gmail.com wrote: Hi, I am looking for an app that can adjust my screen sensitity, for example: if I wanted to use my finger nails instead of my

[android-developers] Re: suspend/resume a thread from another thread in same app

2009-02-20 Thread fadden
On Feb 20, 9:28 am, sukumar bhashyam.suku...@gmail.com wrote: I need to suspend/resume a thread from another thread in the same process. I tried to look into thread apis,but I couldn't figured out a way to achieve this.Can anyone pls point me some references to look or give a tip to do this.  

[android-developers] android.provider.drmstore

2009-02-20 Thread Layeeq
I see android.provider.drmstore in framework. Why is this not published in framework documentation? Is the support not complete? I am trying to understand if OMA 1.0 forward locked drm is supported for images, video and audio files? Thanks, Layeeq

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

2009-02-20 Thread fadden
On Feb 20, 1:29 am, Maddy malli.ar...@gmail.com wrote: I have done dexdump -d my application (AndJOSCAR) and got AndJOSCAR.apk.dump file. I have opened that file using Ultraedit (Text Editor tool) to look for any useful information. I searched for addRequestImpl and I could not find any

[android-developers] Re: android.provider.drmstore

2009-02-20 Thread Jean-Baptiste Queru
The implementation might change, and therefore it is not exposed as part of the SDK. JBQ On Fri, Feb 20, 2009 at 3:01 PM, Layeeq nlah...@gmail.com wrote: I see android.provider.drmstore in framework. Why is this not published in framework documentation? Is the support not complete? I am

[android-developers] Re: Android Market: server error when authorizing credit card

2009-02-20 Thread Inderjeet Singh
That is true: Google Checkout will not let a merchant be a buyer for their own goods. Inder On Fri, Feb 20, 2009 at 12:00 PM, Robert Green rbgrn@gmail.com wrote: Yup, it appears as though you can't buy your own app! :) On Feb 20, 1:21 pm, Sundog sunns...@gmail.com wrote: Same here.

  1   2   >