Use apkFileManager to catalog and organize your (legally* obtained) ap dịch - Use apkFileManager to catalog and organize your (legally* obtained) ap Việt làm thế nào để nói

Use apkFileManager to catalog and o

Use apkFileManager to catalog and organize your (legally* obtained) apk file collection on your computer.

First, your friendly warning message:
-------------------------------------
DRAGONS AHEAD. THIS PROGRAM IS STILL IN DEVELOPMENT.
I CAN NOT BE HELD RESPONSIBLE FOR ANY KIND OF DATA LOSS, IN WHATEVER WAY.
THIS TOOL MODIFIES FILES ON YOUR COMPUTER AND IT IS WISE TO ALWAYS HAVE A BACKUP OF THE DATA BEFORE DOING ANY OPERATION.
YOU HAVE BEEN WARNED.
-------------------------------------

The aapt executable from the android SDK is needed for the program to function properly.
A place to get it would be at:
http://code.google.com/p/android-apktool/downloads/list

and get the file named:
apktool-install-windows-r05-ibot.tar.bz2
for the Windows binary.

This program is portable, everything is kept in one folder.
Just unzip and you're ready to go!

I created this little tool because I keep a backup on the computer with my installed and purchased apk files.
It didn't take long and this folder to become cluttered with multiple old versions for each App and non-properly named files.
So I searched for an program that will be able to organize this mess.
I found only basic apk file renamers that were either basic scripts or either needed java or .net installed, and only use the build-in information from each apk file.
So, I sat down and started to write a program which could organize my collection a little better.


Features:

- Reads apk's from a directory and extracts icon and basic information about them, with the help of aapt.
- Gets Google Play Store details and descriptions for all apk's that are in the Store.
- View Screenshots from Google Play Store (If Play Store details have been retrieved).
- Move older versions of apk's to another folder so you can inspect them and remove them.
- Rename files by using a custom renaming mask.
- Batch rename apk's using a mask.
- Move files automatically to subfolders named from the official Google Play Store categories.
- Preview file rename/move operation.


Version History:

0.7.12 (2015-07-16):
Updates:
- Updated to latest Lazarus IDE and compiled with latest dependencies. Windows 7/8 users should now be bug-free.

0.7.11 (2014-03-31):
Updates:
- Updated Google Play Store categories.

0.7.10 (2014-03-06):
Fixes:
- When opening the program for the first time, the open file dialog would open and close immidiately on win7/8. fixed.

0.6.9 (2013-11-11):
New Features:
- You can now keep the details and screenshots windows open while browsing the main list window.
- Starting to implement an internal apk reader, so that the separate aapt executable will no longer be needed. As it's not complete yet, it's disabled.
Changes:
- Changed database component from Zeos to internal Lazarus SQLdb package, effectively cutting down the program's filesize almost 1.5mb.
Fixes:
- Updated the code retriving information and screenshots for the new Google Play Store layout.

0.6.8 (2013-02-01):
Bugfixes:
- Fixed a bug when geting Play Store Infos sometimes wouldn't retrieve the right information from the Google Play Store site.

0.6.7 (2012-12-24):
Major Changes:
- New Ribbon Layout on main window. Can be reverted to classic menu on the Options tab.
- Due to the large amount of small files piling up in the Screenshot directory after viewing a lot of app screenshots,
as of version 0.6.7, these files will be stored from now on in a separate database file (Screenshots.db3), like the app icons.
The existing Screenshot directory will be migrated to the new database file.
Changes:
- Changed iconset from FamFamFam to Fatcow.
- Improved program startup time.
- Main Window: View Screenshots Button gets disabled if you haven't retrieved Google Play Infos for the app.
- Multi Rename Window: Unchecked apps are greyed out.
New Features:
- Main Window: Added Delete apk file function.
- Main Window: Added option to enable/disable alternate row colors.
- App Details Window: Implemented Right-Click Menu on App description, on selected text and links.
- Multi Rename Window: Added Progress Bar when rename operation starts.
- Multi Rename Window: Manual edit of filenames. Click on the filename or press F2 to rename. Changes on the filenames are lost if you change the filter settings from above.
- Screenshot Window: Added 1:1 and zoomed in view buttons on the lower right region of the image.
Bugfixes:
- Main Window: Duplicate/Old file status column indicator now only checks inside the working directory, as it should be.
- App Details Window: You can now scroll up/down the text with the mouse wheel on App description.
Known Bugs:
- Unicode .apk file names or folders cannot be reconized yet. Suggested solution is to rename them to standard ascii, until I'll solve this problem.

