[android-developers] Bluetooth OOB Pairing: Problem when using a Heart Rate Profile

2019-10-10 Thread Olivier L
I'm doing Out Of Band (= OOB) Bluetooth Pairing through NFC. I have a Bluetooth LE Device which has an NFC tag containing the information for OOB Pairing. When the user taps the NFC tag with its smartphone, it should do the Bluetooth pairing between the device and the phone. When the pairing

[android-developers] gradle 1.1.x + aar lib = issues

2015-03-26 Thread Olivier Margarit
reference in the iml file have change from: orderEntry type=library exported= name=MyAwsomeLib-1.0.3-unspecified level=project / to: orderEntry type=module module-name=MyAwsomeLib-1.0.3 exported= / Is there a generic error that I am doing or is there a bug in gradle 1.1.x Regards, Olivier

[android-developers] Resources.getColor() return type is too small

2011-07-31 Thread Olivier Guilyardi
Hi, How comes Resources.getColor() returns an int? This can't hold the maximum value of 0x because Java int is signed. -- Olivier -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] Resources.getColor() return type is too small

2011-07-31 Thread Olivier Guilyardi
On 07/31/2011 03:33 PM, Mark Murphy wrote: On Sun, Jul 31, 2011 at 9:13 AM, Olivier Guilyardi l...@samalyse.com wrote: How comes Resources.getColor() returns an int? This can't hold the maximum value of 0x because Java int is signed. An int can hold 0x, because an int is 32

Re: [android-developers] Resources.getColor() return type is too small

2011-07-31 Thread Olivier Guilyardi
On 07/31/2011 03:57 PM, Mark Murphy wrote: On Sun, Jul 31, 2011 at 9:45 AM, Olivier Guilyardi l...@samalyse.com wrote: I know it's 32bit, but using a signed int to hold a value higher that 0x7FFF seems like perverting the sign bit IMO. It can lead to subtle bugs. That ship sailed about

Re: [android-developers] Resources.getColor() return type is too small

2011-07-31 Thread Olivier Guilyardi
On 07/31/2011 03:40 PM, Marcin Orlowski wrote: On 31 July 2011 15:13, Olivier Guilyardi l...@samalyse.com mailto:l...@samalyse.com wrote: How comes Resources.getColor() returns an int? This can't hold the maximum value of 0x because Java int is signed. Java does

Re: [android-developers] What OS is more user friendly for Android development.

2011-06-24 Thread Olivier Guilyardi
through the network, so the development OS can be what you like. Olivier On 06/24/2011 06:17 PM, Srinivas Nainala wrote: I have found some problems with Ubuntu and Windows when I connected Dell Streak device, its not detecting in DDMS tool, then I am unable to debug my app. I try download

Re: [android-developers] Simpler UI Development with Android-Query

2011-05-27 Thread Olivier Guilyardi
, for example with a method which matches all instances of a certain View class, within a given ViewGroup. Just a couple of ideas :) Olivier On 05/27/2011 08:17 AM, Peter Liu wrote: [Reposting to correct group] Hi. I am an Android developer and just started an open source project at: http

Re: [android-developers] Mac source control

2011-05-23 Thread Olivier Guilyardi
: http://versionsapp.com/ It was pretty handy, since it was impossible for him, as a non-developer, to use the command line. And Eclipse was a bit confusing too. But he could commit his illustrator, photoshop designs as well as a few xml files easily with this. Hope that helps Olivier On 05/17

[android-developers] Re: MapActivity And Leak : a google team overview ?

2011-05-16 Thread olivier
Thanks of your answer, I anderstand that Android when I exit my application, is not killing the app, because of the multi-task system. I have got no problem with that. My problem, is why even on a simple project I keep reference of my MapActivity after this one is closed. (Not my all

[android-developers] Re: MapActivity And Leak : a google team overview ?

2011-05-13 Thread olivier
. Is that normal ? Could we do better ? Is there an exemple working in a better way in Internet ? regards, Olivier -- 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] Advanced Memory Leak, What could be the cause/How to find it ?

