View Single Post
  #408 (permalink)  
Old 10-03-2011, 11:26 AM
arrrghhh's Avatar
arrrghhh
Testing Extraordinaire
Offline
Threadstarter
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: [BUILD] **Complete FroYo Bundle** FRX07.1 - Maintenance Release

Quote:
Originally Posted by elesbb View Post
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
Code:
su
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...
Reply With Quote