OUTDATED! [Project] Galaxy OStool - Galaxy S 5 General

#####################################################################################################
This project is outdated! If you were interested, stay tuned on latest posts on my profile. A totally re-coded and re-designed version of this tool will be rolling out soon!
#####################################################################################################
---------------------------------------------------------------------------------------------------------------------------------------
First of all I must admit, that i can't create a DevDB post instead (I don't have permissions, or something).
--------------------------------------------------------------------------------------------------------
Recently, i used Androxyde's Sony FlashTool, and I had an idea to create something like this, but for Samsung devices.
That's how Hackaye's Galaxy OStool was created.
It's based on VB.net and Heimdall CommandLine.
You may ask: Mate, but what the heck is it for? We have Odin and Heimdall Frontend!
Yeah, but can Odin and Heimdall download firmware for your device and install it with one click?
Do they have One-Click Root and TWRP installation options?
I guess not.
The app is currently available for Windows users, and requires latest .NET Framework installed.
---------------------------------------------------------------------------------------------------------
How to use the OStool:
Choose your device from the list (currently only Galaxy S5 SM-G900F but if the project gets some fame, i'll add more )
Then click what you want to do, you can choose Repair/Re-stock, Rooting with Chain Fire's AutoRoot, or installing TWRP.
After selecting, the program will download all the necessary files from my MediaFire account, and will notify you, that it's ready to flash.
You will be instructed how to go to download mode (the program is directed to begginers, so i had to add that), and will prompt you to install Zadig drivers, if needed.
Then after clicking the red "FLASH!!!" button, a CMD windows will appear with heimdall running, informing you about the installation progress.
----------------------------------------------------------------------------------------------------------
Some info about the project:
I am open to contribute with anyone that has knowlege about VB.net coding, i am also looking for better server to host files on, so please tell me if you know about one
Also, I couldn't test the program, cause my PC is autistic, and I can't install the necessary Zadig drivers, which ends with Libusbx error -12 (PLEASE HELP ME HOW TO FIX THIS!!!)
You should also know, that this version is only for testing the engine, the GUI will be TOTALLY redesigned.
If you want to contribute, download the SPECIAL Dev Pack from the link below. If you only want to test it, download a standard setup.
That's all from me,
Hackaye (WHY I CAN'T CHANGE MY NICK FROM EUKON TO HACKAYE?!!)
----------------------------------------------------------------------------------------------------------
Download Links:
OStool v0.1a Standard Setup: bit.ly/2LSRz9T
Dev Pack link (You need to have standard version installed first!!!): bit.ly/2O6jrVn

Related

[Monitor Mode| GUIDE] Nexmon | Hijacker for Galaxy s6 Patched Firmware[03 Jan 2017]

FIRST OF ALL
This isn't my work all credits goes to nexmon team for patched firmware and libs Github
And for @chrisk44 for Hijacker App Github, XDA
Tested on Galaxy s6 MM and should work on every android device with BCM4358.
Requirement:
-BCM4358
-Root SuperSU
-BusyBox
Downloads:
-Download Hijacker App From Here.
-Download Patched Firmware From Here (there's two files, .patched and .original in case you didn't backup yours) or you can go to nexmon git and get the file from there.
Installation:
-Rename the firmware from "bcmdhd_sta.bin.patched" to "bcmdhd_sta.bin"
-Copy the renamed file to "/system/etc/wifi" (Backup the original first) set permission to 644 (rw,r,r)
-Create empty file in "/vendor/firmware/" and name it "fw_bcmdhd.bin"
-Open Hijacker app follow the installation instruction (if you got an error "Your device is not supported ... bcm4339 ... bla bla bla." Long click the install button)
-REBOOT
Everything should be working fine now, open Hijacker app and test it.
[Disconnect from all the network or turn your wifi off for Hijacker app to work]
Bugs:
-Your WiFi will sometimes restart itself (Phone restart will fix this)
-Others? I don't know you tell me.
Working/Not Working:
-See Nexmon and Hijacker Git Repo.
Thank them for the work then thank me if you find this is useful, thank you.
Screenshots:
Hijacker includes a patched firmware for the BCM4339. Overriding the check and installing it on a different chipset can be dangerous. I only implemented the override in case you are on BCM4339 but the detection doesn't work.
chrisk44 said:
Hijacker includes a patched firmware for the BCM4339. Overriding the check and installing it on a different chipset can be dangerous. I only implemented the override in case you are on BCM4339 but the detection doesn't work.
Click to expand...
Click to collapse
Hijacker check the firmware in /vendor/firmware but samsung wireless firmware is in /system/etc/wifi so the hijacker app wont override anything except the empty file created in /vendor/firmware.
Edit: I will remove your app from my post if you want.
What happens when you click "find firmware" when installing nexmon?
Keep in mind that "nexmon" is not a firmware... it's a project which creates firmwares for some chipsets. You shouldn't use a firmware that is intended for an other chipset.
chrisk44 said:
What happens when you click "find firmware" when installing nexmon?
Keep in mind that "nexmon" is not a firmware... it's a project which creates firmwares for some chipsets. You shouldn't use a firmware that is intended for an other chipset.
Click to expand...
Click to collapse
I know that nexmon is a project, and the firmware installation is happening manually not by nexmon app.
Ok let me start again. The project "nexmon" has released patched firmwares to support monitor mode for various chipsets, including BCM4339 and BCM4358. Hijacker includes only the firmware for BCM4339 because I don't have a device with 4358 and I can't include the other firmware without testing it. Hijacker includes the firmware for BCM4339 and installs it wherever the firmware is. The fact that your firmware is located in /system/etc/wifi is not because of chipset or samsung, it's because of android 6 and the app defaults for android 7. Clicking "find firmware" will find it and clicking instalm will install it ONLY if it is for BCM4339. Overriding this will result in the firmware for 4339 being installed on a device with 4358. Do you see the problem here? There shouldn't be reboots or wifi restarts with these firmwares, they are actually very well written.
You can use the app if you want but you will have to install the firmware manaully, which means:
Download the firmware as a binary file,
copy the old firmware somewhere for backup,
copy the new file over the old one in system,
restart wifi to load the new firmware,
install the nexutil program (binary file) in /su/xbin or /su/bin or /system/bin (not recommended) to manage monitor mode
and you're done. Hijacker should work immediately.
chrisk44 said:
Ok let me start again. The project "nexmon" has released patched firmwares to support monitor mode for various chipsets, including BCM4339 and BCM4358. Hijacker includes only the firmware for BCM4339 because I don't have a device with 4358 and I can't include the other firmware without testing it. Hijacker includes the firmware for BCM4339 and installs it wherever the firmware is. The fact that your firmware is located in /system/etc/wifi is not because of chipset or samsung, it's because of android 6 and the app defaults for android 7. Clicking "find firmware" will find it and clicking instalm will install it ONLY if it is for BCM4339. Overriding this will result in the firmware for 4339 being installed on a device with 4358. Do you see the problem here? There shouldn't be reboots or wifi restarts with these firmwares, they are actually very well written.
You can use the app if you want but you will have to install the firmware manaully, which means:
Download the firmware as a binary file,
copy the old firmware somewhere for backup,
copy the new file over the old one in system,
restart wifi to load the new firmware,
install the nexutil program (binary file) in /su/xbin or /su/bin or /system/bin (not recommended) to manage monitor mode
and you're done. Hijacker should work immediately.
Click to expand...
Click to collapse
Okay, this is what written above. Since its working, I decided to share it with galaxy s6 owners... that's it. I don't know why are you repeating and telling me what your app does, I fully understand this plus i didn't say that "oh man! this is my work" and I told you I know what nexmon is and what it does, if you dont want your app to be here in my thread I will remove it.
I didn't say anything like that, plus my app is already here. I'm just pointing out that you are suggesting to galaxy s6 owners to use a firmware that is not intended for their device. Especially when there IS a correct firmware out there. I'm really not obligated to way in here, I'm just trying to prevent damages.
---------- Post added at 18:59 ---------- Previous post was at 18:04 ----------
Anyway, I'll include it in the next release and hope for the best...
chrisk44 said:
I didn't say anything like that, plus my app is already here. I'm just pointing out that you are suggesting to galaxy s6 owners to use a firmware that is not intended for their device. Especially when there IS a correct firmware out there. I'm really not obligated to way in here, I'm just trying to prevent damages.
---------- Post added at 18:59 ---------- Previous post was at 18:04 ----------
Anyway, I'll include it in the next release and hope for the best...
Click to expand...
Click to collapse
Okay that's kind.
Wait a second, do you have frame injection using the 4339 firmware? Do aireplay, mdk and reaver work?
chrisk44 said:
Wait a second, do you have frame injection using the 4339 firmware? Do aireplay, mdk and reaver work?
Click to expand...
Click to collapse
As it says in nexmon git page, no.
Hi guys, is there still wip regarding injection mode?
is there. any chance of nexmon working galaxy note 4 or 3
Quick question. I had come across the Nexmon app before finding Hijacker. My question is sorta this, I'm assuming then that Nexmon doesn't have to be installed to make Hijacker work? Because Hijacker is hit or miss for me. Sometimes it works and sometimes it doesn't.
Chuck
Boahen said:
is there. any chance of nexmon working galaxy note 4 or 3
Click to expand...
Click to collapse
It works on Note 3 AOSP rom, same wifi chipset as nexus 5
digitalchaos1980 said:
Quick question. I had come across the Nexmon app before finding Hijacker. My question is sorta this, I'm assuming then that Nexmon doesn't have to be installed to make Hijacker work? Because Hijacker is hit or miss for me. Sometimes it works and sometimes it doesn't.
Chuck
Click to expand...
Click to collapse
You can manually run binary files from any terminal, by executing LD_PRELOAD=/path of libfakeioctl.so
Then execute nexutil -m2 to turn on monitor mode, you're ready to go now.
Sent from my SM-G950F using Tapatalk
daoudedy said:
It works on Note 3 AOSP rom, same wifi chipset as nexus 6
You can manually run binary files from any terminal, by executing LD_PRELOAD=/path of libfakeioctl.so
Then execute nexutil -m2 to turn on monitor mode, you're ready to go now.
Sent from my SM-G950F using Tapatalk
Click to expand...
Click to collapse
OK thanks, that actually helps me. I had stumbled upon this whole setup when I came across the Nexmon app in the Play Store. I've been wanting a device that has a chip that can support monitor mode for a long time so naturally when I saw the app I was excited. I had installed it but didn't quite know exactly how to use the "firmware" part of the app to install the firmware. Did a Google search and came across your post and installed Hijacker and followed the post to a T. But it would only work when it wants to. I have another spare S6 that I just installed Hijacker to and followed the instructions for that as well. Both phones are hit or miss really but I notice that if I open Nexmon and start monitor mode there first then open Hijacker then it works but when I go to "crack" it looks like it's doing something but I'm under the impression I should see some sort of progress being displayed on the bottom half of the app. Is this correct? I am a power user and know my way around the file system well but don't have a whole lot of experience with this type of thing. And just as a disclaimer, I am using this on my own router and Moderators if I have said anything crossing a line PLEASE let me know and I will edit my content! I don't want to violate any rules talking about these apps the wrong way. Thank you
Chuck
digitalchaos1980 said:
OK thanks, that actually helps me. I had stumbled upon this whole setup when I came across the Nexmon app in the Play Store. I've been wanting a device that has a chip that can support monitor mode for a long time so naturally when I saw the app I was excited. I had installed it but didn't quite know exactly how to use the "firmware" part of the app to install the firmware. Did a Google search and came across your post and installed Hijacker and followed the post to a T. But it would only work when it wants to. I have another spare S6 that I just installed Hijacker to and followed the instructions for that as well. Both phones are hit or miss really but I notice that if I open Nexmon and start monitor mode there first then open Hijacker then it works but when I go to "crack" it looks like it's doing something but I'm under the impression I should see some sort of progress being displayed on the bottom half of the app. Is this correct? I am a power user and know my way around the file system well but don't have a whole lot of experience with this type of thing. And just as a disclaimer, I am using this on my own router and Moderators if I have said anything crossing a line PLEASE let me know and I will edit my content! I don't want to violate any rules talking about these apps the wrong way. Thank you
Chuck
Click to expand...
Click to collapse
Go to nexmon git page and read the instructions, s6 has a bcm4358
Sent from my SM-G950F using Tapatalk
daoudedy said:
Go to nexmon git page and read the instructions, s6 has a bcm4358
Sent from my SM-G950F using Tapatalk
Click to expand...
Click to collapse
Thank you, I will check that out. I do know what chip it has, I just hadn't found a page about Nexmon. I will find that page and read, read, read lol. Thank you
Chuck
digitalchaos1980 said:
Thank you, I will check that out. I do know what chip it has, I just hadn't found a page about Nexmon. I will find that page and read, read, read lol. Thank you
Chuck
Click to expand...
Click to collapse
https://github.com/seemoo-lab/nexmon
Sent from my SM-G950F using Tapatalk

[DEPRECATED] [2019.4.4] Magisk Manager for Recovery Mode (mm)

THIS PROJECT IS NO LONGER SUPPORTED.
# Magisk Manager for Recovery Mode (mm)
## LEGAL
Copyright (C) 2017-2019, VR25 @ xda-developers
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
## DISCLAIMER
Always read/reread this reference prior to installing/upgrading this software.
While no cats have been harmed, the author assumes no responsibility for anything that might break due to the use/misuse of it.
To prevent fraud, do NOT mirror any link associated with this project; do NOT share builds (zips)! Share official links instead.
## DESCRIPTION
- Manage your Magisk modules from recovery (e.g., TWRP) -- run "sh /sdcard/mm" on recovery terminal.
Features list
- Automatically fix magisk.img (e2fsck -fy)
- List installed modules
- Toggle
- Core only mode
- Magic mount
- Disable
- Remove
## PREREQUISITE
- Magisk 17-19
## SETUP
- Install
1. Flash live (e.g., from Magisk Manager) or from custom recovery (e.g., TWRP).
- Uninstall
- Use Magisk Manager app or mm itself (supports `uninstall.sh`, too).
## USAGE
- First time (right after installing/updating) - run `mm` or `sh /sdcard/mm` on recovery terminal.
- Next times (while in recovery) - no need to re-flash the zip; simply run `sh /sdcard/mm` on recovery terminal.
- Follow the instructions/wizard. Everything is interactive.
- Pro tip: lazy people can try running `*/mm` instead of `sh /sdcard/mm`.
## LINKS
- [Donate](https://paypal.me/vr25xda/)
- [Facebook page](https://facebook.com/VR25-at-xda-developers-258150974794782/)
- [Git repository](https://github.com/Magisk-Modules-Repo/mm)
- [Telegram channel](https://t.me/vr25_xda/)
- [Telegram profile](https://t.me/vr25xda/)
- [XDA thread](https://forum.xda-developers.com/apps/magisk/module-tool-magisk-manager-recovery-mode-t3693165)
## LATEST CHANGES
**2019.4.4 (201904040)**
- Complete redesign
- Magisk 17-19 support (including `uninstall.sh`)
- Toggle core only mode
- Updated information (copyright, documentation, and module description)
**2018.8.1 (201808010)**
- General optimizations
- New & simplified installer
- Striped down (removed unnecessary code & files)
- Updated documentation
**2018.7.24 (201807240)**
- Fixed modPath detection issue (Magisk 16.6).
- Updated documentation
Archive
Hey not sure whether this is right thread to ask, if not please redirect me.
I'm on AOKP, banking apps are detecting root and not allowing to access it, so I was asked to use Magisk.
Can you tell me how do I install it? Can I just download Magisk Manager and Magisk flash it via twrp? I'm noob to all rooting man
BackToAndroid said:
Hey not sure whether this is right thread to ask, if not please redirect me.
I'm on AOKP, banking apps are detecting root and not allowing to access it, so I was asked to use Magisk.
Can you tell me how do I install it? Can I just download Magisk Manager and Magisk flash it via twrp? I'm noob to all rooting man
Click to expand...
Click to collapse
Yeah... You took a serious wrong turn.
Start by reading these threads:
https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
https://forum.xda-developers.com/apps/magisk/guide-magisk-troubleshooting-t3641417
And if you need help, post here (with lots of details):
https://forum.xda-developers.com/apps/magisk/mod-magisk-v1-universal-systemless-t3432382
Sorry, maybe for my language, but I can not understand what this module is doing.
Enviado desde mi MI 5s Plus mediante Tapatalk
Hi,
Great idea! I'll check and comment. :good:
Please, add it to the official repository.
It includes one option to enable/disable Magisk Core Mode Only?
And one suggestion: provide a ZIP file for launch directly the "mm" command without opening the Terminal (or use Aroma Installer).
Nitram08 said:
Sorry, maybe for my language, but I can not understand what this module is doing.
Enviado desde mi MI 5s Plus mediante Tapatalk
Click to expand...
Click to collapse
You should at least have basic understanding of what Magisk is and how it operates before jumping onto this thread. If you don't know what I mean by "Magisk Manager for Recovery Mode," then you've been skipping steps. I can't help you before you help yourself.
manos78 said:
Hi,
Great idea! I'll check and comment. :good:
Please, add it to the official repository.
It includes one option to enable/disable Magisk Core Mode Only?
And one suggestion: provide a ZIP file for launch directly the "mm" command without opening the Terminal (or use Aroma Installer).
Click to expand...
Click to collapse
Currently limited to the features listed. New capabilities will be added over time. The ability to manage Magisk settings is already in the works. Repo submission status -- awaiting approval.
Firstly, thank you. I've used another mod that allows using terminal to get rid of modules but it's not as fluid in usage as this one. However, i have one question; While i was able to use it in recovery, I'm not sure I understand clearly about whether or not this can be used while the system is fully loaded. I tried accessing the app through the os terminal but it acts as if I'm entering the wrong command. In twrp i did as you said and typed "mm" and it pulled right up. Yet, when i try the instructions that follow afterward to access the module while in the os, it tells me it can't be found. Am i missing something or is this only available through recovery?
dodgyme said:
Firstly, thank you. I've used another mod that allows using terminal to get rid of modules but it's not as fluid in usage as this one. However, i have one question; While i was able to use it in recovery, I'm not sure I understand clearly about whether or not this can be used while the system is fully loaded. I tried accessing the app through the os terminal but it acts as if I'm entering the wrong command. In twrp i did as you said and typed "mm" and it pulled right up. Yet, when i try the instructions that follow afterward to access the module while in the os, it tells me it can't be found. Am i missing something or is this only available through recovery?
Click to expand...
Click to collapse
The "module" part is only meant for updating the tool through Magisk Manager.
So, you don't have to constantly check XDA/GitHub for newer versions.
@Nitram08, if that's what you meant, sorry about the first answer! Next time, PLEASE give more detail, or you might get very similar reactions.
A basic rule of thumb:
- Poor info = "nothing happened -- bad post".
Hmmmmm
So, just to clarify, it can only be used in twrp? If not, what's the exact command to use when I'm actually in the Android system using whatever terminal app I might be using...???
I ask because this part of your instructions confuses me:
"Else (after installing & rebooting) -- run `. /data/magisk/mm`."
My understanding suggests I can use it while in the actual system but when I use my terminal app it tells me it's not found...
dodgyme said:
So, just to clarify, it can only be used in twrp? If not, what's the exact command to use when I'm actually in the Android system using whatever terminal app I might be using...???
I ask because this part of your instructions confuses me:
"Else (after installing & rebooting) -- run `. /data/magisk/mm`."
My understanding suggests I can use it while in the actual system but when I use my terminal app it tells me it's not found...
Click to expand...
Click to collapse
Yeah... that line should be "after installing & rebooting into recovery". So, this is built for use in recovery mode only.
Instead of re-flashing every single time you need it, you simply run ". /data/magisk/mm" That is "dot space /magisk/mm".
In short
- First time (right after installing/updating) -- run "mm" (on recovery terminal)
- Next times (while in recovery) -- no need to re-flash the zip; simply run ". /data/magisk/mm" on terminal.
VR25 said:
Yeah... that line should be "after installing & rebooting into recovery". So, this is built for use in recovery mode only.
Instead of re-flashing every single time you need it, you simply run ". /data/magisk/mm" That is "dot space /magisk/mm".
In short
- First time (right after installing/updating) -- run "mm" (on recovery terminal)
- Next times (while in recovery) -- no need to re-flash the zip; simply run ". /magisk/mm" on terminal.
Click to expand...
Click to collapse
Understood, I appreciate your feedback and this little gem greatly. Thank you!
Type wrong, please ignore
I just want to thank Op for this. I can't tell you how many times I have gotten a bootloop from a faulty module making me have to delete magisk.img (always trying new things ). This makes it so much easier. Thanks much OP.
Thanks a bunch OP. This will be a life saver for those who don't take TWRP backups in TWRP before flashing a module, including me.
Sent from my Honor 8 Pro using XDA Labs
Magisk log: "e 432:569 sendfile failed with 2: No such file or directory"
Any Modules can not find after install this
New modules installs but not works and not shows on list of android magisk manager.
Very Poor soft! Need to repair system after that!
Unistall_magisk.zip not repair this error!
I lost my system???
Android AOSP (Aex) latest 7.1.2
Xiaomi redmi 4x
Amazing module, allows me to manage magisk in TWRP without issue. This is an essential module for every magisk user - if you can't boot after a module install, you can just remove the module and not worry about restoring a backup.
As an aside, also always have the Magisk uninstaller zip handy, it'll save your ass when your phone / tablet goes to **** when you're flashing modules like a meth addict.
Great module, but I found something weird on my phone...
Is there any reason why a removed/disabled moduled would appear as such in the current TWRP session or just after rebooting from TWRP to recovery, but reappear after powering off and then booting to recovery via bootloader?
This (strange) thing happened to me minutes ago and the only way to remove the module (and boot Android again) was uninstalling and then reinstalling Magisk...
Disable modules
I'm trying to disable a module but I don't entirely understand the commands. I start Magisk Manager and select "e" to enable/disable modules. Then it shows:
<Toggle Module ON/OFF>
Greenify4Magisk (ON)
aik-mobile (ON)
mm (ON)
Input a matching WORD/string at once
- Press RETURN when done (or to cancel)
-- CTRL+C to exit
What command do I have to use to disable Greenify4Magisk?
iqubik said:
Magisk log: "e 432:569 sendfile failed with 2: No such file or directory"
Any Modules can not find after install this
New modules installs but not works and not shows on list of android magisk manager.
Very Poor soft! Need to repair system after that!
Unistall_magisk.zip not repair this error!
I lost my system???
Android AOSP (Aex) latest 7.1.2
Xiaomi redmi 4x
Click to expand...
Click to collapse
Really good way of providing "useful" information...
You're dealing with different issues not related to this module in the first place. Could you describe exactly what you did and what actually happened afterwards?
njascgil said:
Great module, but I found something weird on my phone...
Is there any reason why a removed/disabled moduled would appear as such in the current TWRP session or just after rebooting from TWRP to recovery, but reappear after powering off and then booting to recovery via bootloader?
This (strange) thing happened to me minutes ago and the only way to remove the module (and boot Android again) was uninstalling and then reinstalling Magisk...
Click to expand...
Click to collapse
Odd...
Could you describe in details what you did to remove/disable the module in question?
beavis5706 said:
I'm trying to disable a module but I don't entirely understand the commands. I start Magisk Manager and select "e" to enable/disable modules. Then it shows:
<Toggle Module ON/OFF>
Greenify4Magisk (ON)
aik-mobile (ON)
mm (ON)
Input a matching WORD/string at once
- Press RETURN when done (or to cancel)
-- CTRL+C to exit
What command do I have to use to disable Greenify4Magisk?
Click to expand...
Click to collapse
You simply type a "matching WORD/string" and press ENTER. For example, to disable Greenify4Magisk, I would input "Green" or "4" or "Magisk" (whatever is unique to Greenify4Magisk).

TWRP install

Copying instructions that were in the miscellaneous thread while we were waiting for a proper sub forum. Keep in mind that the program to get TWRP onto the phone is in Chinese and will trigger an antivirus warning. Also TWRP will be in Chinese so users have to press the button on the right in the 1st screen to enable English.
TWRP is working for Nubia Z20 Chinease, Europe and American version
Download TWRP from this link
[Mod Edit] Download link removed due to GPL incompliance
Installing TWRP steps:
1. Enable usb debugging in nubia z20
2. Connect your mobile to the computer
3. Disable Anti-virus on your computer
4. Copy paste TWRP application to C:/adb
5. Click the only button on the TWRP interface
6. On the next screen, click the only button (fastboot twrp) on the screen
7. mobile will reboot to bootloader
8. reboot to recovery
9. if you have security code, input your security pin.
10. change language by clicking right side button
11. In twrp, you can flash global rom and magisk for root
For Rooting Nubia (all version)
1. Install TWRP from the above link
2. From TWRP, you can install magisk manager (latest) and reboot to system.
3. From Magisk application, download riru modules (core & hook) install and reboot.
4. Insatll Edxposed for xposed modules
Custom modules working for Nubia:
1. Gravity Box (working only for global roms)
2. Face unlock (Magisk module)
3. Instant Face unlock (Xposed module)
4. Pixelify (Magisk module0
5. Force touch enabler (Xposed module)
6. Xposed edge (Xposed module)
7. AR core patcher (Magisk module)
8. Google cam (Gcam shared earliet posts with attached xml scripts)
9. Youtube vanced
10. Whatsapp emojis
11. L Tweaks
Linux?
What should Linux users do?
Cheako said:
What should Linux users do?
Click to expand...
Click to collapse
Switch to windows? Seriously...at least for a short time. I'm a Linux user myself but always have a Windows machine handy for flashing
n1tro said:
Switch to windows? Seriously...at least for a short time. I'm a Linux user myself but always have a Windows machine handy for flashing
Click to expand...
Click to collapse
Thanks! I haven't used Windows since the late 90s and every time I try what you're suggesting I have a horrible time. It's not worth any amount of effort to have Windows for running this one application that does something ultimately resulting in Malware. That is to say running this program is analogous to running an application that, I not only don't have the source too, but indeed can't even explain what it does. That's the vary definition of malicious software, running software that has no explainable purpose.
It piss me off why every nubia TWRP is a .exe can you just install it yourself and make a backup of your recovery partition and send us the img ?
its here ***
[Mod Edit] Download link removed due to GPL incompliance
GPL Violation.
This program is obviously linked with a compiled image of TWRP, witch is GPL. The exe is encrypted, a form of UPX. Regardless it's against copyright to distribute without source.
RomanLeFrais said:
It piss me off why every nubia TWRP is a .exe can you just install it yourself and make a backup of your recovery partition and send us the img ?
its here ***
[Mod Edit] Download link removed due to GPL incompliance
Click to expand...
Click to collapse
Looks like a boot image, but triggers the same error on my device. From another thread we are discussing the differences of V1.x(NON-EU) and phones from the EU that are V2.x. The images I've found and have been using are V2.x and the phone is from US Amazon, not that you can't purchase EU phones from there. It's unknown what version my phone is.
I've been pointing out everywhere the GPL violations and that also applies here.
Tell me if I'm wrong but the only difference beteween eu and non-eu are the radio frequency and maybe some minor adjustement that don't affect the way TWRP work, and the only difference between 1.x and 2.x are the system update it also don't affect the way TWRP need to be compiled except for the included magisk install ect in the advanced tabs that Scarlet-glass added
If you want to have your own clean version you can always compile TWRP yourself to not deal with a GPL issue (Isn't it the GNU Free software license ?) Scarlet-glass released the device tree
UPX is a compression algorithm lol, to check if its obfuscated run Detect-it-Easy on it, I did and its not obfuscated take a look at my binwalk output
https://pastebin.com/7Ut6E5Zz
The executable maybe came from the person that make the "Global" ROM for all the aliexpress seller by removing the chinese app and installing google, they left their "weibo VIP channel" in /etc on the system part but I don't know how to join.
So anyway I doubt they copyrighted their TWRP image and its normal that the recovery image appear as a boot image because it is one lol
Apparently this device is not the same for EU users as America or China, that is to say one model for EU and another model for NON-EU(presumably China, India, Japan, Canada, US, ect). I was using V2.x(EU) files, but my phone is V1.x(NON-EU). The major version numbers are more like part of the model number than like a version indicator. Here is the full dump where I got the boot and recovery images, it's 2.2GB compressed
https://www.filehosting.org/file/details/835328/NX627J_NubiaEmergencyDownload_V103.7z
I'll try and post just the boot/recovery images here: https://mikemestnik.net/archives/
Code:
SHA256 (NX627J_NubiaEmergencyDownload_V103.7z) = bd412eeab191c001a4ee5b11bda8a2ec7273257ccd2e1d024e60e8c6a1bd174b
SHA256 (NX627J-stock-1_03.7z) = f53a120dc7e8029bf2bb0fb7a462d027376d63bb39e4b7f2ae2f55ae2bcba9ae
RomanLeFrais said:
Tell me if I'm wrong but the only difference beteween eu and non-eu are the radio frequency and maybe some minor adjustement that don't affect the way TWRP work, and the only difference between 1.x and 2.x are the system update it also don't affect the way TWRP need to be compiled except for the included magisk install ect in the advanced tabs that Scarlet-glass added
If you want to have your own clean version you can always compile TWRP yourself to not deal with a GPL issue (Isn't it the GNU Free software license ?) Scarlet-glass released the device tree
UPX is a compression algorithm lol, to check if its obfuscated run Detect-it-Easy on it, I did and its not obfuscated take a look at my binwalk output
https://pastebin.com/7Ut6E5Zz
The executable maybe came from the person that make the "Global" ROM for all the aliexpress seller by removing the chinese app and installing google, they left their "weibo VIP channel" in /etc on the system part but I don't know how to join.
So anyway I doubt they copyrighted their TWRP image and its normal that the recovery image appear as a boot image because it is one lol
Click to expand...
Click to collapse
The file you are talking about and the one that is currently posted are nothing alike.
Code:
[email protected]:~/Downloads$ binwalk nubia\ Z20-for\ Android\ P-TWRP-3.3.1.exe
DECIMAL HEXADECIMAL DESCRIPTION
--------------------------------------------------------------------------------
0 0x0 Microsoft executable, portable (PE)
372399 0x5AEAF SHA256 hash constants, little endian
4642204 0x46D59C MySQL ISAM compressed data file Version 10
13113062 0xC816E6 gzip compressed data, last modified: 2019-08-30 09:47:28
42228777 0x2845C29 End of Zip archive, footer length: -25518
42279022 0x285206E PARity archive data - file number 7950
42571120 0x2899570 XML document, version: "1.0"
This reminds me to add checksums to my uploads!
Cheako said:
The file you are talking about and the one that is currently posted are nothing alike.
This reminds me to add checksums to my uploads!
Click to expand...
Click to collapse
I first decompressed with upx
Code:
upx -d nubia\ Z20-for\ Android\ P-TWRP-3.3.1.exe
Edit: I downloaded 1.03 and 2.03 and try to look for diff in some files with
Code:
vimdiff <(xxd "EUROPE-ASIA/file" ) <(xxd "US/file" )
and they are a little different I didn't try the android files (system,vendor,boot etc) because they are too big though
RomanLeFrais said:
I first decompressed with upx
Code:
upx -d nubia\ Z20-for\ Android\ P-TWRP-3.3.1.exe
Edit: I downloaded 1.03 and 2.03 and try to look for diff in some files with
Code:
vimdiff <(xxd "EUROPE-ASIA/file" ) <(xxd "US/file" )
and they are a little different I didn't try the android files (system,vendor,boot etc) because they are too big though
Click to expand...
Click to collapse
help me please i am some speak english. my nubia z20 brick . i need stock rom my phone global en v203 i want to chinese rom but my phone brick.
i need rom i need help
Not working for me.....
Not able to install TWRP.
Have also tried to install img.
Have typed in "adb reboot bootloader" in command window, and the phone reboot.
But when typing "fastboot flash recovery recovery.img", it get stuck on "waiting for device".
Anyone have the correct USB driver?
Or is the problem windows 10?
Btw, USb debugging is on, and OEM unlocking is on.
Ui is CNCommon_V2.17.
The China special with no update function, beside update by usb-c OTG, wich don't work.
Why can not create backup from TWRP, both to the internal memory and to the flash card via OTG, writes an error.
Olfoss said:
Not able to install TWRP.
Have also tried to install img.
Have typed in "adb reboot bootloader" in command window, and the phone reboot.
But when typing "fastboot flash recovery recovery.img", it get stuck on "waiting for device".
Anyone have the correct USB driver?
Or is the problem windows 10?
Btw, USb debugging is on, and OEM unlocking is on.
Ui is CNCommon_V2.17.
The China special with no update function, beside update by usb-c OTG, wich don't work.
Click to expand...
Click to collapse
please answer me
n1tro said:
Copying instructions that were in the miscellaneous thread while we were waiting for a proper sub forum. Keep in mind that the program to get TWRP onto the phone is in Chinese and will trigger an antivirus warning. Also TWRP will be in Chinese so users have to press the button on the right in the 1st screen to enable English.
TWRP is working for Nubia Z20 Chinease, Europe and American version
Download TWRP from this link
https://drive.google.com/file/d/1rpyehWTPdzzNLhZVqvOuaPmoZ0bG0gak/view?usp=sharing
Installing TWRP steps:
1. Enable usb debugging in nubia z20
2. Connect your mobile to the computer
3. Disable Anti-virus on your computer
4. Copy paste TWRP application to C:/adb
5. Click the only button on the TWRP interface
6. On the next screen, click the only button (fastboot twrp) on the screen
7. mobile will reboot to bootloader
8. reboot to recovery
9. if you have security code, input your security pin.
10. change language by clicking right side button
11. In twrp, you can flash global rom and magisk for root
For Rooting Nubia (all version)
1. Install TWRP from the above link
2. From TWRP, you can install magisk manager (latest) and reboot to system.
3. From Magisk application, download riru modules (core & hook) install and reboot.
4. Insatll Edxposed for xposed modules
Custom modules working for Nubia:
1. Gravity Box (working only for global roms)
2. Face unlock (Magisk module)
3. Instant Face unlock (Xposed module)
4. Pixelify (Magisk module0
5. Force touch enabler (Xposed module)
6. Xposed edge (Xposed module)
7. AR core patcher (Magisk module)
8. Google cam (Gcam shared earliet posts with attached xml scripts)
9. Youtube vanced
10. Whatsapp emojis
11. L Tweaks
Click to expand...
Click to collapse
please can you improve twrp for android 11 this way
I can't. I'm not a developer. The information above was done by someone else before the forum was created. I only copied the content over.
This phone has almost no support unless you are using the Chinese version. Nubia does not care about the global market as they make enough money selling phones within China in my opinion.
n1tro said:
I can't. I'm not a developer. The information above was done by someone else before the forum was created. I only copied the content over.
This phone has almost no support unless you are using the Chinese version. Nubia does not care about the global market as they make enough money selling phones within China in my opinion.
Click to expand...
Click to collapse
i will never buy a nubia phone again.
I upgraded to android 11 beta for nubia z20, it installed without issue, but I was not satisfied with the upgrade because I could not access my contacts. I tried to reinstall the standard ROM back, it loads the nubia logo and then shows the warning “Device is corrupted. It can't be trusted and won't boot. " I have flashed the Nubia z20 unbrick tool v1.03 and this does not help either, please help

How To Guide How to remove carrier boot logo

Hello, What this post will be covering is in the title; I will be showing you how to remove the carrier boot logo off your samsung galaxy s21 ultra (This should work with pretty much any modern samsung phone)
If you don't know how to flash a patched magisk rom to your device or you don't know how to use odin DO NOT FOLLOW THIS GUIDE. This will trip knox (Voiding warranty) because it will require root.
First you want to download the stock rom for your phone make sure its from a legit website such as https://samfw.com or https://www.sammobile.com make sure to download the correct rom for your device model or you can brick your device.
You will require a windows pc and winzip to help you extract the needed files.
MAKE SURE TO BACKUP ALL YOUR FILES AS THE PHONE WILL BE WIPED.
First you should extract your stock rom from the zip file into a folder then you want to copy the csc file and when thats done remove the .md5 extension at the end (You may need to Disable the "Hide extensions for know file types" in windows explorer settings and then you want to open the renamed file with winzip and look for a file ending with the .pit extension, This will be crucial for the next step. You need to copy that file to your folder with all the files needed to flash. Then using odin go to the options tab and enable the re-partition and then go to the PIT file tab and click ok on the warning message then click the PIT button and select the file we just copied now proceed as normal to select all your files to flash but instead of selecting the stock ap file you will choose your magisk patched version and then click start. After the whole process is done complete the setup and DO NOT CONNECT TO WIFI (THIS IS CRUCIAL) then plug your phone back into your pc and copy the magisk app provided in the files section and install it using the default file manager (MY FILES) and when that is done copy the "System App Remover" file from the files section and install that now open that app on your phone and grant is super user rights then go and look for the application called "Recommended apps" or "Application Recommendations" and select them and click the uninstall button. After uninstall is complete make sure to reboot and then you will be able to enjoy device without the annoying boot logo.
If you want i can make a youtube video so that you guys can follow along with me just tell me in the comments.
EDIT: FORGOT THE FILES HERE THEY ARE
Release Magisk v23.0 · topjohnwu/Magisk
This release is focused on fixing regressions and bugs. Note: Magisk v22 is the last major version to support Jellybean and Kitkat. Magisk v23 only supports Android 5.0 and higher. Bug Fixes [App]...
github.com
OH SOMETHING I FORGOT TO MENTION IF YOU USE THE WRONG PIT FILE YOU CAN PERM DESTROY YOUR MOTHERBOARD SO MAKE SURE YOU GET THE RIGHT ONE IF YOUR PHONE HAS 256GB DO NOT FLASH THE 128GB VERSION AND SO ON
You can just use this
I'm looking through the lists of app and I can't find anything like "Recommended" anything. This is a BTU rom but the device keeps reverting to H3B when the wifi is connected. Without the WiFi connected, it does not have the brand boot/reboot logos but seems to create a list of Greyed out apps its going to install and groups them under "Three Likes".
Once the WiFi is connected, it downloads all the Greyed out apps and also add the boot/reboot logos.
Ideally I'd like to not have the H3B stuff altogether. But whatever I do with odin and a BTU rom, nand erase and repartition, it still comes back. Where is this stuff hiding?
Here is a list of my apps. Can someone help point out which one is the branding service? Thanks
cmd package list packages -f
Code:
package:/apex/com.android.tethering/priv-app/TetheringGoogle/TetheringGoogle.apk=com.google.android.networkstack.tethering
package:/system/app/FilterProvider/FilterProvider.apk=com.samsung.android.provider.filterprovider
package:/system/app/AutomationTest_FB/AutomationTest_FB.apk=com.sec.android.app.DataCreate
package:/apex/com.android.apex.cts.shim/priv-app/CtsShimPriv/CtsShimPriv.apk=com.android.cts.priv.ctsshim
package:/system/priv-app/SmartSwitchAssistant/SmartSwitchAssistant.apk=com.samsung.android.smartswitchassistant
package:/system/priv-app/NSDSWebApp/NSDSWebApp.apk=com.sec.vsim.ericssonnsds.webapp
package:/system/app/SetupWizardLegalProvider/SetupWizardLegalProvider.apk=com.sec.android.app.setupwizardlegalprovider
package:/product/app/YouTube/YouTube.apk=com.google.android.youtube
package:/system/priv-app/Finder/Finder.apk=com.samsung.android.app.galaxyfinder
package:/system/priv-app/NSFusedLocation_v6.0/NSFusedLocation_v6.0.apk=com.sec.location.nsflp2
package:/system/priv-app/ThemeStore/ThemeStore.apk=com.samsung.android.themestore
package:/system/app/ChromeCustomizations/ChromeCustomizations.apk=com.sec.android.app.chromecustomizations
package:/system/priv-app/AODService_v70/AODService_v70.apk=com.samsung.android.app.aodservice
package:/system/priv-app/CocktailBarService_v3.2/CocktailBarService_v3.2.apk=com.samsung.android.app.cocktailbarservice
package:/product/overlay/DisplayCutoutEmulationCorner/DisplayCutoutEmulationCornerOverlay.apk=com.android.internal.display.cutout.emulation.corner
package:/apex/com.android.extservices/priv-app/GoogleExtServices/GoogleExtServices.apk=com.google.android.ext.services
package:/product/overlay/DisplayCutoutEmulationDouble/DisplayCutoutEmulationDoubleOverlay.apk=com.android.internal.display.cutout.emulation.double
package:/system/app/NfwLocationPrivacy/NfwLocationPrivacy.apk=com.sec.location.nfwlocationprivacy
package:/system/priv-app/YourPhone_P1_5/YourPhone_P1_5.apk=com.microsoft.appmanager
package:/system/priv-app/SecTelephonyProvider/SecTelephonyProvider.apk=com.android.providers.telephony
package:/system/app/BGMProvider/BGMProvider.apk=com.sec.android.app.ve.vebgm
package:/system/app/DRParser/DRParser.apk=com.sec.android.app.parser
package:/system/priv-app/DynamicSystemInstallationService/DynamicSystemInstallationService.apk=com.android.dynsystem
package:/system/priv-app/KnoxAIFrameworkApp/KnoxAIFrameworkApp.apk=com.samsung.android.app.kfa
package:/product/app/NetworkStackOverlay/NetworkStackOverlay.apk=com.samsung.android.networkstack
package:/product/priv-app/Velvet/Velvet.apk=com.google.android.googlequicksearchbox
package:/system/app/SamsungCalendar/SamsungCalendar.apk=com.samsung.android.calendar
package:/apex/com.android.cellbroadcast/priv-app/GoogleCellBroadcastServiceModule/GoogleCellBroadcastServiceModule.apk=com.google.android.cellbroadcastservice
package:/system/priv-app/SamsungCalendarProvider/SamsungCalendarProvider.apk=com.android.providers.calendar
package:/system/priv-app/SamsungAccount/SamsungAccount.apk=com.osp.app.signin
package:/system/priv-app/AREmoji/AREmoji.apk=com.samsung.android.aremoji
package:/system/priv-app/ClipboardSaveService/ClipboardSaveService.apk=com.samsung.clipboardsaveservice
package:/system/app/TetheringAutomation/TetheringAutomation.apk=com.sec.automation
package:/system/priv-app/MediaProviderLegacy/MediaProviderLegacy.apk=com.android.providers.media
package:/product/priv-app/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk=com.google.android.onetimeinitializer
package:/system/app/GoogleExtShared/GoogleExtShared.apk=com.google.android.ext.shared
package:/product/overlay/NavigationBarModeGesturalWideBack/NavigationBarModeGesturalOverlayWideBack.apk=com.android.internal.systemui.navbar.gestural_wide_back
package:/system/system_ext/priv-app/WallpaperCropper/WallpaperCropper.apk=com.android.wallpapercropper
package:/system/priv-app/wallpaper-res/wallpaper-res.apk=com.samsung.android.wallpaper.res
package:/system/app/SmartMirroring/SmartMirroring.apk=com.samsung.android.smartmirroring
package:/system/priv-app/SKMSAgent/SKMSAgent.apk=com.skms.android.agent
package:/system/app/MAPSAgent/MAPSAgent.apk=com.samsung.android.mapsagent
package:/system/priv-app/SendHelpMessage/SendHelpMessage.apk=com.sec.android.app.safetyassurance
package:/system/priv-app/SamsungInCallUI/SamsungInCallUI.apk=com.samsung.android.incallui
package:/system/priv-app/KnoxCore/KnoxCore.apk=com.samsung.android.knox.containercore
package:/system/priv-app/HashTagService/HashTagService.apk=com.samsung.android.service.tagservice
package:/system/app/KidsHome_Installer/KidsHome_Installer.apk=com.samsung.android.kidsinstaller
package:/system/app/FactoryCameraFB/FactoryCameraFB.apk=com.sec.factory.camera
package:/product/overlay/SemTelephony_RIL.apk=com.samsung.phone.overlay.common
package:/data/app/GlobalGoals/GlobalGoals.apk=com.samsung.sree
package:/system/app/USBSettings/USBSettings.apk=com.sec.usbsettings
package:/system/priv-app/EasySetup/EasySetup.apk=com.samsung.android.easysetup
package:/system/priv-app/ExternalStorageProvider/ExternalStorageProvider.apk=com.android.externalstorage
package:/system/app/AllShareAware/AllShareAware.apk=com.samsung.android.aware.service
package:/system/app/EasyOneHand3/EasyOneHand3.apk=com.sec.android.easyonehand
package:/system/priv-app/DeviceTest/DeviceTest.apk=com.sec.factory
package:/system/app/SecHTMLViewer/SecHTMLViewer.apk=com.android.htmlviewer
package:/system/app/VTCameraSetting/VTCameraSetting.apk=com.samsung.android.vtcamerasettings
package:/system/app/CompanionDeviceManager/CompanionDeviceManager.apk=com.android.companiondevicemanager
package:/system/priv-app/MmsService/MmsService.apk=com.android.mms.service
package:/system/priv-app/RubinVersion3/RubinVersion3.apk=com.samsung.android.rubin.app
package:/system/priv-app/SecDownloadProvider/SecDownloadProvider.apk=com.android.providers.downloads
package:/system/app/DictDiotekForSec/DictDiotekForSec.apk=com.diotek.sec.lookup.dictionary
package:/product/overlay/SystemUI__auto_generated_rro_product.apk=com.android.systemui.auto_generated_rro_product__
package:/product/priv-app/Messages/Messages.apk=com.google.android.apps.messaging
package:/system/priv-app/LedCoverService/LedCoverService.apk=com.sec.android.cover.ledcover
package:/system/app/SmartSwitchAgent/SmartSwitchAgent.apk=com.sec.android.easyMover.Agent
package:/vendor/overlay/TetheringOverlay/TetheringOverlay.apk=com.google.android.networkstack.tethering.overlay
package:/system/priv-app/Quickboard/Quickboard.apk=com.samsung.android.mdx.quickboard
package:/product/overlay/OneHandedModeGestural/OneHandedModeGesturalOverlay.apk=com.android.internal.systemui.onehanded.gestural
package:/system/priv-app/OmaCP/OmaCP.apk=com.wsomacp
package:/system/priv-app/FaceService/FaceService.apk=com.samsung.faceservice
package:/system/priv-app/SmartTouchCall/SmartTouchCall.apk=com.samsung.android.visualars
package:/system/priv-app/GpuWatchApp/GpuWatchApp.apk=com.samsung.gpuwatchapp
package:/prism/app/idapk-1.0.0.51-92/idapk-1.0.0.51-92.apk=com.ebay.carrier
package:/data/app/VoiceNote_5.0/VoiceNote_5.0.apk=com.sec.android.app.voicenote
package:/system/app/Netflix_activationCommon/Netflix_activationCommon.apk=com.netflix.partner.activation
package:/system/app/Foundation/Foundation.apk=com.monotype.android.font.foundation
package:/system/app/EasymodeContactsWidget81/EasymodeContactsWidget81.apk=com.sec.android.widgetapp.easymodecontactswidget
package:/prism/priv-app/appcloud_oobe_hutchison-release_V3.24.3.0/appcloud_oobe_hutchison-release_V3.24.3.0.apk=com.ironsource.appcloud.oobe.hutchison
package:/system/priv-app/KPECore/KPECore.apk=com.samsung.android.knox.kpecore
package:/system/priv-app/KnoxPushManager/KnoxPushManager.apk=com.samsung.android.knox.pushmanager
package:/system/priv-app/DeviceKeystring/DeviceKeystring.apk=com.sec.android.app.factorykeystring
package:/system/priv-app/GalaxyApps_OPEN/GalaxyApps_OPEN.apk=com.sec.android.app.samsungapps
package:/system/app/EmergencyModeService/EmergencyModeService.apk=com.sec.android.emergencymode.service
package:/product/priv-app/ConfigUpdater/ConfigUpdater.apk=com.google.android.configupdater
package:/system/app/WlanTest/WlanTest.apk=com.sec.android.app.wlantest
package:/system/priv-app/TalkbackSE/TalkbackSE.apk=com.samsung.android.accessibility.talkback
package:/apex/com.android.mediaprovider/priv-app/MediaProviderGoogle/MediaProviderGoogle.apk=com.google.android.providers.media.module
package:/system/priv-app/IntelligentDynamicFpsService/IntelligentDynamicFpsService.apk=com.sec.android.smartfpsadjuster
package:/product/overlay/GooglePermissionControllerOverlay.apk=com.google.android.overlay.modules.permissioncontroller
package:/system/priv-app/SettingsBixby/SettingsBixby.apk=com.samsung.android.app.settings.bixby
package:/system/priv-app/SamsungBilling/SamsungBilling.apk=com.sec.android.app.billing
package:/system/priv-app/SmartEpdgTestApp/SmartEpdgTestApp.apk=com.sec.epdgtestapp
package:/system/priv-app/GameHome/GameHome.apk=com.samsung.android.game.gamehome
package:/system/priv-app/KnoxDesktopLauncher/KnoxDesktopLauncher.apk=com.sec.android.app.desktoplauncher
package:/system/app/P2pAwareOverlay/P2pAwareOverlay.apk=com.samsung.android.wifi.p2paware.resources
package:/system/app/SamsungWeather/SamsungWeather.apk=com.sec.android.daemonapp
package:/system/app/ARCore/ARCore.apk=com.google.ar.core
package:/system/app/sveservice/sveservice.apk=com.sec.sve
package:/system/priv-app/DownloadProviderUi/DownloadProviderUi.apk=com.android.providers.downloads.ui
package:/product/priv-app/Phonesky/Phonesky.apk=com.android.vending
package:/system/app/PacProcessor/PacProcessor.apk=com.android.pacprocessor
package:/system/app/SimAppDialog/SimAppDialog.apk=com.android.simappdialog
package:/system/priv-app/EnhancedAttestationAgent/EnhancedAttestationAgent.apk=com.samsung.android.knox.attestation
package:/system/priv-app/SystemUIBixby2/SystemUIBixby2.apk=com.samsung.systemui.bixby2
package:/system/priv-app/SecSoundPicker/SecSoundPicker.apk=com.samsung.android.secsoundpicker
package:/system/priv-app/CallContentProvider/CallContentProvider.apk=com.samsung.android.incall.contentprovider
package:/product/overlay/NavigationBarModeSamsungGestural/NavigationBarModeSamsungGesturalOverlay.apk=com.samsung.internal.systemui.navbar.sec_gestural
package:/system/priv-app/OneDrive_Samsung_v3/OneDrive_Samsung_v3.apk=com.microsoft.skydrive
package:/system/priv-app/SumeNNService/SumeNNService.apk=com.samsung.android.sume.nn.service
package:/product/overlay/DisplayCutoutEmulationHole/DisplayCutoutEmulationHoleOverlay.apk=com.android.internal.display.cutout.emulation.hole
package:/product/overlay/DisplayCutoutEmulationTall/DisplayCutoutEmulationTallOverlay.apk=com.android.internal.display.cutout.emulation.tall
package:/system/priv-app/SoundAlive_S/SoundAlive_S.apk=com.sec.android.app.soundalive
package:/system/app/Privacy/Privacy.apk=com.samsung.android.privateshare
package:/system/priv-app/BadgeProvider_N/BadgeProvider_N.apk=com.sec.android.provider.badge
package:/system/app/CertInstaller/CertInstaller.apk=com.android.certinstaller
package:/system/priv-app/Upday/Upday.apk=de.axelspringer.yana.zeropage
package:/system/system_ext/priv-app/CarrierConfig/CarrierConfig.apk=com.android.carrierconfig
package:/data/app/GearManager/GearManager.apk=com.samsung.android.app.watchmanager
package:/system/priv-app/ContainerAgent3/ContainerAgent3.apk=com.samsung.android.knox.containeragent
package:/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk=com.android.internal.systemui.navbar.threebutton
package:/system/app/SamsungTTS/SamsungTTS.apk=com.samsung.SMT
package:/system/priv-app/CMHProvider/CMHProvider.apk=com.samsung.cmh
package:/system/priv-app/MediaLearningPlatform/MediaLearningPlatform.apk=com.samsung.mlp
package:/system/app/RcsSettings/RcsSettings.apk=com.samsung.rcs
package:/system/framework/framework-res.apk=android
package:/product/priv-app/HotwordEnrollmentXGoogleEx3CORTEXM4/HotwordEnrollmentXGoogleEx3CORTEXM4.apk=com.android.hotwordenrollment.xgoogle
package:/system/priv-app/SmartManager_v6_DeviceSecurity/SmartManager_v6_DeviceSecurity.apk=com.samsung.android.sm.devicesecurity
package:/product/overlay/CellBroadcastConfigOverlay.apk=com.google.android.overlay.modules.cellbroadcastreceiver
package:/system/priv-app/PeripheralFramework/PeripheralFramework.apk=com.samsung.android.peripheral.framework
package:/product/overlay/NavigationBarModeSamsungGesturalNoHint/NavigationBarModeSamsungGesturalNoHintOverlay.apk=com.samsung.internal.systemui.navbar.sec_gestural_no_hint
package:/system/app/FactoryAirCommandManager/FactoryAirCommandManager.apk=com.samsung.android.aircommandmanager
package:/system/app/WifiGuider/WifiGuider.apk=com.samsung.android.net.wifi.wifiguider
package:/vendor/overlay/SoftapOverlayWpa3/SoftapOverlayWpa3.apk=com.samsung.android.wifi.softapwpathree.resources
package:/system/priv-app/BixbyService/BixbyService.apk=com.samsung.android.bixby.service
package:/system/priv-app/SmartThingsKit/SmartThingsKit.apk=com.samsung.android.service.stplatform
package:/system/priv-app/smartfaceservice/smartfaceservice.apk=com.samsung.android.smartface
package:/system/app/EasterEgg/EasterEgg.apk=com.android.egg
package:/system/priv-app/MtpService/MtpService.apk=com.android.mtp
package:/system/app/NfcNci/NfcNci.apk=com.android.nfc
package:/system/priv-app/ONS/ONS.apk=com.android.ons
package:/system/app/Stk/Stk.apk=com.android.stk
package:/system/priv-app/SamsungMessages/SamsungMessages.apk=com.samsung.android.messaging
package:/system/priv-app/SCameraSDKService/SCameraSDKService.apk=com.samsung.android.camerasdkservice
package:/system/priv-app/BackupRestoreConfirmation/BackupRestoreConfirmation.apk=com.android.backupconfirm
package:/system/priv-app/KLMSAgent/KLMSAgent.apk=com.samsung.klmsagent
package:/data/app/Tips/Tips.apk=com.samsung.android.app.tips
package:/system/priv-app/SecSetupWizard_Global/SecSetupWizard_Global.apk=com.sec.android.app.SecSetupWizard
package:/system/priv-app/TelephonyUI/TelephonyUI.apk=com.samsung.android.app.telephonyui
package:/vendor/overlay/SoftapOverlay/SoftapOverlay.apk=com.samsung.android.wifi.softap.resources
package:/system/priv-app/SamsungPositioning/SamsungPositioning.apk=com.samsung.android.samsungpositioning
package:/system/priv-app/StatementService/StatementService.apk=com.android.statementservice
package:/product/priv-app/DevicePersonalizationServices/DevicePersonalizationServices.apk=com.google.android.as
package:/product/app/Gmail2/Gmail2.apk=com.google.android.gm
package:/system/priv-app/Bixby/Bixby.apk=com.samsung.android.bixby.agent
package:/data/app/Duo/Duo.apk=com.google.android.apps.tachyon
package:/product/overlay/GmsConfigOverlayCommon.apk=com.google.android.overlay.gmsconfig.common
package:/system/priv-app/HwModuleTest/HwModuleTest.apk=com.sec.android.app.hwmoduletest
package:/system/priv-app/SecSettingsIntelligence/SecSettingsIntelligence.apk=com.android.settings.intelligence
package:/system/app/BCService/BCService.apk=com.sec.bcservice
package:/system/app/SilentLog/SilentLog.apk=com.sec.modem.settings
package:/system/priv-app/GameDriver-EX2100/GameDriver-EX2100.apk=com.samsung.gamedriver.ex2100
package:/system/app/SamsungOne/SamsungOne.apk=com.monotype.android.font.samsungone
package:/product/overlay/NavigationBarModeGesturalExtraWideBack/NavigationBarModeGesturalOverlayExtraWideBack.apk=com.android.internal.systemui.navbar.gestural_extra_wide_back
package:/system/priv-app/PrivacyDashboard/PrivacyDashboard.apk=com.samsung.android.privacydashboard
package:/data/app/MSOutlook_Samsung/MSOutlook_Samsung.apk=com.microsoft.office.outlook
package:/apex/com.android.permission/priv-app/GooglePermissionController/GooglePermissionController.apk=com.google.android.permissioncontroller
package:/system/priv-app/serviceModeApp_FB/serviceModeApp_FB.apk=com.sec.android.app.servicemodeapp
package:/system/system_ext/priv-app/SetupWizard/SetupWizard.apk=com.google.android.setupwizard
package:/system/priv-app/TADownloader/TADownloader.apk=com.samsung.android.tadownloader
package:/system/priv-app/SamsungGallery2018/SamsungGallery2018.apk=com.sec.android.gallery3d
package:/system/priv-app/SettingsProvider/SettingsProvider.apk=com.android.providers.settings
package:/system/priv-app/VolumeMonitorProvider_R/VolumeMonitorProvider_R.apk=com.sec.android.app.volumemonitorprovider
package:/system/priv-app/Accessibility/Accessibility.apk=com.samsung.accessibility
package:/system/priv-app/imsservice/imsservice.apk=com.sec.imsservice
package:/system/priv-app/SharedStorageBackup/SharedStorageBackup.apk=com.android.sharedstoragebackup
package:/system/priv-app/FBServices/FBServices.apk=com.facebook.services
package:/system/priv-app/SamsungExperienceService/SamsungExperienceService.apk=com.samsung.android.mobileservice
package:/system/app/PrintSpooler/PrintSpooler.apk=com.android.printspooler
package:/product/priv-app/HotwordEnrollmentOKGoogleEx3CORTEXM4/HotwordEnrollmentOKGoogleEx3CORTEXM4.apk=com.android.hotwordenrollment.okgoogle
package:/system/priv-app/MdAgent/MdAgent.apk=com.samsung.android.mdagent
package:/system/priv-app/HealthPlatform/HealthPlatform.apk=com.samsung.android.service.health
package:/system/priv-app/SystemUpdate/SystemUpdate.apk=com.sec.android.systemupdate
package:/product/app/WcmChinaUrlsNetworkStackOverlay/WcmChinaUrlsNetworkStackOverlay.apk=com.samsung.android.wcmchinaurlsnetworkstack
package:/system/app/MdxKitService/MdxKitService.apk=com.samsung.android.mdx.kit
package:/system/priv-app/StoryService/StoryService.apk=com.samsung.storyservice
package:/system/app/BasicDreams/BasicDreams.apk=com.android.dreams.basic
package:/product/overlay/SettingsProvider__auto_generated_rro_product.apk=com.android.providers.settings.auto_generated_rro_product__
package:/product/overlay/GoogleExtServicesConfigOverlay.apk=com.google.android.overlay.modules.ext.services
package:/product/priv-app/PrivateComputeServices/PrivateComputeServices.apk=com.google.android.as.oss
package:/system/app/SecureElement/SecureElement.apk=com.android.se
package:/system/priv-app/InputDevices/InputDevices.apk=com.android.inputdevices
package:/system/app/WifiRROverlayApp/WifiRROverlayApp.apk=com.samsung.android.wifi.resources
package:/product/overlay/GmsConfigOverlayPhotos.apk=com.google.android.overlay.gmsconfig.photos
package:/system/priv-app/KnoxGuard/KnoxGuard.apk=com.samsung.android.kgclient
package:/data/app/~~WDwyRUNbEeLO6cEUsR6anw==/com.jumobile.manager.systemapp-5hgW0I5aSQxtT_2fc1BKGw==/base.apk=com.jumobile.manager.systemapp
package:/system/priv-app/SecureFolder/SecureFolder.apk=com.samsung.knox.securefolder
package:/system/priv-app/BuiltInPrintService/BuiltInPrintService.apk=com.android.bips
package:/system/app/LiveTranscribe/LiveTranscribe.apk=com.google.audio.hearing.visualization.accessibility.scribe
package:/system/app/Stk2/Stk2.apk=com.android.stk2
package:/system/priv-app/GameTools_Dream/GameTools_Dream.apk=com.samsung.android.game.gametools
package:/system/priv-app/SystemUIDesktop/SystemUIDesktop.apk=com.samsung.desktopsystemui
package:/system/app/LinkSharing_v11/LinkSharing_v11.apk=com.samsung.android.app.simplesharing
package:/system/priv-app/SamsungContacts/SamsungContacts.apk=com.samsung.android.app.contacts
package:/system/priv-app/CMFAFramework/CMFAFramework.apk=com.samsung.android.cmfa.framework
package:/system/priv-app/PeopleStripe/PeopleStripe.apk=com.samsung.android.service.peoplestripe
package:/system/app/DAAgent/DAAgent.apk=com.samsung.android.da.daagent
package:/system/app/CaptivePortalLoginGoogle/CaptivePortalLoginGoogle.apk=com.google.android.captiveportallogin
package:/system/app/BrightnessBackupService/BrightnessBackupService.apk=com.samsung.android.brightnessbackupservice
package:/system/app/SmartReminder/SmartReminder.apk=com.samsung.android.app.reminder
package:/product/overlay/GmsConfigOverlayGeotz.apk=com.google.android.overlay.gmsconfig.geotz
package:/system/priv-app/SmartCallProvider/SmartCallProvider.apk=com.samsung.android.smartcallprovider
package:/system/app/SmartCapture/SmartCapture.apk=com.samsung.android.app.smartcapture
package:/system/priv-app/DesktopModeUiService/DesktopModeUiService.apk=com.sec.android.desktopmode.uiservice
package:/data/app/Drive/Drive.apk=com.google.android.apps.docs
package:/product/app/Maps/Maps.apk=com.google.android.apps.maps
package:/product/app/com.google.android.modulemetadata/com.google.android.modulemetadata.apk=com.google.android.modulemetadata
package:/system/priv-app/TaskEdgePanel_v3.2/TaskEdgePanel_v3.2.apk=com.samsung.android.app.taskedge
package:/system/priv-app/DynamicLockscreen/DynamicLockscreen.apk=com.samsung.android.dynamiclock
package:/system/app/ImsSettings/ImsSettings.apk=com.samsung.advp.imssettings
package:/system/app/SLocation/SLocation.apk=com.samsung.android.location
package:/system/app/ClockPackage/ClockPackage.apk=com.sec.android.app.clockpackage
package:/system/priv-app/ModemServiceMode/ModemServiceMode.apk=com.sec.android.RilServiceModeApp
package:/product/app/WebViewGoogle/WebViewGoogle.apk=com.google.android.webview
package:/system/app/MdecService/MdecService.apk=com.samsung.android.mdecservice
package:/product/overlay/GoogleDocumentsUIOverlay.apk=com.google.android.overlay.modules.documentsui
package:/system/priv-app/EsimClient/EsimClient.apk=com.samsung.android.app.telephonyui.esimclient
package:/system/priv-app/NetworkStackGoogle/NetworkStackGoogle.apk=com.google.android.networkstack
package:/system/priv-app/Telecom/Telecom.apk=com.android.server.telecom
package:/product/app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk=com.google.android.syncadapters.contacts
package:/system/priv-app/Crane/Crane.apk=com.samsung.crane
package:/system/priv-app/EuiccService/EuiccService.apk=com.samsung.euicc
package:/system/priv-app/ImsLogger/ImsLogger.apk=com.sec.imslogger
package:/system/app/KeyChain/KeyChain.apk=com.android.keychain
package:/product/overlay/Telecom__auto_generated_rro_product.apk=com.android.server.telecom.auto_generated_rro_product__
package:/system/app/ARDrawing/ARDrawing.apk=com.samsung.android.ardrawing
package:/product/app/Chrome/Chrome.apk=com.android.chrome
package:/system/priv-app/IpsGeofence/IpsGeofence.apk=com.samsung.android.ipsgeofence
package:/system/priv-app/ThemeCenter/ThemeCenter.apk=com.samsung.android.themecenter
package:/system/priv-app/MobileWips/MobileWips.apk=com.samsung.android.server.wifi.mobilewips
package:/system/priv-app/GooglePackageInstaller/GooglePackageInstaller.apk=com.google.android.packageinstaller
package:/product/priv-app/GmsCore/GmsCore.apk=com.google.android.gms
package:/system/system_ext/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk=com.google.android.gsf
package:/product/priv-app/CarrierServices/CarrierServices.apk=com.google.android.ims
package:/product/app/SpeechServicesByGoogle/SpeechServicesByGoogle.apk=com.google.android.tts
package:/system/app/PlayAutoInstallConfig/PlayAutoInstallConfig.apk=android.autoinstalls.config.samsung
package:/system/app/BlockchainBasicKit/BlockchainBasicKit.apk=com.samsung.android.coldwalletservice
package:/apex/com.android.wifi/priv-app/ServiceWifiResources/ServiceWifiResources.apk=com.android.wifi.resources
package:/system/app/ContainerService/ContainerService.apk=com.samsung.android.container
package:/system/priv-app/CallLogBackup/CallLogBackup.apk=com.android.calllogbackup
package:/product/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk=com.google.android.partnersetup
package:/system/app/CameraExtensionsProxy/CameraExtensionsProxy.apk=com.android.cameraextensions
package:/system/priv-app/DiagMonAgent8/DiagMonAgent8.apk=com.sec.android.diagmonagent
package:/system/priv-app/LocalTransport/LocalTransport.apk=com.android.localtransport
package:/data/app/Videos/Videos.apk=com.google.android.videos
package:/system/priv-app/LedBackCoverAppUnbound/LedBackCoverAppUnbound.apk=com.samsung.android.app.ledbackcover
package:/product/overlay/GmsConfigOverlayGSA.apk=com.google.android.overlay.gmsconfig.gsa
package:/system/priv-app/BiometricSetting/BiometricSetting.apk=com.samsung.android.biometrics.app.setting
package:/system/priv-app/SPPPushClient/SPPPushClient.apk=com.sec.spp.push
package:/system/app/CarrierDefaultApp/CarrierDefaultApp.apk=com.android.carrierdefaultapp
package:/system/priv-app/AREmojiEditor/AREmojiEditor.apk=com.samsung.android.aremojieditor
package:/product/overlay/FontNotoSerifSource/FontNotoSerifSourceOverlay.apk=com.android.theme.font.notoserifsource
package:/system/priv-app/SecMyFiles2020/SecMyFiles2020.apk=com.sec.android.app.myfiles
package:/system/priv-app/ProxyHandler/ProxyHandler.apk=com.android.proxyhandler
package:/product/overlay/DisplayCutoutEmulationWaterfall/DisplayCutoutEmulationWaterfallOverlay.apk=com.android.internal.display.cutout.emulation.waterfall
package:/system/app/AllshareFileShare/AllshareFileShare.apk=com.samsung.android.allshare.service.fileshare
package:/system/app/Netflix_stub/Netflix_stub.apk=com.netflix.mediaclient
package:/system/priv-app/Routines/Routines.apk=com.samsung.android.app.routines
package:/system/priv-app/DeXonPC/DeXonPC.apk=com.sec.android.app.dexonpc
package:/system/priv-app/PhotoEditor_Full/PhotoEditor_Full.apk=com.sec.android.mimage.photoretouching
package:/system/priv-app/TouchWizHome_2017/TouchWizHome_2017.apk=com.sec.android.app.launcher
package:/apex/com.android.tethering/priv-app/ServiceConnectivityResourcesGoogle/ServiceConnectivityResourcesGoogle.apk=com.google.android.connectivity.resources
package:/product/overlay/GooglePermissionControllerFrameworkOverlay.apk=com.google.android.overlay.modules.permissioncontroller.forframework
package:/system/app/ApexService/ApexService.apk=com.sec.android.app.apex
package:/system/system_ext/priv-app/GoogleFeedback/GoogleFeedback.apk=com.google.android.feedback
package:/data/app/~~uwLsVEqYzVEmUqwAZNAXRA==/com.topjohnwu.magisk-8s-fr-kmMCm59j_KnaLgZg==/base.apk=com.topjohnwu.magisk
package:/system/app/GooglePrintRecommendationService/GooglePrintRecommendationService.apk=com.google.android.printservice.recommendation
package:/data/app/Photos/Photos.apk=com.google.android.apps.photos
package:/system/app/TEEgrisTuiService/TEEgrisTuiService.apk=com.samsung.sec.android.teegris.tui_service
package:/product/app/GoogleCalendarSyncAdapter/GoogleCalendarSyncAdapter.apk=com.google.android.syncadapters.calendar
package:/system/priv-app/ManagedProvisioning/ManagedProvisioning.apk=com.android.managedprovisioning
package:/system/priv-app/MultiSoundSetting/MultiSoundSetting.apk=com.samsung.android.setting.multisound
package:/data/app/Spotify/Spotify.apk=com.spotify.music
package:/system/app/ARZone/ARZone.apk=com.samsung.android.arzone
package:/system/priv-app/AuthFramework/AuthFramework.apk=com.samsung.android.authfw
package:/data/app/SBrowser_16.0_Removable/SBrowser_16.0_Removable.apk=com.sec.android.app.sbrowser
package:/system/priv-app/DocumentsUIGoogle/DocumentsUIGoogle.apk=com.google.android.documentsui
package:/data/app/OfficeMobile_SamsungStub/OfficeMobile_SamsungStub.apk=com.microsoft.office.officehubrow
package:/product/app/ConnectivityUxOverlay/ConnectivityUxOverlay.apk=com.samsung.android.ConnectivityUxOverlay
package:/system/app/PhotoTable/PhotoTable.apk=com.android.dreams.phototable
package:/system/priv-app/SamsungCarKeyFw/SamsungCarKeyFw.apk=com.samsung.android.carkey
package:/system/priv-app/BixbyVisionFramework3.5/BixbyVisionFramework3.5.apk=com.samsung.android.bixbyvision.framework
package:/product/app/com.google.mainline.telemetry/com.google.mainline.telemetry.apk=com.google.mainline.telemetry
package:/system/app/SafetyInformation/SafetyInformation.apk=com.samsung.safetyinformation
package:/system/priv-app/SamsungDialer/SamsungDialer.apk=com.samsung.android.dialer
package:/data/app/Facebook_stub_preload/Facebook_stub_preload.apk=com.facebook.katana
package:/system/priv-app/DeviceQualityAgent3/DeviceQualityAgent3.apk=com.samsung.android.dqagent
package:/system/priv-app/GameOptimizingService/GameOptimizingService.apk=com.samsung.android.game.gos
package:/system/priv-app/DigitalWellbeing/DigitalWellbeing.apk=com.samsung.android.forest
package:/system/app/VideoEditorLite_Dream_N/VideoEditorLite_Dream_N.apk=com.sec.android.app.vepreload
package:/system/app/PartnerBookmarksProvider/PartnerBookmarksProvider.apk=com.android.providers.partnerbookmarks
package:/system/priv-app/HdmApk/HdmApk.apk=com.samsung.android.hdmapp
package:/system/priv-app/SEMFactoryApp/SEMFactoryApp.apk=com.sem.factoryapp
package:/system/priv-app/StickerFaceARAvatar/StickerFaceARAvatar.apk=com.samsung.android.app.camera.sticker.facearavatar.preload
package:/system/priv-app/LiveWallpapersPicker/LiveWallpapersPicker.apk=com.android.wallpaper.livepicker
package:/system/priv-app/BeaconManager/BeaconManager.apk=com.samsung.android.beaconmanager
package:/product/overlay/NavigationBarModeGesturalNoHint/NavigationBarModeGesturalNoHintOverlay.apk=com.samsung.internal.systemui.navbar.gestural_no_hint
package:/system/app/EdmSimPinService/EdmSimPinService.apk=com.sec.enterprise.mdm.services.simpin
package:/system/priv-app/Tag/Tag.apk=com.android.apps.tag
package:/vendor/overlay/ConnectivityOverlay/ConnectivityOverlay.apk=com.samsung.android.ConnectivityOverlay
package:/system/app/StickerCenter/StickerCenter.apk=com.samsung.android.stickercenter
package:/system/priv-app/FBInstaller_NS/FBInstaller_NS.apk=com.facebook.system
package:/data/app/SamsungConnect/SamsungConnect.apk=com.samsung.android.oneconnect
package:/system/priv-app/SecMediaProvider/SecMediaProvider.apk=com.samsung.android.providers.media
package:/data/app/SecCalculator_R/SecCalculator_R.apk=com.sec.android.app.popupcalculator
package:/system/priv-app/SOAgent7/SOAgent7.apk=com.sec.android.soagent
package:/system/priv-app/AutoDoodle/AutoDoodle.apk=com.sec.android.autodoodle.service
package:/system/app/CocktailQuickTool/CocktailQuickTool.apk=com.sec.android.app.quicktool
package:/system/priv-app/Fmm/Fmm.apk=com.samsung.android.fmm
package:/system/app/GalaxyResourceUpdater/GalaxyResourceUpdater.apk=com.samsung.android.gru
package:/system/app/MDMApp/MDMApp.apk=com.samsung.android.mdm
package:/system/priv-app/LinkToWindowsService/LinkToWindowsService.apk=com.samsung.android.mdx
package:/system/priv-app/MtpApplication/MtpApplication.apk=com.samsung.android.mtp
package:/system/priv-app/SamsungCoreServices/SamsungCoreServices.apk=com.samsung.android.scs
package:/data/app/SamsungMembers/SamsungMembers.apk=com.samsung.android.voc
package:/data/app/SHealth6PAR/SHealth6PAR.apk=com.sec.android.app.shealth
package:/system/app/UnifiedWFC/UnifiedWFC.apk=com.sec.unifiedwfc
package:/system/app/SecFactoryPhoneTest/SecFactoryPhoneTest.apk=com.sec.phone
package:/system/priv-app/SecAppSeparation/SecAppSeparation.apk=com.samsung.android.appseparation
package:/system/app/BixbyWakeup/BixbyWakeup.apk=com.samsung.android.bixby.wakeup
package:/system/priv-app/AppUpdateCenter/AppUpdateCenter.apk=com.samsung.android.app.updatecenter
package:/system/app/HoneyBoard/HoneyBoard.apk=com.samsung.android.honeyboard
package:/system/priv-app/SamsungPass/SamsungPass.apk=com.samsung.android.samsungpass
package:/data/app/KidsHome/KidsHome.apk=com.sec.android.app.kidshome
package:/system/priv-app/NetworkPermissionConfigGoogle/NetworkPermissionConfigGoogle.apk=com.google.android.networkstack.permissionconfig
package:/data/app/AddOnComposer_Removable/AddOnComposer_Removable.apk=com.samsung.android.app.notes.addons
package:/system/system_ext/priv-app/StorageManager/StorageManager.apk=com.android.storagemanager
package:/system/priv-app/SamsungCloudClient/SamsungCloudClient.apk=com.samsung.android.scloud
package:/system/app/SoundPicker_S/SoundPicker_S.apk=com.samsung.android.app.soundpicker
package:/system/priv-app/ShareLive/ShareLive.apk=com.samsung.android.app.sharelive
package:/system/priv-app/PhoneErrService/PhoneErrService.apk=com.sec.app.RilErrorNotifier
package:/system/priv-app/PaymentFramework/PaymentFramework.apk=com.samsung.android.spayfw
package:/system/app/BookmarkProvider/BookmarkProvider.apk=com.android.bookmarkprovider
package:/data/app/LinkedIn_SamsungStub_Deletable/LinkedIn_SamsungStub_Deletable.apk=com.linkedin.android
package:/system/priv-app/SecSettings/SecSettings.apk=com.android.settings
package:/system/app/VideoTrimmer/VideoTrimmer.apk=com.samsung.app.newtrim
package:/system/priv-app/DigitalKey/DigitalKey.apk=com.samsung.android.dkey
package:/system/app/DsmsAPK/DsmsAPK.apk=com.samsung.android.dsms
package:/system/app/Fast/Fast.apk=com.samsung.android.fast
package:/system/priv-app/SmartManager_v5/SmartManager_v5.apk=com.samsung.android.lool
package:/data/app/SamsungPayStub/SamsungPayStub.apk=com.samsung.android.spay
package:/data/app/Notes40_Removable/Notes40_Removable.apk=com.samsung.android.app.notes
package:/system/app/BluetoothTest/BluetoothTest.apk=com.sec.android.app.bluetoothtest
package:/system/priv-app/SamsungDeviceHealthManagerService/SamsungDeviceHealthManagerService.apk=com.sec.android.sdhms
package:/system/app/MinusOnePage/MinusOnePage.apk=com.samsung.android.app.spage
package:/system/priv-app/AvatarEmojiSticker_S/AvatarEmojiSticker_S.apk=com.sec.android.mimage.avatarstickers
package:/system/priv-app/knoxanalyticsagent/knoxanalyticsagent.apk=com.samsung.android.knox.analytics.uploader
package:/system/app/SCPMClient/SCPMClient.apk=com.samsung.android.sm.policy
package:/system/app/EmergencyLauncher/EmergencyLauncher.apk=com.sec.android.emergencylauncher
package:/system/priv-app/LocaleOverlayManager/LocaleOverlayManager.apk=com.samsung.android.localeoverlaymanager
package:/product/priv-app/AndroidAutoStub/AndroidAutoStub.apk=com.google.android.projection.gearhead
package:/system/priv-app/Hearingdro_S/Hearingdro_S.apk=com.sec.hearingadjust
package:/data/app/SmartSwitch/SmartSwitch.apk=com.sec.android.easyMover
package:/product/priv-app/Turbo/Turbo.apk=com.google.android.apps.turbo
package:/system/priv-app/BlueLightFilter/BlueLightFilter.apk=com.samsung.android.bluelightfilter
package:/system/app/BBCAgent/BBCAgent.apk=com.samsung.android.bbc.bbcagent
package:/system/app/VisionIntelligence3.7/VisionIntelligence3.7.apk=com.samsung.android.visionintelligence
package:/system/priv-app/EarphoneTypeC/EarphoneTypeC.apk=com.samsung.android.app.earphonetypec
package:/system/priv-app/SingleTakeService/SingleTakeService.apk=com.samsung.android.singletake.service
package:/system/priv-app/CallBGProvider/CallBGProvider.apk=com.samsung.android.callbgprovider
package:/system/priv-app/knoxvpnproxyhandler/knoxvpnproxyhandler.apk=com.knox.vpn.proxyhandler
package:/apex/com.android.apex.cts.shim/app/CtsShim/CtsShim.apk=com.android.cts.ctsshim
package:/system/priv-app/OdaService/OdaService.apk=com.samsung.oda.service
package:/system/priv-app/LiveStickers/LiveStickers.apk=com.samsung.android.livestickers
package:/system/app/GearManagerStub/GearManagerStub.apk=com.samsung.android.app.watchmanagerstub
package:/system/priv-app/SVCAgent/SVCAgent.apk=com.samsung.android.svcagent
package:/product/overlay/ModuleMetadataGoogleOverlay.apk=com.google.android.overlay.modules.modulemetadata.forframework
package:/system/app/SmartTethering/SmartTethering.apk=com.sec.mhs.smarttethering
package:/system/priv-app/SVoiceIME/SVoiceIME.apk=com.samsung.android.svoiceime
package:/system/priv-app/MateAgent/MateAgent.apk=com.samsung.android.mateagent
package:/system/priv-app/NetworkDiagnostic/NetworkDiagnostic.apk=com.samsung.android.networkdiagnostic
package:/system/app/ShortcutBackupService/ShortcutBackupService.apk=com.samsung.android.shortcutbackupservice
package:/system/priv-app/SamsungMultiConnectivity/SamsungMultiConnectivity.apk=com.samsung.android.mcfserver
package:/system/priv-app/VpnDialogs/VpnDialogs.apk=com.android.vpndialogs
package:/system/app/ESEServiceAgent/ESEServiceAgent.apk=com.samsung.ucs.agent.ese
package:/vendor/overlay/TetheringOverlay_Gsi/TetheringOverlay_Gsi.apk=com.samsung.android.networkstack.tethering.overlay
package:/system/priv-app/SamsungContactsProvider/SamsungContactsProvider.apk=com.samsung.android.providers.contacts
package:/system/priv-app/TeleService/TeleService.apk=com.android.phone
package:/system/priv-app/Shell/Shell.apk=com.android.shell
package:/system/priv-app/AuthFactorTouchService/AuthFactorTouchService.apk=com.samsung.cmfa.AuthTouch
package:/system/app/WallpaperBackup/WallpaperBackup.apk=com.android.wallpaperbackup
package:/system/priv-app/BlockedNumberProvider/BlockedNumberProvider.apk=com.android.providers.blockednumber
package:/system/priv-app/OMCAgent5/OMCAgent5.apk=com.samsung.android.app.omcagent
package:/system/app/HiyaService/HiyaService.apk=com.hiya.star
package:/product/overlay/CellBroadcastServiceOverlay.apk=com.google.android.overlay.modules.cellbroadcastservice
package:/system/priv-app/UserDictionaryProvider/UserDictionaryProvider.apk=com.android.providers.userdictionary
package:/system/app/UniversalMDMClient/UniversalMDMClient.apk=com.sec.enterprise.knox.cloudmdm.smdms
package:/product/priv-app/CarrierWifi/CarrierWifi.apk=com.google.android.apps.carrier.carrierwifi
package:/product/priv-app/SearchSelector/SearchSelector.apk=com.google.android.apps.setupwizard.searchselector
package:/system/system_ext/priv-app/EmergencyInfo/EmergencyInfo.apk=com.android.emergency
package:/system/priv-app/FotaAgent/FotaAgent.apk=com.wssyncmldm
package:/apex/com.android.wifi/app/OsuLogin/OsuLogin.apk=com.android.hotspot2.osulogin
package:/system/app/SimMobilityKit/SimMobilityKit.apk=com.samsung.ims.smk
package:/product/app/GoogleLocationHistory/GoogleLocationHistory.apk=com.google.android.gms.location.history
package:/product/overlay/NavigationBarModeGestural/NavigationBarModeGesturalOverlay.apk=com.android.internal.systemui.navbar.gestural
package:/system/priv-app/FusedLocation/FusedLocation.apk=com.android.location.fused
package:/system/priv-app/AppsEdgePanel_v3.2/AppsEdgePanel_v3.2.apk=com.samsung.android.app.appsedge
package:/system/app/SamsungPassAutofill_v1/SamsungPassAutofill_v1.apk=com.samsung.android.samsungpassautofill
package:/system/priv-app/EpdgService/EpdgService.apk=com.sec.epdg
package:/system/system_ext/priv-app/SystemUI/SystemUI.apk=com.android.systemui
package:/system/app/Personalization/Personalization.apk=com.sec.android.app.personalization
package:/data/app/YTMusic/YTMusic.apk=com.google.android.apps.youtube.music
package:/system/app/Cameralyzer/Cameralyzer.apk=com.sec.factory.cameralyzer
package:/system/app/BluetoothMidiService/BluetoothMidiService.apk=com.android.bluetoothmidiservice
package:/system/app/HandwritingService/HandwritingService.apk=com.samsung.android.sdk.handwriting
package:/system/app/FBAppManager_NS/FBAppManager_NS.apk=com.facebook.appmanager
package:/system/app/AASAservice/AASAservice.apk=com.samsung.aasaservice
package:/system/priv-app/SamsungSmartSuggestions/SamsungSmartSuggestions.apk=com.samsung.android.smartsuggestions
package:/system/priv-app/Traceur/Traceur.apk=com.android.traceur
package:/apex/com.android.cellbroadcast/priv-app/GoogleCellBroadcastApp/GoogleCellBroadcastApp.apk=com.google.android.cellbroadcastreceiver
package:/system/app/AllshareMediaShare/AllshareMediaShare.apk=com.samsung.android.allshare.service.mediashare
package:/product/overlay/TeleService__auto_generated_rro_product.apk=com.android.phone.auto_generated_rro_product__
package:/system/priv-app/DevGPUDriver-EX2100/DevGPUDriver-EX2100.apk=com.samsung.pregpudriver.ex2100
package:/system/app/EmergencyProvider/EmergencyProvider.apk=com.sec.android.provider.emergencymode
package:/system/priv-app/sec_camerax_service/sec_camerax_service.apk=com.samsung.android.cameraxservice
package:/product/overlay/framework-res__auto_generated_rro_product.apk=android.auto_generated_rro_product__
package:/system/app/AppLinker/AppLinker.apk=com.sec.android.app.applinker
package:/system/priv-app/CIDManager/CIDManager.apk=com.samsung.android.cidmanager
package:/system/priv-app/SamsungCamera/SamsungCamera.apk=com.sec.android.app.camera
package:/system/app/Bluetooth/Bluetooth.apk=com.android.bluetooth
package:/system/app/ClipboardEdge/ClipboardEdge.apk=com.samsung.android.app.clipboardedge
package:/system/priv-app/IPService/IPService.apk=com.samsung.ipservice
package:/system/priv-app/SamsungMagnifier3/SamsungMagnifier3.apk=com.sec.android.app.magnifier
package:/system/app/WebManual/WebManual.apk=com.sec.android.widgetapp.webmanual
package:/system/priv-app/CSC/CSC.apk=com.samsung.sec.android.application.csc
package:/system/priv-app/SDMConfig/SDMConfig.apk=com.samsung.android.sdm.config
package:/system/priv-app/DressRoom/DressRoom.apk=com.samsung.android.app.dressroom
package:/product/overlay/NavigationBarModeGesturalNarrowBack/NavigationBarModeGesturalOverlayNarrowBack.apk=com.android.internal.systemui.navbar.gestural_narrow_back
package:/system/priv-app/DualOutFocusViewer_S/DualOutFocusViewer_S.apk=com.samsung.android.app.dofviewer
package:/system/priv-app/TaPackAuthFw/TaPackAuthFw.apk=com.samsung.android.tapack.authfw
package:/system/priv-app/MCFDeviceSync/MCFDeviceSync.apk=com.samsung.android.mcfds
package:/system/priv-app/SamsungVideoPlayer/SamsungVideoPlayer.apk=com.samsung.android.video
package:/vendor/overlay/framework-res__auto_generated_rro_vendor.apk=android.auto_generated_rro_vendor__
package:/product/priv-app/GoogleRestore/GoogleRestore.apk=com.google.android.apps.restore
Figured it out.
After a fresh flash (however you like to do it, it doesn't matter), don't connect to wifi. Boot up and setup adb.
# This is the "Recommended" app installer
Code:
pm uninstall com.samsung.android.app.omcagent
# Once that has been removed, clear the cache of the launcher to make the grey icons go away
Code:
pm clear com.sec.android.app.launcher
Credit goes to this post on github
Samsung Galaxy S8 debloat list
Samsung Galaxy S8 debloat list. GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
You don't need magisk and some spyware apks.
Once you have done these steps you can connect to wifi and the carrier branding doesn't happen anymore
shaharofir said:
You can just use this
Click to expand...
Click to collapse
That doesn't work on some phones.
SlantHello said:
That doesn't work on some phones.
Click to expand...
Click to collapse
Works perfectly on my S21U, however the rooted apps etc
cruisex said:
Figured it out.
After a fresh flash (however you like to do it, it doesn't matter), don't connect to wifi. Boot up and setup adb.
# This is the "Recommended" app installer
Code:
pm uninstall com.samsung.android.app.omcagent
# Once that has been removed, clear the cache of the launcher to make the grey icons go away
Code:
pm clear com.sec.android.app.launcher
Credit goes to this post on github
Samsung Galaxy S8 debloat list
Samsung Galaxy S8 debloat list. GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
You don't need magisk and some spyware apks.
Once you have done these steps you can connect to wifi and the carrier branding doesn't happen anymore
Click to expand...
Click to collapse
I really need help, please bro! Nothing is working, it says pm is not recognised. pls help me i have the same issue with three
Danny Mohammed said:
I really need help, please bro! Nothing is working, it says pm is not recognised. pls help me i have the same issue with three
Click to expand...
Click to collapse
If you want to remove the splash screen, You can remove the /omr/res folder, Alternatively you can re-flash the CSC file using ODIN however this isn't a permanent solution. If you need any help do feel free to PM me
If anyone still needs help with this, You can simply flash the omr file located in the csc file. Here is one i made for G998BXXU5CVDD firmware.

Magisk help (please!)

Hi guys,
new here and went through quite a few threads on Magisk before posting.
Situation is as follows:
- got my Xiaomi Mi 11 Ultra from Aliexpress a few days ago.
- the seller unlocked the bootloader and instealled global ROM instead of the original Chineese ROM.
- the phone works fine, but Google Wallet would not allow me to add any of my credit/debit cards for contactless payments showing the usual "Your phone doesn't meet security requirements"
- NETFLIX wouldn't work.
- Quite a few of my banking apps work fine, including HSBC bank, Paypal, Revolut, IG Index and some others as well.
The obvious solution is to go ahead with Magisk Hide (or what's currently available instead as Hide module is phased out as far as I understand).
Now, I'm really new to all this (have rooted a couple of phones/tablets a few years back) and have a few questions:
1. I was going through the process of installing Magisk on my phone, folloing the instructions here: https://www.xda-developers.com/how-to-install-magisk/?newsletter_popup=1
So according to this, I'm supposed to find a boot.img file in the ROM archive as far as I understand, but my issue is that I don't have the installed ROM details or data as it wasn't me who installed the ROM in the first place.
Is there any way to find out what ROM is installed and perhaps I could download the package and get the boot.img file from there? (ramdisk parameter show YES)
2. I will be installing ADB on my computer to be able to install Magisk as per the following instructions: https://www.xda-developers.com/install-adb-windows-macos-linux/
is there anything else I'd need?
3. Lastly, there is a bunch of good tutorials on your tube on how to use the latest Magysk + shamiko module etc. If someone knows a really good one, I would appreicate if you could post it
Would really appreciate any other feedback etc for a person who is completely new to this
Thank you very much!
I'm not sure how to completely proceed as I am totally unfamiliar with Xiaomi, but I had a couple of ideas...
Kotofeus said:
- the seller unlocked the bootloader and instealled global ROM instead of the original Chineese ROM.
The obvious solution is to go ahead with Magisk Hide (or what's currently available instead as Hide module is phased out as far as I understand).
Now, I'm really new to all this (have rooted a couple of phones/tablets a few years back) and have a few questions:
1. I was going through the process of installing Magisk on my phone, folloing the instructions here: https://www.xda-developers.com/how-to-install-magisk/?newsletter_popup=1
So according to this, I'm supposed to find a boot.img file in the ROM archive as far as I understand, but my issue is that I don't have the installed ROM details or data as it wasn't me who installed the ROM in the first place.
Click to expand...
Click to collapse
I imagine you can find exactly what ROM you are using in the Settings -> "About Phone" or something similar; Probably under something like "Android version" or "Build number". You can google search (most likely by build number or something similar) and find the Factory image needed to flash/install the ROM. Once you download that specific ROM installation file (most likely a .zip file), you should be able to extract it (or go inside the zipped file and extract the specific boot.img file) to be able to patch it in Magisk.
Kotofeus said:
2. I will be installing ADB on my computer to be able to install Magisk as per the following instructions: https://www.xda-developers.com/install-adb-windows-macos-linux/
is there anything else I'd need?
Click to expand...
Click to collapse
Best place to get the adb (and you'll also need fastboot.exe so you'll also get it from) is from the Platform Tools from Google's developer's site here: https://developer.android.com/studio/releases/platform-tools
I'm unsure (but I doubt) if Xiaomi Mi 11 Ultra has 2 slots (A and B), but if it does, don't download the latest version of platform tools but version r33.0.3 because any version r34.0.0 and above has a known bug that will wreck devices with 2 slots (namely Google Pixels).
Anything else you'd need is to be sure to have USB debugging enabled and the proper Google USB drivers installed on your computer (there are Windows, Mac, and Linux drivers that can be installed).
Kotofeus said:
3. Lastly, there is a bunch of good tutorials on your tube on how to use the latest Magysk + shamiko module etc. If someone knows a really good one, I would appreicate if you could post it
Click to expand...
Click to collapse
There are a number of root hide methods that hide root from Netflix and Google Wallet. One usually starts with using Magisk and Zygisk Denylist and making sure that Wallet, Netflix, Google Play Services, Google Play Store, Google Play Protect, and Google Service Framework are all "ticked" with all their sub-selections ticked as well. Also, be aware that after implementing any/all of these, usually clearing all these Google services data and cache is required & a reboot of the device is a must, but re-entering your cards will also be required as well; as well as signing back into some Google services. Then, if all that doesn't work, there's Universal SafetyNet Fix -- or even Displax's Mod branch if the official USNF isn't enough. Then also any of the further root hiding methods; Shamiko, Magisk Delta, HideMyApp, etc..
Kotofeus said:
Would really appreciate any other feedback etc for a person who is completely new to this
Thank you very much!
Click to expand...
Click to collapse
Again, I'm coming only from Pixels and have absolutely no experience with Xiaomi and I can't be sure any of these will apply since you have a "custom" ROM (sort of) so things might not be as usual. These are just general dealings with Magisk and Android OS as I know them... But you state that you are "completely new to this", so I'm just trying to cover all the bases as much as I can, even if you would be already knowledgeable of them. If anything, these can be taken as just ideas and/or pointing to a direction that might work...
simplepinoi177 said:
I'm not sure how to completely proceed as I am totally unfamiliar with Xiaomi, but I had a couple of ideas...
I imagine you can find exactly what ROM you are using in the Settings -> "About Phone" or something similar; Probably under something like "Android version" or "Build number". You can google search (most likely by build number or something similar) and find the Factory image needed to flash/install the ROM. Once you download that specific ROM installation file (most likely a .zip file), you should be able to extract it (or go inside the zipped file and extract the specific boot.img file) to be able to patch it in Magisk.
Best place to get the adb (and you'll also need fastboot.exe so you'll also get it from) is from the Platform Tools from Google's developer's site here: https://developer.android.com/studio/releases/platform-tools
I'm unsure (but I doubt) if Xiaomi Mi 11 Ultra has 2 slots (A and B), but if it does, don't download the latest version of platform tools but version r33.0.3 because any version r34.0.0 and above has a known bug that will wreck devices with 2 slots (namely Google Pixels).
Anything else you'd need is to be sure to have USB debugging enabled and the proper Google USB drivers installed on your computer (there are Windows, Mac, and Linux drivers that can be installed).
There are a number of root hide methods that hide root from Netflix and Google Wallet. One usually starts with using Magisk and Zygisk Denylist and making sure that Wallet, Netflix, Google Play Services, Google Play Store, Google Play Protect, and Google Service Framework are all "ticked" with all their sub-selections ticked as well. Also, be aware that after implementing any/all of these, usually clearing all these Google services data and cache is required & a reboot of the device is a must, but re-entering your cards will also be required as well; as well as signing back into some Google services. Then, if all that doesn't work, there's Universal SafetyNet Fix -- or even Displax's Mod branch if the official USNF isn't enough. Then also any of the further root hiding methods; Shamiko, Magisk Delta, HideMyApp, etc..
Again, I'm coming only from Pixels and have absolutely no experience with Xiaomi and I can't be sure any of these will apply since you have a "custom" ROM (sort of) so things might not be as usual. These are just general dealings with Magisk and Android OS as I know them... But you state that you are "completely new to this", so I'm just trying to cover all the bases as much as I can, even if you would be already knowledgeable of them. If anything, these can be taken as just ideas and/or pointing to a direction that might work...
Click to expand...
Click to collapse
Thank you very much for taking time and going through all my queries, really appreicate it!
I started losing hope really as looked through a number of vide tutorials involving installing magisk via custom recovery, which would mean I needed to install a custom recovery first... so this was becoming a bit of a Russian Doll thing and a never ending quest.
Looked at "Detailed info and specs" on my phone and I have:
Baseband version
Kernel Version
I presume I can search by Kernel Version to find the ROM - will try that.
If I can't find the ROM, than the only way is to try and install custom recovery, download Magisk apk, rename it into zip, get into custom recovery mode and try to flash the zip file. Saw a few tutorials on youtube like that and it looked fairly straightforward, however not sure how easy or difficult it would be to install a custom recovery like TWRP on this phone.
I also looked through a tutorial of using Magisk with Zygisk and Denylist and again, looked pretty straightforward, but Magisk needs to be properly installed of course.
Yes, thank you - I understand that you need to clear cash and re-enter the cards once again, that would have been the least of my troubles.
Will try to search that kernel number on google once I have a moment and see if I get any luck.
Will also reasearch on how to install TWRP. If that's easier than I may go with that option instead of extracting and patching the boot.img
Kotofeus said:
Looked at "Detailed info and specs" on my phone and I have:
Baseband version
Kernel Version
I presume I can search by Kernel Version to find the ROM - will try that.
Click to expand...
Click to collapse
You can't find what MIUI version you have? That's all you basically need...
From a small bit of research, you state you are on a "global ROM" of a Xiaomi Mi 11 Ultra, which should just be a "global" version of the MIUI. You just need to find the MIUI global version and extract it (boot.ini) from the firmware update file. Once you find the version, you could search and find the firmware update file in places like here: https://xiaomirom.com/en/rom/mi-11-pro-ultra-11-ultra-star-global-fastboot-recovery-rom/ or other sites I imagine.
It's just important that you get the exact right version of the MIUI Global ROM you are currently running as patching and flashing a boot.ini of a different version could soft-brick/bootloop your device....

Categories

Resources