Closed GoogleCodeExporter closed 9 years ago
Also using:
hk.kennytm.iKeyEx3-0.1-99i.deb
hk.kennytm.5RowQWERTY-0.1-99h.deb
Original comment by yiltan...@gmail.com
on 10 Sep 2009 at 6:48
IIRC these SMS apps are setuid apps. setuid apps cannot use MobileSubstrate
unless the app explicitly loads it,
which BiteSMS doesn't from what you said. iKeyEx requires MS, so it can't work.
This cannot be fixed on our
side.
Please report to the developers of BiteSMS instead. All they need to do is add
these 2 lines of pseudocode in
main():
if ( the file "/Library/MobileSubstrate/MobileSubstrate.dylib" exists )
dlopen("/Library/MobileSubstrate/MobileSubstrate.dylib", ...);
Original comment by kennytm@gmail.com
on 10 Sep 2009 at 5:27
Original issue reported on code.google.com by
yiltan...@gmail.com
on 10 Sep 2009 at 6:39