G-VisualMod
G-VisualMod copied to clipboard
[ISSUE][POST-INSTALL] Cannot find /system/xbin/gvm
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.
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 unmatchedif
with theirfi
errors (what shell is required to run the script?)
ACTUALIZACIÓN: Aparentemente, el
/system/xbin/gvm
archivo existe, pero no se puede ejecutar.
- Probado
chmod u+x /system/xbin/gvm
pero nada cambia.- Intenté:
sh /system/xbin/gbm
pero obtuve errores de operadores ilegales y no coincidíif
con susfi
errores (¿qué shell se requiere para ejecutar el script?)
I had the same problem, I was only able to get it working using termux.