Is there a way to get the current state of the tablet - if it is in sleep mode, in screen saver mode or if a picture is loaded - to get the name of the loaded picture for example. I didn't find anything in ALTabletService API, but judging on ALTabletService::resetTablet() - Reset the tablet as if no one used it before, i.e. clean the stack of activities, the web browser content, and the web browser cache. there is a stack of tablet activities and perhaps there is what I am looking for.
How to get the current state of the tablet
248 Views Asked by stefan.stt At
1
There are 1 best solutions below
Related Questions in NAO-ROBOT
- Aldebaran Nao robot simulator without a real robot
- NAO robot: places where output functions of boxes are defined
- Using ALModule-inherited class from external file
- How can I use event 'ALTextToSpeech/Status' to get the value in naoqi?
- How to subscribe to a signal
- Robot is not responsive during behavior
- Pepper Robot Wheel Control
- Stop Python script running on a nao robot touching his head
- How to install packages with python scripts
- How to upload files with python script
- Prevent Pepper's Tablet From Resetting
- How to get the current state of the tablet
- Pepper Error 720
- C# Convert mouse position to radians
- Error occurred when building NaoQI C++ SDK example project helloworld on Windows VS2010
Related Questions in PEPPER
- Speech recognition for Pepper
- How to subscribe to a signal
- Robot is not responsive during behavior
- Pepper Robot Wheel Control
- Pepper human detection
- Execute Pepper webpage on computer
- Pepper: use logger class in js
- How to install packages with python scripts
- Pepper robot: subscribeCamera's name argument
- Pepper: strange image from camera
- How to upload files with python script
- Prevent Pepper's Tablet From Resetting
- Pepper: retrieving a memory variable in web app
- How to get the current state of the tablet
- Pepper: disable events temporally
Related Questions in CHOREGRAPHE
- Aldebaran Nao robot simulator without a real robot
- Robot is not responsive during behavior
- Execute Pepper webpage on computer
- Pepper: use logger class in js
- How to install packages with python scripts
- Prevent Pepper's Tablet From Resetting
- How to get the current state of the tablet
- Pepper: disable events temporally
- Pepper: return to the start of the program if there is not interaction
- Pepper Error 720
- Make choregraphe app predefined Pepper naoqi 2.5
- In Choregraphe in robot view for Nao the motion widget doesn't show up. Instead the 'inspector' box appears. How can I find the motion widget?
- NameError: global name 'MyClass' is not defined in Pepper/Nao
- Language compatiblity issue in choregraphe
- How can I abort Pepper speech via Tablet touchscreen?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I don't think you can actually do that. You have to assume it's doing the right thing. If you need to check if your webview is loaded properly, why not raising an Event every 15s from the javascript and subscribe to it from Python? then as soon as Python does not receive this event for 15s, it can reload the page !