2011-05-13 Thread olivier
significant. My Question is : If I don't retain activities in memory what could be the leak reasons ? What tools/Method to use to find it ? Regards, Olivier -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] MapActivity And Leak : a google team overview ?

2011-05-04 Thread olivier
Dears, I am facing OutOfMemory problem and when analysing the memory I see that my program keep two instances of my MapActivity. If I use the HelloMap program, I see the same result. 1- Do I miss something ? How do a good use of the mapActivity ? 2- I have three mapActivities differents. I

[android-developers] Re: Conflict in to MapController between Zoom Level and AnimateTo ?

2011-04-12 Thread olivier
The problem is not the level of zoom. After one or two zoom in, if I have clicked on a Poi (which call the OnTap(in) with the Animate method) before I meet the problem. It's free of the level of zoom. The conflict is when I zoom In/Out and if MapController.animateTo has been called before. --

[android-developers] Re: Conflict in to MapController between Zoom Level and AnimateTo ?

2011-04-12 Thread olivier
The problem is not the level of zoom. After one or two zoom in, if I have clicked on a Poi (which call the OnTap(in) with the Animate method) before I meet the problem. It's free of the level of zoom. The conflict is when I zoom In/Out and if MapController.animateTo has been called before. --

[android-developers] Re: Conflict in to MapController between Zoom Level and AnimateTo ?

2011-04-12 Thread olivier
The problem is not the level of zoom. After one or two zoom in, if I have clicked on a Poi (which call the OnTap(in) with the Animate method) before I meet the problem. It's free of the level of zoom. The conflict is when I zoom In/Out and if MapController.animateTo has been called before. --

[android-developers] [Map] Conflict in to MapController between Zoom Level and AnimateTo ?

2011-04-11 Thread olivier
Dear, I meet the following problem with the MapApi. When I click on a POI, I call MapController.animateTo to center the Map on the Poi My problem is on some Zoom Level, when MapController.animateTo is called, the map is moving away from the POI. It's seemed that it's when I zoom In. If I zoom

[android-developers] Re: Conflict in to MapController between Zoom Level and AnimateTo ?

2011-04-11 Thread olivier
I used a personnal ItemizedOverlay, I extend OnTap(int index) where I call MapController.animato(GeoPoint) The coordinate of the geopoint are always the same but the animation goes wrong depending of the zoom level -- You received this message because you are subscribed to the Google Groups

[android-developers] AIDL stubs are not generated anymore

2011-03-07 Thread Olivier Guilyardi
of work to do, and this is about to kill my day. -- Olivier -- 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

Re: [android-developers] AIDL stubs are not generated anymore

2011-03-07 Thread Olivier Guilyardi
Oh, and by the way, this affects two absolutely distinct projects which both have AIDL files, and which used to build just fine. I have cleaned many times, and even reimported a project, but it didn't help. I am using Eclipse 3.4.2 Ganymede. Olivier On 03/07/2011 02:48 PM, Olivier Guilyardi

Re: [android-developers] AIDL stubs are not generated anymore

2011-03-07 Thread Olivier Guilyardi
Ok, for the records, I did a fresh install of Eclipse Helios, re-imported my projects, and the problem's gone. Olivier On 03/07/2011 02:55 PM, Olivier Guilyardi wrote: Oh, and by the way, this affects two absolutely distinct projects which both have AIDL files, and which used to build just

[android-developers] New mailing list for Android Audio Developers

2011-01-17 Thread Olivier Guilyardi
, for educational purposes, as well as finding new ways to work with sound on Android. So please come and join us if audio development on Android interests you. -- Olivier -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

Re: [android-developers] Orientation sensorLandscape on Froyo

2011-01-07 Thread Olivier Guilyardi
Anyone? TIA On 01/06/2011 04:11 PM, Olivier Guilyardi wrote: Hi, my app only runs in landscape but I would like to allow the reverse landscape orientation (270°), which is supported by Froyo and up AFAICS. The sensorLandscape screenOrienation is precisely what I need IIUC

