Cydia has! but xposed doesn't - Xposed General

Hii
There is one excellent tweak in Cydia which still android doesn't have or may be i m missing it.
WARecentsUpdates
This app just Monitor all the contact updates and shows it like a history in the contact details.
I wish this is available for xposed or anyone can create it.
Thanks

Related

[Feature request] Add a "Bookmark this Module" (or similar) to the Xposed Installer

[Feature request] Add a "Bookmark this Module" (or similar) to the Xposed Installer
Hey,
I just installed Xposed on my Nexus and browsed though the available modules, but as I am relatively new to the whole topic of rooting / Xposed etc. I am currently unsure which module to install so I thought it would be great to have some kind of function to put a module to a bookmark / watchlist / wishlist section similar to the Play Store instead of installing it right away. That button could be placed next to the download button e.g.
Many thanks for thinking about it And thanks for providing such awesome work with the framework.
Morning,
what do you think? Would it be possible to add some kind of "watchlist" to Xposed?
With a hopefully ever growing list of modules it could be quite handy.
Thanks for considering it.
My way of bookmarking: I download and install a module but don't enable it in Xposed. So I could try it later
I could imagine that feature some kind in the future. It could be integrated into the "Settings" tab of the module. Not high prio for me though...
rovo89 said:
I could imagine that feature some kind in the future. It could be integrated into the "Settings" tab of the module. Not high prio for me though...
Click to expand...
Click to collapse
Can you also please add a 5th state "dont remind for updates" to this settings tab?
defim said:
Can you also please add a 5th state "dont remind for updates" to this settings tab?
Click to expand...
Click to collapse
Yeah. But do you think this makes sense as an option for the Stable/Beta/Experimental choice? It would mean that the module would be treated as if there weren't any versions at all. I think it would be better to make this a separate setting, so you would still see all the versions, but it wouldn't trigger the "updates available" texts on the welcome screen. This would be even better if it (optionally) remembered the latest version at the time you selected it, and would disable itself when there's a newer version available. So that would be a "skip this version" setting.
@rovo89: "Skip this version" is even!
It fits my user case: Version 1.5 and 1.6 of an app doesnt work correctly, but 1.4 does. So it would be great to be informed of a 1.7, but do't show all the time "updated available"
I pretty much do the same as defim but run into problems on my tablet that doesn't have as much space to install to and it reserves 500 meg and blocks installs but if I want I could fill that space with download, music or whatever. Only way to install at that point is to delete stuff/uninstall to get above 500 mb free to install something and not really feasible on that device just to remember a module I want to try later or keep an eye on so I'd love a wish list type feature.
Sent from my XT1080 using XDA Premium 4 mobile app
Hello,
The bookmark feature of xposed, could be an xposed module in itself, hooking the Xposed app and expanding its features Just a thought.
Kind Regards
TwinAdk
TwinAdk said:
The bookmark feature of xposed, could be an xposed module in itself, hooking the Xposed app and expanding its features Just a thought.
Click to expand...
Click to collapse
That would be very ugly...
Xposed is open-source for a reason. I don't see Xposed as the solution for everything. If you have the chance to change the software at it's origin, do that. It's less work and much more sustainable.

How to look at application stack trace to create an xposed mod?

Hi,
I want to write an xposed mod for e.g. Facebook. I want to know what all api's are being called so that I can hook into those APIs. In case I want to add my signature whenever I post something on facebook. I want to know what API is called when I click on Post Status. Is there any way to record stack trace of app inside or outside(adb or something) android device.
I tried logcat, but that is not of help, it is showing only those messages which are logged. I want to see the stacktrace if u can help me with that.
Thanks in advance.
compilerNayan said:
Hi,
I want to write an xposed mod for e.g. Facebook. I want to know what all api's are being called so that I can hook into those APIs. In case I want to add my signature whenever I post something on facebook. I want to know what API is called when I click on Post Status. Is there any way to record stack trace of app inside or outside(adb or something) android device.
I tried logcat, but that is not of help, it is showing only those messages which are logged. I want to see the stacktrace if u can help me with that.
Thanks in advance.
Click to expand...
Click to collapse
Android Device Monitor might be of help to you. It can be found under tools of the Android SDK.
The best practice is to decompile APK and do some reverse engineering.
There are even tools that can generate java sources from smali for better readability.
E.g., take a look at Virtuous Ten Studio. It's a tool that makes reverse engineering process a lot more easier.

Installer Enhancement Requests (All Versions)

