I have a MC9190 device in which the wrong version of TelnetCE is installed. How do I update the TelnetCE version on the device?
I have tried to delete the Application/TE folder, but when the device is cold booted the folder re-appears.
I have a MC9190 device in which the wrong version of TelnetCE is installed. How do I update the TelnetCE version on the device?
I have tried to delete the Application/TE folder, but when the device is cold booted the folder re-appears.
Hello,
I have a Windows Server 2012r2 running. Java 8.45 is installed. I-Explorer version 11.0.9600.17801:
When I want to edit a package, it shows me "Install Java"
Java configuration:
Java content in browser: enabled
Exceptionlist: http://localhost:8080
I-Explorer configuration:
Local intranet medium-low
Any ideas ?
Markus
Hello -
I'm currently building a package that needs to install to the root of the Program Files folder or the update file that accompanies the software will not work properly. In Package Builder, on the Package Files tab, my options for the Install Drive are APPS, Windows, Work, AVA and multiple drive letters. Using the APPS option installs the software under the following path: \Program Files\Avalanche\APPS\.exe. If installed under this path, the software does not respond properly. I've also tried the other options to no avail. Has anyone run into this issue and if so, how were you able to resolve? The package version that I'm currently using is 3.0.1 and for the management console I'm using 5.3.1.50. Any suggestions are greatly appreciated.
I am trying to setup a Zebra Omnii TX 15 to automatically start the WaveLink TelnetCE software after Windows CE is up and connected to my WiFi. Can anyone help?
I have two scenarios where I would like to be able to force an APK update to a device.
1) An updated version of an APK has been released, but the actual APK version has not been incremented.
2) An existing APK deployment has become corrupted in some way and I need to force a reinstall.
Is there any way to do this in Avalanche 6.1 SP2? I have a sinking feeling that this is not possible. I understand that Android is not going to allow a direct installation of the exact same APK package name and version on a device, but I don't understand why the Enabler, as a Device Administrator, can't first uninstall the application and then reinstall it. Avalanche supports a "Force Package Synchronization" functionality for the legacy WinMo/CE devices so I'm surprised their isn't anything comparable for Android devices.
Hello,
how is it possible to create a package for the motorola Datawedge on devices with oem Version < 3.37 (from this version, the datawedge is preinstalled in the os rom)
that is cold boot resistant, so it can be used after a cold boot again ?
Datawedge, e.g. 3.6.16 comes as an *cab file, so the file is automatic deleted after installation.
kind regards
Ralf
Hello!
I'm trying to use Package builder 6 to create a package to copy down a customized AppCenter.reg file to the \Application folder on a Moto WT41n0 device. Can anyone tell me what the destination drive and/or folder is for \Application? I tried using just the APPS drive but it doesn't seem to pulling down the reg file.
Hi,
we cannot get the F12 key to work using 5250 emulation with ZEBRA MC92N0 CE7.O. When we try to get F12 to work we get an @ symbol, so we added the key macro 0040:\E055 to swap for the F12 key.
Now when we try the @ symbol does not appear but F12 does not function either?
Any help would be much appreciated.
Background Information:
1. I have Avalanche Wavelink Manager Console version 3.3.205.
2. It is running on a Server 2003 R2 service pack 2.
3. The new computer hand held scanner's OS is Windows CE 5.2.29326.
4. Model of the hand held is Motorola MC92N0-g series.
5. Need to get the new units connected to Symbol Spectrum 24 access points.
Thanks!
Problem with Autologin feature which will stop and wait for user to press ENTER instead of executing command automatically.
Setup:
Wavelink TelnetCE - Host Profile - Autologin:
Name Prompt: "login:"
Name: "myuser1"
Password Prompt: "password:"
Password: "mypwd" (displayed as "*****"
Command Prompt: "domain:"
Command: "mydomain.com"
Result of connection test:
Autlogin correctly sets and executes login and password but for domain prompt only presets value "mydomain.com" and does not execute it (waits for user to press ENTER).
Expected result:
Return/ENTER is sent to host to execute the command.
Remarks:
The same problem occurs also for standard command (e.g. D:\MyApp\start.bat) when domain prompt is removed in the server setup.
Enviro:
Host: Windows Server 2008 R2 64bit, Georgia Softworks Telnet Server 8.05
Client: Motorola MC9190G, Windows Mobile 6.5, Wavelink TelnetCE 7.3.237 (latest available)
Thank you,
Michal
AVA 5.3 SE
intermec CK3X
OS - 5.2.29217(29217.5.3.12.26)
fw: 1.61.22.0072
Hi
Need to install customer application to the above Intermec CK3X device. Customer application is cabbed up but does not automatically install.
Would anyone be able to suggest method to install this cab automatically on this intermec device? I was thinking create package(via package builder) and use the wceload.exe cmd in the post install script. But, wceload.exe is not visible on the device so not sure if this will work or not. i do know there is another method with intermec devices where you can copy the cab to the flashfilestore\cabfiles folder and reboot the device. this installs the cab file successfully. not sure how to code this in the package builder. any assistance would be appreciated.
Hallo,
i want to print a funktional key as Barcode.
We use Motorola 9090 with 28 keys and Wavelink TelnetCE.
Our Users Need to press "ctrl 2" 500 times a day. I want to solve this with a Barcode. Does anybody know how to do this?
Our emulationtype is XTERM.
THX
Hi there,
I kindly ask you for some help because I'm stuck on a script for a customer.
My conditions work fine when alone, everytime I try to combine my conditions, i won't have any output when scanning (bulding the script returns no error).
Do you have an idea of what I'm doing wrong please ?
Device : MC92 CE, using TNCE v7.3.252
Thank you,
Nicolas
Script( KE1_REC )
String( sBarcode )
String( NewString )
Number( nBarcode )
Activate( On_Input, sBarcode, nBarcode )
Comment: : If(Boolean_And( String_Equal( Get_Screen_Text( 1, 1 ), "KE1 REC", 7, FALSE ),String_Equal( Get_Screen_Text( 4, 1 ), "LPN:", 4, FALSE ),Number_Equal(nBarcode, Get_Scan_Type_Value("QR CODE"))))
If( String_Equal( Get_Screen_Text( 1, 1 ), "KE1 REC", 7, FALSE ) )
If( String_Equal( Get_Screen_Text( 4, 1 ), "LPN:", 4, FALSE ) )
If( Number_Equal( nBarcode, Get_Scan_Type_Value( "QR CODE" ) ) )
NewString = String_Middle( sBarcode, 2, 18 )
Keypress_String( NewString )
Keypress_Key( "VT100", "Enter" )
NewString = String_Middle( sBarcode, 30, 6 )
Keypress_String( NewString )
Keypress_Key( "VT100", "Enter" )
NewString = String_Middle( sBarcode, 38, 10 )
Keypress_String( NewString )
Keypress_Key( "VT100", "Enter" )
NewString = String_Middle( sBarcode, 50, 5 )
Keypress_String( NewString )
Keypress_Key( "VT100", "Enter" )
End_If
End_If
Else
Scan_String( sBarcode, nBarcode )
End_If
Return
Hi community
I've trying to access a web application (SAP ITS Mobile) using the Web emulation through TelnetCE and with HTTPS protocol.
The problem is that when I try to reach the application, industrial browser request me a certificate to enter to the URL, even this is not required by the application, but the strange is that if I try to access the same app using the IE browser of the device, the system request the same data and selecting the certificate listed (also listed when using TelnetCE), the initial login page is displayed and after the login, everything works fine. But when I try to use TelnetCE to access the same application, the system show me the same certificate that is listed in IE, but when selecting this one I receive a error saying that "Client authentication certificate needed", could you know how to solve that, have you ever seen this problem when accessing HTTPS web applications?
Thanks and best regards,
Rodrigo Souza
SAP SD Specialist
Roche BR
Hello.
Could you provide information about Wavelink TE versions which are pre-licensed for Motorola (Symbol) MC3200 CE 7 (MC32N0R).
Dear al,
Is this possible with scripting to replace a specific character from a specific place in the scaned code.
If i scan 10001231232A can i replace this number only with number 5?. > 10001231235A.
Thanks in advance for your help.
Hi i'm having difficulties using function keys with Motorola WT41N0 Telnet CE 7.3.192 and VT200 emulation. Random charachtes or error message key not recognized is diplayed if i'm trying to use Function keys (F1; F2 etc.) Any ideas?
Good Morning,
I want to know how I can disable de X-Wait logo on screen
My customer has compared with Naurtech and on it we can disable the OIA ( it is the same thing as X-Wait icon)
It is on MC9190 with v7.0.147 and 5250 emulation
regards,
Sébastien
I have a MC9190 device in which the wrong version of TelnetCE is installed. How do I update the TelnetCE version on the device?
I have tried to delete the Application/TE folder, but when the device is cold booted the folder re-appears.