Last active
August 29, 2015 14:16
-
-
Save jmingov/e64405192c1b075022db to your computer and use it in GitHub Desktop.
Nethunter mac test.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Test for "our" macchanger stuff. | |
The dir was there already (nexus 4- mako)
127|root@mako:/ # mkdir -p /persist/wifi/
root@mako:/ # ls /persist/wifi/
root@mako:/ #
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test for "our" macchanger stuff.
Open the Terminal from the main app NOT from Nethunter app button.
Type
su
Now you should see in the console something like
root@[DEVICE-NAME]:/
We need to check the output from this command on other devices: (it just creates a dir)
mkdir -p /persist/wifi
Possible outputs:
A) It doesnt outputs anything, and the dir IS created.
B) It doesnt outputs anything, and the dir IS NOT created.
C) It complains about a read-only file system. (Attach the error to a gist or a comment if possible).
D) Other error/output. (Attach the error to a gist or a comment if possible).