i used this method and it fixed it for me.
When I click on the link from that page all it does is give me some code, am I supposed to copy/paste this code into the bitesmssb.plist over the old code?
Edit: Figured it out
i used this method and it fixed it for me.
When I click on the link from that page all it does is give me some code, am I supposed to copy/paste this code into the bitesmssb.plist over the old code?
Replace the contents of this file:
/Library/MobileSubstrate/DynamicLibraries/biteSMSsb.plist
With this:
Filter = { Bundles = (com.apple.springboard); };
The only downside is calling up "Text Message" from the "Contacts" app or the "Phone" app brings up the Apple "Messages" app.
S-
Replace the contents of this file:
/Library/MobileSubstrate/DynamicLibraries/biteSMSsb.plist
With this:
Filter = { Bundles = (com.apple.springboard); };
The only downside is calling up "Text Message" from the "Contacts" app or the "Phone" app brings up the Apple "Messages" app.
S-
For those still confused replace this file,
http://cydia.bitesms.com/biteSMSsb.plist
With the one found in /Library/MobileSubstrate/DynamicLibraries/
Heres the fix to enable bitesms from phone & contact apps:
Edit the file /Library/MobileSubstrate/DynamicLibraries/biteSMSsb.plist to contain only:
Filter = {Bundles = ("com.apple.springboard", "com.apple.mobilephone", "com.apple.MobileAddressBook", "com.spiritoflogic", "com.ismart.dialer", "com.snapturelabs.Snapture", "com.guidedways.Groups");};
I got this from someone on the BiteSMS forums and I can confirm that this works for me. Facebook, contacts, and phone apps all work properly.
Ok I just tested and as I suspected all you need to edit for this to work in phone app and contacts as well is:
Filter = {Bundles = ("com.apple.springboard", "com.apple.mobilephone", "com.apple.MobileAddressBook");};
Take out the stuff about snapture etc. listed above - not sure why that's in there.
What exactly does adding 'spiritoflogic', 'ismartdialer', etc. in the above post do? Suppose we just want bitesms to work in any texting application or contacts app? Snapture is a photo program correct?
Do you need to reboot or anything? I tried this and facebook 3.2.1 still isnt loading.Heres the fix to enable bitesms from phone & contact apps:
Edit the file /Library/MobileSubstrate/DynamicLibraries/biteSMSsb.plist to contain only:
Filter = {Bundles = ("com.apple.springboard", "com.apple.mobilephone", "com.apple.MobileAddressBook", "com.spiritoflogic", "com.ismart.dialer", "com.snapturelabs.Snapture", "com.guidedways.Groups");};
I got this from someone on the BiteSMS forums and I can confirm that this works for me. Facebook, contacts, and phone apps all work properly.
Do you need to reboot or anything? I tried this and facebook 3.2.1 still isnt loading.
Already did and that didn't fix it as well.Yes. Reboot. That would have taken less time than writing up the post....
S-
Already did and that didn't fix it as well.
Had to apply the iPhoneDelivery patch from here: http://forums.bitesms.com/forums/1/topics/2753?page=5#post_27836
Just telling me to reboot would have taken less time than the smartass remark you just had too add.
Ok I just tested and as I suspected all you need to edit for this to work in phone app and contacts as well is:
Filter = {Bundles = ("com.apple.springboard", "com.apple.mobilephone", "com.apple.MobileAddressBook");};
Take out the stuff about snapture etc. listed above - not sure why that's in there.
<?xml version=1.0 encoding=UTF-8?>
<!DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd>
<plist version="1.0">
<dict>
<key>Filter</key>
<dict>
<key>Bundles</key>
<array>
<string>com.apple.springboard</string>
<string>com.apple.mobilephone</string>
<string>com.apple.MobileAddressBook</string>
</array>
</dict>
</dict>
</plist>
The Facebook folks say they have identified the problem and will have a new version of the app out soon that will fix it.
S-