View Single Post
Old 11-23-2024, 08:27 AM   #8
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,894
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
* If creating script files on Windows, use Notepad++ and set as Linux/Unix compatible. *
EDIT > EOL Conversion > Unix (LF)


As you're jailbroken you should be able to run commands via a startup script.

Maybe try and activate wifi, that will at least open a door for easy ssh access.

Code:
#!/bin/sh
netagent flightmode off
netagent net on
rm $0
Save above code as:
/mnt/ext1/system/init.d/startup.sh
(you will have to create the init.d directory if it doesn't exist.)

Restart the device and see if wifi is enabled.

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