Odd behaviour with large(ish) wireless file transfers

Hi I'm really pleased with my playbook - brilliant device !
I do however have one general dislike ; that is for micro/mini physical connectors. They are a fact of life on many devices now so ......
Anyway. In order to minimise my use of the micro usb connector I have been copying files to it across my wlan but have experienced some difficulty.
Most recently (last night) I was copying a 230 Mb video to my playbook. At various times throughout the transfer, my computer's progress bar would pause for a goodly number of seconds then jump by about a 14 Mb increment (something buffering somewhere maybe ?) This went on until around the 210/220 Mb when my computer gave up and reported that the "connection to the device was interrupted, ignore cancel"
I tried this with a number of files and got the same (or similar)  result each time.
I realise this could be down to many things but just wanted to know if anyone else had noticed something like this happening.
For info:
Playbook 2.1.0.1088
Macbook Pro mountain Lion
Belkin F57D Router.
Kind Regards

bisleybloke wrote:
Hi there,
thanks for trying that. I guess I need to hunt a little more.
Regards
I have transferred lots of files a LOT bigger than 230Mb to the PB. Wi-Fi file transfers (and even microUSB transfers in fact) are sloooooooow by nature. I would suspect your connection to the router in your instance. I would investigate your Wi-Fi settings and adjust as required. I have had experience with this modifying something called channel width (I have posts about it here in the forums). Anyhow, that one little setting made a heck of a difference for me with throughput and general Wi-Fi stability with the PB on my network. 

