TWRP 101: How to Install a Custom ROM
Since Android is an open source operating system, that means anyone with a little know-how can download, view, and even alter its underlying code base. Manufacturers do it all the time, which is how we end up with skins like TouchWiz and Sense. But when Android's awesome third-party development community gets their hands on this code, we end up with custom ROMs like LineageOS and MIUI.Using TWRP, custom ROMs can be installed in place of a device's stock firmware to bring in new features and customization options — but as you would imagine, this can be a dangerous process if everything isn't done just right. So to help ensure that your custom ROM install goes off without a hitch, I'll go over the entire process in great detail below.Don't Miss: How to Install TWRP — The Best Custom Recovery for Android
RequirementsTWRP Custom Recovery installed Any important data backed up to a separate storage device

Step 1: Find Your Model Number & CPU TypeWhen flashing a custom ROM, you need to be absolutely certain that you're downloading the right files for your particular device and model number. For this reason, I'd recommend installing an app called Droid Hardware Info to learn some basic information about your device's hardware.Install Droid Hardware Info for free from the Google Play Store Once you've installed the app, simply run it and head to the Device tab, then make note of the "Model" entry. This information will be used to make sure you're downloading the proper ROM for your particular device.Next, you'll need to know your device's processor type, and with modern Android devices, there are only three options—ARM, ARM64, and x86. So in the System tab, take note of two fields—"CPU Architecture" and "Instruction Sets." From there, match up the information shown in these categories with the list below to find your device's processor type:ARM: ARMv7 or armeabi ARM64: AArch64 or arm64 x86: x86 or x86abi
Step 2: Download the Necessary FilesNow that you know your device's name, model, and CPU type, it should be relatively easy to download the right ROM files for your phone or tablet. When downloading the following files, make sure that they're all saved on your device's internal storage or SD card before moving on to the next step.
Custom ROM (Required)First up, you'll need to download a copy of the custom ROM that you'd like to install. When downloading the ROM, make sure any model number or device name listed on the download page match up with the information you found in Droid Info. Beyond that, you may want to know of some good places to find custom ROMs, so I'll list some common resources below:XDA Developers forum LineageOS download page (formerly CyanogenMod) MIUI download page SlimROM download page

Gapps (Recommended)The vast majority of custom ROMs will not include all of Google's apps and services by default. This means that if you'd like to continue using the Google Play Store and other similar services, you'll also have to download and install an addon package called Gapps.Getting the right Gapps package can be tricky, but a new project called Open Gapps can help quite a bit. Simply head to the link below, then select your processor type from the list and choose the Android version for your custom ROM. From there, you can opt to download one of several different Gapps packages, but if you're not sure about this part, I'd suggest that you simply download the "Stock" Gapps package.Download a Gapps package from Open Gapps
Custom Kernel (Optional)While you're in the process of flashing stuff, you may also want to install a custom kernel. Custom kernels can bring added features like the ability to overclock your processor, tweak your display coloring, or enable double-tap-to-wake functionality.Custom kernels can generally be found under the "Android Development" section of your device's XDA Developers forum, but read carefully before downloading, because some custom kernels are not compatible with certain custom ROMs.

Step 3: Boot into Custom RecoveryOnce you've got all of the necessary files saved to your device's internal storage or SD card, the next thing you'll need to do is boot into custom recovery. So to start, power your device completely off.From here, if you're using a Samsung device, press and hold the volume down, power, and home buttons simultaneously, then your device will boot directly into custom recovery. Otherwise, for most other Android devices, press and hold the volume down and power buttons simultaneously. Next, if you're using a non-Samsung device, you'll see Android's bootloader menu. From here, press the volume down button twice to highlight the "Recovery mode" option, then press the power button to select it.

Step 4: Make a NANDroid BackupOnce you've made it into custom recovery, the first thing you should do is create a NANDroid backup, which will ensure that you have a carbon copy of your current operating system as a fallback plan in case anything goes wrong with your custom ROM.So from TWRP's main menu, tap the "Backup" button, then leave everything selected exactly as it is, and swipe the slider at the bottom of the screen to create a NANDroid backup. The process will take up to 15 minutes, but when it's finished, tap the home button at the bottom of the screen to head back out to the main menu.
Things to Look Out for in Step 4If you've altered the default selections in the past, make sure "System," "Boot," and "Data" are selected at the very least. NANDroid backups require a lot of storage space, so you may need to delete files to make room.

Step 5: Perform a Full System WipeNext, you'll need to completely remove your existing operating system and all of its files to make sure that there are no conflicts with the new custom ROM you're about to install.From TWRP's main menu, tap the "Wipe" button, then select "Advanced Wipe" from the following screen. From here, tick the boxes next to the Dalvik Cache, System, Data, and Cache options, then swipe the slider at the bottom of the screen. Once this process is finished, tap the home button at the bottom of the screen to head back out to the main menu.
Things to Look Out for in Step 5Don't wipe your device unless you're sure you made a successful NANDroid backup beforehand. DO NOT select "SD Card" or "Internal Storage" from the Advanced Wipe menu, as this will delete your ROM file and leave you without an OS.

