Monday 11 May 2015

 we have to hide files or folders, especially when working on a shared computer. The most effective way to do it is by using a specific program.

 Hide Folder is a free application that lets you select a list of folders you would like to keep protected. By clicking the Hide button in the main menu, all the selected folders will magically disappear on your computer. In order to have access to them you will have to pass through the program which has a  password to enter and hint in-case you forget the password.

It's all very easy to use and actually effective if you have sensitive files to protect, but I have little issues on the usability side. It's not possible in fact to hide a folder just from the right-click menu; you will always have to pass through the Add function of the program. You could also hide the folder by dragging and dropping it in the program

You can always delete the Start menu link but then you will not have direct access to your folders.
 Hide Folder is a useful free tool to protect and hide sensitive folders on your computer.

KINDLY COMPLETE SURVEY TO DOWNLOAD HERE



WordPress has rushed out a patch today after news emerged of a critical cross-site scripting (XSS) flaw, found in the default installation of its widely used content managing system, was affecting millions of websites. The flaw, disclosed by Finland-based security research firm Klikki Oy, makes it possible for an attacker to gain complete control of the administration area and even the web server that WordPress is running on though the comments system.
Current WordPress installations including versions 4.2, 4.1.2, and 4.1.1 on MySQL versions 5.1.53 and 5.5.41 are affected. The exploit is triggered by posting some simple JavaScript code as a comment along with 64 kilobytes worth of text -- or about 65,535 characters. If the comment is long enough, the database will truncate its contents and display malformed HTML onto the webpage, while silently running the malicious JavaScript.
Once a website is compromised, attackers are free to hijack users’ passwords and perform pretty much any action that requires administrator privileges.
Although this could potentially affect millions of websites there are a couple of limiting factors. First, unless commenting privileges are deliberately left open, the malicious comment would need to be approved by an administrator first in order to be executed. While it’s unlikely that random gibberish would be approved, attackers can work around this by getting a normal comment approved first, and subsequent comments would be approved by default.
The second thing to keep in mind is that sites that use the Akismet plug-in are not affected, which is the “vast majority of WordPress-powered sites” according to Automattic CEO Matt Mullenweg, who downplayed the risk. He also claims WordPress had no prior warning about the XSS flaw, something Klikki Oy refutes saying many attempts were made since November.
In any case, administrators are advised to upgrade to WordPress version 4.2.1 to avoid any potential damage. The update comes just one week after WordPress released version 4.2, which fixed a similar XSS flaw.

 You can develop an app for Android and publish it to the Play Store with minimal restrictions. This has led to a lot of cool Android apps, some of which aren’t available on iOS or other platforms. Running Android apps usually requires an Android smartphone or tablet — obviously! — but what if you currently use iOS or another mobile OS, and want to try out Android without actually getting an Android device?
Well, fortunately, with a little leg work, you can run Android apps on a regular old Windows PC. There are a few different ways to go about it, each with their own strengths and weaknesses.

ARC Welder for Chrome

Probably the easiest way to get Android apps running on your Windows PC is to use Google’s ARC Welder Chrome extension (ARC stands for App Runtime for Chrome). Since this is a Chrome extension, it’s not only restricted to Windows PCs — you could also use this method on a Chromebook or Mac. The process is much the same no matter which platform you’re using Chrome on. Simply head to the Chrome Web Store and grab the ARC Welder extension to get everything you need installed.
ARC Welder is a beta tool, and it’s mainly directed at developers. Still, the process of loading an app is quite simple. You’ll need an APK to load into ARC Welder (known as sideloading), which you can get from backing up an app on your physical Android device, or you can download an APK from any number of places on the internet. We don’t recommend you download paid apps and games from shady websites, though. There are a few sites that archive legitimate free APKs, like APK Mirror.
ARC 2
When you’ve got your APK ready to go, you can open ARC Welder from the Chrome app list and point it at the file. Then you just have to choose how you want the app to render — landscape/portrait, tablet/phone, and whether you want it to have clipboard access. Not every app will run, and some of those that do will be missing components. ARC Welder doesn’t currently have native support for Google Play Services (unless you’re the app developer and have access to the app’s code), so Google’s apps and some third-party ones will refuse to run.
Apps and games that work tend to run very well in ARC. You should get almost full functionality from apps like Evernote, Instagram, and even Flappy Bird. You can only have one app installed in Chrome via ARC Welder at a time, so you need to go back to the install dialog whenever you want to change to a different one.
The sideloading requirement along with the limit of one app at a time makes ARC Welder less than ideal for running Android apps on Windows on a daily basis. However, if you just want to get one up and running for testing or just to play around, this should be your first stop.

The Android emulator

