View Single Post
Old 11-23-2024, 08:49 AM   #9
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,893
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
If the startup script works to enable wifi, you could use the same mechanism to try and remove root:

Code:
#!/mnt/secure/su /bin/sh
iv2sh SetActiveTask `pidof bookshelf.app` 0
chattr -i /mnt/secure/su /mnt/secure/runonce/*.sh
rm -rf /mnt/secure/su /mnt/secure/runonce/*.sh /mnt/secure/bin /mnt/secure/etc
settings=/mnt/ext1/system/config/settings/settings.json
rm -f $settings
mv -f $settings.old $settings
/sbin/reboot
rm $0
Save above code as something like:
/mnt/ext1/system/init.d/rm_root.sh

Restart device to run script.

Try the firmware flash procedure again.

NOTE: If it does remove root, you will lose the startup script functionality and ssh etc (until jailbreak can be reapplied). But from what other users have mentioned, removing root then flashing the firmware fixed the touchscreen issue for them. So proceed at your peril! Good luck.

Last edited by neil_swann80; 11-23-2024 at 10:23 AM.
neil_swann80 is offline   Reply With Quote