B2G-flash-tool
B2G-flash-tool copied to clipboard
21:62: execution error: Finder got an error: Can’t set process "python" to true. (-10006)
Error appears when running the ./flash_pvt.py -w script on Mac platform. Probably need to check to see if uname = Darwin?
nhirata-19333:B2G_flash_tool nhirata$ ./flash_pvt.py -w ### INFO: Loading settings from .flash_pvt 21:62: execution error: Finder got an error: Can’t set process "python" to true. (-10006) ### INFO: Logging into server... ### INFO: Log in [email protected] ...
This is an issue in osxscript. It tried to bring Python(which is gui program) to active window, but failed since no process named "python". Previously we use "Python" but sometimes process name is "python".
Probably we can write something to tolerate this case. But it won't be harmful IMO.
Any fix?