.label-size{ margin:0; padding:0; position:relative; } .label-size a{ float:left; height:24px; line-height:24px; position:relative; font-size:12px; margin-bottom: 9px; margin-left:20px; padding:0 10px 0 12px; background:#0089e0; color:#fff; text-decoration:none; -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; border-bottom-right-radius:4px; -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; border-top-right-radius:4px; } .label-size a:before{ content:""; float:left; position:absolute; top:0; left:-12px; width:0; height:0; border-color:transparent #0089e0 transparent transparent; border-style:solid; border-width:12px 12px 12px 0; } .label-size a:after{ content:""; position:absolute; top:10px; left:0; float:left; width:4px; height:4px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; background:#fff; -moz-box-shadow:-1px -1px 2px #004977; -webkit-box-shadow:-1px -1px 2px #004977; box-shadow:-1px -1px 2px #004977; } .label-size a:hover{background:#555;} .label-size a:hover:before{border-color:transparent #555 transparent transparent;} - See more at: http://www.mybloggerwidgets.com/2013/12/add-beautiful-label-cloud-widget-in.html#sthash.9aziuXuq.dpuf

Friday, October 11, 2013

Widgets

Andriod

HACK ANDROID PATTERN LOCK
Friends, today I m sharing a very cool and important trick that every body wants....Sometimes u forget your pattern or your cousins mobile who do not know how to reset and he goes to mobile shop and they take about 700rs...So u can now hack that forgotten pattern lock.
Follow the steps
  • Connect your mobile through USB cable.
  • ADB tool (download from here) {Note:- USB debugging must be on }PASSWORD after extraction: raipurtricks.in
About ADB
  • Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. It is a client-server program that includes three components:
  • A client, which runs on your development machine. You can invoke a client from a shell by issuing an adb command. Other Android tools such as the ADT plugin and DDMS also create adb clients.
  • A server, which runs as a background process on your development machine. The server manages communication between the client and the adb daemon running on an emulator or device.
  • A daemon, which runs as a background process on each emulator or device instance.
Procedure:
Now open cmd.exe from the given tool,
  • Type
adb.exe 
  • Now type the following command-
adb shell 
  • Than
rm /data/system/gesture.key 
  • Than reboot
Now your device will reboot and ask for new pattern lock set any about your desire enjoy...

0 comments

Post a Comment

Note: Only a member of this blog may post a comment.