0.5.9 (2012-11-28):
New Features:
- Added Select All/None checkbox on Mass Rename form.
- Rows are now displayed with alternate colors.
- If a file cannot be recognized, a message appears.
Bugfixes:
- Fixed App detail Hint on main window not showing correct information, when table order is changed.
- Fixed sorting of the File Size column on main window.
Changes:
- Using Natural sorting on tables.

0.5.8 (2012-10-26):
New Features:
- Added Screenshot Image Rotation (Rotation is performed lossless on jpeg images with jpegtran).
Some minor bugfixes.
Screenshot thumbnails are now generated for faster preview.

0.5.7 (2012-09-18):
New Features:
- In screenshot window, click on image for zoomed view.
Bugfixes:
- Getting screenshots from Play Store works again.

0.5.6 (2012-09-06):
New Features:
- When hovering over the "Open Google Play Store" link in App Details window, the QR Code of the link is displayed on the icon.
- When renaming, added an option to remove non-ascii characters from filename.
Bugfixes:
- If the apkName or googleName contained a slash character, the app would be moved into the wrong directory.

0.5.5 (2012-08-08):
New Feature:
- Added checkbox to Multi Rename Window, so you can uncheck files you don't want to rename.

0.5.4 (2012-08-05):
Fixed 2 bugs:
#1 Program freeze upon clicking "include subdirs".
#2 Division by zero on Win7 x64 when clicking Get Google App Infos.

0.5.3 (2012-08-02):
First public release.


Mask Renaming mechanism explained:

the following masks are supported:

%filename% = Original File Name
%apkname% = APK Name
%apkversion% = APK Version
%apkrevision% = APK Revision
%apkpackage% = APK Package Name
%googlename% = Google Play Name (If nonexistent, APK Name will be used)
%googlemaincat% = Google Play Main Category (If nonexistent, the word 'Uncategorized' will be used)
%googlesubcat% = Google Play Subcategory (If there is a main category but no subcategory, the word 'Uncategorized' will be used, else it will remain blank)

For example:
Let's say you have a backup from the popular game Angry Birds v2.0. You have the game named as 'angry_birds.apk' in a folder 'D:Androidfiles'.

Setting the rename mask to: '%googlename% %apkversion%', and the destination folder to 'D:AndroidSorted'

the file will be renamed/moved
from: D:Androidfilesangry_birds.apk
to: D:AndroidSortedAngry Birds 2.0.0.apk

A more advanced example:
You have the same file as above, 'D:Androidfilesangry_birds.apk', and you also have retrieved Google Play Store information for this file.
Now you have more flexible choices:
Set the file rename mask to: '%googlemaincat%/%googlesubcat%/%googlename% %apkversion%', and the destination folder to 'D:AndroidSorted'

the file will be renamed/moved
from: D:Androidfilesangry_birds.apk
to: D:AndroidSortedGamesArcade & ActionAngry Birds 2.0.0.apk

So now you can organize your apps into the same categories as Google Play Store displays them.




Acknowledgements:
Application Icon from http://tempest.deviantart.com/#/d36uwz0
Icons from Fatcow Free Icon Set (http://www.fatcow.com/free-icons)

OpenSSL Libraries:
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).
This product includes cryptographic software written by Eric Young (eay@cryptsoft.com).



