Results 1 to 3 of 3
  1. SifJar's Avatar
    CrackBerry Master

    Posts
    1,202 Posts
    Thread AuthorThread Author   #1  

    Default 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.
  2. coggy9's Avatar
    CrackBerry Newbie

    Posts
    4 Posts
    Global Posts
    13 Global Posts
    #2  

    Default

    It has a 0.01% chance of working. I doubt RIM signed the APK with testkeys, or any other public key.
  3. SifJar's Avatar
    CrackBerry Master

    Posts
    1,202 Posts
    Thread AuthorThread Author   #3  

    Default

    Quote Originally Posted by coggy9 View Post
    It has a 0.01% chance of working. I doubt RIM signed the APK with testkeys, or any other public key.
    Can packages only be updated with other packages signed with the same key? I thought that might be an issue, I just wasn't sure.
    UberCurrency - Free currency conversion app for PlayBook.

Posting Permissions