Android ApkTool Tutorial
Uploader Comments (OhHeyItsLou)
All Comments (22)
-
how to sign my apk file?
-
Thanks for the great tutorial! Extremely helpful
-
So did you not just use the newly built APK? Because it was not signed? Is that why you mashed the old and new apks together
-
@pnuTube11 i actually was able to get pass this, someone gave me a command and it downloaded the whole jdk package, im now trying to install sdk and then a signer
-
when downloading java for linux mint 12, where do you put it so that when marker in your video shows you to type apktool, it will work, im getting this when i type apktool
adonis@linuxmint ~ $ apktool
/usr/local/bin/apktool: line 77: exec: java: not found
-
you say about a signing script want to share ??? been looking for one for linux
-
can i get your wallapaper? it looks very nice
-
awesome fuckn video dude can show one for theme-in widgets and such like the rosie please really appreciated man
Well done, again! Both this video and the sdk (pts 1 and 2) were amazingly well done. Please please make the video tutorial on signing apks and making flashable zips.
iowabeakster1 2 months ago in playlist Uploaded videos
@iowabeakster1 Great ideas I will put them on the to do list.
OhHeyItsLou 2 months ago
Where do the framework files come from? And how do you install them?
michaellee213 3 months ago
@michaellee213 the framework files are located in your Rom's zip in /system/framework/ you install with apktool using the command "apktool if nameofyourframework.apk" no quotes of course.
OhHeyItsLou 3 months ago
Running Ubuntu 11.10....@ 6:10 you open the bin file as "administrator". I dont have that option when I right click. Any ideas?
whotookmylogin 3 months ago
@whotookmylogin or you can use the commnand line to copy the files by typing sudo cp file-names /usr/local/bin/
OhHeyItsLou 3 months ago