* I do not endorse piracy in any way.
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
Use apkFileManager to catalog and organize your (legally* obtained) apk file collection on your computer.First, your friendly warning message:-------------------------------------DRAGONS AHEAD. THIS PROGRAM IS STILL IN DEVELOPMENT.I CAN NOT BE HELD RESPONSIBLE FOR ANY KIND OF DATA LOSS, IN WHATEVER WAY.THIS TOOL MODIFIES FILES ON YOUR COMPUTER AND IT IS WISE TO ALWAYS HAVE A BACKUP OF THE DATA BEFORE DOING ANY OPERATION.YOU HAVE BEEN WARNED.-------------------------------------The aapt executable from the android SDK is needed for the program to function properly.A place to get it would be at: http://code.google.com/p/android-apktool/downloads/listand get the file named: apktool-install-windows-r05-ibot.tar.bz2for the Windows binary.This program is portable, everything is kept in one folder.Just unzip and you're ready to go!I created this little tool because I keep a backup on the computer with my installed and purchased apk files.It didn't take long and this folder to become cluttered with multiple old versions for each App and non-properly named files.So I searched for an program that will be able to organize this mess.I found only basic apk file renamers that were either basic scripts or either needed java or .net installed, and only use the build-in information from each apk file.So, I sat down and started to write a program which could organize my collection a little better.Features: - Reads apk's from a directory and extracts icon and basic information about them, with the help of aapt. - Gets Google Play Store details and descriptions for all apk's that are in the Store. - View Screenshots from Google Play Store (If Play Store details have been retrieved). - Move older versions of apk's to another folder so you can inspect them and remove them. - Rename files by using a custom renaming mask. - Batch rename apk's using a mask. - Move files automatically to subfolders named from the official Google Play Store categories. - Preview file rename/move operation.Version History:0.7.12 (2015-07-16): Updates: - Updated to latest Lazarus IDE and compiled with latest dependencies. Windows 7/8 users should now be bug-free.0.7.11 (2014-03-31): Updates: - Updated Google Play Store categories.0.7.10 (2014-03-06): Fixes: - When opening the program for the first time, the open file dialog would open and close immidiately on win7/8. fixed.0.6.9 (2013-11-11): New Features: - You can now keep the details and screenshots windows open while browsing the main list window. - Starting to implement an internal apk reader, so that the separate aapt executable will no longer be needed. As it's not complete yet, it's disabled. Changes: - Changed database component from Zeos to internal Lazarus SQLdb package, effectively cutting down the program's filesize almost 1.5mb. Fixes: - Updated the code retriving information and screenshots for the new Google Play Store layout.0.6.8 (2013-02-01): Bugfixes: - Fixed a bug when geting Play Store Infos sometimes wouldn't retrieve the right information from the Google Play Store site.0.6.7 (2012-12-24): Major Changes: - New Ribbon Layout on main window. Can be reverted to classic menu on the Options tab. - Due to the large amount of small files piling up in the Screenshot directory after viewing a lot of app screenshots, as of version 0.6.7, these files will be stored from now on in a separate database file (Screenshots.db3), like the app icons. The existing Screenshot directory will be migrated to the new database file. Changes: - Changed iconset from FamFamFam to Fatcow. - Improved program startup time. - Main Window: View Screenshots Button gets disabled if you haven't retrieved Google Play Infos for the app. - Multi Rename Window: Unchecked apps are greyed out. New Features: - Main Window: Added Delete apk file function. - Main Window: Added option to enable/disable alternate row colors. - App Details Window: Implemented Right-Click Menu on App description, on selected text and links. - Multi Rename Window: Added Progress Bar when rename operation starts. - Multi Rename Window: Manual edit of filenames. Click on the filename or press F2 to rename. Changes on the filenames are lost if you change the filter settings from above. - Screenshot Window: Added 1:1 and zoomed in view buttons on the lower right region of the image. Bugfixes: - Main Window: Duplicate/Old file status column indicator now only checks inside the working directory, as it should be. - App Details Window: You can now scroll up/down the text with the mouse wheel on App description. Known Bugs: - Unicode .apk file names or folders cannot be reconized yet. Suggested solution is to rename them to standard ascii, until I'll solve this problem.0.5.9 (2012-11-28): New Features: - Added Select All/None checkbox on Mass Rename form. - Rows are now displayed with alternate colors. - If a file cannot be recognized, a message appears. Bugfixes: - Fixed App detail Hint on main window not showing correct information, when table order is changed. - Fixed sorting of the File Size column on main window. Changes: - Using Natural sorting on tables.0.5.8 (2012-10-26): New Features: - Added Screenshot Image Rotation (Rotation is performed lossless on jpeg images with jpegtran). Some minor bugfixes. Screenshot thumbnails are now generated for faster preview.0.5.7 (2012-09-18): New Features: - In screenshot window, click on image for zoomed view. Bugfixes: - Getting screenshots from Play Store works again.0.5.6 (2012-09-06): New Features: - When hovering over the "Open Google Play Store" link in App Details window, the QR Code of the link is displayed on the icon. - When renaming, added an option to remove non-ascii characters from filename. Bugfixes: - If the apkName or googleName contained a slash character, the app would be moved into the wrong directory.0.5.5 (2012-08-08): New Feature: - Added checkbox to Multi Rename Window, so you can uncheck files you don't want to rename.0.5.4 (2012-08-05): Fixed 2 bugs: #1 Program freeze upon clicking "include subdirs". #2 Division by zero on Win7 x64 when clicking Get Google App Infos.0.5.3 (2012-08-02): First public release.Mask Renaming mechanism explained:the following masks are supported:%filename% = Original File Name%apkname% = APK Name%apkversion% = APK Version%apkrevision% = APK Revision%apkpackage% = APK Package Name%googlename% = Google Play Name (If nonexistent, APK Name will be used)%googlemaincat% = Google Play Main Category (If nonexistent, the word 'Uncategorized' will be used)%googlesubcat% = Google Play Subcategory (If there is a main category but no subcategory, the word 'Uncategorized' will be used, else it will remain blank)For example:Let's say you have a backup from the popular game Angry Birds v2.0. You have the game named as 'angry_birds.apk' in a folder 'D:Androidfiles'.Setting the rename mask to: '%googlename% %apkversion%', and the destination folder to 'D:AndroidSorted'the file will be renamed/moved from: D:Androidfilesangry_birds.apk to: D:AndroidSortedAngry Birds 2.0.0.apkA more advanced example:You have the same file as above, 'D:Androidfilesangry_birds.apk', and you also have retrieved Google Play Store information for this file.Now you have more flexible choices:
Set the file rename mask to: '%googlemaincat%/%googlesubcat%/%googlename% %apkversion%', and the destination folder to 'D:AndroidSorted'

