[Solved] Ruby - Gem bundle install no longer works

Hi,
I am new to Linux, Arch and Ruby.
About 3 days ago I installed Arch on my virtualbox.
After I was happy with my installation (openbox as WM) I installed ruby.
I was able to install a project (Gemfile) using the command:
gem bundle install (from the terminal)
(That was after installing the bundle gem from within ruby: gem install bundle)
Today, after updating my Arch system, I had to install that project again (for reasons related to the project), and I cannot.
I write in the terminal:
gem bundle install
and get:
ERROR:  While executing gem ... (RuntimeError)
    Unknown command bundle
I searched the forums, but there's nothing relevant that I could find.
Can someone help?
Edit:
After more tries and searches I have found:
1. This has nothing to do with the Arch update as I feared.
2. The command to run is "bundle install" not as I initially did.
Apologies for cluttering the forum.
Last edited by Tronn (2012-07-24 06:07:18)

bradmccormack wrote:
Hi mavenik,
Whilst it is not the best way to do it, the following worked for me
1) install gcc44 from AUR (you can probably use gcc45 too). If you are not sure how to do that please search the forums for installing from Aur or Aur wrappers (I use packer)
packer -S gcc44.
2) After it is installed temporarily rename your current gcc (4.7.x) 
sudo mv /usr/bin/gcc /usr/bin/gcc4.7
3) create a symlink to gcc4.4.x
sudo ln -s /opt/gcc-4.4/gcc /usr/bin/gcc
Test gcc version by doing
gcc --version
It should say 4.4.6 or similar
4) install ruby1.8 or ruby-enterprise from Aur (if this is required for redmine)
packer -S ruby-enterprise
ruby will now be compiled using an older version of gcc and gems will install correctly.
5) delete the symlink
sudo unlink /usr/bin/gcc
6) rename gcc4.7 back to gcc
sudo mv /usr/bin/gcc4.7
Test the version again to make sure it has reverted.
Please note the proper way to do this would be to set ruby1.8 / ruby-enterprise to compile with the older gcc by setting CC in the pkgbuild.
I'm not sure how to do that (had no luck) so the hacky solution above worked for me.
Please check each command above before you use it to make sure it is safe and valid for you.
Enjoy !
You should be able to compile with the older gcc by putting CC=/path/to/your/compiler right before "make", like so:
CC=/opt/gcc-4.4/gcc make
YEAH! I got it working!  Here's what I did: install "gcc45" from the AUR, then compile ruby-enterprise by downloading the AUR package and running:
CC=gcc-4.5 makepkg
... then install the package.  IT WORKS!
Last edited by synthead (2012-04-23 13:52:39)

