Is there a way to initiate a print from Scan Gui Service
Incident Properties
Question
We have a simple app that uses ScanGuiService to initate a scan. I would like to print a simple "receipt" page on completion of the scan.
Is there a way to do this using the ScanGuiService?
Would you have any sample code that might illustrate this?
How to exit the application?
Incident Properties
Question
I noticed that when I click on the device's Home button, it exits the application, but it doesn't close it, because when I click on it again, it returns to exactly the same screen I was on before. Is there a way for me to completely close the application, when I exit it through any button, or the Home button of the equipment, completely closing the application, so that when I click on it again, it is opened from scratch, as if it were the first time?
How to use card readers?
Incident Properties
Question
Good morning,
I have a question, how do I capture card readers in Ricoh printers? Is there any native way for me to listen to the card and when it is passed, I capture its value?
Problem getting DETECTION events with sample application
Incident Properties
Question
I built and installed the CustomAuthTrackingSample sample application in an effort to POC getting detection events (<action android:name="jp.co.ricoh.isdk.sdkservice.auth.detection.AsyncDetectionEvent.DETECTION_EVENT" />).
I built, the sample application, demo-signed it, installed it, and did some native-copies and a native scan, but saw nothing in the log about the detection events.
In the "CustomAuthTrackingReceiver" class, I saw the receiving of the "action.equals(Constants.ACTION_USER_PERMISSIONS" event based on log entries. I also verified that the following if condition we met based on log entries from calls from inside the if block:
if(action.equals(jp.co.ricoh.isdk.sdkservice.auth.custom.tracking.intent.Constants.ACTION_USER_PERMISSIONS_SET_REQUEST)){
However, I can't see that the following if-block got triggered: }else if(action.equals(Constants.ACTION_DETECTION_EVENT)){.
That is what I was hoping to see.
I've attached the device log (TAR) download, as well as my decoding of it. I did install it a couple of times just to be sure. If you look at the final log you can filter out all of the lines with "CustomAuthTrackingSample".
I was logged in as the machine admin, and the machine was an IM 600SR. Do I need to be logged in as a specific user? Is there some user configuration I might be missing? "SmartSdk_DevKit_R2209/doc/en/app_ml/710-03_3-0100.htm" seems to be pretty straightforward. I'm not sure what is missing.
JSON Setting for SMB Scan Destination Folder
Incident Properties
Question
Looking at using the Ricoh GUI Scan Service for adding some simple scan functionality to our app, but having trouble constructing the scan settings JSON for the SCAN_JOB_SETTING intent as documented in
SmartSdk_DevKit_R2203/doc/en/webapi/320-99-0100.htm?ssdk_v3
Setting destinationKind to smb, but not sure how smbAddressInfo is meant to be used? and if any other elemnts need to be set.
If yoiu had a sample JSON for setting the destination, that would be great.
My existing (not working) JSON from the sample:
{
"destinationKind": [
{
"smb": {
"path": "\\\\192.168.1.82\\plex\\scan"
}
}
],
"originalSide": "one_sided",
"originalSize": "iso_a4_landscape",
"scanColor": "monochrome_text_lineart",
"scanResolution": "600",
"pdfSetting": {
"highCompressionPdf": false,
"pdfA": false
},
"originalPreview": false,
"originalOrientation": "unreadable",
"fileSetting": {
"multiPageFormat": true,
"fileFormat": "pdf"
}
}
how to install ScanSample app on device remotely
Incident Properties
Question
I built and demo signed ScanSample.apk and received ScanSample_XXXXXXXX.zip. I configured wev installation settings with url pointed to the directory that the zip file located. But when I tried to install the ScanSample with install additional program via web server, there was no program available to be installed.
Attached screenshots for your review. Please suggest how to install the sample app on device remotely (I could not physically touch the device).
Thanks.
CCID Smart card sample
Incident Properties
Question
I was looking for a sample application (or example code) that would support CCID smart card readers. Could you please provide?
AAA Provider Crashing
Incident Properties
Question
Having toruble with my SmartSDK Authentication app crashin on startup after integrating the AAA code - it was fine previously.
Have built the CustomAuthSampleWithAAAProviderForTest app from the latest SDK for testing and have the same problemwith it.
Have progessively commented out the initialisation code until it stopped crashing - problem occurs with
"aaaInitializer.register();"
line 38 in CustomAuthInitializerImpl.java
Can't trace it with DeveloperToolServlet logging as the problem occurs on MFD startup. Any sugestsions as to were to go with this?
Test Env:
MP C3004, latest firmware updates.
Use of C++ Libraries in an SmartSDK Android App
Incident Properties
Question
Hi,
We would like to know if is possible to use C++ libraries/Code inside our SmartSDK Android app?
If yes, do you have any example project showing this usage, and would be any limitations?
In our case we intend to reuse some important C++ libraries of another project, to not create it from scratch in Java.
Best regards,
Matheus.