[android-developers] Fastzip - Create apk:s quickly

2015-12-14 Thread Jonas Minnberg
Creating a signed APK from a normal sized set of data usually takes under a second. The project is open sourced under the MIT license at: https://bitbucket.org/Unity-Technologies/fastzip -- Jonas Minnberg -- You received this message because you are subscribed to the Google Groups "Android De

Re: [android-developers] Forum very "slow"

2012-11-05 Thread Jonas Petersson
at doesn't quite flow naturally IMHO. Rephrasing it radically might be better. Best / Jonas -- 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@google

Re: [android-developers] Re: The package name of your apk is the same as the package name of another developer's application. Choose a new package name.

2012-10-09 Thread Jonas Petersson
ounts for the Play admins to take action. (Presumably two very similar emails with just different sender, submitted around the same time.) I'd suspect a working day or two for it to actually be moved is normal. So far I've only prepared for this, not actually done it.

Re: [android-developers] How can I put different resources for different dpi on ICS with the same sw800dp smallest width?

2012-09-12 Thread Jonas Petersson
ffect tvdpi. In my case I just converted the GIF to PNG and things were fine so I didn't dig any deeper, but it would be nice to have this confirm. Best / Jonas On 2012-09-07 21:50, Mark Murphy wrote: On Fri, Sep 7, 2012 at 3:47 PM, Leo wrote: I can't drop sw

[android-developers] Emulator hardware keyboard mapping table?

2012-07-15 Thread Jonas Petersson
rrect mapping table? The emulator -keyset help file was the closest thing I could come up with, but it seems to work on a different level. I'm happy to experiment and provide whatever I find out back to the sources as long as I can get a pointer to where I should start... BTW: I'

[android-developers] How to use tagging in TrafficStats

2012-06-04 Thread Jonas
data operations my app performs. However, from the API docs it is not clear to me how an app could query traffic stats by tag. How does DDMS do it? Thanks, -Jonas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] Re: Whenever i move out from an activity, which is in a task of singleTask, activtiy is being cleared up to root of the stack

2012-05-21 Thread Jonas Schwertfeger
Dianne, Any update on this? As of ICS, any app opened via installer suffers from this. See http://code.google.com/p/android/issues/detail?id=26658 for instance. -Jonas On Saturday, December 5, 2009 4:09:56 AM UTC+1, Mark Wyszomierski wrote: > > Hi Dianne, > > To follow up

Re: [android-developers] Music notation application

2012-05-08 Thread Jonas Petersson
r simple stuff, but with a bit of effort you can create symphonies if you like). This may not be what you need, but I though you might want to try it. https://play.google.com/store/apps/details?id=se.petersson.abc Good luck / Jonas -- You received this message because you are s

Re: [android-developers] play sound file

2012-04-29 Thread Jonas Petersson
s will occasionally cause confusion - I examined the APK file once just after a major refactoring and found a mix of old and new files. Best / Jonas On Sat, Apr 28, 2012 at 5:55 PM, Mark Murphy mailto:mmur...@commonsware.com>> wrote: On Sat, Apr 28,

Re: [android-developers] Re: NFC Secure Element

2012-04-10 Thread Jonas Lenz
> > I think I read somewhere that the google wallet javacard app is only > installed onto the SE after successful setup of the Google Wallet app. I.e. > it is not factory installed. This appears to be correct. can confirm this aswell. after successfully installing google wallet i get response fr

[android-developers] Subtle String() bug seems likely

2012-02-28 Thread Jonas Petersson
huge that it just couldn't be written off as general java leaks. I hope this helps someone else! Best / Jonas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em

[android-developers] SSL sessions are not resumed

2012-01-20 Thread Jonas Jalminger
client authentication and it was even faster in resuming the session. Has anyone managed to resume any SSL session out there using any of the 3 ways above? /Jonas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] [ContactsContract] Get contact id from google talk contact

