Showing posts with label bluetooth. Show all posts
Showing posts with label bluetooth. Show all posts

Friday, September 15, 2017

Ubuntu and RocketFish RF FLBTAD bluetooth dongle

Ubuntu and RocketFish RF FLBTAD bluetooth dongle


I bought the RocketFish RF-FLBTAD bluetooth dongle today. When it was plugged into the front USB ports of my computer, the dongle would not be recognized as an HCI device. However, when I plugged it into one of the USB ports in the back of my computer, it registered just fine. Lots of good messages in /var/log/syslog. Update: The dongle disappeared when I rebooted. However, it came back when I manually ran: sudo /etc/init.d/bluetooth restart

download file now

Read more »

Thursday, September 14, 2017

Ultimate Ears merilis Speaker Bluetooth Anti air

Ultimate Ears merilis Speaker Bluetooth Anti air


Ultimate Ears merilis Speaker Bluetooth Anti air


AGEN SABUNG AYAM - Ultimate Ears (UE) baru saja meluncurkan tiga unit speaker nirkabel terbarunya, UE Megaboom, UE Boom 2, dan UE Roll 2.

Ketiganya diklaim mampu menghadirkan kualitas suara yang menggelegar, dan memberikan cara yang unik bagi pecinta musik untuk berbagi dan menikmati musik bersama-sama.

Lewat aplikasi UE yang tersedia untuk platform iOS dan Android, pengguna dapat menghubungkan masing-masing speaker nirkabel ke satu sumber perangkat mobile.

"Dari tiga seri UE yang baru ini, UE Boom 2 merupakan produk andalan berkat berbagai fitur dan kualitas suara yang dihasilkannya," ungkap Jessica Louis, Marketing Manager

Ia menambahkan, pengguna dapat pairing hingga 208 UE Boom 2 di satu perangkat mobile melalui aplikasi yang sudah diunduh."Tak hanya UE Boom 2 yang dapat dikendalikan lewat aplikasi, UE Megaboom dan UE Roll 2 pun dapat pairing ke perangkat mobile via aplikasi," tambah Jessica.

Uniknya, saat dua speaker yang sama terhubung dengan perangkat mobile pengguna, suara yang dihasilkan kedua speaker adalah stereo. "Ini fitur yang cukup menarik, karena pengguna dapat mengatur suara mana yang terdengar lebih dominan. Selain itu, pengguna juga dapat mengendalikan speaker dengan men-tap bagian atas speaker sekali untuk memainkan/menghentikan musik, dan dua kali untuk putar lagu selanjutnya," paparnya.

Tampil dengan bentuk yang sederhana, ketiga speaker nirkabel ini sudah mengantongi sertifikasi IPX7. Ini berarti ketiganya dapat digunakan dalam keadaan basah dan direndam di dalam air selama 30 menit.
Bahkan, UE Roll 2 tampil dengan sebuah aksesoris tambahan yaitu sebuah pelampung. "Karena dapat mengambang di atas permukaan air, UE Roll 2 sangat pas digunakan saat akan mengadakan pool party dengan teman-teman atau keluarga," ucapnya.

Sekadar informasi, ketiga speaker nirkabel baru UE ini sudah tersedia di Indonesia. UE Roll 2 dibanderol dengan harga Rp 1.890.000, UE Boom 2 seharga Rp 3.390.000, dan UE Megaboom Rp 4.490.000.

download file now

Read more »

Tuesday, September 12, 2017

Transfer your big file without Bluetooth for Android phone

Transfer your big file without Bluetooth for Android phone


When transfer a file we are using Bluetooth . But without Bluetooth how to transfer a file now i shearing . The file is  too much, just a few minutes to take the time to share. This is possible Zapya v1.5.2_57  can do it . 


 Screenshot :




 

How to use it :

1. Download & install this apps .

2. Open this apps 

3.Write your name & Avatar select than Next button click 

4. Connect To Friends button click 

5. Create Group click

6. Than I See button click 

7 . show Waiting For Friends message

8.  A name show than you select it 

9. Connect the phone to the bottom - to - friend  button press,

10 .The user name will be the name of the press

11. Finally, what would you like to share, a window will appear when you press on it and select Send option.




-----------------------Download :    Zapya v1.5.2_57.apk     ------------------------------- 

 


download file now

Read more »

Sunday, August 27, 2017

Ubuntu Logitech diNovo Edge Bluetooth Wireless Keyboard Part 2

Ubuntu Logitech diNovo Edge Bluetooth Wireless Keyboard Part 2


I reported on problems with Ubuntu Logitech diNovo Edge Bluetooth Wireless Keyboard, and now in Ubuntu 11.10 Oneiric and Ubuntu 12.04 Precise the problem resurfaces each time you do a fresh install or Distribution Upgrade. But the solution is slightly different than before.

Update: The problem appears in Ubuntu/Kubuntu 12.04 Precise also, but the solution is the same.

This solution is using for the Logitech diNovo Edge in Ubuntu/Kubuntu. Symptoms are the bluetooth-device-manager kept prompting me to connect to the device but nothing I did ever worked.

