The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > 3rd Party Apps For iPhone | iPod Touch > Native iPhone / iPod Touch App Launches
Reply
 
LinkBack Thread Tools Display Modes
  #16  
Old 12-17-2007, 01:44 PM
iPhone? More like MyPhone
 
Join Date: Sep 2007
Posts: 105
Thanks: 6
Thanked 5 Times in 4 Posts

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.

Last edited by BrumBrum74; 12-19-2007 at 03:54 PM.. Reason: Update
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #17  
Old 12-19-2007, 10:20 PM
Developer
 
Join Date: Aug 2007
Posts: 373
Thanks: 0
Thanked 139 Times in 80 Posts

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.

Last edited by BigBoss; 12-19-2007 at 10:29 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #18  
Old 12-20-2007, 12:22 AM
Green Apple
 
Join Date: Oct 2007
Posts: 82
Thanks: 0
Thanked 9 Times in 8 Posts

I gave detailed answer in pm. That said I can tell you I done have this problem when using netservices app. I don't keep both installed at same time for fear of interference.

p. S. I took a look at iworld and oddly enough Canada wasn't listed. Guess we aren't a country LOL.

Last edited by canadoc; 12-20-2007 at 12:22 AM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #19  
Old 12-20-2007, 09:15 AM
Developer
 
Join Date: Aug 2007
Posts: 373
Thanks: 0
Thanked 139 Times in 80 Posts

Quote:
I gave detailed answer in pm. That said I can tell you I done have this problem when using netservices app. I don't keep both installed at same time for fear of interference.
You can have both installed at the same time. There is no interference. What firmware are you running? Does netservices ask you to configure canadian preferences or does it just seem to know what to do? Just adding a canadian selection is putting a bandaid on the real problem. I don't see why your candian EDGE settings should be any different than my TMobile EDGE settings, for example, and I am not having any such issues. So I'd like to get to the bottom of it properly.

To everyone else: I updated the code today and have also put out several plugins in my installer that are preconfigured services. These are no different than what you could add yourself if you knew the right things to add in the configuration GUI. Anyhow, only install the ones you need because each additional plugin takes some time when bossprefs is loading to parse the text files and determine if the service is running.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #20  
Old 12-20-2007, 09:24 AM
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 12
Thanks: 0
Thanked 2 Times in 2 Posts

I can't figure out how to add the Mobile Safari Download Plug-in .. I'm basically just trying to get BossPrefs to run the same script as NetServices run but can't really get it to. Also I'm not sure how it would remember on/off state since there is no process running.

Any help is appreciated.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #21  
Old 12-20-2007, 10:22 AM
ericidle's Avatar
iPhoneaholic
 
Join Date: Oct 2007
Device + Firmware: iPhone 3GS 3.01
Operating System: Win XP & Win7RC1 dual boot. + Mac Mini G4 10.5
Location: Scotland
Posts: 384
Thanks: 98
Thanked 78 Times in 61 Posts

Hi Thanks for a nice app, it brings together all the setting under one icon which is a neat thing.

however I'm using 1.33 and still have a problem with Edge, basically each time I stop it and re start I have to type in my APN under other. I'm using o2 in the UK and the APN is mobile.o2.co.uk can you fix this so I dont have to type it in each time I restart the service.

I notice when I stop it it puts DISABLED in the APN but its not restoring it properly

help appreicated
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #22  
Old 12-20-2007, 12:11 PM
Green Apple
 
Join Date: Oct 2007
Posts: 82
Thanks: 0
Thanked 9 Times in 8 Posts

That is Same problem I have.
Markmon am on 1.1.2
netservices did same too until I spoke to Greg and I guess he added in the configuratin files the rogers won as an option and then it was fine.
I believe tmobile and Att settings are natively there so it works for you. For other providers however we have to add the son manually unless you do something in configuration. Greg hartsteins would be a valuable resource if you both could collaborate.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #23  
Old 12-21-2007, 01:37 AM
Developer
 
