meowstercatel / r1-apk-patcher

tool to patch a clean rabbit r1 into a working one
1 stars 1 forks source link

Long button press not working #2

Open 3x3cut0r opened 1 week ago

3x3cut0r commented 1 week ago

Hi, this r1-api-patcher is working fine and i successfully installed the app on android on my R1. After linking my device i need to "press and hold to talk" but he does not recognice this action. Is there anything wrong with the button? I mean the button was working in the step before ... only the long press is broken.

Thank you for help

meowstercatel commented 1 week ago

Can you close and reopen the app and see if the long press works in the main part of the app? After installing the app on my device it works perfectly fine (except for the fact that the rabbit websocket which the app relies on just doesn't work)

3x3cut0r commented 1 week ago

I did it multiple times. I also tried to delete all app data (cache, etc ...) but i cannot get over the step, where i need to press the button long. maybe its not the button, it could also be the microphone?! At this point i have no feedback which one is not working to proceed this step where you should talk something?! If i close the app and reopen the app ... it says no connection to the rabbit servers. so maybe it could also be a network (websocket???) problem?

meowstercatel commented 1 week ago

That "no connection to the rabbit os" or anything similar is just an issue with their servers. When I'll have more information I'll try to fix that. But about that long pressing; can you try installing the app on another phone? Maybe that'll change some stuff

3x3cut0r commented 1 week ago

It is installed on the rabbit itself, where android is running. I have no other device to test with, i only have iPhones :P

meowstercatel commented 1 week ago

Oh! So what you can try is to change the value of "r1_mode" or something similar in the settings.json file.

3x3cut0r commented 1 week ago

that was my settings.json i used:

{
    "r1_mode": true,
    "imei": "356886690284932",
    "server_ip": ""
}
meowstercatel commented 1 week ago

I'll take a look at home but try changing r1_mode to false

3x3cut0r commented 1 week ago

same thing with:

{
    "r1_mode": false,
    "imei": "356886690284932",
    "server_ip": ""
}