cancel
Showing results for 
Search instead for 
Did you mean: 

Document on creating an prebuilt client for Android.

Former Member
0 Kudos

Hi All,

I've search the net but I'm unable to find a document on how to create a prebuilt agentry client for android with a preloaded agentry.db.  I found one for IOS is there one available for Android?

Regards,

CJ Bester

Accepted Solutions (1)

Accepted Solutions (1)

former_member265714
Participant
0 Kudos

HI CJ ,

The Android branding process is the following :

KB article 1932043 - Agentry Android clients branding for versions 6.0.32 , Agentry 6.1.2 , Agentry 7.0 and higher

http://service.sap.com/sap/support/notes/1932043

Thanks

Subash Narayan

SAP Support Engineer

Former Member
0 Kudos

Hi Subash,

I found that document as well and I did what I needed to do.

Thanks for your reply.

Regards,

CJ Bester

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

Subash Narayan ,

According to the document, I have performed the following steps for android

  1. First get the file from the device.
  2. Perform a transmit.
  3. Tap Export DB on the About screen.
  4. Get the file either from the SD card or via USB.
  5. Place the file in the SMPAgentryClientFramework-Android-build_number/SAP/Mobile/Platform/android/AgentryAndroidClientSolution/assets directory.

As my client was already branded so I used the same keystore password to build the .apk file.

But still when I install the .apk, it does not provide the default data, it is behaving as same as an empty client and going for rebuild.

The client version is Agentry v70.8.0.9

SMP version: SMP 3.0 SP 08

Regards,

Sourav

former_member265714
Participant
0 Kudos

Hi Sourav,

When you brand the client , the Agentry.db

1)  Should be in the assets folder

2)  Should be unecrypted

3)  Should hava data and work offline.

Please review the KBA again

Thanks

Subash Narayan

SAP Support Engineer

Former Member
0 Kudos

Hi Subhash,

All the points you mentioned, I kept them as it is. Can you please suggest what may be the issue or any step I am missing.

1. Agentry.db file in assets folder

2. Application data unencrypted

3. The size of Agentry.db is 14 MB.

Regards,

Sourav

former_member265714
Participant
0 Kudos

Hi Sourav,

If the application is trying to reconnect . Then check your transmit configuration to see if you have stayed logged in to server checked.

If that is checked then every time you log it tries to connect you to the server

Thanks

Subash