July 27, 2012

FREE Titanium Backup Pro 4.8.1 TBPatcher v4.7.5 Apk

Android Market's MOST WANTED 5 Star App is now for FREE in LearnTricks.

More Titanium power: Apps freezer, multi backups, 0-click restore and WAY MORE!
O━┳┳┳ · Your PRO Key for Titanium Backup!

• Voted #1 TOP ROOT APP on Twitter.
• Check out the Pro DEMO VIDEO below!
• No icon! Requires the Titanium Backup (free) app (see "More" section below). This key   will turn it into PRO.
• The same key can be used on several devices!

You can backup, restore, freeze (with Pro) your apps + data + Market links. This includes all protected apps & system apps, plus external data on your SD card. You can do 0-click batch & scheduled backups. Backups will operate without closing any apps (with Pro). You can move any app (or app data) to/from the SD card. You can browse any app's data and even query the Market to see detailed information about the app.

Also see the paid PRO key which adds EVEN MORE awesome features such as:

[✔] 0-click batch restores
[✔] Keep multiple backups per app
[✔] Multi-user app data
[✔] Apps freezer
[✔] Dropbox sync
[✔] Convert user apps <=> system apps
[✔] Integrate system app updates into ROM
[✔] Encryption
[✔] Market Doctor
[✔] Hypershell speed
[✔] Backup apps without closing them!
[✔] Restore individual apps+data from CWM backups!
[✔] Market "auto updating" manager
[✔] Dalvik cache cleaner
[✔] Integrate Dalvik cache system elements into ROM
[✔] Unlimited schedules
[✔] Protect backup against deletion
[✔] Send backup by e-mail
[✔] CSV export any app DB (e-mail or Google Docs)
[✔] Convert app data to/from fast WAL format
[✔] WAY MORE!
 

PRO FEATURES ADDED:

[✔] Multiple backups per app
[✔] 0-click batch restore
[✔] Multi-user support for some apps! (eg: games)
[✔] Batch verification
[✔] Backup apps without closing them!
[✔] Restore individual apps+data from CWM backups!
[✔] Hypershell speed
[✔] Migrate system data across different ROMs
[✔] Market Doctor
[✔] Apps freezer (incl. batch support)
[✔] Market "auto updating" manager
[✔] Convert user apps <=> system apps
[✔] Encryption
[✔] Unlimited schedules
[✔] Sync to/from Dropbox
[✔] Protect backup against deletion
[✔] Send backup by e-mail
[✔] CSV export any app DB (e-mail or Google Docs)
[✔] Brand the app with your name
[✔] Bloatware Melter (experimental)
[✔] Convert app data to/from faster WAL DB format
[✔] And more!

MORE MEMORY:

[✔] Dalvik cache cleaner
[✔] Integrate system app updates into ROM
[✔] Move apps into ROM
[✔] Integrate Dalvik cache system elements into ROM



Instructions:

1. Install Titanium Backup and don't run.
2. Install TBPatcher4x (credits to ChelpuS)
3. Press "Press for Activate"
4. Enjoy

* After rebooting if you find batch mode isn't working, please run TBPatcher and activate it again.

Click here to : DOWNLOAD



For Android Downloads & Tricks : Click here | For Hacking tricks : Click here | For How To Do Tutorials : Click here | For Gadget reviews : Click here | For Internet Tricks : Click here | For Windows tricks : Click here.

You can like us on Facebook or Follow us in Twitter to stay connected with us.

FREE GO Locker Circuitry Theme v1.0 apk

Something that is not available through-out the Internet for FREE, we are here to give it to you for FREE. The most amazing lock-screen for Android is here.

GO Locker Theme Circuitry, designed to GO Launcher EX, is available for free now!

GO Locker Theme Circuitry, design to GO Launcher EX, is available now!
Note: Make sure GO locker V1.11 has been installed.

Tips:
1. Make sure GO Launcher EX V2.58 or above and GO Locker v1.11 has been installed;
2. Click “MENU—->Preferences—->Theme Settings—->GO Locker---->"My locker” to choose the theme;

Iif you meet any bugs or want any improvement!
E-mail: golauncher@goforandroid.com



Click here to : DOWNLOAD


For Android Downloads & Tricks : Click here | For Hacking tricks : Click here | For How To Do Tutorials : Click here | For Gadget reviews : Click here | For Internet Tricks : Click here | For Windows tricks : Click here.

You can like us on Facebook or Follow us in Twitter to stay connected with us.

July 26, 2012

