Issue with SDK 1.0.1 - is found on the disk

Hello world

After the installation of the new sdk, I had a strange problem:

When I want to put the path to the new SDK in FB Burrito (window-> prefs-> FlashBuilder-> target platforms-> BB Tablet OS), the following error msg appears:

BlackBerry Tablet OS SDK tool "C:\Program Files (x86)\Ad...blackberry-tablet-sdk-1.0.1' is not found on the disc)"

When I change the lines to 0.9.4 everything works! The path is correct, that otherwise an another error msg appears (C:\Program Files (x 86) \Adobe\Adobe Flash Builder Burrito\sdks\blackberry-tablet-sdk-1.0.10xyz does not exist)

more information: OS Win 7 64 bit, everything, including the plugins are installed as an administrator... everything is started in administrator mode and I also tested as a normal user...

any ideas how to solve this problem?

I have 2 Windows 7 pc, an SDK 1.0.1 fine, the other has not changed. Both are 32-bit operating system.

In any case, I understood what Flash Builder Burrito is looking for and have a solution for you:

It attempts to access a file named ' blackberry - packager.bat "in"C:\Program Files\Adobe\Adobe Flash Builder Burrito\sdks\blackberry-tablet-sdk-1.0.1\bin.

There is no such file, but a similar file - "blackberry - nativepackager.bat" exists.

Copy two files named "blackberry-nativepackager" and "blackberry - nativepackager.bat" and rename "blackberry-packager" and "blackberry - packager.bat", and Flash Builder Burrito should allow the change for the SDK.

