[MODULE] Detach3 - Detach Market Links

Search This thread

YMatrix

Senior Member

DGenerateKane

Senior Member
Oct 26, 2012
102
10
Just tried using this on my OnePlus 8 Pro, and it nuked it. My device won't boot now, it eventually boots into RescueParty. This is the first few lines of the error, There is quite a few more lines after those.

Code:
E/AndroidRuntime: FATAL EXCEPTION: main
E/AndroidRuntime: Process: com.android.phone, PID: 3200
E/AndroidRuntime: java.lang.SecurityException: Permission Denial: android.telephony.action.SIM_SLOT_STATUS_CHANGED broadcast from com.android.phone (pid=3200, uid=1001) requires android.permission.START_ACTIVITIES_FROM_BACKGROUND

Searching for that error resulted in no hits.
 
Last edited:

hinxnz

Senior Member
Jul 21, 2009
2,872
2,554
Just tried using this on my OnePlus 8 Pro, and it nuked it. My device won't boot now, it eventually boots into RescueParty. This is the first few lines of the error, There is quite a few more lines after those.

Code:
E/AndroidRuntime: FATAL EXCEPTION: main
E/AndroidRuntime: Process: com.android.phone, PID: 3200
E/AndroidRuntime: java.lang.SecurityException: Permission Denial: android.telephony.action.SIM_SLOT_STATUS_CHANGED broadcast from com.android.phone (pid=3200, uid=1001) requires android.permission.START_ACTIVITIES_FROM_BACKGROUND

Searching for that error resulted in no hits.
Just tried, what version? Your log sniplet has nothing related to mod, it only edits playstore db and disables a few components. I suggest uploading your full log to your rom developer.
 

dft601

Senior Member
Those are 2 different applications.
They both are systems to detach packages from playstore, but different methods.
V3.12 by hinxnz
And v5.3 by sobuj and Romanian

I tried V3.12 by hinxnz, but after some time the applications are back in updateable apps in play store.

When I flash v.312 again, they dissapear again.

Additional flashing of 5.3 by sbuj does not help... only at that moment I can see the apps in playstore, it also detaches only for a while....

I am on a Pixel 6 Pro with Android 12

Mike
 
  • Like
Reactions: AlDollaz

XtraWater

Senior Member
Apr 8, 2018
847
181
Samsung Galaxy S5
Xiaomi Mi A1
I tried V3.12 by hinxnz, but after some time the applications are back in updateable apps in play store.

When I flash v.312 again, they dissapear again.

Additional flashing of 5.3 by sbuj does not help... only at that moment I can see the apps in playstore, it also detaches only for a while....

I am on a Pixel 6 Pro with Android 12

Mike
Do you have Tasker? I'm running a profile which helps immense. I attached the profile in this post so you can import it. I hope it includes the task. If not let me know. I found the code somewhere here in this thread I think. It checks if there are new updates on the playstore and restarts the detach module.

After implementation of the profile I never saw again my 'blacklisted' apps under updates.

I'm running version 3.12

Then you only have to adjust the path to your detach.zip file in the task.

su -c magisk --install-module /storage/emulated/0/Detach/detach-3.12.zip
 

Attachments

  • Screenshot_20220604-002405_Tasker.png
    Screenshot_20220604-002405_Tasker.png
    155.8 KB · Views: 158
  • Screenshot_20220604-002431_Tasker.png
    Screenshot_20220604-002431_Tasker.png
    71.7 KB · Views: 164
  • Detach.prf.xml
    2.3 KB · Views: 93
Last edited:

aleMarvel

Senior Member
Jan 22, 2013
685
163
I tried V3.12 by hinxnz, but after some time the applications are back in updateable apps in play store.

When I flash v.312 again, they dissapear again.

Additional flashing of 5.3 by sbuj does not help... only at that moment I can see the apps in playstore, it also detaches only for a while....

I am on a Pixel 6 Pro with Android 12

Mike
me too.. after some time apps returned attached in playstore...
 

midgo12

Senior Member
May 30, 2017
183
57
OnePlus 7 Pro
Does this work fully for A12?
Phone is a Oneplus 7pro running the latest Flamingo Rom A12 V1.0
I can get Youtube music to detach but Youtube won't because the com.google.android.youtube command although there in full in the zip shows with the "c" missing in the Magisk module flash ( ie: om.google.android.youtube)
Any ideas guys.
 
Last edited:

ziddey

Senior Member
Aug 26, 2007
1,905
1,613
Does this work fully for A12?
I can get Youtube music to detach but Youtube won't because the com.google.android.youtube command although there in full in the zip shows with the "c" missing in the Magisk module flash ( ie: om.google.android.youtube)
Any ideas guys.
 

midgo12

