cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure android app to work on any device??

Former Member
0 Kudos

Hi, I am working on an application which communicates to sup server through android device. Is there a way so that i can configure my app to work on any device from any internet connection?? Earlier there was MessagingClient Api but it seems its no longer available. Kindly help me through this.

Accepted Solutions (1)

Accepted Solutions (1)

rohith_deraje
Advisor
Advisor
0 Kudos

Hi Ajmeri,

Did you mean runing the native android app on iPhone/iPad/BB/Winmobile etc?..

It is not possible to run native android app on other devices and viceversa.

However you can develop platform independent apps with SUP hybrid web containers.I do not have much expertise with hybrid web containers. I am sharing you some materials on it. Hope this helps you.

http://www.sybase.com/files/White_Papers/Sybase_SUP_Hybrid_Web_Container_Article_wp.pdf

Regards

Rohith

Former Member
0 Kudos

Hi Rohith,

              m getting an exception "com.sybase.persistence.SynchronizeException: com.ianywhere.ultralitejni12.implementation.JniException: UltraLiteJ Error[-1305]: MobiLink communication error -- code: 9, parameter: 1360, system code: 0". can you tell me possible cause of it?? Thanks

Former Member
0 Kudos

If you are using MBO based approach probably you can look into this blog

http://scn.sap.com/community/mobile/blog/2012/05/02/sup-212-native-android-mbo-non-doe-based-approac...

Former Member
0 Kudos

Thanks, Can any one tell me where sup stores the data on android device. That is in data/data/package/database, that is true but exactly in which format?? & how can i pull that db file if i wish to store it some where else??

Former Member
0 Kudos

typically the database format is ultraLiteJ, it will have an extension .ulj you pull that db file from the file explorer

Answers (0)