Posts Tagged ‘SIM card’

Nuit du Mobile + Mobile Monday Mediterranée

Tuesday, June 30th, 2009

Mobileslate presenting at Nuit du Mobile
(more…)

Red Pocket Mobile

Thursday, October 23rd, 2008

So I have a visitor staying with me for a little while and was looking to get a cheap, inexpensive cell phone service. The prepaid option seemed to fit the bill, so I started looking into all the choices. Of all the ones out there that made sense, Red Pocket Mobile seemed to fit the bill. Some of the requirements that Red Pocket has are the ability to send and receive SMS in Chinese and have the option of directly calling China without using a calling card access number or needing to remember PIN codes. Last but not least, the phone had the Chinese language software to both support menus and PinYin character input.

Red Pocket Mobile

After placing my order online, the package came in a few days. Inside was an oversized red envelope (hong bao, in Mandarin) with gold lettering similar to what Chinese people give to each other during Chinese New Year or on special occasions.

Once I opened the envelope, basically two things were contained inside: A simple customer support card and the SIM card. Simple, Quick, Easy. If I need to charge my minutes, I can go online, charge my credit card in exchange for a redemption code I can input on my phone.

Red Pocket Mobile

Red Pocket Mobile


Powered in part by Linkshare Merchandiser WP Plugin 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);