The next most straightforward way to get Android apps running on a PC is to go through the Android emulator released by Google as part of the official SDK. The emulator can be used to create virtual devices running any version of Android you want with different resolutions and hardware configurations. The first downside of this process is the somewhat complicated setup process.
You’ll need to grab the SDK package from Google’s site and use the included SDK Manager program to download the platforms you want — probably whatever the most recent version of Android happens to be at the time (5.1 at the time of publishing). The AVD manager is where you can create and manage your virtual devices. Google makes some pre-configured options available in the menu for Nexus devices, but you can set the parameters manually too. Once you’ve booted your virtual device, you’ll need to get apps installed, but the emulator is the bone stock open source version of Android — no Google apps included.
Since there’s no Play Store, you’ll need to do some file management. Take the APK you want to install (be it Google’s app package or something else) and drop the file into the tools folder in your SDK directory. Then use the command prompt while your AVD is running to enter (in that directory) adb install filename.apk. The app should be added to the app list of your virtual device.
The big upside here is that the emulator is unmodified Android right from the source. The way apps render in the emulator will be the same as they render on devices, and almost everything should run. It’s great for testing app builds before loading them onto test devices. The biggest problem is that the emulator is sluggish enough that you won’t want to make a habit of running apps in it. Games are really out of the question as well.

Android PC ports

If you don’t mind a little extra hassle, you can have a more fluid Android app experience by installing a modified version of the OS on your PC. There are a few ports of Android that will run on desktop PCs, but support is somewhat limited because of the extensive hardware configuration options for PCs. The two leading choices for a full Android installation on PC are Android on Intel Architecture (UEFI-equipped devices) and the Android-x86 Project (pictured above).
Neither one is in a perfect state, and you’ll need a supported piece of hardware, like the Dell XPS 12 for Intel’s version or the Lenovo ThinkPad x61 Tablet for Android-x86. You could install them over top of Windows, but that’s not the best idea. The smarter way would be to create a separate hard drive partition and install Android there.
If your hardware isn’t supported by either of these projects, you can also try installing them in VirtualBox, which should be a little faster than the official Android emulator. It probably still won’t be good enough for games, but most apps should install and run correctly. Also, you’ll have to install the apps you want manually, as there’s no Google Play integration here either.

BlueStacks App Player

If you’re looking to get multiple apps and games up and running on your computer with the minimum of effort, BlueStacks is your friend. The BlueStacks App Player presents itself as just a way to get apps working, but it actually runs a full (heavily modified) version of Android behind the scenes. Not only that, but it has the Play Store built-in, so you have instant access to all of your purchased content. It actually adds an entry to your Google Play device list, masquerading as a Galaxy Note II.
The BlueStacks client will load up in a desktop window with different app categories like games, social, and so on. Clicking on an app or searching does something unexpected — it brings up the full Play Store client as rendered on tablets. You can actually navigate around in this interface just as you would on a real Android device, which makes it clear there’s a lot more to BlueStacks than the “App Player” front end. In fact, you can install a third-party launcher like Nova or Apex from the Play Store and set it as the default. The main screen in BlueStacks with the app categories is just a custom home screen, so replacing it makes BlueStacks feel almost like a regular Android device.
Having full Play Store access means you won’t be messing around with sideloading apps, and BlueStacks manages to run everything impressively. Most games are playable, but keep in mind you’ll have trouble operating many of them with a mouse. If your PC has a touch screen, you can still use apps and games that rely on more than one touch input. BlueStacks can essentially make a Windows 8 tablet PC into a part-time Android tablet. BlueStacks calls the technology that makes this possible “LayerCake” because Android apps run in a layer on top of Windows.
The only real issue with BlueStacks is that it’s not running a standard Android build. All the alterations the company made to get apps working on a PC can cause issues — some apps simply fail to run or crash unexpectedly. This customized environment is also of little value as a development tool because there’s no guarantee things will render the same on BlueStacks as they might on a real Android device without all the back-end modifications. It’s also a freemium service with a $2 pro subscription, or you can install a few sponsored apps.

So what’s the best way?

If you need to test something with the intention of putting it on other Android devices, the emulator is still the best way to give builds a quick once-over on a PC before loading them on to Android phones or tablets. It’s slow, but standardized, and you’ll be able to see how things will work on the real deal. The Android PC ports are definitely fun to play with, and performance is solid when you get apps running, but they can be finicky.
If you’re interested in getting more than a handful of apps running on your PC so you can actually use and enjoy them, BlueStacks App Player is the best solution. It’s fast, has Play Store access, and works on multitouch Windows devices. ARC Welder is also something to keep in mind if you only need to use one app at a time. The setup is easy and it’s completely free



