[android-developers] SAX parser crashes with Permision Denied exeption message when retriving google weather XML.

2011-06-22 Thread ferran fabregas
Hi! I'm trying to get the current temperature via google weather with SAX Parser but i get a permision denied exeption message when i try to get data: Code: /* Get what user typed to the EditText. */ String cityParamString = ((EditText) findViewById(R.id.edit_input)).getText().toString(); String

[android-developers] Android Market: issue uploading image assets

2011-05-05 Thread ferran fabregas
Hi! When I try to upload the app high resolution icon image o app screen capture to android market, browser give me next error: Unable to parse response. If you have a browser extension or add-on installedwhich changes the JSON response, please disable and refresh this page. I've tried with

[android-developers] How to know if is the first execution after device reboot.

2011-05-04 Thread ferran fabregas
Hi! I want to know if there are any method to know if is the first exuction of an app after reboot, or the app is alredy executed by the user (the app have one activity and to recivers). I'm thinking in methods like write and rewrite a token file every minute, and each time the app starts, check