Questions tagged [tweak]

A tweak refers to a customization of a software application intended to facilitate its integration within the host system.

References

285 questions
-1
votes
1 answer

Developing mobile substrate tweak

What kinds of iphone functions can be over rided and how can i find and look at these functions? Or where can i look at them?
Huntaz556
  • 117
  • 1
  • 3
  • 12
-1
votes
1 answer

Ken Burns Slideshow Modification

I found a slideshow on Codepen that looks like: https://codepen.io/wh1zk1d/pen/WRJjLd I like this one, but I just wanted the image with the Ken Burns effect, so I simplified the code: The beauty of this code, is it's very simple :-) #slides { …
Josh Rodgers
  • 507
  • 7
  • 27
-1
votes
1 answer

Forget Platform and Tweak the Performance of "a Web Server"

Unusual interview question I got. Being completely agnostic about the platform, what are some things you can do to detect performance bottlenecks? I mentioned examining CPU and memory to narrow it down to a problematic process, but got the hunch a…
S. Valmont
  • 941
  • 2
  • 11
  • 25
-1
votes
1 answer

Problem when running iOS project on my jailbroken iPhone with Xcode: Error: SpringBoard not linked into application

When I want to run my iOS project on my jailbreak iPhone I get this error: objc[23503]: class 'SpringBoard' not linked into application my app stock hang and couldn't stop the installing process in Xcode even. Xcode complained about these tweaks:…
Emran
  • 79
  • 1
  • 11
-1
votes
1 answer

How to get the original color of the image

I try to get the original color of the image on the rebootButton button I can change color .. but I want to get the original color of the image I create in Photoshop The problem is that I can not get the original color and I only get a blue color on…
hackDa dev
  • 29
  • 2
-1
votes
1 answer

How to hook obj-c selector from string(by tweak)?

We can get ios installed bundle id list like this: Class lsawsc = objc_getClass("LSApplicationWorkspace"); NSObject* workspace = [lsawsc performSelector:NSSelectorFromString(@"defaultWorkspace")]; NSArray *arr = [workspace…
scvyao
  • 143
  • 1
  • 12
-1
votes
1 answer

apply variable on views in the template

A part of my html code var marker; function initMap() { map = new google.maps.Map(document.getElementById("mymap"), myOptions); getMapMetadata([]); // setInterval(function(){ getMapMetadata([]); }, 3000); } function…
-1
votes
1 answer

ipconfig: merge two batch files (.bat) into one

I have two .bat files in use to toggle my Internet connection: 1) "ipconfig /release" (to switch off) 2) "ipconfig /renew" (to switch on) Could somebody please rewrite it, so I can use ONE single file instead of two? Specifically: one click -…
-2
votes
1 answer

can we disable right click for a certain folder or desktop?

Is it possible to disable to right click for only a particular folder of desktop? I tried the Reg-Editor method but it will disable the right click for the whole system.
-2
votes
1 answer

How do I start monitor for finger prints using BiometricKit framework in ios 10 theos?

I would like to know how to start monitor for finger prints like this tutorial explains but it is out of date so it doesnt work. Thanks in advance.
-2
votes
1 answer

Obliterate (remove branding) exact HTML snippet from website NOT using javascript or CSS

The exact snippet, generated by software that must be removed is:

Created by FancyWebsite

Perhaps PHP str_replace() or PHP trim() might work. I found these…
Uncle Iroh
  • 376
  • 5
  • 17
-2
votes
1 answer

iOS - UIButton does not appear on UIView

This tweak is supposed to cover the lockscreen with a view (which does happen) and add an "iOS" button to the view (which does not). Here's my code: #import #import @interface…
-2
votes
2 answers

how can i execute theos tweak on jailbreak device?

i am a new comer for tweak development, as per different tutorial now i have little bit idea of theos but facing so much problems while creating tweaks for iphone, right now i am following…
Raj
  • 1,213
  • 2
  • 16
  • 34
-3
votes
1 answer

How to read iOS (and how many)notifications?

Okay since my question got closed i'll go more in depth, i'm writing a tweak that /reads/ if there's any notifications and if there is it /tells/ you with a sound or custom vibrate pattern. Question is, how would I(the tweak) /read/ if there is any…
covxx
  • 11
  • 2
-4
votes
1 answer

How custom the design of UIButton in objective-C?

I need help to create a custom UIButton, I'm creating a tweak, i have an custom uiview and i know how to add a button on it. But i don't like the blue and tiny stock style of it, I want to custom my button like my UIView with color style and size…
MayBeMe
  • 7
  • 8
1 2 3
18
19