Related
ASUS ME302C 5.0.11 android 4.3
after installing the xposed framework 2.5.1, i was stuck in a bootloop, after recover ROM ME302C can use
i afraid to install xposed 2.5.1 ,think it's a not matching xposed , how to solve? 3Q!
miracle1973 said:
ASUS ME302C 5.0.11 android 4.3
after installing the xposed framework 2.5.1, i was stuck in a bootloop, after recover ROM ME302C can use
i afraid to install xposed 2.5.1 ,think it's a not matching xposed , how to solve? 3Q!
Click to expand...
Click to collapse
https://github.com/rovo89/Xposed/issues/6
@rovo89
I've tried the 2.6 version of xposed. I'm sorry to say, that it doesn't work on the MeMO Pad FHD.
Your commit "v57: Make offset for the JIT reset flag configurable" should solve the problem, but it didn't. I switched back to the special Asus version.
Edit: I attached log and current libdvm.so as zip
perpe said:
@rovo89
I've tried the 2.6 version of xposed. I'm sorry to say, that it doesn't work on the MeMO Pad FHD.
Your commit "v57: Make offset for the JIT reset flag configurable" should solve the problem, but it didn't. I switched back to the special Asus version.
Edit: I attached log and current libdvm.so as zip
Click to expand...
Click to collapse
Did you actually configure it?
I planned to contact you to create a mapping with MD5 hash of libdvm.so, the ROM version where it is used and the offset that needs to be configured. I don't have time for that this weekend though.
I tried it with my installed modules and afterwards with disabled modules. The log is with disabled modules. Everything else is configured like out of the box.
As you mentioned the commit, I thought you had looked at it in detail. Seems like this isn't the case?
You need to create a file /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset and write the correct offset to it (e.g. "0x94"). I don't have the time to analyse the file you posted now. If I have you sent it to me before, I probably wrote the offset into the GitHub issue.
Ah, OK, didn't saw that, my fault.
Added 0x98 as offset and it works
This is the offset, that you found. How can I check for the offset? (for future versions)
perpe said:
Ah, OK, didn't saw that, my fault.
Added 0x98 as offset and it works
This is the offset, that you found. How can I check for the offset? (for future versions)
Click to expand...
Click to collapse
It's hard to describe as you have to decompile the libdvm.so file, find the assembler representation of a certain C++ statement (which might be different between versions), find out the offset of a global variable, substract them, ... Sorry, too difficult and too variable to give a step by step guide.
rovo89 said:
It's hard to describe as you have to decompile the libdvm.so file, find the assembler representation of a certain C++ statement (which might be different between versions), find out the offset of a global variable, substract them, ... Sorry, too difficult and too variable to give a step by step guide.
Click to expand...
Click to collapse
I rovo
i love your creation, but with my me302c all versions go on bootloop.
for make usable my tablet i have performed a factory reset from asus stock recovery and all workly good.
my question is this: the tab is cleaned or i have others file to delete?
i'm noob,please make me an answear
thanks for your great job,i look forward for use xposed on this device
bye
is a good idea manually remove app process.orig from system\bin?
or i remove app process and rename app process.orig to app process?
pit84 said:
is a good idea manually remove app process.orig from system\bin?
or i remove app process and rename app process.orig to app process?
Click to expand...
Click to collapse
It's better if you install Xposed installer again and just hit "uninstall". That will make sure that don't forget an important step, such as assigning the correct permissions.
rovo89 said:
It's better if you install Xposed installer again and just hit "uninstall". That will make sure that don't forget an important step, such as assigning the correct permissions.
Click to expand...
Click to collapse
i did it,thanks rovo
a little thing:in the application list of titanium backup, i find a name of one file cutted with a line called "hdcpfilealert.bin",i think is not present in the system,you know this file? is important for the system?
thanks for the answear and for your great work,expect a compatible version of xposed for memo pad fhd10 intel
bye
rovo89 said:
It's better if you install Xposed installer again and just hit "uninstall". That will make sure that don't forget an important step, such as assigning the correct permissions.
Click to expand...
Click to collapse
dear rovo
i'm sorry for all,because xposed 2.6 on memo pad me302c work great,just type the following command"echo 0x98 > /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset" after xposed installation before reboot and all is ok.
A good number of modules works very good(gravitybox,appsetting etc.)is important read again and again the guide(for the noob like me).
Thanks again for all
pit84
---------- Post added at 12:41 PM ---------- Previous post was at 12:26 PM ----------
miracle1973 said:
ASUS ME302C 5.0.11 android 4.3
after installing the xposed framework 2.5.1, i was stuck in a bootloop, after recover ROM ME302C can use
i afraid to install xposed 2.5.1 ,think it's a not matching xposed , how to solve? 3Q!
Click to expand...
Click to collapse
download a terminal emulator from play store
install xposed 2.6(only 2.6 version,is important)but don't reboot,open a terminal and run this command:
su
echo 0x98 > /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset
reboot
enjoy
guys!
xposed is amazing, 3 modules, gravitybox-app setting-app ops and in have all feature i want in one asus stock rom,amazing!! ROVO89 IS A GENIUS!!!
pit84 said:
download a terminal emulator from play store
install xposed 2.6(only 2.6 version,is important)but don't reboot,open a terminal and run this command:
Click to expand...
Click to collapse
So with 2.6.1 it would not work with this offset?
Jepediah said:
So with 2.6.1 it would not work with this offset?
Click to expand...
Click to collapse
yes,work,sorry...
i have tested it with the same command without problems
Jepediah said:
So with 2.6.1 it would not work with this offset?
Click to expand...
Click to collapse
It should work, and you don't need to execute the command again unless you have uninstalled the Xposed Installer app in between.
I should also note that offset 0x98 is not the correct offset for every ROM. In the worst case, you will be in a bootloop again or Xposed will not work correctly. Then just post your /system/lib/libdvm.so and I'll check for the correct offset.
rovo89 said:
It should work, and you don't need to execute the command again unless you have uninstalled the Xposed Installer app in between.
I should also note that offset 0x98 is not the correct offset for every ROM. In the worst case, you will be in a bootloop again or Xposed will not work correctly. Then just post your /system/lib/libdvm.so and I'll check for the correct offset.
Click to expand...
Click to collapse
Ok will give it a try. For the asus fhd 10 there are no custom ROM's available. So i think it should work with the rooted original v.5.0.17 i have installed on the tablet. Later will give a report and thanks for reply.
Gesendet von meinem ME302C mit Tapatalk
Mission accomplished - xposed framework installed and some modules tested. Looking very good for now. Big thanks for development and support!
Gesendet von meinem ME302C mit Tapatalk
Hi @rovo89
I have an Asus Zenfone 5 running 4.4.2.
It also has a dual core clover trail processor.
I installed Xposed 2.7.1, 2.7, 2.6 and 2.5
The phone freezes when you try to open an app, and after some time SystemUI restarts.
This problem was most easily seen in 2.7.1, and least seen in 2.5
Can you please advise me on what to do?
I have attached my phones libdvm.so if you need to take a look. (Compressed it into a .zip as XDA won't allow me to attach a .so file. Please extract the .zip)
Thanks.
Thank you!!!! worked like a charm!!
pit84 said:
dear rovo
i'm sorry for all,because xposed 2.6 on memo pad me302c work great,just type the following command"echo 0x98 > /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset" after xposed installation before reboot and all is ok.
A good number of modules works very good(gravitybox,appsetting etc.)is important read again and again the guide(for the noob like me).
Thanks again for all
pit84
---------- Post added at 12:41 PM ---------- Previous post was at 12:26 PM ----------
download a terminal emulator from play store
install xposed 2.6(only 2.6 version,is important)but don't reboot,open a terminal and run this command:
su
echo 0x98 > /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset
reboot
enjoy
guys!
xposed is amazing, 3 modules, gravitybox-app setting-app ops and in have all feature i want in one asus stock rom,amazing!! ROVO89 IS A GENIUS!!!
Click to expand...
Click to collapse
Donkeygaurd module is best for app permission managing. it handles and modify the app permission in real time but not working in lollipop. any way to use it on lollipop?
gpasys said:
Donkeygaurd module is best for app permission managing. it handles and modify the app permission in real time but not working in lollipop. any way to use it on lollipop?
Click to expand...
Click to collapse
Yes, there is a workaround for this.
1. Uninstall Donkey Guard.
2. Install XPrivacy.
3. Done.
orville87 said:
Yes, there is a workaround for this.
1. Uninstall Donkey Guard.
2. Install XPrivacy.
3. Done.
Click to expand...
Click to collapse
no..xprivacy only allows to seet on/off on a parameter while k need to change the value of parameters.
gpasys said:
no..xprivacy only allows to seet on/off on a parameter while k need to change the value of parameters.
Click to expand...
Click to collapse
You can manually set some parameters by yourself, like location, MAC adress and so on by using XPrivacy. Not all values, but some of the most important ones.
orville87 said:
You can manually set some parameters by yourself, like location, MAC adress and so on by using XPrivacy. Not all values, but some of the most important ones.
Click to expand...
Click to collapse
got it...i was missing it as the option was in setting and not dashboard like donkeygaurd..anyways..found the randomize option now...thanks
Sent from my YU5010 using Tapatalk
hello,
i used the xposed module "app settings" version 1.13 with android marshmallow before i updated to nougat. this module enables you to change DPI, font scale, locale, force fullscreen, persist in memory, etc. on a per app basis.
here is a link to the module:
https://forum.xda-developers.com/xp...2014-05-14-t2437377/post63835421#post63835421
i have not found any possibility to get this working on nougat as there is no xposed for nougat and it seems there is no more custom rom with these options.
is it possible to get this module working with magisk?
satand said:
hello,
i used the xposed module "app settings" version 1.13 with android marshmallow before i updated to nougat. this module enables you to change DPI, font scale, locale, force fullscreen, persist in memory, etc. on a per app basis.
here is a link to the module:
https://forum.xda-developers.com/xp...2014-05-14-t2437377/post63835421#post63835421
i have not found any possibility to get this working on nougat as there is no xposed for nougat and it seems there is no more custom rom with these options.
is it possible to get this module working with magisk?
Click to expand...
Click to collapse
Downgrade to marshmallow or write xposed for nougat. The first is easy, the second will make many people happy over here.
Sent from my ONEPLUS A3003 using Tapatalk
satand said:
is it possible to get this module working with magisk?
Click to expand...
Click to collapse
Just to clarify on the above response: No.
Thanks Op, I also would love to have App Settings equivalent on Magisk or stand alone. Turns my 6.44" Mi Max into a desktop chrome browser almost
cobram3 said:
Thanks Op, I also would love to have App Settings equivalent on Magisk or stand alone. Turns my 6.44" Mi Max into a desktop chrome browser almost
Click to expand...
Click to collapse
It would be just ultra hard to code that, or just impossible.
years ago (before xposed got famous) some custom roms (paranoid,...) had these functions.
i would go back to marshmallow only because of this missing features but there is no marshmallow rom for my new oneplus 5.
is it really impossible to get it working with magisk? the code itself (version 1.13) worked without any problems on marshmallow.
satand said:
years ago (before xposed got famous) some custom roms (paranoid,...) had these functions.
i would go back to marshmallow only because of this missing features but there is no marshmallow rom for my new oneplus 5.
is it really impossible to get it working with magisk? the code itself (version 1.13) worked without any problems on marshmallow.
Click to expand...
Click to collapse
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Didgeridoohan said:
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Click to expand...
Click to collapse
thanks for your answer!
do you have more information about these "cumbersome scripts"? maybe it would work with tasker and a script per app.
i would be very happy...i like my smartphone much more with these features.
satand said:
thanks for your answer!
do you have more information about these "cumbersome scripts"? maybe it would work with tasker and a script per app.
i would be very happy...i like my smartphone much more with these features.
Click to expand...
Click to collapse
I wasn't gonna open up that can o' worms, but since you brought it up... :laugh:
Look up how to work with shell scripts. Tasker can run those (among other things). You could probably do some stuff with the resetprop tool as well (look here for details and syntax).
Don't expect miracles though...
Didgeridoohan said:
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Click to expand...
Click to collapse
Didgeridoohan said:
I wasn't gonna open up that can o' worms, but since you brought it up... :laugh:
Look up how to work with shell scripts. Tasker can run those (among other things). You could probably do some stuff with the resetprop tool as well (look here for details and syntax).
Don't expect miracles though...
Click to expand...
Click to collapse
thanks...but that is too high for me
Do we have a petition to develop this form? hahaha
I would like to have app settings on magisk too. I just wanted to change the app local instead of globe settings.
bush911 said:
I would like to have app settings on magisk too. I just wanted to change the app local instead of globe settings.
Click to expand...
Click to collapse
"App Locale 2" for Xposed can help you
And you can get Xposed systemlessly with Magisk.
Thank you so much for the advice.
My phone is 1st generation Pixel with latest android, mgaisk installed. I will try to figure it out.
daniel_m said:
"App Locale 2" for Xposed can help you
And you can get Xposed systemlessly with Magisk.
Click to expand...
Click to collapse
Anybody have a suggestion - I'm looking to change the dpi of chrome app (8.1) without Xposed
Maybe this could help
https://joyofandroid.com/change-screen-resolution/
Short said this Magisk module enables Wifi bridge on Huawei devices running EMUI
Short story about Wifi bridge.
Extends range when your router can't reach to the point your at this help extend the range.
Tested on
Honor 8 pro (C432) B360
Mate 9 (C432) B365
Download and flash https://mega.nz/#!65JHUY5I!4vVrB6mervYdJS8XvSSVoedFLWro2Qa7Ona77TAB9F8
With twrp or Magisk manager.
Enjoy your new setting!
It works on tested firmwares and devices. If it doesn't work for you there's something else going on
LastStandingDroid said:
Short said this Magisk module enables Wifi bridge on Huawei devices running EMUI
Short story about Wifi bridge.
Extends range when your router can't reach to the point your at this help extend the range.
Tested on
Honor 8 pro (C432) B360
Mate 9 (C432) B365
Download and flash https://mega.nz/#!65JHUY5I!4vVrB6mervYdJS8XvSSVoedFLWro2Qa7Ona77TAB9F8
With twrp or Magisk manager.
Enjoy your new setting!
It works on tested firmwares and devices. If it doesn't work for you there's something else going on
Click to expand...
Click to collapse
Any idea which prop file this edits? As far as I can tell it's just one string added, would prefer to just manually add it vs flashing a zip, but that's just me
shae23 said:
Any idea which prop file this edits? As far as I can tell it's just one string added, would prefer to just manually add it vs flashing a zip, but that's just me
Click to expand...
Click to collapse
@LastStandingDroid is having problems with tapatalk:
yeah it's in /product/etc/prop/local.prop
And add:
ro.config.hw_wifibridge=true
And save
This just saves you the hustle to do it
Click to expand...
Click to collapse
Lol thanks a lot, works like a charm
And where is that setting?
dragandroid said:
And where is that setting?
Click to expand...
Click to collapse
Settings -> Wireless & Networks -> Tethering & portable hotspot
ante0 said:
Settings -> Wireless & Networks -> Tethering & portable hotspot
Click to expand...
Click to collapse
Thanx!
Sorry to ask what this module do?
Confused a bit use my phone to extend my wifi reach to other devices?
Thanks for the help
Caguayote said:
Sorry to ask what this module do?
Confused a bit use my phone to extend my wifi reach to other devices?
Thanks for the help
Click to expand...
Click to collapse
It adds a setting (which exist in other models firmwares, Mate 10 has it for example) which will make your phone into an Access Point (kind of) when enabled.
ante0 said:
It adds a setting (which exist in other models firmwares, Mate 10 has it for example) which will make your phone into an Access Point (kind of) when enabled.[/QUOTE
OK thanks brother for your response
Click to expand...
Click to collapse
Installation failed with magisk ask me to install magisk 13.1 I got latest version installed and 2 modules installed with magisk
---------- Post added at 12:25 PM ---------- Previous post was at 12:24 PM ----------
It says data isn't setup properly
please support s8
As we all know, Xposed needs modify system image because we need to replace the app_process and ART runtime.
In some case, This is a bit troublesome. So i wrote an App named VirtualXposed to use xposed without modify system, you can install it like a normal APP, no need root or system privilege.
VirtualXposed is like a virtual environment, in this virtual world, all app are running with the same UID, so all app running in it are under control. then we can load xposed module for any process within it. The only thing we need to do is to Implement a Java Method hook module to support Xposed runtime.
To be honest, VirtualXposed is forked from VirtualApp, just likes docker on Android platform. And the Java method hook module——epic, is a dynamic java aop method hook framework, just like dexposed.
You can refer the code on github: https://github.com/android-hacker/VirtualXposed
It's my first time here. All the things I need to learn from you
I'm not entirely sure why no one has replied to this yet. This is pretty huge, ainnit? This would allow Xposed to pass SafetyNet.
rnadomuc said:
I'm not entirely sure why no one has replied to this yet. This is pretty huge, ainnit? This would allow Xposed to pass SafetyNet.
Click to expand...
Click to collapse
Not just that but it can also run on unrooted phones which is even more of a break through.
Virustotal picks up malware
https://www.virustotal.com/fr/file/...8f04f8531ac8d2ea9e601e2e/analysis/1520829060/
I was about to try it but I'm reconsidering after seen the previous post...
I am sure that VirtualXposed is harmless, it is open source, the source code won't deceive you, you can refer the source code at: https://github.com/android-hacker/VirtualXposed (I am sorry that i can not post outside links now, xda's rule says that i must post 10 posts)
I don't know why it was misjudged as a virus, may be it is too powerful ? or it can inject code to other process without root?
Anyway, I am investiging this problem.
i hope it can bypass all those detection by other program like games. let's see what it will it become when it matures. tnx
This is very intriguing. I pinged GermainZ to see what he thinks.
ssvdude said:
Virustotal picks up malware
https://www.virustotal.com/fr/file/...8f04f8531ac8d2ea9e601e2e/analysis/1520829060/
Click to expand...
Click to collapse
Have you checked every file on xda and what are the results?
It does require a ton of permissions tho, so smart to be cautious.
---
plisskenn said:
Have you checked every file on xda and what are the results?
It does require a ton of permissions tho, so smart to be cautious.
Click to expand...
Click to collapse
it would need those permissions for the cloned apps to work properly
plisskenn said:
Have you checked every file on xda and what are the results?
It does require a ton of permissions tho, so smart to be cautious.
Click to expand...
Click to collapse
I don't quite understand you're trying to imply. Of course I haven't. I'm sure there are false positive for other applications on xda. That doesn't mean this is one. This an unknown developer (no offense), with sparse any info in the first post, not alot of testimonials Further more this almost seems to good to be true, hence why I'm wary. That said if this works great, that's fantastic and I'm impressed. I'm glad it's open source too. No need to get snarky about it.
weishu said:
As we all know, Xposed needs modify system image because we need to replace the app_process and ART runtime.
In some case, This is a bit troublesome. So i wrote an App named VirtualXposed to use xposed without modify system, you can install it like a normal APP, no need root or system privilege.
VirtualXposed is like a virtual environment, in this virtual world, all app are running with the same UID, so all app running in it are under control. then we can load xposed module for any process within it. The only thing we need to do is to Implement a Java Method hook module to support Xposed runtime.
To be honest, VirtualXposed is forked from VirtualApp, just likes docker on Android platform. And the Java method hook module——epic, is a dynamic java aop method hook framework, just like dexposed.
You can refer the code on github: https://github.com/android-hacker/VirtualXposed
It's my first time here. All the things I need to learn from you
Click to expand...
Click to collapse
Hi all,
Is anyone testing VirtualXposed with the Xposed module XPrivacyLua ?
Thanks in advance for your answers.
iwanttoknow said:
Hi all,
Is anyone testing VirtualXposed with the Xposed module XPrivacyLua ?
Thanks in advance for your answers.
Click to expand...
Click to collapse
Apparently not there was an issue raised on the Github about it (under issues section)
link below
https://github.com/android-hacker/VirtualXposed
( sorry can not post direct links at the moment)
This could be a breakthrough and stumbling onto it today, being able to hide the system modifications for other apps to work such as banking or snapchat.. anyway as far as this hook having a virus such as McAffe , ive read :
"inherit from VirtualApp asLody/VirtualApp string #460, the code has some hardcode string such as "base-1.apk", "base.odex"; i simply use base64 to encode these thrings and it was resolved."
Guys, XPL will not work on VirtualXposed because it stores auf with the settings app which can not be accessed by VX. The only way around this would be a fork of XPL that changes this behavior specifically for VX. But nobody is doing that as of now.
as I see in Github where it is downloaded virtualxpose has little module support
Sent from my ZTE K88 using XDA Labs
---------- Post added at 10:54 PM ---------- Previous post was at 10:51 PM ----------
We hope that over time they will add more modules
Sent from my ZTE K88 using XDA Labs
Have you tested it on Oreo? Apps won't open on my s9+
gpgorbosjr said:
Have you tested it on Oreo? Apps won't open on my s9+
Click to expand...
Click to collapse
Yeah, I have s8+ and I'm only getting "Opening (App name).." message endlessly.
vAlcatraz said:
Yeah, I have s8+ and I'm only getting "Opening (App name).." message endlessly.
Click to expand...
Click to collapse
On Oreo right? I was looking at the Virtual App GitHub and I think something has to be changed in the way it works for Oreo support but I don't know how to inpliment it I hope the dev does.
Android 8.0 fix
Edit: that may not be a fix for our issue lol. I'm not a dev so I'm just guessing but I really think it's an Oreo caused issue.