Is there a way to decompile apk (Launcher2.apk from ics) and to edit it's code and compile again?
I need to replace toast message "Shortcut Installed", with code that sends custom broadcast or creates file on sd or signals it some other CATCHABLE from other app way.
I know about baksmali. With the help of it I can remove Toast message. But how I can add my own code? Jd-gui does not generates working code.
Thanks