Screen Reader Problem

I can't turn the screen reader feature off. The touch screen on my Z10 doesn't work while it's on. I have to back up and reinstall every thing every time it comes on, which happens a lot. Please help me disable the app; I'm desperate. At present, I hate my BB Z10 because of this app. Thank you.

Hello ! Martin_Sw,
I hope this links solved your inconvenient:
Turn on or turn off the BlackBerry Screen Reader
http://docs.blackberry.com/en/smartphone_users/deliverables/55621/mar1370978675708.jsp
BlackBerry Screen Reader gestures
http://docs.blackberry.com/en/smartphone_users/deliverables/55574/mar1371227723667.jsp
BlackBerry Screen Reader settings
http://docs.blackberry.com/en/smartphone_users/deliverables/55574/mar1375284543283.jsp
Thank You.
If it helped you, click like.
If my response has helped you, please click "Options" beside my post and mark it as solved.
Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.
Good luck and let us know!

Similar Messages

  • ITextRangeProvider.Move constantly called by screen reader when at end of line.

    I am currently implementing ITextRangeProvider and ITextRange interfaces to allow screen readers
    to gather information from a custom RichText control.
    I am currently having a problem with the JAWS screen reader. 
    When I navigate to the end or beginning of line using the right or left arrow keys JAWS will constantly call ITextRangeProvider.Move in an endless loop. This also blocks the ability to move the caret with the right and left arrow keys. 
    My application appears frozen. This does not happen with the built-in Narrator screen reader.
    When I navigate via the right and left arrow keys on a line of text (without reaching the beginning
    or end of line) the following trace output is generated (The result of right arrowing to the period character “.”:
    int ITextRangeProvider.CompareEndpoints
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.MoveEndpointByRange
    int ITextRangeProvider.CompareEndpoints
    int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit
    unit=Character, int count=1)
    string ITextRangeProvider.GetText(int maxLength=1)
    string ITextRangeProvider.GetText selectedText.Length=1 selectedText="."
    This output repeats 12 times in a row before it stops. 
    Also, when I move the caret my caret location changed handler calls:
    This.radRichTextBoxAutomationPeer.RaiseAutomationEvent(AutomationEvents.TextPatternOnTextSelectionChanged);
    In my Visual Studio output window I see the following:
    RaiseSelectionChanged='ScreenReaderIntegration.TextProvider.RaiseSelectionChanged()' is
    a 'method', which is not valid in the given context
    The repeated trace output for each character and the "method not valid in given context"
    message are consistent for every character right or left arrow navigation except when I right arrow past the last character (in this case the “.”). 
    When I right arrow past the period the lockup and blocked cursor movement happens, the following trace output is generated 7 times:
    int ITextRangeProvider.CompareEndpoints
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.MoveEndpointByRange
    int ITextRangeProvider.CompareEndpoints
    int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit
    unit=Character, int count=1)
    string ITextRangeProvider.GetText(int maxLength=1)
    string ITextRangeProvider.GetText selectedText.Length=2 selectedText="\r\n"
    Then the following trace output happens once:
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.ExpandToEnclosingUnit(TextUnit unit=Format)
    void ITextRangeProvider.MoveEndpointByRange
    int ITextRangeProvider.CompareEndpoints
    string ITextRangeProvider.GetText(int maxLength=-1)
    string ITextRangeProvider.GetText selectedText.Length=0 selectedText=""
    Then the following trace output happens in an endless loop while I can no longer move the caret:
    ITextRangeProvider.Move unit=Format count=1
    int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit
    unit=Format, int count=1)
    int ITextRangeProvider.CompareEndpoints
    string ITextRangeProvider.GetText(int maxLength=-1)
    string ITextRangeProvider.GetText selectedText.Length=0 selectedText=""
    Is this a JAWS screen reader problem because Narrator does not show the same behavior?
    Or, is this a problem with my interface implementation and are there any suggestions as to how
    to proceed to solve this problem?

    I am currently implementing ITextRangeProvider and ITextRange interfaces to allow screen readers
    to gather information from a custom RichText control.
    I am currently having a problem with the JAWS screen reader. 
    When I navigate to the end or beginning of line using the right or left arrow keys JAWS will constantly call ITextRangeProvider.Move in an endless loop. This also blocks the ability to move the caret with the right and left arrow keys. 
    My application appears frozen. This does not happen with the built-in Narrator screen reader.
    When I navigate via the right and left arrow keys on a line of text (without reaching the beginning
    or end of line) the following trace output is generated (The result of right arrowing to the period character “.”:
    int ITextRangeProvider.CompareEndpoints
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.MoveEndpointByRange
    int ITextRangeProvider.CompareEndpoints
    int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit
    unit=Character, int count=1)
    string ITextRangeProvider.GetText(int maxLength=1)
    string ITextRangeProvider.GetText selectedText.Length=1 selectedText="."
    This output repeats 12 times in a row before it stops. 
    Also, when I move the caret my caret location changed handler calls:
    This.radRichTextBoxAutomationPeer.RaiseAutomationEvent(AutomationEvents.TextPatternOnTextSelectionChanged);
    In my Visual Studio output window I see the following:
    RaiseSelectionChanged='ScreenReaderIntegration.TextProvider.RaiseSelectionChanged()' is
    a 'method', which is not valid in the given context
    The repeated trace output for each character and the "method not valid in given context"
    message are consistent for every character right or left arrow navigation except when I right arrow past the last character (in this case the “.”). 
    When I right arrow past the period the lockup and blocked cursor movement happens, the following trace output is generated 7 times:
    int ITextRangeProvider.CompareEndpoints
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.MoveEndpointByRange
    int ITextRangeProvider.CompareEndpoints
    int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit
    unit=Character, int count=1)
    string ITextRangeProvider.GetText(int maxLength=1)
    string ITextRangeProvider.GetText selectedText.Length=2 selectedText="\r\n"
    Then the following trace output happens once:
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.ExpandToEnclosingUnit(TextUnit unit=Format)
    void ITextRangeProvider.MoveEndpointByRange
    int ITextRangeProvider.CompareEndpoints
    string ITextRangeProvider.GetText(int maxLength=-1)
    string ITextRangeProvider.GetText selectedText.Length=0 selectedText=""
    Then the following trace output happens in an endless loop while I can no longer move the caret:
    ITextRangeProvider.Move unit=Format count=1
    int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit
    unit=Format, int count=1)
    int ITextRangeProvider.CompareEndpoints
    string ITextRangeProvider.GetText(int maxLength=-1)
    string ITextRangeProvider.GetText selectedText.Length=0 selectedText=""
    Is this a JAWS screen reader problem because Narrator does not show the same behavior?
    Or, is this a problem with my interface implementation and are there any suggestions as to how
    to proceed to solve this problem?

  • Automatic page updates causing problems with your screen reader? this kind of message come when i access yahoo mail.yahoo mail page not come properly.

    Automatic page updates causing problems with your screen reader? this kind of message come when i access yahoo mail.yahoo mail page not come properly.i can't chat,compose mail nothing accessing.

    Try Refresh Blocker: https://addons.mozilla.org/firefox/addon/992

  • Screen reader vowels problem in italian language

    I bought a curve 9320 for my daughter, blind from birth. The phone with the screen reader in Italian language are really fantastic. Unfortunately, while entering text, the screen reader emits an echo only for the consonants, not for the vowels. This is a problem for use. Does anyone have suggestions?

    have a look @ this support article.
    JGG

  • Automatic page updates causing problems with your screen reader

    i want to know whats going on with this Automatic page updates causing problems with your screen reader and yahoo does not work and in order for me to even email you for this question i have to use internet exp I have found this complaint many times in the forum but with no real answer how to fix the dang thing will you please tell us what your doing about this problem and or do we have to go back to using internet exp there are more sights than yahoo that no longer work with mozilla please let us no what is bieng done about this problem if any thing
    == URL of affected sites ==
    http://
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SearchToolbar 1.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; eMusic DLM/4; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; InfoPath.3; .NET4.0C; AskTB5.8)

    Try Refresh Blocker: https://addons.mozilla.org/firefox/addon/992

  • Firefox is no longer compatible with a screen reader programs why?

    Firefox 4.0 is no longer compatible with screen reader programs such as zoom text. I'm a visually impaired user and have never had problems until now. I want to revert back to 3.5 because now 4.0 is useless to me. If it isn't broken don't fix it. Mozilla just made things worse for me. Thanks a lot.

    Your screen reader is no longer compatible because it's author has not updated it for FF4
    Credit Tony E
    To downgrade to Firefox 3.6 first uninstall Firefox 4, but do not select the option to "Remove my Firefox personal data". If you select that option it will delete your bookmarks, passwords and other user data. See https://support.mozilla.com/kb/Uninstalling+Firefox
    You can then install the latest version of Firefox 3.6 available from http://www.mozilla.com/en-US/firefox/all-older.html - it will automatically use
    your current bookmarks, passwords etc.
    To avoid possible problems with downgrading, I recommend going to your profile folder and deleting the following files if they exist - extensions.cache, extensions.rdf, extensions.ini, extensions.sqlite and localstore.rdf. Deleting these files will force Firefox to rebuild the list of
    installed extensions, checking their compatibility, and reset toolbar customizations.
    For details of how to find your profile folder see https://support.mozilla.com/kb/Profiles

  • Mac Pro 2007 with Nvidia 8800GT screen redraw problems on Mac OS 10.5.2

    I seem to be having a slight screen redraw problem. Such as when grabbing the browser window and moving up and down it seems the redraw can't keep up,also seems problematic when watching flash or other video online. It does it in the finder too for windows listings or in icon view there is a fluttering or flashing back and forth, kind of like a white super split second flash when dragging the window box smaller or larger not as bad as when making smaller. Hard to describe but my original Ge-force that I pulled was not having these characteristics. I figure that the drivers need tweaking. In windows I am not getting these results. I have newer boot camp installed as well as the leopard graphics update done so I am trying to see if others are having a slight problem or maybe it is me.
    Also I make certain it is not heat related as I monitor that and it does not matter at what temp it is.

    Here's another similar experience -- and my solution.
    I bought a Quad-core 2.8GHz (8GB RAM) Mac Pro in May and got the "better" Nvidia 8800GT. I thought I was happy, but there were redraw issues after sleeping and a display "roughness" I found annoying. Upgrading to OSX 10.5.4 didn't help.
    I found it to be mostly absent on startup, but sleeping the Mac would bring it on. I.e., after sleep, the relatiionship between the 8800GT would be different than before. when I logged out and in again, the problem woud vanish. No what I expect from a "superior" graphics card. I ascribed it to funky drivers from Apple.
    The store I bought the Mac from offered to swap for my suggestion of an ATI HD 3870, so I went for it about a week ago.
    This card is far smoother than the 8800GT and just as fast in rendering benchmerks for graphics. (I'm not a gamer.) I am a happy camper! There is no stuttering, oddball redraw, or jerkiness as there had been with the 8800. It's perfect! Never mind that it may be 5% slower for gamers, it feels faster for my use.
    BUT NOTE: As I now see from reading several forums, I wasn't alone is getting a screaming-Mimi at first! The first 3870 ran at nearly full fan speed at power-up. The speed changed a little with resolution changes on my big Mitsubishi CRT monitor, and actually stopped when I switched to 1080x1920 @ 72Hz! Then the fan would start and quit, start and quit randomly -- convincing me it was defective.
    I returned this RED-shrouded unit and the store replaced it, this time with (randomly) a BLUE-shrouded unit. (Slightly lower serial.)
    Bottom Line: This replacement 3870 is quiet as a mouse! Fan runs near-silently at startup and after hours of regular use in a 75ºF room. I get the distinct feeling that a bunch of cards with wonky fan controllers were built, and some of us got 'em.
    Bad News: The ATI HD 3870 does NOT support multiple refresh rates under Windows XP-SP2 booting the Mac Pro, with or without Boot Camp drivers installed. No version of the ATI drivers fixes this, and ATI does not officially support Boot Camp yet. You can choose a resolution okay, but you're stuck at 60Hz refresh -- a pain for those of us who hate 60Hz flicker. (I like 100Hz refresh.)

  • My illustrator CS6 is having screen viewing problems. Everything is blurry

    My illustrator CS6 is having screen viewing problems. Everything is blurry

    All files look almost as if they are in a draft mode. Doesn't matter witch file I open they all look the same. but very thing is printing out fine. Also I tried creating a test user and down loaded the trial version and it works fine.

  • HT1766 The screen shows problems with iCloud only choices are ignore or settings, however nothing I do will unlock it from this screen, cannot power off keeps that bubble on the screen. What do I do?

    The screen shows problems with iCloud only choices are ignore or settings, however nothing I do will unlock it from this screen, cannot power off keeps that bubble on the screen. What do I do?

    Try this now.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • Has anyone else had a screen separation problem with the ipad?

    Has anyone else had a screen separation problem with the ipad?

    Does it really matter whether anyone else has? If you have, that's a problem for you whether or not anyone else has experienced the same issue. Call Apple tech support or take the iPad to an Apple Store, if there's one in your area, and they'll replace the iPad unless it's determined that the problem was caused by some sort of accident rather than a factory defect.
    Regards.

  • Q10 Screen Sizing Problem in Blackberry 10.3

    Has anyone else noticed that there seems to be a screen sizing problem in Blackberry 10.3.
    When you wake the screeen with a gesture or pull the handset from the Q10 pocket, the screen that it "wakes" up to is enlarged, requiring the user to use the finger gestures to shrink it down to regular size.
    Or have I just not mastered 10.3 yet?
    Rgds
    E.T.
    Solved!
    Go to Solution.

    Hi Folks,
    I've sussed this one out!
    It is not a problem with the screen resolution or the software update, I had within the accessibility settings the "Magnify Mode" enabled.
    Disable this and the screen behaves perfectly..........
    False Alarm. Sorry!
    Revert to Defcon 5...........   :-)

  • To Resolve Screen Resolution Problem

    Hi
    How to resolve screen resolution problem in BDC Session Method. can't we use ctu_params?
    Thanx & Regards
    venkat

    Hi Venkat,
    Yes, you can use ctu_params.
    This is for Default screen size for CALL TRANSACTION. It signifies the screen size will be constant irrespective of the screen resolution(which can vary for different user). The importance of this lies in programs(module pool) that contain table controls. With default screen size we can control the no of rows in the table control which otherwise may vary depending on the screen resolution.
    DEFSIZE is the Selection as to whether the screens of the called transaction are displayed in the standard screen size. Values "X" (standard size), " " (current size).
    sample.
    data : x_ctu_params type ctu_params.
    To have default screen size, mode and update
      x_ctu_params-defsize = 'X'.
      x_ctu_params-dismode = 'X'.
      x_ctu_params-updmode = 'X'.
    call transaction tscode using  bdcdata
                              options from x_ctu_params
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • How to show tree context menu in screen reader mode

    Hi, experts
    I want to know is there a way to show context menu of a tree in screen reader mode. Or is there some way to get access to the actions in the context menu?
    We added actions such as "refresh", "delete" into the context menu. But in screen reader mode, I can't find a way to access them.
    Regards,
    Chris

    Hi François! Thanks you for your answer.
    I tried to do it, but didn't work, I couldn't reach the events NODE_CONTEXT_MENU_REQUEST and ITEM_CONTEXT_MENU_REQUEST I my implementation class.
    I found a example transaction to this problem (SMARTFORMS) I will debug it and try to found the solution.
    Thanks again.

  • Installing sharepoint 2013 with a screen reader

    hi. tried to install sharepoint 2013 with a screen reader. but when i click on the install . using jaws for windows from htttp://www.freedomscientific.com. and it does not report the status of install. so is there a more screen reader frendly
    installer or do things using the command prompt. can any one help. marvin.
    http://startrekcafe.stevesdomain.net http://groups.yahoo.com/groups/JawsOz

    hi. well. looked at the article. but have windows 7 pro 32 bit. and now. the installer runs in the web page. but where can i find the actual files to install. running a 32 bit windows 7 pro. on a toshiba laptop. got visual studio 2013, sql server, sql
    compact ce 3.0. can any one help me out. is there a script to automatically install sharepoint foundation 2013. when i try to create a sharepoint empty project in visual studio 2013 ultimate. get a message saying sharepoint foundation 2013 or sharepoint server
    2013. not installed. the web installer, is not very screen reader friendly. i run the share point ex file, set it as adminstrator. click yes to the uac. then it extracts the files. but cannot seem to find them in program files. unless they are in program data.
    so. i need a script, that has a more freindly web installer or can install sharepoint foundation 2013 32 bit. can any one help. just totally frustrated. when i click on the install prerequsites . alt i, i hear nothing, just goes back to that link. so i have
    no idea. and tried three screen readers, jaws http://www.freedomscientific.com. nvda (non visual design access) http://www.nvaccess.org and tried windows narrator. does not tell me when it is installing it. that is the major problem. so. i do not know if it 
    is installing. can any one help. microsoft has not done a very good job of the installer interface for this product. unless, there is a windows installer off line installer. can any one help. just totally frustrated. when i was installing visual studio 2013
    ultimate. at least i had the check box, and use x to go to the check box, with jaws, and has built in short cut keys for web applications. then pressed the space bar to say i agree with micrsofot. bla bla bla, read that agreement a few times. make sure that
    all the products are selected. tab to the install button. well wait about 40 minutes to an hour, then it tells me all components have been installed. restart your computer. which i do. at least that is sort of accessible. this sharepoint 2013 foundation installer.
    is just totally inaccessible. so is there a off line standa line windows installer for 32 bit. marvin.
    http://startrekcafe.stevesdomain.net http://groups.yahoo.com/groups/JawsOz

  • Screen Reader Tech responsiveness in Adobe Pro vs. Adobe Reader

    I created a custom form using LiveCycle ES2. I am testing the usability of the form in conjunction with Screen Reader Technology (specifically NVDA) in Adobe Professional 9 and Adobe Reader X. The text fields that are read aloud by the Screen Reader while using Adobe Pro, are NOT read aloud while viewing the form in Adobe Reader. Is there a specific solution/adjustment/edit to solve this problem, or is this simply a limitation to using Adobe Reader with Screen Reader Technology?

    Have you sent up the screen reader in Reader?
    http://help.adobe.com/en_US/reader/using/WS4bebcd66a74275c3-7d28390112a81b3ebff-8000.html

