JohnAGonzalez / networkpx

Automatically exported from code.google.com/p/networkpx
0 stars 0 forks source link

5th Row does not appear on biteSMS Quick Compose/Reply #325

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start up Quick Compose or Quick Reply
2.
3.

What is the expected output? What do you see instead?

Was hoping to see 5th row keyboard, but only get standard keyboard

What version of the product are you using? On what operating system
(iPhone/iPod Touch? Firmware version?)?

iPhone 3G 8GB with v3.0 (7A341)

Please provide any additional information below.

Using biteSMS ver 4.3

Your work is always appreciated!

***** Note: iKeyEx (thus hClipboard & 5-Row QWERTY) doesn't work on 3.0
yet. Please subscribe to issue 83 for the updates. Delete this line if your
issue is unrelated to 3.0.

Original issue reported on code.google.com by yiltan...@gmail.com on 10 Sep 2009 at 6:39

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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