Download TeamViewer QuickSupport v15.36.169

TeamViewer QuickSupport v15.36.169
Requirements: 5.1+
Overview: Get support for your mobile device from any Windows or Mac computer

ImageImage

You can now receive technical remote support for your mobile devices. Technicians have the ability to chat, transfer files back and forth, view device information, stop processes, push and pull Wi-Fi settings, and much more.

It is even possible for your device (Samsung, Sony, Asus (for business customers), Lenovo, HTC, LG, ZTE, Huawei, Alcatel One Touch / TCL and more) to be remotely controlled, allowing the technician to access your device as if it were in their own hands.

Features:
• Chat
• View device information
• Remote Control
• File transfer
• App list (Uninstall apps)
• Process list (Stop processes)
• Push and pull Wi-Fi settings
• View system diagnostic information
• Real-time screenshot of the device
• Store confidential information into the device clipboard
• Secured connection with 256 Bit AES Session Encoding

It has never been easier to troubleshoot devices!

Quick Guide:
1. Download and launch the app.
2. The other side, (e.g. the support technician), needs to install and start the TeamViewer full version on his/her computer (download at http://www.teamviewer.com ).
3. Pass your ID on to your trusted technician, who is using the TeamViewer full version.

Whats New:
– Supporting additional Unitech, Sharp & Nec devices.
– Improved file and folder transfer from the WebClient to Android devices.
– Minor fixes and improvements.

This app has no advertisements

More Info:
https://play.google.com/store/apps/details?id=com.teamviewer.quicksupport.market

Download Instructions:
https://ouo.io/ALJZRWY

Mirrors:
https://ouo.io/Z3XKdo
https://ouo.io/Oz577z
https://ouo.io/hh7yg6

Download Apktool v2.7.0 [Final]

Apktool v2.7.0 [Final]
Requirements: Java 8 ( JRE 1.8 )
Overview: A tool for reverse engineering Android apk files

Image

A tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications. It also makes working with an app easier because of the project like file structure and automation of some repetitive tasks like building apk, etc.

It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms, analyzing applications and much more.

Features
Disassembling resources to nearly original form (including resources.arsc, classes.dex, 9.png. and XMLs)
Rebuilding decoded resources back to binary APK/JAR
Organizing and handling APKs that depend on framework resources
Smali Debugging (Removed in 2.1.0 in favor of IdeaSmali)
Helping with repetitive tasks

Authors:
Connor Tumbleson – Current Maintainer
Ryszard Wiśniewski – Original Creator

What’s New:
Add SDK T (API 33) support. (Issue 2845)
Add SDK S v2 (API 32) support. (Issue 2776)
Updated internal aapt/aapt2 to (91492d8 of frameworks_base)
Add support for newest ResourcesTypes.h specs (policy, overlay and staged alias). (Issue 2809, Issue 2714)
Add updated internal aapt2/aapt2 binaries. (Issue 2787)
Add ability to generate generic network security config (-n / –net-sec-conf). (Issue 1622)
Add helpful message during built apk message to identify location of apk. (Issue 2843)
Add bleeding edge smali package via jitpack. (Issue 2918, Issue 2662)
Add build support for JDK 17. (Issue 2952)
Fix resource unclosed during unknown file handling. (Issue 2473) / (Thanks auermich93)
Fix style strings regression between aapt1/aapt2 builds. (Issue 2815) / (Thanks IgorEisberg)
Fix support for uses-native-library in Manifest. (Issue 2778)
Fix support for usesPermissionFlags in Manifest. (Issue 2789)
Fix windows helper script to allow spaces in path name. (Issue 2855)
Fix decoding application if using multiple style res types. (Issue 1719) / (Thanks tvildo)
Fix handling with malformed namespaces. (Issue 2615) / (Thanks ljysdfz & MyAnoneNeko)
Fix handling of sparse flags during resource parsing. (Issue 2887) / (Thanks iamr0s)
Fix crash when parsing a manifest numeric that resolves as null. (Issue 2878)
Fix crash when parsing HTML string with empty tag leading to invalid entry. (Issue 2900) / (Thanks MaSven)
Fix crash when wrongly decoding overlay policies. (Issue 2805) / (Thanks gramound)
Fix regression when decoding overlay policies. (Issue 2945)
Fix respecting of $XDG_DATA_HOME on Linux for framework files location. (Issue 2924) / (Thanks Miepee)
Fix storing of obfuscated resource files for properly applying proper compression on build. (Issue 2925) / (Thanks Kirlif)
Fix issue parsing an obfuscated resource with a improperly referenced parent resource. (Issue 2908)
Fix –only-main-classes winning over –no-src. (Issue 2927) / (Thanks Surendrajat)
Fix disassembly of files mixed between r, R and res folders. (Issue 2933)
Fix handling of (name removed) resources. (Issue 2940) / (Thanks Danealau)
Fix disassembly of raw resources for AndResGuard. (Issue 2943)
Fix attribute referencing to self package while using AndResGuard. (Issue 2911)
Revert automatic workaround for using private resources. (PR 2785, Issue 2771)
Upgrade CI Workflow to leverage latest actions. (Thanks Goooler)
Upgrade org.apache.commons:commons-text to 1.10.0 (from 1.9)
Upgrade org.yaml:snakeyaml to 1.32 (from 1.29)

This app has no advertisements

More Info:
https://ibotpeaches.github.io/Apktool/

Download Instructions:
https://ouo.io/kBH0DNM

Mirrors:
https://ouo.io/dnDYC3
https://ouo.io/Gnzl02
https://ouo.io/KHp8Nh

Download Apktool v2.6.2-35ce8f-SNAPSHOT

Apktool v2.6.2-35ce8f-SNAPSHOT
Requirements: Java 8 ( JRE 1.8 )
Overview: A tool for reverse engineering Android apk files

Image

A tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications. It also makes working with an app easier because of the project like file structure and automation of some repetitive tasks like building apk, etc.

It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms, analyzing applications and much more.

Features
Disassembling resources to nearly original form (including resources.arsc, classes.dex, 9.png. and XMLs)
Rebuilding decoded resources back to binary APK/JAR
Organizing and handling APKs that depend on framework resources
Smali Debugging (Removed in 2.1.0 in favor of IdeaSmali)
Helping with repetitive tasks

Authors:
Connor Tumbleson – Current Maintainer
Ryszard Wiśniewski – Original Creator

What’s New:
Issue 2943 – Support raw disassembly w/ AndResGuard (#2944)
* fix: allow copying r/R if in raw mode
* test: assert raw files disassembled from AndResGuard
build: update to non-vulnerable commons_text/snakeyaml (#2942)
fix: support (name removed) res items. (#2940)
* fix: res/layout/(name removed).xml: Invalid file name: must contain only [a-zA-Z0-9$_.] error
* refactored fix

This app has no advertisements

More Info:
https://ibotpeaches.github.io/Apktool/

Download Instructions:
https://ouo.io/DXaNC4

Mirrors:
https://ouo.io/4VOrhN
https://ouo.io/144Bdv
https://ouo.io/pn80ZH

Download Apktool v2.6.2-22f2e6-SNAPSHOT

Apktool v2.6.2-22f2e6-SNAPSHOT
Requirements: Java 8 ( JRE 1.8 )
Overview: A tool for reverse engineering Android apk files

Image

A tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications. It also makes working with an app easier because of the project like file structure and automation of some repetitive tasks like building apk, etc.

It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms, analyzing applications and much more.

Features
Disassembling resources to nearly original form (including resources.arsc, classes.dex, 9.png. and XMLs)
Rebuilding decoded resources back to binary APK/JAR
Organizing and handling APKs that depend on framework resources
Smali Debugging (Removed in 2.1.0 in favor of IdeaSmali)
Helping with repetitive tasks

Authors:
Connor Tumbleson – Current Maintainer
Ryszard Wiśniewski – Original Creator

What’s New:
22f2e6fb fix: support properly mapping r/R/res resources during disassemble (#2936)

This app has no advertisements

More Info:
https://ibotpeaches.github.io/Apktool/

Download Instructions:
https://ouo.io/IAFUO4

Mirrors:
https://ouo.io/4CZfwL
https://ouo.io/TE14PG7
https://ouo.io/lRESHyG

Download SAP (Split APKs Packer) v6.9.10

SAP (Split APKs Packer) v6.9.10
Requirements: JRE/OpenJDK 1.8 or above | GLIBC 2.31+ on Linux | 64-bit OS
Overview: A simple and fast tool to transform Android App Bundles into single Android Packages.

Image

Image

Image

HOW IT WORKS
SAP uses Apktool to decode the resources of the files included in the bundle to be processed.
Then it merges all these files into the base package folder before adjusting and correcting them.
Apktool is used to build the single package, Uber-APK-Signer for zipAlign/sign processes.
SAP doesn’t work on dynamic features but configuration modules only.

INFO:
SAP is a portable application ; all files present in its folder are necessary.
Two versions are available:
– for Windows OS
– for Linux based OS.

VERSION:
Split APKs Packer v6.9.10
Designed and coded by Kirlif’
Compiled on 13/November/2022

REQUIREMENTS:
The two fonts provided must be installed.
JRE/OpenJDK 1.8 or above ; Java binaries folder must be present in the system PATH.
GLIBC 2.31+ required on Linux

USAGE:
Two ways to create a project:
– with « Directory » button to choose the folder that contains the split packages to merge.
SAP will work inside.
– with « Archive » button to choose a ZIP archive (.apks, .xapk, .zip, .apkm).
SAP will extract its content in a new folder next to it (archive_name_SAP_Project) and work inside.
SAP check the validity of the bundle then « Select » and « Start » buttons are enabled.
If build succeeded the resulting APK will be found in the « build » folder inside the project directory with the log file.

FEATURES:
« Select » button allows to customize the project by selecting the wanted split packages:
– multi-selection and selection of several ranges of items are possible with CTRL key and mouse.
« Workers » spinner defines the number of concurrent threads to be created for decodings:
– the maximum number is defined by the number of CPUs.
« Sign » checkbox allows the resulting APK to be zip-aligned and signed:
– a debug key is used by default. A custom key can be imported thanks to « Keystore » button.
An obfuscated config file is created that contains the parent directory of the last project and the few settings used:
– it is updated when a custom keystore is imported and when the app is exited.
A log file is created inside the project folder:
– it is moved into « build » folder at the end of the successful process.
« Start » button will launch the process:
– split packages decoding.
During decoding « Start » button is changed to « Cancel » that allows to abandon the project.
– SAP works on decoded files
– finally it try to build a single package.
SAP tool allows to merge new split packages with an already SAP repacked APK.

MANUAL MODE:
If build failed, SAP switch to « Manual Mode »:
– the « Start » button is changed to « Build » and allows to retry after manual changes.
– Most of fails are due to not well-formed xml files. Apktool warnings in the log file will help to create fix(es).
The failed project can be abandoned and reopened later.
If the project consists of a single file which is already a SAP repacking, it is automatically decoded.
SAP then switches to « Manual Mode » to allow modding.

CREDITS:
Connor Tumbleson & Ryszard Wisniewski for Apktool: https://github.com/iBotPeaches/Apktool
Patrick Favre-Bulle for Uber Apk Signer: https://github.com/patrickfav/uber-apk-signer
Souradip Mookerjee for unapkm: https://github.com/souramoo/unapkm
Kay Hayen and Nuitka Organization for Nuitka: https://github.com/Nuitka/Nuitka
Markus Oberhumer, Laszlo Molnar & John Reiser for UPX: https://github.com/upx/upx

NOTE:
– Feel free to manually import the « config » file from your previous version.
– About Linux users, Don’t forget to give the « x » permission to « sap » binary!
On older systems the « sap » binary is not recognized as an executable but as a shared library.
To help, I’ve added a launcher (.desktop file) that need to be adjusted with the executable path and the icon path.
Alternatively it can be launched from a terminal or you can create your own launcher script.

What’s New:
– Bug Fixes
– Apktool updated to 2.6.2-07d15e-SNAPSHOT

This app has no advertisements

More Info:
sap_dev@tuta.io

Download Instructions:
● Linux:
https://ouo.io/f9r3FJ

Mirrors:
https://ouo.io/jsrLeZ
https://ouo.io/mmlLCW
https://ouo.io/di5ATZ

● Windows:
https://ouo.io/Zpw5Ug

Mirror:
https://ouo.io/jQxJBlm
https://ouo.io/38SVeB
https://ouo.io/sy8oZQ