Re: [android-developers] Announcing First MP3 OGG Recorder for Android

2010-01-14 Thread Cédric Berger
On Thu, Jan 14, 2010 at 04:23, Hunter Peress hunt...@gmail.com wrote: Hi Folks Just released the first MP3 recorder available on Android: Did you have to pay for a licence ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: what is a suitable upper limit for application size?

2010-01-08 Thread Cédric Berger
On Fri, Jan 8, 2010 at 15:43, ian stilbit...@gmail.com wrote: Thanks for the interesting suggestion, although it sounds a little technical for my limited expertise. I don't like the idea of the users having to download all that data every time they use my program. That basically turns the

Re: [android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-12-04 Thread Cédric Berger
2009/10/29 Cédric Berger cedric.berge...@gmail.com: 2009/10/29 Cédric Berger cedric.berge...@gmail.com: I can't download through a proxy requiring authentication. I had to select force http, and put user/password for proxy in JVM command line. This way I can get the list of available updates

Re: [android-developers] What is the use of task switcher ?

2009-11-27 Thread Cédric Berger
On Fri, Nov 27, 2009 at 14:34, pink 444 pnk...@gmail.com wrote: Why is task switcher(Which appears when we press home button for long time) provided. We have application launcher ,from where we can launch any applications. What is interesting is you do not have to go back to

Re: [android-developers] Re: Users complaining of app running in background after it finishes executing Boot BroadcastReceiver

2009-11-26 Thread Cédric Berger
(can't it save a cache on file system ?). (for example Apps organizer reconstruct of total apps list, even from cold start, is 10x faster...) On Thu, Nov 26, 2009 at 08:10, Dianne Hackborn hack...@android.com wrote: 2009/11/25 Cédric Berger cedric.berge...@gmail.com And what about asking / helping

Re: [android-developers] Re: Users complaining of app running in background after it finishes executing Boot BroadcastReceiver

2009-11-25 Thread Cédric Berger
On Thu, Nov 26, 2009 at 00:52, Artem - WorkSmart Labs p.ar...@gmail.comwrote: Yes, Dianne, they are using Advanced Task Killers, and I fully share your sentiment for those apps -- it makes our app look evil, even when it's trying to behave very well :) And what about asking / helping task

Re: [android-developers] Re: Users complaining of app running in background after it finishes executing Boot BroadcastReceiver

2009-11-25 Thread Cédric Berger
2009/11/26 Cédric Berger cedric.berge...@gmail.com Sorry if I still misunderstand, but I admit I am still not completely at clear about how the system exactly manages memory/processes, regarding exact priorities of what it will kill first. Where is it detailed in the docs ? - when

Re: [android-developers] Re: Saving service killing without startForeground

2009-11-20 Thread Cédric Berger
On Fri, Nov 20, 2009 at 14:53, dadical keyes...@gmail.com wrote: If you're running on a G1, and have even low-mid memory reqs, you are pretty much SOL.  Android will kill off processes to free resources for new foreground activities, and services, particularly those running in a background

[android-developers] Re: Alarm is canceled if app is stopped

2009-11-18 Thread Cédric Berger
On Wed, Nov 18, 2009 at 18:53, Dianne Hackborn hack...@android.com wrote: I'm not sure which UI you are talking about.  The force stop button that has been around since 1.5 does everything we have been talking about: killing processes, unregistering alarms, etc.  The new running services UI

Re: [android-developers] Re: Alarm is canceled if app is stopped

2009-11-18 Thread Cédric Berger
On Wed, Nov 18, 2009 at 22:45, Dianne Hackborn hack...@android.com wrote: 2009/11/18 Cédric Berger cedric.berge...@gmail.com Are there situations where it is done by the system (automatically) ? (ie. in case it is too low on memory). Nope, definitely never ever.  The user must explicitly

Re: [android-developers] Ruby for Android

2009-11-18 Thread Cédric Berger
maybe check http://rhohub.com/ On Tuesday, November 17, 2009, TCBlues tcbl...@gmail.com wrote: Is there any way to develop applications on Ruby for Android? thank you -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: Alarm is canceled if app is stopped

2009-11-17 Thread Cédric Berger
On Fri, Oct 16, 2009 at 00:07, Dianne Hackborn hack...@android.com wrote: If you kill the process, it will not impact the alarms, the same as it won't impact notifications etc. What these programs are doing is using the API that is tended to force stop -everything- about the application: stop

RE : [android-developers] Re: Alarm is canceled if app is stopped

2009-11-17 Thread Cédric Berger
In fact if you can have more control in 2.0, this will just help to not have all this task killers used so blindlessly by everyone. So removing this API will be become less important. And this one still may be usefull in some cases. Just have to be used more wisely. thanks dianne for the

Re: [android-developers] ADP2 Coming

2009-11-13 Thread Cédric Berger
On Fri, Nov 13, 2009 at 15:36, Fred Grott(Android Expert, http://mobilebytes.wordpress.com) fred.gr...@gmail.com wrote: ADP2 is coming Brightstar just announced it: http://www.rcrnewsdirectory.com/pressrelease.aspx?id=325512 So given the description this may well be a HTC Magic (Ion) ? --

Re: [android-developers] Re: ADP2 Coming

2009-11-13 Thread Cédric Berger
On Fri, Nov 13, 2009 at 15:49, zero zeroo...@googlemail.com wrote: hmm, basically a magic with new rom ? The latest ROM as available now for the Ion . Looks like it is just the Ion available for all developers http://www.frandroid.com/6843/adp2-le-nouveau-telephone-de-developpement/ -- You

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-10-29 Thread Cédric Berger
I can't download through a proxy requiring authentication. I had to select force http, and put user/password for proxy in JVM command line. This way I can get the list of available updates. But when trying to download, it stays stuck (looks like it waits for user/password, but no prompt).

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-10-29 Thread Cédric Berger
2009/10/29 Cédric Berger cedric.berge...@gmail.com: I can't download through a proxy requiring authentication. I had to select force http, and put user/password for proxy in JVM command line. This way I can get the list of available updates. But when trying to download, it stays stuck (looks

[android-developers] Re: SAR(Specific Absorption Rate) values of Android phones on the market

2009-10-16 Thread Cédric Berger
On Thu, Oct 15, 2009 at 21:46, Mark Murphy mmur...@commonsware.com wrote: The FCC IDs of phones, hyperlinked to the FCC filings, are on phonescoop.com. Just search for the phones you want. I do not know if you care, but for european phones : models/frequencies may be different, and SAR is

[android-developers] Re: Listen from google labs

2009-10-05 Thread Cédric Berger
On Sun, Oct 4, 2009 at 3:36 PM, Andrei gml...@gmail.com wrote: When I do adb logcat I see debug messages from Google Labs Listen app I thought they recommend we remove debug logs for release. They also print my email in log, which might be security problem? So questions raised are : - how

[android-developers] Re: Samsung Galaxy isn´t workin g after update - whole system error!!!

2009-10-05 Thread Cédric Berger
On Sat, Oct 3, 2009 at 18:25, Nox v.beh...@googlemail.com wrote: Hi everybody, A few minutes ago I have updated my Samsung Galaxy with the New PC Studio for Germany (not Android 1.6!!!). What did you update ? Whole android version ? Do you know what to do now??? Can't you try to redo

[android-developers] Re: ADC2 submissions and Android 1.6 (Donut)

2009-10-04 Thread Cédric Berger
On Fri, Oct 2, 2009 at 19:15, Georgios Galyfos yorg...@gmail.com wrote: I am sorry for asking this. I assume the developers taking part in the challenge are allowed to judge in the contest, but this way they would be allowed to judge even their own app, right? I havent used the judging app

[android-developers] Re: ADC2 submissions and Android 1.6 (Donut)

2009-10-02 Thread Cédric Berger
On Fri, Oct 2, 2009 at 16:18, polyclefsoftware dja...@gmail.com wrote: it is poorly designed, or because of compatibility issues with 1.6. I gave the developers the benefit of the doubt and gave the app an overall 3 star rating. Best (fairest) thing to do when you suspect behavior may have

[android-developers] Re: Issue in broadcasting SMS through Android

2009-10-01 Thread Cédric Berger
On Wed, Sep 30, 2009 at 18:25, Nainos nainos.sm...@gmail.com wrote: Hi! There seems to be a limit to the number of SMS that can be sent programmatically. It seems to be hovering around 70 to 100 messages. After a batch of messages, when I try to resend a batch I get a warning message A

[android-developers] Re: Now ADC2 judging has begun.

2009-09-30 Thread Cédric Berger
On Tue, Sep 29, 2009 at 18:01, Flo rehf...@gmail.com wrote: I posess a G, too and during my reviews I had only 2% working from the first time, 50% with 2 to 6 attempts and remaining ~48% with far too many cancel/download/cancel/download iterations, that really stops me from judging better.

[android-developers] Re: ADC2 submissions and Android 1.6 (Donut)

2009-09-30 Thread Cédric Berger
On Wed, Sep 30, 2009 at 01:58, b2amedina b2amed...@gmail.com wrote: If the rumors are true and Donut does become available next week won't that make judging unfair since some judges may be using 1.6 The 1.6 SDK was made available on Sept 15 and the ADC2 submissions closed Aug 30th. Donut

[android-developers] zipalign : could be done at distribution or installation time ?

2009-09-28 Thread Cédric Berger
I just noticed about zipalign http://developer.android.com/guide/developing/tools/zipalign.html This optimization is to be done after the apk is done / signed. Does this mean that zipalign may be run by the Market itself ? Or even by android at install time on the phone ?

[android-developers] Re: Now ADC2 judging has begun.

2009-09-25 Thread Cédric Berger
On Fri, Sep 25, 2009 at 10:07, Beowolve beowo...@gmail.com wrote: A normal user will not find the ADC2 judging application. I have two guys - I could not see the judging application by just browsing the market. I only found it making a search on challenge. (from french SFR phone). Is it me or

[android-developers] Re: OpenGL 2D Game Framework

2009-09-22 Thread Cédric Berger
On Tue, Sep 22, 2009 at 01:28, Dan Sherman impact...@gmail.com wrote: I'm not too knowledgable on the LGPL, but the Mozilla license would be something to look into. Apache license (same as Android code license) may be the best choice. And this would also allow for easy inclusion of some of

[android-developers] Re: using tesseract on android

2009-09-21 Thread Cédric Berger
On Mon, Sep 21, 2009 at 16:36, mudit mudit.a...@gmail.com wrote: hello.. i am working on a android project that uses tesseract OCR engines..i hv been searching on internet from past few days about any support for tesseract for android platform..but i didnt get any help...Plz help me about

[android-developers] Re: Intercepting SQLite's file reads / writes, so we can encrypt the storage

2009-09-18 Thread Cédric Berger
On Fri, Sep 4, 2009 at 20:10, Chris Stratton cs07...@gmail.com wrote: But practically speaking, I suspect cloning the whole SQlite system into the appliction, or replacing it with the mentioned java HSQLDB might be more workable. Also have a look to project http://sqljet.com/ which looks

[android-developers] Re: Which platform will our ADC2 apps run on?

2009-09-07 Thread Cédric Berger
On Mon, Sep 7, 2009 at 22:42, Robert Greenrbgrn@gmail.com wrote: It just occured to me today that while we targeted 1.5 as the platform for your ADC2 apps, they may be running on 1.6.  That led me to wonder about this situation: What if there is a critical bug in the game/app that

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread Cédric Berger
On Wed, Sep 2, 2009 at 09:58, Anton Pirkeran...@ignaz.at wrote: Does anyone know if there is the possibility to upload a newer versions between the two judging rounds? (like it was in ADC1) Please, just ignore this bug. If we win some money we can implement all the features we had to cut out

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread Cédric Berger
On Wed, Sep 2, 2009 at 06:03, CraigsRacecraig...@gmail.com wrote: I decided to enter the competition 2 months ago.  I started working on my entry by reusing code from 3 other projects that I had done before. I just hope your application won't be rejected as just an upgrade of the existing

[android-developers] Re: This bug is costing us money every month

2009-08-04 Thread Cédric Berger
On Tue, Aug 4, 2009 at 15:30, Disconnectdc.disconn...@gmail.com wrote: He says, in so many words, that: in my company, we have G2's as professional phones, and we ALL get that charges every month (most of us don't live in the country we are working in). ..thats how I know. Because he

[android-developers] Re: This bug is costing us money every month

2009-08-04 Thread Cédric Berger
On Tue, Aug 4, 2009 at 16:33, Disconnectdc.disconn...@gmail.com wrote: ...so if I start calling the htc touch pro mcdonalds that makes it correct, and mcdonald's is the one causing confusion? Yeah, I don't think so.. just because you decide the magic/mytouch is the g2 doesn't make it so.

[android-developers] Re: Is there a way to auto-power on the phone?

2009-07-24 Thread Cédric Berger
Would be a good addition for future. But note that compared to most other phones, power on from total shutdown is quite long. What would be good is an option to go to hibernate (not only sleep). Even without programmed wake up, this would allow to shutdown your phone and start it up again

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-24 Thread Cédric Berger
On Sat, Jul 25, 2009 at 00:41, Brian Conradbrianjto...@gmail.com wrote: I've had unlockable trial versions of software and versions which were crippled demos.  The crackers eventually broke or created keygens for the unlockable versions.  But they never broke the crippled demo version

[android-developers] Re: Android Market :: Free application gets to top of pile on new release, paid app doesn't?

2009-07-07 Thread Cédric Berger
On Tue, Jul 7, 2009 at 02:19, Rob Franzrob.fr...@gmail.com wrote: Say I have two apps - one free, one paid. I release updates to both.  The free one is at the top of the list, but the paid one is down in the depths of the list.  That kind of sucks. Is this really how it works?  Or is

[android-developers] Re: Google docs on HTC Magic (poss all gphones)

2009-07-03 Thread Cédric Berger
On Fri, Jul 3, 2009 at 08:38, chris.compochris.co...@googlemail.com wrote: Hi All I am using a Htc Magic, I can access my docs ok but when I tried to edit a shared spreadsheet from the phone I could not do it, it viewed perfectly. Is it possible to edit from phone? should it be ? could

[android-developers] Re: Google docs on HTC Magic (poss all gphones)

2009-07-03 Thread Cédric Berger
2009/7/3 Cédric Berger cedric.berge...@gmail.com: I could not edit text document though ! Only spreadsheets... Note thats was with language set as English-US, but to be sure I have also just tested with French, and I could edit too. --~--~-~--~~~---~--~~ You

[android-developers] Re: Google docs on HTC Magic (poss all gphones)

2009-07-03 Thread Cédric Berger
2009/7/3 Cédric Berger cedric.berge...@gmail.com: 2009/7/3 Cédric Berger cedric.berge...@gmail.com: I could not edit text document though ! Only spreadsheets... Is there any help documentation about these google docs features from android browser ? I can only edit values (text, numbers

[android-developers] Re: What is the differences between GPS start and GPS enable?

2009-06-08 Thread Cédric Berger
On Mon, Jun 8, 2009 at 10:47, Nio luodali...@gmail.com wrote: Which UI is used to start GPS? I am not clearly understand why android to designed GPS so. If GPS is not started, then you can't use Enable GPS satellites to receive any data and it is useless. I think that if the UI Enable

[android-developers] Re: Click from browser to open the android market application

2009-06-08 Thread Cédric Berger
On Mon, Jun 8, 2009 at 14:52, GiladH gila...@gmail.com wrote: hey guys, it there a way (possibly using javaScript) to define an html button that will, once clicked,  to open the android market application (the one with greenish icon) ? just use url like this :

[android-developers] Re: Adding Turn by Turn directions to google maps

2009-06-04 Thread Cédric Berger
On Thu, Jun 4, 2009 at 08:12, chrispix chris...@gmail.com wrote: I would really like to incorporate turn-by-turn directions to our application, but it appears to be against the TOS. Is there any way to get permission from Google to allow this for our application? I have what looks like one

[android-developers] Re: Adding Turn by Turn directions to google maps

2009-06-04 Thread Cédric Berger
On Thu, Jun 4, 2009 at 17:32, chrispix chris...@gmail.com wrote: So how is it that other applications are able to incorporate google maps w/ turn by turn directions? Do you know of any 3rd party open source navigation sites? I found one, but it appears to be Europe only, was based on open

[android-developers] Re: Installing the USB driver for HTC Magic on Vista

2009-05-22 Thread Cédric Berger
2009/5/21 Cédric Berger cedric.berge...@gmail.com took me a LOT of trials before it worked ! I finally have this rule and it is OK (did not have to edit user groups on my system): SYSFS{idVendor}==0bb4, SYSFS{idProduct}==0c02, MODE=0666, GROUP=plugdev this was in /etc/udev/rules.d/50

[android-developers] Re: How to solve G1/HTC Magic not recognized by ADB under Windows

2009-05-21 Thread Cédric Berger
On Thu, May 21, 2009 at 09:22, Al Sutton a...@funkyandroid.com wrote: 5) Hey presto... the device is now there :) :) :). Thanks to everyone who helped fix this. Al. cool. I had asked HTC if they had drivers... their answer :-( : You recently wrote us about an issue that you have

[android-developers] Re: Installing the USB driver for HTC Magic on Vista

2009-05-21 Thread Cédric Berger
On Thu, May 21, 2009 at 06:50, Raphael r...@android.com wrote: Try adding a GROUP= attribute to the rule like this: SUBSYSTEM==usb, ATTR{idVendor}==0bb4, MODE=0666, GROUP=plugdev Thanks ! took me a LOT of trials before it worked ! I finally have this rule and it is OK (did not have to

[android-developers] Re: Installing the USB driver for HTC Magic on Vista

2009-05-20 Thread Cédric Berger
2009/5/20 Cédric Berger cedric.berge...@gmail.com Make sure you have the udev rule: http://developer.android.com/guide/developing/device.html#setting-up I have added it, but still no luck (ubuntu 64bits) Ok, adb can list my phone only if executed with sudo. Should the udev rule allow

[android-developers] Re: Installing the USB driver for HTC Magic on Vista

2009-05-19 Thread Cédric Berger
On Mon, May 18, 2009 at 21:16, Raphael r...@android.com wrote: Hi guys, We're trying to reproduce the issue. I have a few questions for the few of you which still have issues: - Which version of Windows are you using? XP, Vista, W7, 32 or 64bit. - Did you *ever* install an android USB

[android-developers] Re: Installing the USB driver for HTC Magic on Vista

2009-05-19 Thread Cédric Berger
On Wed, May 20, 2009 at 04:20, Raphael r...@android.com wrote: Does this help? http://groups.google.com/group/android-developers/browse_thread/thread/48e92dcc0a8a9a23/bbff8436bfd23ce0 I can't try with windows right now. Will try later, thanks. Make sure you have the udev rule:

[android-developers] Re: Early Look Android 1.5 SDK

2009-04-15 Thread Cédric Berger
On Tue, Apr 14, 2009 at 20:11, Jean-Baptiste Queru j...@android.com wrote: The latest cupcake source drop (done a few hours ago) matches the preview SDK. We're working to tag it. Note that this isn't release 1.5 of Android, it's just a code drop that matches an official preview SDK. It's

[android-developers] Re: Set the DNS from an activity

2009-03-04 Thread Cédric Berger
On Wed, Mar 4, 2009 at 14:50, Giorgio M. ledz...@writeme.com wrote: I use the android port on the freerunner and we have this problem. I have to set the DNS manually (setprop net.dns1 xxx.xxx.xxx.xxx) each time from the shell, and it's very annoying... I'm looking for a more easy way to do

[android-developers] Re: help us to sell paid apps (we are NOT from UK/US)!

2009-02-19 Thread Cédric Berger
On Thu, Feb 19, 2009 at 18:28, nEx.Software justin.shapc...@gmail.com wrote: Sounds an awful lot like I need to get inheritance money out of my country... Let me Western Union you $5,000,000USD and I'll give you 10%. By the way I need all of your personal information to do this. While I'd

[android-developers] Re: help us to sell paid apps (we are NOT from UK/US)!

2009-02-19 Thread Cédric Berger
On Thu, Feb 19, 2009 at 18:41, nEx.Software justin.shapc...@gmail.com wrote: I guess I thought it would direct to a bank account not within my control. If that is the case, then I would be taking on the risk as a developer, but getting no guaranteed monetary compensation for doing so. Maybe

[android-developers] Re: Android Market Business and Program Policies

2009-02-18 Thread Cédric Berger
On Wed, Feb 18, 2009 at 09:29, Al Sutton a...@funkyandroid.com wrote: - The 24 hour returns period is still there, but it says from the time of purchase (not download), the developer distribution agreement says in 3.4; You authorize Google to give the buyer a full refund of the Product price

[android-developers] Re: Marketplace Sponsorship

2009-01-26 Thread Cédric Berger
On Mon, Jan 26, 2009 at 09:57, Cassius cassius.um...@gmail.com wrote: You can put your application on your web site. If it's useful people will download it even without the visibility given by the Market. There are also other repositories on the web. You can begin from there... (example :