[android-developers] Orientation sensorLandscape on Froyo

2011-01-06 Thread Olivier Guilyardi
thing on Froyo? I have tried playing with onConfigurationChanged() and get/setRequestedOrientation(), but no success so far. I can only get the straight landscape orientation, or the full sensor behaviour which may result in portrait mode, and I need to avoid portrait. -- Olivier -- You

Re: [android-developers] Re: Making a video of your app running

2011-01-06 Thread Olivier Guilyardi
-capture -- Olivier -- 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 For more

[android-developers] Bitmap.createBitmap vs. Decodestream alpha performance

2010-12-18 Thread olivier
Hi, I'm loading transparent PNGs into bitmaps using two different methods. The first being BitmapFactory.decodeStream() of a resource stream. The second being Bitmap.createBitmap(), populated by a Bitmap.setPixels() call. When drawn on a canvas, the bitmaps loaded by decodeStream() perform

[android-developers] Proguard and Conversion to Dalvik format failed with error 1

2010-12-08 Thread olivier
, the problem seems to be all Java class can't be convert to dex file when I use proguard. Nice, but How can I solve the problem ? I am using three external jars and two android libraries. Regards, Olivier -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Proguard and Conversion to Dalvik format failed with error 1

2010-12-08 Thread olivier
After few test, the problem is coming from an external Jar. twitter4J - http://twitter4j.org/en/index.html. I try to exclude the file doing : -keep public class twitter4j.**{ public protected *; } I still got the problem. I have no problem with the libGoogleAnalytics.jar Does someone has a

Re: [android-developers] Application related data and cache options

2010-12-08 Thread Olivier Guilyardi
.., you'd better store files on the SD Card, especially in Context.getExternalFilesDir(). Olivier On 12/08/2010 05:41 PM, gato chlr wrote: it seems that the application related data is stored in /data/data/android.files/files , you can get this directory using getFilesDir() from your Activity. Also

Re: [android-developers] How can a Service close an open AIDL connection?

2010-12-07 Thread Olivier Guilyardi
, to notify them that they should disconnect. RemoteService.java, in the SDK ApiDemos sample, shows how to use AIDL callbacks. -- Olivier -- 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] Re: What Tablet would you get

2010-12-03 Thread Olivier Guilyardi
What about Archos tablets? Here in France they're less than half the price of the Galaxy Tab. On 12/03/2010 11:13 PM, OldSkoolMark wrote: I'm digging my Samsung Galaxy Tab. Stuff I'm working on is not tab specific, but its nice to be able to see the UI easily without having to pick up the

[android-developers] Missing instance state when restoring dialogs

2010-12-02 Thread Olivier Guilyardi
Droid and OTHER. Droid should be 2.1 or 2.2 I guess. Any clue? -- Olivier -- 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

Re: [android-developers] Missing instance state when restoring dialogs

2010-12-02 Thread Olivier Guilyardi
. IIUC correctly, if there's any state to restore it is always passed to onCreate(), and before onRestoreInstanceState() gets called. Olivier On 12/02/2010 08:44 PM, Frank Weiss wrote: Use the onRestoreInstanceState() callback, not just onCreate(). -- You received this message because you

[android-developers] Launcher icon gets scaled on X10 Mini

2010-12-01 Thread Olivier Guilyardi
it right on 1.6, because it's still widespread on these devices. -- Olivier -- 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

Re: [android-developers] Allowing one .apk to install another?

2010-11-24 Thread Olivier Guilyardi
services should match, I guess. And if you don't release a new version of the service often, it should be ok. In this idea, the service version and app versions would be independent of each other. There might be couple of concurrency/race issues, but I think it can be solved. -- Olivier -- You

Re: [android-developers] streaming mp4 from Internet

2010-11-21 Thread Olivier Guilyardi
-- Olivier -- 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 For more options

Re: [android-developers] Capture Video of App

2010-11-20 Thread Olivier Guilyardi
an DVI/S-Video acquisition card I think. -- Olivier -- 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

