[Ring] Android Call StatusBar Exception/MultiDex

2018-05-03 Thread Nathan Royce
Looks like the reply I made to my other thread actually needs to be a new different thread. * 05-03 15:27:06.947 1029-1198/? D/WifiNative-wlan0: doString: SIGNAL_POLL 05-03 15:27:07.007 1215-1215/? E/StatusBar: couldn't inflate view for notification cx.ring/0xf83e638

Re: [Ring] hello !

2018-05-03 Thread Sebastien Blin
Hi! Cool. This is some different pieces we host for Ring and you will need if wanted. 1. The name server, to be able to register pseudonyms. We host ns.ring.cx on a Ethereum blockchain. But you can do whatever you need for your case, the documentation is here:

Re: [Ring] Android Crash; Windows Update; Gnome Tray

2018-05-03 Thread Nathan Royce
Yeah, the apk I analyzed was the one that I compiled (commit e7c305c0d2f387ed66b605aefa89f63cf18fe863) Interesting that android studio 3.0.1 never complained about it during compilation, analyzed what was built and showed those numbers I mentioned earlier, installed and ran the debug apk. On Thu,

[Ring] Android Crash; Windows Update; Gnome Tray

2018-05-03 Thread Nathan Royce
I think I found the cause for the android (kitkat/4.4.2) crash when it came to calls... I came across "multidex" in my searching and when I went to analyze the apk using Android Studio, I see it say it has 29413 methods AND references 36906 methods, exceeding the 64K method limit.