I'm using rhomobile suite 5.4 and I've also tried 5.5.0.24 from tau-technologies.
Both versions crash the applications when this code is executed:
beeperProps = Hash.new beeperProps['frequency'] = 2000 beeperProps['volume'] = 2 beeperProps['duration'] = 500 # WARNING # This code crashes Zebra TC75 Lollipop Rho::Notification.beep(beeperProps)
It works on android KitKat (4.4.X).
Hopefully this is something fixable.
Best regards,
Krystian Sikora
1 Replies
Hi Krystian,
If you don't get any answer here, you might consider moving this question to the RhoMobile Suite discussion group on this portal:
Alternatively, if you get no luck there you could try over at Tau's forum: Home | Tautechnologies
I did take a look at the source code (it is here: rhodes/lib/commonAPI/coreapi/ext/platform/android/src/com/rho/notification at master · rhomobile/rhodes · GitHub ), but I can't see any problems briefly looking at the code (somebody more knowledgeable than me would no doubt have more luck)!