I have been using Xposed for a few years now and I know much work has gone into updating Xposed to work with 5.0 and 5.1.
I am eternally greatful for that but it has created a problem in the core UI of the Xposed Installer. I'm suing the 5.0 Version and I have no easy way to tell if a module will work on my phone or if the developer ever intended it to.
I think there needs to be a Parameter section added to the downloads to show what version it's compatible with. I know that if this were added there would be much legacy but if it's unknown then leave it marked unknown and as developers do updates they can then begin to populate it.
Also I would love to see a way of rating modules 1-5 stars and adding comments just like the play store so I can tell other users what I've found that isn't working or if it works great. Some Developers have made a way to report issues but others really haven't and I'd like to do this just to tell other users what to expect.
thank you for your consideration @rovo89 and all your hard work.

[REQUEST] HTC Framework Module

i recently tried out a friends u11 and while the phone is honestly meh, i really liked its screenshot tool. i managed to get the apk but obviously it didn't work on any of my devices. i installed google framework on my devices and can now use the dialer and other apps so i was hoping that someone could build a similar module for the HTC apps. the app in question is below, thanks in advance for any and all help!
Play Store
APK Mirror
droidbot1337 said:
i recently tried out a friends u11 and while the phone is honestly meh, i really liked its screenshot tool. i managed to get the apk but obviously it didn't work on any of my devices. i installed google framework on my devices and can now use the dialer and other apps so i was hoping that someone could build a similar module for the HTC apps. the app in question is below, thanks in advance for any and all help!
Play Store
APK Mirror
Click to expand...
Click to collapse
I have install the apk file on my phone, apparently this app works only on HTC devices because it can recognize only HTC keys values.
Knowing that this type of process must include all names keys binaries made by HTC, this may be written "hard" in the application.
As you mentioned, other applications "a little less specific" only need other applications/frameworks (always in the form of an app) to trigger themselves, to work, which explains why this is the case.
I don't have to find out if the application in question may need something software-specific to run and actually i haven't even decompiled it via apktool or anything like that, in my opinion the interesting parts can't be decompiled into something usable.
If any time you find out exactly how to trigger the activation of the application, i might be able to make a module for that, otherwise i'm afraid there's nothing we can do.
The last of the solutions i see there would be an Xposed module, but from there the work to be done goes beyond my skills.
@Rom
whoa! youre awesome! thanks for your efforts. well, thats honestly a bit downer. i assumed that it required some sort of proprietary HTC data but to go that far..... damn! i bet HTC could make some money selling the app on the play store. i guess thats it for this idea, thanks again Rom.

Android 11 cant set background permission for smartwatch

Hello folks. I've been reading a lot to fix this issue but no luck yet so I come to you. I have a Pixel 4XL running android 11, and a smartwatch brand Haylou Ls05, with the apk Haylou Fit.
The thing is I cant set the proper permissions to use the location services in the background. Mi GF has a android 10 phone and no problem.
I already tested everything I founded over the internet and nothing works. When I start running, the app goes good until the screens is off and the tracking of the running gets lost.
Any suggestion? Thanks in advance!!
Are you running without your phone? This watch doesn't have any GPS chip or functionality, so it is not going to track your location or track your your route by itself. Sorry if this was obvious already but I don't know what your use case is. On Android 10/11 you can control the location use on a per-app basis. If your watch app uses the newest API and supports this function, you will see under the Haylou Fit app permissions>>location the following: (Allow all the time/Allow only when using the app/Ask every time/ Deny). If you don't see this option in your app settings then the app itself needs to be updated. It's not the phone that is the issue, but the app. See the screenshot attached. Android 10 has this same functionality, so I'm not sure why your GF's is working correctly and yours is not. You may try removing and re-installing? Please post a screenshot of what you are seeing under location permissions for this app. Cheers.
Thanks very much for your answer. Yes, I run with the cellphone to use the gps of it because the watch does not have gps. Sorry i'm not very familiar with API, but I understand now that it is a problem of the app itself and not of android. My screenshot doesn't show the "allow all the time" item, as i would like to.
Any way to force it? like patching the app o magisk or something I could do? I like this watch very much , its small and light, and would really like to be able to use it..
Thanks you for the answer.
Agustín.
agucasta said:
Thanks very much for your answer. Yes, I run with the cellphone to use the gps of it because the watch does not have gps. Sorry i'm not very familiar with API, but I understand now that it is a problem of the app itself and not of android. My screenshot doesn't show the "allow all the time" item, as i would like to.
Any way to force it? like patching the app o magisk or something I could do? I like this watch very much , its small and light, and would really like to be able to use it..
Thanks you for the answer. Agustín.
Click to expand...
Click to collapse
Not that I know of. I still would like to know why the app it works on your GF's phone (10) and not yours (11) because they both have the same location security options. Is the "always" option available on hers, or is it working on the "when app is running"? Running the same version? This may be related to the API used by the app and until the dev updates it, it will not work. Try contacting the dev? Contact info is available on the Google Play Store.

Categories

Resources