• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Editing Application Files

I just downloaded MyHomework—a planner app for those who don't know. One of the features of this app is I can organize tasks into categories, such as quiz, test, homework, etc. One of these categories is called read, which I find very annoying because it's a verb in the middle of a bunch of nouns. I feel like I should be able to root around in tbe application's files and find the list of categories and change read to reading, but I can't find where the files are stored. Can somebody direct me to where these might be? I have root access so that's not an issue if it would be.
 
A hex editor isn't the right tool for editing an APK file - an APK is really just a compressed file that contains resources and java code. You can use any decent file extraction utility to view what's inside an APK. You'll most likely be interested in the "strings.xml" file inside of there.

Of course, the trick is getting it back into the APK - tampering with an APK in any way changes its digital signature. Depending on your phone and Android OS version, you may not be able to install the "fixed" application back on your device - and you definitely won't be able download future updates for it. You're probably better off sending an email to the developer of the app to see if they could implement your suggestion:
contactus@myhomeworkapp.com

If you really want to know how to modify an APK, this older Reddit thread may be able to help get you pointed in the right direction:
https://www.reddit.com/r/Android/comments/11852r/how_to_modify_an_apk
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones