Replies: 2 comments 1 reply
-
|
Edit: not possible to fake /proc/net/dev: #27568 (comment).
The main requirement is to obtain a snapshot of data that needs to be faked from a real Linux machine. This can be a rooted Android device, Android Studio emulated device, cloud server or something like. Faked data doesn't come out of nowhere.
Of course better to transform it into something mimicking real Android device, so need to leave interfaces only
|
Beta Was this translation helpful? Give feedback.
-
|
It is not possible to fake Problem is that |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I'm trying to fake
/proc/net/dev, so I modified myproot-distro, but bindings faking entries in the/proc/net/doesn't seem to work. When I trycat /proc/net/dev, it still says "Permission denied".My code
Beta Was this translation helpful? Give feedback.
All reactions