Re: [android-developers] Capture Video of App

2010-11-20 Thread Olivier Guilyardi
in the display settings. I only need a standard video jack cable, according to this: http://androidandme.com/2010/07/news/samsung-captivate-galaxy-s-video-out-demonstration/ That's brilliant. -- Olivier -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Is uses-feature=false inferred by the Market if not included in manifest

2010-11-19 Thread Olivier Guilyardi
the features that your application requires. -- Olivier -- 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

Re: [android-developers] Re: Is uses-feature=false inferred by the Market if not included in manifest

2010-11-19 Thread Olivier Guilyardi
and permissions. To do so, run aapt with the dump badging command. This causes aapt to parse your application's manifest and apply the same rules as used by Android Market to determine the features that your application requires. -- Olivier Thanks that works... for anyone interested

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

2010-11-17 Thread Olivier Guilyardi
or is there a trick? TIA -- Olivier -- 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

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

2010-11-17 Thread Olivier Guilyardi
... Anyway, high res icon or not, what are your methods to get non-blurred/pixel-sharp icons in the market listings?? Olivier On 11/17/2010 05:09 PM, Kostya Vasilyev wrote: I'm also wondering what devices / scenarios it's for. Android Market on mobile devices uses actual screen-size screenshots

[android-developers] Re: separate views list view

2010-09-29 Thread Olivier Goutet
I don't know if you can read French but there is a very good post on this French blog: http://android.cyrilmottier.com/?p=232 It explain how to build a custom adapter (BaseAdapter in fact) to manage 2 different types of cells on a list view. I hope the source source code will be enough for you.

[android-developers] Re: separate views list view

2010-09-29 Thread Olivier Goutet
I don't know if you can read French but there is a very good post on this French blog: http://android.cyrilmottier.com/?p=232 It explain how to build a custom adapter (BaseAdapter in fact) to manage 2 different types of cells on a list view. I hope the source source code will be enough for you.

[android-developers] Service gets instantiated multiple times

2010-09-27 Thread Olivier Guilyardi
is a crash (which happen every time I launch/install through adb), and thus scheduled restart. So that in the end I get many of these dead instances, which are restarted progressively once by minute approximately. What's this?? -- Olivier -- You received this message because you are subscribed

Re: [android-developers] Service gets instantiated multiple times

2010-09-27 Thread Olivier Guilyardi
the service running as long as either it is started or there are one or more connections to it Olivier On 09/27/2010 10:51 PM, Agus wrote: Calling bindService will start the service if it has not been started, so you dont have to call both methods. On Mon, Sep 27, 2010 at 6:15 AM, Olivier Guilyardi l

[android-developers] Problem with AsynQueryHandler in TabActivity

2010-08-12 Thread olivier
Dear, I meet a strange problem. I create a TabActivity from Several ListActivities. The lists are created from a cursor load in a AsyncQueryHandler. I have got no problem to load the content of the list. After that I run an insert in the AsyncQueryHandler, and I meet the following error. The

[android-developers] Re: Problem with AsynQueryHandler in TabActivity

2010-08-12 Thread olivier
That was my mistake, the uri was not initialize -- 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] Re: Problem with AsynQueryHandler in TabActivity

2010-08-12 Thread olivier
That was my mistake, the uri was not initialize -- 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] Content Provider for shared preferences. ?

2010-08-11 Thread Olivier Guilyardi
.. Olivier On 08/11/2010 12:10 PM, Pampapathi wrote: I am also want the same , if any one of you know about this, please respond. Thanks, Pampapathi K . On 11 August 2010 15:33, kunal khaire deepvanshkha...@gmail.com mailto:deepvanshkha...@gmail.com wrote: Hi All, Shared

Re: [android-developers] Free trial and payed apps... How to switch from...

2010-07-28 Thread Olivier Guilyardi
can be cumbersome. I personally have (Makefile) scripts to automate this task. Olivier On 07/28/2010 01:37 PM, sblantipodi wrote: Hi, actually I have published a free trial application on Android market. Since there is a protection method now (LVL) I want to upload also the full version

