CantRepeat wrote:when i try ./copy.sh
i get this
shell@zs600b:/mnt/internal_sd/download/csroot-master $ ./copy.sh
/system/bin/sh: ./copy.sh: can't execute: Permission denied
If I try this
shell@zs600b:/mnt/internal_sd/download/csroot-master $ chmod 755 copy.sh
I get this:
Unable to chmod copy.sh: Operation not permitted
how do I solve it?
It looks like you have already opened a shell on the CS.
IE you did
adb shell
and then tried to run the
./copy.sh
The ./copy.sh command needs to be ran from a bash terminal window not on the CS itself in an adb shell.
How are you getting your adb terminal? Are you running this on a linux machine, windows WSL, a virtual box of some sort?
Well, everything is done from a Windows 10 x64 computer.
In the end I managed to execute the script "copy.sh" from a windows shell executing this:
- adb shell copy.sh
everything came to a good end, the problem came later when I rebooted my Crystal Sky 7.85 Ultra, when I tried to run the SuperUS.apk from the applications icon, I never got to become root.
But the problems do not end there, now the Crystal Sky is blocked almost continuously. I tried to restore it to the factory values by deleting all the content, as it gives an option, but it does not work, something does not erase, and it is executed, and it continues to lock continuously.
I have checked entering from the PC to the Crystal Sky system, and I see that the programs that got "copy.sh" are still in their directories, "system / app", "system / bin", / system / xbin ", etc, and I can not erase them, I try it with deletion commands, but it tells me that the file system is read-only, do it as it does.
In short, my Crystal Sky is useless, what can I do now?