What is the process for it becoming available on real devices?

If an SDK update is released that supports SPP or RFCOMM. Does that
mean applications compiled on that SDK will run on current cupcake
devices (like the Magic) without any new firmware on the phone?

Or once new BT support is added to the SDK does that mean new firmware
on the phone to be compatible?




On May 19, 11:14 am, Ahn <mhahn0...@gmail.com> wrote:
> Hi Nick,
>
> Could you update the current status on your RfcommSocket.java?
> I really wanna use BT/RFCOMM.
>
> BT
>
> --Ahn
>
> On 5월13일, 오후3시19분, Nick Pelly <npe...@google.com> wrote:
>
> > Just a quick heads up. I'm almost complete on reworking RfcommSocket.java to
> > improve its interface, fix a number of bugs, and eventually make it a public
> > API. I will soon post on android-platform once its ready for more eyes.
>
> > Cheers,
> > Nick
>
> > On Tue, May 12, 2009 at 11:01 AM, Zach Hobbs <ho...@helloandroid.com> wrote:
>
> > > Another note:
>
> > > You don't really have to flash the image with the @hide gone, that
> > > class will be accessible by any APK.  You just need to have it visible
> > > in your development environment.
>
> > > -Zach
>
> > > On May 12, 1:05 pm, Alin Radut <alin.claudiu.ra...@gmail.com> wrote:
> > > > On May 12, 7:00 am, Zach Hobbs <ho...@helloandroid.com> wrote:
>
> > > > > 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.
>
> > > > I removed the @hide from RfcommSocket.java and after a lengthy 4 hour
> > > > compile now it shows up in the .jar file.
>
> > > > The problem is that after I flashed the device with the img files I
> > > > can't access the Wireless controls screen because it crashes. It
> > > > appears that there is a problem with the bluetooth A2DP service. The
> > > > adb logcat output is available here:http://clawoo.ro/pub/logcat.txt
> > > > and the traces.txt file is available here:
> > >http://clawoo.ro/pub/traces.txt
>
> > > > The problem is that I cannot enable the bluetooth service if I cannot
> > > > access that screen so I cannot test if I can interact with RFCOMM as I
> > > > need. Do  anyone have any idea why the wireless controls screen
> > > > crashes and what can I do about it?
>
> > > > 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 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