Leon Jacobs
Leon Jacobs
> <p title=”
Ah right, I need to update the documentation. This is actually not the case anymore.
Jobs still exist, we just don't glue whatever your custom script does to a job you can see in `jobs list` anymore. I forget the history on how it worked,...
It will work virtually anywhere Frida works.
``` File "/Users/me/homebrew/lib/python3.9/site-packages/objection/commands/device.py", line 41, in get_device_info package_info = api.env_android() File "/Users/me/homebrew/lib/python3.9/site-packages/frida/core.py", line 401, in method return script._rpc_request('call', js_name, args, **kwargs) ``` From this part it looks like the call...
I _suspect_ this might be a Frida bug / support issue for your OS. Can you call `Java.use()` on any other classes in the Frida REPL? I'll have to find...
I've used older Lineage successfully before. You could try and downgrade your frida-server and see if there was a specific version that caused this behavior as well.
Its a tricky one! Happy for contributions with it. In the past, it has been unreliable and actually broke more stuff instead.
Not possible using the current objection commands but definitely something we can implement!