Showing posts with label xposed. Show all posts
Showing posts with label xposed. Show all posts

Sunday, September 24, 2017

How to install xposed installer on Yuphoria YU5010

How to install xposed installer on Yuphoria YU5010



Requirements:
1. Rooted Yuphoria phone
2. Flashed with any custom recovery like TWRP or CWM (I havent tried using CWM)

Steps:

1. Download Xposed Framework ZIP file from here: Xposed for Lollipop [Android 5.0/5.1] (See attachments there)
Download Here
 

Important Note:

For CM13 or any CM13 (6.0.x) based ROM, download the file named xposed-vXX-sdk23-arm64.zip from there

For COS 12.1 or any CM12.1 (5.1.x builds) based ROM, download the file named xposed-vXX-sdk22-arm64.zip from there

For COS 12 or any CM12 (5.0.x builds) based ROM, download the file named xposed-vXX-sdk21-arm64.zip from there

For pure Lollipop 5.1 (32bit), download the file named xposed-vXX-sdk22-arm.zip

(XX represents the current version, which is subject to change)


2. Place it in Internal Storage of phone and boot into custom recovery.

3. Now flash the zip file and reboot the phone..
(The device will take around 5 minutes to boot up since the dalvik cache is formatted during flashing)


4. Download and Install the app XposedInstaller_3.0_xxxxxX.apk from: Xposed for Lollipop  


Thats it!! Xposed Framework is Installed in your phone.
You can now start using your favorite Xposed modules (apps).

Credits:
@rovo89 for the wonderful Xposed Framework
@vishal_android freak for TWRP
@DooMLoRD for CWM 

@ XDA Developers
 

download file now

Read more »

Friday, August 4, 2017

Xposed for Android Lollipop is out!

Xposed for Android Lollipop is out!



Ten Sports TV network is owned by Zee Network and that tv channel headquarters in Mumbai,This network is launched on April 1,2002.
You can free live watch Ten Sports,you can watch all sports match WWE,Cricket,Hockey etc.

ten sports live tv streaming free
Free Watch Ten Sports TV.

Ten Sports Watch Click Here




download file now

Read more »

Monday, March 30, 2015

Xposed Zenfone



How to install xposed on zenfone without bootloop Credit to Shakahuang
 ============================================================
DWYOR | Need Rooted Device | Tested on Zenfone 5&6 *Zenfone 4 will bootloop
=============================================================


Studied a little bit, do not re-installed after first boot via adb into the phone, add jit_reset_offset  in /data /data /de.robv.android.xposed.installer /conf below, The following new jit_reset_offset  write 148 can be used after reboot :)

adb shell
su
echo 148> /data/data/de.robv.android.xposed.installer/conf /jit_reset_offset
chmod 664 /data/data/de.robv.android.xposed.installer/conf /jit_reset_offset

Enjoy Xposed! ;-)

References: https://github.com/rovo89/Xposed/issues/6 basically object is also ASUS device, so .. :)

Run
=======================================================================
  1. Download ADB Fastboot tool ( google it or Here )
  2. Extract on pc or laptop (eg c: ADB)
  3. Install Xposed run the installer but DO NOT INSTALL the FRAMEWORK
  4. Exit the installer Xposed
  5. Open Command Prompt (eg in c: ADB)
    Type the command:

    su
    adb shell
    echo 148> / data / data / de.robv.android.xposed.installer / conf / jit_reset_offset
    chmod 664 / data / data / de.robv.android.xposed.installer / conf / jit_reset_offset

    Open Back Xposed new installer install its framework
    reboot ....


Zenfone 6

Read more »