[android-developers] Join This Group..

2011-03-07 Thread Michael Frans
Hi there.. i'm michael.. i'm from indonesia.. i want to know and learn more about android.. can i join into this group?? thx in advice.. :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Questions about the Platform SDK

2011-03-03 Thread Michael
I have questions about using the Platform SDK (the code under ROOT/ device/sample. Is this the right group for that? Thanks, Michael -- 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

[android-developers] Re: OpenGL ES 2.0 for Live Wallpapers

2011-02-16 Thread Michael
doesn't work either. We have a black screen or green screen. That's strange because many LWP with OpenGL ES 1.x as Aquarium are working. Using baksmali, we can see that they use thehttp://www.rbgrn.net/code. On 16 fév, 02:03, Michael meicpal...@gmail.com wrote: In the time before my first post

[android-developers] Looks like there are two canvases being written to?

2011-02-15 Thread Michael Helland
Hello, I have this View that draws random dots on the screen using drawCircle. It prints the first dot, then the first dot goes away and it prints the second dot. I expected both dots to be there, but what ever. Weird thing is, then the second dot goes away, and the first dot come back along

[android-developers] OpenGL ES 2.0 for Live Wallpapers

2011-02-15 Thread Michael
I am trying to find a way to use OpenGL ES 2.0 in a live wallpaper (I need to use shaders to implement the algorithm.) I have a class that implements GLSurfaceView.Renderer and runs fine in an activity with a GLSurfaceView. I searched and found Robert Green's GLWallpaperService, but the code is

[android-developers] Re: OpenGL ES 2.0 for Live Wallpapers

2011-02-15 Thread Michael
In the time before my first post was approved by the moderators, I found a solution at https://github.com/ghisguth/blurred-lines-live/blob/master/src/cxa/lineswallpaper/Wallpaper.java . -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Problem in integration of Facebook with android app

2011-02-11 Thread michael
://github.com/facebook/facebook-android-sdk/issues#issue/167/comment/719695 /Michael. On Feb 11, 7:32 am, Laxmi Verma laxmiverma.andr...@gmail.com wrote: Hi All, I want to integrate the facebook api in my android application.  Can anyone help me on this? I am not sure whether to use FBConnect

[android-developers] Re: Problem in integration of Facebook with android app

2011-02-11 Thread michael
If you download the SDK, it includes a directory with sample applications (including code for logging in). Cheers, Michael On Feb 11, 12:07 pm, Laxmi Verma laxmiverma.andr...@gmail.com wrote: Hi Michael, Can you please provide some example code of this. Thanks !! On Fri, Feb 11, 2011 at 3

[android-developers] Re: Non-crippled NFC API

2011-02-11 Thread Michael Roland
expect them to work as well, although I haven't done any testing yet. Best regards, Michael -- Michael Roland, MSc Research Associate | NFC Research Lab Hagenberg ::: :: :: :: *4th NFC Congress 2011

[android-developers] Re: Non-crippled NFC API

2011-02-11 Thread Michael Roland
reader capabilities, so far I have tested access to MIFARE Ultralight and Classic. Both of them work, except that for MIFARE Classic, authentication failures will produce some hickups. Best regards, Michael -- Michael Roland, MSc Research Associate | NFC Research Lab Hagenberg

[android-developers] Re: openFileOutput, FileNotFoundException

2011-01-28 Thread Michael
On 27 Jan, 19:52, TreKing treking...@gmail.com wrote: You do not need external storage permission to save local data. Any other permissions than can be the issue? I've tried reading some documentation for the answer, but i can't find anything about internal storage and permission. -- You

[android-developers] Re: openFileOutput, FileNotFoundException

2011-01-28 Thread Michael
and reinstall Eclipe or another API and see if it helps. On 28 Jan, 14:40, Kostya Vasilyev kmans...@gmail.com wrote: Michael, Your code (as posted) is correct. Just in verify, I just pasted in verbatim into my application and verified that it works (as it should). Try removing and reinstalling

[android-developers] Re: openFileOutput, FileNotFoundException

2011-01-28 Thread Michael
should take some time to learn more about them. There are lots of articles and samples on the net, here is one (from 1998, and things haven't changed since then): http://www.javaworld.com/jw-07-1998/jw-07-exceptions.html -- Kostya 28.01.2011 16:58, Michael пишет: Thanks for the answer

[android-developers] ANNOUNCE: RoboGuice 1.1 now available

2011-01-26 Thread Michael Burton
Hello Android developers, I'd like to announce the final release of RoboGuice 1.1! http://roboguice.org RoboGuice is a framework that brings the simplicity and ease of Dependency Injection to Android, using Google's own Guice library. If you've ever used Spring (the #1 enterprise framework

[android-developers] openFileOutput, FileNotFoundException

2011-01-26 Thread Michael
Som alla andra (tydligen) så får jag FileNotFound på raden där jag kör openFileOutput. Borde det inte funka i en activityklass? Vad tusan är fel? Jag har läst trådar till förbannelse men hittar ingen lösning. /Micke import java.io.FileOutputStream; import android.app.Activity; import

[android-developers] Views with the same dip width number have different widths in appearance

2011-01-26 Thread Michael Smith
Hello, I have a horizontal linear layout separated with lines like the following: * View* * android:background=@drawable/gradient_white2* * android:layout_height=fill_parent* * android:layout_width=1dip* */* In the layout editor, the lines have the same width, however, on

[android-developers] openFileOutput, FileNotFoundException

2011-01-26 Thread Michael
Hi! I've read most available post for this exception with openFileOutput, and it seem to be a common issue. Though, i can't find a solution. This code throughs a FileNotFoundException on the row fos = openFileOutput(fil, Context.MODE_PRIVATE);. Why? I can't figure it out. Thanks! import

[android-developers] Compatibility

2011-01-26 Thread Michael
Hi, I've tested my app on two real devices (HTC Evo and Motorola Droid) and the emulator and it works fine. However, some customers haven't been able to properly open the app (Samsung Moment is one affected device). I do not have any icons in the folders other than the drawable-hdpi, so I'm

[android-developers] Views with the same dip width number have different widths in appearance on device

2011-01-26 Thread Michael Smith
I have a horizontal linear layout separated with lines like the following: * View* * android:background=@drawable/gradient_white2* * android:layout_height=fill_parent* * android:layout_width=1dip* */* In the layout editor, the lines have the same width, however, on the

[android-developers] Views with the same dip width number have different widths in appearance on device

2011-01-26 Thread Michael Smith
I have a horizontal linear layout separated with lines like the following: View android:background=@drawable/gradient_white2 android:layout_height=fill_parent android:layout_width=1dip / In the layout editor, the lines have the same width, however, on the device they do

[android-developers] Flexing the Expandable List Adapter

2011-01-24 Thread Michael
a bit in doing so. ~Michael -- 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+unsubscr...@googlegroups.com

[android-developers] Re: getting my project source code from appInventor

2011-01-21 Thread Michael Murphy
My understanding is that you cannot retrieve the source code. On Jan 21, 12:01 pm, dan dany.yac...@gmail.com wrote: hi, i'm interested in using appInventor, but i'd really like to control my code whenever i want, Can i get the source code generated from appInventor and use it? If yes do you

[android-developers] Re: On ExpandableListViews Again

2011-01-18 Thread Michael
away from this part to focus on other aspects of the project but I'll definitely take a better look at the focusable aspects of Views. On Jan 14, 5:31 pm, TreKing treking...@gmail.com wrote: On Fri, Jan 14, 2011 at 1:38 AM, Michael michaeldh...@gmail.com wrote: Can anyone tell me why my group

[android-developers] “Failed to find provider info ” when Adding Recent Query Suggestions

2011-01-18 Thread Michael
Hi, I am trying to implement recent Query Suggestions into my app, but got stuck in a “Failed to find provider info ” error please give some help code as below: //searchable.xml

[android-developers] Re: On ExpandableListViews Again

2011-01-18 Thread Michael
I take that back. Looks like I fixed the issue. I can have any view I want. Thanks for your time. ~Michael On Jan 14, 5:31 pm, TreKing treking...@gmail.com wrote: On Fri, Jan 14, 2011 at 1:38 AM, Michael michaeldh...@gmail.com wrote: Can anyone tell me why my group becomes unclickable

[android-developers] Re: On ExpandableListViews Again

2011-01-18 Thread Michael
in my convertView for getGroupView and I'm able to ID them through onGroupClick. ~Michael On Jan 14, 5:31 pm, TreKing treking...@gmail.com wrote: On Fri, Jan 14, 2011 at 1:38 AM, Michael michaeldh...@gmail.com wrote: Can anyone tell me why my group becomes unclickable? Is is because

[android-developers] Spinner drop-down with blank lines

2011-01-17 Thread michael
suggestions would be greatly appreciated. Best, Michael. -- 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+unsubscr

[android-developers] Re: Use wireless networks setting not always available?

2011-01-17 Thread michael
Just trying a second time: anybody has an answer to some of these questions? Any hints are greatly appreciated. Best, Michael. On Jan 8, 1:16 pm, michael michael.d.peder...@googlemail.com wrote: Hello, I have an app that relies on wireless network location, i.e. which receives location

[android-developers] Re: Spinner drop-down with blank lines

2011-01-17 Thread michael
you have any insights for that? I don't know which Android OS version (the user has not replied to my requests for this info). I also don't have a Droid X available so can't reproduce. Best, Michael. On Jan 17, 6:41 pm, Kostya Vasilyev kmans...@gmail.com wrote: Is this on the Droid X ? 2011/1

[android-developers] Re: Spinner drop-down with blank lines

2011-01-17 Thread michael
? Incidentally, about 6% of the sessions in my app come from Droid X users, so I would be surprised if they all experienced this problem (I have only received this complaint from a single user). Cheers, Michael. On Jan 17, 7:07 pm, Kostya Vasilyev kmans...@gmail.com wrote: I don't have one either, but I've

[android-developers] Re: Spinner drop-down with blank lines

2011-01-17 Thread michael
is the content of the themes.xml file which defines the relevant minimal theme: resources style name=CustomActivityTheme parent=@android:style/ Theme.NoTitleBar item name=android:windowNoTitletrue/item /style /resources Could this have any effect on spinners? /Michael. On Jan 17

[android-developers] Re: Spinner drop-down with blank lines

2011-01-17 Thread michael
Thanks for the suggestion, I will try it (although I probably won't be able to verify easily -- can't get more feedback from the user in question). Cheers, Michael. On Jan 17, 7:54 pm, Kostya Vasilyev kmans...@gmail.com wrote: In theory, this shouldn't affect spinners. In practice, you've got

[android-developers] On ExpandableListViews Again

2011-01-14 Thread Michael
android:layout_alignParentRight=true android:paddingRight=10dip android:text=null / /RelativeLayout Thanks in Advance, ~Michael -- 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

[android-developers] Use wireless networks setting not always available?

2011-01-08 Thread michael
location services is enabled and not Google location services? Any pointers would be greatly appreciated. Best, Michael. -- 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] HTTPS POST problem

2011-01-06 Thread Michael Rueger
/detail?id=7074 It was supposedly fixed in 2.2? Michael -- 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

[android-developers] Building vendor/sample project using an unmodified Eclair (v2.1)

2011-01-05 Thread Michael
the project this way? Thanks, Michael -- 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+unsubscr

[android-developers] docs feedback re compiling src

2010-12-18 Thread Michael Salmon
Hi folks, Have some feedback on the docs online http://source.android.com/source/download.html that could be considered for improvement: 1. docs say 32-bit linux ubuntu is supported, but on compile you get an error that says (build/core/main.mk) $(warning You are attempting to build on a 32-bit

[android-developers] Re: How to make a trial version which starts a limited amount of times?

2010-12-12 Thread Michael A.
in the mobile. Is it the same for USA? If so, I think it makes people less willing to buy anything. I think a trial version is needed because the buying process is so complicated, even  if a 24 hour trial is possible when they buy apps. On 22 Nov, 01:13, Michael A. michael.aki...@gmail.com wrote

[android-developers] Re: New Android Market Client Update

2010-12-11 Thread Michael A.
, but every time I read a comment of this kind on a $1 app, I just get annoyed on behalf of the afflicted developer; it's such an abuse of the system. Regards, Michael A. On Dec 11, 7:09 am, Pent tas...@dinglisch.net wrote: No offense, but the fact that you don't have a trial app is a really

Re: [android-developers] sqlite3 on Android

2010-12-09 Thread Michael MacDonald
The initial cursor position is before the first row. You have to moveToNext() or moveToFirst( before you get any data out of the cursor. On 12/09/10 01:36, kypriakos wrote: I have the following code that accesses data on a database residing in /data/data/app name/databases (I copy my

[android-developers] Re: ProGuard Integration?

2010-12-07 Thread Michael A.
Hi, The missing space support was the problem here; moving the SDK to c: \Android seems to have fixed the problem on my install. Thanks again. Regards. Michael A. On Dec 7, 5:40 am, Xavier Ducrohet x...@android.com wrote: Michael, We're fixing ADT to properly report what the problem really

[android-developers] Re: ProGuard Integration?

2010-12-07 Thread Michael A.
Hi, The missing space support was the problem here; moving the SDK to c: \Android seems to have fixed the problem on my install. Thanks again. Regards. Michael A. On Dec 7, 5:40 am, Xavier Ducrohet x...@android.com wrote: Michael, We're fixing ADT to properly report what the problem really

[android-developers] ProGuard Integration?

2010-12-06 Thread Michael A.
to find, and a search of the website does not turn up any documentation (at this moment). Has anyone been able to find the documentation for this or been able to figure out in what way ProGuard has been integrated? Regards, Michael A. -- You received this message because you are subscribed

[android-developers] Re: ProGuard Integration?

2010-12-06 Thread Michael A.
Thanks. I found it shortly after posting this (incidentally, the link in the Android market points to the wrong page). Great stuff. I love the many small things like these in 2.3 that help makes the lives of the developers easier. :-) Regards, Michael A. On Dec 7, 12:07 am, Xavier Ducrohet x

[android-developers] Re: ProGuard Integration?

2010-12-06 Thread Michael A.
that there's something in my Eclipse/Windows environment that needs to be set up. Any tips? Regards, Michael A. On Dec 7, 12:18 am, Michael A. michael.aki...@gmail.com wrote: Thanks. I found it shortly after posting this (incidentally, the link in the Android market points to the wrong page

[android-developers] Re: LocationListener sometimes not receiving updates from network provider

2010-12-04 Thread michael
being in Airplane mode. I haven't found any fix for this. Best, Michael. On Dec 1, 9:34 am, michael michael.d.peder...@googlemail.com wrote: Hi Geoff, Thanks for your valuable comments - I am relieved that it is not just me going crazy (: I will be logging WIFI status and asking my users

[android-developers] Re: LocationListener sometimes not receiving updates from network provider

2010-12-01 Thread michael
Hi Geoff, Thanks for your valuable comments - I am relieved that it is not just me going crazy (: I will be logging WIFI status and asking my users to enable WIFI if they have problems. I will also log the phone model. Will let you know when I get some more data. Cheers, Michael. On Dec 1, 12

[android-developers] Re: LocationListener sometimes not receiving updates from network provider

2010-11-30 Thread michael
that the LocationProvider variable is not necessary. However, the problem remains that while the code works fine in 95% of cases, there are still 5% of cases where I never get a call to onLocationChanged. Any suggestions as to why this is the case would still be much appreciated. Best, Michael. On Nov 30, 12:29 am

[android-developers] Re: LocationListener sometimes not receiving updates from network provider

2010-11-30 Thread michael
this capability. Best, Michael. On Nov 30, 7:57 pm, ip332 iprile...@gmail.com wrote: One more thing: check how and when do you remove listener. On Nov 30, 11:52 am, ip332 iprile...@gmail.com wrote: Michael Here are some suggestions: 1. Additional logging: mCoarseLocationListener details, WiFi

[android-developers] Re: Licensing Server and free apps

2010-11-29 Thread Michael A.
dashboard (but the same response for all). Regards, Michael A. On Nov 29, 10:25 am, Patrick patrick.manges...@gmail.com wrote: Hallo! I have the following usecase: I am developing an application, that will be commercial once it is done. Currently it is unfinished but I want a beta version

[android-developers] LocationListener sometimes not receiving updates from network provider

2010-11-29 Thread michael
and enabled, and that mLocation == null after about 20 minutes. Any suggestions would be enormously appreciated. I am running out of ideas for how to fix this, and I cannot replicate the issue on my own test devices. Cheers, Michael. -- You received this message because you are subscribed

[android-developers] Re: LocationListener sometimes not receiving updates from network provider

2010-11-29 Thread michael
. /Michael. On Nov 29, 10:10 pm, michael michael.d.peder...@googlemail.com wrote: Hi folks, I have a location listener running in a foreground service. The listener registers for wireless network updates in its constructor. In the majority of cases, location updates are received as expected

[android-developers] IOException during network access in background service

2010-11-27 Thread michael
and best regards, Michael. -- 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+unsubscr...@googlegroups.com

[android-developers] Re: LVL - Yay or Nay?

2010-11-23 Thread Michael A.
, Michael A. On Nov 23, 10:20 am, Jason jason.poli...@gmail.com wrote: What's the status of the Google TC's in regard to this?  Last I read you were allowed to promote anything in the app that wasn't purchased via the Market. From the Android Developer Distribution Agreement: (http

[android-developers] Re: How to make a trial version which starts a limited amount of times?

2010-11-21 Thread Michael A.
market. You are likely to make at least an order of magnitude (10x) more sales through the Android market than any other portal as things stand today. That situation may change in future, perhaps even the near future, but for now this is the reality we deal with. Regards, Michael A. On 18 Nov, 14

[android-developers] Re: How to make a trial version which starts a limited amount of times?

2010-11-18 Thread Michael A.
to promote your app can and will be misunderstood (for some users, it seems you should just assume that they can't/won't read anything you write). Regards, Michael A. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Android market (High res) icon

2010-11-17 Thread Michael A.
Android Market Website is my guess. On Nov 17, 6:19 pm, Olivier Guilyardi l...@samalyse.com wrote: To me, this high-res icon could be used on the market on mobile devices, by using server-side resizing. There are problems with using the apk icon in the market listings: 1. the market

[android-developers] Re: How to make a trial version which starts a limited amount of times?

2010-11-16 Thread Michael A.
I would be very wary of putting an app like that on the market, as you are liable to have your ratings hosed by angry users. The market is not kind on time-limited apps. Regards, Michael A. On Nov 16, 7:45 pm, MobileVisuals eyv...@astralvisuals.com wrote: I want to make a trial which can

[android-developers] Re: Default Media Button Application

2010-11-12 Thread michael
. After all, it's a pain if I have to uninstall an otherwise useful application that happens to have registered the media buttons with high priority but does not offer a way to ignore the events. So, that's my thoughts about the topic... Any comments are welcome... Thanks, Michael On Nov 11, 6:54

[android-developers] Default Media Button Application

2010-11-11 Thread michael
candidate for the default media player application? Thanks, Michael -- 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: Default Media Button Application

2010-11-11 Thread michael
(e.g., default browser). You can listen for the ACTION_MEDIA_BUTTON broadcast. The documentation does not say it is an ordered broadcast, so I assume all applications that have registered for it will receive it. On Thu, Nov 11, 2010 at 10:06 AM, michael kuh...@gmail.com wrote: Hi, I

Re: [android-developers] AppsLib (Archos store) is not legit?

2010-11-10 Thread Michael MacDonald
On 11/09/10 16:51, SoftwareForMe.com SoftwareForMe.com wrote: Hello, What do you all know about AppsLib? I know they were a small startup store who partnered with Archos to provide them with an app store on their devices. Recently we found that they are distributing pirated software,

[android-developers] Re: More on dreaded Market install failures

2010-11-05 Thread Michael A.
- the only time it didn't was when my upload to the Android market site somehow got interrupted, so that the apk file available was corrupt (and I fixed that by uploading a new version). Regards, Michael A. On Nov 5, 9:27 pm, Kostya Vasilyev kmans...@gmail.com wrote: For me, hitting install again

[android-developers] Re: Changelog in Market!

2010-11-03 Thread Michael A.
Still, excellent to finally have this - much requested - market feature. On Nov 3, 1:28 pm, Lance Nanek lna...@gmail.com wrote: Weird that it isn't search indexed. If you have an awesome new feature that you think is the sort of thing people search for, you are better off putting it in your

[android-developers] Re: Developing games for Galaxy Tab

2010-11-01 Thread Michael A.
Haven't looked at this yet (though I plan to), but isn't the 1024x600 a Large screen? You might be able to use drawable-large or drawable- large-hdpi. Regards, Michael A. On Nov 1, 9:56 am, limtc thyech...@gmail.com wrote: Hi, I just tested Galaxy Tab AVD, and my games using SurfaceView

[android-developers] Re: Developing games for Galaxy Tab

2010-11-01 Thread Michael A.
Wouldn't be the first time that theory and practice in this respect are non-aligned, though. Regards, Michael A. On Nov 1, 11:12 am, limtc thyech...@gmail.com wrote: Wow, that's good suggestion. My initial test seems to indicate that drawable-large does not work, but drawable-large-hdpi

Re: [android-developers] Java and Android phones?

2010-10-30 Thread Michael MacDonald
On 10/29/10 23:07, kypriakos wrote: Hi all, some Android phones do not have Java installed on them - that's what their specs list. What does that mean? Isn't every app written for an Android phone developed for a java runtime? What do these phone lack? Thanks Java support in this

[android-developers] Re: Updating Market Apps

2010-10-30 Thread Michael A.
on the Android market's own notification system to keep the users informed. Regards, Michael A. On Oct 31, 12:30 am, Doug Gordon gordo...@gmail.com wrote: When publishing an update on the Android Market, is there any way to inform users of fixes new features? I just published my first app and am still

[android-developers] Recommendations for Android app development and test hardware

2010-10-26 Thread Michael
I’m looking for recommendations for what people are using to get access to development hardware for developing and testing Android Apps. I see three choices that make sense: 1. Buy Nexus One devices off contract from Google’s developer program (http://www.google.com/phone/detail/nexus-one)

[android-developers] Will there be extra APIs for Google TV development?

2010-10-26 Thread Michael J
Or is it essentially the same SDK/APIs as standard Android development? -- 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] TimePicker theme

2010-10-21 Thread Michael Barber
I have been searching furiously for a way to change the TimePicker, all I can find are older posts and I know Android's came a long way since 2009, so here goes, how can I theme/change the TimePicker dialog? in the source code I have found: /** 81 * @param context Parent. 82 *

[android-developers] Re: Android Market - installation never finishes

2010-10-19 Thread Michael A.
, then a re-upload of the app is usually required (I've had two updates which were essentially simply the same as the previous version with a different version number because of these kind of problems). Regards, Michael A. On Oct 19, 1:13 pm, Kumar Bibek coomar@gmail.com wrote: Yeah, It happens

Re: [android-developers] Class Object and Messenger/Bundle

2010-10-12 Thread Michael MacDonald
On 10/11/10 17:23, Jim Cortez wrote: Hello all, I am trying to send a Class object using the android.os.Messenger capabilities. The Bundle class does not have methods for adding a Class object and the Class object is not parcelable. Has anyone done this before? Are there any ideas on how

Re: [android-developers] Re: Amazon android market. Anyone take the offer?

2010-10-05 Thread Michael MacDonald
On 10/04/10 22:14, Maps.Huge.Info (Maps API Guru) wrote: I got the e-mail and read the terms. I decided to stick with the Android market and forget this one. I think it's going to be a dud. Then again, what do I know? -John Coryat I got the e-mail but did not agree to the NDA. I would

[android-developers] Re: Stolen app on market

2010-10-04 Thread Michael A.
story regarding this developer: http://blog.electricgoat.net/2010/09/is-google-doing-any-cleanup-of-the-android-market/ Seems that sending a CD worked for them. Also, contact Admob and alert them to the fraud, since that is how he/ they are earning money. Regards, Michael A. On Oct 4, 7:14 pm

[android-developers] Re: Amazon android market. Anyone take the offer?

2010-10-04 Thread Michael A.
a registration fee afterward (as you say - if the sales are there, the developers will follow). If the registration was free, I don't think I would think twice about putting my free apps on there. As is, I'm still looking for additional information, like the OP. Regards, Michael A. On Oct 4, 6:53

[android-developers] Re: Amazon | xxx - Business Opportunity

2010-09-29 Thread Michael A.
Narrow distribution, high entry fee, and terms that appear much more restrictive and even more developer unfriendly than the Android market, Sigh. For a short while, I hoped we might finally see a viable alternative to the Android market. No such luck, it seems. On Sep 29, 9:56 pm, Shane Isbell

Re: [android-developers] Re: Passing arguments to JSON c# .net web service

2010-09-28 Thread Michael MacDonald
On 09/28/10 08:58, titleist wrote: I noticed that whenever httpPost is called, the exception is thrown: // Compiled from DexFile.java (version 1.5 : 49.0, super bit) public final class dalvik.system.DexFile { // Method descriptor #8 (Ljava/io/File;)V // Stack: 3, Locals: 2 public

Re: [android-developers] Does HttpsURLConnection has a bug in the way it tests connections for reuse?

2010-09-28 Thread Michael Rueger
Hi Lidia I have a strange bug, it is working good only every first and third time,namely: see http://code.google.com/p/android/issues/detail?id=7074 Michael -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: How much money do you make?

2010-09-23 Thread Michael A.
of the eternal How much money can I make?), of course, is: 42 Regards, Michael A. On Sep 22, 10:55 pm, Indicator Veritatis mej1...@yahoo.com wrote: You make some very good points in this post, supplying the balance lacking in all the previous posts on this topic. But there is one thing I have to correct

[android-developers] How to access system MP3 / AAC decoder?

2010-09-23 Thread John Michael Zorko
Hello, all ... This is what I want to do: 1. read MP3 / AAC stream from network -- easily done with Java networking APIs 2. decode MP3 / AAC stream into PCM -- ??? 3. feed PCM data into Android playback queue -- it looks like AudioTrack lets me do this How do I do step #2? I don't want to use

[android-developers] Google Voice SMS Intent Bug

2010-09-23 Thread Michael J
I'm trying to execute an SMS intent with a given phone number. It works fine with the built in text messaging app, but not with Google Voice. If I select to send using GV, the to box is left empty, rather than populating it with the phone number given in the intent. An example of the code I'm

Re: [android-developers] MS Exchange API

2010-09-23 Thread Michael MacDonald
On 09/20/10 23:18, mukgup wrote: Hello All, I am looking to make an application in which I have to read Email's from MS Exchange server. I tried to search on API's provided by Android 2.2 to do so but no luck yet. Is it possible to do so. Is android gave open APIs to read and reply email

[android-developers] Re: How much money do you make?

2010-09-22 Thread Michael A.
; 40,000 downloads from Jul 11 to Sep 7 @ $0.99). So really good sales are clearly possible, if you have the right IP. Regards, Michael A. On Sep 17, 7:40 am, TreKing treking...@gmail.com wrote: On Thu, Sep 16, 2010 at 5:22 PM, William Ferguson william.ferguson.au@ gmail.com wrote: Very

[android-developers] lower-level audio / streaming API?

2010-09-21 Thread John Michael Zorko
Hello, all ... I'm an iPhone dev learning Android, and one thing I want to do is play audio from a network stream. While it appears that the Android MediaPlayer class can play an AAC / MP3 stream from a URL, I think I need to go lower than that. For instance, when the connection drops, I want

[android-developers] analog to iOS Core Audio / AudioFileStreamServices?

2010-09-21 Thread John Michael Zorko
Hello, all ... Is there an Android equivalent to the iOS Core Audio / Audio File Stream Services? I need to be able to read audio bytes from a network and feed them to the audio system under my control, so I can do my own timeouts / reconnects / range requests / etc. without interrupting the

[android-developers] Re: How much money do you make?

2010-09-19 Thread Michael A.
- thou shall not put stuff on the market to sell stuff outside the market). Of course, enabling stuff in the game as thanks for the donation would run into 3.3 (bypassing the payment processor). Hasn't stopped lots of developers from doing just this, of course. Regards, Michael A. On Sep 19, 12

[android-developers] Re: How much money do you make?

2010-09-19 Thread Michael A.
On Sep 19, 12:09 pm, Mark Murphy mmur...@commonsware.com wrote: On Sun, Sep 19, 2010 at 5:39 AM, Michael A. michael.aki...@gmail.com wrote: Sure, you can give away a T-Shirt or Cup or stuff like that and probably not get into conflict with the TOS, but then you're just running an on-line

[android-developers] Re: How much money do you make?

2010-09-18 Thread Michael A.
feel the least bit tempted myself (I've poured a lot of work into my apps, but it's still been out of my free time). I still find it inspirational to read stuff like Polyclef's blog, though. Regards, Michael A. On Sep 18, 10:59 am, Alex maroeb...@gmail.com wrote: I am very interested

[android-developers] Re: How much money do you make?

2010-09-18 Thread Michael A.
- the problem is that the Android market does not provide the toolset to allow us to provide smooth in-app purchases and that one will break the terms of service if one implements it oneself. But this griping is nothing new, of course. Regards, Michael A. On Sep 18, 3:40 pm, DanH danhi

[android-developers] Re: How much money do you make?

2010-09-18 Thread Michael A.
Market TOS forbids me to offer any incentives to in return for such donations (and I note this in the app). Regards, Michael A. -- 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: [android-developers] How to get android version programmtically

2010-09-16 Thread Michael MacDonald
On 09/16/10 00:48, Jiang wrote: Hello, guyes. I need to get android version programmtically dynamically when my application is running on device. I tried android.os.Build.Version, but it doesn't exist in Android sdk 1.6. How to get android version? Thanks. Jiang

[android-developers] Re: When is a right time to start placing ads in app (share your experience)

2010-09-16 Thread Michael A.
that many, many thousands of users download and use every day, and you will generate revenue. Regards, Michael A. On Sep 16, 3:08 pm, Kman91 kabira...@gmail.com wrote: I have just recently released my free app into the market and was wondering when is a good time to start placing ads in the app

[android-developers] Re: GOOGLE, WHAT IS GOING ON with the Active Install %? Bug in install to SDCARD is my guess!

2010-09-16 Thread Michael A.
response to updates. I suspect, as Praskash mentions, that this is related to some of the improvements in 2.1 - 2.2. Regards, Michael A. -- 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

[android-developers] Re: GOOGLE, WHAT IS GOING ON with the Active Install %? Bug in install to SDCARD is my guess!

2010-09-15 Thread Michael A.
On Sep 14, 9:21 pm, Pent tas...@dinglisch.net wrote: If that turns out to be it, I'm kindof horrified how many people are running old versions of my app! One of my games was released in April. More than 10 updates later, I am still receiving crash reports from the original version of the game.

[android-developers] Re: Best Practice for additional content delivery and add-ons

2010-09-13 Thread Michael A.
numbers of apps blatantly violating the Android market terms of service on this issue. /Rant mode off The official answer (approved by a Google employee) on how to do DLC is here: http://www.google.com/support/forum/p/Android+Market/thread?tid=385c062eaa8f9ac2hl=en Regards, Michael A. -- You

Re: [android-developers] Google TV applications

2010-09-04 Thread Michael MacDonald
On 09/04/10 08:55, ben wrote: I've seen a few preview videos of Google TV pop up on the internet. I noticed they contained several apps such as GameTime and the Weather Channel. I was wondering how this is possible since there's no API yet and no announcement of one from Google. It's going

Re: [android-developers] Lost my keystore, loads of Apps, what to do?

2010-09-03 Thread Michael MacDonald
On 09/03/10 05:31, Droid wrote: WIndows did a system restore on a crash boot-up, guess what? yes, my keystore has gone now - for ever. I should have backed it up. But The problem is I have 20 Apps that I cannot now update in the Market as it will not accept a new key signing. Can

Re: [android-developers] ListView ClassCastException

2010-08-30 Thread Michael MacDonald
On 08/30/10 06:59, Alok Kulkarni wrote: Hi all,in my application I have a class as: 1. public class TouchInterceptor extends ListView and my main activity class as: 1. public class GUIEngine extends Activity in this class i initialize my ListView variable as: 1.

[android-developers] Re: Negative comment causing drop in sales

2010-08-29 Thread Michael A.
(cf. the way certain developers build up good ratings), pirates, and spammers = useless comment system. Regards, Michael A. - -- Fabrizio Giudici - Java Architect, Project Manager Tidalwave s.a.s. - We make Java work. Everywhere. java.net/blog/fabriziogiudici -www.tidalwave.it/people

<    3   4   5   6   7   8   9   10   11   12   >