Results 1 to 3 of 3
- 05-08-2012, 10:39 AM
Thread Author #1
Custom keyboard idea
So you may have noticed it is not possible to use custom keyboards in the Android player on the PB. They can be installed, but you can't change the keyboard from the default one.
But my idea is this: Would it work if we changed the manifest.xml in the custom keyboard to match the package name etc. from the default one, so that the custom one would replace the default one? (Probably increment the version number so that it's an "update")
Or is this package one that couldn't be replaced?
Here's the manifest from the stock keyboard:
Code:<manifest sharedUserId="android.uid.system" versionCode="0x1" versionName="1.0" package="com.rim.inputmethod"> <uses-sdk minSdkVersion="0xa" targetSdkVersion="0xa"> </uses-sdk> <application label="BlackBerry Keyboard" persistent="0xffffffff" process="system.apps"> <service label="BlackBerry Keyboard" name=".BlackBerryIME" permission="android.permission.BIND_INPUT_METHOD"> <intent-filter priority="0x1"> <action name="android.view.InputMethod"> </action> </intent-filter> <meta-data name="android.view.im" resource="res/xml/method.xml"> </meta-data> </service> </application> </manifest>UberCurrency - Free currency conversion app for PlayBook. - 05-08-2012, 08:34 PM #2
It has a 0.01% chance of working. I doubt RIM signed the APK with testkeys, or any other public key.
- 05-09-2012, 03:56 AM
Thread Author #3
UberCurrency - Free currency conversion app for PlayBook.
Reply
















