General Firmware- bootloader unlock- Root - Source Code - Asus ROG Phone 7 / 7 Ultimate

official page to download Source code , bootloader unlock app & Stock Firmware for ROG 7, 7 Pro & 7 ultimate
ROG Phone 7 | ROG Phone 7 | Gaming Phones|ROG - Republic of Gamers|ROG Global
Get ready to meet the gaming phone of your dreams! The ROG Phone 7 packs the game-winning power of the latest SoC into an all-new futuristic two-tone design.
rog.asus.com
Root:
init_boot.img can be patched with magisk, the file must be taken from the same firmware version which is currently installed on device.
fastboot flash init_boot_a init_boot.img
fastboot flash init_boot_b init_boot.img

mark332 said:
official page to download Source code , bootloader unlock app & Stock Firmware for ROG 7, 7 Pro & 7 ultimate
ROG Phone 7 | ROG Phone 7 | Gaming Phones|ROG - Republic of Gamers|ROG Global
Get ready to meet the gaming phone of your dreams! The ROG Phone 7 packs the game-winning power of the latest SoC into an all-new futuristic two-tone design.
rog.asus.com
Root:
init_boot.img can be patched with magisk, the file must be taken from the same firmware version which is currently installed on device.
fastboot flash init_boot_a init_boot.img
fastboot flash init_boot_b init_boot.img
Click to expand...
Click to collapse
please guide in detail how to install ww rom for rog phone 7 tencent version

