Made it completely autonomous...
FYI.. the script below is just a simpler method for rooted/jailbroken devices. Save the code as a .app file in /mnt/ext1/applications to run.
If you're NOT rooted or can't root try
THIS
Code:
#!/mnt/secure/su /bin/sh
cp -f /ebrmain/config/device.cfg.gen /mnt/ext1/device.cfg.gen
iv2sh WriteConfig /mnt/ext1/device.cfg.gen have_odps 1
mount -o rw,remount /ebrmain
chmod 666 /ebrmain/config/device.cfg.gen
cp -f /mnt/ext1/device.cfg.gen /ebrmain/config
chmod 644 /ebrmain/config/device.cfg.gen
mount -o ro,remount /ebrmain
rm -f /mnt/ext1/device.cfg.gen*
exit