Spp Bluetooth Profile for Droid Incredible - Droid Incredible General

Is there anyway to enable SPP Bluetooth profile on the Incredible . I need it so I can pair it with a Bluetooth gamepad I have that uses spp .
Sent from my ADR6300 using Tapatalk

Any ideas ? Or is there another Bluetooth controller I could use on the incredible ?
Sent from my ADR6300 using Tapatalk

I have this same need. I have a bluetooth GPS that uses SPP and I cannot connect it to my phone. Sucks!
From what I can tell HTC Desire also had its SPP stack disabled: android.modaco.com/content/htc-desire-desire-modaco-com/307447/updating-the-buggy-bluetooth-stack-of-the-desire/
For the Desire, it looks like after it was rooted, some people were able to use the Nexus One stack.

I bought the gamepro app from the market which is supposed to act as a driver for the bgp100 on Android phones but it won't recognize my incredible when I try to pair it . I emailed the.guy who made the app to see if it supports the incredible and he said I need to follow the instructions under native api which I have yet to find on his site . I heard the bgp100 works on the nexus one so it should work on the incredible right ?
Sent from my ADR6300 using Tapatalk

Seeing as our phone has Sense UI and the Nexus One does not, I would not presume that things that work on the Nexus One also work on the Incredible.

Very true . I hope we can root soon so maybe I can fix this
Sent from my ADR6300 using Tapatalk

Even the BGP 1000 doesnt work??! Man, looks like root is our only option then for a spp solution.

So, HTC support has not been able to confirm or deny SPP support. They mainly just tell me that they can only recommend Bluetooth voice devices. I tried contacting HTC USA HQ, but they never returned my voicemails. At this point I have given up on HTC explaining why SPP is not working on the HTC Incredible, and will probably just return the phone.

Nope the Bgp 100 does not work . Won't pair with the incredible . Love the phone otherwise . Is there anyone working on using a ps3 controller on the incredible or a wiimote.
Sent from my ADR6300 using Tapatalk

Hi Everyone,
I called HTC HQ USA (425-679-5318) and left a message with one their Product Support Managers for North America. The Product Support manager responded to me by email, and I gave him the details of my BT problems He has promised to forward my issue on to the engineering team.
I have not heard back from engineering, but HTC Product Support has told me that Droid Incredible does support SPP.
They have not explained why SPP is not working on my particular device. They have not indicated if they will further investigating my SPP issue or ever provide a fix.
Long story short, if you want an official patch you may want to call HTC HQ, and file your request with them. Maybe additional reports of BT problems will encourage them to find a fix.

Related

FM transmiter/reciver

It been reported thru several teardowns that the n1 has a fm transmiter/reciver inside. Is there anyway to to access this hardware (where would it be located /sys/device/ ect) would be nice to know if we can interface with this hardware.
nexusoneblog.com/blog/2010/1/6/nexus-one-dissected-reveals-80211n-wifi-and-fm-transmitter.htm
It would be awesome to actually have that funtionality. I've seen a few crappy flip phones with FM transmitters built in.
a google employee on this forum (swetland) said there is an fm transmitter/reciever, but google is not developing or working on an app for that yet, that's why they did not advertise it.
My nexus one is rooted and I have a console program just trying to figure out if this hardware would be listed in the /sys/devices/ area anywhere. Im new to android not sure of how the google api's work but would be intrested into trying to get a small app or script to run just to initalize the hardware and fool around with it. any ideas?
i know cliq users have a FM radio built in too, but they don't have an app to use it. see this here http://www.modmymoto.com/forums/showthread.php?t=526775
transmitter / receiver
does that mean it can transmit fm signals to car radio so we can listen to music?!
at314 said:
transmitter / receiver
does that mean it can transmit fm signals to car radio so we can listen to music?!
Click to expand...
Click to collapse
I think that means we can use N1 like a walkie talkie if the application is available.?
Nycro said:
My nexus one is rooted and I have a console program just trying to figure out if this hardware would be listed in the /sys/devices/ area anywhere. Im new to android not sure of how the google api's work but would be intrested into trying to get a small app or script to run just to initalize the hardware and fool around with it. any ideas?
Click to expand...
Click to collapse
there should not be anything on the phone that you can find that mentions the existence of an fm reciever/transmitter... the phone has one but there is no functionality of it because there is no driver or app support for it... from what i have gathered getting the thing to work is going to be quit a project because the community would have to create a driver for the device as well as an application that calls on that driver as well as utilizes the capabilities of the chip itself... i dont know what experience you have with creating a driver to work for a complex piece of hardware that you have no idea how it works, its more/less going to be like blindly threading a needle unless google/htc would be so kind as to give one of our lovely coders some groundwork...
at314 said:
transmitter / receiver
does that mean it can transmit fm signals to car radio so we can listen to music?!
Click to expand...
Click to collapse
potentially... if this thing gets coded to work, receiving signals will prolly be the easier thing to figure out first...
other HTC devices, such as the HTC Touch Pro2, have a built in FM receiver. HTC actually writes an app for this and I use it on my TP2, but I don't know if one exists for the N1. You can search xda-developers for the win-mo version for the TP2, but my point is, if they did it for winmo, they can do it for android!
darkfire23 said:
other HTC devices, such as the HTC Touch Pro2, have a built in FM receiver. HTC actually writes an app for this and I use it on my TP2, but I don't know if one exists for the N1. You can search xda-developers for the win-mo version for the TP2, but my point is, if they did it for winmo, they can do it for android!
Click to expand...
Click to collapse
lol clearly you did not read get my point... "they" are not making anything, else they would have marketed it from the get go... it is up to the android community more specifically the nexus one community to come up with a driver that makes the chip functional... the chip in the other devices may be different as well, aka different driver needed...
What about htc tattoo? It has a fm receiver and an app...
The nexus one uses the broadcom BCM4329 Chipset. I need to find something to work with for this chip to even understand the funconatly of the chip itself I will look thru broadcoms site later see if they have any kind of driver or any information at all on this chipset. Reading other posts on other phones that had a similar chipset people were able to get the reciver on the chip activated but were unable to get the sound routed to the phone. They were able to however to get the the radio to tune to certain frequanceys and I think get the RDS information from the chipset. If anyone finds any relevant information post it here
Nycro
This tree was just added to the android source on the 12th of Jan looks to be mostley for the WLAN/Bluetooth features of the chipset
ttp://android.git.kernel.org/?p=platform/system/wlan/broadcom.git;a=summary
Have a look at.
codeaurora.org/gitweb/quic/la/?p=platform/packages/apps/FM.git;a=summary
Looks like an fm radio app for android using a qualcomm chip.
Im talking with the devolper of the driver for the wifi portion of the chip. At this time he is as well intrested in getting the Radio part of the chipset working but does not know much about it himself. Hopefully something will arise out of this conversation with him and maybe we will get a nice start to getting this portion of the chip working!
Im new with programing for android so I probley will need some help in the end lol.. allthough im pretty adaptive with c++ and some java im not no expert (Bacholers in network secuirty)
JHaste said:
lol clearly you did not read get my point... "they" are not making anything, else they would have marketed it from the get go... it is up to the android community more specifically the nexus one community to come up with a driver that makes the chip functional... the chip in the other devices may be different as well, aka different driver needed...
Click to expand...
Click to collapse
Clearly, you didn't get my point. For the TP2, not only was the Radio app not marketed, it was also not made available by HTC, but is now available on this forum. Secondly, I didn't contest that Google is not going to develop a Radio app - I simply said that HTC HAS made one. Hopefully, that clears things up
I have been talking with the guy from broadcom tongiht i will quote some of what was said here. Im not sure if he wants to be know to the comunity or not.
He had included the link to a video I have seen on this fourm will link below.
"I'll let you know when I figure something out. What other HTC phone uses the 4329 chip with Android? I wasn't aware of one. The HTC HD2 WM6.5 phone uses 4329, but I don't know if FM is enabled on that either.
There is an Android FM radio app for the BCM4325 chip, I saw a YouTube video of it running on a BeagleBoard: ww.youtube.com/watch?v=v6wdTOHrwQw This is using an AzureWave module, which has the 4325 in it.
The FM RX portion on the 4329 should be the same or nearly the same. I believe the FM is conrolled by special commands in the BT HCI interface, so some Android framework/JNI work might have to be done to the BT stack."
Thanks to Mr H ^^
I will do more work on this tommorow and see how far I can get
Thanks for everyones intrest and help!
An FM APP to unlock the FM Radio functions of my Nexus is something that I am willing to pay for!!!!
Some of the senior developers here are aces so I will keep my fingers crossed.
I just want to express my interest in a FM radio for Nexus One.
I think people (including me) will be happy to pay for an app that enables the FM reciever on the phone.
Good luck to whoever is trying to get this to work!
As I am not a developer all I can do to help is surf the web to see what I can find.
I found this link tp://www.9to5mac.com/broadcom-BCM4329-iphone-802.11n-FM
That states the iPhone has the BCM4329 chip in it. Now I have not found an apple app nor do I know if this helps any of the aces out there.
So just take a look.

