[android-developers] Android Picasa Image Uploader

2012-05-21 Thread Lex Luthor
Hi, I am looking samples to upload a selected picture from my device to Picasa Album. Is there any way? I tried this snippet: Intent temp = new Intent(Intent.ACTION_SEND); temp.setType(image/png); temp.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);

[android-developers] Re: Proguard problem after 2.3 update

2011-02-08 Thread LeX
. It will be solved i too had the same prob before i solved it by adding On Tue, Feb 8, 2011 at 12:00 PM, LeX fink.ale...@googlemail.com wrote: Hi folks, same problem here after update:  add-proguard-release.xml:35: Expecting class path separator ':' before '{' in argument number 1

[android-developers] Re: Proguard problem after 2.3 update

2011-02-08 Thread LeX
Fount the solution, that worked for me: adding external.libs.dir=libs to default.properties finally... found at http://stackoverflow.com/questions/4356979/proguard-error-expecting-class-path-seperator-not-sure-where-i-need-to-put-a-p On 8 Feb., 07:30, LeX fink.ale...@googlemail.com wrote

[android-developers] Re: Proguard problem after 2.3 update

2011-02-07 Thread LeX
Hi folks, same problem here after update: add-proguard-release.xml:35: Expecting class path separator ':' before '{' in argument number 1 android-tools r9, target: android-8 Does anyone have a solution?!? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Proguard problem after 2.3 update

2011-02-07 Thread LeX
Hi folks, same problem here after update: add-proguard-release.xml:35: Expecting class path separator ':' before '{' in argument number 1 android-tools r9, target: android-8 Does anyone have a solution?!? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] NFC : detect TAG once inside the application

2011-01-18 Thread Lex
OK here is my problem. I created an application where I need to detect TAGs. So I created an activity and I registered an intent receiver to it : activity android:name=LoadTagActivity android:theme=@android:style/ Theme.Dialog intent-filter action

[android-developers] Re: Market not updating?

2010-12-10 Thread LeX
But hey as Google always says, it's free, so be happy you can at least post your apps :D That is not true. It is not free: it costs 30% from your application sellings... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] where comes --custom-target while building market_licensing

2010-10-14 Thread LeX
Hello, I would like to add the option --custom-package for the generate resources step of my application as it happens while the market_licensing library is build: [null] ... [null] Executing '/usr/local/android-sdk-linux/platforms/ android-8/tools/aapt' with arguments: [null]

[android-developers] setting mapView to R.id.mapview throws ClassCastException

2009-09-22 Thread Lex
...I really don't understand how something this simple (and I have done it before) doesn't work. I'm pretty sure it will turn out that I am missing something obvious. I just created a MapView, all it does is show the map and when I allocate mapView to it's layout, there's a ClassCastException:

[android-developers] Is it possible to add custom menu items in the native Contact list ?

2009-08-28 Thread Lex
Hi everyone, Is it possible to add custom menu items in the native Contact list ? I mean when the user selects a user from his contact list, is it possible to add a custom action there ? ( for those who are familiar with Blackberry development, something similar to the MenuItem class ) Thank

[android-developers] Re: Overlay ConcurrentModificationException (continued)

2009-08-28 Thread Lex
in the receiving thread (due to callback) as well. I will check out the Handler and get back to you later. Thanks a lot for your advice! Lex On Aug 27, 6:40 pm, Zod zsolt.ba...@gmail.com wrote: Hi! It's not clear where your code is located and called. If it's in the thread which receives

[android-developers] Re: Overlay ConcurrentModificationException (continued)

2009-08-28 Thread Lex
the handler thread, as the collection is modified here. The exception is gone! Thanks, Lex On Aug 28, 10:12 am, Lex hakkinen1...@gmail.com wrote: Zsolt, the methods are defined as follows: - receiveMessage() - Service Class - showTrafficMessages() - Activity Class - updateOverlay

[android-developers] Overlay ConcurrentModificationException (continued)

2009-08-27 Thread Lex
= createItem(messageIcon, point); this.addItem(messageItem); } } I don't understand yet exactly where the error is caused, that is where to start improving stuff... Thanks for your advice, Lex --~--~-~--~~~---~--~~ You

[android-developers] MenuItem ID

2009-08-26 Thread Lex
Hi everyone, I have a simple menu with 2 options: menu xmlns:android=http://schemas.android.com/apk/res/android; item android:id=@+id/congestion android:title=congestion event android:icon=@drawable/sign_congestion_small / item android:id=@+id/warning

[android-developers] Re: How to handle complex objects from webservice.

2009-07-30 Thread Lex
How exactly are you receiving the data from the webservice (HTTP POST method, TCP connection, UDP connection..)? If you are receiving your complex object in parts, write a method that will process the input and put the parts together to recreate your object. Lex On Jul 30, 2:52 pm, Ram

