This should help you get started:
shell - How can I run a script on boot? - Android - Stack Exchange
Edit: Or just make a script to copy the values into the vdd_levels file and then adb push the script into the /system/etc/init.d/ directory on your phone.
Edit2: Here's another link. This is for adding an init.d script to increase the read ahead speed for your sd card but the principle is the same so just modify it for the vdd_levels files:
http://www.techofweb.com/google/increase-sd-card-reading-speed-android-devices.html
Edit 3: I found an even better article. You can probably modify this guy's script to suit your needs:
http://forum.xda-developers.com/showpost.php?p=17827354&postcount=620
shell - How can I run a script on boot? - Android - Stack Exchange
Edit: Or just make a script to copy the values into the vdd_levels file and then adb push the script into the /system/etc/init.d/ directory on your phone.
Edit2: Here's another link. This is for adding an init.d script to increase the read ahead speed for your sd card but the principle is the same so just modify it for the vdd_levels files:
http://www.techofweb.com/google/increase-sd-card-reading-speed-android-devices.html
Edit 3: I found an even better article. You can probably modify this guy's script to suit your needs:
http://forum.xda-developers.com/showpost.php?p=17827354&postcount=620


.