APK Manager on Linux

Calma10

Well-known member
Mar 7, 2010
229
17
0
Visit site
I'm not using it but I can most like answer your questions..

The instructions and requirements are listed below

Instructions (Linux):

1. Place apk in appropriate folder (Any filename will work, if running for first time folders will not be there, you must run and then the folders will be created)
2. Open terminal and change-directory to apkmanager (Easiest way is to type "cd ")
3. Chmod 755 Script.sh
4. Chmod 755 all files apps inside other folder (thanks for the tip bkmo )
5. Run script by typing ./Script.sh
6. Minimize the script
7. Edit files inside the out folder
8. Maximize the script

Requirements:
-Java
-Adb


-I try runing the script as state on step 1 to get the folders, but nothing happen.
-I decided to move to step 2, I changed the directory.
-My problems started on step 3, if I used the comand "Chmod 755 Script.sh",
i get an error.
-So I change the comand to "sudo chmod 755 Script.sh"
-I did'nt get anything,
-Step 4, is a little confusing; I am assuming it means if I have any apk files i have to do the same as step 3.
-I move to step 5 and used comand "./Script.sh
and nothing happen, i try to run the Scrip and didn't get anything.

My question, am I using the right comands? did I miss doing something?
I have found that some instrution dont put the real basic stuff, since I am a linux noob. I might have miss a step.

I have the jdk and jre installed and i have android sdk too.

thank you for your help.