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
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
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
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
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
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
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
: 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
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
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
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
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
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
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
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
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
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">
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
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
--~--~-~--~~~-
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
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.
& 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
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
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
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
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 :
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
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
28 matches
Mail list logo