Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

34
votes
9answers
37k views

Can I tweak my android emulator to make it fast?

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? ...
4
votes
1answer
80 views

php function implode tweaking

im trying to print an array using implode, but i want to tweak it, so the "glue" of the implode show every two element, and not in every element. ...
3
votes
3answers
118 views

Minor tweaks in story based agile/iterative development

What is the preferred way to treat tiny interface tweaks such as "make the menu colour lighter when you hover over it" when using stories. My first though was to treat it as a bug; stick it on an ...
2
votes
0answers
59 views

Cannot hook certain library calls using MSHookFunction

I'm having trouble using MobileSubstrate's MSHookFunction() to hook certain library function calls. For example, hooking memcpy and memset causes a crash on app launch however hooking memcmp works ...
2
votes
3answers
273 views

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 ...
1
vote
1answer
105 views

(cydia dev) Call Answering Screen in iPhone

What would be the class responsible for call answering screen. I think it's a private framework, or even the SpringBoard. But the SpringBoard has dozens of classes, and as I have access only to the ...
1
vote
1answer
679 views

Developing Mobile Substrate tweaks

I have a few questions about developing mobile substrate tweaks. First of all, how do you make them? Do you have to use xcode or what? What kind of files are needed, i mean there are no nibs involved ...
1
vote
1answer
163 views

What is the purpose of %new & %class?

What do %new and %class mean in terms of MobileSubstrate tweaks? For instance: %class TPBottomLockBar; and %new(v@:) Sorry for double question!
1
vote
2answers
972 views

How to create a tweak for jailbroken iPhone

My question is... Can we use Xcode to create a tweak for jailbreaked iPhone? Foe example if I want to add some button in the lock screen how can I do? How can I mod the GUI of the default iPhone ...
1
vote
0answers
400 views

How to make a mobile substrate tweak enabled In a period of time?

I want to enable my tweak in a period of time,just like from 03:00 - 05:00,but i don't know how . I have tried the following way. I use NSTimer to get the current time every seconds,but when the ...
1
vote
2answers
1k views

How to disable Visual Studio macro “tip” balloon?

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, ...
0
votes
0answers
50 views

Setting up framework (OpenEars) in a non-Xcode iPhone project (MobileSubstrate tweak with Theos)

Here is the link to setting up the OpenEars framework in Xcode: http://www.politepix.com/openears/configuring However, I'm making a tweak using Theos, so I need to configure it, manually I suppose, ...
0
votes
0answers
10 views

Tweak RCP classloader over a non-reliable network

Our RCP application is placed on a shared network driver, during any network failover, there could be 1~2 seconds down time. Any file access/class loading right at that moment just hangs the ...
0
votes
1answer
13 views

Zend appendFIle tweaking

How can I include a same .js file multiple times but it will add it to the header only once. The idea is similar to include and include_once function in PHP. I am using the following zend framework ...
0
votes
1answer
131 views

Jailbreak dev - error creating tweak

I'm trying to create an iphone tweak, but I can not compile the tweak. It always comes up with this error. What could be the problem? TWEAK.M %hook SBCallAlertDisplay - ...
0
votes
0answers
59 views

Is it safe to allow regex for targeting by IP Adresses in Openx 2.6, like I have done?

In brief Is it safe to allow regex matching of IP addresses in case of IP address targeting, like I have done (explained below)? The fact that Openx 2.6, by default, does not allow this made us to ...
0
votes
0answers
112 views

Theos Lock Screen tweak

I'm developing an iPhone tweak with theos. With this tweak I'd like the user to be able to simply move the lock screen out of the way, similar to the move2unlock tweak. But I'm failing at removing the ...
0
votes
1answer
63 views

Fonts provided by application not in Info.plist

I am developing a non-AppStore application and I would like to use some custom fonts in said app. Now I know that you can add custom fonts to your project by adding the "Fonts provided by application" ...
0
votes
1answer
91 views

OpenURL on iphone problem with strings

i am using openURL to open an app with arguments but i get errors when compiling (theos...mobilesubstrate) Here is my code: http://pastie.org/private/mg6lbuttin85llxaxwdkw sorry the code wasn't ...
0
votes
1answer
196 views

Can't make deb files work using Theos. Manually copying the dylib - works

I'm having a really weird problem. I've developed my first tweak for the iPhone (intended for Cydia distribution). I'm all done developing the tweak and everything works, but I'm having trouble ...
0
votes
2answers
77 views

Query hogs 100% CPU and didn't complete even after 6 hrs

For the problem below, I got the query working. But when I am running the above query on a table having 2 million records, the MySQL process seems to hog the CPU with 100% utilization. I have been ...
0
votes
1answer
180 views

How to Debug MobileSubstrate Tweaks?

What is the best way to debug MobileSubstrate extensions, i.e. placing breakpoints etc.? Is there away to do this in Xcode? GNU Debugger?
0
votes
2answers
208 views

Need help with a mobilesubstrate tweak

I recently made a .dylib and it doesn't work. I was told some things were wrong and I wan missing stuff. I need you guys to tell me what I'm missing. #import <CoreFoundation/CoreFoundation.h> ...
0
votes
0answers
158 views

Problem when compiling [closed]

i'm trying to make a tweak using mobilesubstrate and theos but when i try to compile it says: <Tab> Making all for tweak StayOnTab... /stayontab/theos/makefiles/instance/library.mk:27: warning: ...
0
votes
2answers
134 views

Can't play a sound with a space in the (NSURL *)sound_url

I want to play a sound like this: #define url(x) [NSURL URLWithString:x] .... AVAudioPlayer *myFatBeat; myFatBeat = [[AVAudioPlayer alloc] initWithContentsOfURL:url(@"/Library/Ringtones/Bell% ...
0
votes
2answers
308 views

Can't play a sound with an UIAlertView

A part of my tweak must play a sound and display an UIAlertView when a certain message is received. Then when the UIAlertView is cancelled, the sound stops. At the moment, the UIAlertView shows up, ...
0
votes
2answers
100 views

Disable the internet without touching the hardware

How would I go about disabling the internet on my computer without touching the hardware (modem, router, etc) and without disabling it from the Network Connections of the Control Panel. Is there a way ...
0
votes
2answers
106 views

Visual Studio 2008 Tweaks [closed]

Possible Duplicate: Hidden Features of Visual Studio (2005-2008)? Please share tweaks, tips and tricks that you know for Visual Studio 2008.
-1
votes
1answer
43 views

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 ...