Thursday, December 19, 2013

Unlcok Pattern lock or Gmail account on Android devices without access of Internet

Unlcok Pattern lock or Gmail account without access of Internet. Using Android Devlopment Bridge 
(ADB )Command .

To use this solution Android Tablet or Android Smart Phone USB debugging Mode must be enable . Other wise Hard Reset is an option.This solution works with Android Tablets and Android Smart Phones
  • Download Android SDK and install. Andriod directory will be created in C:Programe File 
  • Connect device with Computer
  • Install USB Drivers for Android Device 
  • From windows start button click on Run , write cmd and enter it will open DOS.
  • Change Compand path to Android SDK Manager (cd C:\Program Files\Android\android-sdk\platform-tools)Capital and small chracters count. 
  • Type Command in CMD : adb device (Connected Tablets or Smart Phone will be display in CMD directory if not then try to reconnect your android device again. 
  • adb shell 
  • cd /data/data/com.android.providers.settings/databases
  •  sqlite3 settings.db
  •  update system set value=0 where name='lock_pattern_autolock';
  • update secure set value=0 where name='lock_pattern_autolock'; (for some devices update “system” is enough but I had to update “secure” too)
  • update system set value=0 where name='lockscreen.lockedoutpermanently';
  •  update secure set value=0 where name='lockscreen.lockedoutpermanently';
  • .quit
  • exit
  • adb reboot 
Your android device should be unlocked if not , then add this line in CMD as well (adb shell rm /data/system/gesture.key)
This Pattern unlock done with the help of android database . I mostly keep enable my USB debugging mode but if you concern to the security of your Android Tablets or Android smart phones then you must keep it off. 

Labels: ,

Wednesday, November 20, 2013

How to Unbrick your Bricked Android Tablets



How to Unbrick your Bricked Android Tablet 


A very good infomration about how to Unbrick your Bricked Tablets. 

Thanks to Fuser Invent 

Source : Slate Droid 

Read Article 

A very good article about get back your tablets from grave.It will help to those who bricked their tablets  during upgrading or flashing because  in this world ,
every thing is recoverable beside of "Life".

 

Labels: , , ,

Sunday, November 17, 2013

What is "Rooting" in Android Operating Systems


What does Rooting means in Android OS ?


In the era of smartphones and Android Tablets ,  we listen every day a word "Root or Rooting" along with Android Smartphone and Android Tablets names. I was confused also for long time to understanding completely what is Rooting. Still not be able to define it perfect but as much as i know I would like to share it to newbies. 

How Does "Root" works ?


Android OS based on Linux Operating System. The name of admin in Linux is Root. Root or Rooting mean in Android language is like you have to access everywhere , where unrooted cannot access or by default OS does not allow to access . Rooting give you access to system files and allow you to change those files which are read only like you can play into system file , you can install custom OS on your Smartphone or Tablet. Rooting or Root remove all the instruction on device,  this is a same process as Jailbreaking on  Iphone or Ipad. if you are  familiar with windows, its exact as you use your computer as a ADMIN or as a user. Rooting is ADMIN and unrooted is like guest user. To understand Rooting in simple way, for example "  you go to  someone 's house as a guest . You will be restricted to guest room only or TV lounge . When you get permission (Root) you can access to all their room , kitchen , basement , etc ." in conclusion,  a rooting is we replace official kernel with new kernel ,which allow you to do a lot more, than the original kernel


Simply understanding Rooting .


Root is also known as a base folder of your microSD card. a main feature of rooting is you can have all those games on your phone which is very expensive on Android Market. for example i have unrooted Samsung S3 mini and I cannot connect OTG cable with it. When i rooted S3 Mini i was able to find OTG cable .When you get root access you , you can remove carrier restriction as well as can make full backup of your phone to microSD card which called nandriod backup

Labels: , , , , ,

Tuesday, October 1, 2013

Google Android A Comprehensive Introduction

Google Android A Comprehensive Introduction 



Labels: , ,

Thursday, September 26, 2013

Android Development Tutorial

Android Development Tutorial








Labels: , ,