2012-01-05 Thread Jonas
get "no such column, im_handle". The only thing that I can retrieve via IM_HANDLE and PROTOCOL is the presence. =/ Any help is appreciated. Thanks in advance, jonas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T

Re: [android-developers] Re: GPS Location

2011-10-23 Thread Jonas Petersson
connection. See Assisted GPS: http://en.wikipedia.org/wiki/Assisted_GPS Best / Jonas -- 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

Re: [android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-20 Thread Jonas Petersson
For the record: Adding this to my ICS.avd/config.ini solved my problem: hw.webcam.count = 0 Best / Jonas On 2011-10-20 08:57, Jonas Petersson wrote: Hi all, On 2011-10-19 19:43, sblantipodi wrote: is there someone else who have this problem and is not using a

Re: [android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-19 Thread Jonas Petersson
I'm running this on Ubuntu 11.04, BTW. I intend to look more into this during the weekend when I have more spare time. Hope this helps someone. Best / Jonas On Oct 19, 6:57 pm, sblantipodi wrote: I didn't created a snapshot even, so no I'm not using a

Re: [android-developers] Handling gestures in AppWidget

2011-10-18 Thread Jonas Petersson
o), but strictly speaking that would not be a true widget, but some kind of unsupported hybrid. Best / Jonas 16.10.2011 17:03, Daniel Chivilikhin пишет: Is there a way to handle gesture events in my AppWidget? I've been browsing the Web for a while now, and the only answer I

Re: [android-developers] Re: same app one tablet and phone with differnt gui

2011-09-16 Thread Jonas Gehring
oh, that's a really bad solution! Read the android documentaion: Note: You should generally use multiple APKs to support different device configurations only when your APK is too large (greater than 50MB). Using a single APK to support different configurations is always the best practice, because i

Re: [android-developers] Re: Android -- the forgotten "real" fragmentation

2011-08-03 Thread Jonas Petersson
tools available on the SQLite site and then used them again on the phone/tablet. So there MAY certainly be issues, but apparently it is possible to avoid them too without even trying. YMMV / Jonas PS. My database format has changed over time, but in a backwards compatib

Re: [android-developers] Re: How to make an alarm live even when the application which set it is killed?

2011-07-31 Thread Jonas Petersson
ience, starting the web browser and surfing to a major news site's ordinary page will cut down the waiting time drastically... - at least for phones with limited memory. Best / Jonas -- You received this message because you are subscribed to the Google Groups "Android De

Re: Re: [android-developers] Aw: Object Structure

2011-06-21 Thread Jonas Gehring
yes use the sqlite database as a cache. the content provider contacts the server for data if there are no data stored in the sqlite database. make sure you use asynchron list adapter so that the activity doesn't block... 2011/6/21 Sivaprakash > Thanks !! > > So, when ever I get data back from ba

Re: [android-developers] Aw: SQLiteOpenHelper

2011-06-20 Thread Jonas Gehring
does the insert call, returns 1 or 0 ? it should return 1, otherwise there's an error. the query looks okay for me. try to query without any filter? just DB.query("Notas", null, null, null, null, null, null) ... 2011/6/20 Jorge Luis > It both does work. > > Is there somethign wrong with this qu

Re: [android-developers] Aw: SQLiteOpenHelper

2011-06-20 Thread Jonas Gehring
does the insert call, returns 1 or 0 ? it should return 1, otherwise there's an error. the query looks okay for me. try to query without any filter? just DB.query("Notas", null, null, null, null, null, null) ... 2011/6/20 Jorge Luis > It both does work. > > Is there somethign wrong with this qu

Re: [android-developers] Permission issues

2011-05-31 Thread Jonas Petersson
where you can do whatever you like while you develop. (This is actually how my Inventory app does the "merge" feature from the SD database to the "closed" database.) Best / Jonas -- You received this message because you are subscribed to the Google Gro

Re: [android-developers] Re: Mac or PC for development

2011-05-30 Thread Jonas Petersson
me wrong, these days I could get used to OSX if I had to (I selected Linux when OSX still didn't exist), but for various reasons I still prefer Linux (comparing uptime with my colleagues - identical hardware - I have better uptimes) and Linux is also the target platform of my day job.

Re: [android-developers] Re: JSON OR SOAP ?

2011-05-30 Thread Jonas Petersson
ne). Data overhead is important to most users both when it comes to cost and time so that pretty much disqualifies SOAP IMHO. Best / Jonas PS. My biggest gripe is that SOAP services often base64 encode everything twice. Sure it is "binary safe", but you can eas

Re: [android-developers] Re: Android Developer's Chat

2011-05-30 Thread Jonas Petersson
e spammers (for example some semi-random head hunters) may be let through with an innocent message and then turn evil. Not ideal, but... Just my guesses / Jonas 2011/5/30 Mark Murphy mailto:mmur...@commonsware.com>> On Mon, May 30, 2011 at 7:29 AM, Spooky mailto

Re: [android-developers] Re: JSON OR SOAP ?

2011-05-30 Thread Jonas Petersson
u have the choice if selecting JSON or SOAP, go for JSON. My few cents / Jonas On May 30, 11:15 am, Migazan wrote: What better way to consume web services on android JSON or SOAP? -- You received this message because you are subscribed to the Google Groups "Android Developer

Re: [android-developers] Cannot enable Bluetooth

2011-05-29 Thread Jonas Petersson
could someone instruct me to enable this? At the bottom of the page I sent earlier is a link to a demo app: http://developer.android.com/resources/samples/BluetoothChat/index.html Good luck / Jonas On Sun, May 29, 2011 at 5:32 PM, Jonas Petersson mailto:jonas.peters...@xms.se>

Re: [android-developers] Cannot enable Bluetooth

2011-05-29 Thread Jonas Petersson
this? http://developer.android.com/guide/topics/wireless/bluetooth.html Best / Jonas -- 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, s

Re: [android-developers] restart device from code

2011-04-13 Thread Jonas Petersson
s possible. Best / Jonas -- 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

[android-developers] Re: Using RatingBar as Fav with one star

2011-04-05 Thread Jonas Alves
Use a CompoundButton. On Apr 5, 2:57 am, ramindroid wrote: > Any update on this? > > On Apr 4, 7:35 pm, ramindroid wrote: > > > > > Hi, > > > I tried implementing the Favourite functionaity for any Contacts using > > the RatingBar (having one Star). > > I set the rating a 0.0 initially (with ste

Re: [android-developers] Re: Amazon Appmarket is now open!

2011-03-25 Thread Jonas Petersson
o build it differently. Best / Jonas On 2011-03-24, at 5:05 PM, TreKing wrote: On Wed, Mar 23, 2011 at 8:33 PM, Brill Pappin mailto:bpap...@sixgreen.com>> wrote: Once again, you need to be able to tell which market you installed from in order to adjust y

Re: [android-developers] PHP Support or not

2011-03-23 Thread Jonas Petersson
Not that I've tried it, but you may want to check this out: http://www.phpforandroid.net/ / Jonas On 2011-03-23 20:01, Chris Stewart wrote: Android runs native code written in the Java language. If you want to build web-based apps for Android (and all mobile in

Re: [android-developers] Re: Amazon Appmarket is now open!

2011-03-22 Thread Jonas Petersson
but I'm not exactly impressed... Best / Jonas -- 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 an

Re: [android-developers] Re: Install % drop again?

2011-03-17 Thread Jonas Petersson
ore Sweden specific app (83% .se users) it is well within the normal ripples. On a third app with 55% US users there is a somewhat unusual increase (~7%) on the 17th, but in that case it didn't drop back down. So, it may be that it is US-related or just random. Hope this helps

Re: [android-developers] Re: Install % drop again?

2011-03-17 Thread Jonas Petersson
e, most 1.x devices are likely to be hand-me-downs, old users who don't really care or new users who don't have a clue. None of these are high on my list of power-app-shoppers (doubt most of them will figure out how to register to buy even), so it will be free or nothing.

Re: [android-developers] Re: Install % drop again?

2011-03-16 Thread Jonas Petersson
newer somewhat less). Obviously, living in Sweden means it was not really possible to buy OR sell apps until about 6 months ago, so this affects my stats. My take on this: I think it makes fair sense. Best / Jonas -- You received this message because you are subscribed t

Re: [android-developers] Re: Install % drop again?

2011-03-15 Thread Jonas Petersson
the stats were collected, but since the 1.0 stats *ARE* there I'll have to assume it is true and that someone forcefully has connected it to Market - after all we are talking "pirate"-class users here so an "improved" firmware is reasonably likely.

Re: [android-developers] Re: Install % drop again?

2011-03-15 Thread Jonas Petersson
example it gives a fair hint of the languages used for my apps in specific countries. Being able to drill down in for instance device or OS stats per country would be very useful too. My few EUR-cents / Jonas -- You received this message because you are subscribed to the Googl

Re: [android-developers] 3.0 dialog with WebView inside FrameLayout doesn't resize

2011-02-23 Thread Jonas Petersson
For the record, I just filed a report of this including a simple demonstration app in apk as well as tgz format: http://code.google.com/p/android/issues/detail?id=14981 Just run in the 3.0 emulator and something pre-3.0 to see the difference. Best / Jonas 2011-02-23

[android-developers] 3.0 dialog with WebView inside FrameLayout doesn't resize

2011-02-23 Thread Jonas Petersson
d if I use AlertDialog.Builder() instead, but I really don't want the title to waste screen space. Advice very welcome. I can create a minimal example app if you like. Best / Jonas PS. While the WebView in the dialog is open, the emulator seems to run at full throttle for some

Re: [android-developers] AlertDialog

2011-02-22 Thread Jonas Petersson
.html#setOnCancelListener(android.content.DialogInterface.OnCancelListener) See also setCancelable(). Best / Jonas On Tue, Feb 22, 2011 at 8:32 AM, Kostya Vasilyev wrote: 22.02.2011 15:58, Mark Murphy пишет: so does that mean that I cannot use the builder - Co

Re: [android-developers] Picking a contact in a PreferenceActivity

2011-02-16 Thread Jonas Petersson
ontactPicker instead. Best / Jonas -- 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+un

Re: [android-developers] Picking a contact in a PreferenceActivity

2011-02-16 Thread Jonas Petersson
odd, but try to subclass RingtonePreference as it contains a lot the structure you need. Good luck / Jonas -- 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

Re: [android-developers] capturing Home key event at application level

2011-02-15 Thread Jonas Petersson
2011-02-15 12:58, Kostya Vasilyev skrev: 15.02.2011 14:41, Jonas Petersson пишет: Well, I have not double checked for a while now, but the onLowMemory() method of my service was certainly called now and then (even though my service wasn't doing anything at all at the time) last I trac

Re: [android-developers] capturing Home key event at application level

2011-02-15 Thread Jonas Petersson
t the onLowMemory() method of my service was certainly called now and then (even though my service wasn't doing anything at all at the time) last I traced it. Does this qualify? Best / Jonas -- You received this message because you are subscribed to the Google Group

Re: [android-developers] Re: supports-screens question

2011-01-23 Thread Jonas Petersson
it seems. IP addresses in Russia/Asia BTW. Best / Jonas -- 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 fro

Re: [android-developers] Re: supports-screens question

2011-01-23 Thread Jonas Petersson
ome people - very sad. Having any way at all to respond to Market comments would be excellent... Best / Jonas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

Re: [android-developers] Re: BOOT_COMPLETED not being heard

2011-01-16 Thread Jonas Petersson
tion than being a widget - it shows the next few calendar items). My few cents / Jonas On Jan 16, 6:12 pm, Marcin Orlowski wrote: On 16 January 2011 07:49, Dianne Hackborn wrote: Sorry, you can point them to that documentation if you want. This is a pretty fundamental asp

[android-developers] Are activity managed cursors requeried on the UI thread?

2010-12-08 Thread Jonas Schwertfeger
>From looking at Activity's source code it seems like managed cursors are requiered straight from the UI thread. Am I reading this wrong or is this indeed the case? -Jonas -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

Re: [android-developers] ProGuard Integration?

2010-12-06 Thread Jonas Bengtsson
Love the ProGuard integration. It says in default.properties that you shouldn't make any changes to it. Is build.properties a better place to put it? Cheers, Jonas Xavier Ducrohet wrote 07/12/2010 00:07: - all you have to do is create a proguard config file somewhere and specif

Re: [android-developers] Re: column '_id' does not exist

2010-12-03 Thread Jonas Petersson
lang.IllegalArgumentException: column 'RoomID' does not exist Yes, that is to be expected, you have just "renamed" the RoomID column to "_id" so obviously you must also access it that way (or ALSO select it under the original name, but that would be confusing IMHO).

Re: [android-developers] Re: column '_id' does not exist

2010-12-02 Thread Jonas Petersson
Um, you might try something like "select RoomID as _id ..." Best / Jonas On 12/03/2010 08:40 AM, Kumar Bibek wrote: You cannot in this case. This is a mandatory requirement. "pramod.deore" wrote: Hi Bibek, Thanks for reply. But my table RoomT

Re: [android-developers] Re: Market expanding to technically non-compliant devices?

2010-12-01 Thread Jonas Petersson
Does Angry Birds work without touch? I'm pretty sure it COULD. My few cents / Jonas On 12/02/2010 01:26 AM, Dianne Hackborn wrote: Um. People. Google TV does not have Market on it. This didn't happen by accident. The platform isn't yet ready to give apps and

Re: [android-developers] Re: Google Add-On Maps for 1.5 and higher

2010-11-27 Thread Jonas Petersson
le sort of hints that this would be a good idea for experienced/paranoid users - I don't really see why the browser needs read access to my SD card (unless it is for caching which probably could be safely wrapped to a sandbox in some way) Just my few eurocents / Jonas On 1

Re: [android-developers] Android Market Console Pagination

2010-11-24 Thread Jonas Petersson
I'd say you should consider yourself lucky: when I login to my console I get stuck in the "LOADING" spinner... :-( No big deal really as I updated what I needed today a few hours back, but hardly what I expected. Best / Jonas -- You received this messa

Re: [android-developers] Anyone seeing mysterious application crashes lately?

2010-11-22 Thread Jonas Petersson
rious, I've given up to try to make sense of it. Sometimes their extreme test cases are actually somewhat useful - I've caught a few odd states (the last one was the system be unable to select an image - seems unlikely, but...) My few eurocents / Jonas -- You receive

[android-developers] View.computeScroll(): How to implement it correctly?

2010-11-22 Thread Jonas Schwertfeger
hile invalidate() doesn't? 2. What is the correct way to implement computeScroll(), without calling both invalidate() and postInvalidate()? Thanks, -Jonas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gro

Re: [android-developers] Adapting for GoogleTV: Trackball/D-pad selection with onTap() in MapView strangeness - working example?

2010-11-21 Thread Jonas Petersson
st it gives the result I expected from onTap(). Advice on improvements appreciated. Best / Jonas On 11/20/2010 10:36 PM, Jonas Petersson wrote: Dear experts, I recently decided to try out making my app tentatively "GoogleTV ready" by ensuring a user can do eve

[android-developers] Adapting for GoogleTV: Trackball/D-pad selection with onTap() in MapView strangeness - working example?

2010-11-20 Thread Jonas Petersson
be called with stale info. Anyone got a working code snippet? (Mark's NooYawk sadly doesn't work and googling came up with blanks apart from questions without answers) Thanks in advance / Jonas -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Will service be restarted with all unfinished intents that returned start status START_REDELIVER_INTENT?

2010-11-12 Thread Jonas Schwertfeger
"Yes" is not exactly the most useful response to the question "Which [of the two] is it now?". I'm assuming "yes" relates to the question in the subject. Thanks for the help. On Nov 1, 4:36 pm, Dianne Hackborn wrote: > Yes,. -- You received this message because you are subscribed to the Googl

[android-developers] Will service be restarted with all unfinished intents that returned start status START_REDELIVER_INTENT?

2010-11-01 Thread Jonas Schwertfeger
le in this use case), but they also say "The service will [...] be re-started if it is not finished processing all Intents sent to it (and any such pending events will be delivered at the point of restart)." Which is it now? Thanks, -Jonas -- You received this message because you

Re: [android-developers] how do i create a donate menu button

2010-10-31 Thread Jonas Petersson
An alternative to this is to do my trick: Just create your own donation app and link to it on Market - no need for any permission, just: startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=se.petersson.freebeer"))); Best / Jonas On 10/30/201

[android-developers] Moderators: Where did my post go?

2010-10-10 Thread Jonas Schwertfeger
24 hours ago I posted a message with the subject "View.computeScroll(): How to implement it correctly?". It was never published. Where did it go? Thanks, -Jonas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

Re: [android-developers] Results from Alert Dialog inline

2010-10-10 Thread Jonas Petersson
how(); Maybe not exactly what you wanted and some may call it unreadable, but I'd still mark it "possible"... YMMV / Jonas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-10 Thread Jonas Petersson
I'd suspect a buggy old Market app, but this particular user was running stock 2.2 on a HTC Desire, and I had my problems on stock NexusOne (2.2) and stock Milestone (2.1update1). That's rather up to date IMHO. Best / Jonas -- You received this message bec

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-09 Thread Jonas Petersson
of the last one seems to end up in Madrid (where my app is pretty useless anyway). Just my few eurocents / Jonas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-devel

[android-developers] How to debug web page on device?

2010-09-08 Thread Jonas Bengtsson
for something similar to "Developer Tools" in Chrome. If I at least could dump the state of the DOM that would help a lot. Apparently getting access to a WebView's DOM from Java isn't currently supported [1], otherwise that would do. Any suggestions out there? Thanks in advanc

[android-developers] How to debug web page on device?

2010-09-07 Thread Jonas Bengtsson
the state of the DOM that would help a lot. Apparently getting access to a WebView's DOM from Java isn't currently supported [1], otherwise that would do. Any suggestions out there? Thanks in advance, Jonas [1] http://code.google.com/p/android/issues/detail?id=368 -- You recei

Re: [android-developers] Re: Is there a way to request permissions from a user as you need them?

2010-08-29 Thread Jonas Petersson
On 08/29/2010 09:27 PM, Dianne Hackborn wrote: On Sun, Aug 29, 2010 at 6:25 AM, Jonas Petersson mailto:jonas.peters...@xms.se>> wrote: On 08/29/2010 03:05 PM, Mark Murphy wrote: [ Problems with permissions using Evernote as an example ] http://code.google.com/p/android/

Re: [android-developers] Re: Is there a way to request permissions from a user as you need them?

2010-08-29 Thread Jonas Petersson
On 08/29/2010 09:14 PM, Dianne Hackborn wrote: On Sun, Aug 29, 2010 at 6:46 AM, Jonas Petersson mailto:jonas.peters...@xms.se>> wrote: I've been pondering this too for my apps, what I'd like to see is something that just could call "pick contact" and the result

Re: [android-developers] Re: Is there a way to request permissions from a user as you need them?

2010-08-29 Thread Jonas Petersson
dn't quite support all the (to me) obvious values for putExtras() - one of my apps would be reasonably happy without being able to write to Contacts as long as I could trust this intent to store all the provided data. (This was a while ago, might have been fixed for 2.2)

Re: [android-developers] Re: Is there a way to request permissions from a user as you need them?

2010-08-29 Thread Jonas Petersson
ns depending on user paranoia level.) > [ Implementation ] Thoughts? You certainly have my vote. This is pretty much exactly what I've been wanting all along. If there is any way I can help, I'd be *VERY* happy to do so. Best / Jonas -- You received

[android-developers] Re: LVL found to be easy to crack

2010-08-23 Thread Jonas Larsson
An official response would great. As I (and many others) see it the main reason for Android app piracy is paid app unavailability in most countries. When most users have the option of being honest and pay, most would. Until Google enables the full Market in all countries the incitement to crack an

Re: [android-developers] Re: Reverse C2DM

2010-08-20 Thread Jonas Petersson
s is very much available for you to toy with, and it certainly works. Best / Jonas -- 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 un

Re: [android-developers] Paid vs Free, My Early Experience

2010-08-19 Thread Jonas Petersson
hat limited knowledge if Russian seems to put it closer to German than Swedish (if you consider the size of UTF8 characters I'm pretty sure Russian wins by miles...) Best / Jonas -- You received this message because you are subscribed to the Google Groups "Android

Re: [android-developers] Re: Does all Android Devices support Map API

2010-08-08 Thread Jonas Petersson
ms to have grabbed the biggest market share (Desire/Hero/Legend). Best / Jonas -- 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 u

Re: [android-developers] Re: Does all Android Devices support Map API

2010-08-08 Thread Jonas Petersson
27;ve heard of no official X10 releases having problems installing my application. Personally, I wouldn't worry about early non-released firmwares being incomplete - that's their purpose. Anyone STILL using them can hardly expect everything to work. Best / Jonas

Re: [android-developers] Re: Android Market Abusive developers...

2010-08-06 Thread Jonas Petersson
e extra fee (or polish the remaining for a few weeks). The average spammer would be strangled... Best / Jonas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-deve

Re: [android-developers] Re: Android Market Abusive developers...

2010-08-06 Thread Jonas Petersson
gain you another free app per month.) If you want more you pay the $10/app. I think this would harm exceedingly few developer while effectively blocking the spammers. Just my EUR 0.02 / Jonas -- You received this message because you are subscribed to the Google Groups "And

