Can't detect control-a

Is there any way to detect when control-a or control-c is
pressed (that is, hold down control key, press A key). The
following code to detect a control-7 works fine:
function myOnKeyDown() {
// 55 is key code for 7
if (Key.isDown(Key.CONTROL) && Key.getCode() == 55)
Selection.setFocus(my_btn);
my_btn.onPress();
but if you change it to "== 65", it never fires. I've also
found if I collect and log all keystrokes with an onKeyDown
listener, the control keys (code 17) always register, but the
following letter never does.
Help! Thanks!
David
p.s. no, I don't think this is a Disable Keyboard Shortcuts
issue. The same problem occurs whether I'm in the flash environment
or in a browser.

David Fostor wrote:
> Is there any way to detect when control-a or control-c
is pressed (that is,
> hold down control key, press A key). The following code
to detect a control-7
> works fine:
>
> function myOnKeyDown() {
> // 55 is key code for 7
> if (Key.isDown(Key.CONTROL) && Key.getCode() ==
55) {
> Selection.setFocus(my_btn);
> my_btn.onPress();
> }
> }
>
> but if you change it to "== 65", it never fires. I've
also found if I collect
> and log all keystrokes with an onKeyDown listener, the
control keys (code 17)
> always register, but the following letter never does.
>
> Help! Thanks!
>
> David
>
>
> p.s. no, I don't think this is a Disable Keyboard
Shortcuts issue. The same
> problem occurs whether I'm in the flash environment or
in a browser.
>
The problem could be that you use THE MOST standard short
cuts which in every application
there is out there, are use for Select All and Copy. Perhaps
the program simply has priority
when comes to these key and you can't force it to overwrite
these preferences.
I had a client while back who needed software simulation and
all the function key to work,
like F1 etc... We did manage to fix that on one machine but
whoever else run that, F1 would
bring Help files, if not browser than windows so you could
get it to work on some machine but
not all. Perhaps new set of key combo you could consider.
Regards
Urami
Happy New Year guys - all the best there is in the 2006 :)
<urami>
http://www.Flashfugitive.com
</urami>
<web junk free>
http://www.firefox.com
</web junk free>

