[android-developers] Re: Building android contact source code (eclair version) on eclipse.

2012-07-17 Thread pratik.prajap...@gmail.com
Hi Raghu,

Have you been able to expose hidden APIs in custom android.jar? Please help.



On Friday, August 27, 2010 3:34:16 AM UTC-7, Raghavendra Singh wrote:

 Hi all 
  I am having the contact source code which i want to build on 
 eclipse  test on emulator,but the contact application uses some of 
 the hidden APIs of base code which is not present in default 
 android.jar because of that i am getting lot of error in my code. 
 I am trying to generate my own android.jar using Android sdk - 
 Including hidden APIs. option in android.mk of framework directory, 
 but still the hidden APIs not getting exposed in android.jar. 

 Please tell how to customize the android.jar in order to make all 
 hidden APIs exposed to application. 

 Thanks in advance 
 Raghu

-- 
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

Re: [android-developers] Re: Building android contact source code (eclair version) on eclipse.

2012-07-17 Thread Kristopher Micinski
What do you mean?  You either use reflection, or write the stubs yourself.

kris

On Tue, Jul 17, 2012 at 5:20 PM, pratik.prajap...@gmail.com
pratik.prajap...@gmail.com wrote:
 Hi Raghu,

 Have you been able to expose hidden APIs in custom android.jar? Please help.



 On Friday, August 27, 2010 3:34:16 AM UTC-7, Raghavendra Singh wrote:

 Hi all
  I am having the contact source code which i want to build on
 eclipse  test on emulator,but the contact application uses some of
 the hidden APIs of base code which is not present in default
 android.jar because of that i am getting lot of error in my code.
 I am trying to generate my own android.jar using Android sdk -
 Including hidden APIs. option in android.mk of framework directory,
 but still the hidden APIs not getting exposed in android.jar.

 Please tell how to customize the android.jar in order to make all
 hidden APIs exposed to application.

 Thanks in advance
 Raghu

 --
 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

-- 
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


Re: [android-developers] Re: Building android contact source code (eclair version) on eclipse.

2012-07-17 Thread Pratik Prajapati
I am making new platform sdk, from the platform build. I found that
android.jar created with sdk build contains only public APIs. I wanted all
APIs marked as @hide also be part of android.jar. I can not write stub
for all thousand od hidden apis! any better way?


Regards,
Pratik




On Tue, Jul 17, 2012 at 2:38 PM, Kristopher Micinski krismicin...@gmail.com
 wrote:

 What do you mean?  You either use reflection, or write the stubs yourself.

 kris

 On Tue, Jul 17, 2012 at 5:20 PM, pratik.prajap...@gmail.com
 pratik.prajap...@gmail.com wrote:
  Hi Raghu,
 
  Have you been able to expose hidden APIs in custom android.jar? Please
 help.
 
 
 
  On Friday, August 27, 2010 3:34:16 AM UTC-7, Raghavendra Singh wrote:
 
  Hi all
   I am having the contact source code which i want to build on
  eclipse  test on emulator,but the contact application uses some of
  the hidden APIs of base code which is not present in default
  android.jar because of that i am getting lot of error in my code.
  I am trying to generate my own android.jar using Android sdk -
  Including hidden APIs. option in android.mk of framework directory,
  but still the hidden APIs not getting exposed in android.jar.
 
  Please tell how to customize the android.jar in order to make all
  hidden APIs exposed to application.
 
  Thanks in advance
  Raghu
 
  --
  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

 --
 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


-- 
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