MilosKozak / ruffy

49 stars 196 forks source link

Pairing branch not building #12

Closed jgslade closed 4 years ago

jgslade commented 4 years ago

I got a new phone since the old one was randomly dying between 40-60% battery. I paired my combo to the new phone, but AndroidAPS wouldn't start the ruffy service, so I thought I try to repair my combo with the old phone, and it wouldn't pair, so I tried to pair to the new phone again and it wouldn't. I then tried to build the pairing branch to see if I could get the combo to pair again, but I get this error when trying to generate the signed APK:

/home/sam/StudioProjects/ruffy/app/src/main/java/org/monkey/d/ruffy/ruffy/driver/Ruffy.java:420: error: <anonymous org.monkey.d.ruffy.ruffy.driver.Ruffy$5> is not abstract and does not override abstract method cmdModeDeactivated() in AppHandler
    private AppHandler rtAppHandler = new AppHandler() {
                                                       ^
jotomo commented 4 years ago

The message refers to code not present in the pairing branch. Make sure you cloned this repository not the monkey-r one.