[android-developers] Emulator skin and hardware "recent apps" button...

2014-05-21 Thread Cyril
ore elegant if the emulator could act fully as the actual device. Thank you ! :-) Cyril -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe fro

[android-developers] Getting user informations

2013-01-08 Thread Cyril Vlaminck
I'm trying to obtain user personal data written in his 'Me' contact. So I have found that I need READ_PROFILE permission, but when I tried to use ContentResolver.query(), I got an exception. So I need READ_CONTACTS too to make it works. Is there a way to do it without this permission, I feel like

Re: [android-developers] Debugging a complex native application (shared libs)

2012-07-31 Thread Cyril CHAMPIER
maybe it will be simpler with the arm tools ? http://www.arm.com/products/tools/software-tools/ds-5/community-edition/ds-5-community-edition-debug.php did you try them ? On Tuesday, July 31, 2012 2:33:45 PM UTC+2, Kristopher Micinski wrote: > > On Tue, Jul 31, 2012 at 8:23 AM, Cyril CH

Re: [android-developers] Debugging a complex native application (shared libs)

2012-07-31 Thread Cyril CHAMPIER
I have made more simple tests, and the problem comes from the fact that the jni part is not on the application project, but on the library one. I will post the question on the ndk forum too. On Tuesday, July 31, 2012 1:06:11 PM UTC+2, Cyril CHAMPIER wrote: > > yep! > > On Monday, Jul

Re: [android-developers] Debugging a complex native application (shared libs)

2012-07-31 Thread Cyril CHAMPIER
yep! On Monday, July 30, 2012 2:10:25 PM UTC+2, the_edge123 wrote: > > On 30/07/2012 11:05, Cyril CHAMPIER wrote: > > Thank you for your great help. > > > > I indeed forgot to mention that I already read most of the tutorials on > the > > net, and none of t

Re: [android-developers] Debugging a complex native application (shared libs)

2012-07-30 Thread Cyril CHAMPIER
: > > On 29/07/2012 21:25, Cyril CHAMPIER wrote: > > I really don't know what do to, does anybody already tried this kind of > > things ? > > > > Thanks > > > > > Maybe this: > http://lmgtfy.com/?q=android+how+to+debug+jni > > >

[android-developers] Debugging a complex native application (shared libs)

2012-07-29 Thread Cyril CHAMPIER
Hello, I have a working application, with 1 android java project that calls a java jni project, that calls multiple native shared libraries. I compile my lib project with ndk-build in command line, which compile all the other shared libraries and I then launch the main project in eclipse, and ev

[android-developers] [Advice] Best way to handle background process

2011-04-11 Thread Cyril
ing, but this mean having a service running nonstop. Not sure it's the best way ... I hope I'm clear, and that my ennglish is not too bad. Thx in advance Cyril -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] ActivityGroup and SearchManager

2011-04-07 Thread Cyril
Hi, I've been taking my head for hours trying to display the search UI above my activity...My app is as below : A main activity, which is tab-based : public class CsvTabWidget extends TabActivity { ... } In each tab, I have a Activity, which is a ActivityGroup. Here is the first one : public clas

[android-developers] Contactpicker intent - return the phonenumber

2011-01-18 Thread cyril
esult(contactPickerIntent, CONTACT_PICKER_RESULT); } Now I want to lookup the chosen contacts phonenumber and insert it to an EditText. I've tried several different methods and read through many howtos, but I can't get it work with it. I would highly apreciate any advice! regards,

