[android-developers] Intent to choose a folder containing images rather than a particular image

2011-03-31 Thread James W
I wish to allow the user to choose a specific folder on their SD card which contains images. Later on I will use that particular folder as a data source. It is easy enough to select an single image from the folders, I use: Intent mAlbumSelectIntent; mAlbumSelectIntent = new

[android-developers] Re: Ruby on Rails for Tablet Computers (Android OS)

2011-03-31 Thread cipher_neo
ok guys, time to have a re-think. The system I am building is a point of sale system. It may be best to buy a small linux server and then use the android tablets browsers to access the server. This begs one question, what is the current state of html5 support offered by the chrome browser on

[android-developers] Re: how to delete images files stored in Android phone gallery

2011-03-31 Thread sourabh
Hi, Thanks for the reply. i am using uriTarget.toString() and Toast.makeText(AndroidCamera.this, Image saved: + uriTarget.toString(), Toast.LENGTH_LONG).show(); to get file path following method is mentioned public void onPictureTaken(byte[] arg0, Camera arg1) { // TODO Auto-generated

Re: [android-developers] Re: How do i upload the file from android mobile to public server

2011-03-31 Thread snehalal gangadharam
hi , i have debuged the code, i am getting IO Exception, 03-31 10:47:17.001: WARN/System.err(278): java.io.IOException: Unable to connect to server: null 03-31 10:47:17.061: WARN/System.err(278): at

Re: [android-developers] Intent to choose a folder containing images rather than a particular image

2011-03-31 Thread Dianne Hackborn
Sorry, there is no such concept. On Wed, Mar 30, 2011 at 11:18 PM, James W jpbwebs...@gmail.com wrote: I wish to allow the user to choose a specific folder on their SD card which contains images. Later on I will use that particular folder as a data source. It is easy enough to select an

[android-developers] Tablayout example in Android SDK version 11

2011-03-31 Thread Jayanthi
Hi , I need sample example for Adding tabs in new sdk version ,below is my code i get error in that package com.zsl.HoneycombTab; MY CODE: import android.app.TabActivity; import android.content.Intent; import android.content.res.Resources; import android.os.Bundle; import android.util.Log;

[android-developers] SendIntendException when sending an intent

2011-03-31 Thread Eduardo Yáñez Parareda
Hello, I'm developing a widget which has a button that sends an intent to an Activity. When I install it, it works fine several times, but suddenly it stops working launching this stacktrace exception: 03-31 09:12:30.430: ERROR/RemoteViews(261): Cannot send pending intent: 03-31 09:12:30.430:

[android-developers] Re: Tablayout example in Android SDK version 11

2011-03-31 Thread Zsolt Vasvari
http://groups.google.com/group/android-developers/browse_thread/thread/78738d5f25f73db8# On Mar 31, 3:23 pm, Jayanthi jaia...@gmail.com wrote: Hi ,      I need sample example for Adding tabs in new sdk version ,below is my code i get error in that package com.zsl.HoneycombTab; MY CODE:

Re: [android-developers] why no grep

2011-03-31 Thread Marcin Orlowski
On 31 March 2011 04:46, Aman Bhardwaj aman.bhard...@gmail.com wrote: android shell lacks grep, any idea why? why google choose to leave grep out of android, i miss the awesomely useful grep I am hoping there was good reason for it, grep is never part of shell but externall app. Regards,

Re: [android-developers] Re: SSL Load

2011-03-31 Thread Marcin Orlowski
On 30 March 2011 19:56, bob b...@coolgroups.com wrote: A web browser popping up. If it pops any warning up then there's a reason for this. The whole SSL thing relies on trust, so if *anything* mismatches or is not trustworhy (i.e. unknown CA) then warning pops up. You can't (and this is good)

[android-developers] Can the WebView contains another view?

2011-03-31 Thread ydm
Hello, all! Is there a way to add another view inside a WebView? -- 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

Re: [android-developers] Re: Mount sdcard from code

2011-03-31 Thread Feng Chris
Hi FrankG, Do you know who the NativeDaemonConnector communicate with via socket? Thanks, Chris 2011/2/9 FrankG frankgru...@googlemail.com BTW .. the Settings app simply uses the AIDL Interface to the mount service via IMountService and calls mount. And com.android.server.MountService

Re: [android-developers] Re: Help me please

2011-03-31 Thread Khadija FERJANI
The problem is resolved and i ignore how. Now everything works perfectly. But i'm sure, ADB works each time running the program fails, with no messages in the logcat. 2011/3/31 Indicator Veritatis mej1...@yahoo.com Now that is hard to believe -- unless ADB isn't even running. Check to make

[android-developers] Re: Sqlite Database in the APK

2011-03-31 Thread Kostya Vasilyev
Responding back to list. 31.03.2011 2:00, fg1921 пишет: Yes, you can create yourdatabaseanywhere usingSQLitetools, and package it with your application (assets / raw). The first the app is run, open the packageddatabaseas a stream, and copy it into a file where your application has read/write

Re: [android-developers] Re: How to capture key events from View subclass

2011-03-31 Thread Rich E
As I said in reply, I am overriding onCreateInputConnection(), but I am now very sure that I am not setting the appropriate parameters in order to gain editing abilities in my view. Here are the methods I am using at the moment: @Override public InputConnection

[android-developers] Re: What exactly is the obtainBuffer in an AudioTrack?

2011-03-31 Thread ThaMe90
I've tinkered a bit more, optimized some of the code that was optimizable (enhanced for loops instead of hard coded for loops, use System.arrayCopy to copy arrays instead of hard coded array copy's), and I've found that another problem I had got solved. But besides that, this issue still stands.

[android-developers] Time.class in Android an locales...

2011-03-31 Thread dim5b
Hi, In one of my activities i am implementing my DatePicker using the Time.class. Since according to the api The Time class is a faster replacement for the java.util.Calendar and java.util.GregorianCalendar classes. http://developer.android.com/reference/android/text/format/Time.html I have

[android-developers] what is marketing opt-out?

2011-03-31 Thread TobyKaos
Hello when I upload my first apk I uncheck marketing opt-out but I do not what it is. Can you explain me if for a commercial game i must check it or not? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Sony Ericsson EDK for Timescape

2011-03-31 Thread Johan Abramsson
Hi Android Developers, The development kit for Sony Ericsson Timescape extensions (the EDK) is now available for download at http://developer.sonyericsson.com/edk . Regarding the installation: Finally are the relevant links on the site working properly - and the EDK can now be installed using

[android-developers] Backup Manager Error

2011-03-31 Thread New Developer
I have searched the web the closest I could get is 2.2 but I'm using 3.0 (Honeycomb) on my emulator and I keep getting the following 03-31 07:07:46.413: INFO/PerformBackupThread(82): Initializing (wiping) backup state and transport storage 03-31 07:07:46.515: ERROR/PerformBackupThread(82):

[android-developers] Unique ID for a device: why aren't devices certified Android-compliant?

2011-03-31 Thread davemac
Tim Bray posted the following on the Android Developers Blog: http://android-developers.blogspot.com/2011/03/identifying-app-installations.html?utm_source=feedburnerutm_medium=feedutm_campaign=Feed%3A+blogspot%2FhsDu+%28Android+Developers+Blog%29utm_content=Google+Feedfetcher In it, he describes

[android-developers] Re: Need Help to Develope my first Android Project.

2011-03-31 Thread JAlexoid (Aleksandr Panzin)
That will be a horrible collage (http://www.google.com/search?q=define %3Acollage) Read this whole guide: http://developer.android.com/intl/de/guide/index.html If that is too hard, then consider buying a book. PS: Java programming language knowledge is mandatory! On 30 мар, 11:44, Kirti Joshi

[android-developers] OSS Software Using Widgets?

2011-03-31 Thread Jake Colman
Can anyone recommend some OSS software that I can download that makes good use of widgets? I'd like to study some techniques. Thanks. -- Jake Colman -- Android Tinkerer -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] destruction and creation of android activity happens TWICE upon changing the screen orientation

2011-03-31 Thread Syed Rakib Al Hasan
*Scenario 1 - NORMAL* *## application activity started ###* 03-31 17:52:18.413: INFO/System.out(589): onCreate() 03-31 17:52:18.974: INFO/System.out(589): onWindowFocusChanged() - hasFocus:true 03-31 17:52:18.974: INFO/System.out(589):

[android-developers] onWindowFocusChanged() happens more than once when resuming the application from the homescreen or app drawer

2011-03-31 Thread Syed Rakib Al Hasan
*Scenario 1 - NORMAL* *## application activity started ###* 03-31 17:52:18.413: INFO/System.out(589): onCreate() 03-31 17:52:18.974: INFO/System.out(589): onWindowFocusChanged() - hasFocus:true 03-31 17:52:18.974: INFO/System.out(589):

Re: [android-developers] Unique ID for a device: why aren't devices certified Android-compliant?

2011-03-31 Thread Kostya Vasilyev
31.03.2011 15:35, davemac пишет: Which makes me wonder if there isn't, or shouldn't be, some sort of certification program that Google runs, to make sure that what a manufacturer puts out as Android really is Android. There already is, and is required for Android Market. They just missed the

Re: [android-developers] OSS Software Using Widgets?

2011-03-31 Thread Kostya Vasilyev
Have you tried searching here? http://code.google.com Which brings up a bunch results, for example: http://code.google.com/p/android-recent-widget/ http://code.google.com/p/android-widget-todaydate/ http://code.google.com/p/currentwidget/ Can't vouch for how good or relevant these are, but

[android-developers] Re: Interested in making a killer GTD app?

2011-03-31 Thread David Prieto
Well Jake, I don't think I would care actually. I don't plan to make a profit from this, it will be an opensource app after all. If it helps improve the design of other apps out there, so be it. Ours is gonna be for free. If someone wants to make a paid one, he's welcome to it. By the way, we

[android-developers] Android Contacts backup and sync application

2011-03-31 Thread Udayan Warnekar
Hi, I am working on a contacts backup and sync. The target is to send all details of all contacts to a server (custom protocol defined) as a backup. During initial launch of application, all the contacts will be queued and sent to the server. And after that, a background service will be running

[android-developers] Re: Emulator not rotating screen?

2011-03-31 Thread String
On Tuesday, March 29, 2011 2:03:24 PM UTC+1, Hari Edo wrote: *sigh* Seems like a pretty obvious thing to test before releasing, wouldn't you think? This is assuming Google actually cares enough about the emulator to test it. The overwhelming evidence is that they don't. It's a classic

Re: [android-developers] Huawei Ascend

2011-03-31 Thread Raymond C. Rodgers
I mentioned in another thread a few weeks ago that I never managed to get it working under Linux via USB because adb never recognized it. (My G1 and Nexus One were simple enough to get configured, but the MetroPCS version of the Ascend never got there.) I ended up rooting the phone, installing

[android-developers] Re: OSS Software Using Widgets?

2011-03-31 Thread Jake Colman
KV == Kostya Vasilyev kmans...@gmail.com writes: KV Have you tried searching here? KV http://code.google.com Thanks. It didn't occur to search Google's code base! -- Jake Colman -- Android Tinkerer -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Unique ID for a device: why aren't devices certified Android-compliant?

2011-03-31 Thread Daniel Drozdzewski
Dave, About the certification programme, please visit: http://source.android.com/compatibility/overview.html About the device's unique ID, it is probably impossible, since Android is open. And looking at it philosophically, why do you need unique device ID for? Licensing issues? Look at PC

[android-developers] Inner-Active ad network

2011-03-31 Thread mot12
Regards: in-app advertising Does anybody have experience with Inner-Active (http://inner- active.com)? Seems legit and their rates are much higher than AdMob. Anybody having positive or negative feedback? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] service notification in case device sleeps

2011-03-31 Thread Amit
Hi, Can someone help me in knowing about how service behaviour when device goes to sleep. Does OS calls any method on service to notify device is going to sleep or abruptly it causes CPU to shutdown. If any service is running at that time, is it guarnteed to be up and running at the same state

Re: [android-developers] service notification in case device sleeps

2011-03-31 Thread Mark Murphy
On Thu, Mar 31, 2011 at 10:04 AM, Amit agrawalamit2...@gmail.com wrote: Does OS calls any method on service to notify device is going to sleep or abruptly it causes CPU to shutdown. It abruptly causes the CPU to shut down. If any service is running at that time, is it guarnteed to be up and

[android-developers] Reading From Serial Ports Disrupts Bluetooth

2011-03-31 Thread John
I have an app that checks for data on the serial ports. It uses JNI to read from /dev/ttys*. When it does not find the data on the serial ports, it then uses the Java APIs to open a bluetooth socket and check for the data via bluetooth. The problem is that the BluetoothSocket.connect call fails

Re: [android-developers] Reading From Serial Ports Disrupts Bluetooth

2011-03-31 Thread Mark Murphy
On Thu, Mar 31, 2011 at 10:42 AM, John jo-d...@hotmail.com wrote: I have an app that checks for data on the serial ports. There are no serial ports in the Android SDK. Questions regarding porting Android to different hardware or related firmware questions belong on a different list:

Re: [android-developers] How can I get current running Activity from Context

2011-03-31 Thread Abhilash baddam
Hi, may be the below link will help you. http://qtcstation.com/2011/01/getting-info-about-your-currently-running-activities/ On Wed, Mar 30, 2011 at 12:00 PM, Takeyuki UEDA grenouill.v...@gmail.comwrote: Hi, Does anyone knows how to get current running Activity from Context? Because I

[android-developers] Re: Reading From Serial Ports Disrupts Bluetooth

2011-03-31 Thread John
I don't need help porting Android to different hardware. I am using JNI to read the serial ports, and the sdk to open a bluetooth connection. This is a device that is already running Android. -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] Re: Reading From Serial Ports Disrupts Bluetooth

2011-03-31 Thread Kristopher Micinski
It makes sense, though right? I mean, all it's doing is serial port emulation... I'm not sure how it works in code, so that could be completely off, but I had thought RFCOMM was serial port emulation, so it makes sense that if you're reading data from the serial port you end up messing with the

[android-developers] in-app billing problems

2011-03-31 Thread Tony
Hi guys, 1) Google announced yesterday that the in-app billing is officially available. However, seems I am still getting RESULT_BILLING_UNAVAILABLE with Market 2.3.4 Then I looked at http://market.android.com/support/bin/answer.py?answer=1050566 It stated that at this time it is available

[android-developers] Re: CheckBoxPreference Error

2011-03-31 Thread agrosner
I actually figured out I just needed to create static boolean variables and have a onPreferenceClickListener to store the most recent value of the preference and then have the getGPSOption return that static boolean. The real error was something else in the code that caused it to crash. On Mar

[android-developers] Re: Reading From Serial Ports Disrupts Bluetooth

2011-03-31 Thread John
Yeah, thanks. After reading your post it does make sense that there might be some conflict there. So I'm going to have to agree with you that messing with those ports is a bad idea. Just to hopefully satisfy your curiosity, we're actually porting PC software to Android. The serial ports were from

[android-developers] Re: ListView leaks memory II

2011-03-31 Thread ivan
Incoming references and path to GC root show only the TmpTestActivity. On Mar 30, 5:56 pm, Mark Murphy mmur...@commonsware.com wrote: On Wed, Mar 30, 2011 at 7:45 PM, ivan istas...@gmail.com wrote: I just ran the ApiDemos app (from SDK 7) in a stand alone emulator. I went to List1, then

Re: [android-developers] Can the WebView contains another view?

2011-03-31 Thread TreKing
On Thu, Mar 31, 2011 at 3:13 AM, ydm jordanmiladi...@gmail.com wrote: Is there a way to add another view inside a WebView? Since it extends ViewGroup ... probably. - TreKing

Re: [android-developers] what is marketing opt-out?

2011-03-31 Thread TreKing
On Thu, Mar 31, 2011 at 5:30 AM, TobyKaos aubrun.thib...@chaos-interactive.com wrote: Can you explain me if for a commercial game i must check it or not? As usual no one from Google will give you a clear cut answer regarding anything to do with the Android Market, so we can only guess. Based

Re: [android-developers] Re: ListView leaks memory II

2011-03-31 Thread Mark Murphy
On Thu, Mar 31, 2011 at 11:58 AM, ivan istas...@gmail.com wrote: Incoming references and path to GC root show only the TmpTestActivity. If I am understanding you correctly, then, it is merely a matter of them not having been GC'd yet. Bear in mind that the Dalvik GC implementation does not try

[android-developers] Re: Rooting internals

2011-03-31 Thread blahsphemer
Highly inaccurate. DroidX and some other phones were rooted using rageagainstthecage. On Feb 4, 4:16 am, JAlexoid (Aleksandr Panzin) jalex...@gmail.com wrote: www.xda-developers.com Android doesn't use exploits for rooting, it's not iPhone jalibreak. -- You received this message because you

[android-developers] Re: Unique ID for a device: why aren't devices certified Android-compliant?

2011-03-31 Thread Maps.Huge.Info (Maps API Guru)
A perfect use case for wanting a unique id is for trial software or simply keeping track of settings. Say for instance you have an app that has settings that are stored on a server. If the user uninstalls the app, then at a later date reinstalls it, those settings can be reinstated if there is a

Re: [android-developers] Re: Unique ID for a device: why aren't devices certified Android-compliant?

2011-03-31 Thread Marcin Orlowski
On 31 March 2011 18:57, Maps.Huge.Info (Maps API Guru) cor...@gmail.comwrote: A perfect use case for wanting a unique id is for trial software or simply keeping track of settings. Say for instance you have an app that has settings that are stored on a server. If the user uninstalls the app,

[android-developers] Re: what is marketing opt-out?

2011-03-31 Thread Nathan
I have it checked, and since I've never seen Google run any promotions for the Android Market mentioning third party apps, it hasn't made a bit of difference. Nathan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: security of the framework

2011-03-31 Thread madushanka
Thank you all for your kind attention on my problems. I think it is better to follow the Hari Edo's advise and split my problem into smaller parts and solve them. What I really need is to save the information which will come in xml format in a way that only the application can read

[android-developers] Regarding security of the framework

2011-03-31 Thread madushanka
Thank you all for your kind attention on my question. I think it is better to follow the Hari Edo's advise and split my problem into smaller parts and solve them. What I really need is to save the information which will come in xml format in a way that only the application can read

[android-developers] Re: ListView leaks memory II

2011-03-31 Thread ivan
So to reiterate ... I can see every instance of a ListView/ListActivity (ever created) sitting around in memory, even though I force a GC in every call to onDestroy(). ... And this is the expected behavior, because the Dalvik GC will eventually collect them. Why isn't this the case with other

Re: [android-developers] Regarding security of the framework

2011-03-31 Thread Mark Murphy
On Thu, Mar 31, 2011 at 1:42 PM, madushanka chamilhewag...@gmail.com wrote:               What I really need is to save the information which will come in xml format in a way that only the application can read them, (in application specific format)  to avoid any hacking or data misusing by the

[android-developers] Re: ListView leaks memory II

2011-03-31 Thread ivan
Ok I just tested the api demo again. I went in and out of List1.java 15 times, and only saw 8 instances still on the heap. So, clearly some are being GC'd. My question still remains... Why doesn't this happen with other views? On Mar 31, 11:50 am, ivan istas...@gmail.com wrote: So to

Re: [android-developers] Re: ListView leaks memory II

2011-03-31 Thread Matthew Powers
I have played with this MANY times. The only solution I have seen is to walkthetree in the listview and recycle your objects by hand On Thu, Mar 31, 2011 at 2:08 PM, ivan istas...@gmail.com wrote: Ok I just tested the api demo again. I went in and out of List1.java 15 times, and only saw 8

[android-developers] More direct way to get to market install page from app?

2011-03-31 Thread Tobiah
I'm using this: startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(market://search?q=pname:com.google.zxing.client.android))); It works great, but I have to click the app in the search results, and then click install on the next page. Is it possible to have the user go directly to the

Re: [android-developers] Re: ListView leaks memory II

2011-03-31 Thread Matthew Powers
Sorry I didn't explain myself fully. In our layout we have a listview with rather large images. We have shown many times that the gc does not run quick enough to clean up the images onDestroy, onConfigurationChange, etc and are getting OOM exceptions. We have seen bitmaps getting stranded and

Re: [android-developers] Re: ListView leaks memory II

2011-03-31 Thread Romain Guy
There is no need to do this whatsoever. And you cannot recycle Views anyway, at most you can set all the references to null manually which will not make much of a difference. The GC will eventually collect the ListView instances. On Thu, Mar 31, 2011 at 11:32 AM, Matthew Powers mtpow...@gmail.com

Re: [android-developers] why no grep

2011-03-31 Thread Tobiah
On 03/30/2011 07:46 PM, Aman Bhardwaj wrote: android shell lacks grep, any idea why? why google choose to leave grep out of android, i miss the awesomely useful grep I am hoping there was good reason for it, It's lacking almost every external command. I have a Palm Pre that has loads of

[android-developers] Huawei Ascend for Mac

2011-03-31 Thread bob
Is there an easy way to do Android dev for the Huawei Ascend on a Mac? I noticed that there don't seem to be any drivers for Mac, and Eclipse doesn't seem to know about the device. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: ListView leaks memory II

2011-03-31 Thread Romain Guy
Bitmaps are an entirely different problem. Android 3.0 improves bitmaps memory management a lot by reducing the time it takes for them to be reclaimed by the GC. A leak happens only if there's memory that never gets reclaimed, which I believe is not the case here. I would again be happy to track

Re: [android-developers] Re: ListView leaks memory II

2011-03-31 Thread Matthew Powers
Yeah we have a unique setup. An e-reader that uses a listview to actually scroll vertically instead of using the conventional gallery, with very high resolution images. It doesn't surprise me that you have not seen this before, its an unconventional way of using a listview and we are using very

[android-developers] Re: why no grep

2011-03-31 Thread niko20
Just root and install busybox On Mar 31, 1:48 pm, Tobiah t...@tobiah.org wrote: On 03/30/2011 07:46 PM, Aman Bhardwaj wrote: android shell lacks grep,  any idea why? why google choose to leave grep out of android, i miss the awesomely useful grep I am hoping there was good reason for it,

Re: [android-developers] More direct way to get to market install page from app?

2011-03-31 Thread Rob Isakson
This should do it: market://details?id=com.rei.xpenser Thanks, Rob Isakson Pogramar. Programer. Programor. I write code. On Thu, Mar 31, 2011 at 1:46 PM, Tobiah t...@tobiah.org wrote: I'm using this: startActivity(new Intent(Intent.ACTION_VIEW,

[android-developers] Re: Can the WebView contains another view?

2011-03-31 Thread Paul Turchenko
Nope. On Mar 31, 3:13 am, ydm jordanmiladi...@gmail.com wrote: Hello, all! Is there a way to add another view inside a WebView? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: ListView leaks memory II

2011-03-31 Thread Romain Guy
I have seen many lists with images before. Again, I'd be happy to fix a possible issue but I would need a repro case and an explanation of what is holding memory and how. I can certainly see views moved to the scrap heap holding onto these large images, but the scrap heap is mostly filled when a

[android-developers] Re: ListView leaks memory II

2011-03-31 Thread ivan
Roman, can you recommend your preferred way for analyzing whether or not an object is being withheld from GC by another? On Mar 31, 2:05 pm, Romain Guy romain...@android.com wrote: I have seen many lists with images before. Again, I'd be happy to fix a possible issue but I would need a repro

[android-developers] Re: in-app billing problems

2011-03-31 Thread Mr Pants
Hi Tony, Thanks for pointing that out, will save me wasting even more time on getting this very clunky functionality workingI'm sure it could have been made easier. I'm sure the original release said it was available for any device (1.6+) with the right version of Android Market. Cheers On

Re: [android-developers] Re: in-app billing problems

2011-03-31 Thread Miguel Morales
Billing testing works fine on my G1 using 1.6 On Thu, Mar 31, 2011 at 1:30 PM, Mr Pants pantssoftw...@googlemail.comwrote: Hi Tony, Thanks for pointing that out, will save me wasting even more time on getting this very clunky functionality workingI'm sure it could have been made easier.

[android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-31 Thread ericharlow
I followed the below instructions that were posted on this issue and was successful in cleaning my project! Comment 3 http://code.google.com/p/android/issues/detail?id=15209#c3 by rui.mtd@gmail.com http://code.google.com/u/@WRRWRVVXDhhAXgh5/, Mar 7, 2011 Ok, after one and a half hour, I

[android-developers] The server could not process your apk. Try again.

2011-03-31 Thread sblantipodi
As title, I'm trying to upgrade my apk but when trying to upload I've got this error: The server could not process your apk. Try again.. What does it means? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: in-app billing problems

2011-03-31 Thread Mr Pants
Testing yes, real in-app products? On Mar 31, 9:35 pm, Miguel Morales therevolti...@gmail.com wrote: Billing testing works fine on my G1 using 1.6 On Thu, Mar 31, 2011 at 1:30 PM, Mr Pants pantssoftw...@googlemail.comwrote: Hi Tony, Thanks for pointing that out, will save me

Re: [android-developers] Re: in-app billing problems

2011-03-31 Thread Miguel Morales
Well, I'm saying that the market service returns RESULT_BILLING_OK (or whatever) on my G1. Perhaps it's a problem with your implementation, or version. But it certainly doesn't just work on 3.0+ devices. On Thu, Mar 31, 2011 at 1:55 PM, Mr Pants pantssoftw...@googlemail.comwrote: Testing yes,

Re: [android-developers] The server could not process your apk. Try again.

2011-03-31 Thread TreKing
On Thu, Mar 31, 2011 at 3:52 PM, sblantipodi perini.dav...@dpsoftware.orgwrote: What does it means? http://tinyurl.com/6kj23bv - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago

Re: [android-developers] Re: in-app billing problems

2011-03-31 Thread Miguel Morales
Either that, or I have a special G1. I'm guessing they'll support lower versions sooner rather later. On Thu, Mar 31, 2011 at 2:02 PM, Miguel Morales therevolti...@gmail.comwrote: Well, I'm saying that the market service returns RESULT_BILLING_OK (or whatever) on my G1. Perhaps it's a problem

[android-developers] Re: How to use the new clipboard function?

2011-03-31 Thread A. Elk
Your statement is imprecise. android.*text*.ClipboardManager is being deprecated, in favor of android.* content*.ClipboardManager. The javadoc for android.text.ClipboardManager points to the new API. Nothing in the documentation suggests that the old way of copying and pasting text is any

[android-developers] Re: The server could not process your apk. Try again.

2011-03-31 Thread sblantipodi
Is there a way to solve? Is this a temporary problem or what? I see the same problem on 2009 posts. On Mar 31, 11:04 pm, TreKing treking...@gmail.com wrote: On Thu, Mar 31, 2011 at 3:52 PM, sblantipodi perini.dav...@dpsoftware.orgwrote: What does it means? http://tinyurl.com/6kj23bv

[android-developers] Help me to realize preferences scheme to use it between activities

2011-03-31 Thread Sergey K
Hi, i want to create app that connect to site with auth (login + password) credentials. I want to place l+p in preferences (My first and main activitiy must be form with login + password) can u share some advices to realize this scheme? My currently code work only in one activity, if i want to

[android-developers] UTF8 problem

2011-03-31 Thread Avraam Mauridis
Hi, I am developing an application in which I must send some data (greeks) to an SQL database. The problem is that the greek characters does not displayed when I send data from Android. When I send data from a php form all is OK. My code is: byte[] utf8Bytes = null;

[android-developers] Re: How can we get handle of GUI controls in Android?

2011-03-31 Thread Ella
The same question from me. We know, A GUI automation testing tool -- monkey runner is there, it provide some functions such as Keyboard function, input message functions as well as touch, which are all very good supports for the automation testing. However, there seems somethings that puzzle me

[android-developers] Does In-App on Market for test stop work?

2011-03-31 Thread Gustavo Costa
Does In-App on Market for test stopped work? -- 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

Re: [android-developers] Emulator not rotating screen?

2011-03-31 Thread chc
Ah, indeed when I started up a 1.6 it worked. Thanks. Is this the best/only place for known issues?: http://code.google.com/p/android/issues/list I can't find any typical known issue list for any of the releases past 1.6... For this issue, i found:

[android-developers] Where is native code DRM manager ?

2011-03-31 Thread Ray
Hey, I am looking for the native code DRM manager mentoned in the 3.0 API Overview: ◦A native code DRM manager that implements the framework API and exposes an interface for DRM plug-ins to handle rights management and decryption for various DRM schemes. I did not find it in ndk or

[android-developers] Querying for Product List

2011-03-31 Thread Sean
Hello, Is there any way to query for an application's list of available products and prices? It is not in the list of In-App Billing requests or anywhere else in the documentation. This would be very helpful to show users the price of the product in their own currency BEFORE they get to the

[android-developers] ImageView setImageMatrix causing trails when moving image and not moving full image.

2011-03-31 Thread caguilar
Below is my implementation of onScroll in the SimpleGestureDetector. This has worked on the droid x, droid, nexus and nexus s, but it doesn't work on the Xoom running 3.0 of course. On the xoom it is cause some form of trailing artifact where the image doesn't fully redraw or i can't fully grab

[android-developers] Help on creating a web service for an android application

2011-03-31 Thread natti
Hi, I'm new on this Android developpement thing. I just started 2 weeks ago. But i'm stuck on how to creat a WS which will retrive and send Json object then persest it on an SQLite DB. I know that using Gson help me parse Json object but i didn't find how to parse my own created object and then

[android-developers] How to determine whether a android phone have wifi device

2011-03-31 Thread wawawacool
I want to develop an android phone application which is more apt to wifi than 2G/3G network. So I want to determine whether the phone have wifi device when the application want to use network. But I can't find any dierct API in the android sdk document about wifi can fulfill this demand. So I

[android-developers] Help: Problem when calling .Net WebService using kSOAP2

2011-03-31 Thread SO King Fai
Firstly, I am not sure am i correct to post these kind of question here. If it is not allowed I am very sorry about that... I have got a problem that i don't know how to work with when calling my own Web Service which developed in .Net 3.5 The Error is XmlPullParserException: expected: START_TAG

Re: [android-developers] Re: Need Help to Develope my first Android Project.

2011-03-31 Thread Kirti Joshi
can anybudy tell me how to start it ? which module i do first ? n which one is last ? if you poeple are not able to help me then, provide another link or fourm where people are help me in develop this project. i just spend my one month with android , so, no more exp. in android, and now

[android-developers] how to install other language in android ?ex. nepalese .....

2011-03-31 Thread sujan joshi
how to install other language in android ?ex. nepalese . -- 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] read multiple sqlite query from file

2011-03-31 Thread thavorac chun
HI everyone! i want to execute sqlite query around 2 lines from a file. At this moment it work well but it spend almost 5 minutes for just running those query. If i just read that file line by line without running the query, it spend only 8 secondes. Any ideas? pls post some code because i'm

Re: [android-developers] Emulator not rotating screen?

2011-03-31 Thread chc
For the record: I tested this with 1.6, 2.1-update1, 2.2, 2.3.1, 2.3.3, and 3.0. Screen rotation worked in everything except 2.3.3. -c -- 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] Clean up downloaded data during Uninstalling

2011-03-31 Thread Brian Chae
Hi, my app download large amount of data and stores data on sdcard while it is used. I'd like to remove this downloaded data from sdcard when user uninstall my app. Is there anyway to do it? Thanks in advance. Brian. -- You received this message because you are subscribed to the Google Groups

[android-developers] Phone number formating on incoming call, determing country code?

2011-03-31 Thread Freddman
Hi! I'm writing an app that reads the number for an incoming call. The idea is then it extract the country code if it's an international call. I'm not certain of how the phone numbers are formatted (if there is some kind of unified formatting for incoming numbers). Sometimes when in receive an

[android-developers] Listen to Incoming Calls through BroadcasrReceiver

2011-03-31 Thread C Sardar
Hi, Whenever a new outgoing call in placed OS broadcast a native action ACTION_NEW_OUTGOING_CALL and we can listen to an outgoing call as follows public class OutgoingCallListenerCRS extends BroadcastReceiver{ @Override public void onReceive(Context context, Intent intent) {

[android-developers] to handle the response using soap for .net web service

2011-03-31 Thread Pinkesh Gupta
hi the problem is that i am getting response after parsing a .net web service and has obtained five tables so my question is how to handle such resposes in android -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] help me -insert image into google map with java script !!!!!!!!!!!!!!!!!!!!!!!!!!!!

2011-03-31 Thread hoang
I am a new member, I have a blueprint to insert threads into GOOGLE MAP. look forward to your help. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

  1   2   3   >