View Single Post
Old 02-07-2012, 03:26 AM   #1
ever2047
Junior Member
ever2047 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Feb 2012
Device: PRS-T1
Question How to edit EbookReader.apk and make it work on non-rooted device?


1: I use Apktool to unpack EbookReader.apk and made some changes.
but some errors occured when I bulid it to apk.

Code:
D:\apk>java -jar apktool.jar b EbookReader
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
Exception in thread "main" brut.androlib.AndrolibException: brut.common.
ption: could not exec command: [aapt, p, -F, C:\DOCUME~1\ADMINI~1\LOCALS
APKTOOL4651201101303012885.tmp, -I, C:\Documents and Settings\Administra
ool\framework\1.apk, -S, D:\mo\apk\EbookReader\res, -M, D:\mo\apk\EbookR
droidManifest.xml]
        at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResou
a:193)

....

2: Need edited apk files to be re-signed? How?

3: How to install edited apk files to non-rooted device?

ever2047 is offline   Reply With Quote