Skip to content

Instantly share code, notes, and snippets.

View DeicPro's full-sized avatar

Deiki DeicPro

  • Madrid, Spain
View GitHub Profile

Keybase proof

I hereby claim:

  • I am deicpro on github.
  • I am deiki (https://keybase.io/deiki) on keybase.
  • I have a public key ASCgsW2l_5gBwVsQ_E7SJNmQWUEUglO24DAHcC7Biolmxgo

To claim this, I am signing this object:

.class Lcom/android/internal/policy/impl/MiuiGlobalActions$1;
.super Ljava/lang/Object;
.source "MiuiGlobalActions.java"
# interfaces
.implements Lmiui/maml/ScreenElementRoot$OnExternCommandListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
.class Lcom/android/internal/policy/impl/MiuiGlobalActions$1;
.super Ljava/lang/Object;
.source "MiuiGlobalActions.java"
# interfaces
.implements Lmiui/maml/ScreenElementRoot$OnExternCommandListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
D/SU (16078): echo -BOC-
D/SU (16078): OUT: -BOC-
D/SU (16078): id
D/SU (16078): OUT: uid=0 gid=0 context=u:r:su:s0
D/SU (16078): if [ -e /cache/.disable_magisk ]; then echo true; else echo false; fi
D/SU (16078): OUT: false
D/SH (16078): getprop persist.magisk.hide
D/SH (16078): OUT: 1
D/SU (16078): ls /dev/block | grep mmc
D/SU (16078): OUT: mmcblk0
I/FirebaseInitProvider( 9267): FirebaseApp initialization unsuccessful
D/SU ( 9267): umask 022
D/su ( 9306): remote req pid: 9267
D/SU ( 9267): PATH=/data/busybox:$PATH
D/SU ( 9267): echo -BOC-
D/SU ( 9267): id
D/SU ( 9267): OUT: -BOC-
D/SU ( 9267): OUT: uid=0 gid=0 context=u:r:su:s0
D/SH ( 9267): if [ -z $(which busybox) ]; then echo false; else echo true; fi
D/SH ( 9267): OUT: true
@DeicPro
DeicPro / nosu
Last active September 22, 2016 11:57
hide root
#!/system/bin/sh
#nosu rev. 14 - hide root by Deic
CHECK(){
error=$?
if [ "$error" != 0 ]; then
echo Fallo.
exit 1
fi