-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package not debuggable error #5
Comments
Are you running on rooted device?
…On Thu, 31 Dec 2020, 21:47 Talk2Giuseppe, ***@***.***> wrote:
I get the "run-as: package not debuggable: com-roborock.smart" error when
attempting to issue the following command:
adb exec-out run-as com.roborock.smart find
/data/data/com.roborock.smart/files/rr_cache/ | egrep rr_tuya_[0-9] | xargs
-n1 adb exec-out run-as com.roborock.smart cat > roborock_details.gz
gzip -d roborock_details.gz
Actually, since the command error'd out I parsed the commands to figure
out which one was causing the issue. It was the first command: "adb
exec-out run-as com.roborock.smart find
/data/data/com.roborock.smart/files/rr_cache/" that produced the error.
Anyone have any experience with overcoming this obstacle?
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXSJZZIU5IGC4ZH3NQF5XDSXTWQ7ANCNFSM4VPYGEYA>
.
|
Yes, the device is rooted. It's Note 8 running HadesROM. I am able to access the folder from where the files are on the device itself. But when running the adb commands from a terminal window withing linux, I get those errors. I can also confirm that when I connect the phone to the linux machine, it does prompt/confirm that I want to be in debug mode. Any ideas? |
What version of the roborock software do you have installed? I am beginning to think that perhaps this current version is signed differently than perhaps an earlier version of the apk which is what is producing the error. |
Just got the same issue. App Version 2.3.30, Jan 14. |
Same here. Testet different Versions on different Emus ( Nox, Bluestacks) with root or without. roborock-tuya-token apk is currently not running if account is Region EU. |
Looks like you need debugging enabled in the app for this to work. Tried backing up settings using ADB - won't work either. I'm trying it on a non-rooted device, with no luck. on a rooted one, I'd just dump the cache directory. Does anyone know where to get a debug package? I'm also thinking of installing the app in a bluestacks or any other emulator and try getting the root there. |
Hey guys, as long as your phone is rooted, that's pretty easy to solve.
This should post all info on your screen you need, you just have to search for the |
Which device and android version did you test this on? |
I get the "run-as: package not debuggable: com-roborock.smart" error when attempting to issue the following command:
adb exec-out run-as com.roborock.smart find /data/data/com.roborock.smart/files/rr_cache/ | egrep rr_tuya_[0-9] | xargs -n1 adb exec-out run-as com.roborock.smart cat > roborock_details.gz
gzip -d roborock_details.gz
Actually, since the command error'd out I parsed the commands to figure out which one was causing the issue. It was the first command: "adb exec-out run-as com.roborock.smart find /data/data/com.roborock.smart/files/rr_cache/" that produced the error.
Anyone have any experience with overcoming this obstacle?
Thanks!
The text was updated successfully, but these errors were encountered: