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

Root Cant decode system apps with apktool.

ShawnMichael

Well-Known Member
Like the title says.

I can get it to where i have the folders and stuff, but in the drawable-hdpi folder there are (.pro) files instead of images.

Can anyone explain or help me?
 
.pro is a file LG uses for some of their themes. They're really just .pngs renamed to .pro. Just take whatever you want to be that icon and replace the .png with .pro and it should work.
 
What i have done is taken a png file and made sure that the file read as file.pro instead of file.png its tricky not knowing what the .pro file looks like if you dont know what it is so its a good idea to leave them be if you dont have graphic intepretation experience
 
you could use a batch renamer on the .pro to .pro.png
make changes and then batch rename them back
i like bulk rename utility. allows regex and all kinds of gui type pattern matching
 
Back
Top Bottom