|
2014-03-22
, 18:19
|
|
Posts: 694 |
Thanked: 619 times |
Joined on Nov 2011
|
#42
|
|
2014-03-22
, 18:23
|
|
Posts: 439 |
Thanked: 282 times |
Joined on Oct 2012
|
#43
|
It certainly isn't! You mean that the kernel modules translate the binary code that apkenv can't read? [1]
[1] http://talk.maemo.org/showthread.php?t=88250
The Following User Says Thank You to Alecsandru For This Useful Post: | ||
|
2014-03-22
, 18:39
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#44
|
"ApkEnv is not Java VM so it can't run programs that are made completely with Java JDK."
"ApkEnv can run this native C code but it can't run this small Java program what handles all important stuff. This is where support modules come into play."
if we can move all nitdroid required modules in opt alongside dalvik , and make all work , that would be "THE DREAM"
|
2014-03-22
, 19:22
|
|
Posts: 439 |
Thanked: 282 times |
Joined on Oct 2012
|
#45
|
|
2014-03-22
, 20:00
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#46
|
kernel modules run in kernel space , user modules (so) run in user space . but if i remember correctly the kernel modules can limit what user modules can acces
|
2014-03-22
, 21:32
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#47
|
The Following User Says Thank You to Estel For This Useful Post: | ||
|
2014-03-22
, 23:50
|
|
Posts: 439 |
Thanked: 282 times |
Joined on Oct 2012
|
#48
|
|
2014-03-23
, 02:37
|
|
Posts: 94 |
Thanked: 33 times |
Joined on Sep 2010
|
#49
|
|
2014-03-23
, 09:28
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#50
|
True.
Userspace libraries are just your normal userspace code modules, only packed in library archive, to be dynamically linked to your executables. No magic there whatsoever
Kernel modules, on the other hand, are directly linked to kernel code, running in kernel space and able to access any kernel functionality.
Tags |
android, chroot, easy debian, nitdroid |
|
[1] http://talk.maemo.org/showthread.php?t=88250
If you want to support my work, you can donate by PayPal or Flattr
Projects no longer actively developed: here
Last edited by marmistrz; 2014-03-22 at 18:22.