tannguyen56656 said:
please guide in detail how to install ww rom for rog phone 7 tencent version
Click to expand...
Click to collapse
1. Download firmware from Asus (https://rog.asus.com/phones/rog-phone-7/helpdesk_download/)
2. Unpack the payload with payload-dumper program (https://github.com/vm03/payload_dumper)
3. Payload-dumper program create file: init_boot.img
4. Copy init_boot.img to phone
5. Patch init_boot.img file in magisk program (https://magiskmanager.com)
6. Copy file magisk_patched.img back to PC
7. Reboot phone to fastboot mode (adb reboot fastboot)
8. Flash patched img file (fastboot.exe flash init_boot magisk_patched.img)
9. Enjoy!

Related

Root Honor 8 Lite OREO

NOTE:I shall not be responsible for any damage cause to your phone by this procedure.
As OREO on Honor 8 Lite brings treble support so rooting it is an issue for everyone.
I am here to guide you how to root Honor 8 Lite.
Requirements:
1.Unlocked Bootloader
2.Oreo Updated
3.Current running firmware (mine PRA-LA1C185B366)
4.Huawei Update Extractor (Download Below)
5.Magisk Manager latest apk.
6.Internet Connection.
7.Fastboot installed.
Procedure:
1.Extract RAMDISK.img from your downloaded firmware (or you can dump it using TWRP).
2.Transfer extracted RAMDISK.img to your phone.
3.Now open installed Magisk Manager and click install.
4.Now choose patch boot image and select the extracted RAMDISK.img.
5.It will take 5 min to download zip file and patch RAMDISK.img.
6.Patched RAMDISK.img usually stored in "sdcard/Download/patched-boot.img" or magisk manager will also guide you where the patched boot image stored.
7.Transfer the patched-boot.img to your pc.
8.Now boot your phone in bootloader mode.
9.Flash the patched-boot.img using this command"fastboot flash ramdisk (path of patched-boot).img" without qoutes.
10.After successful flashing reboot your phone either by holding power button or by using fastboot command.
BOOM your phone is rooted now start playing with magisk modules.

Any tips to root Xperia 5?

Hi, I just bought Xperia 5 and i wonder how to root this phone on the latest update (android 11) ? I just moved from iphone and i don't know how to root Xperia devices (all I know when you root xiaomi phone you need to unlock bootloader , install twrp and then flash magisk)
[CLOSED] Removed
Removed
forum.xda-developers.com
kroozug said:
[CLOSED] Removed
Removed
forum.xda-developers.com
Click to expand...
Click to collapse
I think he deleted some files in his google drive link , so I guess there's no other way to do it?
I am not sure I understand : just got my Xperia 5 Android 11 55.2.A.66 , is there no way to root it if some files are missing/not done yet for Android 11 ?? or maybe an other method can be used ?? (I see several methods posted by @Miustone and I am a bit confused )
TWRP isn't a Thing on our Xperia 5 and 1 Devices. There are no fully functional Builds anywhere...
My Magisk Kernel Patch Root Guide is the only working way for Us.
Miustone said:
TWRP isn't a Thing on our Xperia 5 and 1 Devices. There are no fully functional Builds anywhere...
My Magisk Kernel Patch Root Guide is the only working way for Us.
Click to expand...
Click to collapse
thank you ! I see your Magisk Kernel Patch Root Guide here : https://forum.xda-developers.com/t/...g-with-magisk-and-flashing-firmwares.4033547/
... Am I right if I guess it can be used with Android 11 ?? all the needed files should be available ?? thanks again !!
You're welcome! You just need to grab XperiFirm and Unsin from XDA, the Magisk (App) from GitHub and everything else is history. I unlocked My Xperia 5 again today, and used the latest Magisk 22.0 Beta to patch My .A.66 Firmware Kernel. Works flawless
Hi
You have to follow these general steps (google for details)
1 Unlock the bootloader (Sony provides this functionality, so it is easy to unlock it)
2 Download - (from Sony Open devices site) Kumano software binaries for android 11 (Latest)
- with Xperifirm Latest android 11 image
- Newflasher (to flash the downloaded firmware)
- Unsin (te extract the boot image from the downloaded firmware folder; it is the sin file containing boot flash all in its name and it has around 65mb)
- Platform tools (for the fastboot)
- Xperia 5 drivers (Also from Sony open devices website)
3 Place Kumano software binaries in platform tools folder
4 Connect phone in fastboot mode (Vol up while connecting usb cable)
5 Flash the software binaries to both OEM partitions (fastboot flash OEM_a "software binaries.img" then fastboot flash OEM_b "software binaries.img")
6 Put phone in flash mode (volume down while inserting USB cable and release after vibration feedback while green led is ON)
7 Use newflasher and flash all content downloaded from Xperifirm (put newflasher in the root of the folder and execute it)
8 Boot phone (Now you have bootloader unlocked xperia with android 11 and no root)
For getting root with Magisk
9 Unsin the Boot image (place by drag and drop the sin file over the Unsin executable) and then move the img to your phone storage
10 Download Magisk on your phone
11 In magisk select install and select patch file, browse to the copied .img and patch it
12 Copy the "patched" boot image to your PC and place it in platform tools folder
13 Connect phone in fasstboot
14 execute fastboot flash boot_a "patched boot.img"
execute fastboot flash boot_b "patched boot.img"
15 fastboot -w (Do this to clear the Userdata. If you skip this your phone might not boot)
Reboot. Now you have android 11 with Magisk
P.s. : The Sony drivers contains a .inf file. Youn install them directly by right clicking the .inf file and select "install" or after you have connected the phone (in fastboot / flash mode) go to device manager and update driver, select have disk and browse to the .inf file)
Also there are several tutorials here in Xperia 5 sub forum that are very detailed.
Sorry for any mistakes!

OOS 11 TWRP Crash Dump

Hello,
I've installed OOS 11 (Android 11) Open Beta 1 on my OnePlus 6 and tried to boot into TWRP, but after few seconds I'm getting crashdump. Am I the only one facing this problem? Is there any other method to root the phone?
Check this pls.
There is no working TWRP atm.
[Discussion & Feedback] OxygenOS 10.3.7 OTA for the OnePlus 6
Hey everyone, We are starting to push the incremental rollout of OxygenOS 10.3.7 for OnePlus 6. Changelog System: • Newly added "Hide silent notifications in status bar" feature to filter unimportant notifications, making the app...
forum.xda-developers.com
May2Bee said:
Hello,
I've installed OOS 11 (Android 11) Open Beta 1 on my OnePlus 6 and tried to boot into TWRP, but after few seconds I'm getting crashdump. Am I the only one facing this problem? Is there any other method to root the phone?
Click to expand...
Click to collapse
GitHub - vm03/payload_dumper: Android OTA payload dumper
Android OTA payload dumper. Contribute to vm03/payload_dumper development by creating an account on GitHub.
github.com
Download Termux and use that guide to extract the boot image from the OOS 11 update file. Patch the boot image with magisk, copy the boot image to your PC. Download magisk 23 apk and install then reboot to fastboot mode. Flash the patched boot image to both slots:
fastboot flash boot_a (place your boot image file here)
fastboot flash boot_b (place your boot image file here)
fastboot reboot Now you're rooted!

How To Guide Restore your Global OnePlus 9 LE2115 via MSM

For those with model LE2115 having trouble restoring their device, follow these steps:
https://easyupload.io/xgw3x5
NOTE: Link expires April 26, 2022
M1-1) Download the above file in this post and extract it to the same directory as your MSM tool.
M1-2) Launch MSM tool and put phone in EDL mode -> flash by choosing Auto Reboot and Firehose Lite opens checked.
M1-3) Phone will reboot to OOS 11 Global. Then update to OOS 12 C36 through System Update.
M1-4) Reboot system. It will have OOS 12 C36 with touchscreen ACTUALLY WORKING.
M1-5) Update to C40 (or whatever the latest version is right now) through System Update.
M1-6) Reboot system. It will have C40 (or whatever updated version you flashed) with everything still working.
M1-7) Reboot to fastboot and unlock bootloader.
M1-8) Reboot to system. Profit.
If the link above has expired, you can do the manual procedures below:
M2-1) Download both OP9 Global and OP9 Pro India MSM packages.
M2-2) Decrypt both OPS files using this tool: https://github.com/bkerler/oppo_decrypt
M2-3) Copy attached settings.xml file and overwrite the extracted settings.xml file (which was created by step 2).
M2-4) Repack the firmware to a new OPS file and copy this to the main MSM folder. Also move all other OPS files out of this folder.
M2-5) Follow steps M1-2 to M1-8.
Why not use global ROM unzip it to ops & flash with msm tool (O2) ?
I flashed my le2110(bricked) that way and after updating android 12 it says I got a le2115 lol
Here my working msm tool drivers (setup exe) all you have to do is download the global rom , I believe I used fizzy of XDA , it saved me twice
File folder on MEGA
mega.nz

