MOTODEV Summit – San Jose: TU 206 Working with Carriers – A View from the OEM


MOTODEV Summit
MOTODEV Summit – San Jose

Session: Title:
Moderator:
TU 206
Working with Carriers – A View from the OEM
John Ellis

Director, Carrier Market Development,
Ecosystem and Market Development, Motorola, Inc.
Panelists: Carrier Market Development Team, Ecosystem and Market Development, Motorola, Inc.
Summary As software becomes more of the compelling piece of the mobile story, developers from around the world are converging on and engaging in the mobile device space. However, developing for an embedded, consumer-oriented device that is strongly regulated brings new challenges for many developers. In Working with Carriers, Motorola will discuss topics developers need to consider as they move into the exciting world of mobile software.

Takeaways from this session:

  • If you are trying to sell to a mobile operator, there are two main things to think about:
    1. FOCUS: Target the markets that the carrier is focused on. Doesn’t make sense to pitch a Youth application, if the mobile operator targets enterprise users
    2. SPIN: Listen to the message of each mobile operator and make sure you incorporate that into your pitch when trying to sell to a mobile operator. If you don’t weave that into your story, they will think that you don’t understand them
  • Make your application or service carrier grade*. Since mobile operators are concerned about providing services that are always available, taking shortcuts and creating and application that does not work well within a given network does not bode well for joint success. Make sure that you thoroughly test the application and work out all the bugs. Quality is important!
  • When a problem occurs with your application, typically it is the mobile operator that will have to field the issue. Typically it will cost the mobile operator $7.00 USD/call!
  • If you are trying to get your application or service pre-loaded onto a handset, look at what is on the handset today and offer something different and compelling, not just a copy or similar application or service to what is there now.
  • Also, Motorola touts to use them as a conduit to get to the carrier; direct selling might be too hard.
  • A number of $0.20 USD was thrown out as an example of a royalty of what a developer might get if their software is pre-loaded onto a handset.

* Carrier grade: A term that implies a system that is designed to have increased availability and timeliness to meet the requirements of a modern communications network element.
Reference: OSDL Japan

Related Posts:
  1. ShanZhaiJi – The World of Custom but “Fake” Working Mobile Phones...

  2. EVENT: Verzion Developer Day – San Jose...

  3. Navigation and Location 2007 USA Conference – Hilton San Jose...

  4. MOTODEV Summit – San Jose: TU 207 Funding your Business with Motorola Ventures...

  5. MOTODEV Summit – San Jose: TU 205 Generating Revenue for your Apps…...

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);