Bluetooth Gamepro Gamepad - Does it work?

I read here
androidforums.com/htc-incredible/88993-gamepad-microusb-bluetooth-incredible.html
that the gamepro gamepad works with HTC incredible using their latest drivers.
Can anyone verify??
GamePro - Android Trial is the app and such
He said he used this
MSI BGP100 bluetooth gamepad.
Thanks!
Yes it works, I think he is charging a bit much though, ten dollars for a cheap ass driver?
Really? Ive been looking all over for a bluetooth gamepad solution and several other Incredible owners have told me directly the msi-bgp pad and that app do not work. We simply dont have the right bluetooth stack on our phones.
Well, mymobilegear.com/showthread.php?t=18203&page=2
The guy says he got it to work on incredible using their new beta software. Someone try it out for me? They are giving away beta keys for testing.

[Q] Bluetooth 4.0 Low Energy

Other flagships have hardware that support this - does the Nexus and is Android 4.2 likely to support it? (4.1 does not).
Why is it useful? Well if you use a heart rate monitor for sports, it will last longer. It can also be used to connect devices.
It's a huge feature for me as a runner. Currently I use a Garmin 305 which is an awesome, if ugly, product. With apps like strava / endomondo and more, it would be nice to have all this, with GPS and music on one device
I believe Bluetooth 4.0 is present on this device. Check the spec sheet on Google Play, but I'm 99.99% sure.
The hardware is present for Bluetooth Low Energy (BLE) but as yet, no version of Android supports it.
There is an issue thread on google regarding this - if people star it google might treat the issue as a priority.
http://code.google.com/p/android/issues/detail?id=33371
I think google is looking to NFC for nearfield communication forgetting some of the cool uses bluetooth can be put to.
kieren2 said:
The hardware is present for Bluetooth Low Energy (BLE) but as yet, no version of Android supports it.
There is an issue thread on google regarding this - if people star it google might treat the issue as a priority.
http://code.google.com/p/android/issues/detail?id=33371
I think google is looking to NFC for nearfield communication forgetting some of the cool uses bluetooth can be put to.
Click to expand...
Click to collapse
The Broadcom BCM4330 supports BTLE (http://www.broadcom.com/press/release.php?id=s549642), and according to this website: http://www.ubmtechinsights.com/repo...market-reports/Report-Profile/?ReportKey=8713
The LG Optimus G uses that Broadcom chip, so it's possible that the Nexus 4 also uses it?
According to the newly updated Android 4.2 changelog: http://developer.android.com/about/versions/jelly-bean.html
Android 4.2 introduces a new Bluetooth stack optimized for use with Android devices. The new Bluetooth stack developed in collaboration between Google and Broadcom replaces the stack based on BlueZ and provides improved compatibility and reliability.
Click to expand...
Click to collapse
I sure hope that we will have BTLE support with the Nexus 4. I really want to buy a Polar H7 HRM!
I'm glad someone else is concerned
It doesn't look too good. Although they have rewritten the stack, there is no mention of Bluetooth Low Energy or Bluetooth Smart.
Apart from the issue raised with google in my first post, I have no idea how to reach out to them regarding this. Does anyone know? This is Android general rather than device specific. Pretty much all the new handsets have hardware that support BLE but there is no OS support in Android
At last - some hope. Although there is no ETA, looks like we can hope for BLE support in Android 4.3
"BLE will be the next major feature we are going to add."
https://groups.google.com/forum/#!msg/android-platform/CYtxCmtZ-WI/aIzBq7KbKVUJ
Any updates on the BLE support? I am working on a BLE breakout board and would like to get it working with the Nexus 4 rather than just the computer via a dongle. From what I've found online there is a BLE stack in 4.2, yet for some reason I can't find it or get anything to work.
What exactly would this do? I understand the low energy stuff, but I don't see what else it has, and whether we have to enable it first, or something.
yahoowizard said:
What exactly would this do? I understand the low energy stuff, but I don't see what else it has, and whether we have to enable it first, or something.
Click to expand...
Click to collapse
BLE is a wireless protocol that peripheral devices can use to interface with your phone. Somewhat similar to regular bluetooth (and other proprietary wireless links), it can allow a sensor to wirelessly stream data or allow a phone to control a robot or any other device with BLE. I'm not sure if that answers your question. The real benefit is that BLE uses significantly less power (upon other things) and thus can enable a new set of devices. For example, part of my dissertation is a cardiac monitoring system which I would like to connect to my Nexus 4.
Any news?
Hi guys,
Are there any news on Bluetooth 4.0 / smart ready on the Nexus 4 and maybe 4.2.2 yet?
Was someone already able to pair the Nexus 4 with the Polar H7?
Maybe I'll order one and try if it works by now.
Thanks for your answers anyway. :good:
I have the same question about BLE.
Sent from my Nexus 4 using Tapatalk 2
kieren2 said:
Other flagships have hardware that support this - does the Nexus and is Android 4.2 likely to support it? (4.1 does not).
Why is it useful? Well if you use a heart rate monitor for sports, it will last longer. It can also be used to connect devices.
It's a huge feature for me as a runner. Currently I use a Garmin 305 which is an awesome, if ugly, product. With apps like strava / endomondo and more, it would be nice to have all this, with GPS and music on one device
Click to expand...
Click to collapse
+1
Would love to play with the Stick-n-Find and/or Meterplug. And upgrade my Fitbit to the Bluetooth 4.0 version so I don't have to keep plugging that stupid dongle into my laptop.
id628 said:
+1
Would love to play with the Stick-n-Find and/or Meterplug. And upgrade my Fitbit to the Bluetooth 4.0 version so I don't have to keep plugging that stupid dongle into my laptop.
Click to expand...
Click to collapse
Arrrghg - your post is what I found when searching for Fitbit, which I just bought. Very frustrating our N4's can't support the BT connection yet. I also hate that stupid dongle!
The new Fitbits use BLE too? Wow, Google need to get Android caught up, really never expect them to be behind with technologies.
So, should I send my H7 back, or wait???
Google finally started looking into BLE two days ago. See the bottom of this page:
http://code.google.com/p/android/issues/detail?id=33371
oren_b said:
Google finally started looking into BLE two days ago. See the bottom of this page:
http://code.google.com/p/android/issues/detail?id=33371
Click to expand...
Click to collapse
Added my vote to get them to acknowledge this. Amazing that nothing has been done yet.
id628 said:
+1
Would love to play with the Stick-n-Find and/or Meterplug. And upgrade my Fitbit to the Bluetooth 4.0 version so I don't have to keep plugging that stupid dongle into my laptop.
Click to expand...
Click to collapse
kalipedia said:
Arrrghg - your post is what I found when searching for Fitbit, which I just bought. Very frustrating our N4's can't support the BT connection yet. I also hate that stupid dongle!
Click to expand...
Click to collapse
AndyCr15 said:
The new Fitbits use BLE too? Wow, Google need to get Android caught up, really never expect them to be behind with technologies.
So, should I send my H7 back, or wait???
Click to expand...
Click to collapse
I just bought a Fitbit One which uses BLE. I'm with you guys in hoping Google gets this feature added and supported very soon. It would be really nice!
This will be addressed with K release.
Sent from my Nexus 4 using xda premium
I wonder which one will come out first. The Fitbit Flex or a Nexus 4 update with BLE.
I'm hoping it's coming soon, I just ordered a bunch of Motes to instrument my house...
http://igg.me/at/motes/x/1655370
danny.ffm said:
Hi guys,
Are there any news on Bluetooth 4.0 / smart ready on the Nexus 4 and maybe 4.2.2 yet?
Was someone already able to pair the Nexus 4 with the Polar H7?
Maybe I'll order one and try if it works by now.
Thanks for your answers anyway. :good:
Click to expand...
Click to collapse

[Q] Does Bluetooth tethering work with Nokia C3 or 6700?

Hi there
I am thinking of buying a cheap new Nokia phone in order to Bluetooth tether it to my Nexus.
The best options on my budget right now are Nokia C3 or Nokia 6700 classic.
I have read mixed messages online regarding whether Bluetooth tethering works on these phones with Nexus 7.
So I just wanted to ask if anyone has successfully attempted Bluetooth tethering with these phones on a nexus 7.
I would really like to be sure before I purchase them.
Thanks in advance.
Sent from my Nexus 7 using xda app-developers app
junius666 said:
Hi there
I am thinking of buying a cheap new Nokia phone in order to Bluetooth tether it to my Nexus.
The best options on my budget right now are Nokia C3 or Nokia 6700 classic.
I have read mixed messages online regarding whether Bluetooth tethering works on these phones with Nexus 7.
So I just wanted to ask if anyone has successfully attempted Bluetooth tethering with these phones on a nexus 7.
I would really like to be sure before I purchase them.
Thanks in advance.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
It would be better if you could borrow a friend's phone before buying..
Anyway all nokia symbian phones seems to work on android using BlueDUN
or if you have an existing android phone, you may set it up for bluetooth tethering (FoxFi to the rescue)
Keep us updated on your insights

Fitbit sync nexus 4

OK so I have been thinking about this for a while. I know the Samsung galaxy s3 and note 2 allow Bluetooth syncing. Can we try a build.prop rename for device name to spoof a galaxy s3 and see if the 4.0 can get any action? Anyone able to help me with this.
I have been in contact with Fitbit and they say the Bluetooth stack for hardware is different on each hardware. But I'm still wanting to get this working. Anyone able to assist? Fitbit one and nexus 4
Sent from my Nexus 4 using Tapatalk 2
iamdarren said:
OK so I have been thinking about this for a while. I know the Samsung galaxy s3 and note 2 allow Bluetooth syncing. Can we try a build.prop rename for device name to spoof a galaxy s3 and see if the 4.0 can get any action? Anyone able to help me with this.
I have been in contact with Fitbit and they say the Bluetooth stack for hardware is different on each hardware. But I'm still wanting to get this working. Anyone able to assist? Fitbit one and nexus 4
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
No.
Galaxy s4 is looking pretty good to me now. :-s
Sent from my Nexus 4 using Tapatalk 2
I have a Fitbit One and a Galaxy Nexus at the moment. I see the latest version will sync via Bluetooth with Samsung S3 and Note 2, but the comments on Google Play mention that it works with the Nexus 4 also. Can anyone confirm or deny this?
Sent from my Nexus 7 using Tapatalk HD
nigelw said:
I have a Fitbit One and a Galaxy Nexus at the moment. I see the latest version will sync via Bluetooth with Samsung S3 and Note 2, but the comments on Google Play mention that it works with the Nexus 4 also. Can anyone confirm or deny this?
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
I just bought a Fitbit One. I do not even see the One on my LG Nexus 4 V4.2.2 using the standard bluetooth control panel. Maybe there's a radio diag util that'll let me see it. Android Fitbit V1.6.1 software does not offer the option to sync on my LG Nexus 4. The LG Nexus 4 DOES have Bluetooth v4.0 hardware doesn't it?
I have an SMK Link V4 LE USB Bluetooth dongle on my netbook that, after downloading the god awful 400 megabyte driver from their website, does show the Fitbit One bluetooth but the Netbook refuses to attach to the Fitbit One. The Win 7 bluetooth control panel times out. It says I never entered the number (presumably on the FitBit One). I never saw any prompt to enter the four digit code on the PC or the Fitbit One.
Fitbit.com/store shows a $14.95 wireless dongle so I can sync at work & home but I'm hesitant to buy it given support for more Android phones are "coming soon". I wish they'd communicate their plans, schedules & devices better.
John
---------- Post added at 01:47 PM ---------- Previous post was at 01:14 PM ----------
jzoch said:
I just bought a Fitbit One. I do not even see the One on my LG Nexus 4 V4.2.2 using the standard bluetooth control panel. Maybe there's a radio diag util that'll let me see it. Android Fitbit V1.6.1 software does not offer the option to sync on my LG Nexus 4. The LG Nexus 4 DOES have Bluetooth v4.0 hardware doesn't it?
I have an SMK Link V4 LE USB Bluetooth dongle on my netbook that, after downloading the god awful 400 megabyte driver from their website, does show the Fitbit One bluetooth but the Netbook refuses to attach to the Fitbit One. The Win 7 bluetooth control panel times out. It says I never entered the number (presumably on the FitBit One). I never saw any prompt to enter the four digit code on the PC or the Fitbit One.
Fitbit.com/store shows a $14.95 wireless dongle so I can sync at work & home but I'm hesitant to buy it given support for more Android phones are "coming soon". I wish they'd communicate their plans, schedules & devices better.
John
Click to expand...
Click to collapse
I just stumbled upon this:
URL deleted because I'm a noob.
Finally! Wireless Sync (beta) on Android!
2013 February 12
by lking
We’re excited to announce that wireless syncing with Android has arrived! Our free Fitbit App for Android now syncs your Fitbit One and Zip stats directly to the Samsung Galaxy SIII and Note II. With our app, you can sync your stats wirelessly (beta) and see how you are tracking against your daily goals, with friends, and against historic averages. You can download the app from Google Play today!
Android dashboard
Android dashboard
We know how important it is for our customers to get real-time access to their stats. Those who’ve been able to take advantage of wireless background syncing already have been telling us how they’ve worked to get their extra steps in after receiving notifications that they’re close to their goal, or how they find motivation from the instant feedback right on their Dashboard. We are very excited to bring this feature to our Android users!
We began working on the wireless sync for Android and iOS at around the same time. It took us much longer to get this working on Android phones than it did with iOS, and we appreciate our Android users’ patience in the meantime. We know many of you may be curious about the development of this feature, and we’d like to share some insight into some of the challenges we’ve encountered and what they’ve taught us in the process.
Currently, the Android OS does not provide apps with access to the Bluetooth 4.0 chips in newer phones. To work around this, some phones instead have custom software that provides access to Bluetooth 4.0. Since this software is different for each phone, our team has worked on developing a solution for each phone independently.
Fitbit is among the first to try and use the Bluetooth 4.0 in Android phones, and part of being the first means we got to help find and document any problems with the software. We also spent quite a bit of time piecing together how the software works, since it previously hadn’t been well-documented. For many of the problems we encountered, we were able to create our own work-arounds. For others, we coordinated with phone manufacturers and carriers to get more permanent fixes in place.
For phones we have yet to introduce syncing capabilities with, we’re working with phone manufacturers to see which phones will allow our app to work with their Bluetooth 4.0 capabilities. This process involves us individually checking each model of phone. There may be better support for third-party apps to access Bluetooth in the future, and once this is available we will be able to easily support all phones with this update.
We’ve been working hard to improve the wireless sync experience, but the feature is still in beta. Syncing your stats will typically take about 30 seconds. In some cases, especially where there are issues with network connection, it may take longer. We’re working hard to provide the best user experience possible, so improved syncing speed is just one thing you can look forward to seeing in future updates of our Android app.
Fitbit is dedicated to making connected devices that fit seamlessly into your everyday life, and we fully believe that incorporating Android phones in all of our future efforts is a huge part of that. We truly appreciate our Android users’ patience as we continue to work on supporting additional mobile devices. We’re closely collaborating with phone carriers and handset manufacturers to try to support more phones. There’s a number of phones we’re actively working on, but we don’t yet have an ETA on when we might be able to release updates to include them. For now, you can see a list of all of the supported devices here. If your device is not on that list, we encourage you to contact your phone carrier to ask that they work to build out further Bluetooth support. Your feedback could help us speed this process along!
Happy syncing and logging — wherever you go!
–The Fitbit team
Seems the problem is Google have not fully implemented Bluetooth 4.0 support, but Samsung for all their faults, have. Maybe we will get lucky with the next release of Android, Google IO is 2 weeks away.
Was really thinking about a Fitbit Flex but good thing I looked up wireless syncing.
bleuiko said:
Was really thinking about a Fitbit Flex but good thing I looked up wireless syncing.
Click to expand...
Click to collapse
All Fitbit devices have wireless sync via the included bluetooth dongle. Real time active-sync via a Bluetooth 4.0 connection to your smartphone is what you are referring to..
G1ForFun said:
All Fitbit devices have wireless sync via the included bluetooth dongle. Real time active-sync via a Bluetooth 4.0 connection to your smartphone is what you are referring to..
Click to expand...
Click to collapse
Yup. As this is a Nexus 4 forum, I figured the distinction was obvious. Thanks for making it clear. Fingers cross for some BT4 announcement at IO.
So I have been reading reviews for the flex and one of them mentioned NFC syncing to mobile devices although the fitbit website doesn't seem to spec this feature..... Was this just a deranged reviewer??
edit: Another review explains the following
"Even if your phone isn't one of the currently compatible models (the Galaxy S III, S4 and Note II), the inclusion of NFC lets you quickly launch the app with a tap, though there will be no ability to sync."
Ruprect said:
So I have been reading reviews for the flex and one of them mentioned NFC syncing to mobile devices although the fitbit website doesn't seem to spec this feature..... Was this just a deranged reviewer??
edit: Another review explains the following
"Even if your phone isn't one of the currently compatible models (the Galaxy S III, S4 and Note II), the inclusion of NFC lets you quickly launch the app with a tap, though there will be no ability to sync."
Click to expand...
Click to collapse
No, that's true. It just opens up the app but doesn't sync. I hate going back to TW. Mann.
ok im going to put this out there, but why do you need to sync your fitbit with your phone at all, i use my fitbit all day long and as long as i walk within 20 feet of my pc at home with the fitbit usb adapter and software on it my fitbit syncs so does my wifes, when she gets home from work walks in front door boom sync'd i have never had to open the app to sync my fitbit manually and never seen the need to sync to app being their are indicators on all fitbits saying where you stand on activity.
You only need mobile sync if you're away from your home pc for more than 5 days.
Sent from my Nexus 7 using Tapatalk HD
nigelw said:
You only need mobile sync if you're away from your home pc for more than 5 days.
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
oh ok ty that would be why i never thought i needed it even when i got on vacation i bring my netbook which is where it syncs.
I only have a Nexus 7 and a desktop PC, so a mobile sync will be useful when I'm away on holiday.
Sent from my Nexus 7 using Tapatalk HD
m3f2u said:
No, that's true. It just opens up the app but doesn't sync. I hate going back to TW. Mann.
Click to expand...
Click to collapse
I got no reaction after tap the flex by my nexus 4. Yes, the NFC is on
billsky83 said:
I got no reaction after tap the flex by my nexus 4. Yes, the NFC is on
Click to expand...
Click to collapse
its quirky, sometimes i have to make my phone have sex with my fitbit to get it launch the app thats all the nfc feature does. its 90% of the time faster to just open the app with my finger then nfc, but its not nearly as cool as fitbit/phone sex
I have a Fitbit Flex and have looked into this. Apparently mobile syncing requires BLE (Bluetooth Low Energy) which our phones don't have. However, they are capable of it and BLE is one of the rumored additions for Android 4.3.
Personally I hate having to take my dongle back and forth between home and work so I'm looking forward to being able to sync on my phone.
bringing this thread back up. I know that we have BLE now in 4.3 but fitbit has not updated the app yet. Anyway we can spoof the app in Build.prop maybe to make it work?
Pretty sure that the app needs to be coded for the nexus 4 BLE driver first...

Categories

Resources