<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Setting up a Development Environment on a Mac</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_category?p_l_id=2371355&amp;mbCategoryId=0" />
  <subtitle>Setting up a Development Environment on a Mac</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_category?p_l_id=2371355&amp;mbCategoryId=0</id>
  <updated>2013-06-20T01:53:31Z</updated>
  <dc:date>2013-06-20T01:53:31Z</dc:date>
  <entry>
    <title>Is there any way to to use XSI to start a MIDlet ?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2762395" />
    <author>
      <name>Russell Mitchell</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2762395</id>
    <updated>2010-11-20T02:26:24Z</updated>
    <published>2010-11-20T02:26:24Z</published>
    <summary type="html">We're currently using the PushRegistry API and listening on port 5012, which works fine when the server and the phone is on the same network. 
 
The problem is, we need to be able to push a message to a mobile phone from our web server, but the phone is on a private network and therefore not visible to our server. Is it possible to use JTAPI / XML to send data to port 5012?  Suggestions?</summary>
    <dc:creator>Russell Mitchell</dc:creator>
    <dc:date>2010-11-20T02:26:24Z</dc:date>
  </entry>
  <entry>
    <title>Button text not centered vertically</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2730500" />
    <author>
      <name>Russell Mitchell</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2730500</id>
    <updated>2010-11-10T20:42:48Z</updated>
    <published>2010-11-10T20:42:48Z</published>
    <summary type="html">I'm creating simple buttons on the 7926 as follows:
 
StringItem button= new StringItem( null, "Button", StringItem.BUTTON );
 
The text is centered horizontally, but not vertically.  Instead, it is vertically aligned to the bottom of the button.  I've tried the following, all to no avail:
 
button.setLayout( StringItem.LAYOUT_CENTER );
button.setLayout( StringItem.LAYOUT_VCENTER );
button.setLayout( StringItem.LAYOUT_CENTER | StringItem.LAYOUT_VCENTER );
 
The text is centered properly, by default, in the 7926 simulator.
 
Suggestions?</summary>
    <dc:creator>Russell Mitchell</dc:creator>
    <dc:date>2010-11-10T20:42:48Z</dc:date>
  </entry>
  <entry>
    <title>System log file full of audio messages</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2728483" />
    <author>
      <name>Russell Mitchell</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2728483</id>
    <updated>2010-11-10T01:19:36Z</updated>
    <published>2010-11-10T01:19:36Z</published>
    <summary type="html">I'm playing wav files, and the log file is flooded with the following messages:
 

CP-7926G user.notice java: AUD Event = AUD_PlayStreamAudio -1
CP-7926G user.notice java: AUD_PlayStreamAudio CODEC type 176
CP-7926G user.notice java: AudEventRspQueue -  msgrcv qid : 0x48009, buf 0xbfff5814, size 4 rv 4
 
Which makes it impossible to capture messages from my midlet.  Is there any way to force my messages to be user.warning.java level instead of user.debug.java level?  I'm using System.err.println() to print to syslog.
 
Thanx!
 
/Russ</summary>
    <dc:creator>Russell Mitchell</dc:creator>
    <dc:date>2010-11-10T01:19:36Z</dc:date>
  </entry>
  <entry>
    <title>Device Phone Number</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2726063" />
    <author>
      <name>Russell Mitchell</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2726063</id>
    <updated>2010-11-09T21:55:22Z</updated>
    <published>2010-11-09T21:55:22Z</published>
    <summary type="html">Is there a system property available that a midlet could use to retrieve the device phone number?</summary>
    <dc:creator>Russell Mitchell</dc:creator>
    <dc:date>2010-11-09T21:55:22Z</dc:date>
  </entry>
  <entry>
    <title>RE: Handheld Phone debug output</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2714521" />
    <author>
      <name>Russell Mitchell</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2714521</id>
    <updated>2010-11-05T01:54:00Z</updated>
    <published>2010-11-05T01:54:00Z</published>
    <summary type="html">As of a couple hours ago, I'm no longer seeing my System.err.println messages in the system messages file, and for the life of me I can't figure out what I've done wrong.  Any ideas on how to get em back?
 </summary>
    <dc:creator>Russell Mitchell</dc:creator>
    <dc:date>2010-11-05T01:54:00Z</dc:date>
  </entry>
  <entry>
    <title>RE: Handheld Phone debug output</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2708944" />
    <author>
      <name>Russell Mitchell</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2708944</id>
    <updated>2010-11-03T21:43:05Z</updated>
    <published>2010-11-03T21:43:05Z</published>
    <summary type="html">System.err.println prints to the messages file.</summary>
    <dc:creator>Russell Mitchell</dc:creator>
    <dc:date>2010-11-03T21:43:05Z</dc:date>
  </entry>
  <entry>
    <title>Handheld Phone debug output</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2708733" />
    <author>
      <name>Russell Mitchell</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2708733</id>
    <updated>2010-11-03T20:25:02Z</updated>
    <published>2010-11-03T20:25:02Z</published>
    <summary type="html">I'm looking for a way to store debug output to a file, along with a simple method to retrieve the file from the phone.  Is it possible for a midlet to write to the system messages file?</summary>
    <dc:creator>Russell Mitchell</dc:creator>
    <dc:date>2010-11-03T20:25:02Z</dc:date>
  </entry>
  <entry>
    <title>Is there a simple way to force the 7926 to upload a new version of midlet?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2699195" />
    <author>
      <name>Russell Mitchell</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2699195</id>
    <updated>2010-11-02T00:30:49Z</updated>
    <published>2010-11-02T00:30:49Z</published>
    <summary type="html">Currently unsubscribing and re-subscribing, anyone know of a quicker way?
 </summary>
    <dc:creator>Russell Mitchell</dc:creator>
    <dc:date>2010-11-02T00:30:49Z</dc:date>
  </entry>
  <entry>
    <title>Is the SAXParser supported?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2690038" />
    <author>
      <name>Russell Mitchell</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2690038</id>
    <updated>2010-10-28T19:03:51Z</updated>
    <published>2010-10-28T19:03:51Z</published>
    <summary type="html">Doesn't look like it is, but I'm looking for verification before I go off in search of another XML parser.  I'm getting the following error:
 
java.lang.NoClassDefFoundError: org/xml/sax/helpers/DefaultHandler</summary>
    <dc:creator>Russell Mitchell</dc:creator>
    <dc:date>2010-10-28T19:03:51Z</dc:date>
  </entry>
  <entry>
    <title>RE: MIDlet won't run on 7926G</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2689929" />
    <author>
      <name>Russell Mitchell</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2689929</id>
    <updated>2010-10-28T18:19:24Z</updated>
    <published>2010-10-28T18:19:24Z</published>
    <summary type="html">Found my problem, on the IP Phone Services Configuration page, I had the 'Services Category' set to 'XML Service'.  Should have been 'Java MIDlet'. Doh.</summary>
    <dc:creator>Russell Mitchell</dc:creator>
    <dc:date>2010-10-28T18:19:24Z</dc:date>
  </entry>
  <entry>
    <title>RE: MIDlet won't run on 7926G</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2688677" />
    <author>
      <name>Russell Mitchell</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2688677</id>
    <updated>2010-10-28T01:57:44Z</updated>
    <published>2010-10-28T01:57:44Z</published>
    <summary type="html">Thanks Craig, I was using the wrong IP.  I am seeing the MIDlet listed on my SERVICES screen. and the error does occur when I try to launch.  I've actually got 5 apps configured, 3 of them work, 2 of them produce the error.  From the log file snippet below, you can see that the three that work are 'already installed', The VDCustomComponents1.jad midlet does not work, and the other one named &lt;midlet name&gt; does not show up in the log file at all.
 

2010-10-27 20:37:01:0410 CP-7926G user.err CFGTFTP[1095]: **************************************************** Servcie Game Builder Demo is already installed
2010-10-27 20:37:01:0450 CP-7926G user.err CFGTFTP[1095]: **************************************************** Servcie Image Demo MIDlet is already installed
2010-10-27 20:37:01:0460 CP-7926G user.err CFGTFTP[1095]: **************************************************** Servcie UIDemo is already installed
2010-10-27 20:37:02:0850 CP-7926G user.debug java: runMidlet - 0 = ./java
2010-10-27 20:37:02:0850 CP-7926G user.debug java: runMidlet - 1 = internal
2010-10-27 20:37:02:0850 CP-7926G user.debug java: runMidlet - 2 = com.sun.midp.installer.AutoInstall
2010-10-27 20:37:02:0850 CP-7926G user.debug java: runMidlet - 3 = -i
2010-10-27 20:37:02:0850 CP-7926G user.debug java: runMidlet - 4 = http://10.42.18.18/~russell/VDCustomComponents1/VDCustomComponents1.jad
2010-10-27 20:37:02:0850 CP-7926G user.debug java: runMidlet - 5 = 10



 </summary>
    <dc:creator>Russell Mitchell</dc:creator>
    <dc:date>2010-10-28T01:57:44Z</dc:date>
  </entry>
  <entry>
    <title>RE: MIDlet won't run on 7926G</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2688610" />
    <author>
      <name>Russell Mitchell</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2688610</id>
    <updated>2010-10-28T01:21:10Z</updated>
    <published>2010-10-28T01:21:10Z</published>
    <summary type="html">OK.  I've enabled Web Access (Full).  How do I access the phone?  I've tried http://&lt;ip addr&gt; but I'm getting the following error:
 

&lt;h1 id="errortype" style="font: normal normal normal 14pt/16pt verdana; color: #4e4e4e;"&gt;
Under Construction
&lt;/h1&gt;
 
The site you are trying to view does not currently have a default page. It may be in the process of being upgraded and configured.

Please try this site again later. If you still experience the problem, try contacting the Web site administrator.</summary>
    <dc:creator>Russell Mitchell</dc:creator>
    <dc:date>2010-10-28T01:21:10Z</dc:date>
  </entry>
  <entry>
    <title>MIDlet won't run on 7926G</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2688560" />
    <author>
      <name>Russell Mitchell</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2688560</id>
    <updated>2010-10-28T01:00:16Z</updated>
    <published>2010-10-28T01:00:16Z</published>
    <summary type="html">works fine with the simulator, but when i try to execute on the 7926G, I'm getting:
 
Error, contact administrator
 
where do i look for detailed error info?
 
/Russ</summary>
    <dc:creator>Russell Mitchell</dc:creator>
    <dc:date>2010-10-28T01:00:16Z</dc:date>
  </entry>
  <entry>
    <title>Setting up a Development Environment on a Mac</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2610129" />
    <author>
      <name>Russell Mitchell</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=2371355&amp;messageId=2610129</id>
    <updated>2010-10-06T19:42:44Z</updated>
    <published>2010-10-06T19:42:44Z</published>
    <summary type="html">Instructions appear to be specific to the Windows platform.  Is the Mac OSX platform supported?
 
Thx!
/Russ</summary>
    <dc:creator>Russell Mitchell</dc:creator>
    <dc:date>2010-10-06T19:42:44Z</dc:date>
  </entry>
</feed>

