Quote:
Originally Posted by jcthelight
Hey arrrghhh how do I mount bind the text doc. for the wifi with the user conf file? Thanks
|
Not sure if it works or not, but [code]mount --bind /sdcard/wifi-nvram.txt /data/wifi-nvram.txt[code] Assuming the wifi-nvram.txt file is at the base of the SD card. You might have to symlink it, I'm not sure. Replace the "mount --bind" with "ln -s". If neither of those work, you'll have to cp it as per F22's directions.
Are they not working...?