Showing posts with label MOBILE TIPS. Show all posts
Showing posts with label MOBILE TIPS. Show all posts

Sunday, March 29, 2015

CCleaner 5.04.5151

CCleaner 5.04.5151


Probably the most popular freeware cleaner globally with over 1 billion downloads since its launch in 2003. Piriform’s CCleaner is a quick and easy to use program which makes your computer faster, more secure and more reliable. CCleaner removes cookies, temporary files and various other unused data that clogs up your operating system. This frees up valuable hard disk space allowing your system to run faster. Removing this data also protects your anonymity meaning you can browse online more securely. The built in Registry Cleaner fixes errors and broken settings to make your computer more stable. The simple, intuitive UI and rapid but powerful cleaning make CCleaner a favourite among novices and techies alike. Professional, Network, Business and Technician Editions of CCleaner are also available for serious users.

ccleaner 5.0.4.5151

A Faster Computer
Browsing the internet your computer picks up a whole host of unnecessary files, cookies and history. The same thing happens when you run most programs on your computer – lots of temporary files and settings are saved. CCleaner removes these unused files and settings to free up valuable hard drive space, enabling your system to run faster. The default settings only focus on typical junk files and locations so you’re unlikely to lose important information unless you alter these. A Startup Cleaner also helps you to identify and remove unused programs running in the background when you start your computer. This makes the startup time shorter and puts less strain on your hard drive throughout use. You can read more about startup support here.

Less Crashes & System Errors
If you notice lots of system freezes, error messages and often experience crashes, the chances are your registry become cluttered with unused files and broken settings. CCleaner’s fully featured Registry Cleaner identifies these issues and fixes them. The registry analysis takes seconds and cleaning just a little bit longer. Prompts advise you when to save backups to avoid losing important data.

More Secure Browsing
Advertisers and websites track your behaviour online with cookies. Saved passwords, cached data and internet histories make your identity less secure. CCleaner removes these files to make your browsing experience confidential, meaning you are less likely to suffer from identity theft and/or online fraud. The military grade Drive Wiper ensures any data you want to be permanently deleted, stays deleted.

Customisable Cleaning
CCleaner Tools and Options tabs allow you to customise cleaning options to fit your needs. If you are not a savvy user, you might want to stick with the safe default settings. Advanced users can uninstall unwanted programs, select which cookies to save, customise cleaning settings and setup system monitoring.

Summary
CCleaner has earned its position at the top of the freeware cleaners offering the sort of features premium programs struggle to compete with. The clean, intuitive UI makes it one of the easiest programs to use, but don’t let its size and simplicity fool you. This is a powerful utility for improving your computers performance. Piriform’s regular update process means CCleaner is constantly improving and its popularity will continue to grow...

DOWNOLOAD : CLICK HERE

Thursday, November 27, 2014

CCleaner v5.00.5050 + All Editions





       

Description:



CCleaner is the number-one tool for cleaning your Windows PC. It protects your privacy online and makes your computer faster and more secure. .CCleaner is our system optimization, privacy and cleaning tool. It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. Additionally it contains a fully featured registry cleaner. But the best part is that it's fast (normally taking less than a second to run) 

It can clean:



Internet Explorer:
Temporary files, history, cookies, super cookies, Autocomplete form history, index.dat files.

Firefox:
Temporary files, history, cookies, super cookies, download history, form history.

Google Chrome:
Temporary files, history, cookies, super cookies, download history, form history.

Opera:
Temporary files, history, cookies, super cookies, download history.

Apple Safari:
Temporary files, history, cookies, super cookies, form history.

Other Supported Browsers:
K-Meleon, Rockmelt, Flock, Google Chrome Canary, Chromium, SeaMonkey, Chrome Plus, SRWare Iron, Pale Moon, Phoenix, Netscape Navigator, Avant and Maxthon.

Windows:
Recycle Bin, Recent Documents, Temporary files, Log files, Clipboard, DNS Cache, Error Reporting, Memory Dumps, Jump Lists.

Registry Cleaner:
Advanced features to remove unused and old entries, including File Extensions, ActiveX Controls, ClassIDs, ProgIDs, Uninstallers, Shared DLLs, Fonts, Help Files, Application Paths, Icons, Invalid Shortcuts and more...

Third-party applications:
Removes temp files and recent file lists (MRUs) from many apps including Windows Media Player, eMule, Google Toolbar, Microsoft Office, Nero, Adobe Acrobat, WinRAR, WinAce, WinZip and many more...


What's New in version 5.00.5050: 



v5.00.5050 (25 Nov 2014)
- New improved GUI.
- Improved internal architecture for better performance.
- Added Google Chrome plugin management.
- Improved Google Chrome Startup item detection.
- Optimized automatic updates for Pro version.
- Improved system restore detection routine. 
- Updated exception handling and reporting architecture.
- Optimized 64-bit builds on Windows 8, 8.1 and 10.
- Updated various translations. 
- Many performance improvements and bug fixes.



DOWNLOAD : CLICK HERE

Saturday, November 22, 2014

How To Hack Wifi Password

How To Hack Wifi Password


If you are living nearby someones WiFi hotspot and every time your laptop search for connection its showing up but you don't have passwords. Or you just want to steal someones WPA/WPA2 Wi-Fi hotspots key or passwords. Don't worry...


 I’ll show How to hack a WPA/WPA2 Wi-Fi connection through a bootable USB.

THINGS YOU WILL NEED -

1.A USB pen drive
2.beini.iso file. Download beini.iso  OR Click here 
3.UNetbootin software to make your USB drive bootable. Download UnetBootin for Windows, Mac or Linux

Some few steps you would have to do (WEP)

1. Write beini.iso on your USB by UNetbootin. Set everything according to this image below.


a
2. After finishing restart your PC and boot it from your USB.
3. If you were successful to boot up then you should see something like this. Click Minidwep-gtk.

a



4. Click OK.

a

5. Now Minipwep-gtk program will open. Click Scan.

a

6. Select a wireless network(should have Client) from the list. And click Launch to start cracking process.

a







7. Sometimes it take a while according to your victim connections, IVS value and password strength. So keep patience.






a






8. If it finds a password, it should appear like this.

a

To crack WPA/WPA2 follow this image instruction.

RESTART YOUR PC AND BOOT FROM YOUR OS THEN ENTER THE FOUND PASSWORD.


THANK YOU 





Tuesday, November 18, 2014

How To Lock Any Folder With Password Without Software

Hai Guys Today i will show you how to lock any Folder with Password without Using Any Software To Secure your files

HOW TO LOCK FOLDER ?


1. Open Notepad And Copy The Below Code into it :

cls
@ECHO OFF
title http://www.downloadsadda.com/
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== 
downloadsadda.com goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End 


2. Now Change "downloadsadda.com" with Your Desired Password

3. Save The File As Password.bat

4. Now Double Click on Password.bat and a new folder will be created

5. Now Copy All YOur Important Data in That Folder

6. Now Double Click On Password.bat and press Type Y when cmd appears

7. Now That Folder is Hidden from your view double click on Password.bat and enter your password

Thats it now you can secure your data Without any expensive Software .

Thursday, October 9, 2014

Rocket Boy Widget

 Back to Top Scrolling Rocket Boy Widget


Well you already knew about the scrolling widget people add onto their blog in order to allow any visitor to scroll to the top of the page by just clicking that button, well but now for this occasion we have a nice animated rocket widget that looks really good. So I do not have any demo link available but its easy to implement so have a look.


  1. Open Blogger>Template>Edit HTML
  2. Press CTRL + F  and search for </body> tag and paste the following code below it.
<style>#backtotop{background:url(http://i.imgur.com/m4Z2HpS.png) 0 0 no-repeat;bottom:5px;cursor:pointer;height:130px;padding:5px;position:fixed;right:5px;width:72px;z-indez:1}#backtotop:hover{background:url(http://i.imgur.com/m4Z2HpS.png)no-repeat;background-position:0 -142px}</style><script src='http://ajax.googleapis.com/ajax/libs/jquery/1.10.0/jquery.min.js'/><script type='text/javascript'>//<![CDATA[
$(window).scroll(function(){if($(this).scrollTop()>100){$("#backtotop").removeAttr("href");$("#backtotop").stop().animate({bottom:"0"},{duration:100,queue:false})}else{$("#backtotop").stop().animate({bottom:"30000"},{duration:8e3,queue:false})}});$(function(){$("#backtotop").click(function(){$("html, body").animate({scrollTop:0},"slow");return false})})//]]></script><a href='#' id='backtotop'/>

3.  Now hit Save Template & refresh your blog to see this cool rocket boy in full action, so as you scroll down and click this blog he will take you up & launch away.

 

Tuesday, August 19, 2014

Mobile Top Up Code Generator 2014

Mobile Top Up Code Generator 2014












  I Don't give Survey because I hate surveys

DUE TO HEAVY TRAFFIC I HAVE UPLOADED  THE TOOL TO THESE SERVERS

Download links : server1  , server 2 , server 3

This recharge code generator works in India , France, Us, Japan , Germany

Supported Mobile Networks :

VODAFONE
O2
THREE 
ORANGE 
VIRGIN
TESCO MOBILE
ASDA MOBILE
AT&T/CINGULAR 


DISCLAIMER : i am not responsible for the working of this software and any issues related with it


By:

raghav

-=[Follow Me]=-

Facebook : https://www.facebook.com/raghav.munna

Wednesday, August 13, 2014

ROOT NOKIA X, X+, XL

ROOT NOKIA X,XL,X+ AND INSTALL GOOGLE PLAY

NOKIA AT LAST UNDERSTOOD THE ADVANTAGE OF MANUFACTURING
 ANDROID SMARTPHONES AND CAME OUT WITH THE NOKIA X SERIES,
STARTING FROM NOKIA X—NOKIA X+—NOKIA XL. THESE THREE

SMARTPHONES ARE EQUIPPED WITH THE GOOGLE’S OPEN-SOURCE 
PROJECT ‘ANDROID’ ALTHOUGH THE INTERFACE OF THE DEVICES
 ARE LAYERED WITH NOKIA’S INTERFACE BUT THE BACKGROUND 
STUFF IS ALL BASED UPON LINUX(MOTHER OF ANDROID). NOKIA DID
 LAUNCH ANDROID SMARTPHONES BUT DUE TO A CONTRACT WITH
 MICROSOFT, NOKIA MISSED GOOGLE PLAY STORE. THE EXISTING
 NOKIA STORE IN THE X-SERIES IS ONLY OFFERING A LIMITED ANDROID 
APPS BUT YOU DON’T NEED TO WORRY ABOUT THAT CAUSE TODAY
 I AM GOING TO TELL YOU HOW TO ROOT NOKIA X, X+, XL AND INSTALL GOOGLE STORE.
SO LET US BEGAN WITH ROOTING AND INSTALL PLAY STORE IN NOKIA SERIES. NOTE THAT ROOTING MIGHT VOID YOUR WARRANTY & THIS GUIDE IS 100% TESTED BUT MAKE SURE YOU DO IT ON YOUR OWN RISK!


REQUIREMENTS:
  1. At least 60% charged phone.
  2. Enable USB Debugging from Phone Settings>> Developers Options.
  3. Also do not forget to check allow installations from “Unknown Sources” which is available within Settings tab.
  4. Back-up all your data.
  5. Download required files.

How to root Nokia X, X+, XL:
  1. Download Framaroot from the link above and install it in your phone.(make sure you enabled ‘unknown sources’ available within setting tab).
  2. Once the installation is complete open Framaroot app, you will be prompted with several options just choose ‘install super su’ and than tap on ‘Gandalf’.Root-Nokia-X
  3. Now you will be prompted with a message saying ”superuser and su binary installed” Simply click ok and Reboot your device.
  4. Once the device will reboot you will have root access .

How to install Google Play Store on Nokia X, X+, XL:
  1. Download and extract Nokia X-Gapps pakkage and place it in your phone.
  2. Install Root Explorer App from the link above.
  3. Once installed open it and give it root access.
  4. Now Copy the extracted apk files to /System/App and change files permissions like this:Root-explorer
  5. Once you have done as above picture simply click ok and Reboot your Device.
  6. After the Reboot Playstore should have been successfully installed on your Nokia X.
  7.  Now open Google Play Store and it should be working perfect! First it will ask you for Google Account, just enter your email and password and enjoy with Playstore’s million’s of free Apps!


IF U GET ANY PROBLEMS OF INSTALLING FEEL FREE TO ASK ME 



Monday, August 11, 2014

Android 4.4 KitKat tips

What's hiding in Android 4.4?

Android 4.4 is the most polished and feature-rich iteration of Google's mobile OS yet, and comes with plenty of new and exciting functions to keep fans happy. However, not all of them are immediately obvious from the start.

Allow us to educate you on some of the most interesting and useful tips, tricks and secrets hiding in the software. Grab yourself a hot beverage, find a comfortable seat and prepare to taste the future of smartphone software.


18) Fire up Google Now with just your voice

It's possible to activate Google Now - Android's answer to Siri - simply by saying "OK Google". When you're on the home screen, simply utter those two words and you'll be prompted to speak your next command, which can be anything from asking for Google to search the web to setting an alarm for a particular time. Just be wary of any annoying friends shouting the same phrase when you're trying to do other things on your phone.


17) Switch on Developer Mode

Developer mode used to be a part of Android's settings menu that was easily accessible, but recently Google has hidden it away to prevent users from tinkering too much. However, it's still fairly easy to discover if you know what you're doing - go to Settings > About Phone and then tap the "Build Number" section seven times. This will unlock the developer menu, allowing you to access a whole number of nerdy features.

Android 4.4 tips 4

16) Taste the next generation with ART runtime

Android uses Dalvik runtime by default, which is described as a "just in time" compiler. That means it does all of the application processing as and when it's required. Moving forward, Google is looking to use ART runtime, which is a "ahead of time" compiler. ART is actually featured in Android 4.4 already, but it's not enabled by default - you'll need to enter the Developer menu to switch it on.

Your handset will reboot and it will take a short time to recompile your apps - you may even notice some stability issues - but on the whole, ART should be quicker and friendly on your battery. As more apps are optimised to use ART, you'll find it more beneficial to use.

15) Use Wi-Fi to determine your location to save battery

Previously with Android, determining your location was based almost solely on GPS, which consumes a fair amount of battery life. Android 4.4 now comes with three modes for this functionality.

High accuracy uses GPS, Wi-Fi and mobile network signal to get a fix on where you are, while Device Only relies totally on GPS. In the middle there is Battery Saving mode, which abandons GPS and uses Wi-Fi and your mobile network - amazingly, this is still pretty precise, and doesn't drink as much juice. Go to Settings > Location > Mode to pick the one that suits you.

Android 4.4 tips 3
14) Keep track of your movements each day

Another cool Android 4.4 feature is the power to track the steps you take each day, as well as differentiate between walking, running, cycling and climbing. This ability hasn't been leveraged as much as you might expect, and only a few apps make use of it right now.

One is the highly polished Moves app from ProtoGeo, which tracks your movements and gives you data on how many steps you've taken, as well as a visual "storyline" of your daily life.

13) Exit immersive mode

One of the new features of Android 4.4 is the "immersive" mode, which basically removes all of the on-screen interface to give you an unimpeded view on your current application. Apps that support immersive mode should automatically remove UI elements, but if you want to get them back, simply swipe down from the top of the display - the notifications bar will magically re-appear.


12) Install an alternative SMS client

Hangouts replaces the default SMS client in Android 4.4, and while it does the job perfectly well - integrating instant messaging and text chats - some people will no doubt long for the old way of doing things.

Thankfully, it's possible to specify a different app for SMS messages. Find one that you like on the Google Play market, install it and then go to the Settings menu within Hangouts. Tap SMS and then SMS Enabled, and you'll be able to select the app you want to use.
Android 4.4 tips

11) Record your phone's screen

Taking a screenshot in Android used to be like pulling teeth - you had to connect your phone to your PC in order to grab any kind of on-screen image. Since Android 4.0, we've had the trusty "Volume down and Power button" combo, but 4.4 goes to the next level - it features the ability to record video from your screen as well.

As it is primarily aimed at developers who want to add video to their app listings, taking advantage of this native feature is quite tricky - you'll need to follow these incredibly detailed instructions  - but it's a smart bonus nonetheless.

10) Remotely wipe your phone if you lose it

Losing your phone is a painful experience - especially if it provides your daily Flappy Bird fix - but the amount of data contained on our handsets means that having it fall into the wrong hands can have all kinds of negative ramifications.

Google has your back, however, and provides the means to remotely locate and wipe your phone should it go walkabout. You'll need to enable it from the device before you lose it, though - go to the Google Settings application in your app drawer and select Android Device Manager, then turn on "Remotely Locate This Device" and "Allow Remote Lock And Factory Reset".

The latter option also allows you to remotely change the lockscreen password, should you be too scared to wipe the entire device. In the event of your phone going missing, visit the Android Device Manager  page online and you can choose to ring (even if the phone is set to silent), lock or wipe the phone.

9) Get the stock Google UI on your non-Nexus handset

Don't have a Nexus device but crave that uncluttered stock experience? Fear not, you don't have to rush out and invest in a brand new blower - you can get the same result by installing KK Launcher from the Google Play market.

Alternatively, you can download the APK file of the Google Experience interface yourself. It’s available from Android Police. Before you install, make sure third-party apps are switched on in the Settings menu. Android blocks third-party installs as standard.


8) Switch launchers quickly

One of Android's big advantages over its rivals is the ability to change your launcher, which essentially means you can drastically alter the way your homescreen looks and behaves.

Previously, switching between launchers was something of a pain, but Google has now added a quick and easy toggle in the settings menu - so now there's no excuse not to try the many amazing launcher alternatives available on the Google Play market.

When you have more than one launcher installed on your phone, the Settings menu will show a new "Home" option - tapping this will bring up all of the available launchers on your device, allowing you to toggle between them quickly and easily.


7) Enable lock screen widgets

Lockscreen widgets are one of Android's more recent innovations, but in Android 4.4 they're not enabled by default. To turn them on, you'll need to drop into Settings > Security and tick the "Enable Widgets" box. To add widgets, simply swipe from left to right on your lockscreen and tap the "plus" icon. You can choose from Gmail, Calendar and Google Keep, amongst other things.

6) Print wirelessly

Regardless of how much we now rely on paperless documents, there comes a time in everyone's life when a digitally signed PDF just isn't enough and a hard copy is required.

Android 4.4 thankfully has wireless printing baked-in, with HP's Cloud Printing application doing the heavy lifting. You'll need a compatible printer of course, and only certain apps support the feature at present, but it's unquestionably quite handy to be able to send a document through the air and transform it into a physical sheet of paper with nothing but your phone.


5) Gain an easy speed boost by disabling animations

The animations that occur as you move between applications and screens might look pretty, but they can slow you down - especially as they essentially force you to wait a short period before moving to another page or loading an application.

Thankfully, it's possible to reduce the time they run for or disable them completely, both of which will make your handset feel faster. Go to Settings > Developer Options and scroll down to the Drawing section. Find the options which refer to animation scale (Window, Transition and Animator) and toggle them all to "Animation Off". Your UI might not be as pretty in motion, but it will be so fast you may even struggle to keep up.
Android 4.4 tips 5

