Guest Paul Posted August 10, 2011 Report Posted August 10, 2011 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 archiveBaksmali the classes.dex fileOpen the com/tweetdeck/net/BitlyRestClient.smali fileChange the line under 'const-string v0, "login"' to your bit.ly pro login nameChange the line under 'const-string v0, "apiKey"' to your bit.ly pro API keySmali the code directory to get your new classes.dexZip your new classes.dex file into the TweetDeck APKRe-sign the TweetDeck APK with your own signatureUninstall 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now