Microsoft executive Jerry Nixon confirmed at the company’s Ignite conference last week that the upcoming Windows 10 update will be the company’s last version of Windows. That doesn’t mean Windows is going away — far from it, in fact. Microsoft plans to update the OS in a more incremental manner going forward, and that could mean a much more dynamic platform.
For the last few decades, Microsoft would sit down and build a new version of Windows every three years or so. This new version would start shipping on new PCs, but by and large, consumers didn’t run out and buy the new version to upgrade their computers. They simply got the new Windows when they got a new computer. With Windows 10, Microsoft isn’t even getting cash from those who do want to buy the latest and greatest version. Following the furor over Windows 8 and it’s tablet-centric design, Microsoft has announced Windows 10 will be a free update for one year from release.
You currently get plenty of updates on Windows, but they aren’t really the same kind of updates that Microsoft is planning for Windows 10. Windows Update has thus far been a hub for security patches and bug fixes, which is a necessary evil when you’re running the most popular desktop operating system in the world. Windows 10 would get “real” updatesthat add functionality and change the way the OS works over time.
This would be more like the Chrome model for software updates, where new versions are pushed out frequently. Sometimes you open Chrome and it looks a little different or does something new. Almost no one knows what version of Chrome they are running because it changes so frequently. This experience might be the future of Windows. It makes you wonder how long they’ll bother with the “Windows 10″ branding. One day it might simply be “Windows.”
It sounds like making Windows 10 free isn’t just a mea culpa from Redmond. This “final” version of Windows has the core changes necessary to be updated incrementally, so Microsoft wants as many people as possible to be running it. Built-in apps like Xbox and Mail have been designed to be designed in Windows 10 to be updated independently of the OS, and even Office for Windows 10 will get incremental feature updates rather than a big launch every 3-4 years.
Most of Microsoft’s income from Windows is based on new PC sales, so it’s not likely to take a hit from using this ongoing update model. This is Windows as a service, which is something Microsoft has been wanting to do for years. A few years ago Microsoft might have had the clout to charge an additional subscription fee for Windows as a service, but now? It’s not clear if Microsoft will go down that road, or if the new PC license fees will be enough to satiate investors. We’ll see what happens after the free update period for Windows 10 is over.




Saturday 9 May 2015




1. Install idm by running     "idman623build11.exe"

2.  Run "32bit Patch build 11.exe" if you're using 32bit operating system
      or
    Run "64bit Patch build 11.exe" if you're using 64bit operating system

3.  Done. Enjoy  IDM

Download 6.23 Build 11  Registered here >> http://verified-download.com/file/05NAv

Friday 8 May 2015

Samsung’s Galaxy S6 and S6 Edge have secured a spot for themselves as two of the best Android phones ever released, but the launch hasn’t been entirely without problems. Since the devices appeared in-market, a number of complaints and videos have surfaced demonstrating that the device’s memory management 
This information comes courtesy of GSMArena, which notes that the update (at least on European carriers) uses Android 5.0.2, and is billed as G920FXXU1AODG. Samsung isn’t offering much information on what it fixes, but GSMArena reports that the device seems snappier, with better overall performance characteristics. Footage of the original problem is shown below (skip to 40 seconds to see the benchmark begin)

It’s not clear if Samsung was simply bitten by the Android 5.0 memory leak bug that was discovered some months ago, or if the company’s custom software or other Android personalization efforts introduced an additional problem. Users reported that while the Galaxy S6 featured fast initial application loads, the phone aggressively shut applications down as soon as the user changed to a different window. The end result of this was that the Galaxy S6 won single application tests against competing devices, but would lose if the reviewer cycled through the same group of tests a second time. Other phones kept the apps cached in background, while Samsung’s device had to open them again from scratch. This isn’t a game-changing bug by any means, but if you multi-task frequently, sitting through the browser relaunch for the 50th time was undoubtedly annoying.
It’s possible that Samsung’s aggressive application shutdowns were actually the manufacturer’s way of avoiding the memory leak bug until it could issue its own patch for the problem. The update is only starting to hit devices, and may take several days to roll out completely. But if you have a Galaxy S6 or S6 Edge that’s been affected by this issue, drop by and let us know if the new software solves the situation.
The Galaxy S6 Edge isn’t the only device that’s just been updated with a (hopefully) performance improving patch. Google’s own Nexus 9, which is based on the 64-bit custom Nvidia CPU known as Project Denver, also got an Android patch this week. The Nexus 9 had languished for an unusually long time by Google standards while waiting for its update, so if you’ve got one of those devices, make sure you patch it up as soon as possible.


Win : switch between the Start screen and the last-running Windows 8 app

