Do shared RecordStores in MIDP 2.0 mean access to native phone data?

Hi. I've been reading the J2ME MIDP 2.0 spec and it sounds to me that shared RecordStores would provide a way for phone manufacturers to expose native OS data like contacts, calendar entries, and photos to MIDP developers.
Is this accurate? Does anyone know of any OEMs planning to do this?
Thanks.

As far as I understand the specification, RecordStores can only be shared between MIDlets, not between MIDlet and OS-Data.
But it there is a JSR (http://www.jcp.org/jsr/detail/75.jsp) which specifies an API that allows to access native Personal Information Management (PIM) data.
Still, the spec is just a public review yet, so one has to wait for implementations. But MIDP 2.0 isn't out even, so we all have to be patient anyway...
Patrick

Similar Messages

  • Shared RecordStores - WTK22 bug??

    I'm trying to use the shared RecordStore feature in MIDP 2.0, under WTK22. It does not seem to be behaving as documented.
    1. In the emulator, RecordStore.listRecordStores seems to be returning all record stores to any midlet in any midlet suite that asks for it. It should only return the stores the calling midlet owns. (This is a security bug, btw).
    2. If I create an RMS store in one midlet using AUTHMODE_ANY, it should be possible to open it from another midlet suite using RecordStore.openRecordStore(String recordStoreName, String vendorName, String suiteName) . However, I'm consistantly getting RecordStoreNotFoundException.
    Both errors can be seen on sun emulator. If I load my test apps onto a RAZR v3, I still see the second problem but not the first.
    Any suggestions? I've found nothing after considerable search.
    thanks
    Peter Trei

    I, too, am experiencing an issue sorta like this. For instance, my friend 'Nick' (who appears in my contacts as Nick) is showing up as 'Terry'
    I do not know anyone by the name of Terry. I have also noticed this when I set up a notification in find my friends for that friend. Like, for instance, I say 'let me know when Nick leaves work'. When that occurs, it shows as 'Terry has left work'
    So strange :/

  • Pre-shared key should be at least 256 bits of cryptographically random data

    Hi all,
    i need some info, i got a client IPSEC VPN form.
    they asked that (Pre-shared key should be at least 256 bits of cryptographically random data)
    what does that really mean?
    Key consisting of 256 characters like abcdefg......till256 characters are done ?           
    or it means encryption we define in policy like
    crypto isakmp policy 8
    authentication  pre-share
    encryption  aes-256 ????????
    Please help me to understand this requirement for my cisco asa.

    64 hex characters  =  256 binary bits
    Michael
    Please rate all helpful posts

  • In ods what is meaning of operational.(operational data stoer-ODS)

    in ods what is meaning of operational.(operational data stoer-ODS)

    Hello Satish
    I guess you are very much clear about data and info....
    Data: everything and anything is data
    Info: If data is structured in a way that it gives a meaningfull information than it is info
    We use ODS as a data warehouse layer which contains meaningfull data which when loaded in cube( in structured way - Extended star schema in our case ) provides meaningfull information...so basically it is containing the data on which operations of DW are going to be performed...( it may be analyzing data, decision making on the data....)
    This is why it is called operational data store instead of Data store...
    Hope your have got your answer...
    Thanks
    Tripple k

  • Develop a responsive web app...means should be tablet/phone compatible in case

    If I develop a responsive web app PC-Tablet-phone, and convert with phonegap to native mobile app, means should be tablet/phone compatible in case?
    true / false

    True

  • Shared Services Project - What does that mean?

    When I create a Planning application from Workspace, there is a drop-down list for "Shared Services Project" in "Select" tab in "Create Application" wizard. What option should I select? Available options are:
    1) Unassigned Project
    2) APS 9.3.1 Servers
    3) Business Rules
    4) Hyperion System 9 BI+
    5) Analytic Servers
    6) the server where it hosts all Hyperion software
    I've installed Hyperion Analytics Services, Analytic Provider Serivces, BI+ (reporting module), Analytic Administration Services. I've also externalized users in Analytic Services.
    Does anyone know the differences between different options?
    Thanks.

    Hi,
    You can go into Shared services and create a new project called "Planning" then when you register the planning app in shared services you can put it against the "Planning" project.
    Cheers

  • Shared cursor cache at ST04- What means the "wait tim"?

    Hello together,
    is there anybody who knows what the "wait time" or "Wait time per execution" within a SQL-statement means?
    Bye
    Heike

    HI
    Wait time in milliseconds: This is the time a user request sits in the dispatcher queue. It starts when user request is entered in the dispatcher queue; and ends when the request starts being processed and it shud be
    Wait time < 10% response time
    (response time : Starts when a user request enters the dispatcher queue; ends when the next screen is returned to the user. The response time does not include the time to transfer from the screen to the front end.)
    Regards
    Umesh K

  • Maintain access to network(shared folders) resources if the site loses access to a Domain Controller?

    Scenario
    Windows 7 users log on to workstations at a site. Domain Controller is up and does the domain authentication for those users across the WAN. Users are then accessing a local(same building) Shared directory on a Windows 2008r2 server, in order to open, modify,
    save new files, etc.
    Then, the site loses access to the Domain Controller due to a WAN outage.
    Question
    Will those users that have already logged onto their Windows 7 workstations continue to have access to the shared resources on the local Windows 2008r2 server with their cached credentials(assuming they don't logoff or restart their machines)?? This has
    been the case in the past, but wondering if anything has changed with Windows 2008??
    Thanks

    Hi,
    The duration that you can access the server depends on when the server requires re-authentication.
    In Windows implementation, SMB session expiration is enforced based upon the client’s support of dynamic re-authentication capability [MS-SMB].
    If the client enables the CAP_DYNAMIC_REAUTH capability bit, the server will enforce session expiration. If a client does not set CAP_DYNAMIC_REAUTH, the Windows server does not return STATUS_NETWORK_SESSION_EXPIRED. 
    The SMB dynamic re-authentication feature was introduced in Windows XP. From there, Windows-based clients set the CAP_DYNAMIC_REAUTH capability bit to indicate to the server that the client supports re-authentication when the Kerberos service ticket for
    the session expires.
    Windows servers do check CAP_DYNAMIC_REAUTH:
    If clientCapabilities sets CAP_DYNAMIC_REAUTH, the server will set Server. Session.AuthenticationExpirationTime to the expiry time returned by AcceptSecuirtyContext.
    If clientCapabilities does not set CAP_DYNAMIC_REAUTH, the server will not set Server. Session.AuthenticationExpirationTime, basically a CAP_DYNAMIC_REAUTH capability bit not set by the client means the session will not expire on the server side.
    To configure Maximum lifetime for service ticket, you can use grouppolicy. The default value of
    Maximum lifetime for service ticket
    in Default Domain Policy is 600 minutes.
    Note:This setting is applied to DC, not clients.
    For detailed information, please view the link below
    CIFS and SMB Timeouts in Windows
    http://blogs.msdn.com/b/openspecification/archive/2013/03/19/cifs-and-smb-timeouts-in-windows.aspx
    Maximum lifetime for service ticket
    http://technet.microsoft.com/en-us/library/jj852188.aspx
    Hope this helps.
    Steven Lee
    TechNet Community Support

  • A family of 5, have new iphone 4s phones.Because we shared an itunes     account previously, now when installing the new phones, it does not allow us to update to individual itunes accounts.  How do we change the accounts for each phone installation?

    A family of 5, have new iphone 4 s phones.
    Because we shared the itunes account previously, on installation of the new devices, the computer does not recognise individual itunes accounts.
    So all 5 devices are sharing the same itunes account!!!
    How do we set up new accounts on each individual phone?

    The iTunes stores in different countries are entirely separate.  You can only use an iTunes store credit in the country in with it was created and purchased content cannot be shared across countries.  Family sharing groups must be country-specific, using iTunes store credits for purchases only within that country, and sharing purchases that were made in that country.  You can contact iTunes store support for more details on these restrictions here: https://www.apple.com/emea/support/itunes/contact.html.

  • HT4859 I shared itunes account with my daughter, had never synced my phone with computer, synced with computer and chose daughter's phone instead of create new phone, all phone contacts are now gone replaced with daughter's - is there no way to get contac

    I shared itunes account with daughter's phone, never synced my phone with home computer through itunes, synced tonight with itunes but choose her iphone and it restored all her info on my phone, all my phone contacts, text messages and photos are gone  - I had auto backup to icloud daily - is there any way to get phone numbers and texts back off icloud?

    If you have been backing up to iCloud your camera roll photos, text messages and other data and setting should be contained in the backup.  Restoring the backup to the phone should recover them.
    To do this, go to Settings>General>Reset, tap Erase All Content and Settings (which will erase the phone), then go through the setup screens on the phone and when given the option, choose Restore from iCloud Backup and follow the prompts.  Be sure your phone is connected to wifi and your charger as this may take some time to finish.

  • How do I turn off home sharing on devices I can no longer access?

    I have an old iPhone and an old PC which I no longer have access to (the iPhone is broken beyond fixing and the pc I gave up on months ago)
    I would like to remove them from my home sharing list to open up room. With the two unused devices I have the max limit of 5. I am planning on purchasing an iPad soon and would like to add it to my home sharing, but with at the present it is impossible.
    Thanks for your help! 

    Welcome to the Apple Community.It isn't home sharing that matters here. I suspect you are wanting to either de authorise a computer or remove a associated device from your ID, you can do both of these in your iTunes account settings on a computer.

  • File Sharing with user on MacBook Pro, restrict access to certain folders

    I work on my iMac mostly and have 3 external drives hooked into the iMac. I have file sharing turned on because I want to be able to access these external drives on my macbook pro. I can get into all my drives as planned. However, I have a user on the macbook where I want to restrict them from seeing certain folders on those external drives.
    For instance, I have budget documents in a folder on one of those drives along with family photos in another folder. I want this user to be able to access the folder of fam photos but not access the folder of my budget docs. How do I do this?
    I tried "get info" on that specific folder and selected the "write only (drop box)" option and that doesn't work, that user can still open and see all the budget docs. I believe I've even tried removing them from that folder on the "get info" box. Either way, that folder is still accessible for all.
    Please help!!!!!!!

    Response appreciated but the easiest way to handle the problem, is being able to restrict 2 or 3 folders which is what I can't figure out how to do. Maybe there is no way to do this. I have spent a good deal of time organizing the folders in the first place, and with some of these things being related to my business, it would be more of a headache and major issue, to reorganize these folders. Things are very well organized, I just don't want certain users to have access to a couple of the folders as those certain folders have income related and budget related information.
    So my issue is really, not about re-organizing or any of that, but merely, how to I set a folder to where a certain user doesn't have access to that certain folder.
    You wouldn't think that would be too difficult, but then again, maybe it is just something that can't be done. I would think it'd be as easy as opening the "get info" on that certain folder, selecting that user and setting it to say "no access" - however, that is not an option in the drop down and I don't know why. It offers, read & write, read only, write only (drop box). Even when I select write only, it still allows that user to see all my files in that folder and access them. So I'm just not sure why "no access" is not listed there as an option.
    Thanks.

  • I have lost my iPhone4. Did not have find my iPhone app. Is there any means of finding my phone and retrieving photos and contacts?

    I have lost my iPhone 4S. I did not have the find my iPhone application on my phone. Is there any means of, finding my handset and retrieving photos and contacts?

    Report it to police as stolen. No other option.
    Pete

  • Shared Services 9.3.1 error - "...error loading tree data"

    We have recently upgraded to version 9.3.1 and have been using it for several months now.
    This past week, when logging in to Shared Services, we are suddenly experiencing a pop up with an error that says "There was a communication error while loading tree data".
    Has anyone seen this error, and why would it suddenly start appearing when everything has worked for months and no changes have been applied?
    Thanks for any advice, I will post screens and some sections from log files soon...

    We are also facing the issue while accessing the Hyperion Planning 9.3.1 application from Workspace. But it allows us to access it through planning URL. The workspace classic administration for planning works perfectly fine. Let me know in case you get any solution.

  • New PC + iPhone sync - does that have to mean I lose my app data?

    Hello all,
    I've got a new PC and I've transferred my purchases & copied my library to it (from my old PC). When I try to sync my iPhone, it says it's going to erase all of the old content. With apps, does that mean I lose all of the data (game progress, Camera+ pictures, etc)?
    Can I copy over my iPhone backups from the old PC and avoid this scenario?
    Cheers,
        Brent

    Hello Eric,
    Thanks for the link - I'm already good for the music, it's the apps I'm concerned about.
    For example, I've made a ton of progress in Jetpack Joyride - am I going to lose all of that progress (10hrs+ of gameplay) when I sync up?
    Alternatively, in Camera+ I've got about 95 pictures that are in various states of editing. I'd rather not have to finish the edits on all of them before syncing up
    It doesn't seem to make sense that I have to blow these apps away when I've transferred purchases & copied libraries to the new computer.
    Cheers,
        Brent

Maybe you are looking for

  • Im at my wits end with my n93i and WLAN. Could any...

    OK i havea netgear WG121 router and recently got an n93i. Now I had an n95 for a few days before and that used to connect to my WLAN fine by just using the wlan wizzard. But with this N93I it gives me no end of troubles. First of all I kept getting i

  • Can't install from application install dvd and i can't update to 10.6.8 after i restore my macbook pro from mountain lion

    can't install from application install dvd and i can't update to 10.6.8 after i restore my macbook pro from mountain lion. when restart and i press command it still has recovery mountain lion show on my screen.

  • Transferring images from camera or flash drive

    Hi, I am having problems with transferring images. When I plug in a flash drive or my camera to the USB port,nothing pops up on my desktop. I checked System Profiler, and it appears that the computer is recognizing the flash drive. So it must be a pr

  • No itunes

    I upgraded to Snow Leopard and now my itunes won't load, saying "it cannot be read because it was created by a newer version of itunes." What do I do?"

  • Inserting text form a textfile into a JtextArea

    Hi, Im trying to insert text form a textfile into a JtextArea ex the textFile is called Words.txt JTextArea ta  = new JTextArea(); ta.insert("Words.txt", 0);what im getting in the textarea is Words.txt and not the text in it. So what shall i do to pl