• About Us
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Jobs
Wednesday, May 31, 2023
Droidfeats
No Result
View All Result
  • Tips
  • APPS
  • WALLPAPERSQHD
  • #TheBest
    • Get Google Camera
    • USB Drivers
    • Get Xposed Framework
    • Get Magisk
    • Get SuperSU
    • Get Play Store
    • Get ADB binaries
    • Get YouTube Vanced
    • Theme engine
  • Commands
  • Bloatware
  • Tips
  • APPS
  • WALLPAPERSQHD
  • #TheBest
    • Get Google Camera
    • USB Drivers
    • Get Xposed Framework
    • Get Magisk
    • Get SuperSU
    • Get Play Store
    • Get ADB binaries
    • Get YouTube Vanced
    • Theme engine
  • Commands
  • Bloatware
No Result
View All Result
Droidfeats
No Result
View All Result

Download Magisk 17.3 root package (ZIP + APK), Pixel 3 support

Saeed Ashif Ahmed by Saeed Ashif Ahmed
Reading Time: 10 mins read
0

The next update of Magisk is here! Recognized XDA Developer topjohnwu released Magisk 17.3 which brings Pixel 3 and 3 XL supports, a patch for Samsung Defex security feature, and MagiskSU rewrites. You can download and install Magisk 17.3 root package along with Magisk Manager 6.0.1 app from here. A complete change-log and installation tutorial are given below, read ahead!

Magisk 17.3

Before this update, the developer released Magisk 17.2 that brought plenty of changes including better support for A/B partition devices and Android 9.0 Pie. But now, topjohnwu updated Magisk to 17.3 version with more changes and new features. Check out below!

Contents show
1 What is Magisk?
2 Why rooting?
3 Magisk 17.3 details
4 Magisk 17.3 changelog
5 Magisk Manager 6.0.1 changelog
6 Download Magisk 17.3
6.1 Previous releases:
7 HOW TO: Install Magisk 17.3
8 How to update Magisk root to Magisk 17.3
9 Done with the rooting? Here’s something extra for you:
10 Why Magisk?
11 Final Thoughts

What is Magisk?

For those who are Magisk, here is some information for you:

Magisk is a systemless root solution that gives you root access to your Android device. This is the most popular and reliable tool right now, with which you can root majority of the Android devices, especially all the devices that released in the recent years. Earlier, we used SuperSU by Chainfire, but our favorite choice is Magisk now! The tool got high priority in the developer’s eyes due to its systemless approach, which means, this tool will root your device without touching the system partition. Other root tools may break your OTA support, but Magisk won’t. There are many other benefits too; you will get to know once you start using it on your device.

Why rooting?

If you are a regular reader of our blog, I am sure you know about rooting. All the time, we play with this kind of stuff. Rooting is the key to unlock the full potential of an Android device. Once your device is rooted using any rooting tool, you will be able to get access to system files. Which means, you can modify the system files in the way you want. You can remove bloatware, unwanted system applications to speed up your phone, overclock, clean cache and more. There are some modules like Amplify, which you can use with Xposed Framework to increase the battery life of your phone.

There are several Applications in the Play Store that need root access. So, in order to use them, you must root your device. Moreover, the XDA Developer community has released several mods, apps in their repositories. If you want to take the benefits of it, rooting is a must.

Magisk 17.3 details

Magisk 17.3 update mainly focused on better support for Google’s Pixel 3 and Pixel 3 XL device. Since Pixel 3 and 3 XL are the latest Google device of 2018, the developer did not delay for the update. He pushed Magisk 17.3 through the beta channel for the users who want to root their Google devices right away.

But there is something wrong with the initial update of 17.3 version. The developer got the issue related to the repackaging of boot images. Thankfully, it does not cause bootloop for the users. The developer immediately pulled back the update, and now, a newer update is released. Check out his tweet below!

I just figured out that I have assignments very close deadline and I haven’t worked on it yet. I guess I cannot work on the fix anytime soon ?

I temporarily pulled v17.3 out of public beta to reduce the amount of complaints, for Pixel 3 users please head to the canary channel.

— John Wu (@topjohnwu) October 21, 2018

The developer re-released Magisk 17.3 and rolled out via both the Beta and Canary channels. Read further below, and download Magisk 17.3 ZIP with Magisk Manager 6.0.1 APK file.

Not only Magisk 17.3 welcomes Pixel 3 / Pixel 3 XL, but also adds support for new boot image header v1. Earlier, it was “v0”. Check out the technical details quoted from the XDA developer site:

Boot Image Header v1

Google updated the boot image header format from v0 to v1 and was first used on the Pixel 3. The new header supports recovery DTBOs, which won’t be used on any A/B devices, including Pixel 3, so that isn’t the main issue here. The new format stores its version number to an originally unused entry in the header to determine whether the extended header entries are used. However, in some freaking devices like Samsung’s, they have been using the supposedly “unused” entry as the size of a non-AOSP “extra section” for quite a long time. Magiskboot is designed to support extracting these extra sections (because people use Samsung), but with the introduction of header v1, the tool couldn’t interpret the image correctly, and thus generating invalid boot images. Magiskboot’s boot image parsing, unpacking and repacking code was rewritten with C++ to utilize the more powerful language features due to the complexity (because I still need to support freaking PXA format headers used by old Samsung devices).

The MagiskSU code has been revised again with more optimization and improvement for both the daemon and client side. Moreover, there is a patch for a new security feature in Samsung devices known as “Defex.” Lastly, the Magisk documentation on the Github has also updated with “Best Practices for MagiskHide” tutorial for the newbie.

Check out the full changelog as per the official thread:

Magisk 17.3 changelog

  1. [MagiskBoot] Support boot image header v1 (Pixel 3)
  2. [MagiskSU] No more linked lists for caching su_info
  3. [MagiskSU] Parse command-lines in client side and send only options to the daemon
  4. [MagiskSU] Early ACK to prevent client freezes and early denies
  5. [Daemon] Prevent bootloops in situations where /data is mounted twice
  6. [Daemon] Prevent logcat failures when /system/bin is magic mounting, could cause MagiskHide to fail
  7. [Scripts] Switch hexpatch to remove Samsung Defex to a more general pattern
  8. [Scripts] Update data encryption detection for better custom recovery support

Magisk Manager 6.0.1 changelog

  1. Update to use new online module’s organizing method
  2. When fingerprint authentication is enabled, toggling root permissions in “Superuser” section now requires fingerprint beforehand
  3. Fix crashes when entering MagiskHide section on some devices
  4. Remove support to the Magisk version lower than v15.0
  5. Ask storage permissions before patching stock boot image
  6. Update dark theme CardView color

The developer has done an impressive job on updating Magisk to version 17.3 with a lot of useful features. We appreciate his hard work toward the community. You can now download Magisk 17.3 ZIP and Magisk Manager 6.0.1 APK from the link below!

Download Magisk 17.3

  • Magisk-v17.3.zip
  • MagiskManager-v6.0.1.apk

Previous releases:

PackagesMagisk Manager APK
Download Magisk 17.2Magisk Manager 6.0.0
Download Magisk 17.1Magisk Manager 5.9.1
Download Magisk 16.7Magisk Manager 5.8.3
Download Magisk 16.6Magisk Manager 5.8.0
Download Magisk 16.4Magisk Manager 5.7.0
There's a newer version available below!
  • Download Magisk 18.0 ZIP + Magisk Manager 6.1.0 APK [Stable package]

The new Magisk 17.3 version can be flashed via TWRP Custom Recovery. If you are already in the previous version of Magisk, you don’t need to install it using recovery. You can directly update it using the beta channel. Check out how to update Magisk in the tutorial ahead.

HOW TO: Install Magisk 17.3

There are two methods to install Magisk:

  • Flash the Magisk 17.3 ZIP using TWRP recovery.
  • Patch the stock boot image of your current firmware and flash it using fastboot.

However, the second method is not recommended for novice users since it is quite tricky. You need to familiarize with the steps before you proceed with it. Both methods are described in our detailed tutorial below:

→ How to install Magisk to root Android devices – Universal Systemless Interface

For those who have already installed Magisk 16.4 or older, follow these steps to update it:

How to update Magisk root to Magisk 17.3

  1. Open the Magisk Manager app.
  2. Find ‘Settings’ on the menu icon on the top-left.
  • Magisk 16.4 Beta
  • Magisk 16.4 Beta
  • Magisk 16.4 Beta

Scroll down to find ‘Update Channel’ and tap it. Select the option ‘Beta’ since that is the latest version that you will be upgrading to. Return to the Main screen and refresh by swiping the screen down. The refresh will automatically provide a pop up which provides an option to update the software.

  • Magisk 16.6
  • Magisk 16.6
  • Magisk 16.6
  • Magisk 16.6

Tap on ‘Install’ or in some devices ‘Direct Install.’ The latest Magisk 17.3 installer will do the work automatically. Reboot the device by tapping the ‘Reboot’ button.

[NOTE: The screenshot given above is taken from an older version of Magisk. But the process will be the same for version 17.3.]

Remember that the Magisk Manager will also be automatically be updated to the latest version.

  • Use the MagiskHide to prevent apps from accessing root or root detection.

After the reboot, the Magisk Manager 6.0.1 will be automatically installed, and you can proceed to browse through the official repository and download required modules to add extra features on your Android device.


That’s it!

So you are done with this tutorial! You had successfully installed the latest Magisk 17.3 using our guide. If you faced any problem with performing this tutorial, please let us know by dropping a comment below. Our team will reply you back as soon as possible.

Done with the rooting? Here’s something extra for you:

Check out our root based post for any Android devices:

  1. Official Galaxy Note 9 wallpapers, sounds, apps and fonts [port] — download ’em here
  2. How to Install Dolby Atmos on Android [all devices] – explained everything!
  3. [Updated] Official Galaxy S9 wallpapers, themes, sounds and apps [port] — download ’em here
  4. Install Official ViPER4Android Audio Effects on Android 8.1 Oreo
  5. How to install Systemless Xposed (Framework) on Android 8.0/8.1 Oreo

Why Magisk?

It is a very common question that people ponder over if they haven’t yet tried it.

For those who are new to Magisk, these points will certainly peak your interest in Magisk:

  • Constant and continuous app testing by Magisk for better properties integration
  • Systemless approach
  • It doesn’t modify any partition or memory of the device, so installation and un-installation is easy
  • Magisk modules are available in Magisk Manager only.

We know the necessity to root, how to install and update Magisk and why to choose it. I hope you have a better understanding of Magisk and willing to try it out for your Android device.

[If you don’t like it, there is always the option to remove it with just a few clicks.]

Final Thoughts

There is numerous root software but, many don’t sustain the community due to various reasons like stability, too many bugs and errors, zero improvement and more.

Magisk doesn’t belong to that category since the latest version explains a lot about its stability and the increase in users proves its popularity among Android community.

I hope you will try to install Magisk to have your Android device more personalized by customizing it to suit your style and taste.

ShareTweetShare
Previous Post

How to install LineageOS 16 on Xiaomi Mi Max Android 9.0 Pie ROM

Next Post

[Guide] How to Root Google Pixel 3 and Pixel 3 XL using Magisk tool

Saeed Ashif Ahmed

Saeed Ashif Ahmed

Saeed Ashif Ahmed, the visionary behind SEOChasing Pvt. Ltd., holds a deep fascination for exploring the potential of emerging technologies in fostering a world that is more just, equitable, and compassionate. His multifaceted persona encompasses a love for cars, a background in civil engineering, an abiding passion for cricket, and an unwavering devotion to his alma mater, Navodaya Vidyalaya (JNV) - a true embodiment of his affection for his roots.

Popular in the community

Rooting

Download Magisk 25.2 – a plethora of bug fixes and Rust-powered logging interface

by Saeed Ashif Ahmed
December 7, 2022
Rooting

Download Magisk 25.0 package – improved SELinux handling

by Saeed Ashif Ahmed
December 19, 2022
Rooting

Download Magisk v24.2 (Zygisk improvements, stability fixes and more)

by Saeed Ashif Ahmed
December 1, 2022
Magisk
Rooting

Download Magisk V24.0 release – Android 12 support, Zygisk, and more

by Saeed Ashif Ahmed
November 17, 2022
Magisk
Rooting

Download Magisk v23.0 – drops pre-Android 5.0 support, fixes SafetyNet API error, and more

by Saeed Ashif Ahmed
October 21, 2021
Magisk 21.0
Rooting

[Download] Magisk v21.0 Stable ZIP & Magisk Manager 8.0.2 – Android 11 Support, Redesigned, and much more

by Saeed Ashif Ahmed
September 21, 2021
Magisk Canary
Android 11

How to root Android 11 / Android R using Magisk Canary (Download and Install)

by Saeed Ashif Ahmed
September 21, 2021
Rooting

How to Patch Stock Boot Image (IMG) using Magisk Manager and root

by Saeed Ashif Ahmed
January 23, 2022
Load More

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

I agree to the Terms & Conditions and Privacy Policy.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Apps

21 best photo editing apps for Android in 2023

by Farheen Siddqa
May 10, 2023
0

Often, when we take photos, capturing that flawless image can prove to be elusive, necessitating the use of various editing...

Read more

5 Android apps to create the best Flyer designs

April 29, 2023
Gcam port

Gcam Port Hub (all device list): Best Google camera for your Android

April 2, 2023
Top tips for playing Destiny 2 for beginners

Top tips for playing Destiny 2 for beginners

March 22, 2023

Coin Master Generator! Beware of scammers and keep your account Safe

March 15, 2023
  • About Us
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Jobs
Copyright & DMCA

Powered by SEOChasing Pvt. Ltd. ©2012-2023 | All rights reserved. Hosted on GreenGeeks.com.

No Result
View All Result
  • About Us
  • Contact Us
  • DMCA
  • Droidfeats is hiring!
  • Home
  • Privacy Policy
  • Terms & Conditions

Powered by SEOChasing Pvt. Ltd. ©2012-2023 | All rights reserved. Hosted on GreenGeeks.com.

This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.