the file will be renamed/moved
from: D:Androidfilesangry_birds.apk
to: D:AndroidSortedGamesArcade & ActionAngry Birds 2.0.0.apk

So now you can organize your apps into the same categories as Google Play Store displays them.




Acknowledgements:
Application Icon from http://tempest.deviantart.com/#/d36uwz0
Icons from Fatcow Free Icon Set (http://www.fatcow.com/free-icons)

OpenSSL Libraries:
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).
This product includes cryptographic software written by Eric Young (eay@cryptsoft.com).



* I do not endorse piracy in any way.
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
Sử dụng apkFileManager vào cửa hàng và tổ chức (hợp pháp thu được *) apk bộ sưu tập tập tin của bạn trên máy tính của bạn. Đầu tiên, thông điệp cảnh báo thân thiện của bạn: ------------------------ ------------- DRAGONS AHEAD. CHƯƠNG TRÌNH NÀY VẪN CÒN TRONG PHÁT TRIỂN. Tôi KHÔNG THỂ ĐƯỢC TỔ CHỨC TRÁCH NHIỆM CHO BẤT CỨ LOẠI DỮ LIỆU MẤT MÁT, trong bất cứ cách. TOOL NÀY chỉnh sửa các file trên máy tính và IT IS WISE TO LUÔN CÓ BACKUP CỦA DỮ LIỆU TRƯỚC KHI LÀM MỌI HOẠT ĐỘNG. BẠN CÓ ĐƯỢC cẩn. ------------------------------------- Các thực thi AAPT từ Android SDK là cần thiết cho các chương trình để hoạt động đúng. Một nơi để có được nó sẽ được ở: http://code.google.com/p/android-apktool/downloads/list và nhận được các tập tin có tên là: apktool-install-windows-R05-ibot. tar.bz2 cho bản Windows. Chương trình này là xách tay, mọi thứ đều được lưu giữ trong một thư mục. Chỉ việc giải nén và bạn đã sẵn sàng để đi! Tôi tạo ra công cụ này rất ít vì tôi giữ một bản sao lưu trên máy tính với tập tin APK cài đặt và mua của tôi . Nó đã không mất nhiều thời gian và thư mục này để trở nên lộn xộn với nhiều phiên bản cũ, chỉ cho App và các tập tin không đúng tên. Vì vậy, tôi đã tìm kiếm một chương trình mà sẽ có thể tổ chức lộn xộn này. Tôi chỉ tìm thấy cơ bản renamers file APK đó là một trong hai kịch bản cơ bản hoặc một trong hai java cần thiết hoặc .net cài đặt, và chỉ sử dụng các build-in thông tin từ mỗi tập tin apk. Vì vậy, tôi ngồi xuống và bắt đầu viết một chương trình mà có thể tổ chức các bộ sưu tập của tôi một chút tốt hơn. Các tính năng: - Đọc apk từ một biểu tượng thư mục và các chiết xuất và các thông tin cơ bản về họ, với sự giúp đỡ của AAPT. - Gets Google Play Store chi tiết và mô tả cho tất cả của apk có trong Store. - Xem Ảnh chụp màn hình từ Google Play Store (Nếu chi tiết Play Store đã được lấy ra). - Di chuyển các phiên bản cũ của trình của apk đến một thư mục khác để bạn có thể kiểm tra chúng và loại bỏ chúng. - Đổi tên tập tin bằng cách sử dụng một mặt nạ tùy biến, đổi tên. - Batch đổi tên apk bằng cách sử dụng một mặt nạ. - Di chuyển các tập tin tự động với các thư mục con có tên từ chính thức Google Play Store chuyên mục. - Xem trước tập tin hoạt động đổi tên / di chuyển. sử Phiên bản: 0.7.12 (2015/07/16): Cập nhật: - Cập nhật mới nhất Lazarus IDE và biên soạn với sự phụ thuộc mới nhất. Cửa sổ 7/8 người sử dụng, nên có bug-free. 0.7.11 (2014/03/31): Cập nhật: - Cập nhật Google Play Store loại. 0.7.10 (2014/03/06): Fixes: - Khi mở chương trình lần đầu tiên, hộp thoại mở tập tin sẽ mở và đóng immidiately trên win7 / 8. . cố định 0.6.9 (2013/11/11): Tính năng mới: - Bây giờ bạn có thể giữ cho các chi tiết và ảnh chụp màn hình cửa sổ đang mở trong khi duyệt các cửa sổ danh sách chính. - Bắt đầu thực hiện một trình đọc apk nội bộ, do đó ý chí thực thi AAPT riêng không còn cần thiết. Vì nó chưa hoàn thành, nó bị vô hiệu hóa. Thay đổi: -. Thay đổi thành phần cơ sở dữ liệu từ Zeos để gói Lazarus SQLdb nội bộ, có hiệu quả cắt giảm kích cỡ của chương trình gần như 1.5MB Fixes: - Cập nhật các mã retriving thông tin và ảnh chụp màn hình cho Google Play Store bố trí mới . 0.6.8 (2013/02/01): Sửa lỗi: - Sửa lỗi khi geting Play Store Infos đôi khi sẽ không lấy lại thông tin ngay từ Google Play Store site. 0.6.7 (2012/12/24): Major Thay đổi: - New Ribbon Layout trên cửa sổ chính. Có thể được chuyển đến trình đơn cổ điển trên tab Options. - Do số lượng lớn các tập tin nhỏ chồng chất lên trong thư mục Screenshot sau khi xem rất nhiều ảnh chụp màn hình ứng dụng, như các phiên bản 0.6.7, các tập tin sẽ được lưu trữ từ bây giờ . một tập tin cơ sở dữ liệu riêng biệt (Screenshots.db3), giống như các biểu tượng ứng dụng thư mục Screenshot hiện tại sẽ được di chuyển đến tập tin cơ sở dữ liệu mới. Thay đổi: - Thay đổi bộ icon gồm từ famfamfam để FatCow. - Cải thiện thời gian khởi động chương trình. - Cửa sổ chính: Xem Ảnh chụp màn hình Nút bị vô hiệu hóa nếu bạn không lấy Google Play Infos cho các ứng dụng. - Multi Rename Window: ứng dụng không được kiểm soát sẽ màu xám. Các tính năng mới: - Window chính: Thêm chức năng Xóa tập tin apk. - Cửa sổ chính: Thêm tùy chọn để cho phép / vô hiệu hóa màu sắc hàng thay thế. - App Chi tiết Window: Thực hiện Right-Click Menu trên App mô tả, trên văn bản được lựa chọn và liên kết. - Multi Rename Window:. Added Progress Bar khi hoạt động đổi tên bắt đầu - Multi Rename Window: Manual chỉnh sửa các tên tập tin. Nhấp chuột vào tên tập tin hoặc nhấn F2 để đổi tên. Những thay đổi về tên tập tin bị mất nếu bạn thay đổi các thiết lập bộ lọc từ trên cao. - Ảnh chụp màn hình Window: Thêm 1: 1 và zoom vào nút xem trên khu vực phía dưới bên phải của hình ảnh. Sửa lỗi: - Window chính: Duplicate / tình trạng tập tin Old chỉ số cột bây giờ chỉ kiểm tra bên trong thư mục làm việc, như nó phải được. - App Chi tiết Window: Bây giờ bạn có thể di chuyển lên / xuống các văn bản với các bánh xe chuột trên App mô tả. Bugs biết: - Unicode .apk tên file hoặc thư mục không thể được reconized chưa . Giải pháp được đề xuất là thay đổi tên họ để ascii tiêu chuẩn, cho đến khi tôi sẽ giải quyết vấn đề này. 0.5.9 (2012/11/28): Tính năng mới: - Added Chọn tất cả / Không checkbox vào mẫu Lễ Rename. - Rows đang hiển thị với . màu sắc thay thế - Nếu một tập tin không thể được công nhận, một thông báo xuất hiện. Sửa lỗi: - Cố định App chi tiết Gợi ý trên cửa sổ chính không hiển thị thông tin chính xác, khi thứ tự bảng được thay đổi. - Cố định phân loại của File Size cột vào cửa sổ chính. Thay đổi: - Sử dụng phân loại tự nhiên trên bảng. 0.5.8 (2012/10/26): Tính năng mới: -. Added Screenshot Hình ảnh Rotation (xoay được thực hiện lossless trên hình ảnh jpeg với jpegtran) . Một số sửa lỗi nhỏ thumbnail Screenshot đang tạo ra cho xem trước nhanh hơn . 0.5.7 (2012/09/18): Tính năng mới: - Trong cửa sổ ảnh chụp màn hình, click vào hình thu nhỏ để xem. Sửa lỗi: - Bắt ảnh chụp màn hình từ Play Store hoạt động trở lại. 0.5.6 (2012/09/06): New Các tính năng: - Khi lơ lửng trên các liên kết "Open Google Play Store" trong App Chi tiết cửa sổ, Mã QR của liên kết được hiển thị trên biểu tượng. - Khi đổi tên, thêm một lựa chọn để loại bỏ các ký tự khác ASCII từ tên tập tin. Sửa lỗi: - Nếu apkName hoặc googleName chứa một ký tự dấu gạch chéo, các ứng dụng sẽ được chuyển vào thư mục sai. 0.5.5 (2012-08-08): Tính năng mới: - Thêm hộp kiểm để đa Rename Window, do đó bạn có thể bỏ chọn các tập tin bạn don ' t muốn đổi tên. 0.5.4 (2012/08/05): Cố định 2 lỗi: # 1 Chương trình đóng băng khi nhấp vào "bao gồm subdirs". # 2 Division by zero trên Win7 x64 khi nhấn Get Google App Infos. 0.5.3 ( 2012/08/02): . phát hành công khai đầu tiên cơ chế Mask đổi tên giải thích: mặt nạ sau đây được hỗ trợ: % filename% = Original File Name % apkname% = apk Tên % apkversion% = apk Version % apkrevision% = apk Revision % apkpackage% = apk Tên gói % googlename% = Google Play Tên (Nếu không tồn tại, apk Name sẽ được sử dụng) % googlemaincat% = Google Play Main Category (Nếu không tồn tại, từ 'Uncategorized' sẽ được sử dụng) % googlesubcat% = Google Play mục con ( Nếu có một loại chính nhưng không có tiểu thể loại, từ 'Uncategorized' sẽ được sử dụng, nó sẽ khác vẫn còn trống) Ví dụ: Giả sử bạn có một bản sao lưu từ các trò chơi phổ biến Angry Birds v2.0. Bạn có trò chơi có tên là 'angry_birds.apk' trong một thư mục "D: Android files '. Thiết lập các mặt nạ để đổi tên: '% googlename%% apkversion%', và thư mục đích để 'D: Android Sorted ' các tập tin sẽ được đổi tên / di chuyển từ: D: Android file angry_birds.apk để: D: Android Sorted Angry Birds 2.0.0.apk Một ví dụ nâng cao hơn: Bạn có tập tin tương tự như trên, ' D: Android file angry_birds.apk '., và bạn cũng đã lấy thông tin Google Play Store cho tập tin này Bây giờ bạn có sự lựa chọn linh hoạt hơn: Thiết lập các tập tin đổi tên mặt nạ để: '% googlemaincat% /% googlesubcat% /% googlename %% apkversion% ', và thư mục đích để' D: Android Sắp xếp ' các tập tin sẽ được đổi tên / di chuyển từ: D: Android file angry_birds.apk để: D: Android Sorted Games Arcade & Action Angry Birds 2.0.0.apk Vì vậy, bây giờ bạn có thể sắp xếp các ứng dụng của bạn thành các loại tương tự như Google Play Store hiển thị chúng. Lời cảm ơn: Biểu tượng ứng dụng từ http://tempest.deviantart.com/#/d36uwz0 Icons từ FatCow miễn phí Đặt biểu tượng (http://www.fatcow.com/free-icons) OpenSSL Libraries: Sản phẩm này bao gồm phần mềm được phát triển bởi các dự án OpenSSL để sử dụng trong OpenSSL Toolkit. (Http://www.openssl.org/). Sản phẩm này bao gồm phần mềm bằng mật mã được viết bởi Eric Young (eay@cryptsoft.com). * Tôi không xác nhận vi phạm bản quyền trong bất kỳ cách nào.




















































































































































































đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2025 I Love Translation. All reserved.

E-mail: