Jump to content

dark_angel1

Member
  • Posts

    12
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone Xr

Recent Profile Visitors

259 profile views

dark_angel1's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. it is my makefile code i havnt anyhin like this include theos/makefiles/common.mk TWEAK_NAME = testapphack fitstarhack_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" it is my makefile code i havnt anyhin like this include theos/makefiles/common.mk TWEAK_NAME = fitstarhack fitstarhack_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard"
  2. add it on the top of makefile? i will be trying to find it thanks
  3. i tired to change my flex patch to deb without pop up alert i can make deb but when i write pop up code into tweak.xm my pop alert code %hook FLAAppDelegate -(void)applicationDidBecomeActive: (id)application { UIAlertView*alert=[[UIAlertView alloc] initWithTitle:@"welcome to testapphack"message:@"hacked By darkangel" delegate:nil cancelButtonTitle:@"thanks!"otherButtonTitles:nil]; [alert show]; [alert release]; } %end i get this error /var/mobile/Testapphack/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/Testapphack/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Angel-iPhone:/var/mobile/Testapphack root# make /var/mobile/Testapphack/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/Testapphack/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak Testapphack... Linking tweak Testapphack... Undefined symbols for architecture armv7: "_OBJC_CLASS_$_UIAlertView", referenced from: objc-class-ref in Tweak.xm.ec87c6c4.o ld: symbol(s) not found for architecture armv7 clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [obj/Testapphack.dylib.64873355.unsigned] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [Testapphack.all.tweak.variables] Error 2 thanks
  4. please i want to make an ios app on windows system because i have not MAC is there any good way to make it on windows?
  5. please how do I find right class in the smart pixel if you can just explain moreo
  6. I have galaxy gear 2 neo but i dont have android phone, I have iphone 6s how can I set the time without Android phones or set the watch time with connecting to iphone
  7. please Dear DIDA how can I do that? really I need it
  8. I have this issue when someone calls me or texts me, their name do not show while the names exsit in contacts app and in the setting (VPN and Carrier) Sections disappear. please someone help me thanks
  9. i just like to change it to my name while recording
  10. Hello ... I want to change Name in the red line ''Smartpixel Mini'' to anything that I want I go intonthe app file and change language string and others but still it is same name Thanks for helping
×
  • 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