HI
This contained errors and has been replaced with a new tutorial
#######
CREDITS
#######
vampirefo for his tutorial and code and help for which this script is based.
######
INTRO
######
script version now f
This is a linux script run on a rooted phone to backup and hopefully restore your nvram. It is designed to work on a number of Android devices as it gives you a chance to input the decimal value of the storage showing for your nvram.
It uses a "relaxed" udev rule to allow local user to run adb commands
based on this full udev rule but made 666 instead of 660
I use a one line udev rule for my iOcean X7 HD which has been used to test backup and restore without bricking
Finally you may like to read online and/or download the Linux script
It might work for Windows users who burn a Linux Live cd/dvd but it needs to be a distro that uses udev.
If you would like to test it, download and put it in a folder where you have rw permssions
Make it executable first by
Run it as a local user by either
good luck
If you a new, and can't read the links you may like to donate to Gizbeat
This contained errors and has been replaced with a new tutorial
#######
CREDITS
#######
vampirefo for his tutorial and code and help for which this script is based.
######
INTRO
######
script version now f
This is a linux script run on a rooted phone to backup and hopefully restore your nvram. It is designed to work on a number of Android devices as it gives you a chance to input the decimal value of the storage showing for your nvram.
It uses a "relaxed" udev rule to allow local user to run adb commands
based on this full udev rule but made 666 instead of 660
I use a one line udev rule for my iOcean X7 HD which has been used to test backup and restore without bricking
Quote:SUBSYSTEM=="usb", ATTRS{idVendor}=="0bb4", MODE="666", GROUP="plugdev"
Finally you may like to read online and/or download the Linux script
It might work for Windows users who burn a Linux Live cd/dvd but it needs to be a distro that uses udev.
If you would like to test it, download and put it in a folder where you have rw permssions
Make it executable first by
Code:
chmod +x v.sh
Run it as a local user by either
Code:
./v.sh backup
(or)
./v.sh restore
good luck
If you a new, and can't read the links you may like to donate to Gizbeat