Similar Messages

  • Asc 2.0 crash with large embedded video file

    Hello,
    asc 2.0 crash with large embedded video files
    package{ 
      import flash.display.Sprite;
      public class Main extends Sprite{
        [Embed(source="video/myVideo.mp4", mimeType="application/octet-stream")]
        public var video:Class;
        public function Main(){
    on Windows with a small video, it compile fine, with a large video (525 Mo) the compiler crash
    internal error : java.lang.NullPointerException
            at com.adobe.flash.swf.SWF.addFrame(SWF.java:91)
            at com.adobe.flash.compiler.internal.targets.SWFTarget$FramesInformation
    .createFrames(SWFTarget.java:876)
            at com.adobe.flash.compiler.internal.targets.AppSWFTarget$AppFramesInfor
    mation.createFrames(AppSWFTarget.java:386)
            at com.adobe.flash.compiler.internal.targets.SWFTarget.build(SWFTarget.j
    ava:243)
            at com.adobe.flash.compiler.clients.MXMLC.buildSWFModel(MXMLC.java:674)
            at com.adobe.flash.compiler.clients.MXMLC.buildArtifact(MXMLC.java:660)
            at com.adobe.flash.compiler.clients.MXMLC.compile(MXMLC.java:541)
            at com.adobe.flash.compiler.clients.MXMLC.mainNoExit(MXMLC.java:230)
            at com.adobe.flash.compiler.clients.MXMLC.mainNoExit(MXMLC.java:184)
            at com.adobe.flash.compiler.clients.MXMLC.staticMainNoExit(MXMLC.java:15
    6)
            at com.adobe.flash.compiler.clients.MXMLC.main(MXMLC.java:143)
    Thanks

    java.lang.NullPointerException
    i met this error every time if i compile a "BIG " project.(with 1G+  image resources).   And also ,if you  import 500+ images into Flash CS ...you  know ,its prefix is  "Adobe".
    i guess , it's  because somebody not like "BIG " thing.
    So..on  32bit windows  platform ..i  upgrade my JVM to  1.7 ,and..modified  -XSS value . it will help us ..but not 100% resolved.
    Finally ,i upgrade to  64bit platform ..this problem seems  gone.
    I think ,it's  because of the bad RAM Manager  of  JVM. on 32bit windows machine .it's only can manager 1024M ram .(such a stupid VM).   And  on 64bit platform ..JVM seems  to be d normal.

  • Podcast exhibiting odd behaviour with bluetooth

    Ever since updating to iOS6 / iPhone 5 i've been experiencing odd behaviour with music playback. Now that the Podcasts app is a requirement, i'm not sure if this is directly related to the Podcasts app or if it's an iOS 6 quirk.
    My iPhone connects to my car's stereo head unit via bluetooth. When i start my car it automatically connects and music, phone calls, etc, are all forwarded to my car's speakers. When i would switch my car off, music would stop automatically and i'd get out of my car and go about my day.
    Everything worked absolutely perfectly in iOS 5 with the 4S.
    The issue now with iOS6/iP5 is that when i switch off my car and use Siri or make a phone call, after i stop using Siri or if i end my call, the Podcasts app automatically resumes playback of what ever i was listening to when i switched my car off... Essentially it blasts music at me through the internal iPhone speaker for absolutely no reason.
    Here is a step by step,
    1. Start car
    2. Play music
    3. Turn off car
    4. Music automatically stops
    5. (while at the office, away from my car) Use siri or make a phone call
    6. When i end the call or stop using Siri, music automatically resumes via the iPhone internal speaker
    Is there any way to fix this?? It's getting quite annoying to have my iPhone blast me with music in fairly inappropriate situations.

    Disregard, there is a thread about it here: https://discussions.apple.com/thread/4346946?tstart=0
    Can't see any way of deleting my thread unfortunately.

  • ADT Not Working With Large Amount Of Files

    Hi,
    I posted a similar issue in the Flash Builder forum; it seems these tools are not meant for anything too big. Here is my problem; I have an application that runs on the iPad just fine, however I cannot seem to be able to package any of the resource files it uses, such as swf, xml, jpg, and flv. There are a lot of these files, maybe around a 1000. This app won't be on the AppStore and just used internally at my company. I tried to package it using Flash Builder, but it couldn't handle it, and so now I have tried the adt command line tool. The problem now is that it is running out of memory:
    Exception in thread "main" java.lang.OutOfMemoryError
            at java.util.zip.Deflater.init(Native Method)
            at java.util.zip.Deflater.<init>(Unknown Source)
            at com.adobe.ucf.UCFOutputStream.addFile(UCFOutputStream.java:428)
            at com.adobe.air.ipa.IPAOutputStream.addFile(IPAOutputStream.java:338)
            at com.adobe.ucf.UCFOutputStream.addFile(UCFOutputStream.java:273)
            at com.adobe.ucf.UCFOutputStream.addFile(UCFOutputStream.java:247)
            at com.adobe.air.ADTOutputStream.addFile(ADTOutputStream.java:367)
            at com.adobe.air.ipa.IPAOutputStream.addFile(IPAOutputStream.java:161)
            at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:67)
            at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:163)
            at com.adobe.air.ADT.parseArgsAndGo(ADT.java:504)
            at com.adobe.air.ADT.run(ADT.java:361)
            at com.adobe.air.ADT.main(ADT.java:411)
    I tried increasing the java memory heap size to 1400m, but that did not help. What is disturbing though is why this day and age, the adt tool is written solely for 32 bit java runtimes, when you can no longer buy a 32bit computer. Almost everything is 64bit now. Being able to utilize a 64bit java runtime would eliminate this.
    Has anyone else had to deal with packaging a large number of files within an iPad app?
    thanks

    Hi,
    Yes the bug number is 2896433, logged against Abobe Air. I also logged one against Flash Builder for the same issue basically, FB-31239. In the tests I have done here, both issues are the result of including a large number of files in the package. By reducing the number of files included, these bugs do not appear.
    I would liketo try out the new SDK, but it won't be available until a few more weeks, correct?
    The main reason I want to include all these files is because the iPads will not always have a wireless connection.
    thx

  • Can't Empty Trash With Large Number of Files

    Running OS X 10.8.3
    I have a very large external drive that had a Time Machine backup on the main partition. At some point, I created a second partition, then started doing backups on the new partition. On Wed, I finally got around to doing some "housecleaning" tasks I'd been putting off. As part of that, I decided to clean up my external drive. So... I moved the old, unused and unwanted Backups.backupdb that used to be the Time Machine backup, and dragged it to the Trash.
    Bad idea.
    Now I've spent the last 3-4 days trying various strategies to actually empty the trash and reclaim the gig or so of space on my external drive.  Initially I just tried to "Empty Trash", but that took about four hours to count up the files just to "prepare to delete" them. After the file counter stopped counting up, and finally started counting down... "Deleting 482,832 files..." "Deleting 482,831 files..." etc, etc...  I decided I was on the path to success, so left the machine alone for 12-14 hours.
    When I came back, the results were not what I expected. "Deleting -582,032 files..."  What the...?
    So after leaving that to run for another few hours with no results, I stopped that process.  Tried a few other tools like Onyx, TrashIt, etc...  No luck.
    So finally decided to say the **** with the window manager, pulled up a terminal, and cd'ed to the .Trash directory for my UID on the USB volume and did a rm -rfv Backups.backupdb
    While it seemed to run okay for a while, I started getting errors saying "File not found..." and "Invalid file name..." and various other weird things.  So now I'm doing a combination of rm -rfing individual directories, and using the finder to rename/cleanup individual Folders when OSX refuses to delete them.
    Has anyone else had this weird overflow issue with deleting large numbers of files in 10.8.x? Doesn't seem like things should be this hard...

    I'm not sure I understand this bit:
    If you're on Leopard 10.5.x, be sure you have the "action" or "gear" icon in your Finder's toolbar (Finder > View > Customize Toolbar).  If there's no toolbar, click the lozenge at the upper-right of the Finder window's title bar.  If the "gear" icon isn’t in the toolbar, selectView > Customize Toolbar from the menubar.
    Then use the Time Machine "Star Wars" display:  Enter Time Machine by clicking the Time Machine icon in your Dock or select the TM icon in your Menubar.
    And this seems to defeat the whole purpose:
    If you delete an entire backup, it will disappear from the Timeline and the "cascade" of Finder windows, but it will not actually delete the backup copy of any item that was present at the time of any remaining backup. Thus you may not gain much space. This is usually fairly quick
    I'm trying to reclaim space on a volume that had a time machine backup, but that isn't needed anymore. I'm deleting it so I can get that 1GB+ of space back. Is there some "official" way you're supposed to delete these things where you get your hard drive space back?

  • File Bundle with large number of files failed

    Hi!
    Well, I thought there will appear problems. We do have some apps for distribution just by copying large amount of files (not large in size) to Windows (XP Pro, usually) machines. These is some programs which works from directory wo any special need for installation. Happy situation for admin. From one side. In ZfD 4.0.1 we did install this app on one of machines and then did take snapshot via special app (who remember) and did copy file to (Netware) server share, give rights for device (~ workstation) and associate it with ws via eDir and ... voila, next restart or whatsoever and app was there. Very nice, indeed, I miss this!
    So, I tried to make this happen on ZCM 10 (on SLES 11). Did app, sorry, bundle, upload files (first time it stuck, second time id accomplish, around 7500 files) and did distribution/launch association to ws (~device). And ... got errors. Several entries in log as examples below.
    Any ideas?
    More thanks, Alar.
    Error: [1/8/10 2:41:53 PM] BundleManager BUNDLE.UnknownExceptionOccurred An Unknown exception occurred trying to process task: Novell.Zenworks.AppModule.LaunchException: Exception of type 'Novell.Zenworks.AppModule.LaunchException' was thrown.
    at Novell.Zenworks.AppModule.AppActionItem.ProcessAct ion(APP_ACTION launchType, ActionContext context, ActionSetResult previousResults)
    Error: [1/8/10 2:41:54 PM] BundleManager ActionMan.FailureProcessingActionException Failed to process action: Information for id 51846d2388c028d8c471f1199b965859 has not been cached. Did you forget to call CacheContentInfo first?

    ZCM10 is not efficient in handling that number of files in a single
    bundle when they are in the content repo.
    Suggestions include zipping the files and uploading to the content repo
    and then downloading and extracting the zip as part of the bundle.
    Or Use the "Copy Directory" option to copy the files from a Network
    Source Directly like you did in ZDM.
    On 1/8/2010 8:56 AM, NovAlf wrote:
    >
    > Hi!
    > Well, I thought there will appear problems. We do have some apps for
    > distribution just by copying large amount of files (not large in size)
    > to Windows (XP Pro, usually) machines. These is some programs which
    > works from directory wo any special need for installation. Happy
    > situation for admin. From one side. In ZfD 4.0.1 we did install this app
    > on one of machines and then did take snapshot via special app (who
    > remember) and did copy file to (Netware) server share, give rights for
    > device (~ workstation) and associate it with ws via eDir and ... voila,
    > next restart or whatsoever and app was there. Very nice, indeed, I miss
    > this!
    > So, I tried to make this happen on ZCM 10 (on SLES 11). Did app, sorry,
    > bundle, upload files (first time it stuck, second time id accomplish,
    > around 7500 files) and did distribution/launch association to ws
    > (~device). And ... got errors. Several entries in log as examples
    > below.
    > Any ideas?
    > More thanks, Alar.
    > ---
    > Error: [1/8/10 2:41:53 PM] BundleManager
    > BUNDLE.UnknownExceptionOccurred An Unknown exception occurred trying to
    > process task: Novell.Zenworks.AppModule.LaunchException: Exception of
    > type 'Novell.Zenworks.AppModule.LaunchException' was thrown.
    > at Novell.Zenworks.AppModule.AppActionItem.ProcessAct ion(APP_ACTION
    > launchType, ActionContext context, ActionSetResult previousResults)
    > ---
    > Error: [1/8/10 2:41:54 PM] BundleManager
    > ActionMan.FailureProcessingActionException Failed to process action:
    > Information for id 51846d2388c028d8c471f1199b965859 has not been cached.
    > Did you forget to call CacheContentInfo first?
    > ---
    >
    >

  • Lag with large brushes and files

    I typically work with large files around 10000 pixels, 300 dpi.  But I'm getting a lot of lag when I use brushes larger than 1000 px as well as a long wait to open and save the files.
    Is this a RAM issue?
    Here are my specs:
    OS Name             Microsoft Windows 7 Home Premium
    Version 6.1.7601 Service Pack 1 Build 7601
    System Manufacturer      Alienware
    System Model    M18xR1
    System Type       x64-based PC
    Processor            Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz, 2001 Mhz, 4 Core(s), 8 Logical Processor(s)
    Installed Physical Memory (RAM)               8.00 GB
    Total Physical Memory    7.98 GB
    Available Physical Memory            4.43 GB
    Total Virtual Memory      16.0 GB
    Available Virtual Memory              11.2 GB
    Page File Space  7.98 GB
    And two GPUs: NIVIDIA Geforce GTX 460m
    I'm upgrading my RAM and GPU soon anyway but wanted to check and make sure it wasnt some other underlying problem?

    I'm having some trouble deciphering what is going on here. I'm useing Paul Tuersley's response as a starting point. Here is my modification not that it matters since it isn't working at the moment. I don't actually know what some of the script is doing. Right now "theFiles" is returning all of the files that are not real files, folders and .DS_Store when I want it to be an array of all of the files in the folder.
    Could you help me break it down?
    // Log the selected footage
    var selectedFiles = app.project.selection;
    // Choose the folder to scan
    var theFolder = Folder.selectDialog("Please select folder.");
    if(theFolder != null){
        var resultArray = new Array();
        folderFiles = checkForFiles(theFolder, "");
        $.writeln(resultArray.toString().replace(new RegExp(",", "g"), ""));
        // Compare selected files to files in the folder
        for (var i = 0; i < selectedFiles.length; i++){
            compareFiles (selectedFiles[i], folderFiles);
    function compareFiles(file, folderFiles) {
              for (var i = 0; i < folderFiles.length; i++){
                             if (folderFiles[i].name==file.name) {
                                            alert(folderFiles[i].name + " and " + file.name + " match!");
    function checkForFiles(folderItem, tabString) {
        var theFiles = folderItem.getFiles();
        for(var c = 0; c < theFiles.length; c++){
            resultArray.push(tabString + theFiles[c].name + "\r");
            if (theFiles[c] instanceof Folder) {
                checkForFiles(theFiles[c], tabString + "\t");
        return(theFiles);

  • Odd Behaviour with DVDs on IMac G5 20inch 1.8 GHz

    Suddenly the Superdrive DVD/CD (MATSHITA DVD-R UJ-825, Firmware DBN7) shows odd behaviour.
    It still reads CDs. But when a DVD is introduced, it will start "DVD Player" automatically, but then there is no hint of the disk. Neither does it show on the desktop, nore would it play. DVD Player would not eject it, but the eject button on the keyboard would.
    The DVD is ok, as it would play on my Powerbook G4 without problems.
    Any idea what might be causing this? - I had just performed the "Pro update"! Thanks for your help!
    iMac G5 20inch 1.8 GHz   Mac OS X (10.4.9)  

    Hve you checked to see whether a different DVD will play, Bernd?
    You might want to try deleting com.apple.DVDPlayer.plist from your Home/Library/Preferences folder, restarting and then seeing if it works.
    Cheers
    Rod

  • Encore CS5 constantly locks up/freezes working with large H.264 file

    This is driving me mad, I'm trying to author my first Blu Ray with this program, a single layer output with H.264/AVC video. I've encoded the video elsewhere and I have a 21GB .264 file. It's a BR legal file but as soon as I import it into Encore CS5 the fun and games begin. Firstly it takes a good five minutes to import and Encore appears to have crashed. Finally though it does import and looking at 'Blu Ray transcode' it says 'Don't transcode', so it's a legal file. However if I then try to do anything with the file in Encore, like add it to a timeline the whole program locks up again. 10 minutes later it's added as a timeline but trying to navigate that timeline to add chapters is impossible, the program locks up (Not responding) if I try and move the slider or pretty much do anything. It means making a BR with this file is pretty much impossible.
    My PC spec is as follows:
    Core i5 2500k 3.3Ghz
    8GB DDR3 1600mhz RAM
    120GB Crucial SSD boot drive with Encore installed on
    500GB Hard Disk & 2TB Hard Disk
    Windows 7 64-Bit Home Premium
    Is there anything I can do to actually make Encore usable with this large file and finally finish authoring a disc? I've tried loading the file from all three drives and it's the same. The media cache is currently on my 2TB drive because I want to save space on my SSD and minimize writes to it.

    Taking 5 minutes to import is normal.  Encore has to index the entire file so it knows where the keyframes are.  Don't try to do anything while that's happening.
    Once in, however, Encore should respond normally.  At this point, I'm drawing a blank as to why it isn't.

  • My Mac Pro (early 2008) has odd behaviour with 8800gt

    Hello Apple community,
    First of all, thank you for your support and sorry if I can't explain the situation correctly. I will be concrete.
    I bought a Mac Pro 3,1 (early 2008) 2 weeks after its launch with Nvidia Geforce 8800gt 512mb. It works awesome.
    Each five-six months I open it and remove all the dust I can carefully. I am used to do it and I do not touch anything fragile.
    The problem is that the screen flashes and then gets frozen everytime the Mac has to use hardware for graphics. When this happens, there are many dots and strypes moving arround with green and pink spots.
    I made both picture and video: http://www.cl.ly/7dGD(pic)    - http://www.cl.ly/7d4U(video)
    This happens in every place the Mac uses the graphic card (both browsers showing a youtube video, vimeo, etc... and time machine, which uses graphics for the background), everything get frozen but the sound doesn't until 1 or 2 minutes. When this happens, the only solution is to force shut down (press and holding the power button 5 secs).
    The only hope I had was formatting. I thought I had something in my Mac user which could make this happen. So I formatted the Mac Pro last night. A clean install. Everything updated... but the error persists.
    So...
    - I thought the problem was Flash, but it doesn't. The solution I have for playing videos in browser is disabling the hardware option for Flash.
    - I also thought the problem was the capture card but it doesn't because I tried everything without the card installed.
    - I have formatted and the problem persists.
    Something is wrong but I don't know what. I am now in the Mac and everythin works great. But the risk exists the moment I am playing a video, editing a video, in Time Machine, playing a game, and so on...
    When this happens and the Mac restarts, it shows this info:
    Interval Since Last Panic Report: 411819 sec
    Panics Since Last Report: 2
    Anonymous UUID: 184C346D-2B9D-47D6-B043-764960062C68
    Wed Jun 15 18:46:21 2011
    panic(cpu 7 caller 0×83014065): NVRM[0/2:0:0]: Read Error 0×00070000: CFG 0×061110de 0×00100406 0×92000000, BAR0 0×92000000 0×83b27000 0×092880a2, D0, P1/2
    Backtrace (CPU 7), Frame : Return Address (4 potential args on stack)
    0×8219b868 : 0×21b510 (0×5d9514 0×8219b89c 0×223978 0×0)
    0×8219b8b8 : 0×83014065 (0×83229dac 0×8329a600 0×83238d5c 0×0)
    0×8219b958 : 0×8381582d (0xbee2404 0xa417004 0×70000 0×8300c36e)
    0×8219b998 : 0×83726df9 (0xa417004 0×70000 0×8219b9b4 0×0)
    0×8219b9e8 : 0×8380352d (0xa417004 0xbef0804 0×1 0×1)
    0×8219bab8 : 0×8380b32a (0xa417004 0xbef2804 0×0 0×1)
    0×8219bbc8 : 0×8319adb7 (0xa417004 0xbef2804 0×8219bc1c 0×8219bcd0)
    0×8219bd08 : 0×8319b6a2 (0xa417004 0xbefa804 0×0 0×0)
    0×8219bd98 : 0×8319d858 (0xa417004 0xbefa804 0×8 0×2)
    0×8219bde8 : 0×83874fe3 (0xa417004 0xbefa804 0×0 0×0)
    0×8219be38 : 0×8319d970 (0xa417004 0xbefa804 0×0 0×0)
    0×8219bea8 : 0×83004b32 (0xa417004 0×0 0×0 0×0)
    0×8219bf48 : 0×82fb512e (0xa417004 0xaadaa80 0×8219bf78 0×29f562)
    0×8219bf78 : 0×22fd0d (0xa762400 0xa417004 0×0 0×0)
    0×8219bfc8 : 0×2a06dc (0×863ea0 0×0 0×10 0xb218524) Kernel Extensions in backtrace (with dependencies): com.apple.nvidia.nv50hal(3.0.4)@0×83713000->0×83b26fff dependency: com.apple.NVDAResman(3.0.4)@0×82fad000 com.apple.NVDAResman(3.0.4)@0×82fad000->0×8329bfff dependency: com.apple.iokit.IOPCIFamily(2.6)@0×787b6000 dependency: com.apple.iokit.IONDRVSupport(2.2)@0×820cd000 dependency: com.apple.iokit.IOGraphicsFamily(2.2)@0×82114000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10J869
    Kernel version:
    Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
    System model name: MacPro3,1 (Mac-F42C88C8)
    System uptime in nanoseconds: 234842586427
    unloaded kexts:
    com.apple.driver.AppleFileSystemDriver     2.0 (addr 0×81c99000, size 0×12288) – last unloaded 122689357441
    loaded kexts:
    com.vmware.kext.vmnet     3.1.3
    com.vmware.kext.vmioplug     3.1.3
    com.vmware.kext.vmci     3.1.3
    com.vmware.kext.vmx86     3.1.3
    com.apple.driver.AppleHWSensor     1.9.3d0
    com.apple.filesystems.autofs     2.1.0
    com.apple.driver.AudioAUUC     1.54
    com.apple.driver.AppleUpstreamUserClient     3.5.4
    com.apple.driver.AppleIntelPenrynProfile     17
    com.apple.Dont_Steal_Mac_OS_X     7.0.0
    com.apple.driver.AppleMCCSControl     1.0.17
    com.apple.driver.AudioIPCDriver     1.1.6
    com.apple.driver.AppleHDA     1.9.9f12
    com.apple.GeForce     6.2.3
    com.apple.driver.AppleIntel8254XEthernet     2.1.1b7
    com.apple.driver.AppleMCEDriver     1.1.9
    com.apple.driver.AirPortBrcm43224     427.36.9
    com.apple.driver.ACPI_SMC_PlatformPlugin     4.5.0d5
    com.apple.driver.AppleLPC     1.4.12
    com.apple.iokit.SCSITaskUserClient     2.6.5
    com.apple.BootCache     31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib     1.0.0d1
    com.apple.driver.AppleUSBHub     4.1.7
    com.apple.iokit.IOAHCIBlockStorage     1.6.3
    com.apple.driver.AppleFWOHCI     4.7.1
    com.apple.driver.AppleUSBEHCI     4.1.8
    com.apple.driver.AppleAHCIPort     2.1.5
    com.apple.driver.AppleIntelPIIXATA     2.5.1
    com.apple.driver.AppleEFINVRAM     1.4.0
    com.apple.driver.AppleUSBUHCI     4.1.5
    com.apple.driver.AppleACPIButtons     1.3.5
    com.apple.driver.AppleRTC     1.3.1
    com.apple.driver.AppleHPET     1.5
    com.apple.driver.AppleSMBIOS     1.6
    com.apple.driver.AppleACPIEC     1.3.5
    com.apple.driver.AppleAPIC     1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient     105.13.0
    com.apple.security.sandbox     1
    com.apple.security.quarantine     0
    com.apple.nke.applicationfirewall     2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement     105.13.0
    com.apple.iokit.IOSCSIBlockCommandsDevice     2.6.5 – last loaded 61580726779
    com.apple.iokit.IOUSBMassStorageClass     2.6.5
    com.apple.driver.AppleProfileReadCounterAction     17
    com.apple.driver.AppleProfileTimestampAction     10
    com.apple.driver.AppleProfileThreadInfoAction     14
    com.apple.driver.AppleProfileRegisterStateAction     10
    com.apple.driver.AppleProfileKEventAction     10
    com.apple.driver.AppleProfileCallstackAction     20
    com.apple.iokit.IOSurface     74.2
    com.apple.iokit.IOBluetoothSerialManager     2.4.0f1
    com.apple.iokit.IOSerialFamily     10.0.3
    com.apple.driver.CSRUSBBluetoothHCIController     2.4.0f1
    com.apple.driver.AppleUSBBluetoothHCIController     2.4.0f1
    com.apple.iokit.IOBluetoothFamily     2.4.0f1
    com.apple.driver.DspFuncLib     1.9.9f12
    com.apple.iokit.IOFireWireIP     2.0.3
    com.apple.driver.AppleUSBAudio     2.7.6f4
    com.apple.iokit.IOAudioFamily     1.8.0fc1
    com.apple.kext.OSvKernDSPLib     1.3
    com.apple.iokit.AppleProfileFamily     41
    com.apple.driver.AppleHDAController     1.9.9f12
    com.apple.iokit.IOHDAFamily     1.9.9f12
    com.apple.iokit.IO80211Family     314.1.1
    com.apple.iokit.IONetworkingFamily     1.10
    com.apple.driver.AppleSMC     3.1.0d3
    com.apple.driver.IOPlatformPluginFamily     4.5.0d5
    com.apple.nvidia.nv50hal     3.0.4
    com.apple.NVDAResman     3.0.4
    com.apple.iokit.IONDRVSupport     2.2
    com.apple.iokit.IOGraphicsFamily     2.2
    com.apple.driver.AppleUSBHIDKeyboard     141
    com.apple.iokit.IOUSBHIDDriver     4.1.5
    com.apple.driver.AppleHIDKeyboard     141
    com.apple.driver.AppleUSBMergeNub     4.1.8
    com.apple.driver.AppleUSBComposite     3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice     2.6.5
    com.apple.iokit.IOBDStorageFamily     1.6
    com.apple.iokit.IODVDStorageFamily     1.6
    com.apple.iokit.IOCDStorageFamily     1.6
    com.apple.driver.XsanFilter     402.1
    com.apple.iokit.IOATAPIProtocolTransport     2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily     2.6.5
    com.apple.iokit.IOUSBUserClient     4.1.5
    com.apple.iokit.IOFireWireFamily     4.2.6
    com.apple.iokit.IOAHCIFamily     2.0.4
    com.apple.iokit.IOATAFamily     2.5.1
    com.apple.iokit.IOUSBFamily     4.1.8
    com.apple.driver.AppleEFIRuntime     1.4.0
    com.apple.iokit.IOHIDFamily     1.6.5
    com.apple.iokit.IOSMBusFamily     1.1
    com.apple.security.TMSafetyNet     6
    com.apple.kext.AppleMatch     1.0.0d1
    com.apple.driver.DiskImages     289
    com.apple.iokit.IOStorageFamily     1.6.2
    com.apple.driver.AppleACPIPlatform     1.3.5
    com.apple.iokit.IOPCIFamily     2.6
    com.apple.iokit.IOACPIFamily     1.3.0
    Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 6 GB, SMC 1.25f4
    Graphics: NVIDIA GeForce 8800 GT, NVIDIA GeForce 8800 GT, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0×14E4, 0×88), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet 1, Ethernet, en0
    PCI Card: NVIDIA GeForce 8800 GT, Display, Slot-1
    PCI Card: pcibdbd,a117, sppci_video, Slot-2
    Serial ATA Device: OWC Mercury Extreme Pro SSD, 107,13 GB
    Serial ATA Device: SAMSUNG HD501LJ, 465,76 GB
    Serial ATA Device: ST31000528AS, 931,51 GB
    Parallel ATA Device: OPTIARC DVD RW AD-7170A
    USB Device: Keyboard Hub, 0×05ac (Apple Inc.), 0×1006, 0xfd500000
    USB Device: USB-PS/2 Optical Mouse, 0×046d (Logitech Inc.), 0xc01b, 0xfd530000
    USB Device: AT2020 USB, 0×17a0, 0×0002, 0xfd510000
    USB Device: Apple Keyboard, 0×05ac (Apple Inc.), 0×0221, 0xfd520000
    USB Device: My Book, 0×1058 (Western Digital Technologies, Inc.), 0×1100, 0xfd100000
    USB Device: Bluetooth USB Host Controller, 0×05ac (Apple Inc.), 0×8206, 0×5d200000
    FireWire Device: built-in_hub, Up to 800 Mb/sec
    I don't know how to solve this problem...
    Thank you for your help

    Try this:
    clone your system and repair it with Disk Warrior instead
    Or try a clean test system install on another drive
    A must: SmcFanControl 2.2 - a mere 400 rpm extra to keep air cooling up
    Try to run w/o externals. MyBook included.
    Is that a 7200.11 1TB? they had a lot of issues.
    Run AHT off your OEM DVD.
    2008 had to have EFI and SMC updates to deal with freezes on wake from sleep, and like all models, high inrush current.  Hopefully you have a UPS and is 1500VA unit.
    When you do hard restart from power button, you almost certainly add more directory errors and to files requiring immediate attention to repair and rebuild the directory; and to scan and repair and delete cache and temp files and folders. A must. Invest in bootable backups SuperDuper along with Disk Warrior (or TechTool Pro 6, maybe Drive Genius 3 but I'd rate that #3).
    TimeMachine has its own bad habits, especially with Green drives and some externals.
    Try to rule out everything and then add back one at a time.
    And it may just be time to replace the 8800, very common, a couple threads this week, and it is 3 yrs old.  Might want ATI 5870 or 5770.

  • WebUtil_File.File_Open_Dialog VERY SLOW with large amounts of files

    Dear Friend,
    We are using WebUtil_File.File_Open_Dialog on the client to allow for the selection of an image from a folder on the server, which contains around 2-3000 files.
    It takes around 10-15 minutes to display the files within the folder. This is obviously unacceptable and I was wondering if anyone had come up with a viable solution to this problem, as i noticed similar issues had been posted in the past and no solution was suggested.
    The function call for the above operation is: :control.fichier := WebUtil_File.File_Open_Dialog(:global.path||'images\bdsurvey\', '', '*.jpg |*.jpg| (All files)*.* |*.*|', 'Nom du fichier photo');
    Many thanks,
    John

    This can be done by the following:
    Tuning the file system - reducing/filtering unwanted files, defragmentation, FAT (NTFS might consume more time)
    I am not sure whether you can do anything for this in AS.
    Alternatively there are some java classes which may be used instead of web util.

  • Odd behaviour with parameter id on selection screen

    Try this code
    PARAMETERS: p_fpath1 TYPE string LOWER CASE MEMORY ID rofile,
                p_fpath2 TYPE string LOWER CASE.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_fpath1.
      PERFORM get_filepath CHANGING p_fpath1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_fpath2.
      PERFORM get_filepath CHANGING p_fpath2.
    *---------Forms
    FORM get_filepath CHANGING x_filepath TYPE string.
      DATA: l_filepath TYPE string.
      cl_gui_frontend_services=>directory_browse( CHANGING selected_folder = l_filepath ).
    * If no filepath selected, leave the filepath unchanged
      IF l_filepath IS NOT INITIAL.
        x_filepath = l_filepath.
      ENDIF.
    ENDFORM.
    Run the program, and use F4 to choose a file path for p_fpath1 and another for p_fpath2.
    Hit execute
    Leave the program.
    Run the program again.
    Use F4 to choose the filepaths for the two parameters.
    For me, it's fine for p_fpath2, but for p_fpath1, I get no directory selector.  In fact, to get it working again, I have to log off and log back on.
    I'd like to know if anyone else gets the same problem, and also if anyone knows how to fix it!
    thanks
    matt

    The issue was with the STRING VARIABLE in parameters decelaration.I just changed it to RLGRAP-FILENAME it worked.
    Try these codes.
    PARAMETERS: p_fpath1 TYPE rlgrap-filename LOWER CASE MEMORY ID rofile,
                p_fpath2 TYPE rlgrap-filename LOWER CASE.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_fpath1.
      PERFORM get_filepath CHANGING p_fpath1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_fpath2.
      PERFORM get_filepath CHANGING p_fpath2.
    START-OF-SELECTION.
      WRITE : p_fpath1,p_fpath2.
    *---------Forms
    FORM get_filepath CHANGING x_filepath TYPE rlgrap-filename.
    *CALL METHOD cl_gui_cfw=>flush.
      DATA: l_filepath TYPE string.
      CLEAR :l_filepath,x_filepath.
      cl_gui_frontend_services=>directory_browse( CHANGING selected_folder = l_filepath ).
    * If no filepath selected, leave the filepath unchanged
      IF l_filepath IS NOT INITIAL.
        x_filepath = l_filepath.
      ENDIF.
    ENDFORM.                    "get_filepath
    LAST ENTERED VALUE WILL ALSO DISPLAY
    These codes work.
    Regards,
    Gurpreet

  • Working with  large Avi (DivX) File - PE 2

    Hi there
    I'm trying to use PE2 to edit & generate scene markers in a 1.24GB avi file.
    The problem I'm having is that frames are very slow to update on the timeline making it very difficult to work with, probably due to the size of the file file & my low system specs.
    Any thoughts on how to best tackle this? Would it be best to split the avi file into more manageable pieces? If so, how would I do that?
    Any suggestions would be much appreciated.
    Thanks & regards
    Stephen

    Export the DivX clip as a DV-AVI file using File>Export>Movie. Then replace the DivX clip on the timeline with the DV-AVI clip.

  • Why odd behaviour with these sites?

    Hi. I'm on Tiger 10.4.9 and Safari 2.0.4 (419.3). I've noticed that I get a blank screen when trying to view the "View all ads" link in the apple.com "Get a Mac" section. The tab reads "ads.gif 1x1 pixels" and the page is blank. Anyone know what's going on?
    Also, when trying to view the macworld.com webpage, it has a lot of blank space before the text begins. When viewing this site via IE on a PC it displays fine. Surely a mac site hasnt been optimised for IE and not Safari?!
    Anyone know why my Safari is acting like this? Thanks!

    Have you tried clearing the Safari cache and Java
    Plugin Settings caches?
    Looks like that was the problem! Thanks!

  • Safari's odd behaviour with Shockwave/Flash

    Was trying to browse the European site for the new Nintendo Wii console, but finding that the links did not work in Safari.
    Go to http://ms.nintendo-europe.com/wii and choose UK/English as your language. This appends ?l=enGB to your URL. Then click on a link, for example "Philosophy", near the top of the page. This appends ?site=philosophy.html&l=enGB to your existing URL. That makes the whole URL http://ms.nintendo-europe.com/wii/?l=enGB?site=philosophy.html&l=enGB, which is invalid, as there are now two question marks in there.
    If you visit the same site in Internet Explorer, the name-value pairs are replaced, rather than appended to, which results in a valid URL.
    The code for each link is
    var so = new SWFObject("w_button.swf?u=philosophy.html&t=Philosophy&l=enGB", "button1", "82", "40", "7", "#ffffff");
    so.write("button1");
    but unfortunately, that's where my knowledge of Shockwave or Flash ends I'm afraid.
    Is this a coding issue or a browser issue?

    Hi m0thr4
    i see what you mean
    I'd guess it's a combination of coding/browser - fwiw, Camino handles the pages perfectly well on my G5/10.4.7
    It's worth contacting the site owners & letting them know about this..... also consider Safari-Report Bugs to Apple from the Safari menu.

Maybe you are looking for