[android-porting] Re: need help in android eclair build

2011-04-24 Thread HV
Sorry, I've never build a host executable. What are you trying to build? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Synchronisation in ApplicationContext

2011-04-24 Thread Dudero
Hello, I want to add my Manager into the ApplicationContext, to get it via getSystemService(Context.MY_SERVICE). /frameworks/base/core/java/android/app/ApplicationContext.java So I added a getMyManager-method like the others, but I do not understand the difference between the "sSync" and "mSync"

[android-porting] Re: Synchronisation in ApplicationContext

2011-04-24 Thread Dudero
I think "sSync" is for new Service-connection (by ServiceManager.getService(String name)) and "mSync" is for Managers that already have a Service-connection. Right? On 24 Apr., 13:53, Dudero wrote: > Hello, > > I want to add my Manager into the ApplicationContext, to get it via > getSystemServic

[android-porting] RIL understanding

2011-04-24 Thread Dudero
Hello I have got a binary driver for my gsm module (Android 2.1): "libreference-ril.so" "libril.so" "rild" "vchanneld" Can somebody explain me for what are "libreference-ril.so" and "vchanneld" used for? In the porting guides there are only speaking about "libril.so" and "rild"... Greetz Dude

[android-porting] Re: Bluetooth HDP Support.

2011-04-24 Thread abhayadev s.
ok, thanks all for your support. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting