<HTML dir=ltr><HEAD>
<META content="text/html; charset=unicode" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 9.00.8112.16457"></HEAD>
<BODY>
<DIV dir=ltr id=idOWAReplyText62439>
<DIV dir=ltr><FONT color=#000000 size=3 face="Times New Roman">&gt;<I> Hello, Bhupal:<BR></I>&gt;<I>&nbsp; <BR></I>&gt;<I> If you are going to use Phoneme, you have to use the task "deploy_PHONEME" in <BR></I>the file appGvsigMobile\build.xml<BR>&gt;<I>&nbsp; <BR></I>&gt;<I> BEFORE executing that task, in your folder deploy_WM5_ARM_RXTX you must have <BR></I>those files (gvSIG Mobile.exe and replace_start.opt). Those files are not <BR>generated in the compilation, those files are always the same and must be there <BR>from the start, you can find them here:<BR>&gt;<I>&nbsp; <BR></I>&gt;<I> <A href="https://svn.forge.osor.eu/svn/gvsig-">https://svn.forge.osor.eu/svn/gvsig-</A><BR></I>mobile/pilots/branches/pilot2/deploy/deploy_WM5_ARM_RXTX/<BR>&gt;<I>&nbsp; <BR></I>&gt;<I> That branch is called pilot2, but in reality it has the latest code (gvSIG <BR></I>Mobile 0.3)<BR>&gt;<I>&nbsp; <BR></I>&gt;<I> Have you done changes in the source code or are you compiling the original <BR></I>code? <BR>&gt;<I>&nbsp; <BR></I>&gt;<I> Regards,<BR></I>&gt;<I> Juan Lucas Domínguez Rubio---<BR></I>&gt;<I> <BR></I>&gt;<I> <BR></I>&gt;<I> Prodevelop SL, Valencia (España)<BR></I>&gt;<I> <BR></I>&gt;<I> Tlf.: 96.351.06.12 -- Fax: 96.351.09.<A href="68http://www.prodevelop.es---/">68http://www.prodevelop.es---</A><BR></I>&gt;<I> <BR></I>&gt;<I> <BR></I>&gt;<I> De: <A href="http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional">gvsig_internacional-bounces at listserv.gva.es</A> en <BR></I>nombre de bhupalEnviado el: jue 27/01/2011 6:00Para: gvsig_internacional-<BR><A href="http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional">JX7+OpRa80RyhKwHB4KjOg at public.gmane.orgAsunto</A>: Re: [Gvsig_english] Developing <BR>gvSIG Mobile based applications<BR>&gt;<I> <BR></I>&gt;<I> <BR></I>&gt;<I> <BR></I>&gt;<I> Hi,I am facing a problem while making the cab file. I have following <BR></I>twoquestions:1. Do I need to make gvSIG mobile.exe file at my "deploy_WM5_ARM" <BR>folderafter completing the build procedure because while making cab file <BR>itswritten in MakeCAB-gvSIGMobile with phoneME WM5.inf file[Top.Files]<BR>[Top.Files]gvSIG Mobile.exereplace_start.optbuild.numberSo how to make the exe <BR>file and of which folder or jar I need to make exefile.2. How to make the <BR>replace_start.opt file and what options need to put inthis opt file for phone <BR>ME for WM 5.Regards,Bhupal--View this message in context: <A href="http://osgeo-/">http://osgeo-</A><BR>org.1803224.n2.nabble.com/Developing-gvSIG-Mobile-based-applications-<BR>tp3598112p5965221.htmlSent from the gvSIG international mailing list archive at <BR>Nabble.com._______________________________________________Gvsig_internacional <BR>mailing listGvsig_internacional &lt;at&gt; listserv.gva.<A href="eshttp://listserv.gva.es/cgi-">eshttp://listserv.gva.es/cgi-</A><BR>bin/mailman/listinfo/gvsig_internacional<BR>&gt;<I> <BR></I>&gt;<I> </I></FONT></DIV>
<DIV dir=ltr><FONT color=#000000 size=3 face="Times New Roman"><I><BR></I>==============<BR><BR>&gt; Hi Juan,<BR>&gt; <BR>&gt; I have done many changes/modification in the base code of pilot0.3. I have also <BR>&gt; added new functioanlity and been able to successfully deploy the same on the <BR>&gt; devices as well. But the performance is degraded by a higher degree and the <BR>&gt; application has started to hang a lot. I am using phoneme JVM for now. Also, <BR>&gt; the device's task manager does not show the application when its running and on <BR>&gt; hanging I have to boot the device. I tried looking for the reasons to improve <BR>&gt; the performance but nothing has come my way so far. <BR>&gt; <BR>&gt; So, today, I downloaded IBM J9 JVM and am trying to use it. It is a cab file. <BR>&gt; Should I install it on my device directly at root of the device? Also, I tried <BR>&gt; creating the cab for J9 but the batch file starts and stops almost <BR>&gt; simultaneously. I selected build for JVM in build.xml. Copied all the necessary <BR>&gt; files to deploy_WM5_ARM. All the other files got created .Now, when I am using <BR>&gt; the Make-CAB for J9.bat file (after doing mmodifications to the .inf file), <BR>&gt; still am not able to create the CAB.. Can you please tell me where I am missing <BR>&gt; and what could/should be the reason for this kind of behaviour from the <BR>&gt; application as I am implementing new functionalities. <BR>&gt; <BR>&gt; The GPS create hanging problem and zoom in-zoom out also sometimes created <BR>&gt; these problems. Application takes long time to load. <BR>&gt; <BR>&gt; Please suggest me what should be doen to get the optimum output from this <BR>&gt; application.<BR>&gt; </FONT></DIV>
<DIV dir=ltr><FONT color=#000000 size=3 face="Times New Roman"></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT color=#000000 size=3 face="Times New Roman">Hello, Bhupal:</FONT></DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>You should have a folder called &nbsp;"\gvSIGMobile\log\" (in your device) where some log files are written during execution. What is the content of those log files? Perhaps&nbsp;you'll find a clue about the&nbsp;problem.</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>When you&nbsp;execute the BAT file that creates the CAB installer, another file called *.err (I think) is also created next to the BAT file. If everything is ok, that file will contain warnings only. If there is a true error&nbsp;, it will contain&nbsp;a short message explaining what happened.</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>Can you&nbsp;briefly describe&nbsp;the new features of your application?</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>You can read here the instructions to use the latest version of phoneME, in case the version included in the "...withPhoneme.cab" installer is causing problems:</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr><A href="http://listserv.gva.es/pipermail/gvsig_internacional/2010-February/004907.html">http://listserv.gva.es/pipermail/gvsig_internacional/2010-February/004907.html</A></DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>phoneME is free and available for download but IBM J9 JVM is not. The "...forJ9.cab" installer does not include the IBM J9 JVM. I have a couple copies of it which can only be used for testing purposes. For other uses, IBM should be contacted to buy a&nbsp;J9 JVM&nbsp;license.</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>Regards,</DIV>
<DIV dir=ltr><FONT color=#000000 size=3 face="Times New Roman"><FONT size=2 face="Courier New"><FONT size=3 face="Times New Roman">Juan Lucas Domínguez Rubio<BR></FONT>---</FONT></DIV>
<DIV dir=ltr>
<DIV dir=ltr id=idSignature10537>
<DIV><FONT size=2 face="Courier New"><FONT size=2 face="Courier New"><FONT size=2 face="Courier New">Prodevelop SL, Valencia (España)</FONT></DIV>
<DIV>
<DIV><FONT size=2 face="Courier New">Tlf.: 96.351.06.12 -- Fax: 96.351.09.68<BR></FONT><A href="http://www.prodevelop.es/"><FONT size=2 face="Courier New">http://www.prodevelop.es</FONT></A><BR><FONT size=2 face="Courier New">---</FONT></DIV></FONT></DIV></FONT></DIV></DIV></FONT></DIV><HR>

