Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@lduboeuf
Created December 5, 2022 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lduboeuf/0035b604ed509bab55e8786105ad392e to your computer and use it in GitHub Desktop.
Save lduboeuf/0035b604ed509bab55e8786105ad392e to your computer and use it in GitHub Desktop.
bash into Android lxc
sudo env LD_LIBRARY_PATH=/system/lib64:/vendor/lib64 lxc-attach -n android -e -- /system/bin/sh
@lduboeuf
Copy link
Author

lduboeuf commented Feb 9, 2023

install deb for lxc android:
sudo umount /usr/lib/udev/rules.d/{70,99}-android.rules
/usr/libexec/lxc-android-config/device-hacks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment