Browse by Tags

Tagged Content List
  • Forum Post: Virtual Serial Port Driver - WAP3 Windows Mobile 6.1 - Driver loading issues

    Hi, As the title suggusts im having trouble with loading a driver in WM6.1 on a WAP3 device. This question may way be more a programming rather than PSION question so I do apologise if it is. What i am wanting to achieve is to have a virtual serial port driver to load when the mobile device...
  • Forum Post: Psion WAP G2 / 3 didn't switch into suspend mode after the adjusted time.

    Hi, my problem is, that if the Psion has started an application for reading RFID-Chips, the switching into suspend-mode doesn't work any more. If the RFID-application doesn't run the Psion works well. Thanks in advance for help, Reiner
  • Forum Post: How to prevent WWANUI.exe to appear after reboot?

    After peforming a warm reset the wwanui.exe appears to the screen demanding a pin input from the user. I know I can prevent wwwanui.exe to start by editing the registry, but without starting the wwanui.exe the driver for the WWAN api seems not to be loaded also. As a consequence I can't establish...
  • Forum Post: How to programmatically enter a PUK for WWAN?

    Hello everybody, I have a problem setting a PUK for my device. If a user enters a wrong pin more than three times the sim card is locked and you need to enter a puk. For setting a PIN I use the following code: WirelessWAN.SetCurrentAccessFlags(AccessFlags.EnableSetPin); WWAN_SET_PIN newPin...
  • Forum Post: Re: enabling and disabling the WLAN radio.

    Hi Scott, I haven't used the Summit WLANEx calls, but did try using the wlan card in both WZC and Summit mode while doing our original testing with PsionTekloix::System::Peripherals::SetPowerState with the same results. The build product from the example above caused one of our current test devices...
  • Forum Post: WorkaboutPRO 3 Bluetooth Enable/Disable through code

    We have issue on WorkaboutPRO 3 with Bluetooth printing/Serial Port. Printing is done using Bluetooth Serial Port to send data to the printer. First print is done in 3-5 sec and after 10-15 printouts, printing take 2-5 minutes! Right now we are restarting Bluetooth with Control Panel / Power Savings...
  • Forum Post: What is the difference between Standby and Suspend? (WAP3)

    Hello. If I press the power-off button for some seconds a menu appears asking me whether I want do "Suspend" or "Standby" the device. 1. What is the difference? 2. Is it possible to turn off this menu? Thanks! Markus PS: I'm using a WAP3 with WinCE 5 installed...
  • Forum Post: Blackroc - C32M (Camera and GPS) in WorkAbout 3

    Hello everybody, We have a WorkAbout 3 device running Windows Mobile 6.1 Classic. We have installed a Blackroc - C32M (Camera and GPS) and we are developing an application to manage the camera and GPS using the SDK. We have the following problems: 1. The C32M_ShowInterface function doesn't...
  • Forum Post: Using .NETCF C# to send and receive data using an RA3040

    Hi, I've never had to send data over GSM before, and seem to be having alot of trouble in doing so. (ironic given I asked a question on behalf of a partner about using a RA3030) I have a PSION WAP3 with WM6.1 Classic, with an RA3040 attached. I have a Tesco Sim card in, and have confirmed data...
  • Forum Post: RuntimeException using Java WWAN API

    Hello, I'm trying to use the WWAN API in Java from the last SDK5.4 on the WAP3 and IBM J9 virtual machine. I can't get my simple example run: WirelessWAN wWan = new WirelessWAN(); wWan.registerIndicationsListener(this); I always get an RuntimeException when I'm trying to instantiate...
  • Forum Post: Programmatically enter a PIN through RAS and Java

    Hello, I'm trying to run a simple Java example where I want to connect and disconnect to wwan/gprs. I'm able to get the GPRS RasEntry, which I could find from the RasPhonebook. With the correct RasEntry I could dial() and hangUp() a GPRS connection. The dial() and hangUp() methods only work...
  • Forum Post: Reading BarCode random times?...

    Hi all. In a App where I am working I have implemented both RFID and BarCode readers. While on BarCode mode it has an odd behavior that is annoying since sometimes it induce in error. I do believe that is some missing config but I haven't been lucky enough to find which is missing. This odd behavior...
  • Forum Post: Application is killed on onTriggerEvent(TriggerEvent te)

    Hello I have developed a Java application that uses the com.teklogix.trigger.TriggerControl class to receive events when the middle scan key is pushed. Creating the TriggerControl object, registering the consumer, mapping the key and registering for events works fine. No Exceptions or Errors thrown...