Last week I made several presentations using IT remote impress with the bluetooth system works great. However, it was somewhat annoying that on several occasions I had to unlock my phone to continue the presentation (I use the pin system) and other occasions I had to change the simple system (slide to unlock) which made things a little more easy. Propose two possible solutions: 1. Prevent smartphone locks (if a presentation has begun) 2. To use the physical keys (volume) to move the presentation forward or backward while the smartphone is locked. Thanks, this application has done a great job.
Oh - wow, good feedback :-) really glad you got it working nicely for you (I hope with 4.0.1rc1). http://smartandroidians.blogspot.co.uk/2010/03/enabling-and-disabling-lock-screen-in.html Has the details on how to implement this - it -looks- rather easy (to me). KeyguardManager keyguardManager = (KeyguardManager)getSystemService(Activity.KEYGUARD_SERVICE); KeyguardLock lock = keyguardManager.newKeyguardLock(KEYGUARD_SERVICE); lock.disableKeyguard(); Or use the xml attribute android:keepScreenOn="true" somewhere in the XML goodness.
Hi, I'm student of CTU in Prague and I'd like to implement this feature as a part of my semestral project in Open Source programming course. Is it possible? It looks like easy one to start with. Thanks for your answer
Go for it - adding potentially a single XML attribute doesn't seem like enough for a semester - but there are lots of other things to improve in the Android remote - so go for it ! :-) we look forward to your patch.
Finally I manage to push my patch back for code review :) Hope it will be accepted soon...
OndÅej Smrž committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b2a11dc9a1b7890d77314d0101004289088e6054 fdo#61421 Added line to prevent screenlocking during presentation The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Thanks for the fix ! :-) can you send a suitable license statement to the developers list to be linked into: https://wiki.documentfoundation.org/Development/Developers Looking forward to your next fix :-) There is plenty left to do with the android remote - there are a number of GSOC ideas here you could steal: https://wiki.documentfoundation.org/Development/Gsoc/Ideas#Improved_Android_.2F_Impress_Remote_Control All the best.
OndÅej Smrž committed a patch related to this issue. It has been pushed to "libreoffice-4-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f0615d8d399f32de21002add6e033c3a9575f417&h=libreoffice-4-0 fdo#61421 Added line to prevent screenlocking during presentation It will be available in LibreOffice 4.0.2. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** Bug 62580 has been marked as a duplicate of this bug. ***
Automated Message: Own Impress Remote Versions will be removed from Bugzilla. For new AIR bugs please use "(See in Summary)" <https://wiki.documentfoundation.org/BugReport_Details#Version_Picker:_Particular_Versions>
Moving bug to (new) 'Impress Remote' product.
Migrating Whiteboard tags to Keywords: (EasyHack,DifficultyBeginner,SkillJava,TopicCleanup ) [NinjaEdit]