Maybe you are looking for

  • Cant copy to system clipboard

    Hi  - And thanks for reading this post. Web Premium CS4 /Win XP SP3 2GB RAM etc etc... I am stuck ! . I am no longer able to copy to the windows clipboard from PS. I can copy some text from a PS document and paste it into another PS document, but I c

  • Spry Tabbed Panels: Issue in Safar 4

    I am having an issue with Spry Tabbed Panels that only seems to happen in Safari 4. I am using Spry Tabbed Panels 1.4 through Dreamweaver CS3. The tab panel still works great. Now, though, when you select a tab, it put a blue link border around the t

  • INvoice realted

    There are two senarios Senario 1 The user enter a purchase order for an item and tax has been placed on that item. When the vendor invoice is received the vendor did not include tax but we know that we need to accrue that tax and pay it later. We nee

  • Best Practices regarding AIA and CDP extensions

    Based on the guide "AD CS Step by Step Guide: Two Tier PKI Hierarchy Deployment", I'll have both internal and external users (with a CDP in the DMZ) so I have a few questions regarding the configuration of AIA/CDP. From here: http://technet.microsoft

  • Missing InDesign plug-ins after installing on new machine running WIN 7

    After installing Adobe InDesign CS3 (version 5.0) on a new computer running Windows 7 Professional, InDesign cannot open a file I created 30 days ago on a machine running the same version of InDesign and Windows XP Professional.  I repeat, there have