Re: [android-developers] Re: Does all Android Devices support Map API

2010-08-05 Thread Jonas Petersson
v 19 last year: http://www.youtube.com/watch?v=e9l7eXhcnvM This was long before the release of X10 which was their first Android phone and it certainly worked already then (although the map usage isn't shown in this video it certainly was in the application). Bes

Re: [android-developers] Re: My Eclipse 3.5 always lag and have to force close - why?

2010-08-04 Thread Jonas Petersson
tlined above to see if it works better (I do that trick for a mobile platform that doesn't fully support Ubuntu yet). Your mileage varies! / Jonas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

Re: [android-developers] Re: My Eclipse 3.5 always lag and have to force close - why?

2010-08-04 Thread Jonas Petersson
). Best / Jonas On 08/04/2010 11:55 AM, Kostya Vasilyev wrote: This looks likely. I can run Eclipse all day on a 4G Windows 64bit machine, but I edit my layouts "by hand", without the visual editor. > 04.08.2010 11:00, Mystique пишет: I think there's some memory leak issue if ed

Re: [android-developers] Re: My Eclipse 3.5 always lag and have to force close - why?

2010-08-04 Thread Jonas Petersson
ives considered. Good luck / Jonas On 08/04/2010 04:17 AM, Doug wrote: The issue isn't what else is running on the computer. The issue is that Eclipse gets into an unrecoverable state where it lags horribly when switching between editors, at least on OSX. I can typically go 5 or 6 hours of s

