cryptax / androidre

Reverse engineering Android
533 stars 78 forks source link

Add info about using X11 in the docker. #4

Closed AllanDaemon closed 4 years ago

AllanDaemon commented 4 years ago

I was having crashes when using it with the given instuctions, using the given command:

docker run -it --privileged --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix cryptax/android-re:latest /bin/bash

Searching around I found this fix and I think others users may have the same issue, so I worth putting it here.

cryptax commented 4 years ago

Have you tried using option -X: ssh -X ... and also issue a xhost + before. ?

AllanDaemon commented 4 years ago

I'm not using SSH. But it's the xhost option that solved it to me. This pull request is just to add about it in the readme (check the changes for more info).

cryptax commented 4 years ago

ah ok, good suggestion, thanks.