ROOT Sony Xperia XA2 H3113 on Iodé 3.4-2, lineage Os 19.1 or android 12 DONE !

( this tutorial is only for iodé os 3.4-20221215-pioneer on a Sony Xperia h3113 pioneer )
In this exploitation system, the boot.img is stocked in the payload of your zip install.
0. Before all,
I am not responsible if you make a mistake and brick your phone ( bad usb connexion, wrong or corrupted img ect.. ), I won't help you if it's the case after this tutorial.
You'll need to know how to use* " Minimal ADB and Fastboot" , and get the correct USB windows drivers for your phone ( *like unlock the bootloader with the sony code given with your IMEI activate the developper mode, usb debug & unlock the bootloader )
After typing adb reboot bootloader on the CMD of Minimal ADB Fastboot wait until the blue light appear on your Xperia XA2 pioneer.
Download Latest Minimal ADB and Fastboot Tool v1.4.3 (Dec 2018)
Minimal ADB and Fastboot Tool v1.4.3 is now available for download and install.If you are looking for the latest version of the Minimal ADB and Fastboot tool
rootmygalaxy.net
1. Root won't install with magisk in Lineage Os 19.1 or idoé os 3.4.20221215 if you don't change the original recovery file to TWRP recovery.
Download : https://eu.dl.twrp.me/pioneer/twrp-3.7.0_9-0-pioneer.img.html rename the *.img to twrp.img copy the *.zip in your phone
boot on TWRP with the administrator CMD ( you have copied in ) Minimal ADB Fastboot by typing : fastboot boot twrp.img
install TWRP with "Minimal ADB and Fastboot" by following the Advanced > Flash Current TWRP option, with the *.zip of TWRP on your phone.
Sony Xperia XA2
Disclaimer:Team Win strives to provide a quality product. However, it is your decision to install our software on your device. Team Win takes no ...
twrp.me
( the “Fix Recovery Bootloop” option is not needed anymore , pay attention to use "advanced" and not "install" in TWRP )
2. Download the *.zip of your system installation ( Lineage Os 19.1, iodé Os 3.4-2 - Android 12 ) and extract it on windows.
3. Use "payload dumper go" to get the boot.img, there's a tutorial on XDA here :
https://forum.xda-developers.com/t/...-payload-bin-using-payload-dumper-go.4468781/ )
NB : If you don't want to extract the boot.img with payload dumper go
just take this one only for Sony XA2 H3113 Pioneer ( 1 sim only )
Download boot.img on mega nz
4. Copy the boot.img in a folder of your XA2 H3113 pioneer phone.
5. Install Magisk, then patch the boot.img
( I've followed this video tutorial )
6. Copy the " magisk *** patched *.img" files of your H3113 download folder in the windows folder install of minimal ADB fastboot, and rename it to magisk.img
7.
In the administrator CMD of minimal ADB Fastboot on windows type :
. "adb reboot bootloader" enter
. "fastboot flash boot magisk.img" enter
It's alldone !
for h3123
hi not works more for me i am trying flashing twrp goes to bootloop
CyanRose said:
hi not works more for me i am trying flashing twrp goes to bootloop
Click to expand...
Click to collapse
This tutorial is for h3113, i don't know for h3213, I don't have one.
Also take care of the version of iodé os, I won't do update anymore ( I'll stay on 3.4-20221215). But Android 11 was faster on xperia H3113.
Iodé os didn't inform me before the update that it would change the core of the system and change the recovery ( unroot the phone ).
This update bring me only ****s like a slower system, unroot the phone and de-configurate all aps in the iodé ap ( an integrated firewall ).

Categories

Resources