Re: [android-developers] Re: My Eclipse 3.5 always lag and have to force close - why?

2010-08-03 Thread Jonas Petersson
with 8GB and quad core, Eclipse is no longer a real issue. Sure an SSD would be nice, but no deal breaker (not enough to pay more for a smaller disk). Good luck / Jonas -- You received this message because you are subscribed to the Google Groups "Android Developers" gr

Re: [android-developers] how to detect if a phone is running HTC sense UI

2010-08-03 Thread Jonas Petersson
t is somewhat tempting to explicitly alter the UI for a few of the most common styles around. I've personally elected not to do that so far, but I can understand why some might. Best / Jonas -- You received this message because you are subscribed to the Google Gro

Re: [android-developers] Is there a way to remove some permissions of already compiled apps?

2010-08-02 Thread Jonas Petersson
(in particular when you develop free apps that primarily solves your own personal problems), but some user categories may prefer to run it with less convenience and a higher paranoia level. Maintaining several versions of a free app is hardly ideal. Just my EUR 0.02 / Jonas -- You rec

Re: [android-developers] Re: Compiling and obfuscating by command line...

2010-07-30 Thread Jonas Petersson
Well, how about going native? (NDK) That should be somewhat more challenging than decompiling java. Good luck / Jonas On 07/30/2010 04:11 PM, sblantipodi wrote: Ok, thanks for the suggestions, any other idea? :) On Jul 30, 2:59 pm, DanH wrote: Just say no to obfuscation. On Jul