Similar Messages

  • [SOLVED]Ruby Gem gtk3 Won't Install

    I wrote a ruby program that uses gtk3, which I had installed from AUR using yaourt. Recently I noticed that the package has been orphaned, so I decided, possibly unwisely, to uninstall the AUR package and install the gem via 'gem install gtk3'. Unfortunately I get this result:
    Building native extensions. This could take a while...
    ERROR: Error installing gtk3:
    ERROR: Failed to build gem native extension.
    /usr/bin/ruby -r ./siteconf20150422-3325-14ntm49.rb extconf.rb
    checking for --enable-debug-build option... no
    checking for -Wall option to compiler... yes
    checking for -Waggregate-return option to compiler... yes
    checking for -Wcast-align option to compiler... yes
    checking for -Wextra option to compiler... yes
    checking for -Wformat=2 option to compiler... yes
    checking for -Winit-self option to compiler... yes
    checking for -Wlarger-than-65500 option to compiler... yes
    checking for -Wmissing-declarations option to compiler... yes
    checking for -Wmissing-format-attribute option to compiler... yes
    checking for -Wmissing-include-dirs option to compiler... yes
    checking for -Wmissing-noreturn option to compiler... yes
    checking for -Wmissing-prototypes option to compiler... yes
    checking for -Wnested-externs option to compiler... yes
    checking for -Wold-style-definition option to compiler... yes
    checking for -Wpacked option to compiler... yes
    checking for -Wp,-D_FORTIFY_SOURCE=2 option to compiler... yes
    checking for -Wpointer-arith option to compiler... yes
    checking for -Wswitch-default option to compiler... yes
    checking for -Wswitch-enum option to compiler... yes
    checking for -Wundef option to compiler... yes
    checking for -Wout-of-line-declaration option to compiler... no
    checking for -Wunsafe-loop-optimizations option to compiler... yes
    checking for -Wwrite-strings option to compiler... yes
    checking for rb_define_alloc_func() in ruby.h... yes
    checking for rb_block_proc() in ruby.h... yes
    checking for new allocation framework... yes
    checking for attribute assignment... no
    checking for Windows... no
    checking for gobject-2.0 version (>= 2.12.0)... yes
    checking for gthread-2.0... yes
    checking for unistd.h... yes
    checking for io.h... no
    checking for g_spawn_close_pid() in glib.h... yes
    checking for g_thread_init() in glib.h... yes
    checking for g_main_depth() in glib.h... yes
    checking for g_listenv() in glib.h... yes
    checking for rb_check_array_type() in ruby.h... yes
    checking for rb_check_hash_type() in ruby.h... yes
    checking for rb_exec_recursive() in ruby.h... yes
    checking for rb_errinfo() in ruby.h... yes
    checking for rb_sourcefile() in ruby.h... yes
    checking for rb_sourceline() in ruby.h... yes
    checking for ruby_set_current_source() in ruby.h... no
    checking for rb_thread_call_without_gvl() in ruby.h... yes
    checking for ruby_native_thread_p() in ruby.h... yes
    checking for rb_thread_call_with_gvl() in ruby.h... yes
    checking for rb_str_new_cstr() in ruby.h... yes
    checking for rb_gc_register_mark_object() in ruby.h... yes
    checking for rb_exc_new_str() in ruby.h... yes
    checking for curr_thread in ruby.h,node.h... no
    checking for rb_curr_thread in ruby.h,node.h... no
    creating ruby-glib2.pc
    creating glib-enum-types.c
    creating glib-enum-types.h
    creating Makefile
    make "DESTDIR=" clean
    make "DESTDIR="
    compiling rbglib_win32.c
    compiling rbglib_ucs4.c
    compiling glib-enum-types.c
    glib-enum-types.c: In function 'g_win32_os_type_get_type':
    glib-enum-types.c:85:9: error: 'G_WIN32_OS_ANY' undeclared (first use in this function)
    { G_WIN32_OS_ANY, "G_WIN32_OS_ANY", "any" },
    ^
    glib-enum-types.c:85:9: note: each undeclared identifier is reported only once for each function it appears in
    glib-enum-types.c:86:9: error: 'G_WIN32_OS_WORKSTATION' undeclared (first use in this function)
    { G_WIN32_OS_WORKSTATION, "G_WIN32_OS_WORKSTATION", "workstation" },
    ^
    glib-enum-types.c:87:9: error: 'G_WIN32_OS_SERVER' undeclared (first use in this function)
    { G_WIN32_OS_SERVER, "G_WIN32_OS_SERVER", "server" },
    ^
    Makefile:237: recipe for target 'glib-enum-types.o' failed
    make: *** [glib-enum-types.o] Error 1
    make failed, exit code 2
    I found this bug report, but I can't tell if this is related or not.
    I can successfully install other gems.
    I tried going back to the AUR package, but now I get this error:
    error: failed to commit transaction (conflicting files)
    ruby-pkgconfig: /usr/lib/ruby/gems/2.2.0/cache/pkg-config-1.1.6.gem exists in filesystem
    gem list produces this:
    *** LOCAL GEMS ***
    bigdecimal (1.2.7, 1.2.6)
    io-console (0.4.3)
    json (1.8.2, 1.8.1)
    minitest (5.6.0, 5.4.3)
    pkg-config (1.1.6)
    power_assert (0.2.3, 0.2.2)
    psych (2.0.13, 2.0.8)
    rake (10.4.2)
    rdoc (4.2.0)
    test-unit (3.0.9, 3.0.8)
    I ran 'gem uninstall pkg-config' and retried the AUR package install with the same result.
    Last edited by deryl (2015-04-23 12:19:04)

    Your gem compilation hit known upstream bug https://github.com/ruby-gnome2/ruby-gnome2/issues/361 Here is a patch that fixes ruby-glib2 https://projects.archlinux.org/svntogit … ruby-glib2 I do not know if ruby-gtk3 should be patched or not (most likely not).
    To fix "gem exists in filesystem" error you need to remove all the gems installed globally (to /usr/...). The best way is to use lostfiles package from AUR.
    Last edited by anatolik (2015-04-23 02:53:08)

  • Adobe PDF converter printer driver not installed: No longer working.

    I recently uninstalled and reinstalled my Epson printer and now my PDF converter isn't working. 
    I'm using Win XP and Adobe CS3 Design Standard. I tried several of the suggestions here on the forums on reinstalling PDF converter driver and or switching ports, but to no avail.

    Problem Solved !!!
    Printer Name: Adobe PDF
    Port: Adobe PDF Local Port
    Advanced: Driver: Adobe PDF Converter
       Spool Print  and Start printing Immediately (Uncheck Send to Printer)
    Once I got the above in place I was then finally able to install as noted below:
    Try adding it manually: These instructions are for Windows 7 but I don't
    think Vista's install varied much, if at all.
    1) Open the Devices and Printers dialog box and select Add a Printer
    2) Add a* Local Printer* at the next dialog box asking what type of printer
    you want to install.
    3. Select* Create  A New Port* at the Choose Printer Port and select* Local
    Port at* the type of port dropdown menu.
    4. Click Next, then at the prompt name the Port "Adobe PDF" or whatever you
    prefer.
    5. Click OK and at the Install Printer Driver dialogue box, click Have
    Disk and browse to *C:\Program Files\Adobe\Acrobat
    10.0\Acrobat\Xtras\AdobePDF* folder and highlight the AdobePDF.inf file.
    Click Open, then OK.
    6.  When presented with a list of Adobe PDF Converter options, select the
    first item from the list and click Next.
    7. Make sure the radio button is selected for Use the driver that is
    currently installed (Recommended) Click Next.
    8. The printer name dialogue box should default to Adobe PDF Converter, if
    not change it to that exact name.
    9. Then click Next through remaining screens to install.
    At this point, the printer should be installed.  Hopefully this helps.

  • [SOLVED] Apache / PHP new install - sessions not working

    Hi,
    So I've just installed Apache and PHP from extra repository using pacman, everything seems to be working fine except PHP sessions!
    I'm testing this using 2 files, file 1 stores a variable into $_SESSION, file2 tries to access it - without success.
    I've chmoded the /tmp directory to 777. I've tested storing files in /tmp via PHP - which works.
    I've gone through the php.ini and online documentation and am at a loss - somebody, anybody, any ideas??
    File1:
    session_start();
    $_SESSION['test']='hi';
    var_dump($_SESSION);
    File2:
    session_start();
    var_dump($_SESSION);
    I'm accessing both the files in the same browser (Chromium) in different tabs as localhost/file1.php,file2.php
    Thanks,
    Jeremy
    Last edited by jeremyj11 (2012-12-10 11:46:26)

    Ok after wasting hours on this - SOLVED - .. by simply clearing the contents of /tmp
    bloody computers.

  • [Solved] Alt-Tab window switching no longer working after update (JWM)

    The next issue I am trying to straighten out after a recent, long-overdue pacman -Syu, is the loss of window-switching functionality using the alt-tab key combination. This is under the JWM window manager, by the way. The alt key seems to work as expected when, for example, firefox has focus: if I hit alt left arrow, the browser goes back to the preceding page. But if I hit alt and tab together, say, in the browser or when a terminal has focus, it seems to be read as though I were pressing only the tab key. So, with two windows maximized on the desktop, the alt-tab combination does not toggle between them. If the terminal has focus I can see the cursor jumping over a tab space each time I press the key combination.
    Can anyone offers pointers on how I might resolve or begin diagnosing this issue? I should mention that another change I did in the wake of the update was to make the system log me in and start the GUI each time I boot the machine (as discussed at https://wiki.archlinux.org/index.php/St … h_profile). I'm not sure why that would have any effect but I thought I should mention it. I think this is just a pretty standard pc105 keyboard by the way.
    Input will be appreciated.
    Thanks,
    James
    Last edited by jamtat (2013-02-01 17:07:32)

    Thank you for your input, anonymous_user. I decided, on reading it, to compare my .jwmrc with the /etc/system.jwmrc file. I noted that, in my .jwmrc, the keybindings section was empty, while that section in the /etc/system.jwmrc had several entries--and even one that seemed to refer to the alt-tab key combination. So I copied that section into my .jwmrc, restarted JWM, and the key combination now seems to be working as it should. Granted, it's a bit strange in that it doesn't open some kind of dialog box with the names of open windows, showing you in list form the windows you're scrolling through. But it does take you to other open windows when, after you've hit the tab key one or more times, you release the alt key. So the issue is resolved and was pretty simple.
    James

  • [SOLVED] xmodmap qt4 modifier keys no longer work

    Hi, I'm nearing the "hair-pulling stage because Googling this issue did not yield helpful results" stage.
    I am having trouble getting modifier keys (CTRL, ALT) to work in qt apps after loading my custom keymap (as provided by ~/.Xmodmap). If my custom keymap is not loaded, then ctrl, alt keys work fine in qt apps. That is, it is only when this custom keymap is loaded that qt apps no longer respond to what I have mapped as the CTRL and ALT keys.
    I have awesome wm setup to load the command xmodmap ~/.Xmodmap automatically on startup using this lua code:
    awful.util.spawn("xmodmap " .. os.getenv("HOME") .. "/.Xmodmap")
    My ~/.Xmodmap has comments on what I've switched around.
    I am not sure what is causing this to occur? How can I fix this?
    FYI on Xfce4 loading the custom key mappings don't lead to this issue with qt apps not responding to what I've set as modifier keys.
    Update 10/08/2014 5:55PM CST It turns out I had a different .Xmodmap from when I was using Xfce4. There's something funky with the version I was using with awesome wm.  I've updated Xmodmap here, in case somebody runs into a similar issue.
    Last edited by hckr (2014-10-08 22:59:59)

    To get my inspiron 8500 working I had to use the xkbmodel set to inspiron and remap a little like this
    /etc/X11/xorg.conf
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbOptions" "altwin:super_win"
    # Option "XkbModel" "pc105"
    Option "XkbModel" "inspiron"
    Option "XkbLayout" "gb"
    Manually configured other keys in ~/.Xmodmap. To see current mappings use "xmodmap -pk"
    keycode 162 = XF86AudioPlay
    keycode 153 = XF86AudioNext
    keycode 144 = XF86AudioPrev
    keycode 164 = XF86AudioStop
    keycode 129 =
    keycode 130 =
    keycode 131 =
    keycode 132 =
    The 129-132 were wrongly mapped so I unmapped them
    I then still had to configure Amarok global shortcuts to use the keys, but it worked, Maybe as I am using XFCE.
    Last edited by alleyoopster (2008-11-22 23:35:17)

  • House move + new Mac Pro = install no longer works

    I recently moved across town and in the process streamlined my computers. I've migrated using migration assistant from a 2.0Ghz iMac to an 8 core Mac Pro. In the physical move I brought over my Aperture 2.0 upgrade disk, book and serial # but seem to have misplaced my 1.0 full retail version. I thought I had stuck the 1.0 serial number inside the 2.0 book but did not. *I figured that the migration assistant would be able to copy over aperture 2.1.3 and enable it for use. Sadly that wasn't the case*. Now I'm stuck with a full 2.X install on my Mac pro that is not activated for use along with all my photos.
    Luckily I've kept my iMac and can use Aperture on it.
    *Does anyone know how I can get my 1.X enabling serial number out of a 2.X upgrade install so that I can re-activate 2.X on my Mac Pro?* Short of that I'm looking at buying a copy of 1.X on ebay.....
    +I should add, I am not asking for serial numbers and please DO NOT POST them in this thread.+
    Message was edited by: Joseph Martin3

    Just for future reference - I couldn't find my Final Cut Studio v1 serial number, but I had my email receipt from when I ordered it. I called up Apple support, went down the path for software and managed to get someone in licensing that when I faxed over my invoice and photocopy of my disk, generated me a new v1 serial number.
    So if push comes to shove, if you can prove ownership/purchase Apple will provide a replacement serial number.

  • [Solved]With systemd on install media, systemctl works during install?

    When I upgrading my current machine from sysvinit to systemd, in order to use systemctl to enable services, I first had to reboot the system.
    With the new install media for October using systemd, is it possible to enable these services using systemctl during the install (ie, so I could add 'systemctl enable foo.service' to install scripts)?
    I do realize that I could just manually symlink, but it feel much nicer to use systemctl.
    Last edited by Morrad (2012-10-08 05:12:39)

    I do exactly that in my install script...
    systemctl enable cronie.service
    systemctl enable [email protected]
    systemctl enable UEFIstubMOVE.path
    systemctl start UEFIstubMOVE.path
    ...but see below for the message I get when I try to start one of the services...
    ln -s '/usr/lib/systemd/system/cronie.service' '/etc/systemd/system/multi-user.target.wants/cronie.service'
    ln -s '/usr/lib/systemd/system/[email protected]' '/etc/systemd/system/multi-user.target.wants/[email protected]'
    ln -s '/etc/systemd/system/UEFIstubMOVE.path' '/etc/systemd/system/multi-user.target.wants/UEFIstubMOVE.path'
    Running in chroot, ignoring request.

  • Ruby gem Psych::SyntaxError (no file specified) (SOLVED)

    I'm trying to install some cool ruby gems, and at first it worked fine. Just installed ruby by with
    sudo pacman -S ruby
    and then I managed to install some gems with
    gem install _random_gem_
    When I tried to install another gem, shopify_theme, I started getting the famous "failed building native gem extension". I tried to fix it, I don't know if I did, but still I rebooted after a while and whop, it looked like it was installing as it should. I then tried to add the ruby gem to the PATH, and after that, everytime I type 'gem' I get:
    [user@arch]$ /usr/bin/gem
    /usr/lib/ruby/2.0.0/psych.rb:205:in `parse': (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 1 (Psych::SyntaxError)
    from /usr/lib/ruby/2.0.0/psych.rb:205:in `parse_stream'
    from /usr/lib/ruby/2.0.0/psych.rb:153:in `parse'
    from /usr/lib/ruby/2.0.0/psych.rb:129:in `load'
    from /usr/lib/ruby/2.0.0/rubygems/config_file.rb:318:in `load_file'
    from /usr/lib/ruby/2.0.0/rubygems/config_file.rb:191:in `initialize'
    from /usr/lib/ruby/2.0.0/rubygems/gem_runner.rb:66:in `new',
    from /usr/lib/ruby/2.0.0/rubygems/gem_runner.rb:66:in `do_configuration'
    from /usr/lib/ruby/2.0.0/rubygems/gem_runner.rb:46:in `run'
    from /usr/bin/gem:21:in `<main>'
    It doesn't even have to be a gem command, like gem list, or gem install. Whatever I type gives me the same error. I've tried uninstalling and reinstalling ruby, compiling it from source as well, but no luck. Since neither the bad character or the file in which the error occur isn't specified (maybe it is? I can't see it though), I'm having a hard time tracking it down and doing something about it.
    Any bright minds with the same experience out there? I'd love any help I can get :)
    Thanks in advance!
    Last edited by kottmaskinen (2013-09-26 10:29:01)

    AAAAAaaaahhhyeeeahh!!
    My ~/.gemrc had the wrong gem path in it!
    It had a dash and a new line in it, which wasn't cool, so I removed it and now it works Wow! I've been looking a week for how to solve this. This feels like christmas

  • Boot Camp no longer works (XP)

    Bootcamp with XP installed no longer works on my 2007 Mac Book Pro (10.4.11)
    Windows crashed while I was using a 3d modeling program and I attempted a restart but after I select the Windows partition, it hangs on a black screen with a blinking cursor. Most of the solutions on the forum pertain to this issue during the Windows installation process but I have never had this issue before. Any ideas?
    Thanks for your help.

    Presuming that you are using the 2007 Mac Book Pro (10.4.11) associated with your post.
    Here’s what you need to install and set up Windows on your Mac:
    AnIntel-basedMaccomputer,with:
    a USB keyboard and mouse, or a built-in keyboard and trackpad
    MacOSXversion10.5orlater (the latest version of MacOSX is strongly recommended)
    Here is some info:
    http://manuals.info.apple.com/enUS/Boot_CampInstall-Setup.pdf
    http://manuals.info.apple.com/enUS/Boot_Camp_Install-Setup10.6.pdf

  • I have ios 5.1.1. When I sync to iTunes, my purchased apps no longer work. They blink but do not open. The only way I have been able to solve this, is as follows: I delete one of the apps and then re-download and install it. Then, all my apps work.

    My new iPod touch 64 Gig has a problem after syncing with iTunes. My purchased apps no longer work. I touch them and they seem to try to open but they do not.
    The only way I have found to fix this is as follows:
    I delete one of the purchased apps. Then I go to the App Store and re-download and install the same app. After that, all my apps work again.
    Please help.

    Download/install an app is a know possible solution.
    3. Install another app from the App Store
    If all user-installed apps are not launching, it could be an Apple ID authorization issue. Download and install an app that isn't already installed on your device to reset this information.
    Note: If you have installed apps using multiple Apple ID accounts, you may need to perform this step for each account.
    Above from Apple's :
    iOS: Troubleshooting applications purchased from the App Store

  • I just installed Mountain Lion on my iMac that was previously running Snow Leopard. Bugt I found that some key applications no longer work, so I would like to go back to snow Leopard. I can't use time machine backups for this. what can I do?

    I just installed Mountain Lion on my iMac. But In was dismayed to find that my Canon scanner software (Canoscan LIDE500F)no longer works. Nor do any of my MS offce applications. I tried to use time machine to reinstall Snow Leopard (my previous operating system), but unfortunately my time machine backups did not include system software. Also, the original system install disk that came with my iMac would not allow me to install Snow Leopard in place of Mountain Lion. I would appreciate it if somebody could tell me how to solve this problem.

    The reason your Office doesn't work is because it is PowerPC code. If you will upgrade the 2004 Office to 2011 Office then that will work.
    I don't understand how you managed to get your Time Machine backup to not backup the system.
    Now if you still what to downgrade you will have to erase the disk and reinstall Snow Leopard. Most likely all of your application and then restore your data from Time Machine.
    To me it sounds like it would be easier to upgrade your software and stay with Mountain Lion instead.
    Allan

  • Installed Apps No Longer Work After 3.1.3 Upgrade

    Last night I upgraded to 3.1.3, and since then NONE of the Apps that I installed works... Each time I try to open any of them, it will open and stop just as quickly, taking me back to the Home screen...
    I thought at first it was only the Apps that required Internet Access (IM and/or Email Apps)... However, I was able to open a web page using Safari, and the Email App included in iPhone STILL works... And, like it would normally do, it would check first for a local wireless network, and switch to 3G if it does not find one... However, in this case, when trying any of the Apps I've installed, it does not even check at all for a network or 3G, the Apps just shut down just as quickly as I launch them...
    Since then I've discovered that ALL the Apps I've downloaded and installed prior to the upgrade no longer work...
    I have cycled the power on the iPhone (Turning it OFF by means of the SLEEP button, and then back on minutes after than), but that doesn't solve the problem...
    Any information would be appreciated...
    Thanks for your time...

    TainoV2 wrote:
    I have cycled the power on the iPhone (Turning it OFF by means of the SLEEP button, and then back on minutes after than), but that doesn't solve the problem...
    Did you try a reboot (by means of BOTH the Sleep and Home buttons and holding both IGNORING the slide to turn off, and keep holding until you finally see the Apple Logo?)
    Message was edited by: DaVBMan

  • Since bundle 2921 some of my buttons no longer work

    I updated phone to version 6 bundle 2921 over the weekend and now the following buttons no longer work, 'S,G,H,L,W' and my scroll button no longer works either. These speed dials no longer work (speed dials to other letters are fine.)
    I have not dropped it, got it wet or let the battery run out. I figure it is a software issue as I didn't have any of these issues before the update. Also, when I do a battery pull, the buttons work for a short time (1 minute) and then no longer work.
    Is there an update to the update or can I roll back to my previous version?
    thanks

    Hello,
    The simplest way is to, on a PC (you cannot do this on MAC):
    1) Uninstall, from your PC, any BB OS packages
    2) Make sure you have the BB Desktop Software already installed
    http://us.blackberry.com/apps-software/desktop/?lid=us:bboftwareesktopSoftware&lpos=us:bboftware
    3) Download and install, to your PC, the BB OS package you desire:
    http://us.blackberry.com/support/downloads/download_sites.jsp
    4) If that OS package is from a carrier other than the carrier for which your BB was originally manufactured, then delete, on your PC, all copies of VENDOR.XML (there will be at least one, perhaps 2)
    5) Launch the Desktop Software and connect your BB...the software should offer you the OS package you installed to your PC. If, during the process, your BB presents a "507" error, simply unplug the USB cord from the BB and re-insert it...don't do anything else...this should allow the install to continue.
    Don't forget to backup.
    If you are on MAC, you are limited to only your carriers sanctioned OS packages...but can still use any levels that they currently sanction. See this procedure:
    KB19915How to perform a clean reload of BlackBerry smartphone application software using BlackBerry Desktop Software
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • My rear camera on my iphone 5 no longer works in camera app after ios 7 install

    My iphone 5 updated to ios 7 and the new camera app no longer works. Sometimes I can get the front camera to
    Show on the app. But the rear camera just shows black. And it won't switch bewtween the two cameras at all
    Sometimes. What could this be?

    I got the same problem with my iphone 5 rear camera and tried the solutions suggested here but it did not work.
    The camera application which came with ios7 is frozen as soon as it opens. I does not take photos or switch between cameras.
    I have been able to use the front camera with Snapseed, QR reader . however no application is able to open my rear camera.
    I am not sure but  it can related with the application updates either ios7 or the camera applications already installed on our iphone. Uninstalling those apps which has access to camera and rebooting may solve the problem. This is just an idea !

Maybe you are looking for

  • Typewriter Tool Issue

    Using Adobe 9.2.0 on Windows 7 desktop machine.  Within last month or so, noticed that the Typewriter option in the Tools menu is missing.  Wondering what I need to do to regain this functionality.  Any help would be greatly appreciated.

  • How to configure smar host iron port

    Hi All, we have messaging server 6.3 we want to pass all mail through ironport,which file we have to mention smart host ironport. Regards kamal

  • SCM/APO - Livecache client copies?

    The basis team have been asked to do a client copy (refresh) from production for ECC, CRM, BW & SCM. I know how to perform the client copybut am not aware of what post processing has to happen with LC(Maxdb). Does this have to be refreshed??? Please

  • Error code 1309

    i'm trying to move a 7.88 gig file over to my harddrive from my mac, but it keeps giving me the error code 1309. im using a usb hardrive. i know it has to do with the mac only being able to move a certain amount of gigs at a time, is there some way t

  • Can't get Studio 2 to see HVX200

    P2 cards mount on desktop fine, as does media transfered to external drive, and files on cards and drive are visible, however Studio fails access files through import menu. Any ideas?