Bilux

Results 23 comments of Bilux

Same problem in Redmi Note 2 (code name hermes). ``` script aborted: E3004: This package is for device: hermes; this device is . E3004: This package is for device: hermes;...

I'm already using the "DualBootPatcherAndroid-9.3.0.r806.g7cef78be-snapshot.apk". and facing this problem. Just close this issue and I will open new one. congrats on the successful flash :D .

@bam80 i still have the same problem . however i removed the first assert lines from "updater-script" file in the patched generated rom zip file, like: > assert(getprop("ro.product.device") == "omega"...

@bam80 I tried several ROMs actually, from android 5 to 7. Did the patched ROM boots after you flashed the zip file ?

Same issue on manjaro. compiled anbox from source. `[ 2019-03-18 17:36:37] [launch.cpp:210@operator()] Session manager failed to become ready` > anbox --command system-info ``` version: local-0d56894 os: name: Manjaro Linux version:...

Thank you @benbender , I have been thinking about doing this. I just needed another opinion on doing this. Thank you for the confirmation.

@AndreasHald Yes, graphql-helix is working with svelte-kit for me. You can use this as reference, or use it as and `svelte-add` : https://github.com/svelte-add/graphql-server

@benbender ~~did you try using `Websockets` with svelte-kit ?~~ `Websockets` is not supported yet : https://github.com/PabloSzx/graphql-ez/blob/d5398248d9972d7d304c5ef87db898ecfbb5a5b4/packages/sveltekit/main/src/index.ts#L200

@PabloSzx Yes, `PUSH` and `MUTLIPART_RESPONSE` are not supported yet in svelte-kit, hence, it can't be implemented to `Graphql-Helix` or `graphql-ez`. However, you can use this workaround trick : https://github.com/sveltejs/kit/pull/2051

@AndreasHald I'm using version `1.7.0` it's working fine (it was released 2 months ago). PS: latest version is `1.8.0`, but it should work fine.