Third party PHOTOS Manager app

hi to all fellow apple users, i need to have a Third party Photos Manager app (i hate iTunes syncs) , which also provides the SET AS HOME/LOCK SCREEN feature just like the core photos app.... i downloaded "MyPics" app but it doesnt have dis feature.

King_Penguin wrote:
Only the photos in the built-in Photos app can be accessed vie the photo frame icon on the iPad's lockscreen or be used as wallpapers, third-party apps won't have access to it.
Photo Manager Pro is another alternative photo management app which can copy phtoos to/from Photos, but again it can't be used on the lockscreen
Thanks for this one, I was searching for something like that too and couldn't find anything.

Similar Messages

  • Third-Party User Management Tools

    I'm looking for recommendations for third-party user management tools that can do the following:
    - Identify and bulk-expire/no visibility users that are inactive for >XXX days
    - Identify users with auto-forward rules
    - Bulk-delete inactive accounts (from GW database only, not eDirectory accounts)
    - Maybe even bulk-move inactive/expired accounts to a "dead accounts" post office?
    I have an immediate mandate to clean up our environment, and I don't see how to do this in bulk with existing native tools. It's just one guy (me) versus 42 post offices and 23,000 user accounts...
    Thanks!

    You can create your own tools using the GroupWise Administrative Object API and the GroupWise Object API.
    Please refer to the Cool Solutions article I wrote ( shameless self promotion ) "Scripting GroupWise" - Scripting GroupWise | Novell User Communities for more information on the GroupWise Admin API. I suggest that you modify the script listUser.vbs to include domain name ( GWUser.PostOffice.Domain.Name ) , post office name ( GWUser.PostOffice.Name ), visibility ( GWUser.Visibility ) and last login date ( GWUser.MailboxLastLoginDate). You will need to run an audit report on each post office to update the MailboxLastLoginDate property. Import the output into Excel and sort / filter accordingly for analysis.
    Setting an expiration date ( MailboxExpDate ) and / or visibility ( Visibility ) is done by assigning values to the respective properties and using the commit method - e.g GWUser.Commit
    Identifying accounts with auto-forward rules can be using GroupWise Object to log into each account using a trusted application key. I posted ( more shameless self promotion ) some sample code to list proxy access in another thread - https://forums.novell.com/novell-pro....html#poststop. It is not too difficult to modify the code to iterate through rules and select those that include the action forward.
    Deleting is be done using the the delete method - e.g. GWuser.Delete(eadGW) where eadGW is constant with the value 1.
    I would advise against using the Administrative Object API to automate moving accounts. Best practices to avoid problems during moves involve running GWCheck against user objects until there are no errors. I perform structure, contents, contents with attclip and contents with deldupfolders checks until there are no error before moving accounts. There is also the issue of how many simultaneous moves the post office agents can handle. More accurately it is the number of simultaneous purges on the source post office that need to be monitored.
    If you need more help with coding let me know.
    Sincerely,
    Bryan Vandenberg
    Originally Posted by gregamy
    I'm looking for recommendations for third-party user management tools that can do the following:
    - Identify and bulk-expire/no visibility users that are inactive for >XXX days
    - Identify users with auto-forward rules
    - Bulk-delete inactive accounts (from GW database only, not eDirectory accounts)
    - Maybe even bulk-move inactive/expired accounts to a "dead accounts" post office?
    I have an immediate mandate to clean up our environment, and I don't see how to do this in bulk with existing native tools. It's just one guy (me) versus 42 post offices and 23,000 user accounts...
    Thanks!

  • HRMS Integration with third party Project Management Tool

    Hi All,
    We have plans of procurring a third party Project Management Tool which needs to be integrated to existing Oracle Financials. Project Management Tool needs employee information for its functioning.
    a)Is there any API available for this purpose which exposes HR data to any third party tool?
    b)Can anyone suggest what should be the approach for such integration?
    Thanks in advance
    Regards,
    SA

    What 3rd party tool are you going to be using? You might get lucky and it might be something that Oracle has bought recently. Does this post mean you are using Oracle Projects? If so, you may want to post this question in that forum as well. At least you would limit the audience to projects oriented customers, so might get some better replies there than you will here. Food for thought.
    John Dickey

  • Are there any good third party or otherwise apps and/or plugins for imovie'11?

    Are there any good third party or otherwise apps and/or plugins for imovie'11?

    Re: Plugins for iMovie 11
    Someone just asked this question yesterday. So I am cutting and pasting the answer From Bengt Warleby
    Hi
    You can not.
    Nor to iMovie'08 or 09 or 11 - They do not accept any Plug-ins.
    How about FinalCut Pro X - I don't know but i regard to Apple way of progress - I doubt
    For iMovie up to HD6 and FinalCut Express and FinalCut Pro up to 7.0 - there are plenty.
    Yours Bengt W

  • AE cs3 on Vista can't complete third party content manager

    Hey there!
    I'm using AE cs3 with Vista on my PC, and I'm trying to install additional format files with the third party content manager installer that is built in AE, everything works fine, but the installer can't complete it's operation.
    Please help me!

    Time to get used to Vista... When you install stuff on Vista, always use 'Run As Administrator'. IE, Right click setup.exe (or whatever) and select "run as admin".
    Should have no more problems.. Get used to doing that for plugins, and everything you install.

  • Is AIR the right platform for photo management app?

    I need to build a web-enabled photo management app with the following features:
    server sign-in and authentication
    photos fetched from server via REST API/XML
    tag, rate (i.e. 1-5 stars), and edit properties for photos, with data updated on or sync-ed with server
    all the RIA UI goodies, like multi-select, drag/drop, AJAX-style auto-complete, overlay icons on thumbs,
    all the photo management goodies, like fast scrolling, histograms, resizeable thumbnail
    able to handle 1000s of photos in 1 album (server is on a local LAN)
    One key issue is how the platform loads an album with 1000s of photos in the background, and scrolls through pages of thumbnails. I tried before to build this in Java and all the threading issues were too much for me.
    I have good experience with CakePHP & MySQL and some experience with Java, but I am resigned to learning a new platform/libs. I just need to know where to invest my learning time.
    Can some experienced users pipe in on whether AIR the right platform for me to build on? Should I use Javascript etc, or learn Flex?
    Is there anything out there I could just build on? I'm also considering building on Yahoo YUI or Google GWT as an alternative.
    thx.
    m.

    Let me clarify the issue of 1000s of photo. I the app would need to load thumbnails for 1000s of photos, but only open the full size photo when the thumbnail is clicked. probably 120px max dimension, pre-rendered on the server. I have tried to open 1000 thumbs in a plain html page, and the photos come quickly - as if from the local file system - but it does seem to slow the UI until everything is loaded.
    Is there a way for AIR to load the thumbnails is the current "view port" immediately, and the rest in the background? YUI has an imageLoader class that does something like this. Could I use this within AIR?
    The other requirement is to manage a DB of tags ratings, and other attributes for the photos, but I can't imagine that is a big challenge. right?

  • Sharepoint 3rd party photo management?

    Are you aware of any third-party software that handles photos, like a library, that can be attached to Sharepoint?
    It would need to facilitate archiving, downloads, etc. 
    Something that manages photos .  OOTB library not a option

    MediaRich by Equilibrium (or one of several products) is one such product.
    There are other products. Just GoogleBing the things you want it to do, like extract metadata, or batch process, whatever
    SharePoint's 2Gig limit per file is a deal killer for many though if you are talking Photoshop and manipulation and graphic design

  • Advantages of third party Document Management vs SAP

    We have had the IXOS product installed for a long period of time to store our SAP related documents such as drawings, POs, Invoices.  We also use IXOS to store our SAP archived data thru the SAP archivelink interface.  Due to cost and support issues, we are looking to replace IXOS.  The big question that keeps coming up is whether we actually need a third party product any longer or can SAP's content server and DMS handle the same items.  Our CIO continues to ask why do we need IXOS.  Unfortunately, I do not know enough about what SAP has in this area now to give him a definite answer.  Any input on this would be greater appreciated.

    This is quite a good link...
    http://www.sap-img.com/sap-dms.htm
    Iw as at the recent SAP world Tour and the only people providing information on this were a company called Imagenow. 
    We will be implementing a Document and record management system in the coming months.  And would be intersted other's feedback!

  • Scenario: R/3 - XI - Third Party System: Manage queues

    Hi to all,
    my scenario is: an R/3 system which extract some datas -> XI -> datas are used in a third party system. In R/3 system I did a custom program which extracts datas and send them to abap proxy, this program is used by a key user who can execute it more times quickly, and I'd like put these executions in queues so that they are precessed one after one. Is this possible? Is there a function module in R/3 system to manage queues for my purpose?
    Thank you very much and sorry for my english...
    Antonio

    you can enable EOIO in your abap proxy. That should help.
    ref: /people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-150-eoio-in-abap-proxies

  • Third-party keyboard in app store

    when I try to review in the app store with a third-party keyboard , the page turns white , and I can not see what I write

    Reset your phone - no data loss
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support

  • Migrating Third Party Document Management System into SAP EP KM

    Hello Everyone,
    We are having a requirement to Migrate the documents from Third Party (Intraspect) Document Management System into SAP Enterprise Portal KM.
    Documents in Intraspect are storing in Oracle Database. Our requirement is to Mirgrate the documents from Intraspect database to Portal KM Database.
    Please suggest that how we need to approach in Migrating the documents and permissions from Intraspect to KM.
    Thanks in Advance.
    Regards,
    Sridhar.

    Hi,
    Our requirement is to migrate the documents from intraspect oracle database to KM database.
    Please suggest how the migration happens from database to database. And also suggest whether this will effect the performance of portal as the intraspect database having very high volume of documents.
    If you have any links or any documents on this, please provide me.
    Thank You.
    Regards,
    Sridhar.
    Edited by: SridarReddy on Jun 4, 2009 1:36 PM

  • Invoking third party software from APPS

    Hi Gurus,
    We have a requirement where we would like to invoke thrid party software from APPS. For example when i click on a button in the toolbar we want a document management system to open and show the documents related to the person on the screen.
    Have anyone acheived anything like this? If Yes can you please share the knowledge?
    Many thanks

    Dears,
    I know this post is a bit old but We've got the same requirement...
    any ideas?
    Regards,
    Nazar

  • Photo Management App

    I am interested in an app to handle some relatively basic activities for organizing photos on my iPad: moving copying, folder management, etc. I prefer simplicity and elegance to a bunch of features.
    Thank you for your thoughts on this.
    -Bruce

    Yes indeed, one of the stranger shortcomings for the iPad.
    SortShots is a powerful photo organizing tool for iPad: it retains the photo's EXIF data, including the original filename, and you can create tags and apply them to the photos. You organize your photos into "sorts" based on these tags. Searches can be done on filenames and tags. You can send photos to other apps and save them to the Photo Library if you want. However, you cannot send them to an editor, edit them, and then save them back to SortShots automatically. Your photos in SortShots do not appear in the iPad Photo Library or any of its "albums." They are synched as data in the SortShots App.
    The only way that I can see to edit photos from SortShots is to save a photo to the Photo Library on the iPad, open it in an iPad photo editing App, save the edited the image back to the Library (yes, it's a new file and does NOT retain the EXIF data from the original), and then import that edited version back into SortShots.  THEN you can delete the original version and rename the edited image with the filename of the original and enter the original tag and other metadata.  Yikes.
    However, I don't think that there is any other photo organizer App as powerful as SortShots right now. The iPad was built as a photo viewer of photos that primarily exist back on your computer where they are organized and edited and then synched back onto the iPad.

  • R12 iStore integration with third party content management system

    We are facing several challenges and are already a month behind for Go-Live with the iStore implementation. Hence, I wanted to check if anyone has worked on a similar setup
    1. iStore being used only for cart functionality
    2. All content, web pages are on a thrid party site
    3. iStore's deep linking is being used for cart updates
    4. We have a dmz environment and reverse proxy setup
    5. Payments is integrated
    We are finding several application errors, there is a loss during the back & forth communication between iStore & third party site. Could somebody please advise if there can be a better setup or if they have implemented a similar network topology.
    Thanks.

    Hi All,
    We are also facing same issues(Application Errors) and our setups include third party website linking, DMZ configurations and Reverse Proxy setups. Unable to know the root cause for these application errors as it was intermittent.
    Please help me on this.
    Regards

  • Third Party Content Management to Integrate with TREX

    Hi Friends ,
    I want know is it possible to integrate third party content mang. with TREX? If How it is possible .
            If it is not possible what is the possible way that i can get all the content (EX:.doc,.xls,.jpg,.pdf...FILES) to TREX ,it has to be done only Manually if i have content some where around in 50,000 then what is the way i can do it...
    Looking for an answer.
    Thaks n Regards
    Ram

    Hi frnds,
    if any have any doc on this or some navigations plz..the them to the mail id below
    [email protected]
    Thanks
    Rama

Maybe you are looking for