Re: [android-developers] Re: App Inventor to Market

2010-07-17 Thread Jonas Petersson
just launch ConnectBot as I settle on the beach next to the pub in the morning, login to my work computer and keep coding all day, right? Cheers / Jonas -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

Re: [android-developers] Re: App Inventor to Market

2010-07-17 Thread Jonas Petersson
sed for a while. It's like IRL - if you find something you haven't needed for a few years, you can throw it away ;) Good to agree ;-). Time to lobby for a new feature... / Jonas -- You received this message because you are subscribed to the Google Groups "A

Re: [android-developers] Re: App Inventor to Market

2010-07-17 Thread Jonas Petersson
an app for it isn't that easy. Best / Jonas -- 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 e

Re: [android-developers] Re: App Inventor to Market

2010-07-16 Thread Jonas Petersson
n of actual popularity. Best / Jonas -- 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: Seems Android Market statistics go wrong again

2010-07-16 Thread Jonas Petersson
the record, my (Sweden specific) app is about a magnitude below yours, but the dropped percentage is very similar and so is the difference to my own statistic figures. So basically, the current (adjusted) numbers make a lot of sense to me too. Best / Jonas -- You rec

Re: [android-developers] Hide an app from the user

2010-07-16 Thread Jonas Petersson
I certainly hope it isn't possible, and if you succeed you can bet your farm on that the next update will plug that hole, right Dianne? ;-) What you want to do SHOULD require a tailored firmware, IMHO. Best / Jonas -- You received this message because you are subscr

Re: [android-developers] Re: App Inventor to Market

2010-07-15 Thread Jonas Petersson
ar. Then compare that to the ratio of positive/negative emails sent to you. In theory the ratios should be similar, but I certainly don't see that. Best / Jonas -- You received this message because you are subscribed to the Google Groups "Android Developer

Re: [android-developers] Re: App Inventor to Market

2010-07-15 Thread Jonas Petersson
y a single vote. My few EURcents / Jonas -- 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+unsubsc

Re: [android-developers] hello

2010-07-15 Thread Jonas Petersson
come back. What you see is probably an optimization feature of Gmail ("seen it already"), or possibly some other special local handling within Google. Best / Jonas 15.07.2010 12:30, hat...@gmail.com пишет: how come I can never see my questions in any emails from thi

Re: [android-developers] Re: How to startup one application programmatically from other application

2010-07-15 Thread Jonas Petersson
trying so solve? Good luck / Jonas -- 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+uns

Re: [android-developers] How to startup one application programmatically from other application

2010-07-15 Thread Jonas Petersson
Intent, but the user might be in the middle of (say) enter a password or similar when you happen to pop up app B/C, so this app had better be as important as a phone call or similar. A better approach might be to use a notification. Best / Jonas -- You received this

  1   2   >