Re: [android-developers] Re: Free trial and payed apps... How to switch from...

2010-07-28 Thread Olivier Guilyardi
downloaded the app when it was free. And anyway, it's very common to have two flavours of an app, on Android and other platforms. And they exist as separate apps. Try and adapt a little bit instead of being negative. Olivier On 07/28/2010 02:31 PM, sblantipodi wrote: I'm sorry but reading

Re: [android-developers] Re: Free trial and payed apps... How to switch from...

2010-07-28 Thread Olivier Guilyardi
. Olivier On 07/28/2010 06:54 PM, sblantipodi wrote: Really I can't understand this market... Free trial and full software are always the same APK file since the full version is activated if someone bought the software. Usually we do it by entering an activation code, registering on a web

[android-developers] Re: Touch not working for listitem??

2010-07-27 Thread Olivier Goutet
Hi, I think you mean you have onItemSelected event when you use the trackball to select a line of the ListView and when you click you get a OnItemClick event. When you use your finger, there is only a OnItemClick event. It's normal, you can't select an item with your finger. There is only the

[android-developers] Re: Android not taking up full screen size

2010-07-27 Thread Olivier Goutet
Be carefull, the Archos 5 only run android 1.5. On Jul 27, 8:01 pm, RespeckKnuckles (John Licato) respeckknuckl...@gmail.com wrote: Hey guys, Tried to search for this one but the search terms I used didn't seem to find worthwhile results. I'm creating an application to run on a device with a

[android-developers] Re: make android 1.5 version application should support Multiple screens or different resolution

2010-07-12 Thread Olivier Goutet
Olivier On Jul 12, 8:15 am, aswani kumar tholeti ensisinf...@gmail.com wrote: Hi folks i new to android. for getting more number of downloads.i will make application in android 1.5 version how can i support multiple screen resolution from android 1.5 version . is there any problem develop

[android-developers] Re: make android 1.5 version application should support Multiple screens or different resolution

2010-07-12 Thread Olivier Goutet
Olivier On Jul 12, 8:15 am, aswani kumar tholeti ensisinf...@gmail.com wrote: Hi folks i new to android. for getting more number of downloads.i will make application in android 1.5 version how can i support multiple screen resolution from android 1.5 version . is there any problem develop

[android-developers] Re: make android 1.5 version application should support Multiple screens or different resolution

2010-07-12 Thread Olivier Goutet
Olivier On Jul 12, 8:15 am, aswani kumar tholeti ensisinf...@gmail.com wrote: Hi folks i new to android. for getting more number of downloads.i will make application in android 1.5 version how can i support multiple screen resolution from android 1.5 version . is there any problem develop

[android-developers] Re: ProgressDialog unable to add window in a PreferenceActivity

2010-07-01 Thread Olivier Goutet
I tried several times but I do not I do not manage to have the same exception with a classic Activity. Is there a particularity on the PreferenceActivity which can make this problem occurs? On Jun 17, 11:59 am, Olivier Goutet olivier.gou...@gmail.com wrote: Hello everybody, I encounter

[android-developers] determine the cache size for bitmaps

2010-06-30 Thread olivier
Dear, I manage a cache of bitmap. Do you have an advise to fix the maximum size of it ? Regards, Olivier -- 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] Can't mark errors as old in the market developer console

2010-06-25 Thread Olivier Guilyardi
ratings. A similar issue happened with the free version, which has 4 stars and about 20k downloads. Is there a workaround or a fix for this situation? -- Olivier -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Problem with developer console error reporting

2010-06-24 Thread Olivier Guilyardi
Hi, in the developer console, I have a couple of errors, which although marked old, still show up on the front page. And I highly suspect that this is affecting the rank of my apps. Could this please be fixed? -- Olivier -- You received this message because you are subscribed to the Google

[android-developers] adb over wifi

2010-06-23 Thread Olivier Guilyardi
Hi, has anyone managed to connect to a device with adb over a wifi connection? I'd like to stop plugging the device in and out if possible. Hackish solutions are welcome too. -- Olivier -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] ProgressDialog unable to add window in a PreferenceActivity

2010-06-18 Thread Olivier Goutet
Hello everybody, I encounter a problem with a ProgressDialog in a PreferencesActivity in my application. What I want to do is pop up a ProgressDialog after the user has changed his username or password during the check on the remote server. In the onSharedPreferenceChanged() I call the

Re: [android-developers] Problem in stopping thread

2010-06-17 Thread Olivier Guilyardi
.. */ } /* Call release() to stop/cancel */ public void release() { synchronized (this) { done = true; } /* Wait for run() to return */ try { join(); } catch (InterruptedException e) { } } } Olivier On 06/17/2010 12:42 PM, Abdul Mateen wrote: Hi, Thread.stop() and destroy were

Re: [android-developers] Service Vs Thread

2010-06-13 Thread Olivier Guilyardi
, background here means something quite different, because a service never runs in a dedicated /thread/. By default it runs in the main application thread, and may optionally run in a separate /process/: http://developer.android.com/intl/fr/reference/android/app/Service.html -- Olivier -- You

Re: [android-developers] Service Vs Thread

2010-06-13 Thread Olivier Guilyardi
On 06/13/2010 06:23 PM, Olivier Guilyardi wrote: On 06/13/2010 03:46 PM, tarek.attia wrote: I have a question what to Use ,Service Or Thread,as both run in the background There is confusion here, because you are referring to two different meanings of the word background. A thread

Re: [android-developers] Service Vs Thread

2010-06-13 Thread Olivier Guilyardi
might need both a service *and* a thread. -- Olivier -- 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

Re: [android-developers] Service Vs Thread

2010-06-13 Thread Olivier Guilyardi
On 06/14/2010 12:00 AM, Olivier Guilyardi wrote: On 06/13/2010 06:49 PM, tarek attia wrote: Thanks you so much for this clarification ,,exactly I want to make an application that keeps running while the user may went of the main application ,,and I guess Service will be the best candidate

Re: [android-developers] Why is Android so buggy?

2010-06-09 Thread Olivier Guilyardi
neither want to troll nor to start an endless discussion, but I really felt like clarifying certain points. iPhone and Android are trying to push tech limits, and thus there are inevitable bugs on both side, that's it. -- Olivier -- You received this message because you are subscribed

Re: [android-developers] Why is Android so buggy?

2010-06-09 Thread Olivier Guilyardi
to Interface Builder so-called NIB files, where you have to cycle through all those little tabs in tiny windows to understand what's going on... Having a couple of bugs in the layout editor is really a minor issue compared to this. PS: I will not troll, I will not troll... ;) -- Olivier -- You

Re: [android-developers] Re: Why is Android so buggy?

2010-06-07 Thread Olivier Guilyardi
in front of the Cathedral, then really do it, because the competition isn't faking. -- Olivier -- 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

Re: [android-developers] Re: Why is Android so buggy?

2010-06-07 Thread Olivier Guilyardi
On 06/08/2010 12:36 AM, Xavier Ducrohet wrote: On Mon, Jun 7, 2010 at 3:21 PM, Olivier Guilyardi l...@samalyse.com wrote: For instance, how could someone feel like working on patch if the Git head is hidden? Since most of the bugs mentioned in the original email are developer tools, I'll

Re: [android-developers] Re: Why is Android so buggy?

2010-06-07 Thread Olivier Guilyardi
On 06/08/2010 12:46 AM, Olivier Guilyardi wrote: On 06/08/2010 12:36 AM, Xavier Ducrohet wrote: On Mon, Jun 7, 2010 at 3:21 PM, Olivier Guilyardi l...@samalyse.com wrote: For instance, how could someone feel like working on patch if the Git head is hidden? Since most of the bugs mentioned

Re: [android-developers] Re: Why is Android so buggy?

