[android-developers] Problem to communicate with a service from an application

2009-08-25 Thread GAYET Thierry
Hi, i have some problem to communicate with a service from an Android application. The service is in a first package "package com.myService" and the application in another on "package com.myApplication". My service work and start well but my next step is to add an AIDL interface to external ap

[android-developers] Writting and AIDL between a service and an applciation.

2009-08-25 Thread GAYET Thierry
Cordialement Thierry GAYET NextInnovation.org +33(0)663.849.589 --~--~-~--~~~---~--~~ 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@googlegr

[android-developers] Can we download somewhere the firmware of the HTC G1 dev edition

2009-07-16 Thread GAYET Thierry
Hi, In order to have a safe working image, i wanna know if there is a place wher i can download the firmware of the current HTC G1 dev edition ? Regards Thierry GAYET NextInnovation.org +33(0)663.849.589 --~--~-~--~~~---~--~~ You received this message

[android-developers] Before to reflash my device how i can backup/extract the actual firmware image ?

2009-07-16 Thread GAYET Thierry
Hi, Before to reflash my device, i wanna know if i can backup/extract the actual firmware image (may i) ? Regards Thierry GAYET NextInnovation.org +33(0)663.849.589 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

[android-developers] Method for flashing a device HTC G1 dev edition

2009-07-16 Thread GAYET Thierry
Hi, I have just re-compile the android source code for the HTC G1 developement edition and i am looking for the procedure i can follow in order to reflash my device. Regards Thierry GAYET NextInnovation.org +33(0)663.849.589 --~--~-~--~~~---~--~~ You

[android-developers] how to know if we have a 2G or 3G sim card

2009-07-03 Thread GAYET Thierry
Hi, i am looking for the information that can tell me if the sim/usim card inserted accept/support 2G and/or 3G ? I need this information in order to adapt some call to the sim card. If the sim card support only 2G network, an APDU will be call, then if the usim card is 3G another APDU will be

Re : Re : Re : [android-developers] Re: Sharing data between an Android service and an application.

2009-06-29 Thread GAYET Thierry
hat in the onbind intent. If you don't need tight coupling between activity and service and the amount of data is very limited, you can use sharedpreferences to exchange data. On Jun 29, 2:38 pm, GAYET Thierry wrote: > Thanks for those informations. I will see about. > > I have plann

Re : Re : [android-developers] Re: Sharing data between an Android service and an application.

2009-06-29 Thread GAYET Thierry
: android-developers@googlegroups.com Envoyé le : Lundi, 29 Juin 2009, 14h00mn 14s Objet : Re: Re : [android-developers] Re: Sharing data between an Android service and an application. GAYET Thierry wrote: > Hi, my service implement a security protocol that contain a certificate. > My applicat

Re : [android-developers] Re: Sharing data between an Android service and an application.

2009-06-29 Thread GAYET Thierry
ation that your service needs to communicate with? Is it your own application? On Jun 28, 11:11 pm, GAYET Thierry wrote: > Hi, in order to share data between one of my own Android service and an > application i am looking for the best way to do this. I have seen the shared > memory driv

[android-developers] Sharing data between an Android service and an application.

2009-06-28 Thread GAYET Thierry
Hi, in order to share data between one of my own Android service and an application i am looking for the best way to do this. I have seen the shared memory drivers inside the GNU Linux kernel, but no Java api. Maybe the specific Google IPC Blinder cad be used for my need ? What do you think abo

[android-developers] Establishing a TLS tunner from a custom certificate

2009-06-25 Thread GAYET Thierry
Hi, I have the certificate provided by a server and i wanna make a TLS tunnel using this custom certificate. IS it possible to have a source code starting (or any API) that i can use for ? I think i have ever seen one question around that topic but didn't find it ... sorry for the spam. Cordi

[android-developers] Example on shared memory usage

2009-06-25 Thread GAYET Thierry
Hi, i need to share one important key information between one service and some application. My first question is about the usage of the shared memory on Android. Is there a way to secure it for only one service and some selected application ? Cordialement Thierry GAYET NextInnovation.org +33

Re : Re : [android-developers] Re: How to catch BOOT_COMPLETED_ACTION from an IntentReceiver

