-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add debugfs support,somebody need it #6
base: master
Are you sure you want to change the base?
Conversation
You can call "am" with "unchroot" command:
BOOTCLASSPATH from Android env. This does not fit? Example for notifications from source:
|
Hi meefik! |
Base system ~ 200 MB.
You can deploy it from official repository by "deploy" command or Install from app. Or use repository in LD app.
Use installation type - "file". LD store all container data in one IMG file and other files on sdcard will not be changed. |
Is it possible to run a Windows x86 application on it through wine? |
Yes, but only on x86 device. Or on ARM with architecture emulation (binfmt_misc support is required).
Base system Ubuntu ~ 300-500 MB after install.
No, but depends on the applications you are running in LD. |
How to get support for binfmt_misc ? |
Check support in App: Menu -> Status -> Support binfmt_misc If your Linux kernel is not support binfmt_misc, then you can be build custom kernel or kernel module for your device. Unfortunately, you need to have the kernel sources for your device. |
Meefik dude! Here kernel sources and config I'm currently on! |
You must be enable CONFIG_BINFMT_MISC as module in the config:
And build the module by the guide. |
@meefik I'm going to run ida pro in LD how much space it's going to take? |
d8dab50
to
9b9146b
Compare
85e41b6
to
387a28d
Compare
1b30072
to
95f7f2c
Compare
7aff94d
to
cc09794
Compare
I install linux deploy on my nexus 5, and install ubuntu on it. I find a way to run command which use bionic
in ubuntu bash by do these step:
/system:/system
/data:/data
PATH=/system/bin:$PATH ANDROID_DATA=/data ANDROID_ROOT=/system am
every thing is ok, but i find am will access "/sys/kernel/debug/tracing/trace_marker" internal, so, i add debugfs support , maybe somebody need it