abart997 / SBVolume

Volume buttons right in your SpringBoard
7 stars 0 forks source link

Tweak breaks SMS client #1

Open n0m0n opened 13 years ago

n0m0n commented 13 years ago

When this tweak is present 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.

Hope this can be fixed I like the option. Thanks

steincraig commented 12 years ago

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);

n0m0n commented 12 years ago

I am not sure what your telling me. I don't know how to program, so can you share the app or tell the developer and maybe he can resubmit it?

Please advise Thanks JW

n0m0n commented 12 years ago

Where would I find this? Can I add this via iFile? If so where would I find the file I have to this line to?

Thanks

steincraig commented 12 years ago

I have informed the developer

Sent from my iPhone

On 30/08/2011, at 9:11 PM, n0m0n reply@reply.github.com wrote:

I am not sure what your telling me. I don't know how to program, so can you share the app or tell the developer and maybe he can resubmit it?

Please advise Thanks JW

Reply to this email directly or view it on GitHub: https://github.com/abart997/SBVolume/issues/1#issuecomment-1941126

n0m0n commented 12 years ago

Steincraig

Not sure what that will do. I tried to contact the developer a few times back in the beginning of July...

Still waiting for a reply.

Can you share how I can add that line to the script? I have iFile installed can you direct as to where I can find the script, can I edit the app while on my device?

THANKS

steincraig commented 12 years ago

Download my updated version of this tweak from my repo at https://github.com/steincraig/SpringVolume