Join Date: Aug 2007
Posts: 373
Thanks: 0
Thanked 139 Times in 80 Posts

Quote:
That is Same problem I have.
Markmon am on 1.1.2
netservices did same too until I spoke to Greg and I guess he added in the configuratin files the rogers won as an option and then it was fine.
I believe tmobile and Att settings are natively there so it works for you. For other providers however we have to add the son manually unless you do something in configuration. Greg hartsteins would be a valuable resource if you both could collaborate.
I will try to look into this some more but TMobile is definitely not built in. You have to configure it in the main settings GUI in Settings, General, Network, EDGE. Do you have a contact for Greg?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #24  
Old 12-21-2007, 09:00 AM
Green Apple
 
Join Date: Oct 2007
Posts: 82
Thanks: 0
Thanked 9 Times in 8 Posts

I am not sure since I don't know how to code. However I remember looking at some plist and seeing tmobile in it with AT&T in the edge settings.
As for greg Hartstein he has a repository for iPhone called copycoders and goes by Hartstein here on MMI.
he is the one responsible for putting out netservices.app
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #25  
Old 12-23-2007, 04:52 PM
Developer
 
Join Date: Aug 2007
Posts: 373
Thanks: 0
Thanked 139 Times in 80 Posts

i plan to add an edge configuration screen anyway because in some circumstances there is no way to enter the edge config APN data. This should solve it I would think. But try something else. On your phone if you configure edge then reboot the phone without loading services app, does edge come up properly configured after reboot?

Quote:
Can you add Rogers phone settings fro EDGE as an option?
There is alarge canadian contingent using the iphone unlocked. Your program is great, but for the moment netservices app crator actually added in the settings those for rogers. It saves me the trouble to have to maually type back in the apn settings.
I have put out v 1.34 that should disable EDGE in the manner that netservices uses. It no longer puts DISABLED in the APN. I worked with netservices developer on it. (Turns out we hang out together and I didnt realize it).

Last edited by BigBoss; 12-23-2007 at 04:52 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #26  
Old 12-23-2007, 06:11 PM
Green Apple
 
Join Date: Oct 2007
Posts: 82
Thanks: 0
Thanked 9 Times in 8 Posts

Hey 1.3.4 works great now. No more EDGE issues.
I never had a reboot problem using EDGE settings in 1.1.2
only in 1.1.1.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #27  
Old 12-23-2007, 08:52 PM
Developer
 
Join Date: Aug 2007
Posts: 373
Thanks: 0
Thanked 139 Times in 80 Posts

Quote:
Hey 1.3.4 works great now. No more EDGE issues.
I never had a reboot problem using EDGE settings in 1.1.2
only in 1.1.1.
Glad it works. There is a 1.1.1 EDGE Fix in my installer for the issue with EDGE and 1.1.1 if anyone needs it.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #28  
Old 12-26-2007, 06:30 PM
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 12
Thanks: 6
Thanked 0 Times in 0 Posts

hi why the icon does not change with any of the themes ?
thanks
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #29  
Old 12-26-2007, 06:40 PM
redcard's Avatar
Livin the iPhone Life
 
Join Date: Oct 2007
Device + Firmware: 3G 2.2
Operating System: Vista Ultimate
Location: Scotchland
Posts: 1,895
Thanks: 7
Thanked 175 Times in 158 Posts

Quote:
Originally Posted by mrdjflood View Post
hi why the icon does not change with any of the themes ?
thanks
Because there are no other icons made for it. Either create your own icon, or wait for the theme creators to include it
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #30  
Old 01-02-2008, 07:06 AM
Developer
 
Join Date: Aug 2007
Posts: 373
Thanks: 0
Thanked 139 Times in 80 Posts

I just posted a new version of bossprefs that allows you to add your own apps to the dock. Hope you all like it.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to BigBoss For This Useful Post:
Bones (01-02-2008)
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > 3rd Party Apps For iPhone | iPod Touch > Native iPhone / iPod Touch App Launches

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyI

All times are GMT -6. The time now is 01:22 AM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Privacy Statement / Top