2009-06-24 Thread GAYET Thierry
oid-developers/browse_thread/thread/8a0ebc433e1351a3 Cordialement Thierry GAYET NextInnovation.org +33(0)663.849.589 De : Mark Murphy À : android-developers@googlegroups.com Envoyé le : Mercredi, 24 Juin 2009, 15h02mn 52s Objet : Re: Re : [android-develo

Re : [android-developers] Re: How to catch BOOT_COMPLETED_ACTION from an IntentReceiver

2009-06-24 Thread GAYET Thierry
GAYET NextInnovation.org +33(0)663.849.589 De : Mark Murphy À : android-developers@googlegroups.com Envoyé le : Mercredi, 24 Juin 2009, 14h08mn 24s Objet : [android-developers] Re: How to catch BOOT_COMPLETED_ACTION from an IntentReceiver GAYET Thierry wrote: > Hi, becaus

[android-developers] Lising of the available AT-commands on an HTC G1 ?

2009-06-24 Thread GAYET Thierry
Hi, i am looking for the complete listing of the AT commands available from the HTC G1's baseband ? Regards Thierry GAYET NextInnovation.org +33(0)663.849.589 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[android-developers] How to catch BOOT_COMPLETED_ACTION from an IntentReceiver

2009-06-24 Thread GAYET Thierry
Hi, because i need to start a background deamon not just when an application need to bind with, i have searched a way to auto-start it. One interesting reply was given in this maillist and i wanna more explanation on the way to catch BOOT_COMPLETED_ACTION from an IntentReceiver ? The previous t

[android-developers] Problem with a AndroidManifest.xml for a service

2009-06-23 Thread GAYET Thierry
Hello, I have used the Eclipse IDE for starting an Android Service but i have one problem with my AndroidManifest.xml file on the line of the service tag. Here is my AndroidManifest.xml : package="com.OrangeLabs.gbaAndroid.BootstrapService">

[android-developers] How to add dependencies with Android packet

2009-06-21 Thread GAYET Thierry
Hi, if i have well remember among my previous reading, one package may contain only one application. I would like to know if it is possible to add dependencies between package. I would like to make a package that include an application but this package use a service that i have written befor

[android-developers] How to customize the setting menu and my own items

2009-06-21 Thread GAYET Thierry
Hi, for personal purpose i am looking for the way to customize tht setting menu by adding my own items on it ? How to do it ? Is it possible without changing any security options ? Cordialement Thierry GAYET NextInnovation.org +33(0)663.849.589 --~--~-~--~~~-

[android-developers] How to develop a tiny background application with no UI

2009-06-21 Thread GAYET Thierry
Hi, i am asking about the development of an Android application that must work in backgroup (so no user interface). Usually my application extend to the activity class that manage all the application process. Maybe i can avoid any setContentView() that won't display anything but i don't want a

[android-developers] how to launch internal tests

2009-06-18 Thread GAYET Thierry
Hello, I have seen some tests in java language among the Android source code. It may help to to know how to use them ? One example: frameworks/base/telephony/java/com/andtroid/internal/telephony/test/ is it link with a junit usage ? Cordialement Thierry GAYET NextInnovation.org +33(0)663.

Re : [android-developers] REG: Xml to Wbxml using EAS. Options

2009-06-18 Thread GAYET Thierry
& if possible, do answer my query. On Jun 17, 8:46 pm, GAYET Thierry wrote: > Hello, > > In order to used APDU (Application Protocol Data Unit) located on the usim > card, i am looking for some advice about the best way. > > Is it more interesting to extend the public Tel

[android-developers] Does Java secured Socket Extension is supported in android ?

2009-06-15 Thread GAYET Thierry
Hello, I wanna know if there is a support with TLS PSK in Android. This is to create a SSL tunnel using a predefined Pre Shared Key (PSK). For more information about this topic: * http://www.ietf.org/rfc/rfc4279.txt * http://en.wikipedia.org/wiki/TLS-PSK Thanks in advance for y

[android-developers] HTTPS video streaming

2009-06-15 Thread GAYET Thierry
Hi, Is there some free available source code made by Android API in order to make an HTTPS video streaming ? Best regards Thierry GAYET NextInnovation.org +33(0)663.849.589 --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[android-developers] start a ssh tunnel with an already known pre-shared key (psk)

2009-05-27 Thread GAYET Thierry
Hello, I have a pre-shared key (psk) that i have received from an external way (GBA : Generic Bootstrap Architecture). I wanna know if you know how to create a ssl tunnel on a https server using my local psk ? Have you ever try such kind of system ? Cordialement Thierry GAYET NextInnovati

[android-developers] Android and the Generic Bootstrapping Architecture authentification system

2009-05-15 Thread GAYET Thierry
Hi, I am asking if Android already include a GBA (Generic Bootstrapping Architecture) authentification system ? If not, does any other group have ever try to add this protocol (almost the same as SSL) within the Android framework ? The GBA architecture is defined with 2 documents from the 3GPP :

[android-developers] Android and the GBA (Generic Bootstrapping Architecture) authentification system

2009-05-15 Thread GAYET Thierry
Hello, I am asking if Android already include a GBA (Generic Bootstrapping Architecture) authentification system ? If not, does any other group have ever try to add this protocol (almost the same as SSL) within the Android framework ? The GBA architecture is defined with 2 documents from the 3GPP

Re : [android-developers] Re: Diplay Logcats logs on console

2009-05-15 Thread GAYET Thierry
Hello, I am asking if Android already include a GBA (Generic Bootstrapping Architecture) authentification system ? If not, does any other group have ever try to add this protocol (almost the same as SSL) within the Android framework ? The GBA architecture is defined with 2 documents from the 3G