debug app: log options with developer options disabled? - Android Q&A, Help & Troubleshooting

I have a medical app, which is quite restrictive concerning the android devices it wants to run on:
- android >= 10
- no jailbreaking
- SafetyNet active
- no magisk installed
- no developer options enabled.
I'm running LineageOS 17 on a Xiaomi 10T
I managed to hide the jailbreaking with Magisk (and faked its app name), enabled SafetyNet using MagiskHide props.
Developer options, however, I found no clue, so I had to tun them off.
Unfortunately, something goes wrong in the bluetooth stack, pairing the medical device doesn't work. The app requests to pair (twice), then they negotiate, and afterwards I get a error message from the medical device "pairing isn't compatible with this device", I guess a protocol error.
Any idea how I could find some info about what *MAY* be the cause?
If I could run the adb daemon in a rooted termux and get some logs about what's wrong, I may be able to find the error and fix it, but currently, I have no clue

jpsollie said:
Any idea how I could find some info about what *MAY* be the cause?
Click to expand...
Click to collapse
@jpsollie
Hello and good morning. I hope you'll always get the support you require.
However, prior to your next posting please read the guidances that are stuck on top of every forum like
Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com
and the others. I've moved the thread to
Android Q&A, Help & Troubleshooting
This forum is for all of your questions about Android Development and Hacking. If you need help troubleshooting a problem, please be as specific as possible by describing your software configuration, including the ROM, kernel, and any modifications you've done.
forum.xda-developers.com
Thanks for your cooperation!
Regards
Oswald Boelcke
Senior Moderator

Related

Getting World Run app (Wings for life) to run on rooted device with custom ROM (Lineage os)

Hello,
Could anyone help me with achieving this. I've tried using Magisk, Universal safety net fix, maskishide props config even managed to pass safetynet test by spoofing device fingerprint but the app still detects my device as rooted.
I am not sure what to try next.
Thanks in advance
Nightb1rd said:
Hello,
Could anyone help me with achieving this. I've tried using Magisk, Universal safety net fix, maskishide props config even managed to pass safetynet test by spoofing device fingerprint but the app still detects my device as rooted.
I am not sure what to try next.
Thanks in advance
Click to expand...
Click to collapse
@Nightb1rd
Welcome to XDA. I hope you'll always get the support you require.
However, prior to your next posting please read the guidances that are stuck on top of every forum like
Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com
and the others. I've moved the thread to Android Q&A.
Thanks for your cooperation.
Regards
Oswald Boelcke
Senior Moderator
Oswald Boelcke said:
@Nightb1rd
Welcome to XDA. I hope you'll always get the support you require.
However, prior to your next posting please read the guidances that are stuck on top of every forum like
Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com
and the others. I've moved the thread to Android Q&A.
Thanks for your cooperation.
Regards
Oswald Boelcke
Senior Moderator
Click to expand...
Click to collapse
Thanks Oswald and sorry for posting in the wrong section but I was unsure where to post it and was kind of desperate to find solution.
Anyway yesterday I did a manual upgrade to my Lineage version, then reinstalled Magisk and modules as before and for some reason now everything works fine. So consider this issue resolved.
Regards
Hi @Nightb1rd I'm facing the same issue that I keep getting the error message that my device is rooted.
I'm using /e/OS based on LineageOS with microG integrated.
Tomorrow is the run and I would like to use my phone for it. Can you post the steps you did to achieve the WFL App to work when starting the AppRun.
Thank you!
Tiger862000 said:
Hi @Nightb1rd I'm facing the same issue that I keep getting the error message that my device is rooted.
I'm using /e/OS based on LineageOS with microG integrated.
Tomorrow is the run and I would like to use my phone for it. Can you post the steps you did to achieve the WFL App to work when starting the AppRun.
Thank you!
Click to expand...
Click to collapse
Hi there,
Ok, so first make sure you have the latest version of your rom installed. Then download magisk manager from playstore. Next download latest version of magisk app, rename it to .zip, reboot to recovery (I have twrp) and then install this zip file from your phone memory. Finally download and install zygisk module directly from magisk manager. Now when you have this module there will be new options in magisk manager under settings. You should enable zygisk, enforce deny list and finally configure deny list so world run app is on it.
Also clear cache and memory for worldrun app before trying the test run. If it still fails and you haven't updated your rom in the first step because it was up to date try reinstalling it and then repeating the procedure. Perhaps that did the trick for me.
There are guides how to install magisk and zygisk on dedicated web sites.
Good luck!

question - how to hide phone id, imei, etc?

Hello.
I can not find an answer to my question neither in google nor on the xda forum.
Question to specialists. I am looking for an application / hack for android, thanks to which the open application will not be able to read on which cell phone it is running.
I am looking for something in the form of a "phone generator" or it will hide the phone data.
I have a problem with the application, after using the discount code, I cannot use the same phone again.
Lock on the phone, not on the application user.
Best regards.
adiadi007 said:
Hello.
I can not find an answer to my question neither in google nor on the xda forum.
Question to specialists. I am looking for an application / hack for android, thanks to which the open application will not be able to read on which cell phone it is running.
I am looking for something in the form of a "phone generator" or it will hide the phone data.
I have a problem with the application, after using the discount code, I cannot use the same phone again.
Lock on the phone, not on the application user.
Best regards.
Click to expand...
Click to collapse
Hello and good afternoon, @adiadi007
Prior to your next posting please read the guidances that are stuck on top of every forum like
Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com
and the others. I've moved the thread to Android Q&A. Thanks for your cooperation!
Regarding your question I suggest to take a look into this application by @M66B
[CLOSED][APP][XPOSED][6.0+] XPrivacyLua - Android privacy manager [UNSUPPORTED]
XPrivacyLua Really simple to use privacy manager for Android 6.0 Marshmallow and later (successor of XPrivacy). Revoking Android permissions from apps often let apps crash or malfunction. XPrivacyLua solves this by feeding apps fake data...
forum.xda-developers.com
Regards
Oswald Boelcke
Senior Moderator

