Thinh Buzz
Thinh Buzz
I have a similar issue on devices running android 12. @oleavr please review this issue
maybe this issue is related to this PR change https://github.com/frida/frida-java-bridge/pull/343
Old ```typescript const value = await Il2Cpp.mainThread.schedule(() => { return new Promise(resolve => resolve(1)); }); // Error: TS2345: Argument of type () => Promise is not assignable to parameter of...
It is confirmed that this patch works on `com.android.art@350820860` - Android 13.
@matbrik It has issues on older devices or those without `com.android.art` for example as shown below.  
> > @matbrik It has issues on older devices or those without `com.android.art` for example as shown below.  > > can you provide more details and logs on the...
> I don't have a similar device available. you could comment out this whole if statement [here](https://github.com/frida/frida-java-bridge/pull/337/files#diff-127e99379196fef4dc63a69846f5adbcf81a12eb24557f9b1850b85a9f4f78dfR3926) if it is not working you can add logs to narrow the bug...
> so it does work correctly on your Android 10? Yes, it works just like before. > check also this comment from frida/frida there is a variation of this pull...
> > check also this comment from frida/frida there is a variation of this pull request with a different heuristic > > I will try and report back the results....
@matbrik I got a new error on Samsung Galaxy Note 9 (SM-N960F/DS) - android 10 device ```json { "type": "error", "description": "Error: invalid decimal string", "stack": "Error: invalid decimal string\n...