Debug and Inspect Webpages on AVD (Android Emulator) Browsers

There is a lot of documentation on the web on ways to debug websites for Android using their AVD (Android Virtual Device/Emulator). But I thought to make a simple step-by-step instruction to get a web debugger up and running for an AVD. Weinre is the debugger that I use. You can download weinre build from… Continue reading Debug and Inspect Webpages on AVD (Android Emulator) Browsers

IMEI checker

To quickly check your IMEI number on your Mobile device, dial *#06# on the phone number pad.

Generate / Create QRcode 2D barcodes ( primarily QRcodes ) in raster and vector formats

www.qrstuff.comĀ ? You can generate QR Codes (the most popular 2D barcode) for Website URL, YouTube Video, Google Maps Location, Social Media, iTunes Link, Plain Text, Telephone Number, SMS Message, Email Address, Email Message, Contact Details (VCARD), Event (VCALENDAR), Wifi Login (Android Only), Paypal Buy Now Link. With QRstuff.com you to change colour of the positive… Continue reading Generate / Create QRcode 2D barcodes ( primarily QRcodes ) in raster and vector formats

Supporting iPhone custom protocols

The iPhone Safari browser supports several extra protocols to launch their corresponding apps: Apple documentation on iPhone integration sms ex. Text this ( <a href=”sms:5555555555″>Text this</a> ) For SMS texting tel ex. Phone this ( <a href=”tel:5555555555″>Phone this</a> ) For regular phone calls youtube ex. Singing Shiba ( <a href=”youtube:rnXQDMDobHc”>Singing Shiba</a> ) Starting youtube videos… Continue reading Supporting iPhone custom protocols