Hub 5 wifi speed is much slower than 4 with iPhone...

Hi
I've noticed that while I used to get 50Mbps over WiFi on my iPhone 5 and iPad (which is my broadband speed), since 'upgrading' to the Hub 5 I can now only get about 12Mbps, whether I connect to the 2.4Ghz channel or the 2.5Ghz channel.  I'm testing via the SpeedTest app which is normally pretty reliable. My laptop (not an Apple) can get 45Mb over the 2.4Ghz channel, so it seems that both channels perform pretty badly when used with Apple devices!
I've tried changing the channel, changing the mode etc, but it just seems the Hub 5 doesn't have anything like the WiFi performance of the Hub 4.   Is anyone else seeing this or able to veriify this problem exists on their own Hub 5?
Nick

A firmware upgrade (7.5.1) was available this morning, and this solved the problem of speed. I can now download up to 450Mb/sec with the 5GHz. Video lag problem apparently was solved too. I can now watch video streaming from another computer very smoothly.
I think the problem remaining is on the range. The 5GHz is non-visible outside this 50 square feet room. I had a Linksys WRT610N dual brand router before. Its 5GHz was much stronger.
Alex

Similar Messages

  • Parameterized queries running much slower than ones with hardcoded values

    Very often there is a huge performance difference when using parameters in a query, compared to running the same code after replacing the parameters with hardcoded values: the parameterized version of the code runs much slower!
    The case is not parameter sniffing as it is not a (compiled) stored proc, but code executed directly from the editor and the performance issue has been observed in different versions of SQL Server (2000 and 2005).
    How is this explained and how can the parameterized queries have similar performance with the hardcoded ones?
    Also, why does this happen in some cases and not always?
    Finally, the same is sometimes the case with stored procs: a very slow running proc speeds up tremendously when running its code directly, instead of calling the procedure --and even faster, according to the previous, when its parameters are replaced with
    hardcoded values 

    >>The case is not parameter sniffing as it is not a (compiled) stored proc, but code executed >>>directly
    from the editor ?>>>and the performance issue has been observed in different >>>versions of SQL Server (2000 and 2005).
    Something like below?
    --SQL Server creates 3 execution plan rather only one
    DBCC FREEPROCCACHE
    GO
    SELECT *
    FROM Sales.SalesOrderHeader
    WHERE SalesOrderID = 56000
    GO
    SELECT * FROM
    AdventureWorks.Sales.SalesOrderHeader WHERE
    SalesOrderID = 56001
    GO
    declare @i int
    set @i = 56004
    SELECT *
    FROM Sales.SalesOrderHeader
    WHERE SalesOrderID = @i
    GO
    select  stats.execution_count AS exec_count, 
    p.size_in_bytes as [size], 
    [sql].[text] as [plan_text]
    from sys.dm_exec_cached_plans p
    outer apply sys.dm_exec_sql_text (p.plan_handle) sql
    join sys.dm_exec_query_stats stats ON stats.plan_handle = p.plan_handle
    GO
    ----This time only (we get parameterization)
    DBCC FREEPROCCACHE
    GO
    EXEC sp_executesql N'SELECT  SUM(LineTotal) AS LineTotal
    FROM Sales.SalesOrderHeader H
    JOIN Sales.SalesOrderDetail D ON D.SalesOrderID = H.SalesOrderID
    WHERE H.SalesOrderID = @SalesOrderID', N'@SalesOrderID INT', 56000
    GO
    EXEC sp_executesql N'SELECT  SUM(LineTotal) AS LineTotal
    FROM Sales.SalesOrderHeader H
    JOIN Sales.SalesOrderDetail D ON D.SalesOrderID = H.SalesOrderID
    WHERE H.SalesOrderID = @SalesOrderID', N'@SalesOrderID INT', 56005
    GO
    select  stats.execution_count AS exec_count, 
    LEFT([sql].[text], 80) as [plan_text]
    from sys.dm_exec_cached_plans p
    outer apply sys.dm_exec_sql_text (p.plan_handle) sql
    join sys.dm_exec_query_stats stats ON stats.plan_handle = p.plan_handle
    GO
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • My iPad mini speed is much slower than ipad2

    The download speed using speed test is half on iPad mini compared to iPad 2. Anyone else having the same issue?

    My download on mini is 10 Mbps and on an iPad 2 it is 33.64 Mbps (same as my MacBook Pro)

  • IPad Air wifi sync a lot slower than iPhone 5s?

    I just got my new iPhone 5s yesterday and found out that its wifi syncing to itunes is a lot faster than the iPad Air I bought a few days ago. Actually iPad Air wifi syncing is so much slower than iPhone 5s, almost half speed, just as slow as wifi syncing with my iPhone 4, is this normal?
    I've tested another iPad Air of my friend, and found out that his new iPad is as slow as mine. Anyone know WHY? Is there anything / settings we're missing?
    I have the latest AirPort Extreme as wifi router.

    It's not much help but here is another thread with similar problems.
    https://discussions.apple.com/message/23986417#23986417

  • To run a piece of PL/SQL code,  in TT  is much slower than   in ORACLE.

    A piece of PL/SQL code , about 1500 lines, package is named rtmon_event, function in it is named rtmon_SHOLD_CUS_RPT;
    the PL/SQL code is run in ORACLE.
    Now I want to get fast speed, I think of TT.
    I rewrite the PL/SQL code by grammer in TT.
    But the speed in TT is much slower than the speed in ORACLE.
    In ORACLE, to run the PL/SQL code, it need 80 seconds; but In TT, to run the PL/SQL code, it need 183 seconds;
    How can I resolve the problem?
    Btw: there are some joins of 2 tables, or 3 tables in rtmon_event.rtmon_SHOLD_CUS_RPT, and some complex DML in it.
    The run method is :
    declare
    a number;
    begin
    a := rtmon_event.rtmon_SHOLD_CUS_RPT ;
    end;
    Thanks a lot.

    The easiest way to view a plan is to use ttIsql and issue the command:
    explain SQL-statement;
    For example:
    explain select a.ol1, b.col2 from taba a, tab b where a.key = b.key;
    See the documentation that 'hitgon' pointed you to to help you interpret the plans.
    Chris

  • ACR processing in CS6 much slower than CS5

    A big advantage of hosting ACR in 64 bit CS5 vs in bridge was that then ACR would process multiple images at once when saving them to jpg which would reduce processing times by 30% or more. For some reason this doesn't seem to be the case with CS6. I just did a short test and CS6 won't process multiple images at once, and was 33% slower than CS5 at saving a batch of 5dmkii images to jpeg.
    Has anyone else noticed this? Hopefully this limitation is due to beta status and the final release of ACR will be fully optimized for 64bit processing. 

    It seems strange that their is hardly any improvement in 64 bit cs6 speed vs 32 bit cs5.    I agree, gpu support for acr would great!
    Date: Wed, 11 Apr 2012 15:25:25 -0600
    From: [email protected]
    To: [email protected]
    Subject: ACR processing in CS6 much slower than CS5
        Re: ACR processing in CS6 much slower than CS5
        created by Noel Carboni in Photoshop CS6 - View the full discussion
    Bridge in CS5 was 32 bit only, and I observed the 32 bit converter as run by Bridge (or Photoshop 32 bit) wouldn't exercise all the cores, so the way I interpret your numbers is as follows:
    1.  ACR7 is 50% slower than its predecessor (34.25 seconds when run in Photoshop 64 bit vs. 22.59).
    2.  Bridge is now 64 bit, so you're running the same code in both cases, which is why you're seeing essentially the same number in Bridge as Photoshop.
    -Noel
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4328297#4328297
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4328297#4328297. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop CS6 by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • My four year old iMac is running much slower than when it was new.  Any suggestions on cleaning out the cob webs?

    My four year old iMac is running much slower than when it was new.  Does anyone have any suggestions on what I can do to "clean it up" and get it running like it used to?

    What year, screen size, CPU speed and amount of RAM installed?
    To find out info about your system,
    Click on the Apple symbol in the upper left of the OS X main menu bar. A drop down menu appears.
    Click About this Mac. A smaller popup window appears. This gives you basic info like what version of OS X your iMac is running, the speed of your iMac's CPU and how much RAM is installed.
    Click on the button that says More Info. A larger window appears giving you a complete overview of your iMac's hardware specs.
    Highlight all of this info and copy/paste all of this into another reply to this post, editing out your iMac's serial number before actually posting the reply.
    This will tell us everything about your iMac so we may begin to help with your iMac issues.
    How full is your Mac's hard drive?
    Locate your iMac's hard drive icon on the OS X desktop. Click the icon once, then use the keyboard key combination Command-I. This will give you additonal info about your iMac's internal hard drive.  
    Post this info in your reply here, also.
    Here are some general tips to keep your Mac's hard drive trim and slim as possible
    You should never, EVER let a conputer hard drive get completely full, EVER!
    With Macs and OS X, you shouldn't let the hard drive get below 15 GBs or less of free data space.
    If it does, it's time for some hard drive housecleaning.
    Follow some of my tips for cleaning out, deleting and archiving data from your Mac's internal hard drive.
    Have you emptied your Mac's Trash icon in the Dock?
    If you use iPhoto, iPhoto has its own trash that needs to be emptied, also.
    If you store images in other locations other than iPhoto, then you will have to weed through these to determine what to archive and what to delete.
    If you use Apple Mail app, Apple Mail also has its own trash area that needs to be emptied, too!
    Delete any old or no longer needed emails and/or archive to disc, flash drives or external hard drive, older emails you want to save.
    Look through your other Mailboxes and other Mail categories to see If there is other mail you can archive and/or delete.
    STAY AWAY FROM DELETING ANY FILES FROM OS X SYSTEM FOLDER!
    Look through your Documents folder and delete any type of old useless type files like "Read Me" type files.
    Again, archive to disc, flash drives, ext. hard drives or delete any old documents you no longer use or immediately need.
    Look in your Applications folder, if you have applications you haven't used in a long time, if the app doesn't have a dedicated uninstaller, then you can simply drag it into the OS X Trash icon. IF the application has an uninstaller app, then use it to completely delete the app from your Mac.
    To find other large files, download an app called Omni Disk Sweeper.
    Download an app called OnyX for your version of OS X.
    When you install and launch it, let it do its initial automatic tests, then go to the cleaning and maintenance tabs and run the maintenance tabs that let OnyX clean out all web browser cache files, web browser histories, system cache files, delete old error log files.
    Typically, iTunes and iPhoto libraries are the biggest users of HD space.
    move these files/data off of your internal drive to the external hard drive and deleted off of the internal hard drive.
    If you have any other large folders of personal data or projects, these should be archived or moved, also, to the optical discs, flash drives or external hard drive and then either archived to disc and/or deleted off your internal hard drive.
    Good Luck!

  • Preview takes forever to open, much slower than on my old MacBook. It has been like this since I bought the computer last January. Why is Lion so much slower?

    Preview takes forever to open, much slower than on my old MacBook running Snow Leopard. It has been like this since I bought the computer last January. Any ideas?

    Take it to an Apple Store for testing. If you don't get immediate satisfaction, exchange it for another one, which you can do at no cost, no questions asked, within 14 days of delivery.

  • PS CS3 much slower than CS2 on Intel Mac. I don't get it.

    Yes, very very strange.
    I work with very large files, so I just got a spiffy new Mac Pro. It's my first Intel machine, so I expected that CS2 would drag a little bit, due to Rosetta. In fact, moving from one processor to eight of them seems to have much more than compensated. Nevertheless, I ordered CS4 and while I wait I downloaded the demo of CS3.
    I expected that CS3 would fly (no Rosetta) but have found my test tasks taking an inordinate amount of time... much slower than CS2 on the same Xeon workstation, and slower than CS2 on my old iMac (single 2.1GHz G5)
    Since I work with extremely large files, I got a hardware RAID5 made up of four 15,000RPM SAS drives. I can't get enough RAM to avoid using scratch disk, so I attacked the biggest performance bottleneck. I did get 8GB of RAM; would have gotten more, but I read that it won't matter until CS goes 64-bit in CS5 at the earliest.
    The rest of it: dual quad-core 2.8GHz "Woodcrest" Xeon processors, NVIDIA GeForce 8800GT graphics card, OS X 10.5.5, all updates (Apple and Adobe) applied as of 6pm Wednesday October 8th.
    I'm running two tests as my benchmark: open a file (PSD created with CS2, 75" x 75" at 400ppi, two layers, RGB with one additional channel) and resize to 75" x 75" at 800ppi. Once that is done, I rotate the new, massive file counterclockwise 18.5 degrees.
    On my old setup, 2.1GHz SP G5 iMac with CS2, these tasks took 38m 30s and 1h 33m 22s respectively.
    New machine with CS2: 10m 09s and 29m 14s respectively
    New machine with CS3: 42m 38s and 1h 36m 24s
    (above tests run repeatedly: these numbers are the fastest numbers for each configuration)
    I have nothing else running for these tests, except for Activity Monitor. What I've observed with Activity Monitor: the old G5 was pegged at (or very near) 100% CPU the whole time. Mac Pro with CS2, Photoshop ran most of the time on one CPU at a time, but spiked up as high as 250% CPU usage just for Photoshop.
    I haven't seen Photoshop CS3 use more than 80% of one processor the whole time on the Mac Pro. Mostly it sits around 35%.
    One more informal test: if I open that same file and downsample from 400ppi to 200ppi, CS2 does it in 1m 40s. CS3: 6m 57s. I don't have the iMac any more so I can't tell you how long it would take there.
    In both CS2 and CS3 the scratch disk is my startup volume, but it's a RAID. I can't add any more drives except for external drives. I could have configured it to one dedicated system drive and a second scratch volume made up of the remaining three drives, but I consulted with people who know RAID better than I do who agreed that since everything is going through the SCSI controller and everything gets written to multiple drives in order to make it faster that I'd get a performance hit by splitting the RAID into two volumes, even if multiple processes are trying to get at the same drive array. Even adding a Firewire 800 drive for scratch would be slower than using the RAID. Or so I've been told.
    So, this seems absurd. CS3 is not using Rosetta, right? So it should be flying on my machine. What on earth could I have done to a fresh CS3 (demo) install to make it slower than CS2 on my old G5? Is the CS3 demo crippled? Is there a conflict having CS2 and the CS3 demo on the same machine?
    I'm stumped.

    >Ya see, this is the attitude you really, really should get over. The Photoshop CS3 (10.0.1) code is just fine... it's your system (hardware/software) which, for some reason is not providing an optimal environment.
    Jeff, I agree completely. You seem to be assuming that I actually think Adobe wrote bad code. In fact, I believe Adobe did NOT write bad code (and I wrote that) but that the condition that you are suggesting (CS3 being slowed by having having scratch and system on the same volume to a far greater extent than CS2) could only be caused by bad code by Adobe. Since I believe that, as you say, a universal difference of this magnitude between CS2 and CS3 would be noticed by huge numbers of users, I doubt that what I am seeing is the result of having scratch and system on the same volume.
    In case I'm being less than clear:
    Scratch and system were on the same volume for CS2.
    Scratch and system were on the same volume for CS3.
    On my system CS2 performs tasks three to four times faster than CS3.
    ergo, either there is some problem other than scratch and system being on the same volume (perhaps something that exacerbates the scratch/system/same volume issue, OK, I accept that possibility) or else the change has been between CS2s and CS3s handling of scratch disks.
    If for the sake of argument we rule out the possibility that CS3 handles the condition of scratch and system being on the same volume worse than CS2 does, the only possibility left is that there is SOMETHING ELSE WRONG WITH MY SYSTEM.
    I am trying to find out what that other thing is. You're the one insisting that scratch and system being on the same volume is the cause of the CS3 slowdown. Accusing me of not believing that there's something wrong with my system misses the mark entirely. I ABSOLUTELY believe there is something wrong with my system.
    > Your RAM tests sound pretty thorough, but if I had your large-files workflow I would buy two (or preferably 4) 4-GB sized matched RAM DIMMs, remove all the existing RAM, and install only the new RAM to further test whether or not the old RAM is anomalous.
    Thanks Allen,
    Actually, this is exactly what I've done, though in a different order. My system shipped with two 1GB chips. I bought two 4GB chips from OWC and installed them, and found my CS2 performance to increase significantly. It was only then that I tried installing the CS3 demo. When I found CS3 running my tests more slowly than expected, I pulled the new RAM out and tried with just the original 2GB and tested both CS2 and CS3 again. Then I took the original 2GB out, put only the new RAM in and tested CS2 and CS3 again, finding the same results. Currently I have all 10GB in the system and for the moment I'm setting aside the possibility of a problem with the RAM (or at least setting aside the possibility that the RAM chips are just plain bad) because that would indicate that both the new and the old RAM are both bad in the same way. That seems unlikely.
    So I guess I'll have to drag the system down to the Genius Bar if I don't see an improvement from rearranging my hard drives.
    The update there is that last night I backed up my system, and this morning I deleted my RAID5 set, blowing away everything on my system until I can restore from backup. The new configuration is 1 JBOD drive plus three drives attached as RAID0.
    Unfortunately, neither of the new volumes is visible when I go to restore from backup. For the moment, this little experiment has cost me my entire system. The upshot is that it may be some more time before I have any more information to share. Even when I do get it working again, I can expect restoring to take the same 12 hours that backing up did.
    I will certainly post here when I've got my system back.

  • In CS6, JavaScript Running MUCH Slower than ActionScript

    Hi All,
    I am finding that in CS6, JS code runs MUCH slower than ActionScript code. I don't want to double-post here - Full details may be found where I posted them in the InDesign Scripting forum at  - CS6 JavaScript Running Much Slower than ActionScript, before I realized that this forum might be more appropriate.
    The basic gist of it is that I had a Flex/ActionScript Extension, which I obviously needed to start converting to JavaScript in advance of the next version not supporting ActionScript. I converted 20,000 lines of my business logic code from ActionScript to JavaScript (grrr...) - only to find that it now runs 5 times slower than it did in ActionScript.
    What has been the experience of others who have converted large Extensions from ActionScript to JavaScript?
    I would greatly appreciate any and all suggestions.
    TIA,
    mlavie

    Hi All,
    I am finding that in CS6, JS code runs MUCH slower than ActionScript code. I don't want to double-post here - Full details may be found where I posted them in the InDesign Scripting forum at  - CS6 JavaScript Running Much Slower than ActionScript, before I realized that this forum might be more appropriate.
    The basic gist of it is that I had a Flex/ActionScript Extension, which I obviously needed to start converting to JavaScript in advance of the next version not supporting ActionScript. I converted 20,000 lines of my business logic code from ActionScript to JavaScript (grrr...) - only to find that it now runs 5 times slower than it did in ActionScript.
    What has been the experience of others who have converted large Extensions from ActionScript to JavaScript?
    I would greatly appreciate any and all suggestions.
    TIA,
    mlavie

  • Why does this forum perform much slower than form forum in metalink?

    I feel strongly that this forum performs much slower than the form forum in metalink where there are even more active and more issues created there.
    I don't know why Oracle creates two form forum, which one is faster and another one is slower.
    What is the difference b/w them besides here is jsp pages and over there is plsql pages?

    Oracle certainly allows you to have users that do not have roles. Or users that don't have any system privileges. Or users that don't have any object privileges.
    If you want the query to return a row for every row in DBA_USERS, you would need to outer join all the other tables to DBA_USERS.
    Justin

  • Anyone else? CS4 running much slower than CS3?

    I just upgraded to CS4 from CS3. All of the applications are running much, much slower than CS3, particularly InDesign. My computer is literally fresh out of the box; specs below. Software and patches up to date. Thinking of uninstalling CS4 and reverting back to CS3. Any suggestions/feedback?
    MacBook Pro 15"
    2.66GHz Intel Core 2 Duo processor
    4GB memory
    320GB 5400-rpm hard drive
    NVIDIA GeForce 9600M GT graphics processor with 256MB
    1440 by 900 pixels
    Snow Leopard OX
    Purchased CS4 Master Collection. Other software installed includes iLife, iWork, Office for Mac.

    I'm not using In Design yet, but for Photoshop and Acrobat my sense is that they are fast or faster than CS3, and Snow Leopard has reduced the launch time for all my apps compared with Leopard.
    Yes there are issues with running Adobe apps with Snow Leopard, but some of them are the same issues when running CS3 apps with Leopard--and in any event, these are, I believe, all crashing bugs, not things that slow down responsiveness. I personally have had only a few problems with Design Std CS4 apps + Snow Leopard.

  • Can iMac be updated or just get new one? On iMac with OSX10.5.8, 2Ghz Intel Core 2 Duo--it's so much slower than iPad. It hasn't had cache cleaned or "First aid". I'm wondering if a computer store/techie can clean/update it or better to put $$ towards new

    Can iMac be updated or just get new one? On iMac with OSX10.5.8, 2Ghz Intel Core 2 Duo--it's so much slower than iPad. It hasn't had cache cleaned or "First aid". I'm wondering if a computer store/techie can clean/update it or better to put $$ towards new?

    If you want to clean up your hard drive some, here are some of my tips, also.
    Hard drive getting full or near full?
    Do a search for and downlaod and install OmniDisk Sweeper and OnyX.
    Here are some of my tips for deleting or archiving data off of your internal hard
    Have you emptied your iMac's Trash icon in the Dock?
    If you use iPhoto, iPhoto has its own trash that needs to be emptied, also.
    If you use Apple Mail app, Apple Mail also has its own trash area that needs to be emptied, too!
    Other things you can do to gain space.
    Delete any old or no longer needed emails and/or archive older emails you want to save to disc, Flash drive/s or to ext. hard drive.
    Look through your Documents folder and delete any type of old useless type files like "Read Me" type files.
    Again, archive to disc, Flash drive or ext. hard drive and/or delete any old documents you no longer use or immediately need.
    Uninstall apps that you no longer use. If the app has a dedicated uninstaller, use it to completely uninstall the app. If the app has no uninstaller, then just drag it to the OS X Trash icon  and empty the Trash.
    Also, if you save old downloaded  .dmg application installer  files, you can either archive and delete these or just delete the ones you think you'll never install, again.
    Download an app called OnyX for your version of OS X.
    When you install and launch it, let it do its thing initially, then go to the cleaning and maintenance tabs and run all of the processes in the tabs. Let OnyX clean out all web browser cache files, web browser histories, system cache files, delete old error log files.
    Typically, iTunes and iPhoto libraries are the biggest users of HD space.
    If you have any other large folders of personal data or projects, these should be thinned out, moved, also, to the external hard drive and then either archived to disc, Flash drive or ext. hard drive and/or deleted off your internal hard drive.
    Good Luck!

  • I using FF-5-Stable. It much slower than Google Chrome 13. & crash during upload ??

    I using FF-5-Stable. It much slower than Google Chrome 13. & crash during upload ??
    it takes too much time to open a page.
    Always Crash during upload..for big or small file..
    It hangs and closed through Task manager or Reboot...

    1. What are you "uploading"?
    2. Have you tried a new Profile? Profiles don't last forever, and after going through a few major version updates "things" slow down, depending upon how much stuff the user has added to Firefox. Personally, I have created a new Profile for every new version of Firefox I have installed, up through Firefox 4.0. Didn't do that for Firefox 5, and probably won't for Firefox 6, due to the new fast release schedule and the fact that Firefox isn't being changed as much from one version to the next as it used to be changed under the 10 to 14 month intervals between major versions.<br />
    http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows

  • Why is Mac OS X 10.7 so much slower than Snow Leopard? It isnt smooth, applications are slow and most dont respond, and dowloads take hours, minutes.

    Why is Mac OS X 10.7 so much slower than Snow Leopard? It isnt smooth, applications are slow and most dont respond, and dowloads take hours, not minutes.

    Something is seriously wrong with your installation or you are critically low on RAM, like below 2 GB.
    How much RAM is in your machine?
    Have you tried a Recovery?

Maybe you are looking for

  • Accents are not being shown when printing

    Hi. When I print a webpage that contains characters with accents some of than simply disappear, even though the page is displayed correctly on the browser. This happens especially in uppercase letters. Does someone know of some configuration I can ma

  • Samsung HDTV

    I have a samsung 46in lcd tv and am trying to connect my laptop to it. I have a vga to vga cable. connected it to the laptop and then connected it to the back of the hdtv under the "pc in" but my tv doesn't recognize the connection? i try to switch s

  • How to find custom converter code in ADF?

    Hi, I am trying to understand/debug a code which has a input text in page fragment(.jsff) in ViewController project  with the following converter <af:convertDateTime pattern="#{userPrefs.timeFormatPattern}"                                            

  • HT201210 Just updated iphone now perkll touch screen I is acting crazy

    Touch screen is not working correctly during games and while texting.

  • IPad - Unable to complete cellular data setup, cannot input phone number.

    Hi, I purchased my iPad two days ago, it's been brilliant excluding the fact I can't activate my 02 micro-sim. When I'm obliged to input my details e.g. name, telephone and registration details, I can do so, excluding my telephone number as such I ca