tweak Questions
3
Solved
I installed "Class Dump" from Cydia to get application header files.
But there is a problem.
I can use class-dump in default app.
For example, I ran this command:
class-dump -H /Applications/Mobil...
Cameo asked 13/3, 2014 at 7:51
1
Solved
I am making a tweak for iOS 7, in which I want to know about app launch event, and the details of app being launched (name and identifier). So far the only useful framework I have found is SpringBo...
Roughhew asked 27/5, 2014 at 12:37
1
I am new to jailbreak development, but I have enough knowledge and experience of iOS development. I am really confused how to start coding for my idea. Moreover, I want to stick with Xcode for that...
Sterol asked 23/5, 2014 at 9:26
1
Solved
On a jailbroken iOS device, is it possible for one app to call a method from another app (an instance method, not a static one)? Another way of phrasing this: how can I get the instance of an app (...
1
I am trying to compile and use the following code in a background daemon on a jailbroken iphone.
#import <AudioToolbox/AudioToolbox.h>
#import <libkern/OSAtomic.h>
//CoreTelephony.fra...
Labbe asked 20/3, 2014 at 7:12
2
How can I simulate the home button press event in iOS 7? I tried, but it only worked at the home screen but not inside the other apps.The problem is mainly about the port, it looks like that if I g...
Leninism asked 1/3, 2014 at 10:32
4
Solved
Before iOS7 I use UIGetScreenImage() function to take the screenshot easily, but in iOS7, it becomes deprecated, now are there any good methods to archive this?Thank you!
Addition: I need take scr...
Pumphrey asked 7/2, 2014 at 13:49
13
Solved
I am using the android emulator to run my programs.
But its really slow.
It takes around 90 seconds to startup and show the home screen.
Can I tweak it so that I can reduce this time considerably?...
2
Solved
I'm trying to simulate the "home button pressed" on iOS 7 but the previous method used on iOS 6 doesn't work. I speak of course of a jailbroken device.
#include "GSEvent.h"
- (void)simulateHomeB...
Stapleton asked 8/1, 2014 at 14:25
0
0
I want to simulate multi-touch event on jailbroken device, I tried the GSEvent, I couldn't known each field of the structs, so I just assumed each pathInfo meant one finger info, but no effect, cou...
Chaffer asked 28/7, 2013 at 11:40
2
Solved
I'm making an app for jailbreak that lock the device when the user launch the app. I've tried GSEventLockDevice(); from GraphicsServices.framework but this does not work properly because it locks t...
Shady asked 13/2, 2013 at 20:18
2
Solved
How do you add "objects" to an existing app ?
For example, the EasyRefresh for Chrome tweak, enables a new button inside the iOS Chrome app, as do many other tweaks.
How may i add a simple UIButt...
2
Solved
I have a few questions about developing mobile substrate tweaks.
First of all, how do you make them?
Do you have to use XCode?
What kind of files are needed and where do you place your code?
H...
Cowpea asked 18/8, 2011 at 4:23
3
Solved
if basic, sample GWT app takes 30sec to load in browser, is that normal? will real apps take 2 mins?
I have a decent machine capable of running 64 bit Windows 7. So how come any time I stop a small sample GWT app in "development mode", edit it and restart it it takes 30 sec to become responsive in...
Kate asked 26/5, 2011 at 13:24
2
Solved
Whenever I use a macro in Visual Studio I get an annoying tip balloon in the system tray and an accompanying "pop" sound. It says:
Visual Studio .NET macros
To stop the macro from running, do...
Bonacci asked 7/9, 2008 at 14:29
1
© 2022 - 2024 — McMap. All rights reserved.