<rdf:RDF
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xml:base='http://www.mobile-j.de/snipsnap/rdf'>
    <s:Snip rdf:about='http://www.mobile-j.de/snipsnap/rdf#start/2005-07-05/1'
         s:name='start/2005-07-05/1'
         s:cUser='bjoernQ'
         s:oUser='bjoernQ'
         s:mUser='bjoernQ'>
        <s:content>1 Random Thoughts {anchor:Random Thoughts}&#xA;After a long time of blog silence I thought it&apos;s time for a new entry.&#xD;&#xA;&#xD;&#xA;I had this idea some months ago (and still haven&apos;t tried this in code ...).&#xD;&#xA;&#xD;&#xA;I thought about creating a &quot;Do it yourself&quot; location based service.&#xD;&#xA;&#xD;&#xA;The idea is that many mobile operators have mobile portals which bring services like &quot;find the nearest drugstore&quot; which are based on LBS. For example T-Mobile Germany has this service in their &quot;T-Zones&quot; portal.&#xD;&#xA;If you use that it will show you your current location (an address) before showing you the nearest drugstores.&#xD;&#xA;It should be easy to send an similar http request to the drugstore finder and read the response. Then you have an address.&#xD;&#xA;Then you could use a service like multimap.com to find the geo coordinates and you&apos;re done. I recently thought about implementing this and creating a JSR179 implementation on top of this. The only drawback would be that it depends a lot on your mobile service provider.&#xD;&#xA;&#xD;&#xA;It&apos;s a little bit cumbersome but I think it works and it&apos;s the cheapest way to create a location based service with J2ME (or Java ME - that&apos;s the new brand name).&#xD;&#xA;&#xD;&#xA;But I still don&apos;t know what kind of LBS I could do then. One could create a cool cellspotting application which doesn&apos;t require a GPS receiver. That could be fun.&#xD;&#xA;</s:content>
        <s:mTime>2005-07-05 10:20:56.637</s:mTime>
        <s:cTime>2005-07-05 10:20:56.637</s:cTime>
        <s:comments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:snipLinks>
            <rdf:Bag>
                <rdf:li rdf:resource='#bjoernQ'/>
                <rdf:li rdf:resource='http://www.mobile-j.de/snipsnap/rdf#J2ME/Getting the IMEI or not ...'/>
                <rdf:li rdf:resource='#snipsnap-search'/>
                <rdf:li rdf:resource='http://www.mobile-j.de/snipsnap/rdf#start/2005-07-08/1'/>
                <rdf:li rdf:resource='#adsense'/>
                <rdf:li rdf:resource='#snipsnap-index'/>
                <rdf:li rdf:resource='http://www.mobile-j.de/snipsnap/rdf#J2ME/Guessing the network operator'/>
                <rdf:li rdf:resource='http://www.mobile-j.de/snipsnap/rdf#J2ME/Fun with sending mms from a midlet'/>
                <rdf:li rdf:resource='http://www.mobile-j.de/snipsnap/rdf#J2ME/How to verify the phone&apos;s MSISDN'/>
                <rdf:li rdf:resource='http://www.mobile-j.de/snipsnap/rdf#start/2005-07-29/1'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
    </s:Snip>
</rdf:RDF>
