Keep on Truckin’ MVNO

Flying J

Well, wonders never cease. As if the MVNO market in the USA was no crowded enough, get set for more. As I wrote back in January about the large MVNOs getting off the ground in 2006, there seems to be no end in site to who and how many will be announced. The latest is Flying J. A number of years ago, when I was back in University in the Eastern part of the USA, I remember seeing lots of these “travel plazas” while taking road trips. It was one of the many places to refuel the car as well as hit the restroom. The place was quite full service, offering truckers a place to take a hot shower, eat a hot meal, even get a haircut. Another reason for all the truckers was because it handled fleet accounts for refueling, not to mention that they were located on all the major interstate highways and junctions. The Flying J Communications group already offers WiFi services, so pre-paid wireless seems like a natural extension. Just one more service that a brick and mortar infrastructure can push that doesn’t take up much shelf space.The true value franchises should be further exploited. Every major grocery, pharmacy and retail chain like Safeway, Target, Walgreens, and Walmart all have tiny sections of their space dedicated to selling plastic pre-paid stored value gift cards. It’s one stop shopping for gifts, ski resorts, beverages, food, entertainment and more. It won’t be long before we’ll see Starbuck’s Wireless and McDonald’s Mobile — Starbucks has already embraced digital goods and serivces by selling music and offering WiFi service; McDonald’s the same with WiFi service. Further motivation will come from the fact that 7-Eleven has already launched, so why not them as well? Lastly, most people don’t even realize that GM is already in the mobile phone service through OnStar. Who knows, are clothing brands next?

Xero Mobile

In other news, while they have yet to launch, XeroMobile has a completely different concept for their MVNO. Get subscribers to watch adverts on their mobile and in return, reward them with free minutes, texting, and potentially web surfing. On their website, their target audience is college students, who are all about getting free stuff, but I wonder if one of their markets could also be lower income people as well? Remember NetZero and PeoplePC’s original business models? Give away PCs or free Internet service and play the eyeball game. But it can’t last forever. Cingular and Verizon having nearly 100M subscribers between both of them accounts for one-third of the US population and nearly 50% of the total mobile phone market. The only way to begin to gain serious traction is if Americans started carrying multiple devices like Asia (work mobile and personal mobile).The bottom line though is that enterprising Americans know how to slice and dice the demographics and find target markets for their niche. Let’s just hope there are enough niches to go around that are profitable. Unfortunately, if history repeats itself, just like the regional bells are now back together again as AT&T, inevitably, these MVNOs will have to merge to increase profits and gain from economies of scale. What will align the possible divergent subscriber bases will be the synergy of their content and services offering at a price point and branding aligned with the demographics and persona of their users.

Related Posts:
  1. Integrating Religion and Mobile...

  2. JavaOne 2006...

  3. Six Of One, Half Dozen Of Another...

  4. Wireless Data 101 Seminar...

  5. Apple MVNO...

Comments are closed.

blog comments powered by Disqus
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);