How to disable GPS?

I want to disable all GPS functionality for my Android phone. How would I do that?
Thanks!
watchintv said:
I want to disable all GPS functionality for my Android phone. How would I do that?
Thanks!
Click to expand...
Click to collapse
Hello and good afternoon, @watchintv
Welcome to XDA! I hope you'll alawys get the support your require.
However, prior to your next posting please read the guidances that are stuck on top of every forum like
Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com
and the others. I've moved your thread to Android Q&A.
Thanks for your cooperation!
Regards
Oswald Boelcke
Senior Moderator
Thank you!
How can I disable the GPS functionality from my android phone at the kernel level?
How can I disable the GPS functionality from my android phone at the kernel level? I know this requires (though not sure) disabling either device drivers for GPS or kernel module BUT how to do it e...
android.stackexchange.com
xXx yYy said:
How can I disable the GPS functionality from my android phone at the kernel level?
How can I disable the GPS functionality from my android phone at the kernel level? I know this requires (though not sure) disabling either device drivers for GPS or kernel module BUT how to do it e...
android.stackexchange.com
Click to expand...
Click to collapse
That is exactly what I am trying to accomplish. Does anyone have further instructions on how to accomplish this?

Help! xposed framework repository module from github installation.

im tring to install this module on xposed framework in bluestacks 5 but i have no idea what im doing or if this even works(im new to all of this). my problem is with emulator detection on a game called "last island of survival: unknown 15 days" (asian Rust copycat for mobile devices) so i started searching on the web if i could find anything that could bypass it and frankly very little was found on the topic. but i found this "antiemulatordetection" code in github for xposed framework that was released 8 years ago and im trying to install it and see if it works but i dont know how to( i tried to find a topic on how to install xposed framework code modules from github but couldnt find anything). so if anyone could help me out (or if you know any other methods that work) that would be pretty mint. (feel free to correct me on my grammar/use of word mistakes since i know very little on this topic)
Antiemulatordetecton: https://github.com/lijiansong/AntiEmulatorDetection
Cheers!
unknownartifact
unknownartifact said:
im tring to install this module on xposed framework in bluestacks 5 but i have no idea what im doing or if this even works(im new to all of this). my problem is with emulator detection on a game called "last island of survival: unknown 15 days" (asian Rust copycat for mobile devices) so i started searching on the web if i could find anything that could bypass it and frankly very was found on the topic. but i found this "antiemulatordetection" code in github for xposed framework that was released 8 years ago and im trying to install it and see if it works but i dont know how to( i tried to find a topic on how to install xposed framework code modules from github but couldnt find anything). so if anyone could help me out (or if you know any other methods that work) that would be pretty mint. (feel free to correct me on my grammar/use of word mistakes since i know very little on this topic)
Antiemulatordetecton: https://github.com/lijiansong/AntiEmulatorDetection
Cheers!
unknownartifact
Click to expand...
Click to collapse
Hello and good afternoon, @unknownartifact
Welcome to XDA! I hope you'll alawys get the support your require.
However, prior to your next posting please read the guidances that are stuck on top of every forum like
Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com
and the others. I've moved your thread to Android Q&A.
Thanks for your cooperation!
Regards
Oswald Boelcke
Senior Moderator
Oswald Boelcke said:
Hello and good afternoon, @unknownartifact
Welcome to XDA! I hope you'll alawys get the support your require.
However, prior to your next posting please read the guidances that are stuck on top of every forum like
Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com
and the others. I've moved your thread to Android Q&A.
Thanks for your cooperation!
Regards
Oswald Boelcke
Senior Moderator
Click to expand...
Click to collapse
sorry about that, i will for sure! and thanks for moving it to the right place.
unknownartifact

OnePlus Nord CE 2 Lite 5G Diagnostic Mode (DIAG Mode)

Hi all,
I am trying to enable Diagnostic Mode on my OnePlus in order to use apps like SnoopSnitch or QCSuper.
I tried different codes but they don't seem to work with the Google dialer.
I tried manually installing OnePlus Diagnostic via APK but it returns error due to conflict with existing packages.
Any idea? Thanks!
softdiam said:
Hi all,
I am trying to enable Diagnostic Mode on my OnePlus in order to use apps like SnoopSnitch or QCSuper.
I tried different codes but they don't seem to work with the Google dialer.
I tried manually installing OnePlus Diagnostic via APK but it returns error due to conflict with existing packages.
Any idea? Thanks!
Click to expand...
Click to collapse
Hello and good afternoon, @softdiam
Welcome to XDA. I hope you'll always get the support you require.
However, prior to your next posting please read the guidances that are stuck on top of every forum like
Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com
and the others. I've moved your thread to Android Q&A.
Thanks for your cooperation!
Regards
Oswald Boelcke
Senior Moderator

Categories

Resources