Jump to content

16 posts in this topic

Recommended Posts

Posted

Try it :dunno:

Pasted exactly what he "fixed" into the right files but still didn't work, maybe check my prefbundle.mm file:

 

#import "prefbundle.h"

 

@interface prefbundleListController: PSListController {

}

@end

 

@implementation prefbundleListController

- (id)specifiers {

if(_specifiers == nil) {

_specifiers = [[self loadSpecifiersFromPlistName:@"prefbundle" target:self] retain];

}

return _specifiers;

}

 

-(void)respring {

system("killall -9 SpringBoard");

}

 

-(void) apply {

UIAlertView *alert1 = [[uIAlertView alloc]initWithTitle:@"NoSettingsSearch!" message:@"Made by Sunny Patel" delegate:self cancelButtonTitle:@"Thanks" otherButtonTitles:nil];

[alert1 show];

}

 

-(void) link {

[[uIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.youtube.com/StarSunSunny]];

}

 

@end

 

// vim:ft=objc

Posted

@@Basmal121

 

but still didn't work, maybe check my prefbundle.mm file:

 

#import "prefbundle.h"

 

@interface prefbundleListController: PSListController {

}

@end

 

@implementation prefbundleListController

- (id)specifiers {

if(_specifiers == nil) {

_specifiers = [[self loadSpecifiersFromPlistName:@"prefbundle" target:self] retain];

}

return _specifiers;

}

 

-(void)respring {

system("killall -9 SpringBoard");

}

 

-(void) apply {

UIAlertView *alert1 = [[uIAlertView alloc]initWithTitle:@"NoSettingsSearch!" message:@"Made by Sunny Patel" delegate:self cancelButtonTitle:@"Thanks" otherButtonTitles:nil];

[alert1 show];

}

 

-(void) link {

[[uIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.youtube.c...tarSunSunny]];

}

 

@end

 

// vim:ft=objc

Posted (edited)

Try this

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>entry</key>

<dict>

<key>cell</key>

<string>PSLinkCell</string>

<key>icon</key>

<string>icon.png</string>

<key>label</key>

<string>NoSettingsSearch</string>

</dict>

<key>items</key>

<array>

<dict>

<key>cell</key>

<string>PSGroupCell</string>

<key>label</key>

<string>On or Off</string>

</dict>

<dict>

<key>cell</key>

<string>PSSwitchCell</string>

<key>default</key>

<false/>

<key>defaults</key>

<string>NoSettingsSearch</string>

<key>key</key>

<string>kSettingsSearch</string>

<key>label</key>

<string>Search (On or Off)</string>

</dict>

<dict>

<key>cell</key>

<string>PSGroupCell</string>

<key>label</key>

<string>Tweak by Sunny Patel only for Use!</string>

</dict>

<dict>

<key>cell</key>

<string>PSTextCell</string>

<key>label</key>

<string>Visit http://youtube.com/StarSunSunny]http://youtube.com/StarSunSunny for more!</string>

</dict>

</array>

<key>title</key>

<string>NoSettingsSearch</string>

</dict>

<dict>

<key>cell</key>

<string>PSButtonCell</string>

<key>label</key>

<string>Respring</string>

<key>action</key>

<string>respring</string>

</dict>

<dict>

<key>cell</key>

<string>PSButtonCell</string>

<key>action</key>

<string>apply</string>

<key>label</key>

<string>Thanks</string>

</dict>

<dict>

<key>action</key>

<string>link</string>

<key>cell</key>

<string>PSButtonCell</string>

<key>label</key>

<string>Subscribe to My Channel!</string>

</dict>

</plist>

Updated by ProNab
Posted

Have you seen what Basmal121 put?

  

Did he fix it for me? I thought he just reposted what I said

I just reposted it in

 so you get clear view ¯\_(ツ)_/¯ 
Posted (edited)

Try this

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict>	<key>entry</key>	<dict>		<key>cell</key>		<string>PSLinkCell</string>		<key>icon</key>		<string>icon.png</string>		<key>label</key>		<string>NoSettingsSearch</string>	</dict>	<key>items</key>	<array>		<dict>			<key>cell</key>			<string>PSGroupCell</string>			<key>label</key>			<string>On or Off</string>		</dict>		<dict>			<key>cell</key>			<string>PSSwitchCell</string>			<key>default</key>			<false/>			<key>defaults</key>			<string>NoSettingsSearch</string>			<key>key</key>			<string>kSettingsSearch</string>			<key>label</key>			<string>Search (On or Off)</string>		</dict>		<dict>			<key>cell</key>			<string>PSGroupCell</string>			<key>label</key>			<string>Tweak by Sunny Patel only for Use!</string>		</dict>		<dict>			<key>cell</key>			<string>PSTextCell</string>			<key>label</key>			<string>Visit http://youtube.com/StarSunSunny]http://youtube.com/StarSunSunny for more!</string>		</dict>	</array>	<key>title</key>	<string>NoSettingsSearch</string></dict><dict>	<key>cell</key>	<string>PSButtonCell</string>	<key>label</key>	<string>Respring</string>	<key>action</key>	<string>respring</string></dict><dict>       <key>cell</key>       <string>PSButtonCell</string>       <key>action</key>       <string>apply</string>       <key>label</key>       <string>Thanks</string></dict><dict>	<key>action</key>	<string>link</string>	<key>cell</key>	<string>PSButtonCell</string>	<key>label</key>	<string>Subscribe to My Channel!</string> </dict></plist> 

Still not working.

I just reposted it in

 so you get clear view ¯\_(ツ)_/¯Still not working

Still not working.

 

Still not working

i dunno why it's not working, is there something wrong with the .mm?
Updated by Donald J Trump

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines