The logos tag has no wiki summary.
2
votes
1answer
67 views
Get Application Icon Image From Springboard (Jailbreak)
I'm developing a lockscreen application using theos and part of the functionality requires icon images of certain applications on the phone. How can I go about getting those icon images and displaying ...
0
votes
1answer
32 views
Conditional call of a class inside a Hook block within THEOS/LOGOS
In my THEOS tweak, i'm hooking a class and calling one of its methods successfully.
My problem is that the method name changed following an update to the app i'm tweaking.
In the old version, the ...
1
vote
1answer
48 views
How to Display an image through a NSBundle
I am trying to display a image when my method is activated. I have all the code down and I dont get any errors but the image just wont show.
Here is my Tweak.xm file.
#import <UIKit/UIKit.h>
...
1
vote
1answer
54 views
UIImage may not respond to imageWithContentsofFile
Hi guys I am trying to make a image appear whenever my method is called.
Here is my code
#import <UIKit/UIKit.h>
#import <substrate.h>
#import <Foundation/Foundation.h>
#import ...
0
votes
0answers
230 views
Theos/Logos and hooking IVar's
I am starting to get into iOS jailbreak development, as well as Theos/Logos. Currently, I know how to hook a header, and change things like int, void, bool and floats (the basic stuff).
But I want to ...
1
vote
2answers
275 views
iOS Jailbreak Development (THEOS/Logos) - Calling a function from another Class (%hook)
This should be simple to answer (I hope?).
Note: This code is not an exact replica of the original code, but illustrates (with good accuracy) what my problem is, and what my intentions with the code ...
0
votes
0answers
260 views
Launch daemon and logos hooking - iOS jailbreak tweak
I am developing a tweak that comprises of two parts, a launch daemon to run constantly in the background and a logos SpringBoard hook to enable a UI (when an event occurs).
I know how to accomplish ...
0
votes
1answer
72 views
Instance methos not found when using logos %new
I'm using logos to make a tweet. I use %new to add a new method - (void)checkTQT to SBAwayController, but when I invoke the method using [self checkTQT], it says "instance method '-checkTQT' not ...
1
vote
1answer
207 views
Compiler errors with dumped headers when creating a Cydia Tweak with Theos
I'm trying to write a tweak for an app on the iPhone. I have a good background in objective C and iPhone dev, but I've never done any Cydia jailbreak tweaks, save for a few tutorials on tweaks using ...
-5
votes
1answer
328 views
How to develop windows phone app like logos quiz [closed]
I'm developing a Windows Phone app that functions like the popular Logo Quiz in the App Store.
I know it involves a database to determine whether the answer is correct or not but I do not know how to ...
0
votes
1answer
216 views
iosopendev logo tweak build error
I have just created a logos tweak using iOSOpenDev without making any changes to anything. I am getting this error whenever I try to build:
target specifies product type ...
0
votes
2answers
147 views
how to post notification in Logos Tweak
I used the iOSOpenDev to create a Logos Tweak to hook the acknowledgeIncomingMessageWithId: of CTMessageCenter and I want to send notification by NSNotificationCenter to another app, but it doesn't ...
0
votes
1answer
726 views
How to enable or disable a mobilesubstrate via a preference bundle
I would like to know that suppose I have a tweak how would i enable people to enable or disable it via a switch? I need help for a current tweak im working on. This is a mobile substrate tweak made ...
0
votes
1answer
184 views
How to add icon to SpringBoard with tweak
I would like to make an iOS tweak, which ads an icon to SpringBoard, but I can't find any solution. I found IconSupport, but I never used it, and I can't find any sample or open source project for it.
...
0
votes
1answer
741 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
- ...
1
vote
2answers
248 views
Logo Lookup API?
I'm working on an iOS application where I'd like to be able to display stores with their respective logos. I've spent a while looking for an API that does this and I can't find anything besides ...
2
votes
1answer
375 views
Financial Company Logos API [closed]
Is there a way to dynamically pull company logos for banks and brokerages into a webpage without individually downloading each logo or building a list of URL's to link to them directly? I'm looking ...
2
votes
3answers
2k views
UIAlertView not responding to UIAlertViewDelegate
I'm using logos for iPhone (MobileSubstrate addons), with a .h file for my
@interface MyClass : NSObject <UIAlertViewDelegate>
and the
- (void)alertView:(UIAlertView *)alertView ...
7
votes
2answers
630 views
List of OpenID Provider logo images and login URLs?
Is there a list of openid providers with their re-use logos and openid URLs? Like the login page here on stackoverflow?
12
votes
15answers
899 views
Where to find logos for technologies and tools? [closed]
I often need to present about technologies and tools, and I am always wasting hours trying to find logos for various things. In particular, high resolution images with transparency seem to be almost ...
1
vote
3answers
193 views
Does ASP.NET have built in support for skinning logos?
I'm using logos as just an example.
I'm trying to use themes/skins for the first time in ASP.NET - and just trying to figure out exactly what they will allow me to do.
As far as i can tell themes ...