G-VisualMod icon indicating copy to clipboard operation
G-VisualMod copied to clipboard

[ISSUE][POST-INSTALL] Cannot find /system/xbin/gvm

Open ghost opened this issue 2 years ago • 2 comments

Installl information.

  • Magisk Version: v24.0
  • Device: Samsung Galaxy A50 SM-A505F/DS
  • ROM: LineageOS v18.1 Unofficial.

Nothing went wrong with the plugin install, I git clone-ed the repo on my laptop, compressed all the files into one .zip, and then copied it on my phone using adb push /path/to/G-VisualMod.zip /sdcard.

I installed the app Terminal Emulator and went fine, until I reboot and I can't exec the gvm command (with superuser and non-superuser perms)

Any help possible? Cordially.

ghost avatar Mar 23 '22 07:03 ghost

UPDATE: Apparently, the /system/xbin/gvm file exists, but can't be ran.

  • Tried chmod u+x /system/xbin/gvm but nothing change.
  • Tried: sh /system/xbin/gbm but get illegal operators errors and unmatched if with their fi errors (what shell is required to run the script?)

ghost avatar Mar 23 '22 10:03 ghost

ACTUALIZACIÓN: Aparentemente, el /system/xbin/gvmarchivo existe, pero no se puede ejecutar.

  • Probado chmod u+x /system/xbin/gvmpero nada cambia.
  • Intenté: sh /system/xbin/gbmpero obtuve errores de operadores ilegales y no coincidí ifcon sus fierrores (¿qué shell se requiere para ejecutar el script?)

I had the same problem, I was only able to get it working using termux.

TallarinSaltado avatar Mar 27 '22 04:03 TallarinSaltado