[MOD][XPOSED] Sudohide: Prevent apps from being detected by other apps

Search This thread

SudoCode755

Member
Aug 12, 2013
34
98
Beirut

SudoCode755

Member
Aug 12, 2013
34
98
Beirut
Cool, works now. Nice work, wyk02!

I hid Xposed and SuperSU for Snapchat and logins are still blocked.

I'm pretty sure most people are gonna try that, so I'll save you five minutes.

Hii Thanks alot, this is my first xposed module, I used it to hide Supersu app from games,
It should be working for snapchat and supersu, but maybe there is check that is not on your side ?
 
  • Like
Reactions: Zak1997

GMMAnonymus

Member
May 23, 2016
12
1
27
Ajka
Hy there,
This module caused a heavy lag/freeze and bootloop for me. Managed start the phone again (idk how), and removed it from xposed, now everything's working fine.
Phone: Sony Z2 (D6503) with pre-rooted android MM (6.01)
 

sino8r

Senior Member
Sep 7, 2006
3,549
735
Birmingham, Alabama
Android Pay would be another nice app if this would work using this method. I know I've tried others like root cloak etc. and other methods but they don't work unfortunately.
 
  • Like
Reactions: htr5

SudoCode755

Member
Aug 12, 2013
34
98
Beirut
Same issue here :) Getting "Downloaded file is not a valid APK file (or incompatible)" on KitKat.

Hy there,
This module caused a heavy lag/freeze and bootloop for me. Managed start the phone again (idk how), and removed it from xposed, now everything's working fine.
Phone: Sony Z2 (D6503) with pre-rooted android MM (6.01)

I uploaded a new Beta version please check it out if you want.
Send me the logs if you still have issues :)
Cheers!
 
Last edited:

GMMAnonymus

Member
May 23, 2016
12
1
27
Ajka
I uploaded a new Beta version please check it out if you want.
Send me the logs if you still have issues :)
Cheers!
Hello,
Sadly it's still laggy, and still causes bootlop.
I try to post a log from mega (file was too big for pastebin, and I don't know how to upload it here yet)
mega.nz/#!EYcklQBK!thsSDn0V7CS4lykUTdFr6gP9g27OOjQQsAYGW2Wtx8k
And ofc I don't have enough posts:(
 
  • Like
Reactions: htr5

FuTChY

Senior Member
Jun 11, 2012
910
155
Egypt - Cairo
Tried hiding Messenger from Facebook and it worked lol.

Tested on Samsung Galaxy Note II GT-N7100 TW 4.4.2

Just a little suggestion ....
Add a little note for example; color the row of the app that's been hidden from any other app so you know which apps are hidden just by opening the main apps menu.
 
Last edited:
  • Like
Reactions: SudoCode755

SudoCode755

Member
Aug 12, 2013
34
98
Beirut
Tried hiding Messenger from Facebook and it worked lol.

Tested on Samsung Galaxy Note II GT-N7100 TW 4.4.2

Just a little suggestion ....
Add a little note for example; color the row of the app that's been hidden from any other app so you know which apps are hidden just by opening the main apps menu.

Great to hear, seems like a nice suggestion, I'll look into it as soon as I can.
Thanks for the feedback
 
  • Like
Reactions: FuTChY

FuTChY

Senior Member
Jun 11, 2012
910
155
Egypt - Cairo
Great to hear, seems like a nice suggestion, I'll look into it as soon as I can.
Thanks for the feedback
If i can suggest one more thing [emoji5] ...
When you select an app from the main menu, then get into the 2nd internal one; remove the auto focus on the text box so that you dont have to see the keyboard everytime.
And show a toast message to say for example "the app is hidden now" when you press the button.

Thanks so much for your work.

Sent from my GT-N7100 using XDA-Developers mobile app
 
  • Like
Reactions: SudoCode755

SudoCode755

Member
Aug 12, 2013
34
98
Beirut
If i can suggest one more thing [emoji5] ...
When you select an app from the main menu, then get into the 2nd internal one; remove the auto focus on the text box so that you dont have to see the keyboard everytime.
And show a toast message to say for example "the app is hidden now" when you press the button.

Thanks so much for your work.

Sent from my GT-N7100 using XDA-Developers mobile app

These should be simple enough, I'll try to upload new version by tonight
thanks alot :)
 

SudoCode755

Member
Aug 12, 2013
34
98
Beirut
Hello,
Sadly it's still laggy, and still causes bootlop.
I try to post a log from mega (file was too big for pastebin, and I don't know how to upload it here yet)
mega.nz/#!EYcklQBK!thsSDn0V7CS4lykUTdFr6gP9g27OOjQQsAYGW2Wtx8k
And ofc I don't have enough posts:(

upload new versions if you'd like to check again. it fixed a bootloop on my device which happened after a system crash (some weird case)
turns out it was class cast exception on a return argument, and the caller turned out to be system app.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 45
    This Module will prevent apps from detecting other installed apps on your device setting are done on per app basis.
    GitHub repository
    Xposed repository

    This is a continuation of Fatminmin's MinMinHide,

    I've done a completer UI rework, and did some code refactoring.

    Post your questions and issues here

    Thanks for the support :)

    Changelog
    13
    https://github.com/Mikanoshi/SudoHide/releases
    Version 1.28.5
    • Better compatibility with app list mode in EdXposed 0.4.x.x
    • EdXposed 0.5.1.4+ support (configuration will be reset upon update)
    • Place hidden/checked apps in lists on top
    • Correctly update hidden state highlighting after returning to main list
    • Minor UI fixes
    11
    https://github.com/Mikanoshi/SudoHide/releases
    Version 1.28.2
    Fixed icons and light/dark UI colors.
    11
    Just Posted v1.28 should be compatible with android N :D
    Hope you enjoy it, I know I am :D
    9
    Hello All,

    it's been quite some time and i am haply to see that you guys are still using SudoHide.
    i've been out for quite a while since my last phone died, then i got a OP3T with nougat and there was no xposed :(
    up until now, and the last few days were exciting, I just finished setting up my dev environment, and i am currently working on porting SudoHide to Nougat.

    hopefully it won't get messy.

    thanks for your patience, and hope i'll keep in touch :)
    SudoCode