s60 - Reading RMS Data of other Midlet -


i want read rms data created 1 midlet second midlet

target devise s60 possible??

it possible. open record store associated named midlet suite. midlet suite identified midlet vendor , midlet name. access granted if authorization mode of recordstore allows access current midlet suite.

access limited authorization mode set when record store created:

  • authmode_private - succeeds if vendorname , suitename identify current midlet suite; case behaves identically openrecordstore(recordstorename, createifnecessary).

  • authmode_any - succeeds. note makes recordstore accessible other midlet on device. have privacy , security issues depending on data being shared. please use carefully. untrusted midlet suites allowed share data not recommended. authenticity of origin of untrusted midlet suites cannot verified shared data may used unscrupulously.

see links reference.

  1. sharing data between midlet suites
  2. advanced programming

Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -