Prod signed binaries can't be installed
Incident Properties
Question
We recently got back some prod signed binaries from a maintenance request, but we are unable to install them on any of our printers. Can we double check that these were signed? If we beta sign the same binaries we originally sent they are able to install successfully.
Ricoh Compatibility Testing Request
Incident Properties
Question
We've fixed a customer reported issue and are requesting compatibility testing for a new build of our Embedded
Android app. We had 3 customers report the same issue with an error message displayed on our app's page
count summary screen after using the Smart Copy app with paper select set to Auto and a paper size of A3.
We should schedule a time to review the VM used in our last certification to determine if any updates are needed.
Please let us know if anything additional is needed or if there are any questions.
If possible, please provide an estimate for when work will begin on our request.
Thanks.
MAINTENANCE SIGNATURE FOR SMARTSHARE V2.0.10
Incident Properties
Question
Hello,
We would like to ask for a maintenance signature for Smartshare Android embedded solution.
- stability improvements and bug fixes
King regards
Anderson
New Access Token
Incident Properties
Question
Hi We would like to request a new access token with an additional Serial Number.
|
Item |
Description |
|
Product ID* |
1979711549 |
|
Vendor Name* |
ePRINTit |
|
Application Type* |
“Web Application” |
|
Partner key (Public)* |
*Attached as Publickey.pem |
|
Expiration Date |
3 years |
|
Serial number |
3940P500195, 3929PA01713 |
|
Product name* |
ePRINTit SaaS |
|
Location* |
|
|
Function |
|
|
Target Version |
|
Attachments:
Thank you,
Jordan
Maintenance Signing Request
Incident Properties
Question
Maintenance release. We added support for the RFIdeas Wave ID Plus Mini Logic MD30L00 card reader.
Validate Failed Error Message
Incident Properties
Question
Hi We are trying to run our application from the WebBrowser NX on a Ricoh IMC 3000. When we proceed to the copy, print or scan and try the call to get the capabilities, the device is returning a pop-up with the message "Validate Failed". This is then preventing the application from calling any of the Ricoh functionality. Do you know what could be causing this. Is it possible that this is an issue with the access token or would this be a user management setting on the printer?
REQUEST FOR MAINTENANCE SIGNATURE FOR V3.8.16
Incident Properties
Question
Request for maintenance signature, bug fixes and other enhancements.
MAINTENANCE SIGNATURE FOR SMARTSHARE V2.0.9
Incident Properties
Question
Hello,
We would like to ask for a maintenance signature for Smartshare Android embedded solution.
- Improvements in messages and logs in http and https requests;
- 'Please wait' box between screen transitions;
King regards
Anderson Palhano
Reply to 5511 Async Job Events not received on certain models
Incident Properties
Question
Hi,
Following the latest advised from RIDP on incident 5511 (which is now closed):
- Reproduce the problem with whatever application you see fit -- we just need to know which app is used. If you use the scan sample app ideally it is not modified, though logging the raw JSON it receives for the scan event object would be one modification I'd make. Be sure to use the latest sample app from the latest development kit.
- Collect a new set of device logs.
We gave the customer the latest sample app and asked them to provide the new set of device logs. Please find the device log attached.
Thanks
jp.co.ricoh.isdk.sdkservice.function.print.AsyncJobEvent.JOB_EVENT not triggering
Incident Properties
Question
I am successfully tracking Copy, Scan & Fax JobEvents with the following AndroidManifest.xml entries
<receiver
android:name="jp.co.ricoh.ssdk.softlog.app.auth.tracking.SoftlogJobEvent"
android:permission="jp.co.ricoh.isdk.sdkservice.common.SdkService.APP_EVENT_PERMISSION"
android:exported="true">
<intent-filter>
<action android:name="jp.co.ricoh.isdk.sdkservice.function.copy.AsyncJobEvent.JOB_EVENT" />
<action android:name="jp.co.ricoh.isdk.sdkservice.function.scan.AsyncJobEvent.JOB_EVENT" />
<action android:name="jp.co.ricoh.isdk.sdkservice.function.fax.AsyncJobEvent.JOB_EVENT" />
<action android:name="jp.co.ricoh.isdk.sdkservice.function.print.AsyncJobEvent.JOB_EVENT" />
</intent-filter>
</receiver>
This is for Copy, Scan and Fax jobs generated by the user on the copier.
However the print.AsyncJobEvent.JOB_EVENT never triggers for print jobs that are submitted external to the copier, e.g. Windows print jobs from a users desktop.
Is this expected behaviour or are extra settings needed?
nb. DETECTION_EVENT events *do* trigger for external print jobs
Thanks - Lindsay