Rainer Schleevoigt

Results 33 issues of Rainer Schleevoigt

https://streamable.com/osprn

Great work!! The apk will grow ... To avoid this I have modified the FileUtil.java and have added a new method `copyBinaryFromUrlToData`. If the filename beginns with http then an...

In my case I have over 10000 entries in json (ca. 500kB). It will be cut by the lib. I see it on network console of firefox

Do you have an idea how to get?

Hi Felix, on NEXUS5 and NEXUS6p the visualizer only works if headphone is plug in or bluetooth is connected. If I plug out the headphone: ``` V WiredAccessoryManager: notifyWiredAccessoryChanged: when=107798440914000...

Hi, in my simple app (android 5-.\* Nexus5) comes after 'audioRecorder.startRecording' the error message: 02-03 12:01:59.316 203 822 W ServiceManager: Permission failure: android.permission.RECORD_AUDIO from uid=10231 pid=26728 02-03 12:01:59.316 203 822...

win.addEventListener('open',function(){ abx.setStatusbarColor('#2E7CBD'); abx.setNavigationbarColor('#2E7CBD'); }); statusbar is blue, the actionbar keeps black. Maybe stupide question.

Hi, I try to use this system at our university. My goal: using of native UI with Titanium Appcelerator. In this case I would use the backend system (with ruby)...

question

Adding of parameter itemId to alarm service. Example: ``` AlarmManager.addAlarmService({ service : 'de.appwerft.eppendorf.LabortimerService', requestCode : alarm.eta, second : alarm.duration, forceRestart : true, itemId : '' + alarm.id }); ``` and...