yup it does...i just ran the tool and norton detected sonar activity...but i uploaded that particular file on virustotal.com and no other antivirus reported it as virus...i gues its safe to add it in exclusion list of nortonhi guys.
such a great soft.
but I have a big problem.
Norton Internet security 2011 finds it as Sonar activity.
what should I do?
Any help will be appreciated .
sorry for bad English language.
Hi pejman999 & drsood!yup it does...i just ran the tool and norton detected sonar activity...but i uploaded that particular file on virustotal.com and no other antivirus reported it as virus...i gues its safe to add it in exclusion list of norton
Its rev.exeHi pejman999 & drsood!
Sonar activity report from Nortonis obviously a false alarm. But anyways... Can you tell me which file Norton dislikes? Is it a .bat or an .exe file? (Please, check your quarantine.) I will have a look if I could possibly drop and substitute it in future releases.
Thanks,
Phsorx
A second reason some apps don't appear in the output, is names that are (far) too long. For example Vignette does this. They seem to save their complete changelog stories in the spot where only a version number is supposed to go.Hi!
It might have been duplicate input apps. Only one copy is kept in output folder. Read known issues and roadmap section of howto txt. A new version is under way and will be released very soon that will save duplicates separately with an extra .1 .2 .3 ... .n extension; so if you throw 500 files at it, you will exactly get 500 files back and it will be up to you to sort out or dispose of duplicates.
phsorx
Sent from my HTC Desire using XDA App
I can't get this to work. I put all my .apk files into a folder named "apk", must I change the name of that folder to "Input"? Where should I copy all files of the Apk rename tool relatively to apk files folder to for it to work?Hi!
Did you click the ApkBatchRename.Bat or ApkRename.Bat?
(Should click ApkBatchRename.Bat!)
ApkBatchRename.Bat accepts no command line arguments. You can run it by simply clicking it. This is the file supposed to be executed, and it will do the job. What it does is it searches through the input folder and its sub folders for *.apk files and invokes ApkRename.Bat with the appropriate command line arguments on it. After all iterations it will prompt you for a key press prior exiting.
ApkRename.Bat on the other hand does need command line arguments. Simply clicking it will briefly open the command dialog, scroll the help message and close. (Like you said.) The best way to invoke ApkRename.Bat (if you definitely have to) is from the command prompt. To get a command prompt on Windows 7 click start and enter cmd into the search box in the start menu. ApkRename.Bat will show a short help explaining what arguments it takes. ApkRename.Bat will work on one file at a time only. It is ApkBatchRename.Bat that does the recursion for him.
Hope this helped.
phsorx
PS: Make sure your apk file is a valid zip file though! All apk files are actually zip archives with multiple files in them. If you cannot open your apk file in a zip file manager such as 7zip or winzip that means your package file is corrupted. In such a case Apk(Batch)Rename will not work either, because it starts by opening the zip archive to pull the Label and Version information. Did you try with other apk's as well?
PS2:I haven't tested the tool on Windows7 x64 yet though. I'll too have a look if that could be your issue.Nubicurio confirmed the tool works on his x64 machine. Thanks Nubicurio!
label=`echo $label|tr ' ' '_'`
label=`echo $label|tr ' ' '_'`
echo $label $version $package
cp "$1" "$o/$label"_"$version"_"$package.apk"
Dear all, Sorry for being a noob, but I can't make this to work. I'm using Win7 x64. Can you provide some hepl? Thanks a lot.I can't get this to work. I put all my .apk files into a folder named "apk", must I change the name of that folder to "Input"? Where should I copy all files of the Apk rename tool relatively to apk files folder to for it to work?
Thank you.
ApkRename
├───input
├───output
└───tools
ApkRename
├───input
│ └───hello.apk
├───output
└───tools
ApkRename
├───input
│ └───hello.apk
├───output
│ └───Hello World 1.21.apk
└───tools
I finally have it worked. The problem before was that I unzipped the file without keeping folder structures, hence I got no idea there supposed to be input/output/tools folders. Thanks a bunch.Hi thangnh,
![]()
![]()
I guess it is really time for me to do a video tutorial on youtube, isn't it!?
![]()
![]()
So when you unzip ApkRename1.10.zip you get this folder structure:
Now copy your apk file(s) into the input folder like so:Code:ApkRename ├───input ├───output └───tools
And now execute the ApkBatchRename.bat file (eg by simply double clicking it).Code:ApkRename ├───input │ └───hello.apk ├───output └───tools
Result:
Now you can find you freshly renamed app(s) under the output folder.Code:ApkRename ├───input │ └───hello.apk ├───output │ └───Hello World 1.21.apk └───tools
Also note:
You can also place multiple files and folders of your app collection into the input folder. Such sub-folder trees within input will be walked recursively.
Hope this helped.
phsorx