I did the updates using appropriate files, follow all instructions, but I do not see these options in DataWedge.
I'm trying to activate the DPX plugin following the DataWedge User Guide.
My DataWedge version: 1.7.5.
My objective is debug aplication "MyTestApp-Postal", inside DataWedge folder (Compass Extranet), using Eclipse.
Thanks in advance for help,
there's a new update for datawedge, go see
Points: 0
You voted ‘up’
Hi Duarte,
Which device are you using? DataWedge version 1.7.5 does not support SimulScan (note: we are phasing out DPX name usage); only version 2 and above (currently in beta) support it. I uploaded another update package that will update DataWedge to this new experimental version for you; it can be found here as DW_UpdatePackage.zip: https://compass.motorolasolutions.com/cgi/go/469935412. You should install this package in the same manner as the previous ones. Please let me know if this resolves the issues that you are facing.
Points: 0
You voted ‘up’
Hi Lawrence,
Thanks for your response.
My device is Motorola MC67.
After installing the new DataWedge update, options were available in DataWedge.
I created a new profile, associated with the application enabled the DPX, selected the template "Postal.xml", but the application does not work.
The code "intent.getStringExtra(SOURCE_TAG);", returns null.
Other configurations:
Keystroke output - disabled
Intent Output - enabled
Intent Action - android.intent.action.MAIN
Intent Category - android.intent.category.LAUNCHER
Intent delivery - Broadcast intent
Remote Wedge - enabled
I experienced disabled others profiles (Profile0, Launcher, DWDemo).
Another attempt was use:
Intent Action - com.example.datawedge.postal
Intent Category - android.intent.category.DEFAULT
thanks again,
Points: 0
You voted ‘up’
Hi Duarte,
Which version of SimulScan are you using? We found that V1.1.1 is not compatible with DataWedge at this time, but V28.0 works fine. If you need to test this out immediately and are on V1.1.1, I would recommend downgrading to V28.0; however, the DataWedge application should be updated in the coming weeks to address the changes in recent versions of SimulScan.
Points: 0
You voted ‘up’
Hi again,
Our version of SimulScan is v1.1.1, that came with the update "DPX_UpdatePackage_V1.1.1".
I will try to install again update "FullPackageUpdate-MC67Rel" to make downgrading.
Points: 0
You voted ‘up’
I did downgrading to v28.0.1, but still with the same problem.
May be something wrong in the DataWedge or in application code?
Points: 0
You voted ‘up’
Are you able to modify the DWDemo profile to enable SimulScan, then try it out and see if it works? If this does not work, there may be a configuration issue on your end, as I was able to get the DWDemo to work, along with another profile that I created. In any case, an updated DataWedge should be available in the coming weeks to address current issues.
Points: 0
You voted ‘up’
yes, DWDemo worked.
Points: 0
You voted ‘up’
Where can I find the DWDemo code?
Points: 0
You voted ‘up’
I don't believe the DWDemo code is available; however, now that we've established that DWDemo works, perhaps we can determine the source of the issue you are facing. Can you try to match the profile settings to that of the DWDemo profile, except changing the Activity it is associated with. Alternatively, you can add your application to the DWDemo profile for testing. Are you trying to insert the text into an EditText box, or some other editable field? Does the SimulScan window appear when you are in your Activity? You can try using other sample apps too to see if you can get a profile to work with them (such as Browser, search, etc.).
Points: 0
You voted ‘up’