Quote:
Have v.1.27 installed and I have SSH off after reboot. If I try to put SSH on to connect Cyberduck it wont work. Works fine if I use NetServices. If I turn on SSH on after reboot I can then turn on SSH as normal and it will work with Cyberduck.
Is it just my phone, or is it a known bug?
Updated to v1.31 and still the same problem.
|
I just learned of this today and fixed it today. Unfortunately the way it must work is that if you enable SSH, it stays on now even after reboot. If you disable SSH, it only comes back on after reboot if that switch for "ssh after reboot" is set to ON. You should get a push of 1.32 for this fix. Sorry about that!
Quote:
|
do you think your add more choices to toggle so i can get rid of NETSERVICES.....I LIKE BOSS BETTER BUT IT DONT DO ALL I NEED
|
I have added a configuration screen. You can now add any service you want in the GUI. But you need to know some things about it. You need to know:
1) Command to launch to start the service (if one doesnt exist, create an .sh script for it and use that)
2) Command to launch to stop the service (can be something like /usr/bin/killall xxxx)
3) process name to look for to determine if service is running (will use ps command for this)
4) Icon if you want one then create a 20x20 icon with the same name as the service title and upload it to /Applications/BossPrefs.app dir.
You can also create your own services by bypassing the GUI and creating a text file. The text file goes in /Applications/BossPrefss.app/services dir. The name of the text file is the name of the service that will be displayed in the GUI. I made one for enabling and disabling of samba. Here is what is inside of it:
/usr/bin/smb.sh start
/usr/bin/smb.sh stop
smbd
/Applications/BossPrefs.app/samba.png
Settings in the text file explained:
- My script to start samba is "/usr/bin/smb.sh start". I can run this from termvt100 for example. When I click the "ON" to enable the service, this will get run from the GUI.
- My script to stop samba is: "/usr/bin/smb.sh stop". I can run this from termvt100 and samba shuts down. When I click the "OFF" in the GUI to disable the service, this runs.
- smbd is what I look for to determine if samba is running or not. I use this command from the BossPrefs app for it: "ps x | grep smbd | grep -v grep". When samba is running you can type this into termvt100 and see the smbd process. When it's not running nothing will be returned.
- Finally, /Applications/BossPrefs.app/samba.png is the icon I use for samba. You don't need an icon, but it looks cooler.
If anyone wants help creating his own service let me know or catch me on #iphone on efnet.
Quote:
|
How do I replace SMBPrefs with Installer. I'm on 1.1.2 firmware and don't have a use for it. Thanks!
|
I left installer icon out since I don't consider it a preferences icon like the other 3. However, you are about the 5th person that asked for it, so I will add it in as an option in a coming release. By the way, summerboard runs great on 1.1.2. I have never heard of someone that didnt run summerboard

I'm a nut for themes. I couldnt live without it. Stock looking iPhone is so blah.
Quote:
|
Can you add Rogers phone settings fro EDGE as an option?
|
I think you are being plagued by the box each time you enable EDGE because your EDGE is either a) not configured in the system (settings, general, network, EDGE) and saved, or b) your EDGE settings are screwed up now by installing 1.1.1 EDGE fix or maybe iworld settings are wrong (or iworld needs to be run). I would be happy to help you troubleshoot this. Once the EDGE settings are entered correctly, this pop up should not bug you any longer. When you enable EDGE, the system EDGE settings are restored. When you disable it, they are overwritten with DISABLED. You only get that pop up when there are no system EDGE settings to restore.