Corbin Champion
Corbin Champion
A lot more is working now on Huawei devices, but there is a lot still not working. I wonder if this is another one of those issues. Getting the log...
https://github.com/CypherpunkArmory/UserLAnd/issues/398 talks about issues related to Huawei devices some.
@michalbednarski I found a reproducible case for this. If on a Huawei device, I `sudo apt install lxde-core` and then exit that session in UserLAnd and try to reconnect with...
The other Huawei issue I am having is that the pokedata work around cannot properly handle if any of the code changes the system number to `PR_void`. When the syscall...
About this issue...not the other Huawei issue I just mentioned. It looks like the issue is related to `readline` so you probably don't need so many packages installed.
So, when going through login on a newer Huawei device, that has `readline` installed, you will get the assertion described by @kazz2020
Here is the log: https://www.dropbox.com/s/qj3qpv7wu0vcwrv/Huawei_PRoot_Debug_Log?dl=0 It dies right after looking for the `inputrc` file.
I will test it out on my Huawei device. Do you think this is the underlying issue for both of the issues I mentioned 1) `!IS_IN_SYSENTER(tracee)` and 2) the missed...
The change makes it so installing readline-common no longer dies with the `!IS_IN_SYSENTER(tracee)` assertion, but breaks `twm` (tabbed window manager) from working in UserLAnd. I will get a log of...
Oddly, for the `twm` case it created a `!IS_IN_SYSENTER(tracee)` issue where they hadn't been one before. So, it is like it fixed that issue in one case and caused it...