Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: [2.0 - Release] iBlacklist - Call/SMS filtering application
is a discussion within theNative iPhone / iPod Touch App Launches
forums, a part of the3rd Party Apps For iPhone | iPod Touch
section;Are you guys showing 0 for the filesize on iblacklist.dylib? The other two dylibs I have in the folder WinterBoard and FiveIconDock, both are 47 and 35,744 bytes respectively. EDIT:
...-
09-04-2008, 07:40 AM #21iPhone? More like MyPhone
- Join Date
- Mar 2008
- Location
- Shreveport, LA
- Posts
- 109
- Thanks
- 23
- Thanked 6 Times in 6 Posts
Are you guys showing 0 for the filesize on iblacklist.dylib? The other two dylibs I have in the folder WinterBoard and FiveIconDock, both are 47 and 35,744 bytes respectively.
EDIT:
damn edlockW your too fast for me =) You reply before I even postiPhone 3GS 16GB 3.0fw White + Jailbroken
-
09-04-2008, 07:52 AM #22
-
09-04-2008, 07:53 AM #23
Actually
/Library/MobileSubstrate/MobileSubstrate.dylib is a file
/Library/MobileSubstrate/DynamicLibraries/iblacklist.dylib is a symlink to /Library/Frameworks/iBlacklist.framework/iblacklist.dylib
To really force it to be loaded, please first check if you have the iblacklist.dylib FILE on the correct path above (/Library/Frameworks/iBlacklist.framework/iblacklist.dylib).
The add this line on the SB plist:
/Library/Frameworks/iBlacklist.framework/iblacklist.dylib
If there is previous lines on the DYLD insert, separate them by :
I edited my previous post with the workaround and added a link to a site that converts the plist into a readable xml text file.
After this, put the new SB plist on /System/Library/LaunchDaemons/ overriding the existing one.
Reboot the phone.
Now the SB knows it must load the iblacklist.dylib file straight from our just created folder.
This is what we have done on 1.X firmwares and the lib was always being correctly loaded.
-
The Following User Says Thank You to spektro For This Useful Post:
jonniespence (09-04-2008)
-
09-04-2008, 08:08 AM #24
spektro, MobileSubstrate.dylib is not a file on my iPhone (2.0.1):
# ls -ld /Library/MobileSubstrate/MobileSubstrate.dylib
lrwxr-xr-x 1 root wheel 27 Aug 31 19:19 /Library/MobileSubstrate/MobileSubstrate.dylib -> /usr/lib/libsubstrate.dylib*
anyway, just tried making the iblacklist.dylib a symlink to the real location; but that doesn't seem to be doing the trick either
# ls -ld /Library/MobileSubstrate/DynamicLibraries/iblacklist.dylib
lrwxr-xr-x 1 root wheel 57 Sep 4 16:06 /Library/MobileSubstrate/DynamicLibraries/iblacklist.dylib -> /Library/Frameworks/iBlacklist.framework/iblacklist.dylib*
-
09-04-2008, 08:12 AM #25My iPhone is a Part of Me
- Join Date
- Nov 2007
- Location
- The big apple
- Posts
- 572
- Thanks
- 51
- Thanked 52 Times in 36 Posts
i guess we will have to wait for an update then..i did everything as spektro advised and still a no go....
Verizon iPhone 4 jailbroken
iOS 4.2.8
I'm a NY GIANT!!!
-
09-04-2008, 08:16 AM #26
spektro,
workaround doesn't work
this is the value of my DYLD_INSERT_LIBRARIES variable:
/Library/MobileSubstrate/MobileSubstrate.dylib:/var/mobile/Library/biteSMS/biteSMSsb.dylib
-
09-04-2008, 08:18 AM #27
spektro,
workaround doesn't work
this is the value of my DYLD_INSERT_LIBRARIES variable:
/Library/MobileSubstrate/MobileSubstrate.dylib:/var/mobile/Library/biteSMS/biteSMSsb.dylib
-
09-04-2008, 08:20 AM #28
Supposing you have added the /Library/Frameworks/iBlacklist.framework/iblacklist.dylib line on the SB plist and rebooted the phone, the library must be loaded.
Please check if youhave this file:
/var/mobile/Library/iBlacklist/iBlacklist.sqlitedb
This is our database, please check if it is 0777 permission.
Also, please check if our dilyb is 0755 permission.
I´m in a place with no wifi at this moment and can´t install it from Cydia, but as soon as i can install it, i´ll be abled to understand what´s going on with this.
Thanks friends
-
The Following User Says Thank You to spektro For This Useful Post:
nycdiplomat (09-04-2008)
-
09-04-2008, 08:21 AM #29My iPhone is a Part of Me
- Join Date
- Nov 2007
- Location
- The big apple
- Posts
- 572
- Thanks
- 51
- Thanked 52 Times in 36 Posts
thanks spektro, ill try this again. we appreciate your help
Verizon iPhone 4 jailbroken
iOS 4.2.8
I'm a NY GIANT!!!
-
09-04-2008, 08:22 AM #30iPhone? More like MyPhone
- Join Date
- Mar 2008
- Location
- Shreveport, LA
- Posts
- 109
- Thanks
- 23
- Thanked 6 Times in 6 Posts
Mmmm.....
Threw /Library/Frameworks/iBlacklist.framework/iblacklist.dylib into SB plist and rebooted.....been sitting at apple logo for better part of 5 minutes now....I smell a restore.iPhone 3GS 16GB 3.0fw White + Jailbroken
-
09-04-2008, 08:25 AM #31
!UPDATE!
replacing the iblacklist.dylib (empty) file with a symlink to the correct file, seems to work
i didn't notice it immediately, because apparantly my iBlacklist settings (also registration) dissapeared after doing that
i just put some test phone numbers in the blacklist, and it seems to work now
so here is the workaround, that worked for me (fw 2.0.1):
1) before installation
# cd /var
# ln -s mobile mobie
2) after installation
# cd /Library/MobileSubstrate/DynamicLibraries
# rm iblacklist.dylib
# ln -s /Library/Frameworks/iBlacklist.framework/iblacklist.dylib iblacklist.dylib
reboot your iphone, and reconfigure iblacklist
wedlock
ps: most likely, you also need the MobileSubstrate workaround mentioned, if you don't have it loaded in SBLast edited by edlockW; 09-04-2008 at 08:26 AM. Reason: Automerged Doublepost
-
The Following User Says Thank You to edlockW For This Useful Post:
picassolsus (09-04-2008)
-
09-04-2008, 08:28 AM #32
Spektro,
That did the trick. SMS and Calls now being blocked - phew.
Thanks for all your help.
-
09-04-2008, 08:30 AM #33iPhone? More like MyPhone
- Join Date
- Mar 2008
- Location
- Shreveport, LA
- Posts
- 109
- Thanks
- 23
- Thanked 6 Times in 6 Posts
Great, as soon as I finish this RESTORE I'll give that a try =(
iPhone 3GS 16GB 3.0fw White + Jailbroken
-
09-04-2008, 08:30 AM #34
No restore is needed. Just place again the old SB plist there without the iblacklist line and it will boot again
-
09-04-2008, 08:32 AM #35iPhone? More like MyPhone
- Join Date
- Mar 2008
- Location
- Shreveport, LA
- Posts
- 109
- Thanks
- 23
- Thanked 6 Times in 6 Posts
-
09-04-2008, 08:36 AM #36
Are you guys all for real?!?! I have to do all this work to get an app to work, and then pay for it?!?
Spektro, might I suggest you remove it from the repo, fix the problem and then put it back up once this is solved.
unbelievable, am I the only one thinking this
and thats why you should save your login info with the opening screen on SSH!
I speak from being in your same situation so no condescension intended. After that, if you know your IP, it IS possible to SSH into your phone while on that logo, of course if you left WIFI and SSH on before it all happened.Last edited by Bouzo; 09-04-2008 at 08:36 AM. Reason: Automerged Doublepost
-
09-04-2008, 08:40 AM #37
... sorry, spektro, *no*: on my phone, as I wrote, MobileSubstrate.dylib is a symlink and iblacklist.dylib is a file
... funny... I do have this file too and... this one is 93.5kb whilst the one in /Library/MobileSubstrate/DynamicLibraries/iblacklist.dylib is 0kb (but it's not a symlink!)To really force it to be loaded, please first check if you have the iblacklist.dylib FILE on the correct path above (/Library/Frameworks/iBlacklist.framework/iblacklist.dylib).
The add this line on the SB plist:
/Library/Frameworks/iBlacklist.framework/iblacklist.dylib
If there is previous lines on the DYLD insert, separate them by :
before I screw everything... this way is ok?
/Library/MobileSubstrate/MobileSubstrate.dylib
:
/Library/Frameworks/iBlacklist.framework/iblacklist.dylibLast edited by pl_svn; 09-04-2008 at 08:44 AM.
-
09-04-2008, 08:40 AM #38
Spektro,
Sadly another problem to report. I attempt to set password.
I ENABLE Startup Password and set 4 digit passcode - Save the password and yet on iBlacklist Home Screen - Password always reads - Startup Off
Additionally it does not challenge for a password on launch.
Any ideas ?
-
09-04-2008, 08:41 AM #39
Bouzo
The package was sent to BigBoss but he redid the .deb there. We are talking to him and asked for it to be temporarily removed from the repository.
You are right, it shouldn´t be so painfull to install and have it working, but things went a little wrong when the package was rebuilt and this is what is causing these problems.
This is being fixed and soon it will be a painless installation.
pl_svn
Just place them on the same line, just separated by :Last edited by spektro; 09-04-2008 at 08:44 AM.
-
09-04-2008, 08:43 AM #40
dbl post
Last edited by Bouzo; 09-04-2008 at 08:47 AM.




LinkBack URL
About LinkBacks
Reply With Quote
