Disable photos button on camera screen?

Hi,
I cant find this answer anywhere, does anyone know how I can disable the photos button on the camera screen? - So basically if someone goes into my camera to take a photo, they cannot just press the button and enter into the camera roll to view all my other photos?
I have an iphone 4s on ios 7
Any help is appreciated

Hey rizwany25,
I would suggest that you set up a passcode on your device:
iOS passcodes
http://support.apple.com/kb/ht4113
Once you have a passcode set up, all you will need to do is to simply lock the phone like you normally would, then you can activate the camera from the lock screen and let your friend use it to take a photo:
Use the Camera from the lock screen - Camera - iPhone Basics - Apple Support
http://support.apple.com/kb/TI109
Your friend will be able to review the photos they have just taken, but they will not be able to access the Camera Roll without entering your passcode. Thanks for coming to the Apple Support Communities!
Regards,
Braden

Similar Messages

  • How to disable save button on selection screen (1000) run from other report

    Hi Experts,
    Can any one let me know how to disable save button on selection screen (1000) run from other report.
    Say I am running from report R1 which submits report R2, but the save button should be disabled on
    report R2(selection screen 100).
    Thanks in advance.
    Regards
    RP.

    Hi RPReddy16 ,
    Try this:
    DATA :BEGIN OF t_extab occurs 0,
                     fcode like rsmpe-func,
                 END OF t_extab.
    REFRESH T_EXTAB.
    MOVE 'SAVE' TO T_EXTAB-FCODE.
    APPEND T_EXTAB.
    CLEAR T_EXTAB.
    SET PF-STATUS 'STATUS' EXCLUDING T_EXTAB.
    Regards,
    José

  • Suppress or Disable SAVE button in Approval screen (BBPSC07)

    Dear Experts,
    i would like to ask how to suppress or disable SAVE button in Approval Screen (BBPSC07). Thanks in advance..
    Edited by: Mochamad Affan Rasyidi on Oct 3, 2009 6:38 AM

    Hi
    If you mean disabling the Variant Save Option of the SAVE button in a Selection-Screen without getting rid of the button in the screen you can do this.
    FIELD-SYMBOLS <fs>.
    AT SELECTION-SCREEN.
      IF sy-ucomm EQ 'SPOS'.
        ASSIGN ('(RSDBRUNT)<SSCRFIELDS>-UCOMM') TO <fs>.
        <fs> = ''. 
    *  Logic you want to apply to the SAVE button
      ENDIF.

  • How ti disable enter button in selection screen.

    Hi,
    Developed a  report and when execute the Tx code first i get selection screen and when inputs are given in selection screen and hit enter it will direct to module pool screen.. here after giving inputs in selection screen,ENTER and F8 button are working but i want to disable ENTER button ....
    Regards,
    Venkat.

    Hi venkat,
    I am also fasing same problem plz help me how to call form in start-of-selection please help me with any sample as soon as possible,
    Regards
    sridevi.V

  • Disable execute button on selection screen

    Hi Experts,
    I need to disable execute button on the selection screento restrict program to run in foreground and add another buttn which schedules a job in background. Kindly help.
    Thanks in advance.

    TABLES: sscrfields.
    include rsdbc1xx.
    INITIALIZATION .
    sscrfields-functxt_01 = 'Button1'.
    SELECTION-SCREEN: FUNCTION KEY 1.
    AT SELECTION-SCREEN OUTPUT.
      append 'ONLI' to current_scr-excl.
    AT SELECTION-SCREEN.
      CASE sy-ucomm.
      WHEN 'FC01'.
    "* Here you write your logic for background job
      ENDCASE.
    I have the same problem. This works like a charm!
    Thanks Dzed Maroz.
    Edited by: Samanta Limbrada on Mar 30, 2011 6:29 AM

  • How to disable execute button in selection-screen

    Hi,
    I have already placed a execute button in selection screen but now I want to diable
         1. All std  buttons including F8
         2.   but excluding F1
    regards
    paul

    Hi
    Check this FM : RS_SET_SELSCREEN_STATUS
    sample code :
    DATA: BEGIN OF i_exc OCCURS 0,
           code LIKE sy-ucomm,
       END OF i_exc.
      DATA: ws_repid like sy-repid.
      CLEAR i_exc.
      i_exc-code = 'ONLI'.
      APPEND i_exc.
      MOVE: sy-repid TO ws_repid .
      CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
        EXPORTING
          p_status  = ' '
          p_program = ws_repid
        TABLES
          p_exclude = i_exc.
    Laxman
    Message was edited by: Laxmana Kumar

  • Disable Start button in Initial screen of FPM

    Dear Experts,
    I have to disable / enable the Start button of the initial screen in FPM, based on a condition .
    Request to to please suggest.
    Warm regards,
    Upendra Agrawal

    Dear Upendra Agrawal
    Check here please:
    [Start button in FPM configuration;
    [To hide 'Start' button.;
    Kind Regards
    /Ricardo Quintas

  • How to disable print button in outoput screen from vf03

    hi,
    i have a requirement to display error message and, disable the print and print preview button.
    below its the step,
    1)vf03
    2)key in document type
    3)select output type
    4)if there's error, display error message and disable print and print preview button.
    what i have done was
    1) i've put the error message in my 1st part of code,
    *determine discount
    it_zmas-discount = it_zmas-gross_value - zkwert.
    MODIFY it_zmas.
    ELSE.
    MESSAGE ID 'Z0' TYPE 'S' NUMBER '999' WITH 'Please maintain cust pricing grp 34 for ' wa_zmas-matnr.
    p_proc_screen = 'X'.
    ENDIF.
    CLEAR zknumh.
    2)then i set itcpo-tdpreview = ' ' to display my print button after display the error message
    CLEAR itcpo.
    MOVE-CORRESPONDING nast TO itcpo.
    itcpo-tdcover   = nast-tdocover.
    itcpo-tddest    = nast-ldest.
    itcpo-tddataset = nast-dsnam.
    itcpo-tdsuffix1 = nast-dsuf1.
    itcpo-tdsuffix2 = nast-dsuf2.
    itcpo-tdimmed   = nast-dimme.
    itcpo-tddelete  = nast-delet.
    itcpo-tdcopies  = nast-anzal.
    itcpo-tdprogram = sy-repid.
    IF us_screen NE space
    AND p_var EQ space.
    itcpo-tdpreview = 'X'.
    itcpo-tdnoprint = 'X'.
    ELSE.
    itcpo-tdpreview = ' '.
    ENDIF.
    CASE nast-nacha.
    WHEN '1'.
    xdevice = 'PRINTER'.
    itcpo-tdnewid = 'X'.
    itcpo-tdgetotf = 'X'.
    WHEN '2'.
    xdevice = 'TELEFAX'.
    itcpo-tdtelenum = nast-telfx.
    itcpo-tdteleland = us_country.
    itcpo-tdsenddate = nast-vsdat.
    itcpo-tdsendtime = nast-vsura.
    WHEN '3'.
    xdevice = 'TELETEX'.
    itcpo-tdtelenum = nast-teltx.
    itcpo-tdteleland = us_country.
    itcpo-tdsenddate = nast-vsdat.
    itcpo-tdsendtime = nast-vsura.
    3) my last problem its, i am not sure how to disable the print button.i need  to show an error message for my invoice via vf03 when error occur when user click print or print preview button. however with my code above, i am only able to display the error message and disable the print preview.
    could anyone guide me how do i disable my print button? really appreciate your help.
    regards,
    sw

    Instead of disabling the print buttons, you can restrict creating the actual output message for a specific output type.
    You can achieve it by creating the Output Requirement in transaction VOFM. You need to assign this requirement to your Output type. In this Requirement you can check all your conditions. If they all validation pass through than and than create the Output.
    Regards,
    Naimesh Patel

  • Disable Reject Button for Invoice on Work Item Screen

    Hi! I know we can use the Dynamic Column configuration to disable and enable the Approve/Reject button on the Inbox screen where the approval work items are displayed. However, I would like to know whether it is possible to have only the Reject button disabled? Reason for asking this is a rejection reason needs to be maintained for the rejection. The check is in place if we reject the invoice from the detail screen. However, if we reject it from the Inbox screen, it will go through without any warning or error message. I have searched OSS notes but found nothing so am wondering whether this can be considered a bug or not. If not, then I want to know what solution option I have relating to this. I am thinking of either a repair to disable the button on the screen for invoice approval or find a why with the dynamic columns to do that.
    Appreciate any comments on the above.
    Cheers!
    SF

    No response

  • Disable create button in ME23N

    Hi Gurus,
    I have a requirement to disable 'create' button in ME23N screen.
    Can we acheive this by transaction variant?
    Appreciate if some body can explain the steps.
    Thanks
    Kala

    Hi sasi kala,
               Ofcourse it possible by SHDO,
    Try like this..
    Goto SHD0 and enter ME23N in Transaction code field
    and then enter e.g. ZME23N in Transaciton variant filed then hit create button
    it will take you to the PO create screen.
    here you enter all the value and and create the PO.
    every popup screen hit enter
    and which ever value you want to defulat to the transaction
    those values you have to check the check box of
    W.content and output only
    then save. it will ask you the object where you wan to save
    if you want to migrate to another system then use the real package other wise use $TMP for each screen (until the popup goes away)
    and save it
    Then go back to main SHD0 screen and hit goto button and select create variant transaciton and create the tcode for this variant which can be used by user
    Regards
    Kiran

  • How to get rid fo emergency button on lock screen?

    Need to disable emergency button on lock screen. I do not like it when the police call me saying I made a false 911 call while I am working.
    Anyone figure out how to disable?
    Please help.
    Scott

    Hi and Welcome to the Community!
    This article may be partially on point:
    KB26459 How to prevent accidental emergency calls from a BlackBerry smartphone
    Many jurisdictions require that ability, and so it cannot be overridden.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to disable a button

    Hy Experts,
    I am a Basis guy and I want to know how to disable a button from any screen.
    Basically I have to Disable a button "Save as Completed" from the screen of t.code MIR7.
    Is there any way to hide it. If it is then please let me know, I will be thankful to you.

    Dear Aplesh,
    Check this:
    It will give you the description along with screen-shots.
    http://husnie.wordpress.com/
    Regards,
    Rakesh

  • Deactivati​ng On/off Button while in Screen-Loc​k

    Hi,
    Is it possible to deactivate the On/Off Button while the device is screen locked?
    A User have a problem that he puts his Blackberry in his pockets and it could be that the on/off Button gets accidentally pushed for some seconds and the Blackberry turns itself off.
    Now he wants to disable the button while in screen lock. Is it possible?
    Many thanks

    it is possible when using a holster or a pocket with a sleeper magnet in it
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • IPhone 6 photo stuck in thumbnail preview on camera screen

    I took a photo today and it's got itself stuck in the small preview on the camera screen. It doesn't show in any album and when I touch the photo it goes to the previous photo I took. I have tried everything including taking a new photo and deleting it but this one photo is just stuck in the little mini preview screen.
    Anyone else had this problem and know how to fix it?
    I am using iOS 8.02

    Greetings dpjrichards,
    After reading your post, it sounds like you are experiencing an error with the Camera app on your iPhone. You may want to consider restarting the device first, and then resetting if that does not work. This article provides detailed instructions for Restarting, and Reseting:
    Turn your iOS device off and on (restart) and reset
    How to restart
    Press and hold the Sleep/Wake button on the top of your device until the red slider appears. Then drag the slider to turn your device completely off.
    After the device turns off, press and hold the Sleep/Wake button again until you see the Apple logo.
    How to reset
    You should reset your device as a last resort and only if you can't restart it.
    To reset, press and hold both the Sleep/Wake and Home buttons for at least 10 seconds, until you see the Apple logo.
    Thank you for contributing to Apple Support Communities,
    BobbyD

  • I am trying to switch from video to camera and when I push on the photo button, it remains on video.  I've tried turning it on and off, but that doesn't help.

    I am trying to switch from video to camera and when I push on the photo button, it remains on video.  I've tried turning it on and off, but that doesn't help.  Any suggestions?

    Tapping the words don't work in iOS 7. Just swipe up or down anywhere on the screen until the mode that you want to use appears in yellow type on the right side. Yellow type indicates the selected mode.
    Remember - swipe up or down to get to the mode that you want to use.

