HTTPS/Bluetooth/Proximity

Instead of the ultrasonic token having the proximity app use htttps could we have it use Bluetooth? That way users that are non-employees (can not get on the network) that are part of the meeting can connect the app to the TP endpoint?

Hi Ben,
sound is only used to prove proximity in our solution. All other communication to & from the endpoint is done over the local network (wifi on iPad to network port on endpoint). We continue to listen for sound to prove you're still in the room (and disconnect you if you leave), but we cannot transfer presentation data or other data in the one-directional audio stream (very low bw).
We investigated Bluetooth in the early days of this project.
BT travels way further than ultrasound (which is limited by the walls of the room). This means it does not give a good poitner about real proximity. In early testing with bluetooth (before we got the ultrasound to a working solution), I could pair with meeting rooms on other floors (over/under the room I was in), or even offices far away. It all depends on how the BT signal travels.
Since BT travels far, it won't give you good enough ensurance of being in the same room. That would require us to implement something on the endpoint menu ("allow ... to connect to the system"), and we lose the "instant" feeling and simplicity of the solution.
To your PS: Sharing has been considered and we are discussing possibilities of doing this. Not committed yet, though.
Br
Henrik

Similar Messages

  • Kernel26 compile error (trying to install Synce)

    Hi!
    I'm trying to patch kernel26 (using files from abs, version 2.6.21.1-8), with this patch: http://synce.svn.sourceforge.net/svnroo … -wm5.patch
    I'm following instructions here: http://www.synce.org/index.php/Connecti … is-lite%29
    I copied the kernel26 directory from abs tree and added the patch to source(), md5sums() and added a patch-line further down... also changed command to "make menuconfig"... here's the whole PKGBUILD file:
    # $Id: PKGBUILD,v 1.224 2007/05/06 18:54:10 tpowa Exp $
    # Maintainer: judd <[email protected]>
    pkgname=kernel26
    _basekernel=2.6.21
    pkgver=2.6.21.1
    pkgrel=8
    pkgdesc="The Linux Kernel and modules"
    arch=(i686 x86_64)
    url="http://www.kernel.org"
    backup=('boot/kconfig26' etc/mkinitcpio.d/${pkgname}.preset)
    depends=('module-init-tools' 'mkinitcpio>=0.5.13')
    # pwc, ieee80211 and hostap-driver26 modules are included in kernel26 now
    # nforce package support was abandoned by nvidia, kernel modules should cover everything now.
    # kernel24 support is dropped since glibc24
    replaces=('kernel24' 'kernel24-scsi' 'kernel26-scsi'
    'alsa-driver' 'ieee80211' 'hostap-driver26'
    'pwc' 'nforce' 'squashfs' 'unionfs' )
    install=kernel26.install
    source=(linux-2.6.21-rndis_host-wm5.patch
    #ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
    http://www.port80-se.lkams.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
    #http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.21-rc7.bz2
    #http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.21-rc7-git5.bz2
    ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-$pkgver.bz2
    config config.x86_64
    logo_linux_clut224.ppm
    logo_linux_mono.pbm
    logo_linux_vga16.ppm
    kernel26.preset
    mkinitcpio-$pkgname.conf
    acpi-dsdt-initrd-v0.8.4-2.6.21.patch
    toshiba-bluetooth.patch
    toshiba-acpi.patch
    usb-storage-unusual-devs.patch
    mactel-linux-2.6.21.patch
    coretemp.patch
    atkbd.patch
    alsa-20070506.patch.bz2
    alsa-include.patch.bz2
    patch_realtek.patch
    sis900.patch
    zd1211.patch
    acpi-buggy-bios.patch
    bluetooth-alsa.patch
    revert_sky2.patch
    http://heanet.dl.sourceforge.net/sourceforge/squashfs/squashfs3.2-r2.tar.gz
    ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/unionfs-2.x/linux-2.6.21-u2.diff.gz)
    md5sums=('d590b4ddeb2901ee2f0ab6b32777140f'\
    '1b515f588078dfa7f4bab2634bd17e80' 'c4c368f173af267a564948065ffc1689'\
    'dd0ab2770aa77868a0ca73822daecdfe' '89af4e2eceaf6e0c2d01567438fcc961'\
    '5a62bcc7e96601052c7405459b483826' 'ed6b42fea2f5d27f7eb920746ccc1ebb'\
    'a995ec849ea43d3c89d607bbdd1e7d09' '2365779022389399c5c705004cdbc583'\
    '36858bd6a0bca63d2aa901b2e42d4a05' '493137566bc397ec762c86e64bd96849'\
    '695d8578a0334fa9bb140917561f03d4' 'f6978eca251dfca21ffa46f1169583a4'\
    '3ed791c3af3099489faf0d22cbcc55a8' '55e6fb0b0778db4ffea45c75565e1f28'\
    '197453581bf03bd8f6cb50a4cbcc8685' '3f72c692c7c9cf596680bc3ce0cb84ec'\
    '9db585806016b338a11886b2cbba84de' '5e00933ee60f7e1af44225e785de6820'\
    '00bc768e40b48bbbcea4466289af29fc' 'f0c3200fde468a1ed37b363f0fb60c9c'\
    'bec19952e53d01fc5f4e6f48ce3fa856' 'bbc730a590d4e09b3d937b257e5a4bfe'\
    'b68adb3c52eeff2d441ca41c380382b7' '34980076fbd8e745d9345b42f6457fa4'\
    'bf360b92eba9e6d5610196ce2e02fcd1' '4964894a3f406d600226b62de570605b')
    build() {
    [ "${CARCH}" = "i686" ] && KARCH=i386
    [ "${CARCH}" = "x86_64" ] && KARCH=x86_64
    cd $startdir/src/linux-$_basekernel
    # add upstream patch from 2.6.21 series
    patch -Np1 -i ../patch-$pkgver || return 1
    #patch -Np1 -i ../patch-$pkgver-rc7 || return 1
    #patch -Np1 -i ../patch-2.6.21-rc7-git5 || return 1
    # add acpi custom dsdt patch
    patch -Np1 -i ../acpi-dsdt-initrd-v0.8.4-2.6.21.patch || return 1
    # fix enabling of bluetooth on some toshiba notebooks
    patch -Np1 -i ../toshiba-bluetooth.patch || return 1
    # fix hotkeys on some toshiba notebooks
    patch -Np1 -i ../toshiba-acpi.patch || return 1
    # fix I/O errors with Teac HD-35PU devices
    patch -Np1 -i ../usb-storage-unusual-devs.patch || return 1
    # add mactel patch
    patch -Np1 -i ../mactel-linux-2.6.21.patch || return 1
    # add coretemp and additional sensors
    patch -Np1 -i ../coretemp.patch || return 1
    # fix atkbd issue on some laptops
    patch -Np1 -i ../atkbd.patch || return 1
    # add latest alsa fixes ftp://ftp.suse.com/pub/projects/alsa/snapshot/driver/
    # status is 20070506!
    patch -Np1 -i ../alsa-20070506.patch || return 1
    patch -Np0 -i ../alsa-include.patch || return 1
    # fix patch_realtek for new asus and lenovo
    patch -Np1 -i ../patch_realtek.patch || return 1
    # fix sis900 oops
    patch -Np1 -i ../sis900.patch || return 1
    # fix zd1211 driver to support more cards
    patch -Np1 -i ../zd1211.patch || return 1
    # fix buggy bios acpi to get c states
    patch -Np1 -i ../acpi-buggy-bios.patch || return 1
    # revert sky2 change, it breaks some nics that actually work fine, sigh
    patch -Rp1 -i ../revert_sky2.patch || return 1
    # fix alsa bluetooth, http://bluetooth-alsa.cvs.sourceforge.net/bluetooth-alsa/plugz/patches/
    patch -Np1 -i ../bluetooth-alsa.patch || return 1
    # add sqashfs
    patch -Np1 -i ../squashfs3.2-r2/kernel-patches/linux-2.6.20/squashfs3.2-patch || return 1
    # add unionfs
    patch -Np1 -i ../linux-2.6.21-u2.diff || return 1
    patch -Np1 -i ../linux-2.6.21-rndis_host-wm5.patch || return 1
    # remove the extraversion from Makefile
    #sed -i 's|^EXTRAVERSION = .*$|EXTRAVERSION =-rc7|g' Makefile
    sed -i 's|^EXTRAVERSION = .*$|EXTRAVERSION =|g' Makefile
    # Arch logo!
    cp ../logo_linux_clut224.ppm drivers/video/logo/
    cp ../logo_linux_mono.pbm drivers/video/logo/
    cp ../logo_linux_vga16.ppm drivers/video/logo/
    if [ "$CARCH" = "x86_64" ]; then
    cat ../config.x86_64 >./.config
    else
    # get rid of the 'i' in i686
    carch=`echo $CARCH | sed 's|i||'`
    cat ../config | sed "s|#CARCH#|$carch|g" >./.config
    fi
    # build the full kernel version to use in pathnames
    . ./.config
    #_kernver="2.6.21-rc7${CONFIG_LOCALVERSION}"
    _kernver="${_basekernel}${CONFIG_LOCALVERSION}"
    # load configuration
    #yes "" | make config
    make menuconfig
    # build!
    make bzImage modules || return 1
    mkdir -p $startdir/pkg/{lib/modules,boot}
    make INSTALL_MOD_PATH=$startdir/pkg modules_install || return 1
    cp System.map $startdir/pkg/boot/System.map26
    cp arch/$KARCH/boot/bzImage $startdir/pkg/boot/vmlinuz26
    install -D -m644 Makefile \
    $startdir/pkg/usr/src/linux-${_kernver}/Makefile
    install -D -m644 kernel/Makefile \
    $startdir/pkg/usr/src/linux-${_kernver}/kernel/Makefile
    install -D -m644 .config \
    $startdir/pkg/usr/src/linux-${_kernver}/.config
    install -D -m644 .config $startdir/pkg/boot/kconfig26
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/include
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/arch/$KARCH/kernel
    for i in acpi asm-generic asm-$KARCH config linux math-emu media net pcmcia scsi sound video; do
    cp -a include/$i $startdir/pkg/usr/src/linux-${_kernver}/include/
    done
    # copy files necessary for later builds, like nvidia and vmware
    cp Module.symvers $startdir/pkg/usr/src/linux-${_kernver}
    cp -a scripts $startdir/pkg/usr/src/linux-${_kernver}
    # fix permissions on scripts dir
    chmod og-w -R $startdir/pkg/usr/src/linux-${_kernver}/scripts
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/.tmp_versions
    cp arch/$KARCH/Makefile $startdir/pkg/usr/src/linux-${_kernver}/arch/$KARCH/
    if [ "$CARCH" = "i686" ]; then
    cp arch/$KARCH/Makefile.cpu $startdir/pkg/usr/src/linux-${_kernver}/arch/$KARCH/
    fi
    cp arch/$KARCH/kernel/asm-offsets.s $startdir/pkg/usr/src/linux-${_kernver}/arch/$KARCH/kernel/
    # add headers for lirc package
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/drivers/media/video
    cp drivers/media/video/*.h $startdir/pkg/usr/src/linux-${_kernver}/drivers/media/video/
    for i in bt8xx cpia2 cx25840 cx88 em28xx et61x251 pwc saa7134 sn9c102 usbvideo zc0301; do
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/drivers/media/video/$i
    cp -a drivers/media/video/$i/*.h $startdir/pkg/usr/src/linux-${_kernver}/drivers/media/video/$i
    done
    # add dm headers
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/drivers/md
    cp drivers/md/*.h $startdir/pkg/usr/src/linux-${_kernver}/drivers/md
    # add inotify.h
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/include/linux
    cp include/linux/inotify.h $startdir/pkg/usr/src/linux-${_kernver}/include/linux/
    # add CLUSTERIP file for iptables
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/net/ipv4/netfilter/
    cp net/ipv4/netfilter/ipt_CLUSTERIP.c $startdir/pkg/usr/src/linux-${_kernver}/net/ipv4/netfilter/
    # add vmlinux
    cp vmlinux $startdir/pkg/usr/src/linux-${_kernver}
    # copy in Kconfig files
    for i in `find . -name "Kconfig*"`; do
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/`echo $i | sed 's|/Kconfig.*||'`
    cp $i $startdir/pkg/usr/src/linux-${_kernver}/$i
    done
    if [ "${KARCH}" = "i386" ]; then
    mkdir ${startdir}/pkg/usr/src/linux-${_kernver}/include/asm-x86_64
    cp -a include/asm-x86_64/tsc.h ${startdir}/pkg/usr/src/linux-${_kernver}/include/asm-x86_64
    else
    mkdir ${startdir}/pkg/usr/src/linux-${_kernver}/include/asm-i386
    cp -a include/asm-i386/tsc.h ${startdir}/pkg/usr/src/linux-${_kernver}/include/asm-i386
    fi
    cd $startdir/pkg/usr/src/linux-${_kernver}/include && ln -s asm-$KARCH asm
    chown -R root.root $startdir/pkg/usr/src/linux-${_kernver}
    cd $startdir/pkg/lib/modules/${_kernver} && \
    (rm -f source build; ln -sf ../../../usr/src/linux-${_kernver} build)
    # for binary modules make prepare
    cd $startdir/pkg/lib/modules/${_kernver}/build
    make prepare
    # install fallback mkinitcpio.conf file and preset file for kernel
    install -m644 -D $startdir/src/${pkgname}.preset $startdir/pkg/etc/mkinitcpio.d/${pkgname}.preset || return 1
    install -m644 -D $startdir/src/mkinitcpio-$pkgname.conf $startdir/pkg/etc/mkinitcpio.d/$pkgname-fallback.conf || return 1
    # set correct depmod command for install
    sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/kernel26.install
    echo -e "# DO NOT EDIT THIS FILE\nALL_kver='${_kernver}'" > ${startdir}/pkg/etc/mkinitcpio.d/${pkgname}.kver
    When compiling it goes smoothly for quite some time, then this happens:
    ........lots of compiling stuff.......
    CC [M] lib/zlib_inflate/inflate_syms.o
    LD [M] lib/zlib_inflate/zlib_inflate.o
    CC arch/i386/lib/msr-on-cpu.o
    LD arch/i386/lib/built-in.o
    CC arch/i386/lib/bitops.o
    AS arch/i386/lib/checksum.o
    CC arch/i386/lib/delay.o
    AS arch/i386/lib/getuser.o
    CC arch/i386/lib/memcpy.o
    CC arch/i386/lib/mmx.o
    AS arch/i386/lib/putuser.o
    AS arch/i386/lib/semaphore.o
    CC arch/i386/lib/strstr.o
    CC arch/i386/lib/usercopy.o
    AR arch/i386/lib/lib.a
    GEN .version
    CHK include/linux/compile.h
    UPD include/linux/compile.h
    CC init/version.o
    LD init/built-in.o
    LD .tmp_vmlinux1
    drivers/built-in.o: In function `usbnet_set_settings':
    (.text+0x897f5): undefined reference to `mii_ethtool_sset'
    drivers/built-in.o: In function `usbnet_get_settings':
    (.text+0x897c0): undefined reference to `mii_ethtool_gset'
    drivers/built-in.o: In function `usbnet_get_link':
    (.text+0x89858): undefined reference to `mii_link_ok'
    drivers/built-in.o: In function `usbnet_nway_reset':
    (.text+0x89870): undefined reference to `mii_nway_restart'
    make: *** [.tmp_vmlinux1] Error 1
    ==> ERROR: Build Failed. Aborting...
    I really don't get anything out of that error message! But I can see it has something to do with usbnet... And I need CONFIG_USB_USBNET=y... Well, can someone please help me?
    ...if you need I can show the .config file created by make menuconfig, but it could not be posted here (was too long)..
    Last edited by Urkburk (2007-05-14 19:31:02)

    klixon wrote:
    I'm not sure what the exact option is in menuconfig, but i guess you have to be sure that
    # grep CONFIG_MII .config
    either yields "m" or "y"
    It's probable somewhere under "device drivers" -> "Network devices" -> "Ethernet (10 or 100Mbit)" or something like that...
    Oh, the output was:
    [simon@urkburk kernel26]$ grep CONFIG_MII config
    CONFIG_MII=m
    I wonder what the name of that module is... this is a really annoying problem when compiling modules =/ I run into this problem too often, not knowing the name of some module. Is there a good way to find the name of the CONFIG_MII module?
    Edit:
    ...strange... when I tried to recompile the package this is what was set in the make menuconfig:
    CONFIG_MII:
    Most ethernet controllers have MII transceiver either as an external
    or internal device. It is safe to say Y or M here even if your
    ethernet card lack MII.
    Symbol: MII [=y]
    Prompt: Generic Media Independent Interface device support
    Defined at drivers/net/Kconfig:183
    Depends on: NET && NETDEVICES && !UML && NET_ETHERNET
    Location:
    -> Device Drivers
    -> Network device support
    -> Network device support (NETDEVICES [=y])
    -> Ethernet (10 or 100Mbit)
    -> Ethernet (10 or 100Mbit) (NET_ETHERNET [=y])
    Selected by: MACB && NET && NETDEVICES && !UML && NET_ETHERNET && (AV
    ...note the "Symbol: MII [=y]", so it should already be compiled in to the kernel =/
    I really don't understand why it shows no difference in dmesg from before I plug the (Qtek 9100 WM5) device in, and after... Nothing happens...
    Last edited by Urkburk (2007-05-14 20:49:17)

  • Problems with E72 with Jaguar XK integrated blueto...

    I have just upgraded my E71 to an E72. I have paired my devices and it is recognised. I can receive and make calls no problem.
    However, previously with my E71 I could use all the functionality with my jaguar phone. However, with the E72 the ability to access my phone book and last 10 numbers dialled has disappeared.
    Has anyone any ideas?

    Hi MaccaBristol
    I don't know which firmware version you E72 is using but you might like to look at this Jaguar resource here:http://bluetooth.jaguar.com/
    Here is screenshot of result:http://i28.tinypic.com/30mpw07.jpg
    Don't know whether it is worth deleting all existing pairings from Jaguar and starting again.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • 5800 sync address book with Landrover phone kit

    I have succesfully connected the 5800 via bluetooth with a Landrover Freelander 2 car kit. But  I cannot get the address book to down load - it says downloding, but then the in car address book is empty. Does anyone know how to solve this?
    Thanks

    For the benefit of anyone else reading....I've found a partial solution.
    Land Rover website (http://bluetooth.landrover.com/dial.aspx) says Nokia 5800 should be campatible with exception of call lists and automatic phonebook download - so the "copy from phone" won't work, but you should be able to select contacts on the phone and send them as business cards to the Freelander via bluetooth (you can "mark" more than one to send at once).
    Unfortunately, I can't get this to work for contacts in my phone memory (though the website says it should work).  You can get around it by copying your contacts to your SIM first, and then sending them as business cards.
    A bits fiddly, but it does work.  You can then delete all the SIM contacts - see the phone handbook for details.
    Hope that helps someone!

  • Btsco does not install kernel module snd_bt_sco for current kernel

    Hey,
    When installing package btsco, the only snd_bt_sco module installed is for kernel version 2.6.19-ARCH.
    So as it stands, bluetooth headset functionality on current is broken. All other bluetooth related features seem to function ok.
    Sarton

    I've been doing some research to get my bluetooth headset to work. Theres been changes lately to the packages which affect the wiki article on getting bluetooth headsets to work. btsco is deprecated afaik. supposedly the plugz project is where its at now. I am having trouble finding any solid information on this subject.  I am going to make a PKGBUILD for plugz from cvs, and see what happens from there.
    http://bluetooth-alsa.sourceforge.net/index.html

  • Windows Proximity Un/Lock using ThinkPad Bluetooth with Enhanced Data Rate Software

    While installing the driver for ThinkPad Bluetooth with Enhanced Data Rate Software, the installer asks whether I want to include additional features such as Windows Proximity Un/Lock, file transfer, and others. However, after installing, I cannot find the Proximity Un/Lock option anywhere.
    Can someone please enlighten me as to how I can activate this built-in feature? THANKS!
    -Raj

    Hi
    Welcome to Lenovo Community
    You can directly download and install this package . It will not do any harm to any other component of Operating System
    http://support.lenovo.com/en_US/detail.page?LegacyDocID=MIGR-70042
    Hope This Helps
    Cheers!!!

  • Bad Reception, Muffled Bluetooth Voice, Crazy Proximity Sensors

    I would like to start a new thread to summarize all major the problems of the iPhone 4. Apple has to either release a software update or just do a total recall for all iPhone 4 users. Consumers should NOT be responsible for the time they have wasted to troubleshoot the device, paying the restocking fee or buying a Bumper Case.
    1. Antenna: In spotty area mostly running 1900 MHz band, the iPhone 4 reception degrades until 1 to 0 bar when the hand or any conducting material has blocked the bottom left of the phone with a notch on the stainless steel antenna.
    2. *Muffled Bluetooth audio quality:* where the listener has no way to hear a clear voice at all beside a muffled voice with low volume when speaker is using a Bluetooth that is connected to the iPhone 4. It happens to various Bluetooth headsets on the market including the Jawbone, Jawbone Icon, Plantronics 925, Sony, Motorola, and more. The muffled sound does not occur consistently. Sometimes is clear, but most of the time bad.
    3. *Proximity Sensors:* Not sure if the sensor is located on top of the ear piece. During a phone call using the ear piece, people are experiencing trouble with the screen goes on and off and the face controlling the screen unintentionally which leads to hang up, mute, and other types of accidental operations.
    These are critical issues that affect normal phone calls and iPhone 4 has failed to achieve anyone of them.
    Message was edited by: squarejp

    espleyk wrote:
    Really sorry to burst into your discussion, but I can't find any way of asking a question.
    Like you, it's my first smartphone and I am really frustrated with it too. Am awaiting delivery of a new phone today due to its inability to connect to the internet or for me to get email.
    But today's frustration is this and it's a really urgent query that I'm hoping someone can help me with quickly before the delivery man arrives.
    Having spent all day Sunday getting my contacts sorted out, I'm nervous about losing them. So installed ovi suite this morning and apparently successfully to copy my contacts etc through content copier. It said it had saved them to
    C:\Users\Karen\AppData\Roaming\Nseries\ContentCopier\2009-07-23Nokia N97 (2).nbu. However when I went to look for the folder AppData, it doesn't exist and I can't find it anywhere.
    Any idea where it may have gone and what I can do to get my contacts onto my pc. I've tried going through the mass storage route on the phone, but then the folders that appear do not hold the contact details anywhere.
    I am desperate (in so many ways ;-)
    Any help gratefully received
    Technopigmy 
    to see the Appdata folder on your pc you need to Show Hidden files and folders.
    using windows XP (not sure about vista) goto My Computer. on the menu bar, select "Tools" then "Folder options", then "View". select the option that says "show hidden files and folders"
    Another way to get the contacts from your phone is using PC Suite. Select the "Contacts" function in pc suite.
    once this opens, highlight the contacts you want to copy and go to "File" and "export"
    here you can export your contacts as a text file or as a csv file for that you can open in Excel etc.
    Message Edited by foxmeister on 23-Jul-2009 12:53 PM
    If this Post is helpful. A click on the White Kudos star is always Appreciated
    Last Nokia: Nokia Lumia 800
    Current Phone: A Non Nokia Device
    Previous Phones:Don't Ask ;-)

  • Bluetooth and HTTP

    Hello,
    I'm very confused of how a middlet communicates and exchanges data.
    Let's say that there is bluetooth connection established between a middlet and my laptop.
    Can I use the HTTP protocol to send and get data? If I can then how can I know that I'm using
    the bluetooth connection and not GPRS.
    Thanks in advance

    No, you cannot communicate via HTTP. You simply get a stream connection, identical to something like a socket.

  • Zen Style M300 Bluetooth Streaming Problems

    +~Hi
    I've got a new 8gb Zen Style M300 player which I've upgraded with the latest .00.6e firmware.
    I have been able to pair to a blueTooth headset (Nokia BH24 http://europe.nokia.com/find-product...s#Connectivity?) and it will connect every time.
    However the streaming is choppy (something like 0 pulses per second) so the BT is unuseable - I've turned off my wifi etc in the house in case this was interfering, but that didn't help
    Has anyone managed successfull BT streaming...
    This headset supports the following standards:
    Bluetooth version:
    2. with enhanced data rate (EDR)
    Bluetooth profiles:
    Handsfree profile (HFP) .5
    Headset profile (HSP) .
    Advanced Audio Distribution Profile (A2DP) .2
    Audio/Video Remote Control Profile (AVRCP) .0.

    /Re: Zen Style M300 Bluetooth Streaming ProblemsIHi KokChoy
    Proximity & different headphones don't seem to help, and the included audio-book shows the same problem...
    However some good news : the M300 streams OK to a friend's Jawbone Jambox speakers so it'slooks like the BT on the M300 does meet some of the BT standards.
    My Samsung Q330 Laptop streams OK to the Nokia BH24 headset, which shows that this device?is not faulty.
    It just looks like that the BT streaming from the M300 somehow?doesn't match the BT of the BH24
    Specs for the jambox are these, which appear to be the same as the BH24 on my st post - strange
    http://www.jawbone.com/speakers/jambox/specs
    Bluetooth
    Wireless Range: at least 33 feet<
    Bluetoothv2. compliant<
    Supports Enhanced Data Rate (EDR)<
    Profiles Supported: Advanced Audio Distribution Profile (A2DP) .2, Hands-Free Profile (HFP) .5, Headset Profile (HSP) .<
    <

  • Problems Connecting Bluetooth

    I Can't get my new i6 to connect with Bluetooth. Any suggestions.

    The attempted connection is to a land line Panasonic home phone.  The  car
    is a 2015 model.  I did not restore the 6 from my old 4s.  Does  the name
    have any relevance?  Pardon my ignorance, but I am NOT a  sophisticated
    techie.  It was very simple with the 4s.  I turned on  bluetooth, put it in
    proximity to the other electronics, the phone identified  them and I could
    connect.  With the 6, the phone won't identify any  bluetooth device with which to
    connect.  In my simplistic mind that seems  to point to a problem with the 6
    or its software.  I have noted that others  report similar problems on the
    internet in non-Apple forums.  Do you have  any suggestions?
    In a message dated 2/1/2015 11:51:14 A.M. Mountain Standard Time, 
    [email protected] writes:
                 You  received a reply           ChrisJ4203
    (https://discussions.apple.com/people/ChrisJ4203?ac_cid=op123456)   has replied to your
    question. You can view  the full discussion
    (https://discussions.apple.com/message/27589546?ac_cid=op123456#27589546)  in Apple Support  Communities.      
             Problems  Connecting Bluetooth
    (https://discussions.apple.com/message/27589546?ac_cid=op123456#27589546)    
    The Bluetooth in the iPhone will not connect  to another phone. What
    year/make/model of car  are you trying to connect to? Did you restore  the iPhone
    6 from a backup of the iPhone 4s?  Does it have the same name as the iPhone 
    4s?
    _Correct  Answer _
    (https://discussions.apple.com/email/thread/6809361/correct/27589546) _Helpful  Answer  _
    (https://discussions.apple.com/email/thread/6809361/helpful/27589546)   Use  the buttons above to tell ChrisJ4203 and
    the  rest of the community if this reply solved your  question or helped you
    get closer to finding a  solution.   To  reply to ChrisJ4203, _go  to the
    discussion_
    (https://discussions.apple.com/message/27589546?ac_cid=op123456#27589546)  in Apple Support  Communities.            You  are receiving this
    email from Apple Support  Communities. You can change your email 
    preferences in your Apple  Support Communities Profile
    (https://discussions.apple.com/user-preferences!input.jspa) .   TM  and copyright © 2014 Apple Inc. 1
    Infinite Loop,  MS 96-DM. Cupertino, CA 95014.   All Rights  Reserved
    (http://www.apple.com/legal/)  | Privacy  Policy
    (http://www.apple.com/legal/privacy/)  | Terms  of Use (https://discussions.apple.com/docs/DOC-5952)  |
    Apple  Support (http://www.apple.com/support/)

  • Question about AppleScript, iTunes and the app Proximity...

    So I have this application Proximity, which uses bluetooth's proximity to the cpu to run both an out-of-range script and and in-range script. I'm currently using it to activate my screensaver with password lock and vice versa. I'm also using it to sync my Bluetooth phone via iSync. Finally, I'm using it to pause and pause/play iTunes when I come and go from the cpu. The problem I was having was that if I had iTunes closed the script would still open it and then play the first tune. If iTunes is closed I don't want it to start playing. I came up with a workaround, but it seems a little sloppy. Here is what I came up with, but I want to make it as seamless and clean as possible. This is a script for when I enter the proximity of the cpu. If it's in a paused state it will play. If it's in a stopped state (it will quit) or closed from the get go, iTunes will open then subsequently quit.
    -- PlayPause iTunes
    tell application "iTunes"
    if player state is paused then
    playpause
    end if
    end tell
    tell application "iTunes"
    if player state is stopped then quit
    end tell

    How to Get Apps From the App Store Without a Credit Card
    http://ipadhelp.com/ipad-help/how-to-get-free-apps-from-the-app-store-without-a- credit-card/
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    http://support.apple.com/kb/ht2534
    If None is not available - On your computer launch iTunes and click "iTunes Store" in the left navigation pane. Click the "down arrow" next to your name at the top right side of the page and click "Account." Enter your username and password and click "View Account" to log into your account information. Next to your Payment Type, click "Edit." Select the "None" button and click "Done." Confirm that your card has been removed by returning to the Apple account information screen. Under Payment Type, it should say that there is no credit card on file.
     Cheers, Tom

  • Proximity Sensor Issue?-Send Feedback

    Yes there is an illusive issue with the Proximity Sensor. We can complain. Or we can help.
    I know Apple does not want people thinking they produce junk.
    Send Feedback!
    http://www.apple.com/feedback/iphone.html
    Describe the conditions when your iPhone 4 malfunctions.
    If we fill the feedback channel with useful data they will have what they need to fix the issue.
    Lets be proactive. Lets be part of the solution.

    I don't think Apple can fix the proximity sensor in the current model. iPhone 4 has been out for 2 months. If the problem was fixable, they would have done it by now. The last iPhone 3Gs has 3 small proximity sensors on the left side of the speaker. To make space for the front camera, Apple moved the proximity sensor above the speaker. In other words, proximity sensor is a Hardware problem that can not be fixed with a software update. IP 4 is almost useless to make phone calls (unless you use it with bluetooth headset or with speaker). But don't expect any fixes until the next model. If you don't like it, return it.
    Read the following horror story from a reporter of PCWorld
    http://www.pcworld.com/article/201232/iphone4_**_a_personal_tale_of_iphone_4woes.html

  • Bluetooth 4.0 USB adapter recommendations?

    I am looking for a BT 4.0 dongle that is OSX (Yosemite) compatible. Looked at IOGEAR GBU521 on Amazon, but unlike Amazon, IOGEAR site says it is only for Windows.  No drivers available for Macs.  Can anyone recommend a reliable adapter for use with my early 2011 MacBook Pro?
    Thanks.

     
    Hi cvenegas23, 
    Thank you for visiting Sony Community! 
    Possibly the Bluetooth device is not functioning well or the driver is not communicating well with the device. Please follow the steps here to isolate the issue: 
    Reinstall Bluetooth driver - Go to Device manager -> (Start -> type Device Manager on search box or simply search Device Manager for Windows 8/8.1) -> Look for Bluetooth driver. If not listed, click Network adapters or click View -> Show hidden devices. Once you see Bluetooth, right click and select Uninstall (DO NOT DELETE). Restart the unit. Driver/s will be reinstall.
    Kindly go to Sony's website based on your location or from where you purchased the computer and download BLUETOOTH® WIRELESS driver. You may download Sony® Firmware Extension Parser Device Driver as well. 
    Run Vaio Update, Windows Update and Scan the unit using an Antivirus. 
    Your Vaio SVP132A1CW is not being recognized by our system. It seems that this is not a U.S. model. 
    For further assistance regarding your concern, please contact the Sony offices/Sony representative offices nearest to your place of residence in Asia Pacific region http://www.sony-asia.com/countryselector.html?hpid=countryselector:AsiaPacific. Due to proximity, they are in a better position to respond to your questions or concerns. 
    Hope these help. 
    Best regards,
    Vincent 
    If my post answers your question, please mark it as "Accept as Solution"
     

  • BB 10 - Smartcard Reader Support App & Proximity Lock etc.

    Hi,
    S/MIME isnt supported without an BES10, ok. :-(
    But, can i use the Smart Card Reader 2.0 without BES10 at least for Proximity Lock on my new Q10 like at my 9900?
    Will be Smartcards (like the Safenet 330) supported on BB10 without BES10? (For Device Lock or to get VPN Certificates from the Smartcard)
    Is the Smart Card Support App released? I cant find it in the App World :-(

    I refer to the official Blackberry Q10 10.1 manual. Under Passwords & Security you find a "About Smart Cards" Section.
    here is the Link: http://docs.blackberry.com/en/smartphone_users/deliverables/50635/als1334337087097.jsp
    "...About smart cards
    After you download the BlackBerry Smart Card Support app from BlackBerry World, you can use a smart card and your device password to unlock your BlackBerry device. You can also use smart card certificates to send S/MIME-protected messages................."
    There is no way to pair the Smartcard Reader with the Device without this App. The normal Bluetooth Pairing function doesnt work because the Reader is a special Device (which works with 256 bit AES-Encryption etc.)
    On a 9900/9930 you must enter the Reader Section in the Settings and then select a "Connection-Assistant" which turns Bluetooth on and asks for pressing Buttons on the Reader/entering Pins displayed on the Reader..

  • IPodTouch SDK for non apple bluetooth device

    I need to know if I can programmatically connect my iPod Touch (OS 3.0) to a non apple blue tooth device using the Apple iPod SDK.
    I know that I can connect my iPod Touch (OS 3.0) to other iPods using GameKit API, But can I connect to other non apple Bluetooth devices?

    But can I connect to other non apple Bluetooth devices?
    An iPhone or touch will connect to non-Apple branded devices via Bluetooth now, such as Motorola headphones or Jensen car stereos for audio playback and phone calls.
    You need to specify what you want to do exactly if your plan is outside those types of connectivity. Other uses can include proximity and remote speaker applications.
    You might want to look over the External Accessory framework, released with 3.0.
    ...keep in mind, however, that the only way to communicate with other BT devices via the EAF is if they are in the 'Made for iPod' accessory program. http://developer.apple.com/iphone/program/accessories/
    However again.... Even though they communicate through standard BT connections, accessories need special hardware in order to process the data stream coming from the iPhone / iPod touch. Unfortunately, this may mean that any idea of communicating with generic BT devices won't work on iPhone OS 3.x.
    If the devices you want to talk to are Bonjour-discoverable via WiFi, they don't need to be part of the MfI program. Does that sound like your case?
    Also you may want to keep in mind that 3rd. party devs in the future may release dongles that connect via the 30-pin dock port, providing access to existing BT devices. If said devs opened their communication protocols, that might enable the goal of communicating with said devices.

Maybe you are looking for

  • Soap receiver target url

    Hi guys, I'm having some doubts on a soap receiver adapter. Imagine, you use the ID to define a webservice. Two simple synchronous interfaces, meaning, you send a string and receive another string via SOAP. In the ID you define the comm channels, the

  • Employee as Vendor

    Hi All I have questions around the creation of Employee as a vendor. My understanding is that there is native SAP interface that require configuration and then the employee vendor can be created with the use of the info type. I would appreciate if yo

  • Why is my network extender flashing red and pink?

    hi, I have had my Verizon extender for a while, I bought a new Motorola modem/router connected them up and now my network extender isn't blue like it was before. the system band is flashing red and the gps band is solid pink. I have unplugged it more

  • Error 4850 whenever i try to download

    I kkep on receiving Error 4850 whenever i try to download using my Blackberry 8520. The other problem is that it kkeeps on saying download failed what shopuld i do? Help?

  • Require that this column contains information is missing

    I've got a Risks List on SharePoint 2007, as part of Project Server 2007 ,within which there is a column that I want to change its status to "required". I went to Settings --> List Settings, under Columns I clicked on the column name to edit. But und