Hi all,

I have downloaded the full Android source code & pulled out the
contact source into a different folder.

I am trying to create a separate Contacts "stand alone" App using the
existing android contacts source code, once that done I intend to add
some more features ( code ) to contacts source & make a contacts.apk
out of it.

Is it possible?

The problem I faced was, when I pulled the contacts app source code,
there were many internal api calls & Private api references. I tried
to resolve them by including those internal api source code & class
files(available from the android source code) in my project, but there
are still many errors & internal api calls, which I am not sure how to
resolve them like:

import android.os.ServiceManager
android.provider.Gmail
android.provider.Im
android.provider.Telephony
acquireProvider(Uri)
deleteRow()
lookupProviderNameFromId(int)
ISyncAdapter
IContentProvider
etc....

Is there a way to solve these internal API issue?

Was there anyone who has successfully extended any of the existing
apps (Contacts, Alaram, calendar...) of android with the help of its
source code, is this approach possible?

I tried to include the "framework_immediates classes.jar" in the
project, but due to duplicate class files present in the project & SDK
it throws the ususal -
UNEXPECTED TOP-LEVEL EXCEPTION: class file already added com/android/
internal/telephony/callerInfosync...


I have been trying to achieve this for the past 2 days, with not much
success.
Can somebody lead me to a correct direction?

Any help in this regard would be really great!


Thanks,
Shibbs
--~--~---------~--~----~------------~-------~--~----~
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, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to