No idea why BBW is looking for this file on a machine and not the other (the other machine doesn't have this file either, but the installation works very well - go figure!)

Tags: BlackBerry Developers

Similar Questions

  • Windows start error. Root cause: no OS file found on the disk.

    My computer shows a blue screen all of a sudden, but I can't capture it. Then when it restarts, it entered the Startup Repair and it performs some tests, the other components is good but at the bottom of the diagnostic and repair details it says this:

    Root cause found:

    ---------------------------

    No OS found on the disk file.

    Repair action: Partition table repair

    Result: failed. Error code = 0 x 3

    Time taken = 6053ms

    ---------------------------

    ---------------------------

    While in the result of the diagnosis
    It shows:
    [Suspected party troubled] Hard drive
    [Error code] 2109

    Hard drive may have a hardware problem
    Please contact the Service Centre

    Can I find out if there is no possible solution to fix it and recover the data?

    Hello

    Go to the website of your computer manufacturer > search your computer specifications > know brand of hard drive > access the Hard Drive manufacturer's Web site > find and download hard drive Diagnostic software and make a record of start of it on the computer that you use to get here, following their instructions > test your hard drive to see if it has failed.

    And you can also use this method to test your hard drive:

    "SeaTools for DOS.

    http://www.Seagate.com/support/downloads/SeaTools/

    "SeaTools for BACK tutorial.

    http://knowledge.Seagate.com/articles/en_US/FAQ/201271en

    ________________________________

    And how do you try to back up your data.

    Saving your files:

    You can remove the hard drive and put it in a hard drive USB enclosure > plug it into another computer > and try to read and copy your data in this way.

    Or, you can download Knoppix > make a bootdisk to > start your system with it (IF your material is all work) > and copy your data from the hard drive like that.

    http://Knoppix.NET/

    "How to use Knoppix.

    http://Lifehacker.com/192982/geek-to-live--rescue-files-with-a-boot-CD

    See you soon.

  • Disco of VmWare Converter problema su spazio - ERROR: failed to create a snapshot of a volume of the source. Possible causes include not seen all NTFS volumes on Windows XP or Windows 2003 source systems with no is not enough free space on the disk.

    Buongiorno,

    Devo connvertire con vmware converter one Nt Server con AC 450MO di spazio libero su disco C: ntfs file system e

    Ricevo this error:

    ERROR: Impossible to take snapshots of a volume of the source. Possible causes include not seen all NTFS volumes on Windows XP or Windows 2003 source systems with no is not enough free space on the disk.

    He problema e che no ho the possibility di līberō altro spazio.

    Some suggestions?

    Grazie in pre-empted.

    Anni fa it era questa versione di VMware Converter: https://dl.dropboxusercontent.com/u/2197180/coldclone.3.03.iso che permetteva the clonazione a freddo. :-)

  • Problem with emulator no config.xml file found in the root of the file .zip Blackberry 10 ripple

    I just started development for blackberry 10. I had developed application in the native language. But with blackberry 10 I get "no config.xml file were found at the root of the .zip file" when I run my Hello World application on emulator of the ripple.

    Help is appreciated thanks.

    Here what I got on emulator ripple

    Here's my Helloworld project structure

    Your config.xml file is probably invalid.

    Copy and paste it into this XML validator. http://www.w3schools.com/XML/xml_validator.asp

    If there is a training error will not be able to correctly parse.

  • Get - VM: with "xyz" name VM is not found using the specified filters.

    Hello everyone!

    I have a script that reads a CSV with multiple host names, to connect to vCenter and should get the name of host, ip and PortGroup information to generate an external file of CSV.
    It happens that several cases vm does not exist in vCenter and returns me the below error:

    Get - vm: 04/07/2016-14:41:58Get - VMVM with the name "pxl1sso00008" was not found using the specified filters.

    No caractere:31 of C:\Users\f3135606\Desktop\vmTeste1.ps1:25

    + foreach ($vmName in $vmList) {get - vm $vmName |} Select Name, @{N = "Network"; e = {$_...}}

    +~~~~~~~~~~~~~~
    + CategoryInfo: ObjectNotFound: (:)) [Get - VM], VimException)
    + FullyQualifiedErrorId: Core_OutputHelper_WriteNotFoundError, VMware.VimAutomation.ViCore.Cmdlets.Commands.GetVM



    How would I do to get the information from an input file, see the vCenter and if this positive results write the file, ignoring errors. Ideally, if not to find the machine, simply create a line in the output file with only the hostname with the rest in white.

    Follow the .ps1 file:



    $vmlist = Get-Content C:\vmnames.csv
    
    if (!(Get-PSSnapin -Name VMware.VimAutomation.Core -ErrorAction SilentlyContinue))
    {
    Add-PSSnapin VMware*
    Set-PowerCLIConfiguration -DisplayDeprecationWarnings $false -DefaultVIServerMode multiple -InvalidCertificateAction Ignore -Scope Session -ProxyPolicy NoProxy -Confirm:$false | Out-Null  
    [void](Get-PSSnapin VMWare.VimAutomation.Core -ErrorVariable getVmwareSnapinErr 2> $null)
    if ($getVmwareSnapinErr.Count -gt 0) {    Add-PSSnapin VMware.VimAutomation.Core }
    }
        
    $VCconn = Connect-VIServer $vCenter -User $vUsuario -Password $vPass > $null
         
    foreach ($vmName in $vmList) {get-vm $vmName| Select Name, @{N="Network"; e={ $_ | get-networkadapter|Select-Object @{N="Network";E={$_.NetworkName}}} }, @{N="IP Address";E={@($_.guest.IPAddress[0])}}|Export-Csv –path c:\scripts\vlans.csv –NoTypeInformation}
    

    Laurent,

    See below... should get what you want... If the virtual machine is not found that it only allows to correct the virtual computer name in the output.

    $vmlist = Get-Content C:\vmnames.csv  
    
    if (!(Get-PSSnapin -Name VMware.VimAutomation.Core -ErrorAction SilentlyContinue))  {
        Add-PSSnapin VMware*
        Set-PowerCLIConfiguration -DisplayDeprecationWarnings $false -DefaultVIServerMode multiple -InvalidCertificateAction Ignore -Scope Session -ProxyPolicy NoProxy -Confirm:$false | Out-Null
        [void](Get-PSSnapin VMWare.VimAutomation.Core -ErrorVariable getVmwareSnapinErr 2> $null)
        if ($getVmwareSnapinErr.Count -gt 0) {
            Add-PSSnapin VMware.VimAutomation.Core
        }
    }
    
    $VCconn = Connect-VIServer $vCenter -User $vUsuario -Password $vPass > $null
    $arrVMInfo = @()
    
    foreach ($vmName in $vmList) {
        $vm = get-vm $vmName -ErrorAction SilentlyContinue -ErrorVariable VMError | Select Name, @{N="Network";E={ $_ | get-networkadapter | Select-Object @{N="Network";E={$_.NetworkName}}} }, @{N="IPAddress";E={@($_.guest.IPAddress[0])}}
        if ($vm -eq $null) {
            $arrVMInfo += New-Object PSObject -Property @{ `
                Name=$vmName `
            }
        }
        else {
            $arrVMInfo += New-Object PSObject -Property @{ `
                "Name"=$vm.name; `
                "Network"=$vm.Network.Network; `
                "IP Address"=$vm.IPAddress `
            }
        }
    }
    $arrVMInfo | Select Name, Network, "IP Address" | Export-Csv "c:\scripts\vlans.csv" -NoTypeInformation
    
  • Label text issue with SDK 1.1.0 / Simulator 1.0.6

    I just updated my Simulator and the SDK to the latest versions (and also moved my projects to a new computer at the same time, although I don't think that is the question), and now I have problems with the text of the label in three of my apps.  Most (but not all of them, which is confusing to me) my text, which is displayed as labels in scrollers, are appearing as «...» ».  If I scroll, I can see that the height is always defined, but just the text itself does not appear.

    These were all working previously and are released apps, this problem just started with the new SDK and Simulator.  Does anyone else have this problem?

    Note in the notes of the addition of the new truncationMode on the label property and LabelButton.  With this set to TextTruncationMode.TRUNCATE_TAIL it écrêtera something that don't fit and insert «...» "at the end of the visible part, while TextTruncationMode.CLIP will make the old behavior.

    Unfortunately and unwisely (I think), they chose to make the new default behavior, you will need to enter and put label.truncationMode = TextTruncationMode.CLIP on all the things happening to, or fix upward the dimensions of the object so it don't think it must truncate.

  • Accelerated release of Firefox calendar is at the origin of the compatibility issues with our intranet applications - where can I find the terms of this annex, including the end of support dates?

    We are a University use an updated internal development of e-Learning applications which makes use of a framework rich client (ZK - www.zkoss.org). For reasons of compatibility with this application, as well as other general factors, we have standardized on FF 3.6 browser for all our desktop computers. Normally, we will review our browser selection once a year and make the changes/updates to compatibility level for 3 rd-party libraries we use and our own code, in order to address new developments in the browser market.

    However the FF of the new policy of difficult liberation our lives check. FF 6 came out just months after 5 FF. We perform an upgrade, we have to do a systematic series of tests, settings, changes etc. regression tests. The cost is not possible for us to do this every 3 months! So please can anyone point us to a clear release plan for FF that shows, for each version:

    a. Release date
    b. End-of-support date
    c. Release notes
    d. Compatibility in terms of HTML and Javascript/ECMAScript versions.
    

    https://wiki.Mozilla.org/RapidRelease/calendar

    https://wiki.Mozilla.org/releases

    New versions are will be released every 6 weeks, so until Mozilla announced they will do than support for a LTS version for business 'customers', you guys left to swing in the breeze as well as to be able to plan for the future with Firefox. I think that as long as the said decision is taken, support for Firefox 3.6 versions will continue. A 3.6.22 release is under development right now, probably for immediate release next week.

    As far as the end of support dates, as each new version is the version support ends for the previous version, with the exception of 3.6.x. currently Firefox 3.6.x and 6.0.x are the only versions that receive security updates. Firefox 4.0 and 5.0 is not 'supported' any longer.

  • timing issue with cruzer blade SCDZ50 - 008G: cannot move all the files from the PC to the USB

    I accidentally deleted this file synchronization that was in the main folder of the USB. now I can't move all the files from the computer to the cruzer blade. I can't find where to download it online. Help, please!

    Too bad. found this

  • solution found for the disk hard main not press f1 to continue

    I need a solution for, primary hard drive not found (press F1) continue.
    my Dell Dimension 4550 system.

    When you start your computer to the screen Dell should be the first screen that you see. When it seems to get instructions on which key press to enter the bios. It must be something similar to "Press F2 to enter the set - up" (F2 is the right key for many Dell but is just one example). Your computer may require you to press Del or some other. Once you are in the bios first of all make sure that the hard drive is listed. If not, then either you have a bad cable connecting the drive to the Office, a bad hard drive or a bad (probably not the Council... Breathe now... lol). If the hard drive is detected in the bios, then navigate to the boot menu order (sequence) and make sure the hard drive is set as the boot device. It should normally be set to be the second boot device with the cd/dvd rom being the first device.

  • Problem with outlook express - 0x800C013B out of memory or the disk is full

    I can't open outlook express. It says computer out of memory or diskful. Error 0x800C013B #. I'm good enough to solve the problems, but I don't understand computer language. I don't know where to find the windows Explorer or store files. If anyone can help me I would really appreciate it.

    Missquilt

    Create a new Folders.dbx.

    In Windows XP, Win2K & Win2K3 the OE user files (DBX and WAB) are by default marked as hidden. To view these files in Windows Explorer, you must enable Show hidden files and folders under start | Control Panel | Folder Options icon | Opinion, or in Windows Explorer. Tools | Folder options | View.

    The path to the message will be very similar to this:

    C:\Documents and Settings\Your User of utilisateur\Local Settings\Application Data\Identities\ {long string of letters & numbers} \Microsoft\Outlook Express

    With OE closed, find the Folders.dbx file and delete it. A new one will be created when you open OE.

  • SERIOUS NOT FOUND ON THE DISK FILES

    COMBUSTION PROCESS GETS INITIATED AND ENDS AT 100% AND THE DISC IS EJECTED. HIS BURNING PROCESS SUCCESSFUL SHOWS. BUT IMPOSSIBLE to FIND ALL the FILES ON THE CD AND the CD IS DAMAGED IE IMPOSSIBLE to USE IT AGAIN HIS EMPTY WATCH. Help, please. WIND 7 BASIC 64 BTS, SONY VAIO VPCEH25EN MCH. IT GIVES THE SAME RESULT IN WMP AND NERO

    Hello

    1 is the limited issue while burning a particular file?

    2 have you made changes on the computer before this problem?

    This problem may occur as a result of a software conflict, try the following methods and check if it helps.

    Method 1:

    I suggest you to uninstall Nero temporarily and check if it helps.

    Uninstall or change a program: http://windows.microsoft.com/en-US/windows7/Uninstall-or-change-a-program


    Method 2:

    You can also try to burn the DVD using Explorer Windows, then Windows Media Player and check.

    Burn a CD or DVD in Windows Explorer: http://windows.microsoft.com/en-US/windows7/Burn-a-CD-or-DVD-in-Windows-Explorer

    Burn a CD or DVD in Windows Media Player: http://windows.microsoft.com/en-in/windows7/burn-a-cd-or-dvd-in-windows-media-player


    Method 3:

    If the problem persists, I recommend you to uninstall and reinstall DVD drivers and check if that helps.

    Uninstall or change a program: http://windows.microsoft.com/en-US/windows7/Uninstall-or-change-a-program

    Update a hardware driver that is not working properly: http://windows.microsoft.com/en-us/windows7/Update-a-driver-for-hardware-that-isn ' t-work properly

    Keep us updated on the status of the issue.

  • OS not found on the c: drive, cannot start windows

    Today, I tried to restart my laptop and all of a sudden, they won't let me restart. It keep telling me that I can't or my hard drive is too small. and I tried all the option, even tried to restore my c: drive, but then he told me that I have to choose: full system restore:.

    However, full system restore wasn't in one of my options and after that I dropped to restart the laptop want to just start over my windows, but then I can't do more because in the Windows error recovery just an option that is recovery tools, it doesn't have the choice as boot the system normally.

    So now I can't enter to windows or restart my computer, how do I get into my windows again? Help, please. :(

    Hello


    1. What is the exact error message you get?

    Method 1:
    I suggest you try the steps from the following link

    Windows Vista or Windows 7 unbootable, and the Startup Repair tool does not resolve the problem
    http://support.Microsoft.com/kb/934540

    Method 2: go to the BIOS (Basic Input Output system) Setup, & change the switch setting between AHCI (Advanced Host Controller Interface) and IDE (Integrated Drive Electronics), SATA (Serial Advanced Technology Attachment) and the drive controller is restarted. If it solves your problem, the driver for the HARD disk (HDD) is corrupted.

    IMPORTANT: Change (CMOS) BIOS/complementary metal oxide semiconductor settings can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the configuration of the BIOS/CMOS settings can be solved. Changes to settings are at your own risk.

    Method 3: Your hard drive is damaged to the point that it cannot even recognize that Vista has been installed on it. If you have a Windows Vista installation disc, you can try running chkdsk to fix the HARD disk; you need to restart (boot) your computer using the installation disc.

    a. Insert the installation disc and restart your computer.
    b. click the Start button, click the arrow next to the button lock and then click on restart.
    c. If prompted, press any key to start Windows from the installation disc.

    Note: If your computer is not configured to start from a CD or a DVD, see the documentation provided with your computer. You may need to change your computer's BIOS settings. For more information, see check the link for the BIOS: frequently asked questions: http://windows.microsoft.com/en-us/windows-vista/BIOS-frequently-asked-questions

    d. choose your language settings, and then click Next.
    e. click on repair your computer.
    f. Select the operating system you want to repair, and then click Next.
    g. in the System Recovery Options menu, click command prompt
    h. type chkdsk /f / r and press ENTER.

    Important:
    when running chkdsk on the drive hard if bad sectors are found on the disk hard when chkdsk attempts to repair this area if all available on which data may be lost

    This will perform a disk check and perhaps recover the system. CHKDSK can repair problems related to bad sectors, lost clusters, reticulate files and directory errors

     

    Method 4: I suggest you run /ScanOs, /FixBoot commands from following link:

    How to use the Bootrec.exe tool in the Windows recovery environment to troubleshoot and repair startup issues in Windows
    http://support.Microsoft.com/kb/927392

  • HP ProBook s 4540 - we found that all the disks during the installation of Windows 8

    I have some problems (re) - install Windows 8 on a ProBook s 4540.

    The laptop had a virus so I decided to reinstall Windows 8. I bootet with a Linux rescue CD and made a backup of my personal data. Then I erased the hard disk (using Gparted) (except the first two partitions (System and boot) and with the HP Windows 8 DVD rebootet.) I see always the reader and various partitions, but Windows won't let me install on any of them. So next time, I tried to create two partitions with Gparted directly, but now, I am not at all a player and get after the error message:

    We have found all the disks. For a storage driver, click on load a driver.

    I googled a bit and I tried to switch between IDE and AHCI in the BIOS, but that did not help. Then I copied most of the pilots of the Assistance Center on a Flash drive and walked to the proper drivers, but no luck. I also tried to look on the Application and Driver Recovery DVD provided with Windows 8 directly but no luck there as well.

    I'm a bit at my wits end now, any help would be really appreciated.

    Don't know if it's the Board correct, please move if not.

    I deleted the partition windows 300MiB and now I can see and select some readers in windows install again. The problem is that windows will not continue because of various errors. (See attachments)

    The problem seems to be that my disk is dynamic. I found a guide to convert the hard drive back to base. So my question is, this will help her or my HP DVD awaits the dynamic hard disk?

  • El Capitan update much, cause a lot of issues with MBP

    Last week I finally gave and helped the recovery El Capitan download and install update. The next morning when using my machine, it is become black and no keys have been adapted. Over the next few days I sometimes get lucky and be able to get into recovery mode again, but every time that the status bar would get near the end of the completion of the relocation of the iOS the black go screen and the machine would be inadmissible. Finally, I have now managed to do start in safe mode, and the graphics are loading very slowly - line-by-line. Here is my Etrecheck log and help would be greatly appreciated:

    EtreCheck version: 2.6.6 (226)

    Report generated on 16/12/15, 18:32

    Time 02:10

    Download EtreCheck from http://etrecheck.com

    Click on the links [click for support] to help with non-Apple products.

    Click on the links [click for more details] for more information on this line.

    Hardware Information: (Does that mean?)

    MacBook Pro (retina, mid-2012)

    [Click for plug technique]

    [Click here for the User Guide]

    MacBook Pro - model: MacBookPro10, 1

    1 2.6 GHz Intel Core i7 CPU: 4 strands

    8 GB RAM not extensible

    BANK 0/DIMM0

    OK 4 GB DDR3 1600 MHz

    BANK 1/DIMM0

    OK 4 GB DDR3 1600 MHz

    Bluetooth: Good - transfer/Airdrop2 taken in charge

    Wireless: en0: 802.11 a/b/g/n

    Battery: Health = Normal - Cycle count = 742 - SN = D862267036NDNMGAH

    Video information: (Does that mean?)

    Graphics Intel HD 4000

    NVIDIA GeForce GT 650M - VRAM: 1024 MB

    Software: (Does that mean?)

    OS X El Capitan 10.11.2 15 c (50) - since startup time: less than an hour

    Disc information: (Does that mean?)

    APPLE SSD SM512E Disk0: (500,28 GB) (Solid State - TRIM: Yes)

    EFI (disk0s1) : 210 MB

    HD (disk0s3) [recovery] recovery: 650 MB

    Macintosh HD (disk 1) /: 499,05 (Go 195,54 free)

    Encrypted AES - XTS unlocked

    Storage of carrots: disk0s2 499.42 GB Online

    USB information: (Does that mean?)

    Apple Inc. FaceTime HD camera (built-in)

    Apple Inc. Apple keyboard / Trackpad

    Apple Inc. BRCM20702 hub.

    Apple Inc. Bluetooth USB host controller.

    Lightning information: (Does that mean?)

    Apple Inc. Thunderbolt_bus.

    Guardian: (Does that mean?)

    Mac App Store and identified developers

    Kernel extensions: (Does that mean?)

    / Library/StartupItems/BRESINKx86Monitoring

    [no charge] com.bresink.driver.BRESINKx86Monitoring (9.0) [click for support]

    / System/Library/Extensions

    com.DVDFab.kext.Fabio [no charge] (1) [click for support]

    Launch system demons: (Does that mean?)

    [failure] com.apple.watchdogd.plist [click for more information]

    Launch officers: (Does that mean?)

    [loading] com.google.keystone.agent.plist [click to support]

    [loading] com.oracle.java.Java - Updater.plist [click to support]

    Launch demons: (Does that mean?)

    [loading] amsdstat.plist [click to support]

    [loading] com.adobe.SC.FPFeedbackService - 1.0.plist [click to support]

    [loading] com.adobe.fpsaud.plist [click to support]

    [loading] com.google.keystone.daemon.plist [click to support]

    [loading] com.microsoft.autoupdate.helpertool.plist [click to support]

    [loading] com.microsoft.office.licensingV2.helper.plist [click to support]

    [loading] com.oracle.java.Helper - Tool.plist [click to support]

    [loading] xxx.qnation.PeerGuardian.locum.plist [click to support]

    User launch officers: (Does that mean?)

    [loading] com.amazon.cloud - player.plist [click to support]

    [loading] com.amazon.music.plist [click to support]

    com.apple.CSConfigDotMacCert [loading]-[...] @me.com - SharedServices.Agent.plist -/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices.framewo rk/Versions/A/support/CSConfigDotMacCert: Executable not found!

    [loading] com.divx.agent.postinstall.plist [click to support]

    [loading] com.facebook.videochat. [entrenched passage] .plist [click for support]

    [loading] com.spotify.webhelper.plist [click to support]

    Items in user login: (Does that mean?)

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    Agent application of file transfer Android (~/Library/Application Support/Google/Android File transfer/Android File Transfer Agent.app)

    pploader UNKNOWN (missing value)

    pplogger UNKNOWN (missing value)

    Hidden Spotify Application (/ Applications/Spotify.app)

    WDDriveUtilityHelper Application (/ Applications/WD Drive Utilities.app/Contents/WDDriveUtilityHelper.app)

    Other applications: (Does that mean?)

    [ongoing] com.Apple.XPC.launchd.oneshot.0x10000003.EtreCheck

    Plug-ins Internet: (Does that mean?)

    o1dbrowserplugin: Version: 5.41.0.0 - SDK 10.8 [click for support]

    OVSHelper: Version: 1.1 [click for support]

    Default browser: Version: 601 - SDK 10.11

    Silverlight: Version: 5.1.30514.0 - 10.6 SDK [click for support]

    AmazonMP3DownloaderPlugin101736: Version: AmazonMP3DownloaderPlugin 1.0.17 - 10.4 SDK [click for support]

    FlashPlayer - 10.6: Version: 20.0.0.235 - 10.6 SDK [click for support]

    DivXBrowserPlugin: Version: 2.2 [click for support]

    QuickTime Plugin: Version: 7.7.3

    Flash Player: Version: 20.0.0.235 - 10.6 SDK [click for support]

    LogMeIn: Version: 1.0.961 - SDK 10.7 [click for support]

    LogMeInSafari32: Version: 1.0.961 - SDK 10.7 [click for support]

    googletalkbrowserplugin: Version: 5.41.0.0 - SDK 10.8 [click for support]

    JavaAppletPlugin: Version: Java 8 update 65 build 17 check version

    Safari extensions: (Does that mean?)

    DivX more Web HTML5 Player

    3rd party preference panes: (Does that mean?)

    DivX [click for support]

    Flash Player [click for support]

    Java [click for support]

    Time Machine: (Does that mean?)

    Time Machine not configured!

    Top of page process CPU: (Does that mean?)

    100% finder

    8% kernel_task

    4% WindowServer

    1% fontd

    1% suhelperd

    Top of page process of memory: (Does that mean?)

    665 MB kernel_task

    Finder 369 MB

    Softwareupdated 238 MB

    Ocspd 229 MB

    Iconservicesagent (2) 172 MB

    Virtual memory information: (Does that mean?)

    72 MB free RAM

    used 7.92 GB RAM (2.39 GB being cached)

    Used Swap 0 B

    Diagnostic information: (Does that mean?)

    16 December 2015, 18:29:32 /Library/Logs/DiagnosticReports/Finder_2015-12-16-182932_[redacted].cpu_resourc e.diag [click for more information]

    16 December 2015, 18:22:09 self-test - spent

    1. the present proceedings is a diagnostic test. It doesn't change anything for the better or worse and therefore, by itself, will not solve the problem. But with the help of the results of the tests, the solution may take a few minutes, instead of hours or days.

    The test works on OS X 10.7 ("Lion") and later versions. I do not recommend running it on older versions of Mac OS X. It will do no harm, but it will not do not much good.

    Do not be put off by the complexity of these instructions. The process is much less complicated than the description. You make the tasks more complicated with the computer all the time.

    2. If you do not already have a current backup, please back up all the data before doing anything else. The backup is needed on the general principle, not because of what anyone in the test procedure. Backup is always a must, and when you encounter any kind of problems with the computer, you can be more than the usual loss of data, if you follow these instructions or risk not.

    There are ways to back up a computer that is not fully functional. Ask if you need advice.

    3 here is instructions to run a UNIX shell script, a type of program. As I wrote above, it doesn't change anything. It does not send or receive data over the network. There is no to generate a report on the State of the computer human readable. This report goes nowhere unless you choose to share it. If you prefer, you can act on it yourself without disclosing the contents for me or someone else.

    You should ask yourself if you can believe me, and if it is safe to run a program at the request of a foreign national. In general, no, he's not sure, and I encourage it.

    In this case, however, there are ways for you to decide if the program is safe without having to trust me. First of all, you can read it. Unlike an application that download you and click to start, it is transparent, so any person with the required competence can check what it does.

    You may not be able to understand the script yourself. But variations of it have been posted on this site of thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. One of the million registered users to have read the script and set off the alarm if it was dangerous. Then I wouldn't be here now, and you would not be reading this message. See, e.g., this discussion.

    Another indication that the test is safe in this threadand this onecan be found, for example, where the comment in which I suggested it was recommended by one of the specialists of the communityApple, as explained here.

    However, if you cannot satisfy yourself that these instructions are safe, do not follow them. Ask other solutions.

    4. here is a general summary of what you need to do, if you decide to go forward:

    ☞ Copy a particular line of text to the Clipboard.

    ☞ Paste into the window to another application.

    ☞ Wait for the test to run. It usually takes a few minutes.

    ☞ Stick the results, which will be copied automatically, in a response on this page.

    These are not specific instructions; just a glimpse. The details are in parts 7 and 8 of this comment. The sequence is: copy, paste, wait and paste it again. You don't need to copy a second time.

    5. try to test in conditions that replicate the problem, to the extent possible. For example, if the computer is slow intermittently, run the test during a downturn.

    You may have started up in safe mode. If the system is now in safe mode and works pretty well in normal mode to test run, restart as usual before running it. If you can test only in safe mode, this.

    6. If you have more than one user and a user is affected by the problem, and the user is not an administrator, and then run the test twice: once under the affected user and one administrator. The results can be different. The user that is created automatically on a new computer, when you start it for the first time is an administrator. If you are unable to log in as an administrator, verify that the user concerned. More personal Mac have only one user, and in this case this section does not apply. Don't log in as root.

    7 load the linked web page (the site "Pastebin.") Press the combination of keys command + A to select all the text, then copy it to the Clipboard by pressing command-C.

    8. start the Terminal application integrated in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    Click anywhere in the Terminal window to activate it. Paste from the Clipboard into the window by pressing Command + V, then press return. The text that you pasted should disappear immediately.

    9. If you see an error message in the Terminal as "Syntax error" or "Event not found", enter

    exec bash

    and press return. Then paste the script again.

    10. If you logged in as an administrator, you will be prompted for your login password. Nothing displayed when you type. You won't see the usual points instead of the characters typed. Make sure that caps lock is turned off. Type carefully, and then press return. You can get a warning to be careful. If you make three unsuccessful attempts to enter the password, the test is still running, but it will produce less information. If you do not know the password, or if you prefer not to enter, just press back three times at the password prompt. Yet once again, the script will run.

    If the test takes much longer that usual to run because the computer is very slow, you can be prompted for your password a second time. The permission you grant by entering it will expire automatically after five minutes.

    If you are not logged as an administrator, you will be prompted for a password. The test will run. It just will not do anything that requires administrator privileges.

    11. the test may take a few minutes to run, depending on the number of files you have and the speed of the computer. A computer that is abnormally slow may take more time to run the test. During execution, a series of lines is displayed in the Terminal window like this:

        Test started
            Part 1 of 4 done at: … sec        …        Part 4 of 4 done at: … sec
        The test results are on the Clipboard.
        Please close this window.

    The intervals between the parties will not be exactly the same, but they give an approximate indication of progress.

    Wait for the final message "Please close this window" appears. If you don't see it in about 15 minutes, the test probably won't be all within a reasonable time. In this case, press the Ctrl + C key combination or the point command to stop it. Then go to the next step. You will have incomplete results, but still something. If you close the window of the Terminal, while the test is still running, the partial results will not be saved and you have to start over.

    12. when the test is finished, or if you have stopped it because it was taking too long, leaving the Terminal. The results have been saved to the Clipboard automatically. They do not appear in the Terminal window. Please do not copy from there. All you have to do is start a response to this comment and then paste it again by pressing Command-V.

    At the top of the results, there will be a line that begins with the words «Start time.» If you do not see that, but rather to see a mass of gibberish, you wait for the message "close this window". Please wait and try again.

    If personal information, such as your name or e-mail address, appear in the results, make anonymous before posting. Usually it will be not necessary.

    13. in the validation of the results, you see an error message on the web page: "you have included content in your post that is not allowed", or "the message contains invalid characters." It's a bug in the software which manages this website. Thanks for posting the results of the tests on Pastebin, then post here a link to the page you created.

    If you have an account on Pastebin, please do not select private in exposure menu to paste on the page, because no one else that you will be able to see it.

    14. This is a public forum and others can give you advice based on the results of the test. They speak for themselves, not for me. The test itself is harmless, but what're told you to do maybe not. For others who choose to run it, I do not recommend that you view the results of test on this Web site unless I ask.

    ______________________________________________________________

    Copyright © 2014, 2015 by Linc Davis. As the sole author of this work (including the "Test of diagnosis" referenced), I reserve all rights except as provided in the terms of use agreement for the site of Apple support communities ("CSA"). ASC readers can copy for their personal use. The whole nor any part can be redistributed.

  • known issues with the utilities for the Windows 7 upgrade Lenovo

    I have a Lenovo T61 Thinkpad with Vista Home Premium Service Pack 2 32-bit operating system. I have currently only about 1 GB of space on my hard drive Go 67.9. I wanted to get rid of Vista and switch on to 7 but currently I don't have enough hard disk space to do (I need at least 16 GB of free space).  I decided to buy a second hard drive and do a clean install of 7 so I hope I have less problems in the long term.

    My concern is that I ran the Windows 7 Upgrade Advisor report, and he knew questions about utilities of Lenovo, ThinkPad EasyEject Utility and system update. On the Lenovo support Web site, it says that "you can upgrade to Windows 7 without uninstalling these applications, but you may experience problems when their running on Windows 7." When I looked for another application that supports Windows 7, as advised, I found that there are none for 3 known issues of as the cause of the problem is a «limitation of Windows 7» So what the devil? I hate Vista but I do not want to install 7 and then not be able to use my computer properly.

    I'm sure many users Lenovo went from Vista to 7... can anyone give advice on what to if wait if I simply ignore these known issues?

    Thank you!

    Welcome to the forums

    You can get the update system for windows7 here

    Go through this thread for the simple problem of compatibility with windows7 to eject. Looks like you have not need this tool, once you upgrade to windows 7

    I did not understand what you mean by utility Lenovo can you explain a little more about this?

Maybe you are looking for