Friday, 6 January 2017

Root & Unroot

WHAT IS ROOTImage result for what is root

You may have heard of the term “rooting your phone” and you may have seen that some apps on the Google Play Store require “root” access to work. But what is root? What is “rooting” your phone and why would you do it? Let’s find out!
The majority of operating systems including Windows, OS X and Linux have the concept of system privileges where processes, and therefore users, run at different privilege levels which determine what the process is allowed or prohibited from doing. On some OSes this scale of system privileges is fine grained with a range of privileges from the lowest to the highest. On Unix-like operating systems the difference between an unprivileged user and a privileged user is more black and white. A process or user is either unprivileged, or privileged, with no ambiguity in between. A privileged user on Linux is known as a superuser or root.
There are certain things that root can do that normal users can't do.
There are certain things that root can do that normal users can’t do. The most important of which is that root can access any file, anywhere on the system. A normal user is limited to accessing their own files and files within their assigned groups. This is quite sensible, on a multi-user server, your files are yours and you don’t want others snooping around. It also means that normal users can’t go around altering system files. If they could then there would be havoc.

su

As you can imagine the fact that root access exists doesn’t mean that it is granted automatically to every user or process. To gain root privileges a process or user must ask for it. On Linux this is handled in one of two ways, either with the su command or the sudocommand. The first one means substitute user and it basically allows a process to substitute its current user id for that of root and gain the privileges associated with being root. The second is similar but applies to just one command, “do with a substitute user” or basically “do as root.”
On systems which use su you need to know the password for the root account, so basically root access is off limits to those who don’t know the password. With sudo things are a little different and depending on how the system is setup, you need to be an authorized sudoerand/or you need to authenticate with a password. So su and sudo ensure that there is an authentication step needed, so that only those allowed to have root access actually gain it.

Root access

Image result for Root access

Now let’s apply that theory to Android. Our favorite mobile OS runs on top of a Linux kernel. That means that there are normal processes and there are root processes. It also means that normal apps can’t go around altering the system files or snoop around in the data of other apps.
But on Linux (and other Unix-like operating systems) when a process or user gains root access, they can do everything including altering system files and reading everyone’s data. The same is true on Android, an app that can gain root access can alter the system and it can see all the data belonging to other apps. As you can imagine this could be equally a benefit and a security nightmare.
It is a benefit as it means that app developers can create apps which perform privileged operations, actions that would normally be prohibited. One of the most popular root apps is Titanium Backup root which allows you to backup your apps including all protected and system apps, something it wouldn’t be able to do without root access.
However, Google has invested a lot of effort in making sure that Android is as secure as possible. Like all operating systems (including iOS) there are bugs which can be exploited (and we will talk more about that in a moment). But the downside of having root access available on your device is that any app can seek to gain root privileges and if it succeeds then it can do anything it wants, including stealing all your private data.
This isn’t as hard as you might think. I could write a free little game that looks harmless enough and on non-rooted devices it will remain harmless. But the moment it sees that root access is available it will try and convince the user to grant it root privileges. It could try in a variety of ways including lying about downloading updates, improving speed or memory usage, needing root access to upload the scores and so on. The moment an unwary user grants it root access then BAM! Everything is exposed. That is why it is best to keep this door firmly shut.

How to get root access

As you have probably guessed root access isn’t available on the majority of retail Android phones. The occasional device from China might come with root access enabled but overall it isn’t something you can expect to find by default. There are several different ways to get root access on your phone, and it really depends on which phone you have. Some phones can be rooted just by replacing the boot loader and then adding some special su files, while others need to use an exploit. A third method is to install a custom ROM like Cyanogenmod, which has root access pre-baked into the software. Which method is best for you really does depend on your device.
I mentioned earlier that all operating systems have bugs, in security circles bugs which could potentially allow for security breaches are called vulnerabilities, and an actual piece of code which uses a vulnerability is called an exploit. For some phones to be rooted a vulnerability needs to be exploited. What basically happens is that due to a bug some code can be crafted to run at an elevated privileged (i.e. root) and using root the relevant su files can be copied onto the phone to grant permanent root access, without having to constantly exploit the vulnerability. These rooting methods often only work for certain firmware versions as whenever Google or Samsung or whoever find out about these vulnerabilities they are patched and the code fixed.

Wrap-up

To recap – root is the most powerful user in the Linux world. Root can do anything include changing the system files. Android uses a Linux kernel and so the concept of root exists on Android devices. A phone is considered “rooted” when normal apps have the ability to raise their privilege levels to that of root. Although root access has its advantages, in that root apps can do more than “normal” apps, it does present a security risk.

Monday, 17 February 2014

Facebook Announces “Paper” as a New Way to Consume Its Content.

Facebook Paper




