<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>anupom.toString( ); &#187; Bangla Mobiling :)</title>
	<atom:link href="http://anupom.wordpress.com/category/bangla-mobiling/feed/" rel="self" type="application/rss+xml" />
	<link>http://anupom.wordpress.com</link>
	<description>Web Development, Java, PHP, Ruby, Javascript and many more!</description>
	<lastBuildDate>Sat, 12 Sep 2009 05:44:32 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='anupom.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/3ff710d3ac1d9a52305c62be6e59c22a?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>anupom.toString( ); &#187; Bangla Mobiling :)</title>
		<link>http://anupom.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://anupom.wordpress.com/osd.xml" title="anupom.toString( );" />
		<item>
		<title>Texting in Bangla : The Technical Analysis</title>
		<link>http://anupom.wordpress.com/2006/07/11/texting-in-bangla-the-technical-analysis/</link>
		<comments>http://anupom.wordpress.com/2006/07/11/texting-in-bangla-the-technical-analysis/#comments</comments>
		<pubDate>Tue, 11 Jul 2006 13:07:43 +0000</pubDate>
		<dc:creator>anupom</dc:creator>
				<category><![CDATA[Bangla Mobiling :)]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">https://anupom.wordpress.com/2006/07/11/texting-in-bangla-the-technical-analysis/</guid>
		<description><![CDATA[
My relation with the J2ME platform is somewhat old now. I have started learning J2ME on September 2004. On Fall’05 I took the course CSE-327 (Software Engineering). For the course I was looking for an idea of a project, which will be relatively small, but imposing. As I was then learning J2ME, I thought why [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anupom.wordpress.com&blog=295932&post=7&subd=anupom&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img align="textTop" width="160" src="http://www.sphuron.com/banglasms/screenshots/sent.JPG" alt="Inbox" height="165" /></p>
<p>My relation with the J2ME platform is somewhat old now. I have started learning J2ME on September 2004. On Fall’05 I took the course CSE-327 (Software Engineering). For the course I was looking for an idea of a project, which will be relatively small, but imposing. As I was then learning J2ME, I thought why don’t I try BanglaSMS! It will just suit my requirement. At the end of the semester the project was successfully completed. It was 13th April 2005 when the result of the project was successfully demonstrated in front of my instructor TwI (Towhidul Islam). I have a long story related to this BanglaSMS, but as this will be an off-topic, I am not going to write it now. If you want to check the software please mail me or post a comment here.<br />
Coming back into the topic. As there are several solutions of a particular problem, a technical analysis is required before starting the project; this analysis will make sure that we are heading towards the goal in the right way. Let’s try to analyze &amp; figure out the best solution:<span id="more-7"></span></p>
<p><strong><u>Picture Message Based Solutions:</u></strong><br />
One problem of picture message based solution is one picture message is approximately equivalent to 4 text messages. So the server load for picture messages is huge. So, if anyone wants to use this solution has to pay a lot for it, unless the service provider is kind enough to reduce the tariff. In Citycell&#8217;s case they only charge taka 2 (w/o vat) per BanglaSMS. Another problem is, as the user does not have a Bangla interface for writing &amp; editing text messages, it creates ambiguity &amp; difficulty. So, the scope of this solution is very limited.</p>
<p><strong><u>Application Based Solution:</u></strong><br />
Most of the new generation mobile phones supports 3rd party application installation. Two popular platforms for developing application for handheld devices are 1. Symbian &amp; 2. J2ME. Though Symbian C++ is more flexible &amp; powerful, J2ME is surely the best when compatibility is considered. For BanglaSMS J2ME is the right choice as there are many Java supported mobile phones are available in the market and all the upcoming mobile phones will be also Java enabled for sure. There are two different profiles (API Sets) available for the J2ME developers: MIDP 1.0 &amp; MIDP 2.0. MIDP 1.0 is designed for low-end handsets where the resources are very limited. Whereas the MIDP 2.0 contains some advance classes that are designed for high-end handsets where the resources are not that much a problem. For developing BanglaSMS we must need two APIs namely<br />
<u>1. PushRegistry API :</u><br />
This API is used when an auto invocation of a program is needed without user initiation. The BanglaSMS software must need this API, because the user must be notified on SMS arrival &amp; the program must be launched automatically. PushRegistry API is a core part of the MIDP 2.0 API.<br />
<u>2. WMA (Wireless Messaging API) :</u><br />
This API provides classes that will enable an application to send &amp; receive messages. There are some alternatives of this API like Nokia&#8217;s messaging API, but they are very much platform dependent. Though WMA is not a core part of the MIDP 2.0, all of the MIDP 2.0 handsets have this additional API. BanglaSMS software also needs this API to ensure the SMS communication between different handsets of different vendors. So, the highest level of compatibility can be gained when the BanglaSMS application is developed for the J2ME platform, more specifically using the MIDP 2.0 profile.</p>
<p>There are some constraints that also should be taken into consideration while developing BanglaSMS: The application size must be less than 128 KB to maximize compatibility. MIDP 2.0 handsets support max-jar-size of 128 KB or higher. Using relational algebra’s aggregate function min this can be expressed as, <strong>G</strong><sub><strong>min</strong>(max-jar-size)</sub>(handsets) = 128 KB ( just joking!).</p>
<p>Using UCS-2 for SMS is unnecessary as most of the mobile service providers do not support UCS-2 &amp; also most of the mobile phones nor support Unicode neither have Bangla font. Moreover an UCS-2 text SMS cannot have more than 80 (not sure, approximately) characters per SMS. The application so must use GSM-7 bit encoding. GSM-7 bit is the regular encoding for text SMS, this encoding is a little bit different than ASCII. ASCII cannot be used for SMS communication because some of the ASCII characters are not supported in GSM-7bit and many of the ASCII characters are represented using 2 GSM-7 bit characters. So, there is a scope for non-fatal bug’s existence in the application if GSM-7 bit encoding is not used. Mobile handsets commonly have only 12 num-keys. So creating a good UI is a ‘matter of research’ rather than ‘creative stuff’.</p>
<p>So, the design &amp; implementation constraints are:<br />
Þ There is no way of installing/changing fonts in a mobile device by an application that is running on that device.<br />
Þ The keyboard of a usual mobile phone has only 12 keys for alphanumeric character inputs while Bangla has over 250 letters including conjuncts.<br />
Þ Generally, the GSM3.38 (7bit) character set is used for handling SMS by a network. So, at most 128 characters can be supported. Two GSM-7 bit characters can be used to represent one conjunct (following common escape method), thus the domain of supported conjuncts can be increased.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/anupom.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/anupom.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anupom.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anupom.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anupom.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anupom.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anupom.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anupom.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anupom.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anupom.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anupom.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anupom.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anupom.wordpress.com&blog=295932&post=7&subd=anupom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://anupom.wordpress.com/2006/07/11/texting-in-bangla-the-technical-analysis/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/093e82f19edc6281344aa3b707c6e2b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anupom</media:title>
		</media:content>

		<media:content url="http://www.sphuron.com/banglasms/screenshots/sent.JPG" medium="image">
			<media:title type="html">Inbox</media:title>
		</media:content>
	</item>
		<item>
		<title>SMS in Bangla (where do we stand?)</title>
		<link>http://anupom.wordpress.com/2006/07/11/sending-sms-in-bangla-where-do-we-stand/</link>
		<comments>http://anupom.wordpress.com/2006/07/11/sending-sms-in-bangla-where-do-we-stand/#comments</comments>
		<pubDate>Tue, 11 Jul 2006 12:27:53 +0000</pubDate>
		<dc:creator>anupom</dc:creator>
				<category><![CDATA[Bangla Mobiling :)]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">https://anupom.wordpress.com/2006/07/11/sending-sms-in-bangla-where-do-we-stand/</guid>
		<description><![CDATA[Sending SMS in Bangla (BanglaSMS) is quite an old issue in the IT sector of Bangladesh. We have seen some success stories already. Like the Citycell&#8217;s BanglaSMS, Aktel&#8217;s MayerVasha &#38; GrammenPhone&#8217;s Amar Vasha. But I just wonder how many of BD people really are using these services. I have not seen many of them, indeed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anupom.wordpress.com&blog=295932&post=6&subd=anupom&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal">Sending SMS in Bangla (BanglaSMS) is quite an old issue in the IT sector of Bangladesh. We have seen some success stories already. Like the Citycell&#8217;s <i>BanglaSMS</i>, Aktel&#8217;s <i>MayerVasha </i>&amp; GrammenPhone&#8217;s<i> Amar Vasha</i>. But I just wonder how many of BD people really are using these services. I have not seen many of them, indeed I have seen a very very few (only 2)! Why people are not using those? What are the pros &amp; cons? Let&#8217;s have a look:<span id="more-6"></span></p>
<p class="MsoNormal"><font face="Times New Roman"><u>অ <b>Citycell&#8217;s BanglaSMS:</b></u></font><br />
<font face="Times New Roman">A picture based SMS service.<br />
</font><font face="Times New Roman">No application installation is required for sending or receiving SMS.<br />
</font><font face="Times New Roman">You can send only 26 characters approximately per SMS.<br />
</font><font face="Times New Roman">Very complex input procedure.<br />
</font><font face="Times New Roman">Only Compatible with Nokia CDMA sets.<br />
</font><font face="Times New Roman">Developed by <a href="www.banglasms.com" target="_blank">3SM Systems</a>.<br />
More Information can be found on </font><a href="http://www.banglasms.com/"><font face="Times New Roman">www.banglasms.com</font></a><font face="Times New Roman"><br />
I never did get the chance to use it.</font></p>
<p class="MsoNormal"><font face="Times New Roman"><u>অ <b>Aktel&#8217;s Mayer Vasha:</b></u></font><br />
<font face="Times New Roman">A mobile application.<br />
Profile: J2ME MIDP 2.0 Size: 45 KB approx.<br />
Quite complex and time consuming input procedure.<br />
Only Aktel users have the privilege to send SMS using this application, though users of any other operator can install &amp; receive SMS<br />
The GUI looks bad and unimpressive.<br />
Only got the chance to test it in Nokia 6600 (series 60). The software hangs quite often, particularly when I tried to change the Theme. I did not check the latest update, expectantly they have updated that software.<br />
Developed by: <a href="http://www.sentinelsolutionsltd.com/" target="_blank">Sentinel Solutions Ltd</a>.<br />
M</font><font face="Times New Roman">ore information can be found on </font><a href="http://www.aktel.com/vas_Bangla_SMS.php"><font face="Times New Roman">http://www.aktel.com/vas_Bangla_SMS.php</font></a><br />
I did not find any screenshot on the web.<br />
I will not like to test it more; this software did not pass the basic SQA requirements for the black box testing!</p>
<p><u><font face="Times New Roman">অ </font><b>GrameenPhone&#8217;s Amar Vasha:<br />
</b></u>A mobile application.<br />
Profile: MIDP 2.0 Size: 20 KB approx.<br />
New, impressive, but unconventional input procedure. Only two keystrokes per letter are needed. I tried it for an hour but could not get used to the input method, it’s quite difficult to remember the key-map.<br />
Covers all the conjuncts (I am not too sure).<br />
The GUI looks good &amp; simple. Only got the chance to test it in the emulators. The font seems very small in handsets with high-resolution screens, looks quite okay in Siemens sets. The response is quite fast.<br />
Developed by: <a href="http://www.inforev.net/" target="_blank">InfoRev Ltd.</a> / <a href="http://www.banglasms.com/" target="_blank">3SM Systems</a>.<br />
More information can be found on <a href="http://www.grameenphone.com/modules.php?name=Content&amp;pa=showpage&amp;pid=526">http://www.grameenphone.com/modules.php?name=Content&amp;pa=showpage&amp;pid=526</a><br />
I will like to apply a hard test on this software if I get chance.</p>
<p class="MsoNormal">The main reason of the unpopularity of these products is their user unfriendliness. Additionally, these products lack of some other non-functional requirements like impressive GUIs, some extra features like Inbox/Outbox in Bangla, readability of the fonts etc.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/anupom.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/anupom.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anupom.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anupom.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anupom.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anupom.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anupom.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anupom.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anupom.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anupom.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anupom.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anupom.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anupom.wordpress.com&blog=295932&post=6&subd=anupom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://anupom.wordpress.com/2006/07/11/sending-sms-in-bangla-where-do-we-stand/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/093e82f19edc6281344aa3b707c6e2b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anupom</media:title>
		</media:content>
	</item>
	</channel>
</rss>