Here is the solution / fix for getting the keyword to work. The source for this information is here.

The problem is in the udev rules. In 11.04 there was a special line in /lib/udev/rules.d/70-hid2hci.rules for Logitech devices that started with KERNEL=="hidraw*".
These seem to be missing in default configurations. This fix adds this line into another file instead which makes things work.

Edit the file: /lib/udev/rules.d/##-bluez-hid2hci.rules (where the ## is the number on your system. Just search for the keywords bluez-hid2hci.rules in the /lib/udev/rules.d/ directory. For example, on my system in Ubuntu 11.10 it was number 62 and on Ubuntu 12.04 is was 97.)

(If you need help editing a file, see bottom section.)

Change this line:
# Logitech devices
KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]",
RUN+="hid2hci --method=logitech-hid --devpath=%p"
to
KERNEL=="hidraw*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]",
RUN+="hid2hci --method=logitech-hid --devpath=%p"
I have made the changed sections BOLD. Save the changes to the file. I also turned bluetooth off from the icon in the system tray.
After making this change, I turned on my wireless keyboard, unplugged its bluetooth dongle, plugged it back in, paired the keyword with the dongle, and a few seconds later it worked. I did not even have to reboot.
IF YOU NEED HELP EDITING CONFIGURATION FILES UNDER LINUX, please see this link: http://awesomelinux.blogspot.com/2010/09/how-to-edit-configuration-file.html

download file now

Read more »

Wednesday, August 16, 2017

Ubuntu Logitech diNovo Edge Bluetooth Wireless Keyboard

Ubuntu Logitech diNovo Edge Bluetooth Wireless Keyboard


I use the Logitech diNovo Edge in Ubuntu/Kubuntu and I love it. When I installed Kubuntu 10.04 Lucid, this wireless keyboard failed to work. The bluetooth device manager kept prompting me to connect and pair the device with a PIN but nothing I did ever worked.

UPDATE/EDIT: This problem has been reported in version dating from 10.04 to 11.04. This solution works for those, but there is a slightly different solution for 11.10.

Here is the solution / fix for getting the keyword to work. The source for this information is here.

Edit the file: /lib/udev/rules.d/70-hid2hci.rules

(If you need help editing a file, see bottom section.)

Change this line:

# Logitech devices
KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]",
RUN+="hid2hci --method=logitech-hid --devpath=%p"

to

KERNEL=="hidraw*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]",
RUN+="hid2hci --method=logitech-hid --devpath=%p"

I have made the changed sections BOLD. I also turned bluetooth off from the icon in the system tray.

After making this change, I turned on my wireless keyboard, unplugged its bluetooth dongle, plugged it back in, paired the keyword with the dongle, and a few seconds later it worked. I did not even have to reboot.

HOW TO EDIT THE FILE (for those who need help with this stage)

New users to Linux may have trouble editing text files at first. Ill try to be simple, and this guide is for people using Gnome or KDE.

The simplest way is using a user friendly program. In Gnome (which is normal Ubuntu), the default text editor is gedit. In KDE (in Kubuntu) it is Kate. Also, this is a protected system file, so you need to use special Administrator privileges before you can edit it. Dont worry. This is simply.

KDE

In KDE, you need to find the "Run Command" option the Application menu. (The App menu is usually in the lower left-hand corner, with a colorful K-button.) In KDE4s new menu style, the "Run Command" is (currently) under the Computer section, near the top of the small list. Find the option and click it.

In the input box that displays, copy/paste the this command into it and press enter:
kdesu kate /lib/udev/rules.d/70-hid2hci.rules

The kdesu program tells the system you want to run the text editor (kate) with Admin access. You will be prompted for your individual user password, which you enter. Then kate should open with a file ready for you. (This is the /lib/udev/rules.d/70-hid2hci.rules file which we told kate to open for us.) If this file does not open, you can open it manually by going to menu File -> Open... and then navigating to the / root directory, down to lib and so on until you find the file 70-hid2hci.rules.

Edit the file as directed earlier in this article. Save the file, close the file (menu File -> Close), and then finally exit Kate.

GNOME

In Gnome, first open the Terminal through the Application menu. (The App menu is usually in the upper left-hand corner, labeled as Applications.) On my system, it is under Applications -> Accessories -> Terminal.

In the input command window that displays, copy/paste the this command into it and press enter:
gksu gedit /lib/udev/rules.d/70-hid2hci.rules

The gksu tells the system you want to run the text editor (gedit) with Admin access. You will be prompted for your individual user password, which you enter. Then gedit should open with a file ready for you. (This is the /lib/udev/rules.d/70-hid2hci.rules file which we told gedit to open for us.) If this file does not open, you can open it manually by going to menu File -> Open... and then navigating to the / root directory, down to lib and so on until you find the file 70-hid2hci.rules.

Edit the file as directed earlier in this article. Save the file, close the file (menu File -> Close), and then finally exit gedit. You can close the Terminal also.

Hope that helps.


download file now

Read more »