GenyFlash icon indicating copy to clipboard operation
GenyFlash copied to clipboard

Improved flashing support for the Genymotion emulator

Results 6 GenyFlash issues
Sort by recently updated
recently updated
newest added

Currently, archives are only handled with the improved logic if `META-INF/com/google/android/genymotion-ready` exists. There might be smarter ways to do this. Maybe this won't be necessary anymore once compatibility has improved.

I think that in the `install.sh` file, it uses `adb` provided in the path, which may cause some version-related errors like this: ``` bckps7336@bckps7336-B85M-DS3H:~/GenyFlash$ ./install.sh Installing improved scripts... adb server...

Not sure if it would be possible to execute ARM binaries if _libhoudini_ is installed. The script could also check whether the binary is a standard one that executes the...

The `sed` command could be used to replace references to `/sbin/` with `/system/bin/` and `/tmp/` with `/data/local/tmp`. In case `update-binary` is a shell script, the replacements should be done there,...

Maybe it would be useful to check for a special binary that is executed on Genymotion (instead of `update-binary`). It could take care of special circumstances while the original binary...