Jump to content

1 post in this topic

Recommended Posts

Posted

Hello. My tweak gets installed properly on my device. I'm currently in ios 9.2

I'm on iphone 6s.

I've installed theos. I'm just following the spring board example; where I just display a popup box upon respire at the lockscreen of my phone.

 

I use $THEOS/bin/nic.pl; all of these works just as expected.

I also installed 9.3 sdk inside my /opt/theos/sdks ( I put the entire folder obtained from here https://github.com/theos/sdks)

 

My makefile looks like this:

 

My device respires too; just the box won't show up. I think im mixing up on compatible versions. Any guidance would be appreciated.

 

include $(THEOS)/makefiles/common.mk



TWEAK_NAME= biplovdahal

export TARGET = iphone:9.2

export ARCHS = arm64

export TARGET_IPHONEOS_DEPLOYMENT_VERSION = 9.2

biplovdahal_FILES = Tweak.xm

include $(THEOS_MAKE_PATH)/tweak.mk

export THEOS_DEVICE_IP=localhost

export THEOS_DEVICE_PORT=2222

after-install::

        install.exec "killall -9 SpringBoard"

 

 

 

 

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