[android-developers] Development Platform Compatibility

2009-03-15 Thread javame.developer
Hi, I am getting a new OS, which OS is Android SDK/IDE development environment compatible with XP64, Vista64 or Windows7? Or Do I need to keep a XP32 partition around? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: GridView ImageView and performance

2009-03-15 Thread ifuller1
Hi Gesh, Thanks for the response. I'll certainly give the bitmap factory a go. I'm currently using the ImageAdapter from the Hello GridView sample. But loading the images from the web rather than using resources. The problem is immediate, in that the performance doesn't degrade after re- visits

[android-developers] Re: GridView ImageView and performance

2009-03-15 Thread ifuller1
p.s. when running the debugger I don't appear to be using anything like 16mb of the allowed heap space... wonder if it's something else - if I don't have any luck I'll post my (likely very poor) code up here. Thanks again. On Mar 14, 11:38 pm, Gesh geo...@neofonie.de wrote: hi, I have

[android-developers] Re: GridView ImageView and performance

2009-03-15 Thread Romain Guy
Like it's been mentioned previously, make sure you are recycling the convertView passed to the getView() method. Also make sure that you are not drawing images that are scaled at drawing time. On Sat, Mar 14, 2009 at 11:22 PM, ifuller1 ifuller1mob...@gmail.com wrote: Hi Gesh, Thanks for the

[android-developers] Re: XML parsing

2009-03-15 Thread nowb
The java-app. that I´m trying to port is not only parsing xml, it´s building up graphics from the xml (the xml is quite similar to xaml) and it uses the DOM to do that. I guess I should have written that in my first message. So I do have to work with the horrible old DOM :) Any suggestions?

[android-developers] Re: Support from Developers

2009-03-15 Thread Al Sutton
I'm afraid I think you're wrong. The reason for this is that last week I listed an application on Market and it's been received pretty well (Mostly 4 or 5 stars, average at the moment is 4 after 29 ratings), but, the first one star rating came less than 4 hours after publishing the app from a

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

2009-03-15 Thread Chander Pechetty
Hi, Which service provider are you using ? and how did you activate it ? Does anyone have an unlimited data plan currently? Thanks On Feb 18, 10:48 am, dillirao malipeddi dillir...@arijasoft.com wrote: Sure you can use the Dev phone 1 (Google) in india Currently i am using Dev phone1 in INDIA

[android-developers] I must pay 25$ to distribute a FREEWARE on Android Market

2009-03-15 Thread Chaton
It's a joke ! I Developped a freeware game for Android and at the moment to distribute it, I noticed that I must pay 25$. It's incredible. First, I spend time to develop a freeware software for android, and secondly, I must pay. It's not logic. Is a way to distribute freeware without paying ?

[android-developers] Re: I must pay 25$ to distribute a FREEWARE on Android Market

2009-03-15 Thread Al Sutton
You make it available for download from your website and use alternative distribution channels such as AndAppStore. More information on the MIME type you need to use is at; http://andappstore.com/AndroidPhoneApplications/publishing.jsp Al. http://andappstore.com/ Chaton wrote: It's a joke !

[android-developers] Re: XML parsing