Maybe you are looking for

  • Adding new row to the reports list page

    How can I add a new report row in the reports list of the reports tab. Ex: a new row to the report "users by Date of Join report" is to be added How can we add Please help me out in this

  • Apple just disabled my Apple ID that has a valid credit card and $13.44 store credit. How can they do that?

    Up to yesterday I was using my Apple ID on itunes and the app store. I have a valid credit card on file and $13.44USD store credit. Prior to 28th September 2012 I had $40.42USD store credit on my account. On the 28th September 2012, I subscribed to i

  • Production database Alert log Message

    Hi, I am using oracle 10gR1 on windows.Recently i have created a physical standby database (sid=smtm) and production database (sid=mtm).My production alter log file dispaly some thing like please suggest my what it shows. Mon Mar 02 00:18:31 2009 Pri

  • Java.sql.SQLException: Invalid precision value. Cannot be less than zero

    Hi, In my portlet application have several jsf tables which bind to several oracle tables. I have tested the portlet in pluto and tried to deploy it on liferay. However, I get an exception stating: java.sql.SQLException: Invalid precision value. Cann

  • Sync Proxy alerting in SAP

    Hi, I have a scenario as follows: SAP sender sync proxy -> PI -> JDBC (action = update_insert) The JDBC receiver adapter will send back the number of records updated or inserted. My question is how to raise an alert in SAP based on the response from