Questions tagged [springboard]

Springboard, or Home Screen is the standard application that manages the iOS home screen. Other tasks include starting WindowServer, launching and bootstrapping applications and setting some of the device's settings on startup.

Springboard, or Home Screen is the standard application that manages the iOS home screen. Other tasks include starting WindowServer, launching and bootstrapping applications and setting some of the device's settings on startup.

129 questions
0
votes
1 answer

iOS XCode - Possible to hide OTHER Apps From SpringBoard?

I know it's possible to add a key to my plist to hide my OWN app on the iOS SpringBoard, but is it possible to hide other apps? I heard about an app that allowed parents to lock apps for their kids at specific times (no late-night Facebooking, etc)…
Adam G
  • 1,188
  • 10
  • 24
0
votes
3 answers

'SpringBoard' may not respond to presentViewController

I'm currently trying to make a very simple baseline tweak for iOS 9.3.3 to just display a message when Springboard starts. It keeps giving me this error and I can't figure out how to correct it. Any help would be greatly appreciated. The reason I'm…
TheOdd
  • 265
  • 1
  • 16
0
votes
1 answer

Detect passcode lock state from Home screen

I would like to know if there is any way (should be approved on Appstore) to detect when device passcode is activated on Home screen. Basically, my app would like to know those phone events: device screen turn on/off phone lock/unlock (by Auto-Lock…
nahung89
  • 7,745
  • 3
  • 38
  • 40
0
votes
1 answer

What are the methods on SpringBoard to handle the life cycle of application?

Or maybe there is some method will accept the notification of an application's life cycle notification. What is the SpringBoard equivalent of methods like application: didEnterBackground?
Sawoski Jake
  • 1
  • 1
  • 3
0
votes
0 answers

why does it print both lockcomplete and lockstate when the power button is pressed to lock the phone

Phone lock darwinNotification name = com.apple.springboard.lockcomplete darwinNotification name = com.apple.springboard.lockstate Phone unlock darwinNotification name = com.apple.springboard.lockstate When i lock the the phone it prints both.…
0
votes
1 answer

iOS - take screenshot of springboard(home screen) programmatically

is it possible to take screenshot of home screen of iPhone before start my application in iOS. I had tried google and stack overflow but it only allow to take screenshot of any screen of my application. Look at the following screen which I want to…
Chirag Lukhi
  • 1,528
  • 17
  • 41
0
votes
1 answer

Make alert display when Springboard is loaded iOS

I have recently been trying to get into iOS development using Theos and Obj-C. I currently am attempting to write a tweak for an iPhone 5s running 8.1.1 that is jailbroken. I am currently compiling everything on the device over SSH. I have been…
user286152
  • 117
  • 1
  • 2
  • 12
0
votes
1 answer

Springboard Quit Unexpectedly for Empty Swift Project

I created a new swift project, and changed nothing to the project. It is just an empty swift project. If I choose to run on iPhone 6, the springboard will crash. But if I choose others (like iPhone 5s or resizeable iPhone, even iPhone 6 Plus), the…
Yuting
  • 131
  • 1
  • 12
0
votes
1 answer

Using CLLocationManager in SpringBoard, but got the error with:depending on legacy on-demand authorization, which is not supported for new apps

I'm using the CLLocationManager in SpringBoard or imagent but when I alloc the CLLocationManager, I got the error with:depending on legacy on-demand authorization, which is not supported for new apps. even in locationd process, I got the same…
Mr.wings
  • 13
  • 5
0
votes
1 answer

Really impossible to make package with Theos

I really don't manage to "make package" with Theos for a Tweak made by me, so I copied the "unlockchanger" example on the web (here https://github.com/codyd51/Theos-Examples/tree/master/unlockchanger ) and tried to do "make package". I get these…
0
votes
2 answers

How to keep object alive across the application in objective-c

I have the problem is that I want to use an object across the applications such as SpringBoard, Safari, Settings, Notes, etc. I'm using Singleton pattern. But when I dump these objects, they have it own allocate. Therefore, I think they are…
Minh Quy
  • 655
  • 5
  • 21
0
votes
1 answer

THEOS fatal error: file not found

When i try make my tweak package, I am returned with an error: Tweak.xm:1:9: fatal error: 'SpringBoard/SpringBoard.h' file not found #import ^ 1 error generated. make[2]: ***…
Motion
  • 1
  • 1
  • 3
0
votes
0 answers

Anyone know where to find the -(void)lock in iOS 7 so I can hook into it?

As stated, I am trying to figure out what header in the iOS 7 Springboard that holds -(void)lock{ In earlier versions of iOS there was a SBAwayController that held this, but Apple apparently has decided to change the way it does things again... I…
0
votes
1 answer

Spring boot web context (AnnotationConfigEmbeddedWebApplicationContext)- suddenly being closed/shutdown

I'm using spring-boot 1.1.3 running a web application (obviously, based on spring-web, security and more) with an embedded Tomcat. I'm running my application on Linux (Ubuntu) machine with Java 1.7. After couple of hours, I can see that the context…
Modi
  • 2,200
  • 4
  • 23
  • 37
0
votes
1 answer

iOsOpenDev SpringBoard

Can someone tell me how to hook SpringBoard method, like some AppSlider method with iOsOpenDev (iOs 7.1). Also i don't know what framework i have to take. I have tryed with this but nothing appeared on the console: import UIKit/UIKit.h import…
Floppi96
  • 3
  • 2
1 2 3
8 9