ScanDataHandleExample code issues
Incident Properties
Question
Hello Support,
Need help with the Sample code "ScanDataHandleExample". I was able to install the application and run it in the emulator, but when I tried to click on Scan Settings button I am not able to select any of the settings. It gives error as attached on emulator. In the android monitor I get error as E/SimpleScanEx_Emulator: GetScanJobSetting error : ;!DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN">
Please find the attached screenshot of the emulator and activity_main.xml.
activity_main.xml has some errors as marked in screenshot.
Thanks,
Vandana
dist apk missing files
Incident Properties
Question
Greetings,
I've done two workflow run-throughs using the PrintSample example, starting from the raw files and working through the process to do a development install on a machine.
The first time went fine, and I was able to generate an installable apk. But that computer died, so on my new system, I decided to run through the whole process again.
In my second run through, the end result is that the apk in the dist folder only contains the META-INF.
The outputs/apk/debug/app-debug.apk seems to contain the whole apk filesystem (classes.dex, res, assets, etc.).
the outputs/apk/release/app-release-unsigned.apk and the outputs/apk/release/PrintSampleRyan.apk (my version of the app name) only contain the META-INF as well.
Any idea where to look in the process to see why it's not generating a full signed apk?
Thank you for any assistance.
Ryan
Obtain CustomAuthSampleWithAAAProvider_src.zip from INCIDENT ID#: 2238
Incident Properties
Question
Hi Gerardo,
Please provide the source code from CustomAuthSampleWithAAAProvider_src.zip referenced in INCIDENT ID#: 2238. The file CustomAuthSampleWithAAAProvider_src.zip attached to that incident contains the APK of the sample, but not the source code.
Regards,
Cristian
Dalp file not found (continued)
Incident Properties
Question
Following up on incident #2383.
We had a technician come by yesterday to upgrade the firmware our 4504ex, but the API version is only 2.40.01. He said he installed all of the latest firmware available on the technician site. Do you know when API 2.41 will be released for the 4504ex?
Current firmware:
System/Copy 1.04.1 D0AF5550C
Network Support 15.68 D0AF5567H
Fax 02.00.00 D0AF5557A
RemoteFax 02.00.00 D0AF5558A
Scanner 01.04 D0AF5560D
Web Support 1.03 D0AF5561C
Web Uapl 1.00 D0AF5562
NetworkDocBox 1.02 D0AF5568B
animation 1.02 D0AF5564B
Printer 1.02 D0AF5570B
RPCS 3.18.30 D2425572B
Font EXP 1.00 D2415581
PCL 1.13 D2425573H
PCL Font 1.09 D2415586
IRIPS PS3 1.01 D0AF5573
IRIPS PDF 1.07 D0AF5575E
IRIPS Font 1.15 D0AF5577A
Java VM v12 std 12.53.01 D2415579Q
Data Erase Onb 1.05 D2625244
GWFCU3.8-11(WW) 08.00.00 D2425559J
PowerSaving Sys F.L3.06.2 D0AF5554A
Engine 1.10:04 D0AG5503A
OpePanel -------- --------
ADF 01.040:06 D3B05550F
Finisher 01.060:05 D3B85300G
M2a_System 1.26 D2411425C -
M2a_ICCdDisptch 2.12.05 D2411450B Not activated
M2a_LegacyUI 1.16 D2411427S Not activated
M2a_NFCPlugin 2.12.00 D2411452 Not activated
M2a_PrinterInfo 1.12 D2411458N Not activated
M2a_ProgramInfo 1.18 D2411438D Not activated
M2a_QuickCdAuth 2.12.04 D2411468A Not activated
M2a_SmartScan 1.16.0.001 CS14967 Not activated
M2a_USBCdPlugin 2.12.00 D2411459 Not activated
M2a_WLanguage 1.06 D2411431H Not activated
M2a_WTonner 1.05 D2411434G Not activated
Regards,
Mike
Changing user interface programmatically
Incident Properties
Question
Hi all, hope you all had an enjoyable holiday season and saw in the new year well.
Our engineers hit a snag in our SmartSDK product development, we are unable to find a neat way to change the user interface language dynamically at the point of logging in a user via our custom authentication.
Do you possibly have a sample or simialr that would point us at a way of doing this?
Kind regards,
Jan Bollmann
Dalp file not found (Incident #2339)
Incident Properties
Question
Following up on incident #2339.
I spoke with a Ricoh field technician and he was a little confused about where to find the firmware update. Do you have any more information regarding the updates for the 402, 407, and 4504? Are there specific firmware version numbers that the technician could look for when upgrading the devices?
Dalp file not found
Incident Properties
Question
I am trying to read values from the dalp file, as per the Dalp File Parser Sample. I changed the spec to 3.03 and added the dalpfile-save and app-extension tags. I am installing the zip file created by signWithDevKey to the device using the Application Installer. When I run the code, I receive a "No such file or directory" error. It seems like the dalp file is not being copied. Why would this file not exist?
"/data/ricoh/extension/com.fabsoft.most.app.scan/Most.dalp: open failed: ENOENT (No such file or directory)"
Connectivity Change Broadcasts NOT WORKING
Incident Properties
Question
I am having some trouble understanding why I am not getting network connectivity broadcasts.
Is there any sample code that has a broadcast receiver for this in the manifest?
I have the following permissions:
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-permission android:name="jp.co.ricoh.isdk.sdkservice.common.SdkService.APP_CMD_PERMISSION"/> <uses-permission android:name="jp.co.ricoh.isdk.sdkservice.common.SdkService.APP_EVENT_PERMISSION"/>
I then have the following receiver:
<receiver android:name=".sdk.SdkServiceBroadcastReceiver" android:permission="jp.co.ricoh.isdk.sdkservice.common.SdkService.APP_EVENT_PERMISSION"> <intent-filter> <action android:name="jp.co.ricoh.isdk.sdkservice.system.SystemManager.NETWORK_CONNECTED"/> <action android:name="jp.co.ricoh.isdk.sdkservice.system.AppCounter.GET_COUNTER_RESULT"/> </intent-filter> </receiver>
Please confirm that the setup above is correct.
Will there only be a broadcast on changes or should I be seeing initial broadcasts when the app is installed and the receiver is registered?
If it will only be on changes, I need to be able to query this immediately but I am not familiar with that much but think I need sendOrderedBroacast? Is there a sample that has an example if this immediate response on network connectivity?
I discovered I cannot rely on Android framework's ConnectivityManager for this.
Is there something else in the WebAPI I should be leveraging?
Please help, we are up against a deadline and I would like to move past this as soon as possible.
Thanks,
Nick
Oracle R12 to JSON REST API
Incident Properties
Question
We are currently working on determining the best architecture for creating a JSON REST API to access Oracle R12 systems within our SOP SmartSDK application. During our ininital talks, our Sr. Solutions Architect (Sunil Mathur) thought you RiDP might have seen how other developers may have developed similar solutions. Have you all seen any apps developed that created a REST API to accesses Oracle R12 backend? We would like your suggestion on which technologies are best suited for such a server side task. Thanks!
No AppLinkResult received from Scan GUI Service
Incident Properties
Question
Hi Alex,
I am trying to understand the Scan GUI Service sample code. Since it can not be imported to android studio, I created a new project in android studio and copy all related files from Sample Code to the new project, also refractor the related path.
The situation I am experience is, everything works fine until step 13 in the attached figure. Now I can get success AppLinkResponse and see the scan setting UI. But the AppLinkResult is null after I click the OK button from setting UI, which is not expected.
So my question is, is there any way that I can check the communication from GUI Service to BroadcastReceiver. Or do you have any other suggestion for me about where to debug.
Thanks,
Yue