View Single Post
Old 03-05-2024, 10:38 AM   #51
neil_swann80
0000000000101010
neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.
 
neil_swann80's Avatar
 
Posts: 5,897
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
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

Last edited by neil_swann80; 04-14-2025 at 04:14 AM.
neil_swann80 is offline   Reply With Quote