2010-06-07 Thread Olivier Guilyardi
On 06/08/2010 01:04 AM, Dianne Hackborn wrote: On Mon, Jun 7, 2010 at 3:21 PM, Olivier Guilyardi l...@samalyse.com mailto:l...@samalyse.com wrote: This openness is your strength, and I think that it will lead to success if you manage to build an active community of contributors

Re: [android-developers] Re: Why is Android so buggy?

2010-06-07 Thread Olivier Guilyardi
On 06/08/2010 01:48 AM, Xavier Ducrohet wrote: On Mon, Jun 7, 2010 at 4:33 PM, Olivier Guilyardi l...@samalyse.com wrote: I think that your problem is that the whole of Android is too monolithic. You are mentioning branches where you could think in terms of standalone modules. monolithic

[android-developers] Microphone input level

2010-06-04 Thread Olivier Guilyardi
Hi, is there a way to change the mic audio input level? This is not about increasing it, as I can do this by applying a software gain. I need to reduce the level, to avoid clipping in loud sound conditions. -- Olivier -- You received this message because you are subscribed to the Google

[android-developers] Augmented Reality framework to display geoloc point

2010-06-03 Thread olivier
Hi, I have to integrate to my app an augmented reality framework to display some geolocalised point. Does it exist a framework or an open source project ? I have looked to NyARToolKit but it does not seem to have the fonction I need. Regards, Oliveir -- You received this message because you

[android-developers] A calendar ui component / widget

2010-05-27 Thread olivier
? Regards, Olivier -- 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

Re: [android-developers] Any hope for call recording in 2.2?

2010-05-22 Thread Olivier Guilyardi
/issues/detail?id=8112 -- Olivier -- 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] Audio input from Bluetooth

2010-05-05 Thread Olivier Guilyardi
Hi, if I understand correctly, getting audio input from a Bluetooth mic/headset, using say AudioRecord, is not supported. Is this right? -- Olivier -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-29 Thread Olivier Bonal
@Kevin: Where do you live? Paris? I'm in Marseille, I guess it may take a bit longer for Fedex to come down here but it means I'll probably get it this week. Thanks for your post! :-) Olivier. On Thu, Apr 29, 2010 at 9:03 AM, Kevin Gaudin kevin.gau...@gmail.comwrote: Nexus One received

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-29 Thread Olivier Bonal
. Fake promises are far more worse than no promises. I'm off to IPhone! On 28 Apr, 09:37, amiuhle timouhlm...@googlemail.com wrote: On 27 Apr., 22:25, Olivier Bonal olivier.bo...@gmail.com wrote: The only way to get a free phone from

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-27 Thread Olivier Bonal
I think you're paranoid and a slightly too agressive to Google just because they're late giving you a gift :-). Do you really a company like Google could lie and never deliver the phones? Come on! They're just late, this happens. I'm writing iPhone apps too but Android will always be my first

[android-developers] AudioRecord fails on Android 2.1

2010-04-12 Thread Olivier Guilyardi
-20 when initializing native AudioRecord object. For information, AudioRecord.getMinBufferSize() returns 640 bytes. I've played with all constructor arguments, it didn't help... I'm running the SDK Tools revision 5 on Linux. Any clue? -- Olivier -- You received this message because you

Re: [android-developers] Re: AudioRecord fails on Android 2.1

2010-04-12 Thread Olivier Guilyardi
, chopped, Yes, I just tried that, the sound is terrible, quite as you describe, whereas it works great on real devices. It looks like to develop audio apps you can't count on the emulator, and need to buy many phones, or perhaps ask for user feedback at beta stage... -- Olivier -- You

[android-developers] Multi application pack

2010-03-18 Thread Olivier
Hi, I have made some applications that I want install with a unique apk. I try something with the manifest but don't work. I know it's possible because beatiful widgets does. If there is a tutorial I missed, thank's to link it to me. The faster you will give it to me, the faster my appi will be

[android-developers] Move a record to an other position of a content provider

