ghostplant

Results 272 comments of ghostplant

OK, it works by installing anbox from snapd. There is a snapshot, some area are covered with black, is it as expected, or a display bug? ![anbox](https://user-images.githubusercontent.com/12099308/195284660-0c048d6c-67dc-475d-93fb-a458cee3421f.png)

@Fuseteam BTW, does `houdini_7y/8y/9y` work for Anbox? I always get error code 255 by running arm-based executable.

Yes, I mean I configured that, and I also have tried both 7y and 9y, but basic arm-x32 executable never works. Without configuring houdini, running executables returns "error ELF executable...

> Houdini isn't shipped, you'll need to add it I just found the problem is because I don't have root access in adb shell, even though after `su` to become...

OK, I just installed an x86-64 based Chrome.apk, but it just crashed sadly. This is something well supported by Android-x86 OS, not using houdini.

I do use android 7: https://build.anbox.io/android-images/2018/07/19/android_amd64.img The error reported "X GL error", then the appmgr window closed.

I made a branch of this stream: https://github.com/ghostplant/webshell, fixing many encoding and resize align issues

@dragontamer Great information! I will take a quick look and see whether it works for my purpose.

@dragontamer I found that `hipModuleLoadData()` has already been available and it worked well, while aql-based management is too much complex. Thanks!

Recently, I found that `hipModuleLoadData()` only works for HSACO codes with no global variables used, which would otherwise fail and report: ```sh // Just after calling hipModuleLoadData(&hmod, hsaco_blob_data) terminate called...