Skip to main content

Beware of Chennai Book Fair crime - mobile theft

Unfortunately, lost my iPhone 4 that was gifted my boss on Jan 9, 2011 (Sunday) at the Chennai Book Fair held at St.George Anglo Indian School (Opp to Pachayappan college, Poonamalee High Road, Aminjikarai, Chennai - 600 030).

When I visited T.P.Chatram Police Station to file the complaint, I have noted about 20 mobile theft complaint from the visitors of the book fair! So, there is a big chance that a mob is targeting the book fair. Beware!

Steps to be taken (general guideline)



  1. Try to reach the mobile from other phone (to confirm if it's been stolen)

  2. File a complaint with nearest police station

  3. Deactivate your lost SIM with the operator, especially if it's a post paid connection.



Things to be mentioned in police complaint



  1. Handset model

  2. IMEI

  3. Cost of the mobile

  4. Last used SIM (mobile number)

  5. Date and time of loss

  6. Place of loss

  7. Alternate contact details (if the phone is recovered)



Have to receive the CSR (Complaint Statement Receipt(?)) as a receipt.

Chennai city police helplines



  • 9840983832 - Call center polices seem to be more helpful and kind

  • Chennai - Online Complaint - Online facility to file complaints. Personally I feel that even if the complaint is filed at the police station, it's better to file with a note at here. This may hopefully avoid any kind of typo. For the sake of record, when I tried it, the form was silently failing and after hectic try noted that it doesn't accept lengthy subject!

Comments

parthasarathy mani said…
Hello Boss... your suggestion was very useful to me. My name is Parthasarathy Mani mob: 9840407696. I lost my Nokia N 97 mobile today (16th Jan 2011). I have registered a complaint with Pallavaram police station. I approached Univercell for claiming theft insurance. I will definitely know what is happening with me. If your interested let me know your mobile / email id
parthasarathy mani

Thanks for your comments. Since you had insurance for your mobile, CSR is enough to claim insurance amount. Unfortunately, I didn't have insurance for the iPhone.
Unknown said…
So did you find your mobile? I lost mine too.In SRM university. The police are helpless. I tried so many ways to trace it. In vain

Popular posts from this blog

BehaviorS.js - An alternative to Behaviour.js, event:Selectors and Low Pro libs for unobtrusive JavaScript programming

BehaviorS.js yet another unobtrusive JavaScript library similar to Behaviour.js and event:Selectors but in implementation uses hash based lookup without extending elements; so presumably it should be faster than the rest. The original script and idea was by JLof ; I extended it for DOMContentLoaded support, optimized a bit to avoid scanning of more depths, and added new rules support. I wanted to document the plug a long time and just got time to do it. For the time being BehaviorS.js is available here Update (2006-09-11) : Coralized the link to BehaviorS.js so as to save the load on free brinkster.com webpage Update (2006-09-27) : If the coralized link to BehaviorS.js doesn't work, use http://www21.brinkster.com/guideme/BehaviorS/ Update (2025-06-07) : Now available in https://github.com/rrjanbiah/behaviorsjs

Storing unicode texts in MySQL with phpMyAdmin

Today, I've received a personal mail/request from Sivanantham Hemamalini, working for IT leisure in Singapore. Since I was in company when received the mail, I couldn't answer immediately. If I understand the question right, it is about inputting Unicode texts especially Tamil in phpMyAdmin. PhpMyAdmin 's default characterset is iso-8859-1 and so if we enter anything in the form, browser will convert it into numerical html entities. Say for example, if we enter தமிà®´் and submit the form, it will convert it to & #2980;& #2990;& #3007;& #2996;& #3021; . Because of this browser's behavior, it will be difficult to store the Unicode text as it is. Solutions Immediate solution I could think of is changing or forcing the browser's character encoding into utf-8. In Mozilla Firefox, it can be set via View -> Character Encoding -> Unicode (UTF-8) Another elegant solution might be changing the phpMyAdmin configurations so that it send...

"A to Z of C" in the book Cimple (ISBN 0070260982)

I was just searching "A to Z of C" in Google Books and found that the book Cimple written by Sasant K Rout has used our code. The irony is that the book was published by Tata McGraw-Hill , who rejected us in final stage stating that it wants us to get endorsement from any IIT professor, which we couldn't. (For the sake of record... IIT Bangalore was linking & supporting "A to Z of C" for long time once it's published over the net; see old IIT page from web.archives.org ) It's just another incident to prove that success isn't a measurable unit; even failed attempts can be appreciated in any other forms.