Did you change anything when you built the SDK? If not, then the classes will still not be visible.
Hint: classes or methods with "@hide" in the comment block above the code are not visible in the jar built for the SDK. -Zach On May 11, 1:57 pm, Alin Radut <[email protected]> wrote: > On May 3, 10:46 am, Nick Pelly <[email protected]> wrote: > > > > Thanks. RfcommSocket is hidden in the 1.5r1 SDK, is there any way I > > > can access it without compiling my own version of the framework? > > > No > > I see. I built both the system images and the SDK after following the > instructions fromhttp://source.android.com/documentation/building-for-dream > andhttp://source.android.com/projects/bluetooth-faqbut there is no > sign of RfcommSocket in the output files. I am still trying to wrap my > head around the way the building process works but to little success > so far. I assume the RfcommSocket file is being omitted from the > building process but I can't find where. > > How would I go about building a version of Android and the SDK that > would allow me to interact with RFCOMM? > > Thanks > Alin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