Add New Facebook Login Button to a Website/Blog 2012

Now a days you can find a Log-in with Facebook option in lots of website. Well, if you are also owner of a website or blog, its very easy to add a Facebook Log-in button in your own site. Here I am gonna tell you how to do it..



1. Go to Facebook Developer Page. You might be asked to verify your account, choose any of the verification options to complete the verification.
2. Click on : Create a New App. Choose an App name & a valid App Namespace.


3. Click on Edit App and choose Website with Facebook Login option and enter your website/blog URL there.


4. You should then see your application info. Now copy the App ID as indicated in the picture below and save it in a notepad.
 5. Come to your website/blog template and paste this come under the <body> tag.

<div id="fb-root"></div><script 
src="http://connect.facebook.net/en_US/all.js#appId=YOUR_APP_ID&amp;xfbml=1"></script>
 

6. Replace the YOUR_APP_ID in the code above with your App ID provided from Facebook which you copied in Step 4 and save.
7. Now in your website, where you want the log-in button to be appear copy and paste the code below, into it (in case of blog click on " ADD A GAGDET" on the sidebar or any other location you want to add the button to. From the GADGETS list, choose HTML/JAVASCRIPT.  In the title field, you can enter "Login to Facebook" and in the content box, copy and paste the code below, into it).

NOTE: If a visitor to your blog clicks on the "facebook login" button, he/she will not be taken away from your blog. Instead, your blog page will refresh and the "facebook login" button will change to "facebook log out" button.


Only Facebook Log-in Button :
<div style='float:center;'><fb:login-button autologoutlink="True" length="short" background="white" size="large"></fb:login-button> </div>


Facebook Log-in Button with name :
(name will appear after someone log-in)
<div style="text-align: center;">
<h2 class="title">
    Hello <fb:name uid="loggedinuser" useyou="false"></fb:name></h2>
</div>
<div style="text-align: center;">
<div style="font-family: &quot;Trebuchet MS&quot;,sans-serif;">
<div style="font-family: Verdana,sans-serif;">
<h2 class="title">
    <fb:login-button autologoutlink="True" background="white" length="short" size="large"></fb:login-button></h2>
</div>
</div>
</div>


Facebook Log-in Button with Name and Profile Photo:
(Name & photo will appear after someone log-in)
<div style="text-align: center;">
<h2 class="title">
    Hello <fb:name uid="loggedinuser" useyou="false"></fb:name></h2>
</div>
<div style="text-align: center;">
<div style="text-align: center;">
<h2 class="title">
    <fb:profile-pic facebook-logo="true" linked="false" uid="loggedinuser"></fb:profile-pic></h2>
</div>
</div>
<div style="text-align: center;">
<div style="font-family: &quot;Trebuchet MS&quot;,sans-serif;">
<div style="font-family: Verdana,sans-serif;">
<h2 class="title">
    <fb:login-button autologoutlink="True" background="white" length="short" size="large"></fb:login-button></h2>
</div>
</div>
</div>

You can customize this as you wish. If everything is done as it should & then you click on the log-in button a pop-up windows like this would appear. 



It works for WordPress, Blogger, Joomla and any platform or even in simple HTML/pHp webpages. If it works for you, kindly like this post and give comments. If there is any problem then just let me know.

Below here you can experience the whole Log-In thing.



Check-out more services from us -  For Hacking tricks : Click here | For Android Tricks : Click here | For How To Do Tutorials : Click here | For Gadget reviews : Click here | For Internet Tricks : Click here | For Windows tricks : Click here. You can like us on Facebook or Follow us in Twitter to stay connected with us.

Change Facebook Login Page

Hey pals, after a long time I am back in LearnTricks. As I am so busy with my study it's hard to search new tricks everyday. 2day I'm posting an old - known to all - type thing. Well if you are unknown from it then Hurray...
it's good luck for me.


Here I am providing you a quick trick to get  customizable Facebook log-in screen. It's cool, interesting & different.


CAUTION : THIS ONLY WORKS WITH GOOGLE CHROME BROWSER



    in Google Chrome
2. Install this Extension
3. Log-out from Facebook if you already logged in
5. You can see a new type log-in page. You can change the background photo with any photo you want by clicking the Setting icon above the blue Log In button.

Changed Facebook log-in screen.

 To get this photo click here


Check-out more services from us - For Hacking tricks : Click here | For Android Tricks : Click here | For How To Do Tutorials : Click here | For Gadget reviews : Click here | For Internet Tricks : Click here | For Windows tricks : Click here

Click to Download our Android App