Senior Member
May 30, 2017
183
57
OnePlus 7 Pro
Does this work fully for A12?
Phone is a Oneplus 7pro running the latest Flamingo Rom A12 V1.0
I can get Youtube music to detach but Youtube won't because the com.google.android.youtube command although there in full in the zip shows with the "c" missing in the Magisk module flash ( ie: om.google.android.youtube)
Any ideas guys.
I resolved my issue thanks to information at the bottom of post #991 page 50 by

SiNCERiTy2

Thanks again...
 

midgo12

Senior Member
May 30, 2017
183
57
OnePlus 7 Pro
what do you mean information, it's already in the description, read it next time.
In my case the "c" from com at the front was missing from the youtube command but not from the youtube music command for some reason, although both were showing in full in the zip flashed.
Using the clue given to look at the "detach.cfg" at /sdcard/Android in the post mentioned I used a root explorer to open the file add the "c" save and reflash the module and fix my problem.
It may not seem like a big deal to others but it was a success for me
Thanks again...
 

hinxnz

Senior Member
Jul 21, 2009
2,872
2,554
TIP
You can add package names to the cfg file to be excluded from play protect.
So meaning, you can hide an app if showing false positive in a scan.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 183
    Detach3

    Introduction

    This Magisk module is for detaching apps from the Google Play Store.
    It removes your defined packages from the 'Manage apps and device" section and disables them from auto-updates.

    Installation
    Flash module in Magisk Manager only.
    Not necessary to reboot after flashing this module.
    This module is designed to flash as many times as you like.
    It is configured with a *configuration file. You can create one before flashing this module to define your package(s) or the default one will be used instead, which detaches YouTube by default.
    Add your package name(s) you would like to detach to the configuration file, with each package name on a new line.
    You can add more package names to your configuration file or the default one at any time, then simply just flash module again to apply it. Again, no need to reboot or any other user interaction needed.
    Read the log that Magisk Manager displays when flashing the module, it displays the detached package(s) for confirmation.
    *Configuration file: /storage/emulated/0/Android/detach.cfg

    Reattach
    https://xdaforums.com/t/module-detach3-detach-market-links.3447494/post-84951411

    Scheduler
    https://xdaforums.com/t/module-detach3-detach-market-links.3447494/post-84981039


    Uninstallation
    Uninstall with Magisk and reboot.

    Troubleshooting
    Follow uninstallation method. After reboot open playstore, navigate to the 'Manage apps and device' section so it can populate and then re-flash the module.
    Still have an issue? Post your problem in detail and upload your Magisk installer log, found in your Download directory after saving it ( Shown here ).

    Changelog
    v3.00
    - Initial release

    v3.01
    - Disabled Fallback broadcast

    v3.02
    - Disable auto-update for detached apps
    - Disable playstore running in background
    - Added uninstall script to revert changes

    v3.03
    - Updated sqlite3 binary
    - Added support for x86 and x64

    v3.04
    - Added package check for configuration file
    - Minor alterations

    v3.05
    - Recompiled sqlite3 binaries
    - Improved device platform check
    - Added database check
    - Added the default detach.cfg file
    - Minor alterations

    v3.06
    - Improved installer checks
    - Fixed inflating uninstall script error
    - Tidied installer script
    - Added reattach feature*
    * Comment out package name(s) in detach.cfg to reattach.


    v3.07
    - Fixed minor install.sh error on Android 11
    - Improved some installer logic
    - Added scheduler feature*
    *Termux and Termux:API apks need to be installed beforehand for scheduler

    v3.08
    - Fixed playstore update log error on some devices
    - Fixed script not applying package names with the same string of characters
    - Fixed minor installer check for checking packages
    - Fixed termux-api binary check
    - Disabled package checks on some devices
    - Added option to open playstore with scheduler notification
    - Added option to open configuration file with scheduler notification
    - Added option to flash module with scheduler notification

    v3.10 - Note: Disable scheduler and uninstall previous version before installing this version.
    - Removed package check (Some users have had issues, reboots etc.)
    - Removed scheduler (Not needed for now)
    - Removed unnecessary coding
    - Added new method to prevent detached apps repopulating
    - Added disabling of Play store trackers
    - Other minor alterations in installer script
    - Cleaned up installer script for new method

    v3.11
    - Added ignore GET_USAGE_STATS in AppOps

    v3.12
    - Updated sqlite binaries
    - Removed disabling of fallback receiver
    - Added disabling of alarm manager background service

    v3.13
    - Updated sqlite binaries
    - Added ignore RUN_ANY_IN_BACKGROUND in AppOps
    - Added ignore RUN_IN_BACKGROUND in AppOps
    - Disabled App Discovery Service

    Frequenly Asked Questions
    Q. Can I use the old detach.txt?
    A. No, I decided to ditch it. It now uses a new method explained in the installation section.

    Q. Where is the boot script installed?
    A. No boot script is needed for detaching, everything is done while flashing the module.

    Q. Does this break safetynet?
    A. No, it doesn't conflict with safetynet at all.

    Q. Why shouldn't I re-enable Play Protect?
    A. It will interfere with the module's purpose.

    Q. Will having Play Protect disabled, open me up to vulnerabilities?
    A. No, the playstore scans their market apk's after developers upload them.

    Q. I usually install after-market apks (modified ones) and I think play protects me from this?
    A. You should scan your unknown apk with Total Virus.

    Q. How do you find a package name?
    A. Magisk Manager lists your apps with the package name underneath each one, in the Magisk Hide list.

    Q. What Magisk version is needed?
    A. The module template is designed for Magisk v20.4+

    Q. Do I need to uninstall previous version before updating?
    A. No, unless stated. Just flash updated version.

    Q. Do auto-updates still work for all my other apps that aren't detached?
    A. Yes, auto-update and other notifications etc still work.

    Download
    See attached below -- detach-3.xx.zip

    Previous versions

    Detach Market Links for Theme Ready Apps *

    Introduction
    This Mod is for detaching apps from the Google Play Store that are included in the Theme Ready Apps zip and/or aroma installer from Team Black Out for CMTE and Substratum theme engines.
    *Now also includes majority of all themed apps by Team Black Out by using an optional txt file.
    The purpose is that updates will not show in your update list and also in update notifications from the Google Play Store.
    This allows you to auto-update or the ability to use the update all button without the worry of updating Theme Ready Apps which will break your themes for those apps updated.
    The Google apps that are detached if you're not using the optional txt file are Gmail, Google App, Google Plus, Hangouts, YouTube and Gboard (Google Keyboard).

    Installation
    Flash Mod in recovery, no need to wipe anything but if using SuperSU systemless mode or Magisk, flash this mod afterwards.
    No need to flash again in-between ROM updates if using SuperSU systemless mode or Magisk or if your ROM supports addon.d scripts.
    To detach more themed apps, place the detach.txt file either on root of your sdcard or internal storage and remove the comment from the apps you wish to detach and then flash Detach.zip
    You can also use the optional detach.txt file to just selectively detach Theme Ready Apps.
    If you don't use the supplied detach.txt file, only Theme Ready Apps will be detached.
    To add your own custom packages (apps), read here > https://xdaforums.com/showpost.php?p=72194332&postcount=147

    Uninstallation
    Rename detach.txt on sdcard to detach.remove, flash Detach.zip again and reboot.
    This will remove all files related to installation, including the txt and custom file and restores all market links.

    Note
    If not using SuperSU or Magisk, you need to have init.d support.
    The configured script doesn't execute until after 60 seconds when boot has completed, this also includes the remove script too.
    This Mod has been tested by myself on Android 6 and 7.
    You still have the ability to update your Theme Ready Apps via Google Play Store but you'll need to use the search function instead.

    Changelog
    v1.0
    - Initial release
    v1.1
    - Changed detach method
    v1.2
    - Disabled service for database
    v1.3
    - Bug fixes
    v1.4
    - Added static sqlite binary
    v2.0
    - Added themed apps to detach with configuration txt file (optional)
    v2.1
    - Cleaned up installation script
    - Added mod removal option
    v2.2
    - Magisk compatible (systemless installation)
    - SuperSU systemless mode compatible (systemless installation)
    - Fixed init.d detection
    - Fixed market links reappearing
    - Updated detach.txt (added Wallpapers, Pixel Launcher, Capture (GoPro))
    v2.3
    - Updated script and detach.txt (added Gboard, Clock, Camera, Google Connectivity Services, Google VR Services, Google Play Services)
    v2.4
    - Updated script and detach.txt (added Google Carrier Services and the ability to add custom packages)
    v2.5
    - Fixed market links reappearing
    v2.6
    - Main script updated for removal process
    - Disabled code for a playstore service that no longer needs to be disabled
    - Removed Contacts, Phone and Photos from default install
    41
    Update: Detach_v2.4.zip + detach.txt
    Updated script to include Google Carrier Services and also custom packages.

    To add your own custom packages (apps) to detach from market, create a file on root of sdcard or internal storage called detach.custom with the package names you wish to detach and then flash Detach.zip
    See attachment for example (example has .txt extension to be able to upload).
    You can goto Settings > Apps > [App name] to see the package name or source it from a site such as APK Mirror.
    23
    Update - Detach_v2.6.zip
    - Main script updated for removal process
    - Disabled code for a playstore service that no longer needs to be disabled
    - Removed Contacts, Phone and Photos from default install
    20
    UPDATE: Detach3 v3.13
    https://xdaforums.com/t/module-detach3-detach-market-links

    Changelog
    - Updated sqlite binaries
    - Added ignore RUN_ANY_IN_BACKGROUND in AppOps
    - Added ignore RUN_IN_BACKGROUND in AppOps
    - Disabled App Discovery Service
    17
    Detach v2.6 updated to working with Magisk v16.3 and higher aviable :)

    https://www.mediafire.com/download/cryhbf4b35om2dx