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


MOTODEV Summit
MOTODEV Summit – San Jose

Session: Title:
Speaker:
TU 207
Funding your Business with Motorola Ventures
Harshul Sanghi

Managing Director, Motorola Ventures
Motorola, Inc.
Summary Motorola Ventures identifies cutting-edge technologies and helps turn great new ideas into thriving businesses which complement Motorola’s total business strategy. Representatives from Motorola Ventures will provide insight into the key characteristics they look for when investing in a company. Through success stories of current portfolio companies learn what it takes for your company to be considered for strategic investment.

Takeaways from this session about Motorola Ventures:

  • Annual fund of $100 to $150 MM; Year to Date, the entire fund is $500+ MM
  • The team is 15 individuals in (Sunnyvale, CA, Schaumburg, IL, Lexington, MA, Basingstoke, UK, Beijing, China, Tel-Aviv, Israel)
  • Their annual deal flow is approximately 2500 business plan reviewed and out of that, 20 get funded. Harshul joked that that amounts to 2480 rejections!
  • For any Motorola Ventures investment, it must meet three main criteria
    1. The company must have significant strategic impact to Motorola
    2. The company can succeed as a stand alone business without Motorola
    3. The company must be able to show financial success and exit strategies
  • The fund invests in typically a “B” round of funding, but is willing to get in at the “A” round as well. It will not participate in the Seed stage or typically not anything after the “B” round. Their overall ownership in the company as a track record is roughly 20%
  • 70% of the portfolio is in the mobile space and 30% is in other areas where Motorola is producing products or services around those sectors (ie. set top boxes, semiconductors)
  • Current areas of interest are: End-to-End Mobile Solutions, Mobile Advertising, LBS, Social networking, WiMAX, Mobile Commerce, and Web 2.0
Related Posts:
  1. EVENT: Verzion Developer Day – San Jose...

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

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

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

  5. Funding Mobile – By Any Means Necessary...

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