Facebook is about to release a barrage of stand-alone apps for its services to get you to pick and choose which you’d like to use. Facebook as an ecosystem is potentially too large to bring all of it into one app, so Zuckerberg and the crew will lean (not the Bieber kind) it out and create individual app experiences. The first is called Paper. Yes, you heard about this one a couple of weeks ago.
With Paper, Facebook is trying to get you to use Facebook as a news source or aggregator. Paper introduces a full-screen, immersive experience that is distraction free, leaving you with only the content in front of your eyes. Your Timeline is one section, with beautiful new image, video, and long-form post layouts. But you will also see sections for specific types of news that you’d like to follow from sports to politics to photography. There are stories from mainstream media along with content from “emerging voices.” 
In terms of design, Paper looks quite beautiful. It seems almost like a mix of Flipboard, Google Currents, and Facebook Home, which is not necessarily a bad thing. There are pretty transitions, an uncluttered UI, and image-forward thinking all over the place. Below, you’ll find Facebook’s thoughts on how the design works and feels:


Monday, 13 May 2013

Android Hidden Secret Codes...!!!

This code can give you access to a whole multitude of hidden menus, diagnostic tests and much more. Smartphones don’t hake exclusivity though – these codes can be found on both dumb and feature phones as well. Android devices have codes that are capable of being shared across a whole range of devices. Here we are going to tell you what some of these codes are. All are entered in the same way – input the code into the phone dialer and away you go.  As there are so many different manufacturers though there is no guarantee that all codes will work on all android devices but feel free to try them on Samsung, HTC, Sony, LG and Motorola devices, among others.

Before we give you the codes though, a word of warning. Do not attempt to put these in unless you know what you are doing. Some of these codes will make substantial changes to your phone’s configuration and we will take no liability for any damage that occurs:

Saturday, 4 May 2013

Learn To Hide Files Behind The Images

© The Indian Hackers


There are some important files or document you want to hide from others on your computer. To do that you might be creating folder inside folder to hide such files but in todays tutorial i will change this by teaching you a interesting trick to hide files behind images.To hide a file behind a image means that if any one opens that image he will see the image, but to see the hidden file we need to open that image in a specific way. So lets get started.

Tuesday, 19 March 2013

How to root Samsung Galaxy 3[i5800/i5801]

There are two ways to root your galaxy 3 on 2.2/2.1

Z4ROOT(2.1)
1.Download the attached z4root.apk and install it.
2.Enable USB Debugging
3.Go into z4root and click on Permanent Root.

Super One Click Root(2.2)
Make sure your phone drivers are installed on the computer (Samsung Kies). Then follow the steps:

1. Enable USB Debugging.
2.In Superoneclick 1.7, check regeagainstthecage then click on the 'Root' button. After a few seconds, it'll say 'Waiting for device'.

Monday, 18 February 2013

Create a New Partition on a Windows 7 Hard Disk...!

Here’s an easy way to create a new partition on your disk.
Open the Disk Management console by typing diskmgmt.msc at an elevated command prompt.


In Disk Management’s Graphical view, right-click an unallocated or free area, and then click New Simple Volume. This starts the New Simple Volume Wizard.

Tuesday, 29 January 2013

Download Glass Skin Pack For Windows 7...!!

Hello friends, Today I came with one of the most beautiful tips about Windows 7. Most of you get bored by using the same interface in your Windows 7 PC. So here I'll give you the Glass interface skin pack for Windows 7.


Download Glass Skin Pack for Windows 7


Saturday, 26 January 2013

Rooting an Android phone... What Does it Mean?


Well, rooting an Android phone simply means to gain administrative privileges (or root access if you are from a Linux background) on the system. When you buy a new Android phone, you are just a guest user on the phone. You can use the phone, just as a guest would use Windows, but you will not be able to make any changes to the system files.
However, after you have a root access over your phone, you could browse your Android root folder and make any changes to the system files on your phone. And that’d mean the ability to make all kinds of changes and install more powerful apps that you can’t use on a non-rooted phone.
We will now be talking about both merits and demerits associated with rooting an Android phone. Let us start with the brighter side: the benefits.

Benefits of Rooting an Android Phone


Saturday, 5 January 2013

How to Access Gmail Offline On Google Chrome...!!!

Gmail OfflineGmail is the popular free email service that allow us to send and receive emails. This email service is used by more than 400 million users and is second after Hotmail. We all use Gmail but we need to have internet connection to access our emails. In case, we do not have internet connection, we will not be able to access our emails and reply to emails. 

But Smartphone users having Gmail app have some advantage. They can access emails in Gmail app offline and also can reply the emails. Their actions will be performed when their device will go offline. This feature is not available for desktop users and most of the users ask for this. Actually, this feature is there but very few people know that they can access their emails offline and reply to mails offline by using a nice Google Chrome extension called Gmail Offline. 
To access your emails offline, install Gmail Offline extension in your Google Chrome browser. It will ask for the permission to offline mail storage.

Monday, 31 December 2012

-: Remotely Shutdown Your Computer With Cell Phone :-

This video will show you how to shutdown your computer from anywhere using A Cell phone ,Microsoft Outlook and a Free account from www.kwiry.com.



Tuesday, 25 December 2012

Block USB Port...!!!


Hello Friends....
Many times you might observe that your pen drive is not detecting in cyber cafe or in your college lab or etc places.Have you ever think how it happens??!!!!after reading this post you may got surprised because its very simple trick. So here is the to block USB ports of your PC. I have described three Different methods.
You can choose whatever you want.

