Sprint Ambassador Program


Sprint Samsung MM-A920

Just got a new phone and phone service to demo for the next 6 months. In an attempt to convert me away from my current provider (Not Sprint) I got a Samsung MM-A920 phone as the Sprint Power Vision service. So I have been downloading music, games, and wallpapers and I must say, it’s nice when you don’t have to pay to download. Particular when some of the games are $5.99 or $2.49/month. The device isn’t bad either. The tiny dual speakers (on the outside of the hinge for the flip phone) sound pretty good for even playing MP3s. Most of the games that I have downloaded have been pretty entertaining too. The camera is quite good and takes pretty good pictures. Two other nice things about the device are: 1. Transflash. I can take files and move them over to my PC. 2. USB cable included. Now I don’t have to hunt online or search Radio Shack to see how much I’ll have to pay. While the phone is feature-packed, what about the service that it’s tied to? So far, I have been pretty impressed with the connection speed of data services using EVDO. The Sprint Music Store has over 400,000 titles, which is great in terms on selection, but extremely difficult to navigate and find what I am looking for. My previous post about Mobile Search 2006 — I really wish Sprint and other Mobile Operators would implement something like Caboodle Networks’ software to make unlock the potential in all those titles for all of its subscribers. Instant messenger connectivity to Yahoo, MSN and AOL seem to work fine, and the interface is quite good (albiet, I still have to get used to using the handset awkward T9 and text input). The WAP deck is pretty typical of most Operators, promoting the most popular content first, then everything else. With the small screen real estate, I still think it would be best if the search bar would be up at the top. Scrolling all the way down to perform a search, it continually tedious.One pretty cool tool that they have implemented is the “On Demand” application. By giving them my Zip Code, I have access to the Top 10 things that might be of most relevance to me: News, Sports, Weather, Money, Movies, Directory, Maps, TV Guide, Dictionary, and Extras. For example, using the Movies, it instantly takes me to the latest movies that are showing and links me to Reviews, Movie Times at nearby theaters. This is potentially an alternative to searching and surfing links, but it’s still has limits. But if we are applying the 80-20 rule then this is a vast improvement. One of the drawbacks for some of these services, is that fact that some are on a limited trial basis and a monthly subscription is required. Overall though, the interface and use cases for building mobile applications is getting better, and I hope that we can continue to see improvements.

Related Posts:
  1. Sprint Ambassador Program Update – Holiday Music...

  2. Sprint Ambassador Program Update – MLB...

  3. Sprint Ambassador Program Update – Pandora Radio...

  4. Sprint Ambassador Program Update – Video...

  5. Sprint Ambassador Program, Phase III...

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