Skip to main content

Posts

Showing posts with the label FINALXPOSEDINSTALL

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project

Lockscreen Swipe Fix

This module disables the new anti-falsing unlock swipe mechanism introduced in Android 8.1. It is buggy and cannot be disabled in settings. If you cannot swipe up to get to the PIN pad quickly, if it requires several attempts to finish the swipe gesture, this module is for you. Author(s):  timjosten Support/Discussion URL:  https://forum.xda-developers.com/xposed/modules/mod-lockscreen-swipe-fix-t3837649 Source code URL:  https://github.com/timjosten/XposedLockscreenSwipeFix Package:  ru.timjosten.lockscreenswipefix Version name:  1.0 Release type:  Stable  (low risk of bugs) Download:  ru.timjosten.lockscreenswipefix_v1_d8e069.apk (81.51 KB) Number of downloads:  314 in total · 12 in the last 24 hours MD5 checksum:  d8e069f8cf96eeec1e2bc802c37dc983 Uploaded on:  Monday, September 3, 2018 - 05:20

NFC Card-Emulation Catch-All Routing

This module alone does NOTHING!! This is just a helper module for app-developers. This module overrides the NFC AID routing mechanism for the NFC Card Emulation feature of Android. NFC Host Card Emulation on Android works in a way, that an app registers for one or more specific "AID" (application identifier). If then a NFC card terminal asks for this specific AID Android routes the NFC packages to the app so that it can respond as it were a NFC SmartCard. However, if the card terminal asks for an AID which the app did not register for, the app will never receive the APDU. As far as I know there is no catch-all AID routing available. This module changes this behaviour and completly OVERRIDES the AID routing mechanism. So ALL incoming APDUs for ALL application identifiers will be routed to the app which has registered the "special magic" AID "F04E66E75C02D8" (I just randomly chose this one.) Even if there are other card-emulation apps installed which exp...

GravityBox [N]

GravityBox  is a module which primary goal is to provide the users of devices running vanilla or close to vanilla Android with a tweak box that turns their stock ROM into a custom ROM packed with additional features and tweaks; without the need of flashing a custom ROM. Most of the preferences can be changed on-the-fly without rebooting. THIS VERSION IS FOR NOUGAT ROMs For Lollipop, use GravityBox [LP] For KitKat, use GravityBox [KK] For JellyBean, use GravityBox [JB] For Marshmallow, use GravityBox [MM] Main features - QuickSettings tile management with additional tiles - Pie Controls - Expanded desktop with semi-immersive and immersive modes - Lockscreen tweaks - Statusbar tweaks - Navigation bar tweaks - Power tweaks - Display tweaks - Media tweaks - Phone tweaks - Hardware key actions - Launcher tweaks - Screen recording - Smart radio - Notification control (per-app notification LED/sounds/vibrations) - Fingerprint Launcher ... and many more Compatib...

Install

This is the installer for the Xposed framework, which is a requirement for all modules. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! For Android 5.0 or higher (Lollipop/Marshmallow), these versions don't work! Use this instead: http://forum.xda-developers.com/showthread.php?t=3034811 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Xposed is a framework for modules that can change the behavior of the system and apps without touching any APKs. That's great because it means that modules can work for different versions and even ROMs without any changes (as long as the original code was not changed too much). It's also easy to undo. As all changes are done in the memory, you just need to deactivate the module and reboot to get your original system back. There are many other advantages, but here is just one more: Multiple modules can do changes to the same part of the system or app. With modified APKs, you to decide for one. No way to combine them, unless the author builds multiple ...