<div>I have checked atspi is running or not like this </div>
<div>&gt;&gt;&gt; import atspi<br>&gt;&gt;&gt;<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 &quot;Calculator&quot; 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(&#39;totem&#39;)</font></span></span></div>
<div><span lang="EN"><span lang="EN"><font color="#009900">MovieMenu=totem.menu(&#39;Movie&#39;).click()</font></span></span></div>
<div>This justed worked on Desktop. Whereas to get the object of &quot;Calculator &quot; App on Maemo. I did this </div>
<div>Calc=tree.root.application(&#39;/usr/bin/osso_calculator&#39;)</div>
<div><font color="#993300">searching for child of {root}: &quot;/usr/bin/osso_calculator&quot; application (attempt 3)<br>searching for child of {root}: &quot;/usr/bin/osso_calculator&quot; 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 &quot;Calculator&quot; 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">&lt;<a href="mailto:apinheiro@igalia.com">apinheiro@igalia.com</a>&gt;</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 &lt;<a href="mailto:prawin1111@gmail.com">prawin1111@gmail.com</a>&gt;<br><br></div>
<div class="im">&gt; Thanks for the quick response Piņeiro.<br>&gt; I tried your 2 steps. Please find the results below.<br>&gt;<br>&gt; Step 1:<br>&gt; Nokia-N900-42-11:/home/opt# python<br>&gt; Python 2.5.1 (r251:54863, May 23 2007, 17:32:51)<br>
&gt; [GCC 3.4.4 (release) (CodeSourcery ARM 2005q3-2)] on linux2<br>&gt; Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>&gt;&gt;&gt;&gt; from dogtail import tree<br>
&gt; Creating logfile at /tmp/dogtail/logs/log_20100407-130759_debug ...<br>&gt; Detecting distribution: Debian (or derived distribution)<br>&gt; Warning: AT-SPI&#39;s desktop is visible but it has no children. Are you running<br>
&gt; any AT-SPI-aware applications?<br><br></div>Anyway, please check if at-spi is running.<br>
<div class="im"><br>&gt;&gt;&gt;&gt; tree.root.dump ()<br>&gt; {root}<br>&gt; (I have opened &quot;contacts&quot; and then did tree.root.dump(). but stilll giving<br>&gt; {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>&gt;<br>&gt; Step 2:<br>&gt;&gt;&gt;&gt; import atspi<br>&gt; works fine; I tried the script you have given. script executed but with no<br>&gt; prints<br>&gt; Nokia-N900-42-11:/home/opt# ./Piņeiro.py<br>
&gt; Nokia-N900-42-11:/home/opt#<br><br></div>It doesn&#39;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>