Friday, 21 December 2012

How to Protect an Email Account from Being Hacked

Today in this post I’ll teach you how to protect your email account from being hacked. Nowadays I get a lot of emails where most of the people say “My Email account is hacked please help…”. Now one question which arises in our mind is: “Is it so easy to hack an email account? OR Is it so difficult to protect an email account from being hacked?”. The single answer to these two questions is “Absolutely NOT!”. It is neither easy to hack an email nor difficult to protect an email account from bieng hacked.

                               



Sunday, 16 December 2012

First Images Of iPhone 5S Leaked Online

Parts firm ETrade Supply has posted several photos of what it believes may be the rear shell for next-generation iPhone, which we are referring to as the iPhone 5S in accordance with Apple's recent pattern of naming the devices
The part is extremely similar to that from the iPhone 5, in line with Apple's pattern of maintaining a given body style for two generations before making more significant modifications. This iPhone 5S part is, however, distinctly different from its iPhone 5 counterpart in several ways, most obviously in the arrangement of the screw holes for attaching the logic board.

                                       

                                         



Thursday, 13 December 2012

Google Map 3D Now Shows You Helicopter View...!!!

Google is adding a new "helicopter view" option for directions in Google Maps, enabling you to see your trip from above in full 3D glory. Google is making use of its Earth view engine for this and it's a great way of both making people aware that they can see 3D content in Google Maps but also a way making trip planning more fun.


"Getting directions is one of the most popular features on Google Maps, whether it be for driving, walking, biking or transit," Paul Yang, a Google Maps engineer, wrote.

"Today, we are launching a new feature that allows you to bring your upcoming trip to life, by allowing you to preview your route in 3D," he announced.
The feature is now available to all users, but you need the Earth view plugin to make use of it. Enabling the feature is easy. Just plan out a route, like usual.

googlemap3d

Friday, 7 December 2012

How to hack facebook accounts online...!!!

Today I will tell you how to hack a Facebook account for free. It's totally online Facebook hacking service, you just need to go to their website, enter the Facebook account and then use their system to hack the account password.


Watch this video demo, they show how they hack Facebook accounts:





Posted By - Harsh Patel(CEH)

Tuesday, 4 December 2012

How To Send Files Up To 10 GB Via Gmail...!!!

We all know that we can not send files having size more than 25 MB via emails. Gm
ail has 25 MB maximum size limit for attachments. But this limit is now no more and Google has added one way to send files up to 10 GB via email. For this, Google has deeply integrated Google Drive with Gmail. Large file File which you are sending will be stored in your Google Drive account and then it will be shared with the person whom you are sending mails.

But this can be done in newer compose window. If you have not already switched to newer compose window, its time to switch and enjoy new cool features of Gmail.

Follow these steps to send Larger Files in email.

. Login in to your Gamail Account.
. Click on the compose button and a compose window will pop up on your screen. 
. Here take mouse pointer over the + icon at the bottom of compose window and you will see few more options.
More options on Gmail Compose

. Now you will see a Google Drive icon. Click on this icon to attach a larg file (up to 10 GB).
. Now Browse the file which you want to send and click on Upload. 

Thursday, 29 November 2012

How to use WhatsApp on PC??

Hello Friends!!!
Whatsapp is one of the most popular mobile messenger application available in the market.If you are using mobile which does not support this app and want to try this app then here’s a good news for you.
Through this trick U will be able use whatsapp in your computer too ( Only For Windows & Mac operating system).
Name of the app is “Bluestack”.it is an emulator,with the help of  this, U can run whatsapp application as well as many more mobile apps in your PC.

SIMPLY FOLLOW THE STEPS FOR INSTALLING WHATSAPP  :

Friday, 23 November 2012

Folder Lock With Password Without Any Software :-

Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat').
Any name will do. 
Then you see a batch file. Double click on this batch file to create a folder locker. 
New folder named 'Locker' would be formed at the same location. 
Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder namely 'Locker'. 
If you want to unlock your files,double click the batch file again and you would be prompted for password. 
Enter the password and enjoy access to the folder.

Sunday, 21 October 2012

Bypass Windows Authentication Using Konboot


Guys you must be knowing how to break the password of Windows by using some Live OS. But using Live OS is bit complicated and sometimes they take a lot of time to crack a password. So in this tutorial you will see how to bypass Windows OS so that you will not indulge in complicated situation and can save your time.
At first we need a software called Kon-Boot and we will have to make either CD or Pendrive bootable with this software. Kon-boot comes with many versions and but i am using Kon-boot v1.1 and below are the steps for making CD or Pendrive bootable.
 1. Insert your CD into your CD Rom or Plug in your Pendrive into your system.
2. Open Kon-Boot v1.1 folder.
3. For making Bootable CD go to KONCD and burn the image file.
4. For creating bootable pendrive go to KONUSB and double click on Konbootintall.exe and you will get a command prompt. Type the name of your Pendrive’s drive letter(i.e g: or h:).