4) Keep an eye on your data usage

Most carriers enforce data allowance limits these days, which means media-hungry mobile owners with their fingers in all kinds of cloud storage pies are at risk of running over and incurring prohibitive fees.

Thank goodness then for Android's built-in data usage monitor, which tells you exactly how much you've been gobbling up via your mobile network. You can set warnings for when you're close to your limit, or have a ceiling that disables data traffic the moment it is reached. You can even specify a day in each month where your allowance renews and reset the data counter to zero accordingly.

3) Link up your cloud storage accounts with Android's Storage Access Framework

Storage Access Framework is basically a grander way of saying all of your data can be accessed from one convenient menu. When you're prompted to locate files you'll notice that a side-menu has all of your connected cloud storage accounts - such as Drive, Dropbox and Box - listed, so you can easily pull content from these sources without having to open multiple applications. It's one of Android 4.4's most potent features, yet it has received very little attention.

2) Dismiss an alarm before it bothers you

There are few social situations more awkward that an alarm that you no longer need sounding during a meeting or when you're trying to blend in on public transport. Only appearing in public naked comes close, in our opinion. You may not think it's quite that extreme, but you'll still be thankful of Android 4.4's advance alarm notification system.

An hour before the alarm is due to fire, you'll get a pop-up notification on your screen which allows you to dismiss it before it has chance to sound and make everyone on the bus look at you.

1) Get under the hood with Process Stats

Smartphones are very much like computers in your pocket, and sometimes it's nice to get super-detailed in order to get a better understanding of how things are ticking over. In Android 4.4, Google has added a Process Stats section to the Developer Menu, which contains all kinds of information about which apps are running, what processing they're using and how long they've been running since you booted up the phone. It's gloriously geeky, and ideal for those who want to fine-tune their handset's performance.

Android 4.4 tips 1

Sunday, May 4, 2014


How To Use Mobile Camera As A WebCam


Dear BestHacking readers today I am going to tell you How To Use Mobile Camera As A WebCam

Step1:- Install Windows [EXE] (SmartCam.exe on your PC and Install)

Step2:- Install Smartcam on your Mobile (Symbian S60 2nd Edition [SIS], S60 2nd Edition, JME [JAR], Windows Mobile [CAB], Android [APK]

Step3:- Start up SmartCam on your PC and go to >>> File >>> Settings and check your connection and proceed >>> next step.

Step4
:- Start SmartCam on your phone and go to >>> Options >>> Connect and it will ask you for server name and you need to type your PC IP address or your system name

If YOU don't know your IP address then,

>>> go to RUN >>> type CMD >>> type ipconfig

"OR"
>>> go to Google >>> type "my ip address"

Sunday, March 9, 2014

Recharge Code Generator 2014 [v2.0.0] with Activator Code

Recharge Code Generator 2014 [v2.0.0] with Activator Code 


  I Don't give Survey because I hate surveys
 But There is activation Code 

 DUE TO HEAVY TRAFFIC I HAVE UPLOADED  THE CODE TO THESE SERVERS


code:    Click here





Supported Mobile Networks :


Airtel

Aircel
BSNL
Docomo
Idea
Reliance
Vodafone


#####################################################################

                                                        Install Notes                                                              
#####################################################################

1. Extract The ZIP File.

2. Open ACTIVATION KEY_Recharge Code Gen 2.0 And Copy The Code.
3.Open Recharge Code Generator 2014 [v2.0.0] And Paste The Code.
4. Copy The File SIM_ALGORITHMS_DB.dll And Save To c:\windows\system32
5. ENJOY HACKING !!!!!!

DISCLAIMER : i am not responsible for the working of this software and any issues related with it .



By:

raghav

-=[Follow Me]=-

Facebook : https://www.facebook.com/raghav.munna

Blogger  : http://raghavmunna.blogspot.in/

download link : CLICK HERE

Downloads adda.com Downloadsadda © 2014. All Rights Reserved | Powered by-Blogger