[android-developers] Re: Threads for networking and DatagramSocket

2009-07-30 Thread Lex
Thank You for your advice, Roman. There's a detailed post about my issue on the Java Sun Forum: http://forums.sun.com/thread.jspa?messageID=10779608#10779608 Lex On Jul 29, 5:06 pm, Roman roman.baumgaert...@t-mobile.com wrote: I recommend to keep your data communication separate from the UI

[android-developers] Threads for networking and DatagramSocket

2009-07-29 Thread Lex
appreciated! Cordialement Lex --~--~-~--~~~---~--~~ 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

[android-developers] Re: keeping screen on while activity active

2009-07-15 Thread Lex
to the home screen it doesn't go off neither. I don't know if this issue is severe enough to be considered an emulator bug? Lex On Jul 14, 9:28 pm, Dianne Hackborn hack...@android.com wrote: You don't even need to clear it. This flag is associated with the window, and it will only keep

[android-developers] Re: Google route directions no turn by turn Legal License

2009-07-14 Thread Lex
I am only familiar with the general Maps/Earth API Terms of Use, which can be found here: http://code.google.com/apis/maps/terms.html See if you can find anything there about your issue. On Jul 13, 2:40 pm, -lm - kimb...@gmail.com wrote: Dear Android community, i've a license/legal question

[android-developers] Re: Connect android emulator to internet

2009-07-14 Thread Lex
See Number 3: http://developer.android.com/guide/tutorials/views/hello-mapview.html On Jul 13, 1:28 pm, renjith mp renjith...@gmail.com wrote: Hi All, Please let me know how to connect to internet from android emulator. Here  the details of my development environment

[android-developers] Re: Service won't stop when exiting application

2009-07-14 Thread Lex
Hackborn hack...@android.com wrote: Are you sure you are stopping the same service? You are passing something different in for the Intent component. I would suggest defining one static Intent for the service, that is use for both start and stop. On Mon, Jul 13, 2009 at 3:07 AM, Lex

[android-developers] keeping screen on while activity active

2009-07-14 Thread Lex
Hi, I have a map activity for which I would like to have the screen turned on as long it's active (the app consists of one activity only). When the activity is paused or stopped I want to return to normal on/off mode. Keeping the screen on works fine while the app is running but when I exit the

[android-developers] Service won't stop when exiting application

2009-07-13 Thread Lex
Hi everyone, this message is in addition to the posts at http://groups.google.com/group/android-developers/browse_thread/thread/3f01a8576ebb0d7c/1a065e23513c1523 I have a service receiving and sending data to a server in separate threads each. The service lifecycle methods look like this:

[android-developers] Access drawable resources from ItemizedOverlay

2009-07-03 Thread Lex
Hi, I have a method in my ItemizedOverlay class which takes an object as a parameter and depending on it's certain values returns an appropriate icon. What's the best way to access the drawable resource from within ItemizedOverlay as you can't access it directly like in an activity? The only

[android-developers] Re: Access drawable resources from ItemizedOverlay

2009-07-03 Thread Lex
any where in ur application. m not sure if this is the best method. But this is wat i could think of.. On Fri, Jul 3, 2009 at 2:59 PM, Lex hakkinen1...@gmail.com wrote: Hi, I have a method in my ItemizedOverlay class which takes an object as a parameter and depending on it's certain

[android-developers] Re: When does my thread die (continued discussion)

2009-07-02 Thread Lex
on - and this way I get to learn about more than one Android component. Thanks, Lex On Jul 1, 6:33 pm, Dianne Hackborn hack...@android.com wrote: You should probably stop the service in onStop().  When you press home, the activity will be stopped but not destroyed because the user didn't close

[android-developers] Re: Live traffic events as icons on a map

2009-07-02 Thread Lex
to bring the messages created in the service to the activity? Lex On Jun 22, 4:10 pm, Lex hakkinen1...@gmail.com wrote: I am sure about updating the map in real time - how the users are going to use the application isn't the concern at the moment. I just got thetrafficmessage specs, so I'll do

[android-developers] Re: can't use mouse click for ZoomControl

2009-07-02 Thread Lex
Did I get it right, you have the phone connected to your computer, the application running on the phone, and you are trying to zoom with the mouse? As a phone doesn't use a mouse, you probably don't need bother with that. Lex On Jul 2, 10:46 am, tstanly tsai.sta...@gmail.com wrote: hi all

[android-developers] When does my thread die (continued discussion)

2009-07-01 Thread Lex
In addition to the posts at http://groups.google.com/group/android-developers/browse_thread/thread/47a310494882eb5a/622000c1d630690f I'm posting a new topic as the other one seems to be closed for further discussion. OK so I'm receiving traffic messages via UDP and processing them in a new