<DIV style="TEXT-ALIGN: justify; LINE-HEIGHT: 15px; FONT-FAMILY: Verdana, Geneva, sans-serif; COLOR: #999; FONT-SIZE: 9px"><B>CLÁUSULA DE PROTECCIÓN DE DATOS</B><BR>Este mensaje se dirige exclusivamente a su destinatario y puede contener información privilegiada o confidencial. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción.<BR>De acuerdo con la nueva ley Ley de Servicios de la Sociedad de la Información y Comercio Electrónico aprobada por el parlamento español y de la vigente Ley Orgánica 15/1999 de Protección de Datos española, le comunicamos que su dirección de Correo electrónico forma parte de un fichero automatizado, teniendo usted derecho de oposición, acceso, rectificación y cancelación de sus datos. <BR><BR><B>DATA PROTECTION CLAUSE</B><BR>This message is meant for its addressee only and may contain privileged or confidential information. If you have received this message by mistake please let us know immediately by e-mail prior to destroying it. <BR>In compliance with the new Information and Electronic Commerce Society Services Law recently approved by the Spanish Parliament and with Organic Law 15/1999 currently in force, your e-mail address has been included in our computerised records in respect of which you may exercise your right to oppose, access, amend and/or cancel your personal data.</DIV><A title="gfidisc.prodevelop.es" href="#">  </A></BODY></HTML>