Jump to content

iperispc

Member
  • Posts

    17
  • Joined

  • Last visited

Everything posted by iperispc

  1. Hi Every Body I Have A Bundle Package , And I Have A Problem On This Command On My Bundle.mm -(void)respring { system("killall -9 SpringBoard"); } Error When Type Make Package Install , And I'm Using iOS 9.0.2 error: 'system' is deprecated: first deprecated in iOS 8.0 - Use posix_spawn APIs instead. [-Werror,-Wdeprecated-declarations] system("killall -9 SpringBoard"); /var/root/iTools/theos/sdks/iPhoneOS8.1.sdk/usr/include/stdlib.h:177:6: note: 'system' has been explicitly marked deprecated here int system(const char *) __DARWIN_ALIAS_C(system) __OSX_AVAILABLE_B ...Thanks For Help !
  2. Now My Package Working
  3. i don't you girl or boy but if you want any more from the world i'm ready you im do any work you want Special thanks for you fixed when i copied the lipo file from the usr/bin to var/mobile and signed it
  4. After Downgrade ld64 and Darwin CC Tools , When I Type Make Package get this error After Installed posix_spawn on biteyourapple repo and signed it On installing posix_spawn set permissions to 777
  5. already this error
  6. If Type Any Commands I will give this errors only for compile tweaks i'm only testing this tweak to fix compile tweak but cannot fixed I have Many Tweaks Now , So I'm Tested Tweaks On iPad 4 iOS 8.4 's Friend All Good Working , But On My iPhone I Can't Compile Not Fixed
  7. So I'm Created Many Tweaks But Already Give This Error
  8. My Plist File Is: <?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>Filter</key> <dict> <key>Bundles</key> <array> <string>com.apple.springboard</string> </array> </dict> </dict> </plist> And Tweak.XM Is %hook SBIconController -(void)iconTapped:(id)fp8{ %orig; UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"Test Alert" message:@"" delegate:self cancelButtonTitle:@"OK" otherButtonTitles:nil]; [alert show]; } %end Already i'm Do It , But Not Fixed %hook SBIconController -(void)iconTapped:(id)fp8{ %orig; UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"Test Alert" message:@"" delegate:self cancelButtonTitle:@"OK" otherButtonTitles:nil]; [alert show]; } %end <?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>Filter</key> <dict> <key>Bundles</key> <array> <string>com.apple.springboard</string> </array> </dict> </dict> </plist>
  9. Hello Every Body I'm Installed Theos On iOS 9.0.2 iPhone 6S Plus When I Compile Application Or Preferences Bundle There Is No Problem But When I Want To Compile Tweak I Will Give This Error after downgrade (LD64,Darwin CC Tools) Now Giving This Error And I'm Already Added This Command "ldid -S".. To Many usr/bin files On Make File Added Archs And Frame Works And Installed posix_spawn Package But All Steps Cannot Fix This Error When Compile Tweaks Thanks For Help ....
  10. Ok , now downgraded it but not working
  11. Yes
  12. Ok i'm changed it I'm selected iphone/tewak No problem for iphone/application But when i want to make iphone/tweak or iphone/preferences_bunldle give me error clang++
  13. Hello , i'm using theos on iPhone 6s plus on ios 9.0.2 When i iwant to make package for tweaks give me the clang ++ error http://imgur.com/LGqEtj9 I'm already downgraded the (ld64,ios tool chain), but cannot fixed the error Sorry for bad English
×
  • 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