[android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-19 Thread Cyril
I confirm Xavier's solution. You can put a view inside a linearLayout, provided this layout is not empty and both width and height are NOT set to wrap_content. I fought hours before sorting that bug out :-) nevertheless, I hope a fix will come ASAP !!! On 9 déc, 09:11, oriharel wrote: > Well,

[android-developers] Problem with camera preview in portrait mode

2010-11-17 Thread cyril tosty
ues/detail?id=9901>: Camera preview only works in landscape Cyril *Part of source code: */** * */ public class ARPreviewer extends SurfaceView implements SurfaceHolder.Callback{ private SurfaceHolder mHolder; private int mpreview_width, mpreview_height; // r

[android-developers] DatePicker : size, font, etc...

2010-09-01 Thread Cyril
ch is very annoying to setup proper fitting user interface in tight layouts. I didn't manage to apply a custom style either thanks a lot ! :) Cyril -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

[android-developers] Re: Remote Process Question

2009-09-15 Thread Cyril ROQUES
May be you doesn't clean everything correctly after your unbind It seems to have a limitation of 16 things but I have no idea what it could be From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of for android Sent: mardi 15 septembre 2009 11:20 To:

[android-developers] Encrypt files

2009-07-07 Thread Cyril ROQUES
don't know how to save new file into it If you have idea or different approach for this problem your are welcome Best regards, Cyril Roques --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] Re: Cupcake SDKs available for download

2009-04-06 Thread Cyril Jaquier
to define an APN like in the 1.1 emulator but no success so far :( Can anyone access the network? Thanks. Cyril -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAknaXvoACgkQlYy8cEwUMaSHNwCeM8wwG2G

[android-developers] Re: Creating a private jar

2009-04-02 Thread Cyril Mottier
Yeah it's kinda boring to use that method :(. I developped my widgets in order to create them easily in an XML layout. Using the way you gave me (which, I think, is not that bad when you're just using images), the user won't be able to create it through an XML layout. Moreover, my classes use the

[android-developers] Creating a private jar

2009-04-02 Thread Cyril M
I'm currently developping my own Android widgets. To help me in future projects and speed up my developments, I've been trying to create a private jar that contains all those widgets (that extend from Android classes such as View or ViewGroup). To do that, I created a project and included all file

[android-developers] Re: Shutdown notification?

2009-03-26 Thread Cyril Jaquier
> I would like to perform a task just before the phone is shut down. I > thought that Application#onTerminate would be called but that does not > seem to be the case. Is there a broadcast intent when the phone is going > to shutdown? If not, how to run a task just before the phone is turned of

[android-developers] Shutdown notification?

2009-03-25 Thread Cyril Jaquier
off? Thanks. Cyril --~--~-~--~~~---~--~~ 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, sen

[android-developers] Re: global object? (singleton, intends, db)

2009-03-17 Thread Cyril Jaquier
urce ;) http://www.jaqpot.net/viewvc/android/netcounter/trunk/ Regards, Cyril Jaquier [1] http://developer.android.com/reference/android/app/Application.html [2] http://developer.android.com/reference/android/app/Activity.html#getApplication() [3] http://developer.android.com/refe

[android-developers] Re: Is ProgressBar correctly handling padding-values?

2009-03-05 Thread Cyril Mottier
:) > > On Mar 4, 2009 9:05 AM, "Cyril M" wrote: > > Here is a skeleton of the class I'm currently working on. > Unfortunatly, i'm stuck on two problems and it's driving me mad ! > > The first problem is about the onKeyDown(KeyEvent) : I don't >

[android-developers] Is ProgressBar correctly handling padding-values?

2009-03-04 Thread Cyril M
Here is a skeleton of the class I'm currently working on. Unfortunatly, i'm stuck on two problems and it's driving me mad ! The first problem is about the onKeyDown(KeyEvent) : I don't understand why this method isn't called while I pressed a key on the emulator. The second problem deals with pad

[android-developers] Re: SDK Network Snifing

2009-02-12 Thread Cyril Jaquier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Does SDK 1.1 support an easy way for me to know what network data is > sent/received? > I opened a bug about this a few days ago. http://code.google.com/p/android/issues/detail?id=1912 Regards, Cyril -BEGIN PGP SIGNATURE

[android-developers] Re: Loading data asynchronously while displaying GUI

2009-01-20 Thread Cyril Jaquier
s processing in Android applications that I missed? > No that's the right way. You could use a Handler [1]. Look at an example here [2]. Regards, Cyril [1] http://code.google.com/android/reference/android/os/Handler.html [2] http://code.google.com/android/kb/com

[android-developers] Re: Stopping a Thread

2009-01-05 Thread Cyril Jaquier
{ while (!shutdownRequested) { // ... do something ... } } Just set the shutdownRequested variable to true to quit the loop and stop the thread. Regards, Cyril --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "An

Re: [android-beginners] Re: [android-developers] G1 owners: "A system update is available" - is it safe?

2008-12-17 Thread Cyril Jaquier
> The SIM-locking in the G1 is unrelated to Android itself, it's a much > deeper property of the underlying firmware. You can apply the upgrade > and your device will still be SIM-unlocked. > I can confirm that you won't need to re-activate your p

[android-developers] Question on Notepad Example (rowId)

2008-06-02 Thread Cyril
Inside the declare line of onListItemClick() , there is a "id" parameter inside the bracket. Can anyone tell me why that "id" is same as the rowid ? Since in filldata() method there is no matching of rowid to the listview. Thanks --~--~-~--~~~---~--~~ You received t