Category Archives: Android

Function for Reverse Geocoding – HTML and Jquery Based

Reverse geocoding is the process of converting geographic coordinates into a human-readable address. Features : This function accepts the Longitude and latitude and output the city and country name as accurate as possible using Google reverse geo coding. Advantage : this works directly from Javascript , Jquery and HTML so no programming or server required. Asynchronously… Read More »

Unlock / Factory Reset Dell Venue 8 3840 – Tested Solution

Issue : Hard Reset Dell Venue 8 3840 Unlock Forgotten Pin Reinstall OS Unbrick Table   Required : Windows 7 , 32 Bit  [64 Bit did not work for me ] Software : Download All contents of This Folder from Dell Support site http://opensource.dell.com/releases/Venue_8_3840_Merrifield/developer-edition/FlashTool/ If Wifi Model Table :  Download http://opensource.dell.com/releases/Venue_8_3840_Merrifield/developer-edition/A195/Unbrick/YTD802A519500-2014-07-16-22.tgz If Lte Model Download : http://opensource.dell.com/releases/Venue_8_3840_Merrifield/developer-edition/A195/Unbrick/YTP802A119500-2014-07-16-16.tgz… Read More »

Track Lost / Stolen Android Mobile

How to Track Lost / Stolen Android Mobile Phone : Open Website : www.android.com/devicemanager Enter Google username and Password used in Your Mobile Please note that this will work only if mobile is connected with Google account and Wifi / Data package is enabled. .

Unlock Developer Mode in Samsung S4

Unlock Developer Mode in Samsung S4 To unlock this Easter egg, just go to Settings -> About Device and scroll down to the Build Number. Now, tap on your “Build Number” seven times, and you should see a toast notification pop up saying “Developer mode has been enabled.” Voilà! Back out of the About Device… Read More »

Google Map Script to Check Location in Predefined Polygon

Solution : Imagine you want a script which will highlight if you are within a scope of the Map with Red or  with Green if Outside.     <!DOCTYPE html> <html> <head> <meta name=”viewport” content=”initial-scale=1.0, user-scalable=no”> <meta charset=”utf-8″> <title>Polygon arrays</title> <style> html, body, #map-canvas { height: 100%; margin: 0px; padding: 0px } </style> <script src=”https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true&libraries=geometry”></script>… Read More »