Related
I'm using an unrooted Razr-I XT890 with Android 4.1.2
When using the app "Syncthing-android" I run into what seems to be a Razr-I specific problem described below.
Syncthing is a multi-platform secure syncing app and Syncthing-android is a port to the Android platform.
The particular problem is that the the config data (node identity, keys etc) get lost after a reboot of the phone.
When used the memory status of the app shows 72 KB of "data", and 0 KB after a reboot.
One line in the logcat caught my attention:
Code:
W/ApplicationContext(386): Unable to create files directory /data/data/com.nutomic.syncthingandroid/files
However, if the app is exited or "killed" and restarted, the data is still available and the app uses them.
But it is gone after a reboot. According the original developer this happens only on my system.
I'm hoping that somebody recognizes this pattern and can give me/us a hint to its origin.
I'm not the developer of that particular app, rather an interested user, who happens to be a developer, but not very proficcent when it comes to Android apps. However terms like "logcat", "intent" or "service" don't scare me
Sorry if this sub-forum is not the correct one for posting this kind of question. The one which seems more appropriate is not accessible to me.
This relates to issue 24 of syncthing-android on github - sorry, I can't post external links here yet.
Hey,
I am not an expert on this matter, but I saw it ones coming through the Google issues. This was it:https://code.google.com/p/android/issues/detail?id=8886. It could be a permission problem, most likely and in this issue tracker it has been resolved in android 4.4. Some phones do have it others don't, just like the Recovery's here. Some don't have any problems with using them, while others do.
Verstuurd van mijn GT-P5110
Thank you for your suggestion.
We found the bug (see original thread on GitHub).
For future reference:
The "official" folder to store persistent data can be obtained by the API call getFilesDir().
The deleoper used getApplicationInto().dataDir
The first one points to /data/data/appname/files/
The second one points to /data/data/appname/
It seems that the Razr (contrary to other phones) deletes files in /data/data/appname/ which are not stored in a subfolder.
Hello,
My question is for french users
Are you able to use Paylib with Xiaomi Mi 9 ??
I use the Caisse Epargne PayLib application. I can configure it correctly and the application is detected in android payment preferences.
But when I put my phone on a payment terminal, nothing happens [emoji26][emoji26]
delscate said:
Hello,
My question is for french users
Are you able to use Paylib with Xiaomi Mi 9 ??
I use the Caisse Epargne PayLib application. I can configure it correctly and the application is detected in android payment preferences.
But when I put my phone on a payment terminal, nothing happens [emoji26][emoji26]
Click to expand...
Click to collapse
Hi, I have the same issue with Google Pay ( N26 BANK ), tested in several stores..
Geekmylife said:
Hi, I have the same issue with Google Pay ( N26 BANK ), tested in several stores..
Click to expand...
Click to collapse
[emoji53]
Envoyé de mon MI 9 en utilisant Tapatalk
delscate said:
Hello,
My question is for french users
Are you able to use Paylib with Xiaomi Mi 9 ??
I use the Caisse Epargne PayLib application. I can configure it correctly and the application is detected in android payment preferences.
But when I put my phone on a payment terminal, nothing happens [emoji26][emoji26]
Click to expand...
Click to collapse
This may or may not be of help to you, but...
I too am experiencing this "nothing happens" a the terminal when attempting to pay. My Google Pay is all set up etc. However I have learnt of the two following possible solutions:
1. Settings - Wireless & Network - More - Secure element position (this apparently should be set to HCE Wallet, though there are other options which could be tried)
2. Be sure point the top of your phone, near the camera lenses, at the terminal as this is where the NFC chip is
I've yet to test these out though, but thought I'd at least offer some potential tips!
cd993 said:
This may or may not be of help to you, but...
I too am experiencing this "nothing happens" a the terminal when attempting to pay. My Google Pay is all set up etc. However I have learnt of the two following possible solutions:
1. Settings - Wireless & Network - More - Secure element position (this apparently should be set to HCE Wallet, though there are other options which could be tried)
2. Be sure point the top of your phone, near the camera lenses, at the terminal as this is where the NFC chip is
I've yet to test these out though, but thought I'd at least offer some potential tips!
Click to expand...
Click to collapse
Thanks for the tips [emoji106].
I will try
Envoyé de mon MI 9 en utilisant Tapatalk
Geekmylife said:
Hi, I have the same issue with Google Pay ( N26 BANK ), tested in several stores..
Click to expand...
Click to collapse
Hi, i also can't pay with google pay. Tested in "thousands" of stores.... i hope they will fix it in next builds.
I was scared it was only a problem of mine.. now i'm a "little" reassured.
delscate said:
Hello,
My question is for french users
Are you able to use Paylib with Xiaomi Mi 9 ??
I use the Caisse Epargne PayLib application. I can configure it correctly and the application is detected in android payment preferences.
But when I put my phone on a payment terminal, nothing happens [emoji26][emoji26]
Click to expand...
Click to collapse
You must activate nfc for paylib but it impossible for the moment beccause paylib is not compatible with xiomi phone. I already asked for my mix 2s 4 month ago and I have no answer.
hardtheory said:
You must activate nfc for paylib but it impossible for the moment beccause paylib is not compatible with xiomi phone. I already asked for my mix 2s 4 month ago and I have no answer.
Click to expand...
Click to collapse
I used paylib on lui Xiaomi mi5s on lineage.
No problem with paylib apps on mi 9
I talk about activate payement without contact, not compatible.
I'm searching for a solution on google, i found this on Reddit:
level 1
carltondrake
3 points ·
22 hours ago
Hi,
You have to go on settings > more > secure element position and select HCE Wallet.
Hope this helps
Click to expand...
Click to collapse
My "Mi 9" was set on "sim wallet". so i'll give another try today.
I can confirm: today i made my first payment with google pay after switching to HCE wallet
Tests today after switching to HCE wallet :
- andoid pay (boursorama bank) OK
- paylib (caisse epargne bank) OK
Thanks to @cd993 !!!!
Hello everyone,
the error described in the title is, unfortunately, a known issue of MIUI since last year. I enrolled my Mi 9 to my company in order to receive my work emails and having access to my calendar. The enrollment has been done with the app 'intelligent HUB' and worked actually fine besided test last step. That is about granting Gmail admin privileges. This is unfortunately failing with the following call stack:
Code:
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=com.miui.securitycenter.action.DEVICE_MANAGER_APPLY }
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2016)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1677)
at android.app.Activity.startActivityForResult(Activity.java:4639)
at android.app.Activity.startActivityForResult(Activity.java:4597)
at com.android.settings.bF.onClick(DeviceAdminAdd.java:372)
at android.view.View.performClick(View.java:6614)
at android.view.View.performClickInternal(View.java:6591)
at android.view.View.access$3100(View.java:786)
at android.view.View$PerformClick.run(View.java:25948)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:201)
at android.app.ActivityThread.main(ActivityThread.java:6806)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
As I said earlier this is a common problem, there are more threads out there, unfortunately without a real solution. Some people said that switching to the China version solved their problem. So my question does anyone know if there is a custom room available which fixes this error? If yes the next question would be, as I'm going to modify the device with a custom room if it's still compliant for the 'intelligent HUB' app.? Does anyone have experience with that?
It is such a great device but not having access to my work stuff is quite a big problem for me.
Thank you all for your help.
max8995 said:
Hello everyone,
the error described in the title is, unfortunately, a known issue of MIUI since last year. I enrolled my Mi 9 to my company in order to receive my work emails and having access to my calendar.
Click to expand...
Click to collapse
My company also enforces the use of administrator mode if I want to receive business mail. I use gmail for exchange account with administrator privileges, no problems - xiaomi.eu 9.5.1 and earlier.
Wysłane z mojego MI 9 przy użyciu Tapatalka
Thanks for your reply. Great that this is working. Have you faced any disadvantages with your the business app with the custom room and the open bootloader?
max8995 said:
Thanks for your reply. Great that this is working. Have you faced any disadvantages with your the business app with the custom room and the open bootloader?
Click to expand...
Click to collapse
I use MS sharepoint and teams without any problems. Mail, calendar and business contacts via exchange server also works without problems. Try to set up access to your business email without an application from VMWare - intelligent hub.
Wysłane z mojego MI 9 przy użyciu Tapatalka
Unfortunately, my company enforces to use VMware intelligent hub. And actually the app is not the problem, this is working fine. Granting the admin privileges is crashing the settings app constantly. I've read that this problem doesn't occur with the rooms based on the China version. The xiamo.eu room is based on the China version I still have the global version. Unfortunately, my bootloader is still looked as I received my device today... So I have to wait and still use my old iphone
max8995 said:
Unfortunately, my company enforces to use VMware intelligent hub. And actually the app is not the problem, this is working fine. Granting the admin privileges is crashing the settings app constantly. I've read that this problem doesn't occur with the rooms based on the China version. The xiamo.eu room is based on the China version I still have the global version. Unfortunately, my bootloader is still looked as I received my device today... So I have to wait and still use my old iphone
Click to expand...
Click to collapse
I had no trouble on the original ROM, global EEA. Try another mail app, miui stock mail or Outlook?
Wysłane z mojego MI 9 przy użyciu Tapatalka
I'm having the problem with all apps which are trying to get admin privileges. So the same process for the Microsoft authenticator app is also failing. So it's not possible to narrow down it to an certain app. The process of granting admin privileges is the problem
max8995 said:
I'm having the problem with all apps which are trying to get admin privileges. So the same process for the Microsoft authenticator app is also failing. So it's not possible to narrow down it to an certain app. The process of granting admin privileges is the problem
Click to expand...
Click to collapse
Wich version of Miui do you have?
Wysłane z mojego MI 9 przy użyciu Tapatalka
Miui 10.2 Stable (10.2.24.0)
I was able to unlock my bootloader today and I installed the EU room. unfortunately, with that, I can't install google apps from the google play store [work profile]. So this is not working as well. I might gonna try to flash the Chinese version and look my bootloader again as with the EU Room Google pay is not reliable at all.
Exactly the same problem here (MIUI 10.2.2.0). Any solution?
I couldn't get it to work even with EU room. Even though I pass all safety checks and everything I'm not able to download apps like Gmail from the work play store. I tried it without root and also with magdisk and magdisk hide. I also changed the props of the rom. I don't know how the work play store figures that the device is modified. Until now it seems nobody has any clue how to solve it and as there are not so many ppl affected it seems to me it's not really a topic of interest. If anyone finds a solution please let me know.
For all of you guys who are interested, I found some up to date threads and one twitter post. If you're interested leave a comment there and vote for the bug in order to put some pressure on them...
https://c.mi.com/thread-1924390-1-0.html?sources=1#J_threadAllComments
https://in.c.mi.com/in/thread-1921146-1-0.html
https://mobile.twitter.com/ameydshevade/status/1166761381523099649?s=20
I love the pixel 5, but I need a root, is there a way to enable the following on an unrooted pixel?
Call recording
JamesDSP
System wide ad blocking.
If I can get them three things to work on P5 without rooting, that would be the dream scenario.. many thanks in advance ?
I'm not really that into the rooting scene, I literally only use them three things
I don't know about the first two, but you can achieve System wide ad blocking the following way.
You go to nextdns.io and create a configuration as you like (plenty of blocking options to choose from). You will get a DNS-over-TLS endpoint (something that looks like f41029.dns.nextdns.io). You open Network settings and look for the private dns option. You paste the code there and voila: system wide add blocking.
There is also the option to use a VPN like app, like blokada, but they are usualy less power efficient.
nextdns.io looks not to shabby, any experience with it? i don't like to rely on 3rd party services on this level..
Run your own network wide ad blocker at home using pi-hole.
When you are not at home run a VPN to your home network and use pi-hole as your dns server.
I won't trust any 3rd party DNS provider like the ones mentioned here
Gesendet von meinem CMR-AL09 mit Tapatalk
Nightwish1976 said:
I don't know about the first two, but you can achieve System wide ad blocking the following way.
You go to nextdns.io and create a configuration as you like (plenty of blocking options to choose from). You will get a DNS-over-TLS endpoint (something that looks like f41029.dns.nextdns.io). You open Network settings and look for the private dns option. You paste the code there and voila: system wide add blocking.
There is also the option to use a VPN like app, like blokada, but they are usualy less power efficient.
Click to expand...
Click to collapse
Thanks for the explanation on system wide adblock. I just did this and it's working great!
Signor Rossi said:
Run your own network wide ad blocker at home using pi-hole.
When you are not at home run a VPN to your home network and use pi-hole as your dns server.
I won't trust any 3rd party DNS provider like the ones mentioned here
Gesendet von meinem CMR-AL09 mit Tapatalk
Click to expand...
Click to collapse
I agree that's the best solution, but it's too much hustle, I can't be bothered...
drmason said:
nextdns.io looks not to shabby, any experience with it? i don't like to rely on 3rd party services on this level..
Click to expand...
Click to collapse
I've been using them since 2019 (don't remember exactly the month). They were in some kind of beta.Never had a problem with them.
Now they are out of beta and begun selling subscriptions. If you have under 300.000 DNS queries it's free, for unlimited queries its about 20$/year or something like that. Never have gone above the limit, so I'm not sure what happens, I suppose I will get an email when that happens .
It's right there in the FAQs ... After 300.000 queries it switches to a "normal" DNS resolver without filtering and logging.
https://help.nextdns.io/en/articles/3962038-what-happens-after-300k-queries
Im working for a delivery service which has an app that will detect my current location. Is there any way to fake my gps without enable mock location on developer option. The apps seems to detect that I used mock location. Thanks
alieimran said:
Im working for a delivery service which has an app that will detect my current location. Is there any way to fake my gps without enable mock location on developer option. The apps seems to detect that I used mock location. Thanks
Click to expand...
Click to collapse
there are several xposed modules which allow to spoof location, but I have no idea if they are working on newer Android versions. I think that best shot is XPrivacyLua:
[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
This module clamis to be able to hide "Mock location" from other apps:
Hide Mock Locations – Aplikacje w Google Play
!!! Potrzebujesz Korzeń !!! Ten program ukrywa Mock Miejsca pracy w innych aplikacjach.
play.google.com
(I see this was recently updated, so possibly its working fine)
Probably you will find more results by googling "xposed fake/mock/spoof location/gps"
alieimran said:
Im working for a delivery service which has an app that will detect my current location. Is there any way to fake my gps without enable mock location on developer option. The apps seems to detect that I used mock location. Thanks
Click to expand...
Click to collapse
You can contact me, I've developed such module/app ex: for Deliveroo, etc.
Usage example
Stillhard said:
You can contact me, I've developed such module/app ex: for Deliveroo, etc.
Click to expand...
Click to collapse
Can i know please...thank you
Silent《¤》hacker said:
Can i know please...thank you
Click to expand...
Click to collapse
I've replied in your msg, and fyi the link for the app is in the above video's description
Stillhard said:
Você pode entrar em contato comigo, eu desenvolvi tal módulo / aplicativo ex: para Deliveroo MOD EDIT: You can contact me, I have developed such a module/application ex: for Deliveroo
Click to expand...
Click to collapse
MOD EDIT:
how do i get in touch with you?
como faço para entrar em contato com você ?
Ietsen02 said:
como faço para entrar em contato com você ?
Click to expand...
Click to collapse
I've replied your private msg too
Stillhard said:
I've replied your private msg too
Click to expand...
Click to collapse
Hi there,
Can you also send me pls?
tomihbk said:
Hi there,
Can you also send me pls?
Click to expand...
Click to collapse
It's in the video's description
The best app to spoof your position is fake GPS that is used to spoof on Pokemon GO!
I need help to solve why after Rooting but delivery app still able to detect fake gps?
hi, i'm from Ukraine, i work in the field of food delivery, until November i worked quietly using fake jps and root on my phone, but it seems now it has become difficult to work according to this scheme, most likely glovo (delivery service) connected an anti jps service like incognia , tell me how to use location substitution at a professional level and not be banned?
With best regards
Hi I also need help, I purchase imyphone anyto and it will not work with my work app (Paycom) . When I go to mile tracker in paycom it says I must disable developer options in order to continue tracking my trips . Any idea how to fix this or what app I can use to create fake GPS location routes?
[MODULE] Smali Patcher 7.4
Smali Patcher WHAT THE HELL IS THIS THING? :: To sum things up this is an application I developed that pulls the android framework from your device, applies what I (or other users) consider useful patches to the sourced files and then...
forum.xda-developers.com
I used this for uber eats
KAT Lite (Galactus) v14.5
for:
-DeliverooDriverApp
-DeliverooOrderApp
feature:
-Support non-root/systematic Smali without developer options
-Support OS 5 to OS 12
-Advanced FCM booster and hammer
-KAT Mock (mock location/fake gps)
(No developer options)
-Normal + Ghost Mode
-Save favorite coordinates (Google Drive)
-Random fake GPS coordinates
-Automatically kill the target application
-WIFI mode fake mobile network to WIFI
-Auto-kill widget supports other fakegps
-Hidden simulation + ROOT + xposed
- and many more
This program needs to log in to GOOGLE account
Is it safe, please?
Stillhard said:
You can contact me, I've developed such module/app ex: for Deliveroo, etc.
Click to expand...
Click to collapse
Hi can i have your telegram contact link? Need help for an app
Dailertaken said:
J'ai besoin d'aide pour résoudre pourquoi après l'enracinement, mais l'application de livraison est toujours capable de détecter les faux GPS ?
Click to expand...
Click to collapse
Hi Was you able to solve your problem ?
peter7910162 said:
KAT Lite (Galactus) v14.5
for:
-DeliverooDriverApp
-DeliverooOrderApp
feature:
-Support non-root/systematic Smali without developer options
-Support OS 5 to OS 12
-Advanced FCM booster and hammer
-KAT Mock (mock location/fake gps)
(No developer options)
-Normal + Ghost Mode
-Save favorite coordinates (Google Drive)
-Random fake GPS coordinates
-Automatically kill the target application
-WIFI mode fake mobile network to WIFI
-Auto-kill widget supports other fakegps
-Hidden simulation + ROOT + xposed
- and many more
This program needs to log in to GOOGLE account
Is it safe, please?
Click to expand...
Click to collapse
It's safe