This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Thursday, 16 October 2014

What is Android Rooting?


  • Taken from the Cyanogen Wiki CyanogenMod Wiki

    Most carriers "lock" their handsets to discourage customers from taking their handset and moving to another carrier. Carriers also depend on "exclusivity" agreements to encourage users to switch to their plans so they can use a particular handset (e.g., Apple's iPhone on the AT&T network). To use the handset on another carrier's network it would be necessary to "unlock" the handset. This is done with a code based on the IMEI of the handset that can be provided by your carrier or firms on the internet that are slightly more reliable than west African ebay bidders. Unlocking is not possible with CyanogenMod or any other Android replacement.
    Furthermore, they may impose software limitations to prevent using the handset in a manner that might undercut their voice plans (e.g., Skype, Google Voice), or putting strain on the data network (e.g., tethering, streaming video). The way to get around this is to acquire 'root' (i.e. Administrator) access on the device, so you can install/modify/fix/break anything you want.
  • Rooting directions vary from phone to phone, but a good place to start would be the Android Development forums at XDA-Developers (.com).

    In and of itself, root only gives you access to secured parts of the phone, just like if you're using using Windows and you have to click that little Run As Administrator prompt. Basically it's a system developed a long while back that keeps the regular day to day operations from being able to have too negative an impact on the rest of the system.

    The positive thing about root is everything it then allows you to do further on down the line including custom apps, configurations and even OS'.

    Here's a nice little Wiki article that gives a little more detail: Why Root - Android Wiki
  • what is it?
    it's all kinda easy...
    imagine your fathers pc:
    you can log in as a user, your father may have allowed you to install stuff. but hey the c:/windows/ folder is locked and you can't screw up the computer.

    android works on linux.
    linux has the following system:
    user
    admin user
    super user

    as a regular android user you are an "admin user". you can install stuff, update, make the screen shiny and just work on it.

    super users can screw up the kernel, over clock the processors (and overheat them by accident), get more sound from the speakers by "over clocking" that to, replace the system with another one, etc.

    this has something to do with the security of the phone and the security of specific folders (with the most important folder called "ROOT").
    like my android milestone is protected in two ways:
    1: the phone's "bios" (protects the phone from weird changes and combines all devices in your phone to a working system)
    2: the phones ROOT (contains all info on how the phone should work)

    the bios must be cracked to make changes in the system (like ROOTing) some nerds do this and post "backups" of this system to xda-developers.
    hackers/programmers make changes to specific files to remove the lock on SU (superuser) and post these in this backups.

    SU-acces allows you to do things that are not supposed to work like sharing your 3G-connection to wifi. this is blocked till 2.1 because phone carriers din't like that. now with the 2.2 update it becomes legal). or change the folder where your apps are installed from phone memory to the SD card(once again in the 2.2 update they fixed this).

    But, as you can think with your brains. Rooted systems can be broken by the most stupidest terminal commands (since you can just command the phone to blow itself lituraly), or even when you delete a file from the ROOT folder by accident. bricking the phone becomes very easy. that's why phone sellers won't help you as soon as they notice you were using a ROOTED phone.

    you can test if your phone is rooted by downloading a small app called "terminal emulator" and filling in the code:
    SU
    this (SuperUser) command, means that you tell the terminal that you want to start changing important stuff and you need all acces possible.

    If the system is rooted you are presented by a # after you click the Enter(return) button on your keyboard.
    if the system isn't rooted you are presented by the text "No acces" or something like it.

    Rooting is only cool for people who: build their own systems, want to be their 1G phone (very old phone) a bit faster, or just want to prank to their friends on how they ruined their phones (and how much money they have to buy a new one).

    Rooting is not cool for people who: know nothing of terminals and linux systems, are no developers for google, have brains, want to keep their phone carriers friendly,experience that in a pocket they can accidently push buttons and people who want to use their phone the best way possible (it costed manufacturers loads of time to adjust the system in such a way that the phone works the best, why would you screw that up?).

    hope this solves the big question about Rooting.

    but for those people that only read the last line:
    rooting is giving yourself acces to the folder called ROOT, where the system get's it's knowledge on how many volts it should send to the different parts of your phone, and how everything in your phone should work. a good thinking (wo)man wouln't concider rooting for even a second!
  • to get a good understanding of root, read this: What is root? -- definition by The Linux Information Project (LINFO)
  • Here's the Evo info on what root is - Quick INTRO TO ROOTING for those new to rooting
  • Generically speaking, rooting often is nothing more than hitting a known exploit where for a very brief instant, root access becomes available. These injection points are given names, like RageAgainstTheCage. During that time of root vulnerability, a system injection is made to hold the root door open until you're established as root.

    Because they're timing dependent, doing it by hand may or may not require multiple, boring iterations - hence, the methods get scripted (sometime with the necessary iterative loops) and the result are the one-click methods.

What is root?


  • Root - Wikipedia, the free encyclopedia
  • to "root" your phone essentially means to give yourself superuser access on it. This is like being the highest level of administrator for the device. This allows you to change the interface of your phone. Once your phone is "rooted" you can install custom ROMs (they look alot like themes, just google the name and you'll see plenty of examples). You can also download "rooted only" applications for use on the device.

    A "Root" in general is the most basic directory in a system. For instance the Root of your computer most likely is the "C:" drive. Their also happens to be a "Root" of your smartphone, which is what is manipulated in order to achieve a "rooted" phone and its benefits.

 What is Rooting?


Android is built upon the Linux operating system, where there is a concept of an administrator user aka "root" that has full permissions to the system. When you "root" a phone, you are enabling access to the root user so you can call on that user to access protected functionality.

As a regular user, you can request "superuser" access, which is another way of saying that you want root privileges. In a traditional Linux OS, if you log in as root, you can actually create multiple superusers, like a team of administrators, with either complete power, or some subset of power. But for the purpose of Android phones, the only superuser is root, and root always has full access to the system.

To request superuser access, you would use a shell command called "su." In Android, the su command works in conjunction with an app called Superuser (or SuperSU) to grant the Android application(s) root access. The Superuser/SuperSU app is included in the rooted ROM; it's something you automatically get when you root your phone.

Android applications with root access can do a lot more. If you ever see an app on the market that says "for rooted devices only," it means that its functionality requires root access. A normal unrooted phone would not be able to perform that functionality.

What is Cydia?

A question most of iOS users has been asking, what is Cydia and what is jailbreak? Well, Cydia is very important for most of iOS users and that’s why we’re making a deep walkthrough in this post.

What is Cydia?

Cydia is a third-party, independent installer application for iPhone, iPad and iPod touch. Cydia is developed by Jay Freeman (Saurik) and it’s actually much similar to Apple’s app store. Cydia allows you to download tons of tweaks & utilities that you’ll need to make the best out of your iOS device. Cydia brings you many applications that can be downloaded either for free or for a small amount of money.

What is the difference between app store and Cydia?

That’s a good question. You’ve now known that Cydia is much similar to the app store but you may want to know what’s the difference. Well, some apps that can’t be approved by Apple. Those apps are really very important for your iPhone. Utilities and tweaks can be found over Cydia are those that are not there on the app store.
Cydia offers you over 400,000+ apps and they’re all useful. In the next questions, we’ll show you what kind of apps does Cydia offers and why you will need them.

Why Cydia?

Because Cydia offers you what Apple doesn’t. For example, Apple doesn’t give you the ability to change themes of your iPhone. Every smartphone owner would always like to change his mobile theme. On Cydia, you can install a tweak called “Winterboard” which allows you to download and install themes on your iPhone, iPad or iPod touch.

How can I get Cydia?

That’s a complicated thing for some. To get Cydia, you’ll need to jailbreak. You may don’t know what’s jailbreaking, so let’s head over the next question.

What’s jailbreaking?

In brief, jailbreaking means installing Cydia. That’s a kind of complicated process but it has been confirmed that iOS jailbreaking is 100% legal by the U.S. government. Though, Apple still fights jailbreaking.
The war between Apple and jailbreaking has been there since 2008 when the first jailbreak tool was released by the genius iPhone hacker George Hotz, better known as Geohot.
There’s actually two kinds of jailbreaks, one of them is a bootrom jailbreak which lasts for ever. That jailbreak like Geohot’s latest Limera1n jailbreak. Limera1n’s exploit is still being used up till now on all iOS devices except the iPad 2 and iPhone 4S (which are recently released after the release of Limera1n).
The second kind is the userland jailbreak. This jailbreak is only made for the current iOS software. In other words, it can be patched by Apple in future iOS software updates. This one like JailbreakMe 3.0 for iPad 2 which has been patched only after 10 days.

What is tethered, untethered and semi tethered jailbreak?

As previously posted, tethered jailbreak is that jailbreak where you’ll need to plug in your iPhone into your computer every time the device reboots. Untethered kills that problem and allows you to reboot without any issues. Semi tethered closes the gap between the previous ones, it allows you to reboot without any problems but you won’t get control over some apps (especially those downloaded jailbreak apps). However you can get full access again once you connect it to your computer.

Can I download Cydia without jailbreak?

Absolutely NO! Never believe anyone telling you that you can download Cydia without jailbreak.

So you decided to install Cydia? You’ll need to jailbreak. In order to jailbreak your iPhone, iPad or iPod touch, you’ll need to know the current iOS you’re using.

Is Cydia safe?

Cydia is not 100% safe since almost every jailbreak app is approved on Cydia. This increases the chance of malicious apps getting through too. You should only download apps & tweaks from trusted repositories. Repositories like ModMyi and BigBoss are the safest ones. Oh, you don’t know what’s repositories?

What’s repositories?

Repository is the online hub in which developers store their tweaks for quick and easy access and installation. There are a lot of repositories as ModMyi repo and BigBoss repo where we can find out most of tweaks we search for.

Cydia structure

In case you have already got Cydia, you’ll need to know what’s inside it. Once you open Cydia, you’ll find 5 tabs, here’s everything you need to know:
Home – You can find here some applications sponsored, more Sources FAQ, account information and some important settings.
Sections – In this tab, you can see all apps divided into categories. You should just go in the category you need and look up for your tweak.
Changes – All updates and newly added programs can be found here. This tab is updated every time you open Cydia.
Manage – Allows you t omanage Cydia, remove programs, add sources and repositories and have access to all storage.
Search – That’s the tab where you can search for a tweak – only if you got the name.

How do I pay for apps on Cydia?

In Apple’s app store, you can pay through your iTunes Apple ID. On Cydia, you can login with a Facebook or Twitter account and pay using Paypal or Amazon gift cards. Payments on Cydia are easier than you expect.

What useful tweaks to download from Cydia?

In case you’re a new comer and asking for the best tweaks to download from Cydia, we’ve got some tweaks that we recommend:
  • Ultrasn0w
  • Activator
  • SBSettings
  • BiteSMS
  • AppLocker
  • Five Icon Dock
  • iFile
  • InfiniFolders
  • MxTube
  • Multifl0w
  • Winterboard
  • FaceTime 3G
  • FolderEnhancer
  • GraviBoard
  • Terminal
  • OpenSSH
  • ScrollingBoard
  • MultiIcon Mover
  • StayOpened
  • Barrel

Have i missed something?

I hope we didn’t but In case we did miss something or you have a question to ask, don’t forget to leave a comment below and we’ll be sure to answer you as soon as possible.

 

 


How to Jailbreak iOS 7.1.2 using Pangu


Apple just released iOS 7.1.2 for iPhone, iPad and iPod touch for bug fixes and security updates.
The good news is that iOS 7.1.2 can be jailbroken using Pangu out of the box, so jailbreakers can safely update your iOS device to iOS 7.1.2, and use Pangu to jailbreak it.


Some important points before you proceed:
  • Please note Pangu is an untethered jailbreak for iOS 7.1, iOS 7.1.1 and iOS 7.1.2.
  • Pangu supports following iOS 7.1 – iOS 7.1.2 devices:
    • iPhone 5s, iPhone 5c, iPhone 5, iPhone 4S and iPhone 4
    • iPad Air, iPad 4, iPad 3, iPad 2
    • iPad mini, Retina iPad mini
    • iPod touch 5G
  • Please disable the passcode as the jailbreak may fail, if the passcode is enabled (Settings -> General -> Passcode Lock On -> Turn Passcode Off).
  • Take a backup of your device using iTunes or iCloud before proceeding.
  • Please ensure you’ve updated iTunes to the latest version.
  • Please note that jailbreaking your iOS device may void your warranty and hence proceed with caution and at your own risk.
Step 1: Download the latest version of Pangu jailbreak for Mac or Windows from this page.

Step 2:
Mac users: Double click on the Pangu dmg file you just downloaded to mount it.
Windows users: Launch the Pangu exe file as an Administrator. Right Click on the Pangu exe and select the “Run as Administrator” option.

Step 3: You should be presented with a screen like the one seen below. Click on the black Jailbreak button.

Step 4: Follow the on-screen instructions. The app will ask you at one point to set your iOS device to June 2nd. To do this, go to Settings -> General -> Date & Time.

Step 5: After you change the date, it should restart the process and install the Pangu app on your iOS device.

Step 6: Tap on the Pangu app on the Home screen of your device when prompted to continue with the jailbreak process. You will get a warning message, which will ask you whether you are “sure you want to open the Application “Pangu” from Developer “iPhone Distribution: Hefei Bo Fang communication technology co., LTD?”. Tap on the Continue button to continue with the jailbreak process.

Step 7: Wait for your device to reboot several times. After a few minutes you should see that you have Cydia on your home screen and you’ll be ready to start installing tweaks on iOS 7.1.2. You can also revert back to set the time automatically via the Settings app.

Mac users can check out our video tutorial if you need help:



And Windows users can check out our video tutorial if you need help:





Pangu Jailbreak iOS 7.1-7.1.X



A group of Chinese hackers calling themselves “PanGuTeam” have released the much-awaited jailbreak for iOS 7.1 and iOS 7.1.1 for iPhone, iPad and iPod touch. It also works out of the box to jailbreak iOS 7.1.2.
The jailbreak initially made use of the exploit discovered by security researcher and hacker i0nic, but the Pangu team update the jailbreak to use new exploits. Well-known jailbreakers like MuscleNerd of the evad3rs and iH8sn0w, developer of Sn0wbreeze and p0sixspwn have confirmed that the jailbreak is safe, and doesn’t contain any malware or spyware.
Pangu jailbreak does not work with iOS 8 – iOS 8.0.2. We’ll let you know as soon as we’ve any updates about Pangu jailbreak for iOS 8 – iOS 8.0.2, so don’t forget to join our Facebook Fan page, follow us on Twitter, add us to your circles on Google+, subscribe to our RSS feed or our Daily Newsletter for the latest updates on the iOS 8 jailbreak.


Direct download link for the latest version of Pangu jailbreak:

Direct download link for all the older version of Pangu jailbreak:

How to Jailbreak with Pangu

If you need help, follow our latest step-by-step guide to jailbreak your iOS device.
If you’re on iOS 7.0.6 or lower then check this webpage for links to the latest tutorials on how to jailbreak your iOS device.
As always, let us know how it goes in the comments.
Like this post? Share it!