[android-developers] Upgrade Dev Phone to 2.0

2009-10-29 Thread vitalii.mi...@gmail.com
Hi , How can I update my Dev Phone 1 to Android 2.0 I don't see any updates on http://developer.htc.com/adp.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] HttpConnection forWifi

2009-10-29 Thread Nemat
Hi Friends I have written my HttpConnection code for Android.I have also set Network preferences. Should I change the code so that it would be able to work for Wifi?or I dont need any change.Does the same code work for Wifi correctly?Here is my code: public static String http_get(String

[android-developers] Re: taking a screen shot of whatever is drawn on the view...

2009-10-29 Thread Samuh
Thank you very much! :) --~--~-~--~~~---~--~~ 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] Re: Couldn't update SDK to 2.0

2009-10-29 Thread Arron
I had the same error. I just changed the URL to http instead of https and it worked. On Oct 28, 2:13 pm, Wayne Wenthin wa...@fuligin.com wrote: Download each item individually under android.   It will not create another directory (or at least mine didn't) and will install them under your

[android-developers] Re: Couldn't install Android 2.0 platform

2009-10-29 Thread Arron
change the url to http instead of https. I had the same error and that resolved it. On Oct 28, 2:37 pm, Raphael r...@android.com wrote: Does it happen everytime you try to download? R/ On Wed, Oct 28, 2009 at 4:04 AM, ishfb shishkov.i...@gmail.com wrote: I tried to install Android 2.0

[android-developers] Strange Exception

2009-10-29 Thread Samuh
In my application, the user selects an image from the sdcard. I launch Intent.ACTION_GET_CONTENT action for image/* type. This displays the com.android.camera/.ImageGallery2 activity. When the user makes a selection, I create a Bitmap Object using Media.createBitmap (..). However, when the

[android-developers] Re: How to share a database between a free and paid version of an application

2009-10-29 Thread skyhigh
I finally figured out how to copy the database from my free application to the paid application. After rebuilding numerous times and testing many different combinations I discovered the following: 1) It doesn't matter if I use the debug signing key or my release signing key, as long as both the

[android-developers] Re: how to read the app package under /data/app

2009-10-29 Thread Zhihong GUO
Hi all, I just find a solution on get app package binary: first, the manifest.xml should have permission: INSTALL_PACKAGE then: PackageManager pm = this.getPackageManager(); Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);

[android-developers] PNG optimization on packaging process

2009-10-29 Thread Ian
Hi all, I've noticed that the PNGs of my application with some gradients effects looked terribly bad at the device (a Samsung Galaxy) and at the emulator, and I've found the following note at the documentation (http://developer.android.com/guide/topics/graphics/2d- graphics.html): Note: Image

[android-developers] Re: Detecting Long Press on a Map Overlay

2009-10-29 Thread kas
BR, Could you provide a little more detail on how you implemented this? I am fuzzy execute a Runnable in the Activity from the Overlay object. --Kas On Oct 12, 12:31 pm, Phil philippe.famille.me...@gmail.com wrote: Hi, May be this is a late answer ! Never mind, as I went through this

[android-developers] Re: Couldn't install Android 2.0 platform

2009-10-29 Thread sanczo_dev
I have the similar problem. But after download i get: unzip failed: Cannot run program chmod: java.io.IOException: error=24, too many files opened. I downloading Android 2.0 sdk and API 5. I have installed already sdk 1.1 and 1.5 before AVD comes.

[android-developers] how to be paid by the market?

2009-10-29 Thread shadow_of__soul
Hi, i'm interested to develop games for the android platform, but i have a question that i haven't been able to answer. i'm from argentina, if i pay the $25 fee, i'm able to publish my app in the store, but how i'm paid the revenue if i publish a paid app? wire transfer? check? also, there is

[android-developers] Re: Eclair install choked with errors about locks and died horribly leaving corrupted install

2009-10-29 Thread DanN
I was having the same issue: Failed to rename directory M:\android-sdk-windows\temp\DocPackage.new01 to M:\android-sdk-windows\docs -= Warning ! =- A folder failed to be renamed or moved. On Windows this typically means that a program is using that folder (for example Windows Explorer.) Please

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-10-29 Thread lazy1
The file is ~/.android/androidtool.cfg try to create it manually and add one line to it: sdkman.force.http=true Same problem on Ubuntu 9.10, the above solution does not work. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] SDK contents re: com.android.vending

2009-10-29 Thread android kracker
Where is the source tree for the package: com.android.vending...? Also, is there a link explaining why this is not in the public source tree available via Git? Is it, only because of the dev phones? Doesn't stop rooted phones or eventual reversing. If it is not available to developers, but only

[android-developers] Re: Android WVGA support

2009-10-29 Thread Jeff
Looks like -v4 flag doesn't work in Android 2.0. On emulator with WVGA screen my app loads drawable-hdpi, but ignores drawable-hdpi-v4. Ideas anyone? On Oct 22, 8:38 am, Nikolay Ananiev devuni...@gmail.com wrote: Why did I put my high-dpi images in the drawable-hdpi-v4 folder and not in

[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread Arron La
My application started having this problem after I updated the launcher activity with a different root package. Here's the sequence: 1) Install application on the phone with [com.package] as the path to my launcher activity. 2) Changed the path to be [com.package2] and updated the

[android-developers] Re: Android WVGA support

2009-10-29 Thread Jeff
Looks like -v4 flag doesn't work in Android 2.0. Any ideas? On Oct 22, 8:38 am, Nikolay Ananiev devuni...@gmail.com wrote: This is how I made my app resolution-independent and with Android 1.5 legacy support: Why did I put my high-dpi images in the drawable-hdpi-v4 folder and not in

[android-developers] Re: Android 2.0 Bluetooth Code Samples

2009-10-29 Thread CLC
Hi jb, Here is some sample code that uses Bluetooth: http://code.google.com/p/apps-for-android/source/browse/trunk/BTClickLinkCompete This is the demo that was shown in the Eclair 2.0 video. You run the app on two (or more) Android 2.0 devices, and you can then flick the Android robot

[android-developers] problem with TabHost

2009-10-29 Thread tatman
I cannot get a tabhost with xml resource to work. In the debugger I see the exception RuntimeException, Your content must have a TabHost whose id attribute is 'android.R.id.tabhost' I have set the id of my tabhost element to tabhost. I've also set it in pretty much every other control. I've

[android-developers] Re: Android 2.0 (eclair) source

2009-10-29 Thread tu
Yes, I also entered the same error message, some body can help us ASAP? thanks and best regards. On 10月29日, 上午2时53分, Doug dougforp...@gmail.com wrote: Any idea when theeclairsourcewill be available via git? If I try to init a repo with -beclair I get an error stating that the manifest is

[android-developers] Re: BluetoothAdapter - ACTION_DISCOVERY_FINISHED

2009-10-29 Thread CLC
skink is right. Here's a simple example of creating a list of discovered devices: http://code.google.com/p/apps-for-android/source/browse/trunk/BTClickLinkCompete/src/com/google/android/btclc/ServerListActivity.java Hope this helps! :) -Charles On Oct 28, 1:02 pm, skink psk...@gmail.com

[android-developers] Re: VerifyError and Content Providers

2009-10-29 Thread Javen
Have you resolved it? and how I have the same problem as yours. On Oct 10, 12:58 am, jsdf jasons...@gmail.com wrote: On Oct 9, 10:30 am, Mark Murphy mmur...@commonsware.com wrote: jsdfwrote: Has anyone encountered this issue and corrected it? Have your client APK use the Uri directly,

[android-developers] getting open source eclair source code

2009-10-29 Thread Vishwanath Madapura Gangaraju
could any one tell me how to get open source eclair code. or is it available for public to download. --~--~-~--~~~---~--~~ 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: VerifyError and Content Providers

2009-10-29 Thread Javen
Have you resolved it? and how I have the same problem as yours. On Oct 10, 12:58 am, jsdf jasons...@gmail.com wrote: On Oct 9, 10:30 am, Mark Murphy mmur...@commonsware.com wrote: jsdfwrote: Has anyone encountered this issue and corrected it? Have your client APK use the Uri directly,

[android-developers] Using TransitionDrawable to make a transition with 3 elements

2009-10-29 Thread chaitanya
Hi, According to the android documentation of TransitionDrawable we have 2 use atleast 2 drawables to make the transition work. Also, the method startTransition(int) states that only the 2nd layer is placed on top of d 1st layer. So, if i have 3 drawables how do i make a transition from

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-10-29 Thread orange80
Ok, I got it working on my machine, this may apply to you guys too... To run the android SDK manager in the first place, I exported the x86 lib directory inside of /android-sdk-mac/tools/, then I pointed the JDK home in the android file to another place other than i's default. That caused it to

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-10-29 Thread orange80
We already know about that... our problem is that the force http workaround DOES NOT work for us either. On Oct 28, 1:57 pm, GSmurf gsmu...@gmail.com wrote: If you are on windows you could go in settings options and checked in misc section force https:// ... sources to be fetched using

[android-developers] use data network while connected to wifi

2009-10-29 Thread syronet
Is it possible to use the cellular 3g data network while connected to wifi ? I want to create connection through the 3g network while wifi is also connected Any help is greatly appreciated --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: My appwidget broken Donut when keyboard slide out/in

2009-10-29 Thread Eong
Yeap. My users reported this to me today. The OTA release has the same bug. They should push a fixed update right now. On 10月28日, 下午1时58分, drasticp drast...@gmail.com wrote: I'm seeing the same issue. I've even tried commenting out all of the onUpdate code and the widget still crashes aCore.

[android-developers] Google Streetview for 2.0 emulator, to test invocation through an Intent

2009-10-29 Thread JP
My apps invoke Google Streetview through an Intent (as document here: http://developer.android.com/intl/zh-TW/guide/appendix/g-app-intents.html). Right now I am testing things out for Android 2.0. In the absence of a physical device, this is through emulator testing only, for now. I noticed the

[android-developers] Re: PNG optimization on packaging process

2009-10-29 Thread webmonkey
To do a true comparison of what the PNG is like after 'optimization' take it out of the final APK, it is just a zip archive. The banding artifacts you see are because the device and the emulator are displaying in 16-bit 565 pixel format, they can't display all the colors. Have you tried painting

[android-developers] Re: My appwidget broken Donut when keyboard slide out/in

2009-10-29 Thread String
On Oct 29, 6:51 am, Eong eong.c...@gmail.com wrote: Yeap. My users reported this to me today. The OTA release has the same bug. They should push a fixed update right now. FWIW, I'm not convinced it's a bug in Donut. I'm not seeing the same issue in my widgets, and I do plenty in onUpdate. If

[android-developers] Re: Eclair install choked with errors about locks and died horribly leaving corrupted install

2009-10-29 Thread Armond Avanes
Raphael, I'm installing from command-line using SDK Setup.exe but the same locking problem still exists for me. I just installed Process Explorer and monitored the process which is locking android-sdk-windows\temp\... directory. While downloading the package not even a single process has any

[android-developers] Re: app gives layout errors only on Sprint HTC Hero devices

2009-10-29 Thread Jayesh
On Oct 21, 10:24 pm, Streets Of Boston flyingdutc...@gmail.com wrote: That's why i put 'official' in quotes :-) One should not manipulate windows/views in any other thread than the main UI-thread (e.g. textView.setText(...) or imageView.setImageBitmap (...), hiding/showing views, etc.). If

[android-developers] Re: Eclair install choked with errors about locks and died horribly leaving corrupted install

2009-10-29 Thread skink
On Oct 29, 8:25 am, Armond Avanes armond...@yahoo.com wrote: For those of us on slow connections it's really a pain to download that much and throw it away!!! I guess I've downloaded 500MB worth of data so far and still trying... hi Armond, you can manually download stuff from:

[android-developers] Does DexClassLoader works correctly?

2009-10-29 Thread mongd
I've been trying to load a class with DexClassLoader, but it doesn't really work. There was a couple of posts about this, so I tried some of them, but it didn't work. Here's my code: DexClassLoader dLoader = new DexClassLoader(/data/app/ com.testpackage.test2.apk, /data/dalvik-cache, null,

[android-developers] Re: 3D Developers - Motorola Droid OpenGL ES Specs are in

2009-10-29 Thread Robert Green
I'm sure you're right about that. I'll update my manifest to test. Boy, we're in kind of a bad spot right now. Hero just came out and is only 1.5 but next week we'll have a 2.0 device to deal with... On Oct 28, 11:40 pm, Lance Nanek lna...@gmail.com wrote: Wow, interesting stuff. Thanks!

[android-developers] Re: A table-type layout with the contents centered inside

2009-10-29 Thread Miguel Paraz
On Oct 22, 8:05 pm, Mark Murphy mmur...@commonsware.com wrote: MiguelParazwrote: Hi, I would like a table-style layout where the cell sizes are automatically computed, without using AbsoluteLayout to position them. For example, the table has width 320 and height 240. For a 4x4 cell

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-10-29 Thread skink
On Oct 28, 7:01 pm, Babak babakre...@gmail.com wrote: I also experience this issue, Im on a clean install of Ubuntu 9.04, have tried to make the file androidtool.cfg and chmod 777  the directory ./ android. Nothing so far, would it be possible to provide a link to a download of each

[android-developers] Looking for Custom Layout/ViewGroup Tutorial

2009-10-29 Thread Miguel Paraz
Hi, Could you recommend a tutorial for custom Layouts / ViewGroups? I couldn't find one. My first project is to move the functionality of a GridView + Adapter to a ViewGroup, to put the enclosed Views in a grid. Thanks! --~--~-~--~~~---~--~~ You received this

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-10-29 Thread Cédric Berger
I can't download through a proxy requiring authentication. I had to select force http, and put user/password for proxy in JVM command line. This way I can get the list of available updates. But when trying to download, it stays stuck (looks like it waits for user/password, but no prompt).

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-10-29 Thread Cédric Berger
2009/10/29 Cédric Berger cedric.berge...@gmail.com: I can't download through a proxy requiring authentication. I had to select force http, and put user/password for proxy in JVM command line. This way I can get the list of available updates. But when trying to download, it stays stuck (looks

[android-developers] Re: BluetoothAdapter - ACTION_DISCOVERY_FINISHED

2009-10-29 Thread Ne0
Ah yes, so i was missing something, thanks. Liam On Oct 29, 1:15 am, CLC clchen+...@google.com wrote: skink is right. Here's a simple example of creating a list of discovered devices:http://code.google.com/p/apps-for-android/source/browse/trunk/BTClick... Hope this helps! :) -Charles

[android-developers] Re: cant see my text box while typing on soft keypad

2009-10-29 Thread zeeshan
any help plz On Oct 28, 4:10 pm, zeeshan genx...@gmail.com wrote: Hi Dear, i have a relative layout with Edit text fileds and some buttons at bottom. when i try to write anything on edittext field in the middle of screen, it just being hidden by the keypad and buttons layout comes on top.

[android-developers] Re: 3D Developers - Motorola Droid OpenGL ES Specs are in

2009-10-29 Thread MrChaz
Thanks for that, Assuming Anandtech is right about the 3gs that chip is actually better. I'm guessing they'll open 2.0 later - they did hint at another sdk by years end. On Oct 29, 3:35 am, Robert Green rbgrn@gmail.com wrote: I just got my hands on this phone.  Here's my summary: 1)  

[android-developers] My layout doesn't fit on WVGA emulator skin , any help?

2009-10-29 Thread zeeshan
Hi Experts, i been working on default skin before, if i change my skin to WVGA , my layout displays only in a portion of the skin and the rest of screen is black. although, i can see android's home screen in full view. do i need to change my skin settings or my layout itself?

[android-developers] Re: How to remove contact from a group]]

2009-10-29 Thread Shrenik Vikam
please look at the this, here is the answer http://groups.google.com/group/android-developers/browse_frm/thread/282b854006f45da/471262461845f964?hl=en#471262461845f964 On Sep 15, 1:18 am, Pedro Fernandes pe...@isr.uc.pt wrote: [ Attached Message ]From:Pedro Fernandes

[android-developers] Re: My layout doesn't fit on WVGA emulator skin , any help?

2009-10-29 Thread skink
On Oct 29, 10:52 am, zeeshan genx...@gmail.com wrote: Hi Experts, i been working on default skin before, if i change my skin to WVGA , my layout displays only in a portion of the skin and the rest of screen is black. although, i can see android's home screen in full view. do i need to

[android-developers] Re: Eclair install choked with errors about locks and died horribly leaving corrupted install

2009-10-29 Thread Armond Avanes
Hi Skink, I was trying to guess the correct path for direct download but no success! Thanks a million :-) I'm downloading it... For those who want Google API v5 as well, here it is: http://dl-ssl.google.com/android/repository/google_apis-5_r01.zip After all, it would be great if Google

[android-developers] Re: Upgrade Dev Phone to 2.0

2009-10-29 Thread Wiebbe
You can't at this moment. The only 2.0 update currently available is the emulator one and most likely the Motorola Droid that is coming out soon in the USA. Other then that, you are at 1.6 with an Dev Phone 1. On Oct 29, 7:13 am, vitalii.mi...@gmail.com vitalii.mi...@gmail.com wrote:  Hi ,  

[android-developers] Re: how to read the app package under /data/app

2009-10-29 Thread vovkab
Because in /data/app they added automaticaly, and to keep file names clear, they uses package name as file name. Any way you can get all files in data/app and system/app: for (int i = 0 ;i count; i++){ File f = new File(appList.get (i).activityInfo.applicationInfo.sourceDir); if (f !=

[android-developers] Re: Looking for Custom Layout/ViewGroup Tutorial

2009-10-29 Thread Miguel Paraz
On Oct 29, 4:27 pm, Miguel Paraz mpa...@gmail.com wrote: Hi, Could you recommend a tutorial for custom Layouts / ViewGroups? I couldn't find one. My first project is to move the functionality of a GridView + Adapter to a ViewGroup, to put the enclosed Views in a grid. I found some GridView

[android-developers] [Eclipse] layout preview doesn't work properly when using style

2009-10-29 Thread Stefan Klumpp
When I include style elements from /res/values/styles.xml the Layout designer/preview within Eclipse doesn't update with these styles, but shows as it would be without any styles. Can anyone confirm this issue? If so, Is there a way I can fix this myself easily? If not, where's the appropriate

[android-developers] Re: how to be paid by the market?

2009-10-29 Thread MrChaz
The money is sent straight to my bank account so I guess that's a wire transfer. On Oct 28, 10:02 pm, shadow_of__soul shadow.of.sou...@gmail.com wrote: Hi, i'm interested to develop games for the android platform, but i have a question that i haven't been able to answer. i'm from

[android-developers] Re: Android 2.0 SDK is here!

2009-10-29 Thread Abhi
Hi, I am having trouble upgrading my SDK 1.6 to 2.0 on my laptop. My laptop is behind my company's firewall and when I try to install the new SDK components using the Android SDK and AVD Manager, I get this error saying Failed to fetch URL

[android-developers] Problem with writing on Bitmap

2009-10-29 Thread manoj
Hi friends, In my application I am using Bitmap, on that I am writing some data. I dont know why suddenly my app is getting exited. here is the log: I/DEBUG ( 32): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** I/DEBUG ( 32): Build fingerprint: 'android-devphone1/

[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread gdonald
On Oct 28, 6:51 pm, Arron La arron...@gmail.com wrote: My application started having this problem after I updated the launcher activity with a different root package. Here's the sequence: 1) Install application on the phone with [com.package] as the path to my launcher activity. 2)

[android-developers] Re: how to be paid by the market?

2009-10-29 Thread nagaraj attimani
Nothing 2 worry.. Defn u will get gud money for u r app.. Good Luck :) On Thu, Oct 29, 2009 at 5:59 PM, MrChaz mrchazmob...@googlemail.com wrote: The money is sent straight to my bank account so I guess that's a wire transfer. On Oct 28, 10:02 pm, shadow_of__soul shadow.of.sou...@gmail.com

[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread Dianne Hackborn
What phones are people seeing this on? Just the HTC Hero, or is this also happening on stock Android? On Thu, Oct 29, 2009 at 7:18 AM, gdonald gdon...@gmail.com wrote: On Oct 28, 6:51 pm, Arron La arron...@gmail.com wrote: My application started having this problem after I updated the

[android-developers] Re: app gives layout errors only on Sprint HTC Hero devices

2009-10-29 Thread Dianne Hackborn
Yes you definitely can not inflate views from the thread they won't run in. The reason is that views may create a handler, and when the handler is created it is bound to the thread that is creating it. So if you try to attach that view hierarchy to a window being run in another thread, all hell

[android-developers] Re: problem with TabHost

2009-10-29 Thread Kevin Bailey
On Wed, Oct 28, 2009 at 06:40:24PM -0700, tatman wrote: ?xml version=1.0 encoding=utf-8? TabHost xmlns:android=http://schemas.android.com/apk/res/android; android:id=@+id/tabhost Don't know if it will help but my main.xml file says: android:id=@android:id/tabhost

[android-developers] Re: how to be paid by the market?

2009-10-29 Thread Disconnect
On Thu, Oct 29, 2009 at 10:24 AM, nagaraj attimani nagaraj.attim...@gmail.com wrote: Nothing 2 worry.. Defn u will get gud money for u r app.. Good Luck :) It appears that your keyboard has broken, possibly due to the PEBKAC bug. Please turn your computer in at your local repair shop and a

[android-developers] Re: how to read the app package under /data/app

2009-10-29 Thread Dianne Hackborn
The contents of /data/app and /system are private implementation details of the platform and you should never touch them directly or make assumptions about what they contain. The PackageManager is the API for accessing all information about installed applications. Please don't directly access

[android-developers] Re: 3D Developers - Motorola Droid OpenGL ES Specs are in

2009-10-29 Thread Dianne Hackborn
It's because your app is running in density compatibility mode. Note that if you are using a surface view, this means there is a good chance that your surface is actually the smaller size and being scaled up to the full screen size (854x480) during compositing. if that is the case, turning off

[android-developers] Re: Android WVGA support

2009-10-29 Thread Dianne Hackborn
I am pretty positive it works. Nothing changed in 2.0 -- this has been the same since 1.0, if the platform's SDK version is the resource version, then the resource is ignored. On Wed, Oct 28, 2009 at 5:28 PM, Jeff codesec...@gmail.com wrote: Looks like -v4 flag doesn't work in Android 2.0.

[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread Greg Donald
On Thu, Oct 29, 2009 at 9:32 AM, Dianne Hackborn hack...@android.com wrote: What phones are people seeing this on?  Just the HTC Hero, or is this also happening on stock Android? For me, I personally have seen two Heros it's happening on. I don't have access to stock Android, unless you count

[android-developers] How to disable touch event on listView

2009-10-29 Thread jax
I have a ListView with a setOnItemClickListener. I am trying to prevent the user from pressing an item repeatedly but can't seem to get it to work. I have tried the following. mAvailableOptionsListView.setClickable(false);

[android-developers] Re: Android WVGA support

2009-10-29 Thread webmonkey
Hi Dianne, The v flag does indeed not work, I am using the Android 2.0 SDK with the following AndroidManifest settings: uses-sdk android:minSdkVersion=3 android:targetSdkVersion=5 / Running on a WVGA854 emulator with density 240 and API 5, I get the following results: drawable-hdpi-v4

[android-developers] Android 2.0 camera.setParameters(p) - Picture size must be 213x350?

2009-10-29 Thread chrispix
I am having an issue w/ 2.0 in the emulator when I am trying to set a couple of parameters. Including the size. It appears these messages appear.. I guess my question is, why is the picture size stuck at 213x350? If I set my picture size to 640x480 it fails. Chris. 10-29 14:55:24.261:

[android-developers] Android SDK loads every time i open Eclipse

2009-10-29 Thread Teo
Can i stop that? Sometimes i don't use Eclipse for Android development but it still bugs me to see it load every time =D Thanks in advance! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: How to capture Soft keyboard key events.

2009-10-29 Thread Gulfam
Is there any solution I am still waiting for your Response Gulfam Hassa On Oct 28, 9:41 pm, Gulfam gulfa...@gmail.com wrote: Hi all group members, I am facing a problem any one can help me regarding this. I have an  EditText and a list of contacts. I want to search a contacts on maching

[android-developers] Re: how to be paid by the market?

2009-10-29 Thread nagaraj attimani
Hi Disconnect, Your are right ..There is some problem in Keyboard. On Thu, Oct 29, 2009 at 8:08 PM, Disconnect dc.disconn...@gmail.com wrote: On Thu, Oct 29, 2009 at 10:24 AM, nagaraj attimani nagaraj.attim...@gmail.com wrote: Nothing 2 worry.. Defn u will get gud money for u r app..

[android-developers] Re: Problem with Wi-Fi connectivity with Android 1.6

2009-10-29 Thread skyhigh
Another difference that I have noticed with Android 1.6 is that when it shows the Wi-Fi connectivity icon in the bar at the top of the screen, it still continues to show the EDGE connection icon next to it. With Android 1.5 when the device connects to a Wi-Fi network the Wi-Fi icon would appear

[android-developers] Re: Problem with Wi-Fi connectivity with Android 1.6

2009-10-29 Thread Mark Murphy
skyhigh wrote: Another difference that I have noticed with Android 1.6 is that when it shows the Wi-Fi connectivity icon in the bar at the top of the screen, it still continues to show the EDGE connection icon next to it. With Android 1.5 when the device connects to a Wi-Fi network the

[android-developers] Re: how to be paid by the market?

2009-10-29 Thread a1
I think you should first take a look at this page: http://www.google.com/support/androidmarket/bin/answer.py?answer=150324, as you see Argentina is not supported merchant location. -- Regards, Bart Janusz On 28 Paź, 23:02, shadow_of__soul shadow.of.sou...@gmail.com wrote: Hi, i'm interested

[android-developers] unsubscribe

2009-10-29 Thread stonestrange stone
unsubscribe, thank you. --~--~-~--~~~---~--~~ 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] Re: Couldn't install Android 2.0 platform

2009-10-29 Thread www.rzr.online.fr
On Oct 28, 11:01 pm, sanczo_dev adamfar...@gmail.com wrote: I have the similar problem. But after download i get: unzip failed: Cannot run program chmod: java.io.IOException: error=24, too many files opened. I downloading Android 2.0 sdk and API 5. I have installed already sdk 1.1 and 1.5

[android-developers] Unexpected Resumes Running Under 2.0

2009-10-29 Thread Nmix
I just installed SDK 2.0 and tested a stable app on a 2.0 AVD to make sure it's still ok. It isn't. I'm trying to debug this, but the problem, whatever it is, looks to be happening in Android, not in my app. App starts fine, flowing through the entire onCreate() and initializing everything. I

[android-developers] Sampling points along a path

2009-10-29 Thread RalphLeon
In my application I use cubic bezier curves to position images in a pattern. I just noticed that Path has a nice cubicTo method, that can construct the same shape that I manually sample. However, I need to be able to extract the X,Y positions along the path... is there anyway to access these

[android-developers] Re: Couldn't install Android 2.0 platform

2009-10-29 Thread skink
On Oct 29, 5:05 pm, www.rzr.online.fr www.rzr.online...@gmail.com wrote: can anyone here tell were and2.0 is installed into the sdk ? Then we can just unzip it in the right place :http://dl-ssl.google.com/android/repository/android-2.0_r01-linux.zip Regards hi, just unzip it in

[android-developers] Re: Problem with Wi-Fi connectivity with Android 1.6

2009-10-29 Thread skyhigh
I also have a stock G1. Perhaps the issue is a result of something wrong after the upgrade to 1.6 on certain phones. There is another topic on this forum at

[android-developers] Re: Keyboard, detect ALT Locked

2009-10-29 Thread vovkab
Need help. On 27 окт, 15:17, vovkab vov...@gmail.com wrote: So, how to get it? On 19 окт, 05:57, Dianne Hackborn hack...@android.com wrote: The concept of the alt lock state only exists inside of the text object, as it deals with editing being done on it. On Sun, Oct 18, 2009 at

[android-developers] Re: Couldn't install Android 2.0 platform

2009-10-29 Thread vovkab
Do not install through eclipse. Close everything and run android command in your tools folder. On 29 окт, 01:01, sanczo_dev adamfar...@gmail.com wrote: I have the similar problem. But after download i get: unzip failed: Cannot run program chmod: java.io.IOException: error=24, too many files

[android-developers] Re: Problem with Wi-Fi connectivity with Android 1.6

2009-10-29 Thread Mark Murphy
I also have a stock G1. Perhaps the issue is a result of something wrong after the upgrade to 1.6 on certain phones. I'm assuming you've tried a garden-variety power-off-and-reboot to see if that clears things up. I don't know if the phone is actually using the Wi-Fi network or the EDGE

[android-developers] Null pointer exception Calling getContentResolver().query for video file URI

2009-10-29 Thread Pablo Szyrko
Sometimes (this happens randomly) my application crashes when it tries to perform a query passing as parameter a video file URI. I have found a similar issue (http://groups.google.com/group/android- developers/msg/0715a5f641ef0757) but it doesn't have any reply. Thanks, Pablo Following is the

[android-developers] Re: Android WebView and HTML5

2009-10-29 Thread Joe Bowser
Hey Has anyone got the Database going on WebView? I've gotten it to work on the browser itself on the Emulator (using the Stickies example), but not in the WebView. I noticed that Google added setDatabaseEnabled and setDatabasePath, but there's no examples or source anywhere that's actually

[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread Greg Donald
On Thu, Oct 29, 2009 at 9:18 AM, gdonald gdon...@gmail.com wrote: Other apps on my phone are having the same problem now.  Google Sky is now broken after this morning's update for example. After more app upgrades and reboots/testing today I've found the following apps are all broken the same

[android-developers] Re: Android SDK loads every time i open Eclipse

2009-10-29 Thread Streets Of Boston
Eclipse loads from a work-space (e.g. try to start eclipse up twice in a row and the second time it'll complain that the works-space is already in use). Create a different workspace that does not have Android SDK. Then start Eclipse from there. On Oct 29, 11:04 am, Teo teomina...@gmail.com

[android-developers] Re: Tripit Oauth

2009-10-29 Thread Wouter
I'm sorry to hear this all.. I search a lot on the net and I try a lot to find it by myself but this isnt always successful. This website here is my last place to ask when I don't know how to solve it. Now I have succedeed to solve this and I have an application where I can receive the

[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread RichardC
Where is the Android bug reporting site? b.android.com -- RichardC On Oct 29, 5:40 pm, Greg Donald gdon...@gmail.com wrote: On Thu, Oct 29, 2009 at 9:18 AM, gdonald gdon...@gmail.com wrote: Other apps on my phone are having the same problem now.  Google Sky is now broken after this

[android-developers] is there a way to get the carrier

2009-10-29 Thread sdphil
tia. --~--~-~--~~~---~--~~ 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] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread Mark Murphy
I apologize for not responding to one of your earlier posts: Mine has: 1.29.651.1 CL69164 release-keys Since I haven't seen this problem to date on my test Hero, running an older firmware, I'm suspecting they broke something in that newer firmware. I have a second test Hero now and will do a

[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread TreKing
I've only had one user report my app's label showing up as #ff and they are also using a Hero. I have not seen any of these problems on my own G1 or the emulator. On Oct 29, 9:32 am, Dianne Hackborn hack...@android.com wrote: What phones are people seeing this on?  Just the HTC Hero, or is

[android-developers] Pending intent receiverPermission

2009-10-29 Thread Loki117
Morning all, I've started using an AlarmManager for some tasks i'm doing and while setting up the pendingIntent to be broadcast I noticed there is no receiverPermission option. Can anyone tell me is it possible to set the receiver permission on a pendingIntent? Tom

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-10-29 Thread Xavier Ducrohet
On Wed, Oct 28, 2009 at 9:23 PM, orange80 jpsw...@gmail.com wrote: We already know about that... our problem is that the force http workaround DOES NOT work for us either. which, frankly, is mind boggling. Can you give me the exact output of the status window in the SDK Manager when you try

[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread Greg Donald
On Thu, Oct 29, 2009 at 1:03 PM, TreKing treking...@gmail.com wrote: I've only had one user report my app's label showing up as #ff and they are also using a Hero. Yes, I've seen that too, it's unpredictable what the app icon's new (broken) title will be. Occasionally it's something like

[android-developers] Re: Problem with Wi-Fi connectivity with Android 1.6

2009-10-29 Thread skyhigh
Thanks Mark, that fixed the problem. When I powered the phone off and then back on it started working properly. The API that I am calling to check the active network is ConnectivityManager.getActiveNetworkInfo(). Please see the code sample I posted earlier on this thread for how I am using

[android-developers] Layout animation, clipping to parent

2009-10-29 Thread RalphLeon
So, if you have a layout animation attached to a gallery with the views coming from _outside_ of the parent (a translation animation): how do we get the views to not be clipped to the gallery? At first guess: Gallery.setClipChildren(false); seems like it should work, but the animations are

[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread Dianne Hackborn
On Thu, Oct 29, 2009 at 10:52 AM, RichardC richard.crit...@googlemail.comwrote: Where is the Android bug reporting site? b.android.com If this is only happening on Hero, it needs to be reported to HTC, not as a generic platform bug. Has anyone tried installing an alternate home app and

  1   2   3   >