2010-03-14 Thread Olivier
hi! I have a content provider (content://fr.MyApp.MyContentProvider/ MyData) And I can Navigate with a corsor. But I need to have a record to another position... So I try: String[] ColumnName = cursor.getColumnNames (); int i = 0; int n=ColumnName.length; while (i n){ ContentValues

[android-developers] force ContentProvider to synchronize with database

2010-03-13 Thread Olivier
Hi! I'm sharing informations with a content provider. But whent something change, the provider seems to ignore it untill I close my program. Or do not write data on the database until I close it. So is there a commend or a method to force ContentProvider to synchronize with his respective database

[android-developers] Problem to open SMS after deleting another with my widget...

2010-03-10 Thread Olivier
Hi! It is the last problem I have before finishing my widget so I beg you to help me! I've created a widget wich can navigate in SMS/Inbox, and deleting them... When I delete one at the position 5 for example, this one is deleted, the other next are at the position before and the messages before

[android-developers] Re: Problem to open SMS after deleting another with my widget...

2010-03-10 Thread Olivier
I understand what you mean, but it must possiblie because there always is app wich do what I want like tat home or sense. So now per-haps need I just a db adapter for my widget and if it the case, how create it? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Creation of SMS widget, trying to get next

2010-02-17 Thread Olivier
Hi, I have wroten a wrong code. I manage to display the first SMS but not to use my button to go to next. I don't manage to keep the words for the pendingIntent and onRecieve. this is my code: public class MySMSwidget extends AppWidgetProvider { private int sms_id=0; public void

[android-developers] Re: use a button to move a cursor in a widget

2010-02-16 Thread Olivier
I tried public class MyWidget extends AppWidgetProvider { private static int id=0; public static class ActNext extends Activity{ public void onCreate(){ id=id+1; } } public void onUpdate(Context context, AppWidgetManager

[android-developers] use a button to move a cursor in a widget

2010-02-15 Thread Olivier
I try to create my nice widget but I'm locked in a problem of button. this an example of code: public class MyWidget extends AppWidgetProvider { public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) { Cursor c

[android-developers] Re: No route to host issue, but Browser application works fine

2010-02-03 Thread Olivier Liechti
not completely sure that this was the cause, and was not able to find any information on the web. Can anyone confirm? Cheers, Olivier On Jan 7, 12:07 am, Kenn Min Chong kmch...@gomez.com wrote: Hey guys!    So, this is very frustrating. I already have uses-permission android:name

Re: [android-developers] Re: OpenGL ES 1.1 question (one more time...)

2010-01-13 Thread Olivier Guilyardi
. Olivier On 01/13/2010 07:19 AM, Ben Gotow wrote: Hey! +1 - Adding support for a few more functions like the one above would be great. I think this should be a relatively simple fix for you, though. Create a float array with 256 values and precompute the float value of each possible byte value

Re: [android-developers] How to best maintain two different versions of the same app?

2010-01-08 Thread Olivier Guilyardi
them) from it, only generic application model/logic/utilities, etc.. -- Olivier -- 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

[android-developers] setActualDefaultRingtoneUri from android.resources

2010-01-05 Thread Olivier Boite
Hi, I try to set a resource sound as notification ringtone. I've added the permission WRITE_SETTINGS in the androidmanifest file, then in my main class I've hadded the following. Uri mUri = Uri.parse(android.resource:// + mPackageName + /raw/ + mSoundFileName);

Re: [android-developers] Avoiding String allocation in TextView.setText()

2010-01-04 Thread Olivier Guilyardi
On 12/28/2009 07:09 PM, Olivier Guilyardi wrote: on Android 1.5, using the Allocation Tracker I see that every time I call TextView.setText() with a StringBuilder as first argument, a String gets allocated from the following call stack (first line is last call

Re: [android-developers] continous raw audio playback using AudioTrack.

2009-12-29 Thread Olivier Guilyardi
. Just call write() repeatedly. It will block if the AudioTrack buffer is full, and return as soon as space has been freed in the buffer and data could be written. You don't need to deal with onMarkerReacher() for $subj. -- Olivier -- You received this message because you are subscribed

  1   2   >