📜 ⬆️ ⬇️

Getting ROOT rights on an Amazon Kindle Fire (jailbreak) tablet

image You just (or for a long time) unpacked Fire and realized that the Amazon interface is very poor in features, the Amazon market does not allow you to get anything without dancing with a tambourine, and if it does, it’s not what you want.

What is Root-rights to android, many know. The term Root-rights is one of the notions of Linux, which underlies the Android kernel. Root is the account of the main administrator, or superuser. Having access to this profile, a number of possibilities appear that are not available in normal operation.

All the pros and cons can be read here in this article .

And we will proceed directly to obtaining root-rights on the Kindle Fire. Basically, the following applies to windows users.
')
All operations you perform at your own risk! The author is not responsible for the equipment damaged by this procedure!

To get started, we’ll fully charge Fire and buy a Micro-USB cable in the store for connecting to a computer.

Download the official SDK (for example, installer_r16-windows.exe) from developer.android.com/sdk/index.html and install it.

Open File Explorer and in the address bar type

%USERPROFILE%\.android 


Open the adb_usb.ini file in notepad and in the first and only line write

 0×1949 


Save and close the file.

Navigate to the \ Android \ extras \ google \ usb_driver \ folder and locate the android_winusb.inf file. Replace it with this android_winusb.inf

Download the SuperOneClickv2.2 archive and unzip it. Start the SuperOneClick program and click the Root button in it. Answer all questions positively.

Installing the market.

Download google app bundle and unzip it to c: \

Run a command prompt and go to the directory with the adb utility (usually \ Android \ platform-tools \ )

Run the commands:

 adb remount adb push c:\market\GoogleFeedback.apk /system/app/GoogleFeedback.apk adb push c:\market\GoogleServicesFramework.apk /system/app/GoogleServicesFramework.apk adb push c:\market\Vending.apk /system/app/Vending.apk adb reboot 


After rebooting the device, you will see the usual market icon.

Source: https://habr.com/ru/post/134844/


All Articles