<div>I have checked atspi is running or not like this </div>
<div>>>> import atspi<br>>>><br>(no errors). Is this the way to check whether it is running or not??</div>
<div> </div>
<div>I am trying to get the object of "Calculator" app on N900. I really dont know how to do that. where as on desktop I did like this for opening an Totem application.</div>
<div><span lang="EN"><span lang="EN"><font color="#009900">totem = tree.root.application('totem')</font></span></span></div>
<div><span lang="EN"><span lang="EN"><font color="#009900">MovieMenu=totem.menu('Movie').click()</font></span></span></div>
<div>This justed worked on Desktop. Whereas to get the object of "Calculator " App on Maemo. I did this </div>
<div>Calc=tree.root.application('/usr/bin/osso_calculator')</div>
<div><font color="#993300">searching for child of {root}: "/usr/bin/osso_calculator" application (attempt 3)<br>searching for child of {root}: "/usr/bin/osso_calculator" application (attempt 4)<br></font>... and the trying went on. </div>
<div> </div>
<div>So could you please suggest me how to get the object of "Calculator" and click one button with that.</div>
<div> </div>
<div>Thanks a lot for your help.</div>
<div>-Praveen<br></div>
<div class="gmail_quote">On Wed, Apr 7, 2010 at 4:35 PM, Piņeiro <span dir="ltr"><<a href="mailto:apinheiro@igalia.com">apinheiro@igalia.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div class="im">From: praveen koduru <<a href="mailto:prawin1111@gmail.com">prawin1111@gmail.com</a>><br><br></div>
<div class="im">> Thanks for the quick response Piņeiro.<br>> I tried your 2 steps. Please find the results below.<br>><br>> Step 1:<br>> Nokia-N900-42-11:/home/opt# python<br>> Python 2.5.1 (r251:54863, May 23 2007, 17:32:51)<br>
> [GCC 3.4.4 (release) (CodeSourcery ARM 2005q3-2)] on linux2<br>> Type "help", "copyright", "credits" or "license" for more information.<br>>>>> from dogtail import tree<br>
> Creating logfile at /tmp/dogtail/logs/log_20100407-130759_debug ...<br>> Detecting distribution: Debian (or derived distribution)<br>> Warning: AT-SPI's desktop is visible but it has no children. Are you running<br>
> any AT-SPI-aware applications?<br><br></div>Anyway, please check if at-spi is running.<br>
<div class="im"><br>>>>> tree.root.dump ()<br>> {root}<br>> (I have opened "contacts" and then did tree.root.dump(). but stilll giving<br>> {root} only)<br><br></div>As far as I remember arm-for testing just enable the accessibility<br>
support for the applications included in the testing framework.<br><br>What it does is replace the launcher file application, in order to<br>launch the applications supported with GTK_MODULES=gail:hail:atk-bridge.<br><br>
Remember that in maemo there are a maemo-launcher/invoker<br>application. Applications are loaded using this application.<br><br>I bet that contacts was not included in this framework, as it is a<br>really recent application.<br>
<br>You could try to modify by hand the contacts launch file, replacing<br>/usr/bin/osso-addresbook to something like this:<br><br>#!/bin/sh<br>unset AF_DEFINES_SOURCED<br>source /etc/osso-af-init/af-defines.sh<br>export GTK_MODULES=gail:hail:atk-bridge<br>
exec maemo-summoner /usr/bin/osso-addressbook.launch<br><br>That is what arm-for-testing does (more or less, AFAIK) for the<br>supported applications.<br><br>Note: probably you should require to reboot the device after that.<br>
<div class="im"><br>><br>> Step 2:<br>>>>> import atspi<br>> works fine; I tried the script you have given. script executed but with no<br>> prints<br>> Nokia-N900-42-11:/home/opt# ./Piņeiro.py<br>
> Nokia-N900-42-11:/home/opt#<br><br></div>It doesn't print anything as no application is registered on at-spi.<br>
<div>
<div></div>
<div class="h5"><br>BR<br><br>===<br>API (<a href="mailto:apinheiro@igalia.com">apinheiro@igalia.com</a>)<br></div></div></blockquote></div><br>