Posts Tagged ‘bluetooth’

UPDATED Rumor Mill: Zeemote Purchased?

Wednesday, November 18th, 2009

Zeemote
(more…)

Mobile Distillery – Feed The Gold Rush

Monday, April 13th, 2009

Gold Rush Miner

(more…)

Connect Your Bluetooth At $120 An Hour

Sunday, December 28th, 2008

Best Buy Bluetooth ConnectivityDuring the frenzy of holiday shopping, I went to Best Buy to do my part to help out the US Economy and Retail Sales for electronics. Browsing through the Best Buy Mobile section of the store I came across this sign. Best Buy is offering to pair your bluetooth headset to your new mobile phone (purchased through them), by using their Geek Squad service. Great. They are being helpful and provide value-added services.

But what I find amazing is the fact that they are assigning a $9.99 value. I would proposed that pairing a headset to a phone takes about 5 minutes. Based on that they are creating a service that costs $120/hour! I looked on the Geek Squad website and I could not find this service listed. It’s only available at the store at the time of purchase. They won’t go to your home or office and perform the service there. But the closest comparable is the Standard Wireless Networking Service (In Home/Office) for $119.99. So this seems to validate their cost model to charge.

In contrast, I asked Store Reps at AT&T, Sprint, T-Mobile and Verizon and they all said that when a customer buys a new phone or even upgrades a phone, they try and ask if they need a bluetooth headset and are willing to pair the devices at no extra cost.

But back to Best Buy. As a public company (NYSE: BBY), I tried to sift through some of the 10Qs to see if there was some mention about this, and not too much detail. Overall Revenue from Services line (Geek Squad) is about 6%. Is this a way to create artificial revenue? Maybe in a few months, I’ll go back to Best Buy and ask them if there has been significant uptake of this service or has it’s been largely ignored.

Bluetooth Not Green

Wednesday, July 9th, 2008

Bluetooth not Green

On the First of July, California law of requiring drivers to use a hands-free headset caused a lot of people to go out and buy a bluetooth headset for their mobile phone. Before the July 1st deadline, people were in a frenzy trying to decide which headset to buy. Most chose a bluetooth headset, after seeing various people they encounter appearing to speak to thin air, when it was really using a bluetooth headset on the non-visible ear.

(more…)

Verizon LG Decoy VX8610 Pre-Released Photos

Wednesday, June 11th, 2008

LG Decoy VX8610Thanks to my friends at Verizon (P and M), here are pictures LG Decoy. The device will retail at $349.99, but incentives, probably $299.99 or less. There is also a $50 rebate.

This is probably one of the first handsets that have included a bluetooth headset at no additional charge. Also, the microphone icon between the SEND and END button is not to tell you where the microphone is located, but for you to input speech commands to navigate menus with voice (I guess while driving). Also nice is the fact that the phone and bluetooth headset both have the same standard charger; although it would be nice to have a Y-splitter on the charger so that you could charge both at the same time!

Finally, the integrated bluetooth headset. I think it’s kind of a neat idea that you store the headset and handset together to prevent you from losing it. However, when I’m using the headset, will I always remember to carry the plastic cover to protect stuff from getting into that slot?

[click on the image to see more photos]


Powered in part by Linkshare Merchandiser WP Plugin google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);