I recently tried modifying the settings.plist inside the preferences.app to see if I could get the bluetooth menu on the first page of Settings mainly for quicker access. Not needing to drill down 2 levels.
If you add the following to the settings.plist :
<dict>
<key>bundle</key>
<string>BluetoothSettings</string>
<key>isController</key>
<false/>
<key>requiredCapabilities</key>
<array>
<string>bluetooth</string>
</array>
</dict>
I normally put the code just below the AirPortSettings (Wifi). Where you place it in the file will determine how far down the list it is on the main page.
Respring/reboot the phone and you're good to go.
If you are like me who doesn't use SBSettings for anything other than those 2 toggles, this will at least reduce the number of mobile substrate addons by at least 1
edit : I got a little carried away and did some more editing.
I put the battery percentage in the main screen
Put location services and notifications under the general page
put the carrier info in the network page
I cant figure out how to show the wifi without an icon though. If anyone has any thoughts let me know.
If you add the following to the settings.plist :
<dict>
<key>bundle</key>
<string>BluetoothSettings</string>
<key>isController</key>
<false/>
<key>requiredCapabilities</key>
<array>
<string>bluetooth</string>
</array>
</dict>
I normally put the code just below the AirPortSettings (Wifi). Where you place it in the file will determine how far down the list it is on the main page.
Respring/reboot the phone and you're good to go.
If you are like me who doesn't use SBSettings for anything other than those 2 toggles, this will at least reduce the number of mobile substrate addons by at least 1
edit : I got a little carried away and did some more editing.
I put the battery percentage in the main screen
Put location services and notifications under the general page
put the carrier info in the network page
I cant figure out how to show the wifi without an icon though. If anyone has any thoughts let me know.
Attachments
Last edited: