Jump to content

How to patch TweetDeck to use your bit.ly pro ID


Recommended Posts

Posted

This is not for the faint hearted! :)

Here's how to patch the TweetDeck APK tp use your bit.ly pro ID for custom URLs (i.e. for me, it gives me mdc.gd URLs instead of bit.ly).

  • Pull the TweetDeck APK from your device (it's at /data/app/com.thedeck.android.app.apk)
  • Unzip the classes.dex file from the archive
  • Baksmali the classes.dex file
  • Open the com/tweetdeck/net/BitlyRestClient.smali file
  • Change the line under 'const-string v0, "login"' to your bit.ly pro login name
  • Change the line under 'const-string v0, "apiKey"' to your bit.ly pro API key
  • Smali the code directory to get your new classes.dex
  • Zip your new classes.dex file into the TweetDeck APK
  • Re-sign the TweetDeck APK with your own signature
  • Uninstall TweetDeck from your device and install your new version

That's it! Remember, due to signature mismatch new updates won't apply on your device (you'll need to download them and re-patch them) but that aside, you're set! :D

P

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.