Install Qt3 next to Qt4 for compiling moto4lin?

Hello,
I tried to install moto4lin and p2kmoto to connect my old Motorola V3i to my computer. p2kmoto runs now but moto4lin fails because qapplication.h is missing:
   main.cpp:21:26: fatal error: qapplication.h: No such file or directory
     #include <qapplication.h>
   compilation terminated.
The instructions for installation say that Qt 3.3.3 is required. My version of Qt is 5.3.1. Is it possible to install qt3 next to qt4? I read the installation instructions and I have to change some symlinks and I am a bit frightend to break everything, because Qt is very important.
I'd prefer if someone knows a better way how I could connect my phone. But it does not show up as a device when I use lsblk so I was sure that I need a driver, that is nessecarily old because the phone is old.

If you want to install qt3, you can install it from the aur. Just look it up there. The package will be aptly named "qt3".

Similar Messages

  • HT201380 Yesterday this was automatically installed.  Today I can't access a document in Pages.  A prompt says I need a Pages update.  But the next screen tests for updates and informs me everything is up to date.  What's up?

    Yesterday this was automatically installed.  Today I can't access a document in Pages.  A prompt says I need a Pages update.  But the next screen tests for updates and informs me everything is up to date.  What's up?

    It's highly unlikely that the Pages update problem has anything to do with the ARD client update, since the client is not involved in any way with Software Update. I'd suggest asking for assistance with the update problem in the forum appropriate for your version of Mac OS X.
    Regards.

  • Error in executing a process for compilation for jsp

    We have an iView which has jsp pages in it. We deployed the par & try toaccess the iview & we get an exception. The issue is that the iview has a jsp page. At the run time, this jsp is converted into a .java file
    without problem. But EP engine is having issues compiling this java fileinto .class file.
    On the other hand this same iview works just fine on our windows installation. Only Solaris EP install is having problems. The version onwindows as well as on Solaris is EP6 SP9.
    Here is the exact version on the solaris EP:
    sap.com/SAP-JEECOR 6.40 SP9 (1000.6.40.9.0.20041119045253) 20041122132733
    sap.com/SAP-JEE 6.40 SP9 (1000.6.40.9.0.20041119045409) 20041122132741
    When I copy the .class file from windows to unix machine, the iView works fine. Here is the exception I am getting:
    >>> JSPCompiler >>> error
    [email protected]a188b
    [EXCEPTION]
    com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException:
    Error in executing a process for compilation
    at
    com.sapportals.portal.prt.servlets_jsp.server.compiler.impl.J2eeCompiler_6_30.launchCompilerProcess(J2eeCompiler_6_30.java:574)
    at
    com.sapportals.portal.prt.servlets_jsp.server.compiler.impl.J2eeCompiler_6_30.compileExternal(J2eeCompiler_6_30.java:370)
    at
    com.sapportals.portal.prt.servlets_jsp.server.compiler.impl.J2eeCompiler_6_30.compile(J2eeCompiler_6_30.java:672)
    at
    com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:2143)
    at
    com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.compile(JSPCompiler.java:76)
    at
    com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.run(JSPCompiler.java:122)
    at
    com.sapportals.portal.prt.core.broker.JSPComponentItem.compileJSP(JSPComponentItem.java:279)
    at
    com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:129)
    at
    com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:355)
    at
    com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
    at
    com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
    at
    com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
    at com.sapportals.portal.htmlb.page.JSPDynPage.doOutput(JSPDynPage.java:76)
    at
    com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
    at
    com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    at
    com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at
    com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at
    com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at
    com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
    at
    com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
    at java.security.AccessController.doPrivileged(Native Method)
    at
    com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at
    com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
    at
    com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at
    com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    I am having the same issue with another iview which has jsp page in it.
    The web dynpro iview works fine.

    Hi, seems like there's some typo in your jsp. Check the .java file listed with a java editor (like eclipse or devstudio.). Maybe you'll find the typo this way faster.
    Most often, a multiline page import hampers jsp compilation,
    e.g.
    <%@page import="java.util.List,
                    java.util.Map"%>
    needs to be
    <%@page import="java.util.List,java.util.Map"%>
    Regards,
    Armin

  • Installing the Java Add-In for an existing abap system

    Hi, Currently we are Installing the Java Add-In for an existing abap system.
    Following the steps (Installation guide):
    1) We sucessfully installed the Central Services Instance (SCS)
    2) We sucessfully Installed the Database Instamce Java Add-In
    Our problem comes in the third step
    3) Central Instance Java Add-In
    When the system prompts me the SAP System Identification (Select the central instance of your local host).
    I have a combo with two values: DVEBMGS00 of SAP System DEV and DVEBMGS00 of SAP System DEV
    (The same value)
    I chose anyone, and click next.
    The system send me an Input error and says "Caught EKdException in Module call: single select return more than on row"
    Any help is appreciated, and I will reward points if helpful.
    Regards

    I followed an advice made for a sap consultant, and delete some profile files.
    I had the following files
    DEFAULT.1.PFL
    DEFAULT.2.PFL
    DEFAULT.BAK
    DEFAULT.PFL
    DEV_DVEMGS00_bsomtymx005
    DEV_DVEMGS00_bsomtymx005.BAK
    DEV_SCS01_bsomtymx005
    START_DVEBMGS00_BSOMTYMX0
    START_DVEBMGS00_bsomtymx005
    START_SCS01_bsomtymx005
    after to delete the files, I have the following files
    DEFAULT.BAK
    DEFAULT.PFL
    DEV_DVEMGS00_bsomtymx005
    DEV_SCS01_bsomtymx005
    START_DVEBMGS00_bsomtymx005
    START_SCS01_bsomtymx005
    Then, I restarted the installation, and the sapinst allow me to continue with the installation.
    I really do not know if the installation will be sucessful, but this issue is solved.
    Thanks shanji, I was working in another tasks, but with your help, I will try to resolve again this problem, and found the solution.

  • Suggestions for compiling libraries on Leopard

    I'm finding it a real difficulty to get a couple of things I use for development up and running, and either my Google skills are failing me or people aren't asking this question:
    What is the best set of command line options to enter to allow for compilation as an x86_64 binary? I have a mac pro, but by default everything I've built so far compiles as an i386 file and won't run.
    I've tried the following line leading up to a configure shell command (very common in open source projects) with mixed results:
    CFLAGS='-arch x86_64 -DCPU=\"x86_64\" -Wc,-m64' LDFLAGS='-arch x86_64' ./configure
    Does anyone have any other ideas or better yet, something that works 100% of the time.
    TIA.
    Jason

    Not all open-source projects are as well "configure"-ed as others. I haven't yet done anything with x86_64, but I have had good success with the following aliases:
    alias uconfigure='env CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" ./configure --disable-dependency-tracking'
    alias uconfigurelib='env CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" ./configure --prefix=/Programming/Libraries --disable-dependency-tracking'
    alias umake='env CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" make'
    Some caveats. These aliases are probably overkill and are doing the same thing redundantly over, and over again. But some of the projects I have had to compile just weren't done correctly and I really had to work on them to get UB versions. Also, I have done very little with Leopard and nothing with x86_64. Finally, the uconfigurelib alias is so I can install libraries in a non-standard location, out of the path, and test including dynamic libraries inside an application bundle.
    None of these aliases will work for every project. In some cases, they could screw something up badly. In particular, if an application/library uses #defines to do byte-swapping, or even does any byte swapping, you'll have additional work to do. Also, if the software wants to access installed data in the "--prefix" path, then uconfigurelib will not work properly.
    So no, these are not 100% guaranteed, but they are a good start and have worked fine on several projects.

  • What is the next software update for my Mac OS X v10.5.8? What do i need to to do?

    What is the next software update for my Mac OS X v10.5.8? What do i need to to do?

    10.5.8 is the last free update available for your system. If you wish to upgrade to newer versions of Mac OS X, you will first need to purchase and install a copy of Mac OS X 10.6 Snow Leopard. Snow Leopard is back on the online Apple Store, at least in some countries. In the US:
    http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard
    If it's not listed on the web site of the Apple Store in your country, call the online Apple Store, they may still have copies of Snow Leopard available.
    Once you have upgraded to Snow Leopard, you then will have the option to upgrade to Mac OS X 10.7 Lion or 10.8 Mountain Lion, if you wish to do so and your system will support it.
    Regards.

  • Choosing specific library versions (lua51 vs lua) for compilation

    Hi. I wanted to compile my own conky, and I came across the following problem:
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_map.o): In function `tolua_bnd_setpeer':
    (.text+0x76): undefined reference to `lua_setfenv'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_map.o): In function `tolua_bnd_getpeer':
    (.text+0x62a): undefined reference to `lua_getfenv'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_map.o): In function `tolua_dobuffer':
    (.text+0x10b7): undefined reference to `luaL_loadbuffer'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_map.o): In function `tolua_dobuffer':
    (.text+0x10d3): undefined reference to `lua_pcall'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_push.o): In function `tolua_pushusertype':
    (.text+0x214): undefined reference to `lua_setfenv'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_to.o): In function `tolua_tofieldnumber':
    (.text+0x21e): undefined reference to `lua_tonumber'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_to.o): In function `tolua_tonumber':
    (.text+0x44): undefined reference to `lua_tonumber'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_event.o): In function `module_newindex_event':
    (.text+0xb8): undefined reference to `lua_call'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_event.o): In function `module_newindex_event':
    (.text+0x139): undefined reference to `lua_call'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_event.o): In function `module_index_event':
    (.text+0x25b): undefined reference to `lua_call'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_event.o): In function `module_index_event':
    (.text+0x27e): undefined reference to `lua_call'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_event.o): In function `do_operator':
    (.text+0x378): undefined reference to `lua_call'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_event.o):(.text+0x4b8): more undefined references to `lua_call' follow
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_event.o): In function `storeatubox.constprop.3':
    (.text+0x56a): undefined reference to `lua_getfenv'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_event.o): In function `storeatubox.constprop.3':
    (.text+0x5b3): undefined reference to `lua_setfenv'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_event.o): In function `class_index_event':
    (.text+0x639): undefined reference to `lua_getfenv'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_event.o): In function `class_index_event':
    (.text+0x888): undefined reference to `lua_call'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_event.o): In function `class_newindex_event':
    (.text+0x967): undefined reference to `lua_call'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_event.o): In function `class_newindex_event':
    (.text+0xa5f): undefined reference to `lua_call'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libtolua++.a(tolua_event.o): In function `class_gc_event':
    (.text+0xb59): undefined reference to `lua_call'
    collect2: error: ld returned 1 exit status
    make[2]: *** [conky] Error 1
    make[2]: Leaving directory `/var/abs/local/conky/src/conky-1.9.0/src'
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/var/abs/local/conky/src/conky-1.9.0/src'
    make: *** [all-recursive] Error 1
    It turns out I have both lua (5.2.2, installed together with awesome) and lua51. When I deinstall lua and leave only lua51, the build succeeds.
    The question is - how, while having both luas installed, can I tell for compilation to use lua51 and not lua? Is there a generalized approach to that or is it application specific? Sorry for possibly dumb questions, I'm not very well-versed on the subject of compilation under Linux.
    wujek

    Just specify that on the linker line.  As you haven't shown your makefile, I'm not sure how you're doing it now, but either of the following changes would do it:
    - pkg-config --libs lua
    + pkg-config --libs lua5.1
    - LDFLAGS=-llua
    + LDFLAGS=-llua5.1
    Or more generally:
    sed -i 's/-llua/-llua5.1/g' /path/to/Makefile

  • (SOLVED)Trouble installing qt3

    When I try to install qt3 with Pacman, i get the error:
    error: failed retrieving file 'qt3-3.3.8-19-i686.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    I get this for every mirror I try. That "xz" extension looks a little funny to me. Any ideas?
    Last edited by nadman10 (2011-05-17 00:51:09)

    Always -Syu when installing anything

  • Error in executing a process for compilation

    Hi:
    Our portal version is 6.0.2.28.0 (SAPJ2EE PL29)
    we have the following problem:
    1.- the developer upload a component in portal, but when he tries to run it, the following error appears:
    Mar 28, 2005 4:22:06 PM # Client_Thread_8      Fatal           >>> JSPCompiler >>> ERROR in Compiling :JSPFileInfo :4782283
    JSP File : /usr/sap/J2EE_DP3/j2ee/j2ee_00/cluster/server/services/servlet_jsp/work/jspTemp/irj/root/WEB-INF/portal/portalapps/PRUEBA
    _PCCLibragestMostrarPlantillas/pagelet/MostrarPlantillas.jsp
    Class Name: sapportalsjspMostrarPlantillas
    Java File : /usr/sap/J2EE_DP3/j2ee/j2ee_00/cluster/server/services/servlet_jsp/work/jspTemp/irj/root/WEB-INF/portal/portalapps/PRUEB
    A_PCCLibragestMostrarPlantillas/work/pagelet/_sapportalsjsp_MostrarPlantillas.java
    Package Name : pagelet
    Class File : /usr/sap/J2EE_DP3/j2ee/j2ee_00/cluster/server/services/servlet_jsp/work/jspTemp/irj/root/WEB-INF/portal/portalapps/PRUE
    BA_PCCLibragestMostrarPlantillas/work/pagelet/_sapportalsjsp_MostrarPlantillas.class
    Is out dated : false
    com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: Error in executing a process for compilation
    2.- If I stop/start SAPJ2EE the component, which was uploaded before,can be run without problem, but if you upload it again,when you try to run it again, the compilation error appears
    Any suggestion???
    Thanks

    Hi:
    the problem was not resolved deleting/uploading the components, the problem was resolved increasing the memory in the host and tuning the JVM memory parameters.
    In our host the memory was reduced and this was the origin of the problem
    Thanks

  • How to find next number range for project definition in tcode CJ20N

    Hai Experts,
          Please help me 'How to find next number range for project definition in tcode "CJ20N". I was trying in function module NUMBER_GET_NEXT. Is it right function module? If its right what input i need to give for this tcode and for the field project definition?
    Note: I searched in forum before posting, but couldn't find the solution.
    Thanks
    Regards,
    Prabu S.

    Hi,
    For project defination internal number is assigned by system.
    When you saves's project then system allocate one number to project defination, you can view it,
    SE11 >>> table  PROJ >> Click on contents >>> execute,
    here you will get your project defination & number is assigned to project defination.
    kapil

  • I AM A CREATIVE CLOUD MEMBER FOR SOMETIME BUT NOW WHEN I LOGIN WITH THE CORRECT PASSWORD I STILL GET SIGNED OUT MESSAGE AND THEN WHEN TRIED THE SOLUTION GIVEN BY HELP THAT IS TO DELETE OPM.DB FILE OR SECOND SOLUTION INSTALL A FRESH CREATIVE CLOUD FOR DESK

    I AM A CREATIVE CLOUD MEMBER FOR SOMETIME BUT NOW WHEN I LOGIN WITH THE CORRECT PASSWORD I STILL GET SIGNED OUT MESSAGE AND THEN WHEN TRIED THE SOLUTION GIVEN BY HELP THAT IS TO DELETE OPM.DB FILE OR SECOND SOLUTION INSTALL A FRESH CREATIVE CLOUD FOR DESKTOP APP OR EVEN SOLUTION OF RUN OF IMSLIBREPLACER  IM STIILL NOT ABLE TO LOGIN TO MY CREATIVE CLOUD FOR DEKTOP APP . PLEASE HELP ME AS I NEED TO GET IN AND EXPLORE MORE OF MY DOWNLOADED S/W
    I HAVE TRIED ALL POSSIBLE SOLUTION BUT AM AMAZED HOW THIS IS HAPPENING TO ME.
    PLEASE PLEASE HELP ME .Creative Cloud Connection

    Hi Alfred,
    I would like to know the exact error message when you sign in, in the meanwhile please try the following steps assuming its Windows, let me know if its a MAC:
    1) Go to Start button>> Control panel>> Uninstall a program.
    2) Check if you see Browser safeguard there, if yes then uninstall it.
    3) Open Internet explorer>> Tools>> Internet options>> Connections>> Lan Settings>> and it should be like this.
    -Ankit

  • I've just installed CS6 creative suite mainly for photoshop CS6. It comes with camera raw 7.0.something, but need something newer to use my canon 6d. When I download camera raw 8.5 and install the raw converter doesnt work anymore, wont even open or isnt

    I've just installed CS6 creative suite mainly for photoshop CS6. It comes with camera raw 7.0.something, but need something newer to use my canon 6d. When I download camera raw 8.5 and install the raw converter doesnt work anymore, wont even open or isnt available anymore in the plugin list. Tried to reinstall everything for a few times, but nothing helps.

    When I search for updates the raw converter doesnt get update automaticly. Frustrating, is costing me the whole morning.

  • I have a copy of Windows 7, and I am trying to bring up Boot Camp on my MacBook with Snow Leopard. But my Snow Leopard install disk is too old for Windows 7, so attempted Boot Camp install of drivers fails.

    I have a copy of Windows 7, and I am trying to bring up Boot Camp on my MacBook with Snow Leopard. But my Snow Leopard install disk is too old for Windows 7, so attempted Boot Camp install of drivers fails.
    I have hand-installed the NVidia graphics driver, and I have keyboard, minimal trackpad, and hardwire to internet all working. So the WIndows machine is usable. But I am hurting for wi-fi, better trackpad, and whatever else is delivered by Boot Camp. I can't use any of the Boot Camp upgrades because I do not have XP or Vista.

    While we all have MacBooks in this forum not all of us use Boot Camp. There's a Boot Camp Support Community where everybody uses Boot Camp. You should also post this question there.
    https://discussions.apple.com/community/windows_software/boot_camp

  • Just bought an iPhone 5s, as I turned on the phone it showed 71% of battery, I drained it to 15% and next charged it for 3 and a half hours to fully charged. Did I do any mistake ? Should have I let it to get discharged in order to fully charge it ?

    Just bought an iPhone 5s, as I turned on the phone it showed 71% of battery, I drained it to 15% and next charged it for 3 and a half hours to fully charge. Did I do any mistake ? Should have I let it to get discharged in order to fully charge it ? Somebody told me I should have let it discharged and then to fully charge, but I didn't do it, my iphone is working very well, the battery too but I'm worried if the battery lifespan is gonna get worsen soon if I didn't abide by the rules and procedures of battery charging.
    I had problems on my previous iPhone 4s, it died because I didn't replaced the battery with a new one because my battery never worked well and I never knew it , the battery used to overheat my iPhone and it caused to damage my processor completely to death. Who does the replacement of the iphone processor?  I need help how to maintain with the iphone battery. And also let me know if I did something wrong that I should get worried about or not ?!?!

    Apple does not fix the iPhone 4S, they replace the phone. If not covered by warranty, called an out of warranty exchange. Cost is US $199. Make an appointment at any Apple store.
    Be aware, Apple does not sell iPhone parts, thus there is no legitimate source for genuine parts.

  • How do I install camera raw 4.6 (for Nikon D90) in Elements 6 for a Mac?

    I need to install camera raw 4.6 (for Nikon D90) plug-in on Elements 6 for at Mac?  I'ved downloaded the plug-in but it does not seem to work.  I've got Elements 10 on my desktop Mac but I am using Elements 6 on an older iBook G4.  Any help will be appreciated.  thanks.

    For PSE 6, get the .plugin out of the download, then go to your hard drive>library>Application Support>Adobe>plug-ins>file formats and remove the old plug-in, then put just the new .plugin file in there instead. Older versions of PSE can't update ACR from the help menu the way PSE 10 can.

Maybe you are looking for

  • Home network for multiple users

    Hi, We have an iMac and two Air's, plus phones & iPad's, but, I am struggling to find a way to make everything work together. My wife & I utilise seperate apple ID's, have our own camera rolls on phones, have our own aplications etc on our laptops, b

  • Error in target system : iDOC -XI-iDOC

    We are getting this error in smq2 when we are processing bulk idocs thru XI <i><b>"Error in target system "</b></i> . The setting on receiving system is <u>trigger by background program .</u> Manish

  • Double records in BW

    Hi Gurus, I have done full repair load from source to target.which I am doing every month. and after that loading I used to get the exact result in BW. But this time after loading (full repair) the data I am getting the  double records as compare to

  • Alternate column colors in SQL 2008 Matrix

    I have a Matrix with dynamic columns. I am grouping Matrix on one column group. I am trying to have a different color for every group. I hvae so far, three groups. How can I do that? A note, there is no data for every column group in every row.

  • Reading the TimeZone information from a Request in an ADF based WebApp

    Hi, I am new to Oracle ADF and I have to develop a web-app for administering a Single-Sign-On application by using ADF and JSFs technologies. How can I get the timezone from the request sent by the client browser? Help is highly appreciated. Message