Install xposed for Android phone

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Install xposed for Android phone相关的知识,希望对你有一定的参考价值。

参考技术A Reverse app, hook, etc. all need to use xposed framework. Before doing these things, you need to do mobile root, install xposed, etc. After android 8.0, the author of xposed framework is not updating, instead of edxpose

https://developers.google.cn/android/images#sailfish

download the tool -- platform-tools.zip
windows:
https://dl.google.com/android/repository/platform-tools_r29.0.5-windows.zip

Mac :
https://dl.google.com/android/repository/platform-tools_r29.0.5-darwin.zip

Linux :
https://dl.google.com/android/repository/platform-tools_r29.0.5-linux.zip

Take Windows 7 as an example,aster download ,rename platform-tools

When the mobile phone is turned off, press and hold the power key and + volume down key for a long time (or execute ADB reboot bootloader on the boot interface), and the mobile phone will enter the robot interface
Remember to connect the computer with a data cable

double click flash-all.bat

turn on the Developer options
down load the Magisk on the website:
https://github.com/topjohnwu/Magisk/releases

Then click start bootloader.bat t
During this period, the mobile phone and computer are connected by data cable, and it is in USB debugging mode.
Then running Sailfish-twrp-recovery-Tools.bat
Then the installation interface will appear in the screen.

select Install ---> swipe to Allow Modifications --> find and slect the filel Magisk.zip --> swipe to confirm flash after done,click Reboot System

USB debugging should be turned off and on again..
Then you execute the Su command on your computer and authorize it on your phone

Xposed wont be updated after Android 7.0. So I use edxposed instead;Edxposed depends on Riru-core so install Riru-core first:
https://github.com/RikkaApps/Riru/releases
after downlad copy it into the phone
install it by Magisk

refer : https://blog.csdn.net/tangyuan569/article/details/103751699

install sublime for linux

Download Your Free eBooks NOW - 10 Free Linux eBooks for Administrators

Python API, that available for Windows and C, C#, HTML, JavaScript, Groovy, LaTeX and the list goes on. The user interface is much similar to most famous editor called “vim“.

技术分享

 

Install Sublime Text in Linux

By default there is no official repository available for yum” or “Linux systems.

But due to high volume of users requests, the PPA forUbuntu users. So, here in this article we will show you two methods to install Sublime Text.

At the time of writing this article, Sublime Text 3 beta is available to registered Sublime Text users only at a license costs 

  • The first method is using source RHEL, Fedora, Ubuntu and The Second method is using Debian, Linux Mint.

Method 1: Installing from Source Tarball

The latest stable version can be downloaded from Sublime Text website or you can use the following “ On 32-Bit Systems

# cd ~
# wget http://c758482.r82.cf2.rackcdn.com/Sublime\ Text\ 2.0.2.tar.bz2
# tar vxjf Sublime\ Text\ 2.0.2.tar.bz2
On 64-Bit Systems
# cd ~
# wget http://c758482.r82.cf2.rackcdn.com/Sublime\ Text\ 2.0.2\ x64.tar.bz2
# tar vxjf Sublime\ Text\ 2.0.2\ x64.tar.bz2

Once unpacked, you will get a directory called “/opt” location.

# sudo mv Sublime\ Text\ 2 /opt/

Next create a symbolic link to call “sublime”. To do, create a symbolic link under “# sudo ln -s /opt/Sublime\ Text\ 2/sublime_text /usr/bin/sublime

For Ubuntu Unity Lancher

If you are using Sublime Text” to the Unity launcher. Create a “/usr/share/applications”.

# sudo sublime /usr/share/applications/sublime.desktop

Then Copy and Paste the following content into it. Save and close.

[Desktop Entry]
Version=2.0.1
Name=Sublime Text 2
# Only KDE 4 seems to use GenericName, so we reuse the KDE strings.
# From Ubuntu‘s language-pack-kde-XX-base packages, version 9.04-20090413.
GenericName=Text Editor

Exec=sublime
Terminal=false
Icon=/opt/Sublime Text 2/Icon/48x48/sublime_text.png
Type=Application
Categories=TextEditor;IDE;Development
X-Ayatana-Desktop-Shortcuts=NewWindow

[NewWindow Shortcut Group]
Name=New Window
Exec=sublime -n
TargetEnvironment=Unity

技术分享

 

If you would like to open all your text files with “defaults.list” file and replace all occurrences of “sublime.desktop” as shown.

# sudo sublime /usr/share/applications/defaults.list

技术分享

 

Method 2: Installing Sublime Text Using PPA

Add Sublime Text using following steps.

# sudo add-apt-repository ppa:webupd8team/sublime-text-2
# sudo apt-get update
# sudo apt-get install sublime-text

Sublime Text 3 Beta is released, if you would like to install # sudo apt-get install sublime-text-installer

Start Sublime Text

To sublime” as shown.

# sublime

技术分享


That’s It! If you are using any other editor, please do tell us via comment section.

以上是关于Install xposed for Android phone的主要内容,如果未能解决你的问题,请参考以下文章

Xposed Hook & Anti-hook

xposed框架怎么用?

Xposed是啥?xposed框架怎么用

Xpose安装 xposed下载出错 http://dl.xposed.info/repo

xposed框架中如何修改

xposed模块入门开发