2009-03-15 Thread ifuller1
JSON handling is excellent on Android - is there a possiblity you could translate the xml at source to another format? On Mar 15, 5:59 pm, nowb ola.br...@gmail.com wrote: The java-app. that I´m trying to port is not only parsing xml, it´s building up graphics from the xml (the xml is quite

[android-developers] Re: How to scroll Gallery Widget manually

2009-03-15 Thread Gesh
Read the documentation more carefully. Gallery extends several other classes that offer exactly the functionality you are looking for. On Mar 13, 5:24 pm, alex alex.l...@googlemail.com wrote: Hi, I'm working on a little Player with Playlist and use the Gallery Widget to visualise the

[android-developers] Re: What kind of device should Linux udev set up for G1 linked via USB

2009-03-15 Thread Chander Pechetty
Thanks for all the tips guys... I used the following on Ubuntu 8.10 and got it working. SUBSYSTEM==usb, ATTR{idVendor}==0bb4, SYMLINK+=android_adb, MODE=0666 But I couldn't get the udevcontrol command to work as suggested on the link above. well, just used the oldest trick in the book - REBOOT

[android-developers] Matching SDK version to code? NPE Bug in WebView?

2009-03-15 Thread Mariano Kamp
Hi, I wrote an app that, among other things, renders feed articles using WebView. Now I get error reports that seem to originate in WebView: -- NewsRob Version: 1.7.0/170 -- Android Version: sdk=2, release=1.1, inc=128600 -- Thread State: RUNNABLE -- Stacktrace:

[android-developers] Re: GridView ImageView and performance

2009-03-15 Thread Gesh
I'm currently using the ImageAdapter from the Hello GridView sample. But loading the images from the web rather than using resources. I think you need a better understanding of how adapters work to solve your problem. The getView() method of your Adapter is inkoved every time an image in your

[android-developers] Re: I must pay 25$ to distribute a FREEWARE on Android Market

2009-03-15 Thread MrSnowflake
You do realize that if you had developed this game for the iPhone you would have payed $99 to register and that there is no other mainstream way to get your app on the iPhone (as opposed to Android, which allows you to install apk's from websites). So at a point you are correct: paying for free

[android-developers] Re: XML parsing

2009-03-15 Thread nowb
I do realize that the heading for this thread is kind of misguiding, it's not actually the xml parsing that is the problem, it's building up the DOM after the parsing (sorry for that). So translating the xml to another format wont help. So to narrow down the problem... I need to know if there

[android-developers] Re: Support from Developers

2009-03-15 Thread MrSnowflake
People should only be allowed to vote on an app, if they have used the app for a sufficient amount of time. Consumers tend to be people who want everything to work exactly as the whish it would. Though their reasoning is solid, it just doesn't work that way, even with cars, the car doesn't work

[android-developers] Re: Internet Permission crashes my app

2009-03-15 Thread MrSnowflake
Have you registered the permission at the correct spot in the manifest? On 14 mrt, 09:38, The Savage Killer thesavage.kil...@gmail.com wrote: When i add internet permissions to my manifest file my application refuses to even start and i get this in my console: [2009-03-13 20:06:17 - Funny

[android-developers] Some questions about modding stuff in the source code

2009-03-15 Thread TAKEphONE
Hi all, I am not sure if this goes into the 'platform' or 'developers' forum, so I am posting in both. Forgive me for this, please... I am about to take on a project requiring adding some stuff into the OS itself (adding support for additional hardware features on a new Android based device). I

[android-developers] Re: MapView Zoomer behavior, how?

2009-03-15 Thread Mark Murphy
Tim Bray wrote: Appearing on any map interaction. OK... use the mapView's onTap to make an Overlay visible. Fading in. OK, simple alpha animation. Fading out upon no user action. OK... set an alarm and so on. I can do all these things, I was just hoping to avoid writing a couple

[android-developers] Re: Some questions about modding stuff in the source code

2009-03-15 Thread Mark Murphy
TAKEphONE wrote: I am about to take on a project requiring adding some stuff into the OS itself (adding support for additional hardware features on a new Android based device). I need to add/change some stuff in the OS installed: 1. Adding pages to the SYSTEM preferences - to allow users

[android-developers] How to dismiss the AlertDialog without buttons after clicking on any item in the Alert Dialog

2009-03-15 Thread vincent Kor
Hi, All: from the reference of SDK, AlertDialog information as below. I want to create a dialog but i don't want to have any buttons in the dialog, then i hope to dismiss the dialog after i click any item in the dialog, how should i dismiss the dialog ? When the user click the

[android-developers] Re: Some questions about modding stuff in the source code

2009-03-15 Thread Jean-Baptiste Queru
Mark's answers are correct. A bit of extra precision: -use the android-platform group if you want to contribute your changes back to the main Android source for inclusion in future official releases. Use android-porting if you are working in a copy of the Android source and don't intend to

[android-developers] Re: Matching SDK version to code? NPE Bug in WebView?

2009-03-15 Thread Jean-Baptiste Queru
Unfortunately neither the exact code for the 1.0 SDK nor for 1.1 (especially for 1.1) are available. Versions 126986 and 128600 respectively match PLAT-RC33 (current version for the T-Mobile G1 in the US) and TMI-RC9 (the European equivalent). Here's the relevant code in 1.1, which matches the

[android-developers] Re: Accelerometer power tied to display backlight power

2009-03-15 Thread Jordan Frank
My fault for not explaining myself better. I want to still be able to collect accelerometer data while the display is off. I'm well aware of the fact that I can keep the display on, but if I want to, for instance, create a pedometer application that counts footsteps while in the user's pocket,

[android-developers] Re: Support from Developers

2009-03-15 Thread Alexander
Al Sutton wrote: I'm afraid I think you're wrong. The reason for this is that last week I listed an application on Market and it's been received pretty well (Mostly 4 or 5 stars, average at the moment is 4 after 29 ratings), but, the first one star rating came less than 4 hours after

[android-developers] Re: Support from Developers

2009-03-15 Thread Michael MacDonald
There are already ways to release apps without releasing them to the Market, if they aren't ready for the market. You can just put them up on a website, for example. Alexander wrote: I have been in discussion with a few devs not quite content with the ratings/feedback system currently in

[android-developers] The specified child already has a parent. You must call removeView() on the child's parent first.

2009-03-15 Thread gsmd
This is the IllegalStateException thrown from onCreate() that brings the main activity of my app down upon restart (e.g. launch app - hit back - launch again - got it). Could someone elaborate on what does this exception mean? --~--~-~--~~~---~--~~ You received

[android-developers] Re: Support from Developers

2009-03-15 Thread Alexander
True, this was just a suggestion to get more productive and constructive feedback on the apps that developers release to the Market. On Mar 15, 9:07 am, Michael MacDonald googlec...@antlersoft.com wrote: There are already ways to release apps without releasing them to the Market, if they

[android-developers] class com.android.camera.UploadService does not exist?

2009-03-15 Thread Hans
Manifest for Camera.git application lists this service. I am trying to simply build the Camera application and am unable to do so. There have been several small issues (such as a resource file having values not compatible with the latest SDK), but this one seems a bit more of a problem ;)...

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-15 Thread Jean-Baptiste Queru
I haven't looked in detail, but this looks like yet another case of a platform application that uses private platform APIs and therefore can't be built against the SDK. JBQ On Sun, Mar 15, 2009 at 7:57 AM, Hans hkess...@gmail.com wrote: Manifest for Camera.git application lists this service.

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-15 Thread Hans
Much appreciated Jean-Baptiste. Would the source for this actually be available to a phone OEM or ISP (I'm not sure what term to use for a branded network provider) such as T-Mobile. If so, I have contacts there who could do the build for me; or, would this only be something in-house at Google?

[android-developers] Re: Testing Android Game on real device: please help

2009-03-15 Thread TjerkW
Ok both your email adresses are noted... but the game still needs some work, so if i think it can be tested youll get an .apk in your inbox! :-) Btw: how do you subscribe to a thread in order to get automatic emails here at google-groups? I can only subscribe by easing search-words.. or by

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-15 Thread Jean-Baptiste Queru
Oh, I see. The real problem is that the class in question was deleted a long time ago, but the manifest still lists it by mistake. The manifest should be updated. For your own purposes you can just remove the line in question in the manifest. JBQ On Sun, Mar 15, 2009 at 8:03 AM, Hans

[android-developers] Re: Matching SDK version to code? NPE Bug in WebView?

2009-03-15 Thread Mariano Kamp
JBQ, thanks for the quick reply. So in line 391 it looks like the NPE is a result of mBaseDir.list() in 390 returning null. But how can I know what happened around this code snippet without having that code? Is this missing correlation a growing pain or will it be the same with the next

[android-developers] Re: Matching SDK version to code? NPE Bug in WebView?

2009-03-15 Thread Jean-Baptiste Queru
Both the lack of correlation between the released binaries and the released source code and the lack of source code for 1.1 are artifacts of the release process that was used for 1.0 and 1.1. Lessons were learned and issues were fixed, and I expect that the situation for the next release will be

[android-developers] Re: XML parsing

2009-03-15 Thread Tim Bray
On Sun, Mar 15, 2009 at 4:09 AM, nowb ola.br...@gmail.com wrote: I need to know if there is a way to reach the org.apache.harmony.xml.dom package. Or if there are some substitute for ElementImpl that I can use. This works for me: import javax.xml.parsers.DocumentBuilder; import

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-15 Thread Hans
Much appreciated. I'd like to ask you one more question if I could JBQ. I have built all kinds of things with Android now, from simple activities, to OpenGL applications, to out of process servers running in services with inter-process communication and callbacks, et cetera. All of this is

[android-developers] Re: The specified child already has a parent. You must call removeView() on the child's parent first.

2009-03-15 Thread Marco Nelissen
It would help if you posted the stack trace for the exception, and the code that triggers it. On Sun, Mar 15, 2009 at 7:18 AM, gsmd gsm...@gmail.com wrote: This is the IllegalStateException thrown from onCreate() that brings the main activity of my app down upon restart (e.g. launch app -

[android-developers] Re: Testing Android Game on real device: please help

2009-03-15 Thread Stoyan Damov
Go to http://groups.google.com/group/android-developers/subscribe?hl=en and edit your membership On Sun, Mar 15, 2009 at 5:13 PM, TjerkW tje...@gmail.com wrote: Ok both your email adresses are noted... but the game still needs some work, so if i think it can be tested youll get an .apk in

[android-developers] Re: I must pay 25$ to distribute a FREEWARE on Android Market

2009-03-15 Thread Romain Guy
Also remember that it's a *one time* fee only. On Sun, Mar 15, 2009 at 4:06 AM, MrSnowflake mrsnowfl...@gmail.com wrote: You do realize that if you had developed this game for the iPhone you would have payed $99 to register and that there is no other mainstream way to get your app on the

[android-developers] Scheduling a repeating task and being notified

2009-03-15 Thread BoD
Hi! I'm trying to find the correct way to do the following: . I have an activity with a button that starts a repeating task in the background. That is, if the user goes away from my activity, I want my task to still be scheduled and executed every x minutes. . I want a status TextView to be

[android-developers] Re: I must pay 25$ to distribute a FREEWARE on Android Market

2009-03-15 Thread MrSnowflake
Yeah, and not a $99 per app fee (*cough*Microsoft rip off store*cough*) On 15 mrt, 19:03, Romain Guy romain...@google.com wrote: Also remember that it's a *one time* fee only. On Sun, Mar 15, 2009 at 4:06 AM, MrSnowflake mrsnowfl...@gmail.com wrote: You do realize that if you had

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-15 Thread Jean-Baptiste Queru
I'm not familiar at all with the camera code and the dependencies that you might find, so I can't give you any advice here, sorry. JBQ On Sun, Mar 15, 2009 at 9:31 AM, Hans hkess...@gmail.com wrote: Much appreciated. I'd like to ask you one more question if I could JBQ. I have built all

[android-developers] Re: upload failure on reset phone; Failure [INSTALL_FAILED_ALREADY_EXISTS]

2009-03-15 Thread Pedro Fraca
Hi, I've the same problem but when I'm trying to install in the device. How can I force to upgrade the application instead remove it? The main problem is I can't to remove the application cause I don't want to lose the application data. Thanks in advance On 4 mar, 22:39, Mike Collins

[android-developers] Re: I must pay 25$ to distribute a FREEWARE on Android Market

2009-03-15 Thread Bob
I think it's a good policy. This has the side effect (intended or not) of providing a useful 'gate' to prevent thousands of crap/spam apps from being uploaded. Having people register and making them pay a trivial fee (I would content $25 is trivial) is a nice way to keep it to people who really

[android-developers] How to create a Custom Clickable Area Non-Standard Square ?

2009-03-15 Thread Moto
Hi, I'm currently trying to create a custom clickable button... The shapes of the buttons are not your standard type. They are circle and a rotated rectagle button How do I go about this? is there a simple way? also how could I rotate a button? Thanks, Moto!

[android-developers] Re: Is there a large efficiency difference between Canvas.drawBitmap or OpenGL?

2009-03-15 Thread Jon Colverson
On Mar 11, 3:31 pm, William william.caine...@gmail.com wrote: Is there a large efficiency difference between Canvas.drawBitmap or OpenGL.  I am drawing using Canvas.drawBitmap and running slowing FPS, would openGL speed that up a lot you think? In short, yes. I was initially trying to use

[android-developers] Re: Using the word Android in a market developer name

2009-03-15 Thread Jon Colverson
On Mar 12, 12:50 am, Hayden hayden.stew...@gmail.com wrote: Is it against Google's rules to use the word Android in a developer name?  I'm leaning towards no.  While it is the name of the OS, Google didn't invent the word. It is a registered trademark though. We're allowed to use it under the

[android-developers] Re: png + opengl

2009-03-15 Thread Jon Colverson
On Mar 14, 2:10 pm, borghild.hedda borghild.he...@gmail.com wrote: Is it possible to draw a png image and then to run opengl operations on it with android? What do you mean by run opengl operations on it? You can certainly use a PNG bitmap as a background and then do 3D stuff on top of it. --

[android-developers] Re: Is there a large efficiency difference between Canvas.drawBitmap or OpenGL?

2009-03-15 Thread Tim Bray
On Sun, Mar 15, 2009 at 1:30 PM, Jon Colverson jjc1...@gmail.com wrote: Interestingly, the emulator is slower than the G1 when using OpenGL because the emulator uses a (emulated) software OpenGL implementation. Interestingly, on my app (decorating a map with geotagged points, recording and

[android-developers] Re: Regarding LBS - MASF client

2009-03-15 Thread Alex B
Hi, Kumar. See: http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=location/java/com/android/internal/location/LocationMasfClient.java The comment there says: Service to communicate to the Google Location Server (GLS) via MASF server and according to a quick web search,

[android-developers] Re: Matching SDK version to code? NPE Bug in WebView?

2009-03-15 Thread Mariano Kamp
JBQ, good to hear that regarding the correlation there is hope for the future. Regarding a reproducible test case: I tried to reproduce it by hand and can do that. It seems to happen when the phone memory is low (in my test 2.8MB) and the cache is cleared by calling webView.clearCache(true);.

[android-developers] A way to search 2 applications in market?

2009-03-15 Thread Wah
I know I can search one application from Android market by viewing the following URL: market://search?q=pname:package I actually have a few application published, but want to limit my query to return 2 applications. How do I do that? Wah --~--~-~--~~~---~--~~

[android-developers] Re: MapView Zoomer behavior, how?

2009-03-15 Thread Mariano Kamp
Hey Tim, just a quicky regarding the fading out: An alarm seems a bit heavy handed. You can use http://developer.android.com/reference/android/view/View.html#postDelayed(java.lang.Runnable,%20long)to post a Runnable that does the fading out for you. I found that idea in the Camera

[android-developers] Re: Contact change broadcast

2009-03-15 Thread LambergaR
No idea how to solve those two problems? On 11 mar., 17:18, LambergaR martin.s...@gmail.com wrote: Hello all! Is there a broadcast message dispached when a contact is changed or added in Android's native contact book? If not, what would be the most efficient way to check for changes?

[android-developers] Can not start app from Market but works fine from Launcher: com.android.vending crashing

2009-03-15 Thread Parakoos
Hi! I've just released an application, Base Toucher Lite. I tested it and it worked fine. As a last check after release I installed it from the Market and tried to start it. The whole Market app crashed! I tried to start the app from the Launcher and that works fine. Has anyone had this problem?

[android-developers] Re: Can not start app from Market but works fine from Launcher: com.android.vending crashing

2009-03-15 Thread Parakoos
Hi Stoyan, and thanks for helping me out! I went back and double checked that I have really had the READ_CONTACTS permission, and it was there. Twice. Once as 'uses' and once as 'requires'! It worked fine to start from the Launcher for some reason, but not from the Market. There we go. Stoyan,

[android-developers] Re: Can not start app from Market but works fine from Launcher: com.android.vending crashing

2009-03-15 Thread Parakoos
PS. I have released v.1.0.2 which contains the bug fix. On Mar 15, 11:00 pm, Stoyan Damov stoyan.da...@gmail.com wrote: I just installed it and the bug is really in YOUR code -- the crash in Market app is another story - someone from the Android engineers should figure out why Market crashes

[android-developers] Re: Can not start app from Market but works fine from Launcher: com.android.vending crashing

2009-03-15 Thread Stoyan Damov
np, 1 advice though - when showing dialogs, put 2 extra end-of-line chars (\n), otherwise the last line gets clipped on the device (don't know whether it happens on the emulator) This *is* surely a bug w/ the AlertDialog. On Mon, Mar 16, 2009 at 1:49 AM, Parakoos parak...@gmail.com wrote: PS.

[android-developers] Network activity for each Process (based on PID)

2009-03-15 Thread rezar
Hi All I intend to log TCP activity of a given process. When I cd to the proc/[PID]/net folder, and check the content of the files there. They are not process specific they all have the same content. e.g a Process with PID=xxx and a process with PID=yyy their snmp or tcp or etc. are all the

[android-developers] How to inflate an xml file with ids from other apk?

2009-03-15 Thread quill
Hi, guys, I want to inflate a layout xml file(in different apk), so I use res = getPackageManager().getResourcesForApplication(appname); to get the resource; and than use mInflater.inflate(res.getLayout(resId), null); to inflate the layout. The problem is, when the xml file is defined as follows:

[android-developers] Re: How to inflate an xml file with ids from other apk?

2009-03-15 Thread David Yue
Did you define the string id hello in the strings.xml file? You may need define it in the 'other apk' 's strings.xml file, you can try. On Mar 16, 9:25 am, quill quill...@163.com wrote: Hi, guys, I want to inflate a layout xml file(in different apk), so I use res =

[android-developers] Re: How to inflate an xml file with ids from other apk?

2009-03-15 Thread Mercury
Hi quill There are some questions for you maybe can help you solve this problem first, from your question, Did you setup the akp into android emulator? if yes, please reboot it, and try it again. last time, we also had those problem when we setup new akp. at the beginning, we also could get

[android-developers] Re: How to dismiss the AlertDialog without buttons after clicking on any item in the Alert Dialog

2009-03-15 Thread Greg Krimer
If you don't want buttons then you probably don't want to use AlertDialog because an AlertDialog has to have at least one button. Instead, use the Dialog class that AlertDialog extends. A Dialog can display any view hierarchy you want. You can then attach listeners to one or more views in your

[android-developers] Re: How to force MediaStore to rescan the SD card

2009-03-15 Thread Romulus Urakagi Ts'ai
I'm writing a Video Player and is supposed to cowork with Youtube Downloader, which does not imeplemet MediaScanner when downloading a file. Is the only way for me is to scan whole SD card and update all found files? On 2月18日, 下午12時05分, Dave Sparks davidspa...@android.com wrote: I'm not sure

[android-developers] Re: How to inflate an xml file with ids from other apk?

2009-03-15 Thread quill
Hi, David, yes, I have defined the string id hello in the strings.xml(in other apk), its id is 0x7f04 in R.java. And in my application, there is also a string's id defined as 0x7f04, when the my application runs, it shows the string define in my strings.xml, not in the other apk. On Mar

[android-developers] Image Manipulation - getPixel on a PNG resource error - bug?

2009-03-15 Thread Gavin Aiken
Hi all! I am trying to perform a transformation on an image, specifically a PNG although any lossless format supported by Android would suit me, when running my test suite I keep getting errors that the new pixel values I'm creating are slightly wrong. To narrow the problem I ran my tests with a

[android-developers] Re: How to inflate an xml file with ids from other apk?

2009-03-15 Thread quill
Hi Mercury, yes, I setup the apk in the emulator. And I try to reboot the emulator the problem still exist. It seems the 'resourcemanager' treats the string ids as locals On Mar 16, 9:42 am, Mercury xumerc...@gmail.com wrote: Hi quill There are some questions for you maybe can help you solve

[android-developers] Re: Image Manipulation - getPixel on a PNG resource error - bug?

2009-03-15 Thread Romain Guy
Going from 565 to ARGB is not what you want. Whenever an image with no alpha channel is decoded, Android (currently) converts it to 565 because this is how it will be rendered on screen. Doing the conversion at drawing time would be a waste of CPU. What you need is to decode the image

[android-developers] Can you requery a Cursor after the database object that created it is closed?

2009-03-15 Thread iliketolearn
From my own quick tests, this seems to be the case. I just wanted to confirm. Thanks --~--~-~--~~~---~--~~ 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: ArcMovement on a BitMap - composite Animations

2009-03-15 Thread Nithin
Hi Romain, Now i am trying with AnimationSet, but still i cant move further, the code i am trying is, private void createAnim(Canvas canvas) { AnimationSet set = new AnimationSet(true); set.setInterpolator(new AccelerateDecelerateInterpolator()); anim = new RotateAnimation(0, 360,

[android-developers] Re: ArcMovement on a BitMap - composite Animations

2009-03-15 Thread Romain Guy
AnimationSet is an Animation, just call startAnimation(set)... On Sun, Mar 15, 2009 at 9:02 PM, Nithin nithin.war...@gmail.com wrote: Hi Romain, Now i am trying with AnimationSet, but still i cant move further, the code i am trying is, private void createAnim(Canvas canvas) {

[android-developers] How do I save the image from the Camera application, called using the Intent?

2009-03-15 Thread Prasanna
I've been trying to save image from the camera by calling the android.media.action.IMAGE_CAPTURE intent. and save using com.android.providers.MediaStore.Images.Media.EXTERNAL_CONTENT_URI. I've been successful in getting the small picture by calling the camera intent and getting the result data. I

[android-developers] read cookie value which is set by website

2009-03-15 Thread Komal
Hi, In my app i want to use the cookie value which is set when user open my website in android phone browser. Is it possible to read value of cookie which is set by browser of my android phone?? --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Development Platform Compatibility

2009-03-15 Thread Ralf
I think the SDK and the Eclipse tools will work reasonably well with an XP or Vista 64 bit now. The latest SDK has the USB driver in 64 bit. However at that point Vista 7 is totally unsupported (i.e. not tested at all) and I would not recommend it. R/ On Sat, Mar 14, 2009 at 11:05 PM,

[android-developers] read cookie value which is set by website

2009-03-15 Thread Komal
Hi, In my app i want to use the cookie value which is set when user open my website in android phone browser. Is it possible to read value of cookie which is set by browser of my android phone?? Thnx --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: GregorianCalendar.getOffset() returning 0

2009-03-15 Thread Farhan
Ok, I identified the problem. It was a silly one. The time was being fetched from network instead of local OS. I could change the time in Date and Time settings. To my surprise, there is no option to get the time from local OS. However, I am more surprised not to receive a single reply of this

[android-developers] Re: hi

2009-03-15 Thread Nithin
k... But if have array of thumbnils... How can reduce the size of all thumbnils before displaying in Image button? Thanks in advance    Nithin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Intercepting outgoing sms

2009-03-15 Thread Seer
ok i have written an app for sending the sms over the web but how do i insert the sms sent over the web into the list of sms sent from the phone? On Mar 6, 1:25 am, Avraham Serour tovm...@gmail.com wrote: not sure if you can do that, if not you could do the opposite, make the user send sms

[android-developers] Re: Development Platform Compatibility

2009-03-15 Thread Ralf
I think the SDK and the Eclipse tools will work reasonably well with an XP or Vista 64 bit now. The latest SDK has the USB driver in 64 bit. However at that point Vista 7 is totally unsupported (i.e. not tested at all) and I would not recommend it. R/ On Sat, Mar 14, 2009 at 11:05 PM,

[android-developers] set application as default

2009-03-15 Thread Dilli
Hi all , I am developing a shoutcast(streaming) player, it works fine.. I want to launch my player automatically if user clicks any shoutcast link's in the browser. How can i set my player activity as default player if user clicks on streaming audio(.pls/m3u) links in the browser

[android-developers] Re: ArcMovement on a BitMap - composite Animations

2009-03-15 Thread Nithin
Thanks Romain, i didnt try in that way... Thanks Nithin On Mar 16, 9:18 am, Romain Guy romain...@google.com wrote: AnimationSet is an Animation, just call startAnimation(set)... On Sun, Mar 15, 2009 at 9:02 PM, Nithin nithin.war...@gmail.com wrote: Hi Romain, Now i am trying with

[android-developers] Re: The specified child already has a parent. You must call removeView() on the child's parent first.

2009-03-15 Thread Ralf
Random guess: you tried to add a child view in a ListView statically in your layout XML file? You can't. ListView childs must be added programmatically. And yes it would help if you told us a bit about what is your layout or what you are trying to achieve. R/ On Sun, Mar 15, 2009 at 7:18 AM,

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-15 Thread Ralf
Just to clarify: - is this Camera the one in the git android repository? - are you trying to build from the android repository using make or from the SDK? - what is your platform? (i.e. not windows) R/ On Sun, Mar 15, 2009 at 7:57 AM, Hans hkess...@gmail.com wrote: Manifest for Camera.git

[android-developers] Re: Out of memory exception on setting wallpaper

2009-03-15 Thread ursnavin
Hi , Thanks for the help . The problem is resolved . I had used a ContentResolver for listening to contacts updated and dint unregister them in the onDestroy() method . Now have included the code changes and it seems to work fine . Im still in a doubt if this was the real problem for the out of

[android-developers] Capture / Trap for ActivityNotFoundException

2009-03-15 Thread hazlema
I am playing with android.speech.action.RECOGNIZE_SPEECH and in the source it says to trap for ActivityNotFoundException. However, I am not sure how I can do this, the activity class doesn't support this event. I found it as part of android.content, but am not sure how to implement it.

[android-developers] How to enable Network Location provider.

2009-03-15 Thread Kumar
Hi, Alex Thanks for your reply to my earlier mail, I am unable to get the location updates when i use Network location provider. From the older posts i understood that to use NW location provider we need to do the following. for GPS provider