[android-developers] Re: Live traffic events as icons on a map

2009-06-22 Thread Lex
you really need to do is fetch the latest data when the view is opened and update the current event list. Al. On Jun 21, 12:19 pm, Lex hakkinen1...@gmail.com wrote: Hi everyone, I am developing a prototype application which features basic navigation (updating of own location on the map

[android-developers] Live traffic events as icons on a map

2009-06-21 Thread Lex
the map accordingy when the items in the overlay have changed Apparently in the MapView (or Map Activity?) I need some sort of a listener for changes in the ItemizedOverlay object. What is the best practice for doing this? Thanks, Lex --~--~-~--~~~---~--~~ You received

[android-developers] Re: Connect laptop built-in gps receiver to emulator

2009-06-05 Thread Lex
and when you start your location app, you should be receiving real GPS data. Lex On 4 Jun., 02:11, David Turner di...@android.com wrote: emulator -help-gps ? On Wed, Jun 3, 2009 at 6:54 PM, Lex hakkinen1...@gmail.com wrote: Hello, my Dell Latitude E6400 has a built-in gps receiver. How

[android-developers] Re: Bug? Geo fix and sdk 1.5

2009-06-04 Thread Lex
. So apparently the emulator has a problem with real GPS data as well. Am I right about this, that is is it true that the problem is with GPS data in general and not only mock or only real data? Lex On 4 Jun., 02:12, David Turner di...@android.com wrote: this is a known issue that will be fixed

[android-developers] Re: Google Android Maps API

2009-05-28 Thread Lex
...@commonsware.com wrote: Lex wrote: I am working on a map navigation application in 1.5. Due to it's recent release most tutorials I was using as a reference are out-of- date and cannot be run without refactoring. Really? The link for Google Android Maps API http://developer.android.com

[android-developers] Re: Map view not displaying tiles in 1.5 but it's fine in 1.1

2009-05-26 Thread Lex
The built-in map application (and browser) work fine, and as I said before, firewall is fine - at least as much as I can see. I have exactly the same code running on a different machine (Vista) and it works just fine! On May 26, 2:11 am, Mark Murphy mmur...@commonsware.com wrote: Lex wrote: I

[android-developers] Re: Map view not displaying tiles in 1.5 but it's fine in 1.1

2009-05-25 Thread Lex
I just went through the MapView Tutorial and I can't get the map displayed whatsoever. I had SDK 1.5 installed from the beginning. Internet permission is fine, Firewall is fine. I deleted the debug.keystore file on my (XP) machine, rebuilt the project under Google API/Target 3, generated a new

[android-developers] Google Android Maps API

2009-05-25 Thread Lex
Hi, I am working on a map navigation application in 1.5. Due to it's recent release most tutorials I was using as a reference are out-of- date and cannot be run without refactoring. The link for Google Android Maps API

[android-developers] Re: Help on porting with ME4Android

2008-06-18 Thread Lex
Thanks Steve for the links. How sure is the fact that InnaWorks is working on an Android porting ? And what external libraries ? I mean could I still use them and thy'll be ported on Android ? Thanks On Jun 17, 7:57 pm, Steve Oldmeadow [EMAIL PROTECTED] wrote: Not ME4Android but here is a

[android-developers] Re: Help on porting with ME4Android

2008-06-17 Thread Lex
Anyone ? On Jun 10, 1:48 am, Lex [EMAIL PROTECTED] wrote: Hi all, Can you explain a little bit more precisely how to port a JavaME program to Android, usingME4Android? What are the steps to folow ? Ive got a JavaME app ( do I need source code or binary code ? Ive got both ). Do I need

[android-developers] How to modify the menu ?

2008-06-17 Thread Lex
Hi folks, Id to know how one can modify the menu ( add/delete items ) after its been created ? ( I mean during the Activity ). Is it even possible ? Thank you. Alex --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: Help on porting

2008-06-10 Thread Lex
I didnt get it. The author hasnt released his application yet right ? Any guess when he will ? On Jun 9, 11:55 pm, Steve Oldmeadow [EMAIL PROTECTED] wrote: Where did you get ME4Android from? --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Help on porting with ME4Android

2008-06-10 Thread Lex
Hi all, Can you explain a little bit more precisely how to port a JavaME program to Android, using ME4Android ? What are the steps to folow ? Ive got a JavaME app ( do I need source code or binary code ? Ive got both ). Do I need to create a new Android project and add all the javaME code ? Some

[android-developers] Help on porting

2008-06-09 Thread Lex
Hi all, Can you explain a little bit more precisely how to port a JavaME program to Android, using ME4Android ? What are the steps to folow ? Ive got a JavaME app ( do I need source code or binary code ? Ive got both ). Do I need to create a new Android project and add all the javaME code ? Some