Step 6: Install the ROMAt this point, you're finally ready to flash the custom ROM. From TWRP's main menu, tap the "Install" button, then navigate to your device's Download folder and select the ROM file that you downloaded earlier. Next, simply swipe the slider at the bottom of the screen to initiate the ROM installation. At this point, if your ROM includes an Aroma Installer interface, you'll see a graphical, touch-based UI that guides you the process of customizing certain options. Otherwise, you'll see a wall of text scrolling by as TWRP installs your custom ROM.When the process is finished, you have two options. If you're only installing a custom ROM and do not plan on flashing a Gapps package or custom kernel, you can simply tap the "Reboot System" button and skip ahead to Step 9. Otherwise, if you're flashing any additional ZIPs today, simply tap the back button to head out to TWRP's "Install Zip" menu and read on below.
Things to Look Out for in Step 6To be on the safe side, either connect your phone to a charger or verify that it has at least 20% battery life remaining before flashing a ROM. ROM file names can be tricky, so read carefully and make sure you're flashing the right ZIP. Make sure to flash the base ROM file before flashing any addons like Gapps or a custom kernel (see Steps 7 and 8 below). If you'd like to save some time, you can use the "Add More ZIPs" function to select the Gapps and kernel ZIPs (in any order), but only do this after you've selected the initial ROM file.

Step 7: Install the Proper Gapps Package (Recommended)If you opted to download a Gapps package to get all of Google's services and apps, now is the time to flash it. From the "Install Zip" menu, simply select your Gapps package, then swipe the slider at the bottom of the screen.From here, if you opted to download a custom kernel, tap the back button at the bottom of your screen. Otherwise, if you're simply flashing the ROM and Gapps packages, tap the "Reboot System" button at this time and skip ahead to Step 9 below.

Step 8: Install a Custom Kernel (Optional)Finally, if you're installing a custom kernel today, simply select the ZIP file from TWRP's "Install Zip" menu. From here, swipe the slider at the bottom of the screen to install your custom kernel, then tap the "Reboot System" button when that's finished.

Step 9: Reboot & Enjoy Your ROMAfter flashing the custom ROM and any additional packages, your phone or tablet will take a lot longer than usual to boot up. This only applies to the first boot after installing a ROM, so don't worry about this being an ongoing issue, but know that it could take up to 15 minutes this first time.Once the device finishes booting, you'll be prompted to log into your Wi-Fi network and run through an initial setup process. But once you're done with that, you will be greeted by your new custom ROM. Almost all custom ROMs will come pre-rooted, so at this point, all that's left to do is explore the various settings menus and enjoy your new operating system. (1) CyanogenMod 13: Setup screen. (2) Home screen. What custom ROM did you go with? Did you flash the Gapps package and a custom kernel as well? Let us know in the comment section below.Don't Miss: More TWRP 101 Tutorials for All of Your Custom Recovery NeedsFollow Gadget Hacks on Facebook, Twitter, Google+, YouTube, and Instagram Follow WonderHowTo on Facebook, Twitter, Pinterest, and Google+
Cover image and screenshots by Dallas Thomas/Gadget Hacks
How to Install Transparent S4 Widget. Here are the simple steps that you have to follow to install the transparent AccuWeather Widget on your Galaxy S4: Download the CWM flashable zip from the link above and copy the zip file to your phone's internal or external SD card storage. Turn off your Galaxy S4 and boot it into recovery mode.
How to Make the Stock Weather Widget Transparent on Your
Step 2: Install the Xposed Framework. Now that the Installer app is on your device, open it up to install the actual Framework on your system. Head to Framework, hit OK at the warning, then select Install/Update and grant it Superuser permissions.
Instale o Xposed Framework no seu Nexus 7 para personalização
Runaway from the album Hybrid Theory - the debut album by the American band Linkin Park, released on October 24, 2000 through Warner Bros. Records.
How to Remove solder bridges on gull wing components « Hacks
How to Use Google Buzz on your Android phone - Gadget Hacks
With this app came lot of information and tutorials because Apple Music was new for all users. We have recently listed some quick help for users to make the most of playlists in Apple Music app. In spite of much has been written on this wonderful app, users keep asking questions on Apple Music in general and "shuffling songs" in particular.
iOS 8.4 Apple Music App: How to shuffle all songs by an artist?
xda-developers Nexus 6 Nexus 6 General [HOW-TO] The Nexus 6 All-In-One Beginner's Guide by xBeerdroiDx XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality.
How to Flash the TWRP Recovery Environment to Your Android Phone
The Best HDMI Adapters to Turn Your Galaxy Note 9 into a DeX
How do I Quit IRB from the command line? (Using terminal on mac) tagged ruby-on-rails terminal irb or ask new Terminal Tab from command line (Mac OS X) 660.
With the speed of this update, Essential is the third phone to run Android 8.1 Oreo officially, behind Pixel devices and the Nokia 8. Even the recently launched Samsung Galaxy S9 isn't running Android 8.1 Oreo. What do you think of the new update? Are you excited about the new features? Let us know in the comments below.
Essential Releases Oreo Beta 2 Update - Gadget Hacks
Today, we take a quick look at how you could turn your old or spare android phone or android tablet into an IP webcam/network security camera. What You Need to Turn Your Android Phone & Tablet into a Security Camera • One Android phone or tablet with camera • Charging cables • Security camera apps for android
Turn Your Webcam Into A Security Camera - Laptop Mag
Remove Cydia and revert back to the stock iOS! IT SHOULD WORK ON iOS 11- 11.4.1 ! How to Delete Cydia and Electra Jailbreak on iOS 11 - 11.4.1 TheJailbreaker. This Link Can Crash Your
2 Easy Ways to Remove Cydia (with Pictures) - wikiHow