[android-developers] Re: Cheap Embedded Android Phone (M2M device?)

2010-05-13 Thread friedger
Maybe the XMM 6181 from Infineon migh be interesting: http://www.infineon.com/cms/en/corporate/press/news/releases/2010/INFWLS201002-032.html Friedger On 5 Mai, 02:03, Pete clubpe...@gmail.com wrote: Hey all, I'm playing around with some ideas and was wondering if anyone knew of an Android

[android-developers] Re: Reusable Android library packaging: interest?

2010-04-12 Thread friedger
Mark's effort! Friedger --- www.openintents.org www.droidcon.com -- 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: get Certificates from Package

2009-05-13 Thread friedger
I would assume that the signature is valid, if not the package would not be installed. So a hacked Android version could break this assumption. But then the API to access the public key or even the package file could be hacked as well Friedger On Mar 25, 12:11 pm, Lutz Schönemann

[android-developers] Re: java.nio.channels.IllegalSelectorException

2009-03-25 Thread friedger
Any updates on this one? Is it allowed to open a socket channel? Any hints appreciated! Regards, Friedger If you want to see my stack trace: 03-25 23:16:26.279: ERROR/AndroidRuntime(869): Caused by: java.nio.channels.IllegalSelectorException 03-25 23:16:26.279: ERROR/AndroidRuntime(869

[android-developers] Re: Application developer wanted for contract work

2009-03-10 Thread friedger
I know the same of the app I am richer. 20.000 in two months would mean 8 apps for 200$ sold per day. Good luck. On Mar 10, 11:47 pm, Sundog sunns...@gmail.com wrote: On Mar 9, 6:08 pm, AndroidDev petersmai...@gmail.com wrote: We am looking for a expert Android developer for Android

[android-developers] Re: How to use proxy server on the g1?

2009-02-03 Thread friedger
I am interested as well. Friedger On Jan 30, 3:18 pm, joff m...@j0ff.com wrote: Anyone figured this one out yet? On Jan 24, 9:38 pm, DJMoran danmo...@blueyonder.co.uk wrote: I also need the exact same help, my school uses a proxy server to access the web. Also my home wireless doesn't

[android-developers] Re: How good to use intents with an application to communcate and modularise it

2009-01-30 Thread friedger
activity. Thereby, you can easily share objects between Activities of the same application. If in doubt you can also use the ApplicationContext to hold global objects. I did not fully understand your settings example. Maybe you can elaborate on that. Friedger openintents.org On Jan 30, 11:13 am

[android-developers] Localization for Android Market

2009-01-19 Thread friedger
the current location effect the selection of applications? Cheers, Friedger --~--~-~--~~~---~--~~ 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] Re: How to Use Google Accounts in Android Application

2009-01-13 Thread friedger
I would like to see an official solution as well. Friedger On 13 Jan., 07:53, jeffkyjin jeffky...@gmail.com wrote: Thanks, I am still researching it On Jan 10, 1:21 am, Fred Grott(shareme) fred.gr...@gmail.com wrote: I am researching the same issues... I think I have my research

[android-developers] Re: How to use email client of emulator of android sdk second release, for OI Notepad for transferring note

2009-01-13 Thread friedger
MessageComposes catches also text: intent-filter action android:name=android.intent.action.SEND / data android:mimeType=text/* / category android:name=android.intent.category.DEFAULT / /intent-filter (I haven't tried, but I think it works) Friedger www.openintents.org www.openintents.biz

[android-developers] Re: How to send email programmatically?

2008-12-17 Thread friedger
Are you working on a device or the emulator? On the emulator there is no email apps installed by default. Install Email or K9 and the code should work. Friedger openintents.org openintents.biz On 14 Dez., 05:31, Siva G sivarama...@gmail.com wrote: Hi, When I try this snippet I get a message

[android-developers] Market RuntimeException

2008-11-28 Thread friedger
Hi, I just got this one after I uninstalled an application. Might be of interest for Market developers? 11-28 12:48:34.212: ERROR/AndroidRuntime(20483): Uncaught handler: thread main exiting due to uncaught exception 11-28 12:48:34.412: ERROR/AndroidRuntime(20483): java.lang.RuntimeException:

[android-developers] Re: FTP Client

2008-11-21 Thread friedger
I think I saw a package like com.android.ftp or similar but I can't find it on the device anymore after an update. Maybe the package might be of some use. Friedger On 20 Nov., 18:41, Sahil R Cooner [EMAIL PROTECTED] wrote: nothing that I know of, but if you're working on one that you'd like

[android-developers] Re: Inaccurate comment view in Market?

2008-11-14 Thread friedger
We experience negative numbers in active installations. Weird!! Friedger Openintents.org On 13 Nov., 18:00, Nick Melnick [EMAIL PROTECTED] wrote: I have one application (ElJay) in theMarketthat has gone through a few version upgrades since it was originally posted. I noticed that Google has

[android-developers] Re: Check for new version of applications

2008-11-13 Thread friedger
, Friedger On 13 Nov., 16:03, loty [EMAIL PROTECTED] wrote: Just found some info on how to interface with Market directly and decided to pass it along http://www.google.com/support/forum/p/Android+Market/thread?tid=5c850... Apparently you can run queries against the market to get your

[android-developers] Re: Check for new version of applications

2008-11-10 Thread friedger
: http://openintents.googlecode.com/files/UpdateChecker-1.0.0.apk Cheers, Friedger On 6 Nov., 20:31, Guillaume Perrot [EMAIL PROTECTED] wrote: Because we use a XMPP based application, we chosed Pubsub as a way to notify new versions to the user. The main advantage is that it uses a push model

[android-developers] Re: best way for a service to send a notice to an activity?

2008-11-10 Thread friedger
Have a look at the Api Demo and check the RemoteService example, especially RemoteServiceCallback. I would say that 1.) is the appropriate solution: Activity A binds to S (and registeres the call back). Then A gets updates when available through callback. Friedger On 9 Nov., 05:11, Don Park

[android-developers] Re: Market: Application not in search result, but exists

2008-11-10 Thread friedger
, it is not. Friedger On 10 Nov., 20:36, friedger [EMAIL PROTECTED] wrote: Hi, I am missing OI Notepad, if I search for pub:OpenIntents. If I go directly to the market details page of the applications (using app id) the page shows all information. Also, a search for Notepad does not bring up

[android-developers] Re: Executing a different android application through intents.

2008-11-04 Thread friedger
Hi, there is a list of publicly known intents at http://www.openintents.org/en/intentstable If your app should provide an intent to other apps you have to define the intent-filter in your manifest. Feel free to add yours to the above mentioned list. Friedger On 4 Nov., 07:40, sush [EMAIL

[android-developers] Re: Does Android have a PIM API for developers?

2008-11-03 Thread friedger
/providers/CalendarProvider.git;a=blob_plain;f=src/com/android/providers/calendar/CalendarProvider.java;hb=refs/heads/release-1.0 Friedger On 3 Nov., 18:44, ppcinfo [EMAIL PROTECTED] wrote: I'm looking for an API that will allow me to access calendar and tasks information (Similar to Pocket-Outlook

[android-developers] Check for new version of applications

2008-11-01 Thread friedger
would appreciate early feedback. How do you like it? Would you include it in your code? More/other features?... Cheers, Friedger --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Check for new version of applications

2008-11-01 Thread friedger
I'd say the package name is the global identifier. Maybe you can just provide a VeeCheck url based on the package name (as alternative to the app id). So I could check that url. If you don't host an app for the package name or if it is not unique you could return a HTTP 400. Friedger On 1 Nov

[android-developers] Re: API for route calcualtions

2008-10-21 Thread friedger
I would be interested as well. Friedger On 26 Sep., 15:18, forester404 [EMAIL PROTECTED] wrote: Hello. The maps application on Android can calculate shortest (or best) routes between 2 points on the map , as used in the 'Directions' function. Is there a way to get programmatic access

[android-developers] Re: Mail api or access to mail authentication?

2008-10-17 Thread friedger
You can use Intent.ACTION_SEND together with Intent.EXTRA_STREAM. Friedger On 16 Okt., 19:12, Jake Maui [EMAIL PROTECTED] wrote: Is there an api that would allow for sending of a photo from your application to an individual on the contacts list? If not, can we use Javamail but have access

[android-developers] Re: OpenIntents supports 1.0r1 SDK?

2008-09-29 Thread friedger
The latest release is for 0.9 Are you interested in one particular intent? We are about to split the library into single applications. So if you tell us what you would like to see, this will be the first to be released. Friedger On 29 Sep., 06:27, samlu [EMAIL PROTECTED] wrote: I cannot find

[android-developers] Re: OpenIntents supports 1.0r1 SDK?

2008-09-29 Thread friedger
The current source in trunk/openintents is already ported to SDK 1.0 On 29 Sep., 10:58, friedger [EMAIL PROTECTED] wrote: The latest release is for 0.9 Are you interested in one particular intent? We are about to split the library into single applications. So if you tell us what you would

[android-developers] Re: Question on the Radar application

2008-09-29 Thread friedger
I have entered an issue at apps for android: http://code.google.com/p/apps-for-android/issues/detail?id=22 Friedger On 28 Sep., 11:33, Peli [EMAIL PROTECTED] wrote: Hi, If anybody knows Mike Cleron's email address, I'd ask him directly, but I didn't find it anywhere on the blog:http

[android-developers] Re: Spinner Text / Value

2008-09-29 Thread friedger
is a OnClickListener. The listener then opens a new Activity in a dialog theme. The activity can do what ever it wants, using ids and so on. On finish the spinner is updated with the result value form the activity. Friedger On 30 Sep., 02:53, Lonzo1968 [EMAIL PROTECTED] wrote: I need to get

[android-developers] Curious about com.android.fallback.Fallback

2008-09-28 Thread friedger
://code.google.com/p/android/issues/detail?id=910)? Cheers, Friedger --~--~-~--~~~---~--~~ 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

[android-developers] Re: SDK 1. codec removed, not in API diff

2008-09-26 Thread friedger
I just copied the code to my app. [Thread closed] On 25 Sep., 12:10, friedger [EMAIL PROTECTED] wrote: Hi, we were using org.apache.commons.codec.binary.Hex. This has disappeard in SDK 1.0. Are there any replacements for encodeHex available? Friedger

[android-developers] Re: G1 for testing outside US

2008-09-25 Thread friedger
the developers idle? Couldn't they provide a pool of devices just for developers? Maybe they google could forward this issue to OHA... Probably the main problem is that there aren't enough devices anyway. Production takes time and money :-= Cheers, Friedger On Sep 25, 10:31 am, gjs [EMAIL PROTECTED

[android-developers] SDK 1. codec removed, not in API diff

2008-09-25 Thread friedger
Hi, we were using org.apache.commons.codec.binary.Hex. This has disappeard in SDK 1.0. Are there any replacements for encodeHex available? Friedger --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: How to get focus in list footer via key pad?

2008-09-16 Thread friedger
Use mListView.setItemsCanFocus(true); // - true here mListView.addFooterView(footer, null, true); // - true here Friedger On 19 Aug., 09:49, Peli [EMAIL PROTECTED] wrote: I add a fooer to a list using the code below. It contains a button. I can press the button using touch (i.e. mouse click

[android-developers] Re: How to display data from a content provider using WebView.loadUri

2008-09-14 Thread friedger
Currently, I use the code below in the content provider. Do you have any ideas how to get ride of the part that writes to the temp file? Friedger class Provider.. { public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException

[android-developers] Filter-Search Applications

2008-09-12 Thread friedger
meta-data android:name=android.app.searchable android:resource=@xml/searchable / /activity Cheers, Friedger --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Filter-Search Applications

2008-09-12 Thread friedger
Has anyone experience with filter search? Friedger On 12 Sep., 10:46, friedger [EMAIL PROTECTED] wrote: Hi, I try to add filter search to my application, query search works fine. I can type in a search term press enter and the result is presented. However, I don't get a new intent when I

[android-developers] Re: How to display a local file in the browser?

2008-09-10 Thread friedger
Thanks for that. Now I understand. However, it looks like it is not possible to show data stored in a data base in the browser. I'll start a new thread for that. Friedger On 10 Sep., 05:46, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I posted the ContentProvider implementation here: http

[android-developers] How to display data from a content provider using WebView.loadUri

2008-09-10 Thread friedger
. Currently, I store the data in a temporary file but I wonder whether I have to do that. Is it possible to create a FileParcelDescriptior from string data without a temp file? Friedger --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: How to display a local file in the browser?

2008-09-08 Thread friedger
I am also confused. Megha mentioned ContentResolver.openContentURI. That API function doesn't seem to exist in 0.9 So could someone please enlight us and give a short example or eplain what to do in order to load a file via content provider? Thanks, Friedger On 7 Sep., 16:38, [EMAIL PROTECTED