The Next Subsidized Device – $299 Samsung 46″ HDTV?

While I don’t normally cover televisions as part of my blog, I wanted to feature the Samsung 3D LED HDTVs as a parallel to the mobile industry in this post. I’ll start here. In the United States, mobile operators have [...]

Read More

Samsung HDTV

MeeGo Developer Day

On September 14, 2010 in San Francisco, Intel will be hosting a Developer Day for MeeGo. If you are a MeeGo Developer, this can be a good opportunity to reach out, grab some resources, get some ideas and learn about [...]

Read More

Intel Nokia MeeGo

GigaOM Quoted Mobileslate

Liz Gannes (@lizgannes) from GigaOM for the interview about Mobile Payments. I thought I would be helping to shape her report, but didn’t realize I would get a direct quote. Thanks Liz! Mobile Payments Glossary by Liz Gannes June 8, [...]

Read More

mobile-payment

Losing Yourself in the Real World – Foursquare Cardinal Sins

Last week Foursquare hit a pretty significant milestone of 100M check-ins. At 2M users and about 1M check-ins a day, it stands to reason that the community has begun to suffer from a lot of unintended behavior which negatively effects [...]

Read More

FourSquare Badges

Photos: Apple iPhone 4 Launch in Sydney

Thanks to my friend Gregg G. who is in Sydney, he sent along these photos from the Apple iPhone 4 launch. Overall he said that folks in Sydney were “better” dressed as they waited in line to purchase the coveted [...]

Read More

Apple iPhone 4

The Next Subsidized Device – $299 Samsung 46″ HDTV?

Samsung 55While I don’t normally cover televisions as part of my blog, I wanted to feature the Samsung 3D LED HDTVs as a parallel to the mobile industry in this post.

I’ll start here. In the United States, mobile operators have driven adoption of mobile phones to near 95% market penetration, in large part to handset subsidies. Devices that normally costs $500 or more, are marked at 50% off or more, provided that the subscriber is willing to be locked into a 24 month contract. You might still pay an activation fee, but certainly will pay the sales tax, based on the full price of the handset.

It has only been recently that handsets are being sold at stores unlocked and at the unsubsidized price. Even Netbook bundles from mobile operators have had subsidies, locking one into a USB data stick or integrated cellular modem.

Read More

MeeGo Developer Day

MeeGo Developer Day 2010 SF

On September 14, 2010 in San Francisco, Intel will be hosting a Developer Day for MeeGo. If you are a MeeGo Developer, this can be a good opportunity to reach out, grab some resources, get some ideas and learn about this platform. If you want to be interviewed about your application or ideas, let me know as I’ll be attending and can try and get your application highlighted during the show.

So what is MeeGo? Well, in a nutshell, it’s an operating system that is targeting handsets, netbooks, in-car and more. It’s an open source operating system and more “open” than Android. This is all about pushing the Atom Processor and their “Intelligent Devices, Everywhere” agenda.

Intel Nokia MeeGo

Intel Nokia MeeGo

To register, click on this link: MeeGo Developer Day.

Read More

iPhone Problem – Temperature Error

Apple iPhone Temperature Error

Read More

Blackberry OS 6 Launched, Connected But Where’s the Apps?

Blackberry Torch

Read More

Ford Fiesta, Microsoft Sync and a Road Trip

2011 Ford Fiesta with Microsoft Sync

2011 Ford Fiesta with Microsoft Sync

Read More

Blackberry – Forbidden Fruit in the Middle East

Blackberry in the Middle East (Getty Images)

Blackberry in the Middle East (Getty Images)

Read More

GigaOM Quoted Mobileslate

GigaOM

Liz Gannes (@lizgannes) from GigaOM for the interview about Mobile Payments. I thought I would be helping to shape her report, but didn’t realize I would get a direct quote.

Thanks Liz!

Mobile Payments Glossary

by Liz Gannes
June 8, 2010

Read More

2010-08-01 @mobileslate tweets

Read More

Losing Yourself in the Real World – Foursquare Cardinal Sins

foursquare Badges

Last week Foursquare hit a pretty significant milestone of 100M check-ins. At 2M users and about 1M check-ins a day, it stands to reason that the community has begun to suffer from a lot of unintended behavior which negatively effects the overall health of user base. In some cases, some have really started to abuse their relationships and the Gaming within Foursquare.

In a twitter chat that switched to Skype, this post has be co-authored with Shayan Sanyal, CMO of Bluwan. It got us thinking about Foursquare Etiquette and 4 Basic Rules to Follow.

Read More

2010-07-30 @mobileslate tweets

Read More

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 != "zh-cn") { 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", "zh-cn"); bnc_xlate_div("en", "bnc_translate_info2", "zh-cn"); $("bnc_translating").show(); } google.setOnLoadCallback(bnc_startup);