Win + C : displays the Charms: the Settings, Devices, Share and Search options
Win + D : launches the desktop
Win + E : launches Explorer
Win + F : opens the File Search pane
Win + H : opens the Share pane
Win + I : opens Settings
Win + K : opens the Devices pane
Win + L : locks your PC
Win + M : minimizes the current Explorer or Internet Explorer window (works in the full-screen                IE, too)
Win + O : toggles device orientation lock on and off
Win + P : switch your display to a second display or projector
Win + Q : open the App Search pane
Win + R : opens the Run box
Win + U : open the Ease of Access Centre
Win + V : cycle through toasts (notifications)
Win + W : search your system settings (type POWER for links to all power-related options, say)
Win + X : displays a text menu of useful Windows tools and applets
Win + Z : displays the right-click context menu when in a full-screen app
Win + + : launch Magnifier and zoom in
Win + - : zoom out
Win + , : Aero peek at the desktop
Win + Enter : launch Narrator
Win + PgUp : move the current screen to the left-hand monitor
Win + PgDn : move the current screen to the right-hand monitor
Win + PrtSc : capture the current screen and save it to your Pictures folder
Win + Tab : switch between running apps

Keyboard Shortcuts

[Alt] and [Esc] Switch between running applications

[Alt] and letter Select menu item by underlined letter

[Ctrl] and [Esc] Open Program Menu

[Ctrl] and [F4] Close active document or group windows (does not work with some applications)

[Alt] and [F4] Quit active application or close current window

[Alt] and [-] Open Control menu for active document

Ctrl] Lft., Rt. arrow Move cursor forward or back one word

Ctrl] Up, Down arrow Move cursor forward or back one paragraph

[F1] Open Help for active application

Windows+M Minimize all open windows

Shift+Windows+M Undo minimize all open windows

Windows+F1 Open Windows Help

Windows+Tab Cycle through the Taskbar buttons


Windows+Break Open the System Properties dialog box


      USING TOWEL ROOT
COMPATIBLE WITH SAMSUNG GALAXY S4, TECNO P6, VERIZON GALAXY S5, AT&T, GOOGLE NEXUS 5 & 7.

Step 1: Download & Install TowelRoot
The process couldn't be easier—start by making sure you have installation from "Unknown sources" enabled, then just grab the TowelRoot apk 

We're rooting using a pretty genius method. It basically exploits the kernel, which freezes Android, and while the OS is sitting there panicking, it asks for root privileges and Android gives them to it. Then, it copies over the necessary root files and reboots the phone. But because of the way this exploit functions, you'll see a nice scary warning when installing TowelRoot—check that you understand the risks, then hit Install anyway.
Step 2: Run TowelRoot
Now hit the make it ra1n button, and let the app do its thing. It'll automatically reboot your device, and then you'll be rooted!

Yes, it really is that easy. Really.

Step 3: Install SuperSU
While TowelRoot will root your device, it will not install a root manager, which is critical for keeping malicious apps from gaining root access. Far and away the best root manager is SuperSU from developer Chainfire. Head to the Play Store to grab the app directly.

Install it and run. You can skip the part where the app asks if you'd like it to remove KNOX, but to each their own. Either way, you're rooted and ready to roll. And it couldn't have been easier.

USING POOT DEBUG
ANDRIOD DEVICE THAT ARE COMPATIBLE WITH POOT INCLUDE: TECNO P3, N3, D5 and T3

STEPS TAKING TO ROOT WITH POOT
1. DOWNLOAD POOT APK AND MINISTRO APK INTO YOUR DEVICE PHONE MEMORY NOT SD CARD
2. OPEN THE MINISTRO APK AND DOWNLOAD EXTRA LIBARIES.
3. ONCE THE DOWNLOAD IS COMPLETED YOUR DEVICE WILL AUTOMATICALLY REBOOT
4. ONCE IT REBOOTS, OPEN THE POOT APK AND CLICK ON “POOT” NOT “ROOT VALID CHECK”.
5. IF SUCCESSFUL THE POOT WILL BRING THE TAB TO INSTALL “SUPERUSER”, “SUPERSU” AND “ROOT CHECKER” FROM PLAYSTORE
6. ONCE THE INSTALLATION IS SUCCESSFUL YOU CAN USE THE ROOT CHECKER THAT YOU HAVE DOWNLOADED TO CHECK IF THE DEVICE HAS BEEN ROOTED OR NOT
7. IF YOU SEE THE MESSAGE “CONGRATULATION YOU HAVE BEEN GRANTED ROOT ACCESS” IT MEANS YOUR DEVICE IS ROOTED. A GREEN MESSAGE WILL POP UP

Popular Posts

Recent Posts