Quote:
Originally Posted by elesbb
well thanks for making me feel a little better about this xP lol . i feel retarded , honestly xP . but
here are the commands exactly as i typed them in terminal emulator,
Code:
su cp /sdcard/wifi-nvram.txt /data/wifi-nvram.txt
for the nvram trick (obviously xP)
and
Code:
su mount -o remount,rw /system find /lib/modules/ -type | -delete
to delete the modules . i recreated my data.img and i'll attempt it again . ensuring i give the app su rights . but im sure i did
|
The "su" and "cp" should be on separate lines.
So
Then enter. You'll see the prompt change (from $ to # - indicating the elevated privileges), then do the cp command. Obviously this is assuming you've placed the wifi-nvram.txt file at the root of your SD card.
Same goes for the other command. su needs to go on its own line...