Similar Messages

  • Silverlight 5 WebBrowser Control - Is the SL5 WebBrowser control is set to work in IE7 mode only? I have a 3rd party web site i'm hosting and now they will not work with IE 7 Compatibility mode. Looks like this control can't detect I'm setup for IE 9.

    Silverlight 5 WebBrowser Control - Is the SL5 WebBrowser control is set to work in IE7 mode only? I have a 3rd party web site I'm hosting and now they will not work with IE 7 Compatibility mode. Looks like this control can't detect I'm setup for IE 9. I'm
    running IE 11 with registry hack for IE 9. I think the SL5 webbrowser control is set to work only in IE 7. can some one verify this or tell me how to set the WebBrowser control up to run either IE8, 9, 10 or 11? I have same issue with machines running IE 8
    and above. This Silverlight 5 application is running out of browser with the elevated privileges (hack) and at test certificates install in proper stores. This application has been running for 2.5 years. Vender switch on some changes a couple days ago that
    broke this application. Help!!

    Hi,
    It seems there is nothing to do with IE mode.
    Please make sure your link still can be accessed.
    The WebBrowser displays HTML content in applications running in a Silverlight 4 or later out-of-browser applications or in Silverlight 5 in-browser trusted applications only.
    For more infromation,please check link below:
    http://msdn.microsoft.com/en-us/library/system.windows.controls.webbrowser(v=vs.95).aspx
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to detect control-mo​useclick event

    I'm trying to make the Z-scale max property of an Intensity graph more flexible to modify from the front panel.  In the attached VI, I use an increment/decrement control and just detect a value change event (ignoring the value of the control).  This works fine, although it is a bit of a kludge.
    I'd like to make it more functional though.  My main question is the following:  How can I detect a "control-mouseclick" event?  I plan to use this event to change the Intensity Graph max by a factor rather than by an additive value.
    A second small question:  On the numeric control, is there a way I can get rid of the displayed number whitespace and leave only the increment/decrement buttons?
    Thanks,
    Allan
    Solved!
    Go to Solution.
    Attachments:
    intensity graph scale.vi ‏16 KB
    intensity graph control.jpg ‏21 KB

    tbob,
    Thanks.  Your suggesetion solves my original problem, but it creates another.  With the platmods "ctrl" boolean hooked to a case statement, I can choose between those "ctrl click" and "regular click" cases.  However, with the "mouse down" event, I can't tell if the increment or decrement button was pressed.
    I guess one solution is to replace a single inc/dec control with two booleans controls (increase and decrease) and to have two separate events .  Problem with that is that I'm really piling up event cases, because I'll need several copies of this type of control on my front panel.
    Can you suggest any way to have both inc/dec button and ctrl-mouse functionality?  Maybe there is a way to combine the "value change" and "mouse down" events?
    Allan

  • Skype can't detect sound card

    Skype was working just fine previously when making a video call (could hear the other person well - no problems.) Then I stopped using the monitor stereo speakers and installed desktop speakers.
    Wasn't happy with them and uninstalled them about a day or two later. When I tried to make a video call again (after choosing monitor speakers again under the pc control panel - sounds and audio devices, also tried to choose monitor stereo speakers in Skype but didn't see this option) - there was no sound - even on the Skype test.
    So I tried "check settings" and saw under speaker - "can't detect your sound card". Under adjust speaker settings there's no speaker suggestions at all - it just says none.
    I also cancelled the speaker setting on SoundMAX digital integrated audio under the control panel.
    I have rebooted the system but still the same problem!

    I'v sorted out the problem. Sorry for the inconvenience!

  • JMF-based applet can not detect audio devices on Vista (?)

    Hi,
    As many people reported, I encountered the same issue - CaptureDeviceManager.getDeviceList does not detect any audio device on IE/Vista.
    Here is my testing environment:
    HP XW4600, RealTek HD Audio onboard sound card,
    Vista SP1 (Business, Home Premium, and Vista64)
    JRE1.5.0_16, JMF2.1.1e
    A recording Applet runs in IE7 (which works fine on XP and its Java application version always works fine on Vista)
    I have tried a number of things without success:
    1)Use different audio formats as the input parameter for getDeviceList
    2)Try CaptureDeviceManager.getDevice(new String("DirectSoundCapture"))
    3)CaptureDeviceInfo info = new CaptureDeviceInfo(com.sun.media.protocol.dsound.DataSource.NAME,new MediaLocator("dsound://"),null);
    4) Vector devices = (Vector) CaptureDeviceManager.getDeviceList(null).clone();
    5)Uncheck UAC(Vista User Access Control)
    6)Set IE settings least restrictive
    7)Try signed or unsigned recording Applet
    8)Pack the recording Applet to a jar and deploy to JRE\lib\ext
    9)Run JMFInit and copy the files in JMF\Lib to System32 folder
    On a few occasions, audio devices can be detected. For examples,
    10)Upgrading an HP XW4200 (XP machine with AC�97 codecs driver) to Vista,
    11)1/5 chance on the machines with both Sun JRE and MS Java SDK installed.
    12)Trying Item # 9. it worked once on one machine, but after rebuilding the machine, the same trick does not play.
    I am wondering if there is a way to let JMF-based applets detect audio devices on Vista or this is an inherent problem with JMF, IE and Vista.
    I would appreciate it very much if you�d kindly offer any help and suggestions.
    -Belfield

    >
    As many people reported, I encountered the same issue - CaptureDeviceManager.getDeviceList does not detect any audio device on IE/Vista.>(..in an applet)
    >
    I would appreciate it very much if you'd kindly offer any help and suggestions. >I suspect the basic problem here, is the installer that defaults to preventing the applet access to record sound (I am guessing that would 'spill over' into web-cam permissions). A quick test of that is to try the same code as an application.
    If the application works, one possible fix is to launch the application using webstart. Webstart will work from a web page, and offers many other advantages over a standard applet.

  • I would like to detect all the keyboard key is okay, but not every key can be detected by using LabVIEW example, keyboard keycode

    I would like to detect all the keyboard key is okay, but not every key can be detected by LabVIEW example ( we can use 『basic input demo.vi』to detect normal key』.
    I want to detect some 『hot key』 for example some keys exist in the upper part like 『search key』、『e-mail key』、『volumn control key』...etc. They are very often to be watched in some new keyboards, but we still don't know how to detect if their functions are okay.
    Can we detect signals of these 『hot key』 in LabVIEW? We can apply these hot key's functions in XP, so we should detect their signal, I think, but I can't do it.
    I serach some information about this question, and somebody said we can detect hot key's signal by grabing 『keybode』 these hot key feedback. But I don't know how to do these. I can't use VC. So anyone can give me a LabVIEW VI to grab keycode? Or any other solution we can detect all the key on the keyboard, including hot keys?
    Thanks!
    Regards,

    Maybe that is the limitation of Acquire Input Data.vi.The vi can't identify the Unformal key.
    You can try to use Event structure and set to listen "key down" event.
    There are two terminals VKey, ScanCode will sent out the information when you press key.
    There are two pictures in attached file, 2.jpg will show you the detail.
    Good luck.
    Attachments:
    SpecialKey.zip ‏17 KB

  • Ovi Suite can't detect my device

    I have to connect my C6 to Ovi Suite but why is it that Ovi can't detect it? I connected my phone by the use of both USB and Bluetooth, and both won't work. Help please :-( Thanks!

    Hi qwertyuiop1,
    I had this issue as well, but I performed a repair of Nokia Connectivity cable driver and then it started working fine.
    1. Disconnect your phone from PC if connected.
    2 .Open Control Panel and go to ‘Programs and Features’
    3. From the list of available programs, choose ‘Nokia Connectivity Cable Driver’
    4. Click on the ‘Change’ button on top toolbar.
    5. In the setup dialog box that pops up next, choose ‘Repair’ and select ok. Wait for setup to complete.
    6. Restart the computer if prompted.
    7. Now connect your phone to the PC. Driver installation should complete and Ovi suite (hopefully) should detect your mobile properly now.
    Cheers
    Show appreciation by clicking the kudos star :-), or gesture by typing thanks

  • Can not detect wireless card

    WRE54G / Win XP SR2
    My laptop and PDA can connect to the network wirelessly with no problems.
    Trying to connect my WRE54G to my network. On every attempt at AutoConfigure nothing happens. Have disabled router security and 'SPI Firewall' (whatever that is). Still nothing. Have disabled router security and 'SPI Firewall' (whatever that is), and McAfee Firewall. Still nothing. I have moved the WRE54G to within ~4 feet of the router and tried everything again. Still nothing.
    I have tried Setup but when I hit 'Next' I get the popup "Can not detect wireless card."
    Have tried a reset and have unplugged/replugged the WRE54G. FWIW, the WRE54G 'Link' light blinks blue once for about a second and turns a constant red. The 'Activity' light blinks blue twice quickly about every 5 seconds. Nothing on my PC shows any response.
    What is the wireless card that can't be found? The WRE54G?
    How do I resolve this?
    33#44

    this worked for me too.  Although I was never able to use the cisco install wizard successfully.  I am using WEP security on my access point.  I took the following steps.
    1.  From laptop, connect to network wirelessly with WEP security settings in place
    2.  From laptop, open browser, go to: 192.168.1.1, select wireless security, disable wireless security
    3.  From Range Extender, hold auto-configure button.  It took me multiple attempts (~5) and it connected so the 'Link' light changed from red to a consistent blue.
    4.  From laptop, disable security for the access point (via control panel, wireless network connection settings)
    5.  From laptop, connect to wireless access point (via control panel, wireless network connection settings).  test internet connection.  Internet should work.
    6.  From laptop, access range extender web utility.  open browser, got to 192.168.1.240, enable security, input desired WEP security settings/passphrase. 
    7.  From laptop, enable wireless security for the access point.  from browser, go to 192.168.1.1, select wireless security and enable it.  use the same settings from step 6 (from the range extender).
    8.  From laptop, update wireless adapter settings to connect using the same security settings (eg. passphrase) from step 6/7.
    range extender, access point and wireless adapter/laptop should all be connected.

  • Win7 on dv6t can't detect Toshiba projector

    I have a Pavilion dv6t-2100 (WH770AV) running Win7 Pro 64-bit, trying to detect a Toshiba TDP-T9 projector.  When I first connected it, it worked perfectly as I previewed a presentation.  Then I moved the laptop and projector to another room, and now the laptop "can't detect projector" no matter what I do.
    When I connect the VGA cable between the laptop and the projector, I hear the tones of connection from the laptop, but the laptop screen goes black (no matter which setting laptop is on -- (computer only, duplicate, extend, projector only) -- and eventually I get the message "can't detect projector".  The projector continues to cycle looking for input, and cannot find anything.
    I am considering getting a new driver for the NVIDIA GeForce GT 320 on the dv6t, but won't until I hear if others have had this problem and have resolved it.
    Thanks!

    You should post your issue on the laptop forum.
    Does the NVIDIA Control Panel should see the second device? Look under setting up for dual monitors.  The keyboard also has a video display rotate key function (LCD, LCD off and both).
    You can also try a video driver update from the NVIDIA web site.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • T431s Can't Detect External Storage (Again)

    I'm back with the same issue. A couple weeks ago I had a problem with my external storage and I came here for support. Here is the previous thread. I "resolved" the issue by doing a system restore and didn't have the problem again until now. To summarize the issue...
    t431s can't detect external storage.
    Under device manager all devices end up under "Other devices". "The drivers for this device are not installed. (Code 28)"
    It isn't a problem with any one drive because I've tested the same devices of different manufacturers on two other computers.
    Attempting to download and install the drivers for each inidivdual device doesn't help.
    Other than regular updates from Windows and Lenovo's System Update tool, nothing has changed that I can notice. 
    I don't consider system restore a solution to the problem. Since the issue has resurfaced, I don't I want to get into a habit of restoring on a regular basis just to avoid this problem. Any other ideas? 

    Since the drives are being detected on other computers, it looks like the issue could be with the USB drivers on your computer. Here are a few steps that you can try to fix the issue:
    1. Connect the drive to your system.
    2. Go to device manager and confirm that they show up under 'Other devices'.
    3. Right click on the device and select 'Uninstall'
    4. Once it's gone from the device manager, disconnect the external drive.
    5. Open a Windows Explorer window (right-click on Start > Explore).
    6. In the address bar, type c:\windows\inf and press Enter. For Windows 7 type c:\windows\system32\driverstore and press Enter.
    7. Delete the file INFCACHE.1.
    8. If you get an error when trying to delete this file, try the following steps:
     a. Right-click on INFCACHE.1.
     b. Select Properties.
     c. Click on the Security tab.
     d. Click Edit to edit permissions.
     e. Click Add to add Group or User name.
     f. Click on the user name under which you are currently logged in.
     g. Click on the Full Control box in the lower permissions section, then click OK.
     h. Delete the file.
    9. Reboot and reconnect the drive. The file should be rebuilt, correcting the problem.
    If the issue persists, refer to this link:
    http://knowledge.seagate.com/articles/en_US/FAQ/20​5331en

  • Can you detect a method that will be 65535 bytes?

    There's a well-known problem with the JVM that a method cannot be greater than 65535 bytes. Obviously, most developers know better than to write such a large method by hand. However, as automatic source code generators become more popular, this method size limit is becoming a major headache.
    http://forum.java.sun.com/thread.jspa?forumID=37&threadID=171744
    http://forum.java.sun.com/thread.jspa?forumID=52&threadID=94978
    http://forum.java.sun.com/thread.jspa?threadID=483376&start=0&tstart=0
    http://forum.java.sun.com/thread.jspa?forumID=31&threadID=510932
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4309152
    Apparently the only workaround to this problem is to split such a large method into multiple smaller methods that don't exceed the size limit. Well, that sounds great, but how do you actually do this?
    For example, in an automatic source code generator, is it possible to detect if generated code would exceed this 65535 limit? Maybe it's impossible to tell ahead-of-time how big the Java compiler will make a method. If one could easily tell that a method would exceed the size limit, it would be easier to write a code generator.
    Any thoughts?

    Thank you, jschell, for your wonderully helpful
    posts. Your positive attitude is just what these
    forums need.
    As I said before, this generator is generating
    scientific code, the code has to be this long to
    solve the given problem. And since the JVM spec
    places a constraint on method length (and we all have
    our opinions about this, but while our opinions are
    interesting, they are irrelevant) I need to find a
    way to split the big method into multiple smaller
    ones. Many others have voiced the same frustration
    with this (do a search for "code length longer than
    65535 byes" in these forums).I was rather frustrated when I ran across the C code generator problem as well.
    >
    So this post is just an attempt to get ideas or see
    if someone else has faced this problem before. Your
    condescending posts are not only offensive, but they
    do absolutely nothing to help solve the problem.Your posts seemed to suggest, rather specifically, that you thought this was a problem with the JVM (and the spec.)
    I was pointing out that that is not the case.
    You also seemed to be asking for something that would only be useful to a code generator. And I also pointed out that someone who is writing a code generator, rather than just using one, can fix this problem by simply not allowing that to occur in the first place. Which is how I write my code generators.
    So are your writing a code generator? Then change it so it doesn't have this problem.
    Are you using a code generator? If so write a 'breaker'. It takes the output from the code generator and restructures the code into smaller pieces. By the way that is exactly what I did with the C problem that I mentioned.
    And those are the solutions.
    Please refrain from posting here again unless you
    u have something constructive to say. Thank you.If you wish to pay me money (negotiable of course) then I am more than willing to say anything you wish or not say anything as the case may be.
    Or you can post your problem to your own web site where you can have complete control over the content of all the answers.
    Other than that you are out of luck.

  • In alv report can i use control break events? if no .whay?

    Hi all,
    in alv report can i use control break events? if no .whay?

    hi,
    you can use control break statements in ALV report.
    for example: if one PO is having more than one line item, that time you need to display PO only once.

  • DVD-Audio and "can not detect sound blaster card" with Audigy2 Va

    I recently purchased an "Audigy2 Value" card from an eBay user, because I recently purchased some DVD-Audio discs. I downloaded the Audigy2 drivers from the website, and the Creative MediaSource player. 5. Surround sound worked fine for me, though sometimes the driver would reset to the default 2/2. sound and I would have to re-select 5. sound, which was annoying.
    Then I was completely unable to get the MediaSource player to recognise my DVD-Audio discs, and the EAX functionality of the player would never work. The EAX logo never appeared in the player. When I tried installing the MediaSource player from an install disc, I got the message "can not detect sound blaster card". Then I discovered the world of EEPROM problems.
    I followed advice from some other threads, including using ScanPCI to get information on the card, which yielded the following result.
    When installed on my machine (Asus A7A266 motherboard) the ScanPCI reads:
    Vendor 02h Creative Labs
    Device 0008h Unknown
    Command 0005h (I/O Access, BusMaster)
    Status 0290h (Has Capabilities List, Supports Back-To-Back Trans., Medium Timing)
    Revision 00h, Header Type 00h, Bus Latency 20h
    Self test 00h (Self test not supported)
    PCI Class Multimedia, type Audio
    Subsystem ID 0002h Unknown
    Subsystem Vendor 02h Creative Labs
    Address 0 is an I/O Port : 0000A800h
    System IRQ 5, INT# A
    New Capabilities List Information :
    Power Management Capabilities
    Supports power state D2
    Supports power state D
    Current Power State : D0 (Device fully-operational, no power saving)
    On another machine (specs unknown, it's a "house pc") I got this (with 3 entries!):
    Vendor 02h Creative Labs
    Device 0002h EMU0K Audio Chipset (SB Li've!)
    Command 0004h (BusMaster)
    Status 0290h (Has Capabilities List, Supports Back-To-Back Trans., Medium Timing)
    Revision 04h, Header Type 80h, Bus Latency 20h
    Self test 00h (Self test not supported)
    PCI Class Multimedia, type Audio
    Subsystem ID 002002h CT4850 SBLi've! Value
    Subsystem Vendor 02h Creative Labs
    Address 0 is an I/O Port : 00009000h
    New Capabilities List Information :
    Power Management Capabilities
    Current Power State : D0 (Device fully-operational, no power saving)
    Vendor 02h Creative Labs
    Device 7002h PCI Gameport Joystick
    Command 0004h (BusMaster)
    Status 0290h (Has Capabilities List, Supports Back-To-Back Trans., Medium Timing)
    Revision 0h, Header Type 80h, Bus Latency 20h
    Self test 00h (Self test not supported)
    PCI Class Input, type Other
    Subsystem ID 002002h PCI Gameport Joystick
    Subsystem Vendor 02h Creative Labs
    Address 0 is an I/O Port : 00008800h
    New Capabilities List Information :
    Power Management Capabilities
    Current Power State : D0 (Device fully-operational, no power saving)
    Vendor 02h Creative Labs
    Device 0008h Unknown
    Command 0004h (BusMaster)
    Status 0290h (Has Capabilities List, Supports Back-To-Back Trans., Medium Timing)
    Revision 00h, Header Type 00h, Bus Latency 20h
    Self test 00h (Self test not supported)
    PCI Class Multimedia, type Audio
    Subsystem ID 0002h PCI Gameport Joystick (Guess Only!)
    Subsystem Vendor 02h Creative Labs
    Address 0 is an I/O Port : 00008400h
    New Capabilities List Information :
    Power Management Capabilities
    Supports power state D2
    Supports power state D
    Current Power State : D0 (Device fully-operational, no power saving)
    (Just a note: above you can clearly see that it does not say I have an Audigy, it thinks it is a SBLi've. Is this normal? The card IS an Audigy 2, it says so on the card.)
    So, I put the card back on my own PC, thinking this has fixed my EEPROM, but I get the same as before. Subsystem ID 0002h. And of course the install software will not detect the card.
    I realise that I could go back to using the web drivers, but this still leaves me with MediaSource not recognising the card and not enabling DVD-Audio or EAX, which is why I bought the card in the first place!
    I have heard that the VIA chipset is possibly to blame for the EEPROM problems on the Audigy cards, and certainly it seems like it is not permanent, since it gave different information on the other PC. So now I am seriously considering getting a new motherboard.
    Do other motherboards cause this same problem? I don't want to buy another board and get the same trouble. All I want is to be able to install my MediaSource and have it recognise my card so I can listen to my DVD-Audio discs.
    Cheers,
    Russ.

    Figured out my problem. Installing the drivers from the web to begin with was a bad idea. They just did not work properly with the card.
    The "card not found" problem has gone as well, after installing it in another PC. I am also using the proper install disc now, as the other one I was using turned out to not be for the Audigy 2 value after all, but was an Audigy 2 install disc. That easily explains the "Card not found" error. The differing results from the ScanPCI program are still bizarre, though.
    Thanks to all of the people on the forum who posted information in other threads to help me deal with this issue. For now I am sticking with the original drivers from the disc and I am not upgrading.

  • Can we use control events in smartforms

    Hi all,
    I am srinivas. can we use control events in smartforms, I mean at new, at end of ..... if these are not used can you suggest me any alternative....
    Actually my requirement is like a classical report, for which I need to display subtotal and grand totals based on two fields....
    Please help me out in this issue as it is very urgent.
    <b><REMOVED BY MODERATOR></b>
    Thanks in advance....
    Regards,
    Sri...
    Message was edited by:
            Alvaro Tejada Galindo

    Hi Nick,
            Thanks for the reply... it is really very useful for me.
    As I discussed in my earlier mail regarding the output sequence, which should be in the below format.
                                           number       quantity uom      unitprice        amount curr
    plant
           material
                   date
                                             x                 y                    z                      A           
                                             e                 f                     g                      h
                                             p                 q                     r                      s
                   subtotal date..... 1                   2                    3                       4
                   subtotal  material.5                  6                    7                       8
    As you said when I using <b>event of Begin</b> its working fine. but while using the <b>event of end</b>,  I am specifying date and then matnr (sort) its taking(nodes are created mean first matnr and then date) in the reverse order and when I am taking matnr and date it is placing the events(nodes) in the right order but the order date is not triggering.
    can please tell me how to proceed here..
    waiting for your reply..
    Regards,
    Srinivas

  • APPLE/DEVS Read this! Windows 7 CAN'T detect the iPhone 5s but iTunes CAN detect it! WEIRD, huh?!..

    just a summary...
    i have a iphone 3G which i have been using for a long time and now i got an iphone 5s.. troubleshooting this kind of stuff is not new to me from computers to smartphones.. the internet has a vast majority of information and all you need to do is type in the right "KEYWORD".. i'm that kind of guy that looks for the answer before i try to look on it on my own.. i'm a DIY kind of guy as long as there is an instruction on how to do it..
    now, back to the topic..
    so i was trying to copy some of my pictures on my iphone 5s to my PC for backup purposes and to see the quality of the images but the portable device doesn't show up unlike my iphone 3G which is f***ing WEIRD.. been tinkering with this over the past 5 days since i have nothing to do and testing the new features of this phone but to no avail.. searched all over the internet but still none..
    so last night, i was really determined since i can't sleep and also connected my iphone 3G to my PC while the iphone 5s is connected.. so here is what shows up on my devices and printers and device manager..
    i can totally see the pics on my iphone 3G but not on my iphone 5s.. totally amazing.. good job apple!
    the picture under devices shows my iphone 3G and the other 2 on unspecified is my iphone 5s.. the iPhone under there is being used as my source of internet since this is tethered so i can have access and post this in here so that APPLE will know how f***ed up their SOFTWARE is is..
    so i downloaded itunes a couple of times, and i can't remember how many already, i think 5 times or more and then uninstalled all apple softwares (itunes, apple application support, apple mobile device support and etc as long as there is apple in it) and then reinstalled itunes but still none..
    so i went on device manager removed my iphone 3G and the only one that would show there is the Apple Mobile Device USB driver under USB controllers..
    and then i uninstalled the driver, looked for the driver myself by just it doesn't show up in here where you are directed to look for the driver and oh im using 64 bit just so everyone knows and i already found out that my system is using the usbaapl64.sys file in windows>system32>drivers..
    so last night i installed, reinstalled itunes and then suddenly my drive D: was gone and i received an error or a "!" on my drive and my drive is not being detected.
    Error: windows cannot start this hardware device because its configuration information (in the registry) is incomplete or damage. (code 19).
    i unstalled the driver in device manager and then scan hardware changes, updated the driver automatically and manually and it is saying that i have the latest hardware but i can't use my DVD drive with the error on it..
    so today i searched for that e-fing error and found this http://pcsupport.about.com/od/findbyerrormessage/a/code-19-error.htm
    "4. Uninstall Apple iTunes. While that may sound a little drastic, iTunes is the cause of enough Code 19 errors to make it into this troubleshooting.
    If removing iTunes works, you might try installing it again from scratch, which doesn't always reintroduce the problem. See How to Properly Reinstall a Software Program for general advice."
    so i then uninstalled my itunes, uninstalled my driver and then updated it and "walla!". i can see my DVD drive again. i am using iTunes64Setup v12.0.1.26 just so everyone knows and this setup can detect both my iphones and my iphone 5s is using the latest version which is iOS 8.1.2..
    after reinstallation of itunes my DVD drive can be seen and just  noticed how APPLE SOFTWARES are so ****** up.. CAUSING A LOT OF TROUBLE AND DAMAGES..
    so going back to the topic..
    i was able to find a way (AFTER HOW MANY HOURS of TROUBLESHOOTING) on how my iphone 5s was able to detect the portable device or should i say the images on my iphone 5s where the autoplay pops up and everything..
    so i went on device manager, uninstalled apple mobile device USB driver, disconnected my iphone 5s, UNLOCKED my iphone 5s, connected it to my PC, clicked on TRUST this PC, on my PC the sound for a USB being connected sounded, and at the bottom right, automatically installed the drivers and then the autoplay popped up with the matching PORTABLE DEVICES on COMPUTER where i can browse the internal storage and the pictures..
    so now i opened iTunes and BOOOM!
    iTunes doesn't detect my iphone 5s but i can browse on the images on my phone..
    so again i went to device manager, uninstalled the driver for apple iphone under portable devices, scanned for hardware changes, updated the driver manually by selecting drive C: so it would automatically find the correct drive..
    so now, my iphone can be detected by itunes but not on my COMPUTER.. see how ****** UP this is?!.. JEEEEEEEEEZ!!
    Now i finally found the SOLUTION on how to do this and vice versa.. UNTIL APPLE decides to FIX their SOFTWARE/DRIVER issues..
    if you want to scan or browse the images on your iphone 5s on your computer all you need to do is do this:
    [for those who don't know how to reach this part, here is a GUIDE on how to open this is: click on the device > click on update driver software > browse my computer for driver software > let me pick from a list of device drivers on my computer]
    and then you will see the screen below
    click on MTP USB Device and then click on Next, after it finishes installing the drivers, your PC will automatically detect a new portable device but in order for you to access the images you need to go back on your phone, unlock it if it lock automatically and then click on "TRUST" and then you can now see the images..
    BUT the problem here is that your iPhone can't be detected on iTunes...
    now, if you want to go back to where your phone can be detected on itunes, just follow these steps:
    click on apple mobile device USB driver, click on Next and then wait for your computer to finish the installation and then you will hear the beeping sound. check your phone, unlock it, then click on "TRUST", and then go to iTunes and you will now see your iPhone there but not on your PC where you can browse for the images..
    SEE HOW THIS DRIVERS are so ****** up.. i wish i hadn't started using this ****** UP OS with all the BUGS and GLITCHES.. JEEEZ! and to think, these DEVICES are not CHEAP compared to Android devices on the market.. it's just because of how these people go with the trend that they purchase these kind of stuff and the only thing they use it for is calling or texting.. i, for once use this not for calling or texting but also for the apps that it has like the games, ebooks and etc when im bored..
    i HOPE the Apple DEVS read this and find the solution on the drivers which is so ****** UP and so LAME!!
    PS: i hope a lot of people who are having the same issue as what i had find this and help them with their concern even though this is not a permanent solution.. it is just a work around for folks that are looking for answers and solution.
    Have a Great Day Folks and it is the start of a New Year and want to contribute something even though i don't usually posts my work around.

    Hi LSGZ,
    If you are having issues updating or restoring your iPhone, you may find the following article helpful:
    iOS: Unable to update or restore
    http://support.apple.com/kb/HT1808
    Regards,
    - Brenden

Maybe you are looking for

  • Browse (Firefox) crashing when Flash Player enabled

    Hello, i'm JoLLDS VOLPE and i'm having trouble with Flash Player Before i format my PC, the flash player (nd the Google Chrome, keep reading for understand this part ) was all fine, not having trouble. I formatted my PC because the very low spce in d

  • Only starts in safe mode

    I reformatted my hard drive to help solve the problem of it freezing all the time. After I got done installing the OS, I restarted my computer. It went through the normal startup process. Instead of showing the login screen, it just showed a blue scr

  • Best way to manage Printers

    Hi all, We have an ERP System. We only use Windows Computers. Users print their documents in any of the printers at the "print room", a centralized place where the physical printers resides. Each user has in his/her Windows profile the printers he or

  • "Portlet" level security

    I apologize if this has already been addressed in these forums, but the forum search is not currently working (Internal Server Error). I have multiple HTML portlets on my pages. I would like to only show certain HTML portlets to certain user groups.

  • N80 Radio interference with screen saver/power sav...

    Hi all, When listening to the Radio, (with Nokia's supllied ear phones), I can here distortion/interference. Has anyone heard this? When i press a key on the phone the noise goes away. I am convinced it's the screen saveer or power save functions tha