Guest 1586111051 Posted May 24, 2012 Report Posted May 24, 2012 I need extract and pack framework-res.apk, How ??
Guest twelfd Posted May 24, 2012 Report Posted May 24, 2012 apktool, to unpack: apktool.bat d framework-res.apk "new folder" will unpack to new folder
Guest redhawkuk Posted May 26, 2012 Report Posted May 26, 2012 Framework-res.apk can be unpacked like any other APK however it must be repacked using no compression for this I reprocessed my build with Winzip32. I also copied the CERT folder from the original APK (zip) file into my new build I wanted the same signed certificate but not sure if that was really necessary. And finally you need to use the zipalign tool that comes with the Android SDK - http://developer.android.com/guide/developing/tools/zipalign.html Richard S.
Guest shmizan Posted May 26, 2012 Report Posted May 26, 2012 easiest is to use APK Multi-Tool and to follow instructions. it will tell you what to do with system apks
Guest 1586111051 Posted May 27, 2012 Report Posted May 27, 2012 Compilation fails. W: Could not find sources I: Checking whether resources has changed I: Building resources... Exception in thread "main" aapt: warning: string 'config_geocodeProvider' has no default translation in C:\51\framework-res\res; found: iw appt: warning: string 'daily' has no default translation in c:\51\framwork-res\res; found: fi hu ko pt sk ......
Guest shmizan Posted May 27, 2012 Report Posted May 27, 2012 you need to install the framework-res first so it will know where to take resources from. put the framework-res.apk file of the ROM you want to mess with in apktool folder, open CMD and: apktool if framework-res.apk[/CODE]
Guest razzmataz1478 Posted May 27, 2012 Report Posted May 27, 2012 you need to install the framework-res first so it will know where to take resources from. put the framework-res.apk file of the ROM you want to mess with in apktool folder, open CMD and: apktool if framework-res.apk[/CODE] I've never installed framework and I've been fine. Is it an ics framework-res.apk?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now