Hello,
I have been trying to get a nice little tweak to work on my device called SBVolume.
When this tweak is installed on my iPh4 (Verizon) the SMS client doesn't work.
I get a blank screen when I go onto the SMS app.
When I remove this tweak my messages appear again in the app.
Installed un- installed a few times and the same outcome.
I posted this on the developers blog and someone responded the following:
I am also having the same issue, though im running IOS 4.2.1 on an iphone 3gs. I open the sms app and it hangs for a while then crashes, no sms messages are shown. I recompiled the source and it seems you must call %orig before creating the buttons and it works perfect!
%hook SBUIController
-(void)finishLaunching{
%orig; //this was missing!!!
btn = [UIButton buttonWithType:UIButtonTypeRoundedRect];
btn.frame = CGRectMake(20.0, 375.0, 40.0, 20.0);
OK well I am not a programmer or know anything in respect to programing.
Can someone please help me to better understand how I can get this to work?
Can I make this change on my device via iFile?
If so where can I find the file I need to change?
Any help would be greatly appreciated.
Thanks
I have been trying to get a nice little tweak to work on my device called SBVolume.
When this tweak is installed on my iPh4 (Verizon) the SMS client doesn't work.
I get a blank screen when I go onto the SMS app.
When I remove this tweak my messages appear again in the app.
Installed un- installed a few times and the same outcome.
I posted this on the developers blog and someone responded the following:
I am also having the same issue, though im running IOS 4.2.1 on an iphone 3gs. I open the sms app and it hangs for a while then crashes, no sms messages are shown. I recompiled the source and it seems you must call %orig before creating the buttons and it works perfect!
%hook SBUIController
-(void)finishLaunching{
%orig; //this was missing!!!
btn = [UIButton buttonWithType:UIButtonTypeRoundedRect];
btn.frame = CGRectMake(20.0, 375.0, 40.0, 20.0);
OK well I am not a programmer or know anything in respect to programing.
Can someone please help me to better understand how I can get this to work?
Can I make this change on my device via iFile?
If so where can I find the file I need to change?
Any help would be greatly appreciated.
Thanks