Advice needed from Experts.

Hi,
         I would like to get advice from experts of this community regarding iOS 7.0.2 upgrade to my iPhone 4.
         I am using iPhone 4 and my present iOS is 6. I am happy with my iOS 6.
        I would like to upgrade to iOS 7 and before upgrading I have gone through the reviews in various forums about iOS 7 with iPhone 4. There were mixed reviews and I am totally confused whether to upgrade or not. Hence I would like to seek advice of this community whether shall I go for upgrade of iOS 7 or not.
        Mostly I would like to hear from you the demerits of iOS 7.0.2 over iPhone 4.
Thank you very much for your suggestions which you're going to provide to me

no the audio will play back alright through the system sound - you don't need to export it unless you have a specific reason to.
your QT file should playback just fine within logic. basically if you can play it wiuth the QT player then you can play it through logic. just go "open movie as float" under options in the main menu. you need a reference point in the QT - if the guys your workling with are at all professional they will provide you with BITC, which you can then line up to your own SMPTE by using the movie start in the float window.
its really very easy. if you are using a really heavy CPU intensive session, then you may want to check what format or codec the QT is in because certain codecs require more from the system than do others. as a rule of thumb, the more compressed and high quality the more work for the cpu.

Similar Messages

  • Att: Abelhinha  Re: Advice needed from you Professionals out there

    Hi again!
    Thanks for your replies yesterday.
    I went through your code, and done some reading on interfaces and stuff, and understand what your code is doing.
    I am going to explain, based on my understanding, what my code should do, and would greatly appreciate it if you will let me know if i am right or not!
    Here goes!=========================================================================
    -I will create a thread which will check the database and see if there are data to be
    put in the table.
    -If there are:
    --Check if the displayThread(which displays and updates the table) is running?
    ---If it is, then do nothing
    ---if not, then start the displayThread.
    -If there are not, then stop the displayThread.
    ===================================================================================
    Is this correct?
    Hope to hear from you soon.
    Regards

    Sorry, I haven't had any time during the weekend to take a look here.
    I'll try to answer you questions below:
    Hi again!
    I'm actually not sure if i need the listener at all,
    or rather for the first part of my problem!
    I think i only need the 1st listener, and the
    onConditionMet() method. Why?
    Well, because, if the condition is met, would also
    mean that there is data to be displayed.
    That certainly seems reasonable. And you should not forget, it's your application, so in the end it will be you who decides what works best for you. You could try a trial and error approach to see which solution fits best your problem.
    The problem now is that i have to still check if the
    Window which supposed to be displayed, with the table
    with the above data in, is active or not?
    At the start of the program, it will not be active, so
    i will create a new class for this window. However,
    afterwards i will have to check if it is visible, and
    update the values in the table, or if the
    onConditionMet is false, then to stop/close the
    window!I may be incorrect, because it's been a very long time since I used any type of GUI, but if you want to update your window, you will have to keep a reference to it somewhere. That reference may help you out, but if it doesn't, you'll probably still need some kind of windowlistener to tell you whether it has been closed etc, no?
    >
    Thanks and hope to hear from you soon.
    RegardsI hope this will help you.
    Abelhinha

  • Advice needed from those who use after action to create shared directories.

    Hello.
    I am needing help from those that have successfully implemented an AD after create script to make shares and give the permissions.
    I am using rmtshare.exe and cacls.
    I am seeing the error string "No mapping between account names and security IDs was done" being returned by cacls.
    The only way I can explain this is that the cacls command is executed by the gateway before the AD has replicated the AD account just created to all DCs and Fileservers in the domain.
    Question is... have people out there with successful implementations used a delay e.g. sleep.exe between making the home directory and issuing cacls?
    If so, what delay is best.. 5 10 15 45 60 seconds???
    please respond. this is driving me crazy!

    The Gateway service process is definitely running as an administrator.
    I put a delay of 60 seconds between the rmtshare.exe call and the cacls call.
    This worked. Just that its a crazy way of doing things.
    In anycase how can IdM know that an AD account it has just created on the domain controller has successfully been replicated around the whole AD domain?

  • Suggestion Needed from Expert Converting Two tier ERP to Java Environment

    Hi Experts,
         We implemented ERP Production Planning system which has 300 forms including complex forms using Centura (like Visual Basic Gui) with Oracle/SQL Server.
    Now we are planning to convert our ERP to Java based application. Could you give any idea Which kind of combination i can use to convert our application to Java based application. I have less idea with java as of now. We are planning to have entire framework and form properties in XML. We are thinking to use like webservices, struts 2.0 , Swing etc. But we do not know advantage or disadvantage of this.
    Any suggestions would be greately appreciated...
    Regards,
    A.Chellammal

    You might want to check out the Sun Supply Chain Mgmt site:
    http://www.sun.com/third-party/supplychain/
    Sun Professional Services:
    http://www.sun.com/990323/erp/
    Sun Partners:
    http://solutions.sun.com/catalog.static/en_US/9/4004033.html
    http://www.sun.com/partners/tmo/stp/build.html
    Sun Hardware:
    http://www.sun.com/servers/solutions/erp/index.html
    Sun Oracle:
    http://www.sun.com/third-party/global/oracle/

  • Need an expert advice in Implementing continuous delivery across environments

    Hi All,
    I need an expert advice/solution in implementing continuous delivery in our project. (PF Screenshot)
    Deployment goes like this.. 
    Dev checks in -> TFS Builds - > RM Invokes -> using PS/DSC -> Copies the binaries to DIT environemnt's IIS virtual dir -> Manual replacement of Web.config files (since we have many environments)- > App runs
    PS/DSC does following things : Copies binaries using X copy , Uploads SP excel reports , Executing Dacpac scripts etc ..
    Now the chanllenge earlier faced was wrt Web.Config files was, for every DIT environment many configurations, conn strings would change. In order to overcome this , Implemented Web.config transformations( like Web.DIT1.Config .... Web.DIT6.config in my solution
    explorer. 
    Added a custom MSBuild script in my .csproj file and before triggerig the build defination I 'd change in Process tab- > Basic - > Configuration = DIT1 (based on requirement) and triggers . )
    It perfectly deploys to the DIT 1 without manually replacing WEb.config files. 
    1) Now the blocker for me, Can we achieve this without Web.config transformations ? Since I don't want to expose the sensitive date in config files is there any way to implementing the same ?
    2) I wanted to have continuous deployments from DIT to SIT and from SIT to UAT etc , How can we achevive the same ?
       I m planning to implement the same with web.config tokenizing in RM?
    Looking for some expert advice in achieving the same?
    Many Thanks ,
    Abraham Dhanyaraj

    HI Abraham,
    Instead of having web config transformations to set config values for each environment do the following.
    1. Have one transformation config say for example web.release.config which will contain tokens understood by RM (starting and ending with double underscore) for each config value.
    <log4net>
    <appender name="FileAppender" type="log4net.Appender.FileAppender">
    <file value="__log4netLogFile__" xdt:Transform="Replace" />
    </appender>
    </log4net>
    <ClientsSection>
    <Clients xdt:Transform="Replace">
    <add Id="__ClientId1__" Secret="__SecretCode1__" RedirectUrl="__RedirectUrl1__"></add>
    <add Id="__ClientId2__" Secret="__SecretCode2__" RedirectUrl="__RedirectUrl2__"></add>
    </Clients>
    </ClientsSection>
    <appSettings xdt:Transform="Replace">
    <add key="MinCaps" value="2" />
    <add key="MinSymbols" value="1" />
    <add key="MinNumerics" value="1" />
    <add key="MinLength" value="6" />
    <add key="MaxLength" value="" />
    <add key="webpages:Version" value="3.0.0.0" />
    <add key="webpages:Enabled" value="false" />
    <add key="PreserveLoginUrl" value="true" />
    <add key="ClientValidationEnabled" value="true" />
    <add key="UnobtrusiveJavaScriptEnabled" value="true" />
    <add key="WebPortalName" value="__WebPortalName__" />
    <add key="TimeZoneFrom" value="Pacific Standard Time"/>
    <add key="TimeZoneTo" value="Mountain Standard Time"/>
    </appSettings>
    The TFS builds can generate output with above formatted configs with web config transformation.
    2. Then in RM server templates change the config files to have values depending on the environment. You can do this using a custom deployment component or default xcopy deployment component to set parameters.
    3. Then in the release template set the config values.
    Cheers!
    Chaminda

  • Advice needed on buying iphone as gift

    I went to apple store, they do not want to sell iphone to me unless I sign AT&T 2 years plan. I thought AT&T has locked the phone and users must subscribe in order to use it. Why Apple store still not allow me to buy?
    Please advice, if I want to buy online iphone for my brother, do I or my brother have obligation to sign out AT&T plan?
    One more advice needed, I found the shipment takes weeks, do I have option to arrange for self-collection?
    My brother birthday is coming soon, I need above advice urgently.
    Thank you very much

    Tamara wrote:
    I'm guessing English is not your first language. It's possible that you misunderstood them. Apple Store employees won't refuse to sell you an iPhone and you don't have to sign up for service in the store.
    Well that's not entirely true.
    Apple Stores have been instructed not to sell you an iPhone if any of the following is true:
    • You state that you will not be signing up with AT&T.
    • You do not have an ID from a US state, also indicating you will not be activating with AT&T
    • You do not have a credit card
    For example, I've seen US Apple Store managers refuse to sell iPhones to European residents because of the AT&T lock-in.

  • Setting up Premiere Pro 2.0, Need an expert!

    Hello, Guys
    I need an expert to help out on this one,
    I'm tired of setting up Premiere Pro every time I upgade, I always have to re-install
    Plug-ins and other goodies like Premiere Pro 2.0 that offers DVD Templates now.
    is there a way to install all these goodies and Plug-ins like in a second Hard Drive and somehow
    link Premiere Pro to work from that location versas on C:\ Drive?
    also
    I'd like to keep at least two versions of Premiere so these two version will see the same
    second Drive for Plug-ins and goodies!
    I also like to do the samething for After Effects!
    Can someone answer this question jus make sure how would work.
    Thanks
    Freddy

    Thanks Harm!
    but?
    Windows 7 supports Premiere Pro 2.0?
    I don't want to change other version of Premiere Pro, it took me long time to get a Premiere Pro
    get it to work just right and now I have it.
    it looks so good running like no other version of Premiere Pro before that I won't upgrade unless
    I have to.
    Do you have Premiere Pro running under Windows 7?
    Thanks
    Freddy

  • Advice needed regarding Dummy Learning Environment

    Being a newbie, In VM I will install Oracle 11G/Oracle 10g and play in that environment , the aim is get thorough with Unix environment & basic tasks of DBA. So what combination of O/S will be most suitable for me?
    Any advice from experts will be great for me.
    Edited by: 916438 on Mar 31, 2012 5:59 PM

    916438 wrote:
    Being a newbie, In VM I will install Oracle 11G/Oracle 10g and play in that environment , the aim is get thorough with Unix environment & basic tasks of DBA. So what combination of O/S will be most suitable for me?
    Any advice from experts will be great for me.
    I would suggest that you use Virtualbox for creating the virtual machines and as a choice of O/S, use Oracle's Enterprise Linux. Both the products are from Oracle itself so are completely certified to run Oracle products and the biggest advantage, both are free!
    You can download Virtualbox and OEL from the below links,
    https://www.virtualbox.org/
    http://edelivery.oracle.com/linux
    Good luck!
    Aman....

  • We need an expert!

    It hit me that the exchange could really use an expert or two.
    Someone who could speak for NI and settle the "why" questions.
    I am not saying that we should draft Greg McKaskle, but the Exchange would benefit if there waws someone around that could "lift the hood" and give us some quick glimpses of what is really happening "in there".
    I am afraid that our top contributors are giving more than they are getting.
    Anyone else have an opinion on this subject?
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

    Michael Aivaliotis wrote:
    Molly K wrote:
    I will continue to work on driving participation in the community from members throughout the NI organization to ensure that we provide as much support for all members of the community as possible. We could also consider what some communities do where there is a "live" session with an expert where users have a forum to ask their burning questions.
    That's nice to hear Molly. Perhaps a webinar can be aranged for this.
    I will not decline the webinar with the expert but that would fall short of what I had in mind.
    The "why" Q's could take some time to research and respond. I do not think that would cover what I feel the Exchange could benefit by (I know bad english!).
    I (and I beleive, many others) have worked to make the Exchange a common repository of LV answers.
    Over the years we have accumulated a great deal of knowledge in the Exchange. Knowledge BTW that will persist beyond some of our life times.
    I view this knowledge as falling into three catagories.
    1) Basic
    2) Intermediate
    3) Advanced
    (I will resist defining exactly what falls into each catagory. This is really dependent on the user it seems.)
    I think the contributors to the Exchange do a great job of catagories #1 and #2.
    #3 is marginal (now)!
    We used to be better!
    We were better before NI Week 2004.
    Why were we better?
    Because we had Experts!
    I used to subscribe to all of the Experts. I would read all of their answers and share them with the developers I support in-house.
    This change in Expert contributions was not due to the Exchange conversion. It pre-dates the change.
    After this discourse let me rephrase my desire.
    We need contributors that can can expand the scope of the Exchange's KB.
    Set ramble=True
    The Exchange, without Experts is like the world without science!
    Before science the world was understood by observation and the attributing phenomonon (sp?) to super-natural forces. "If you swing a cat three times and then..... while ... you will be favored."
    That is how I view the A that was provided to Coastal...
    Coastal.. just got the "what" answer, not the "why"!
    Science appraoches things differently. It seeks to understand a phenomonon and by so doing, acquire the knowledge and understanding required to "PREDICT" how the system would behave in other non-observed conditions.
    The various replies given to Coastal... were only devloped by trial and error until we figured out if we should spin the cat clock-wise or counter clock-wise.
    Set ramble=False
    I do not think that we need an Expert to be on call 24/7. That is over-kill.
    What could work is having a "messenger" that could carry coice Q's to the "Ivory Tower" and return with the knowledge we seek.
    NEW IDEA!
    How about getting one in-depth answer per week?
    Of course I would like it to be my Q that gets answered but maybe we could re-introduce the "polls" and allow Exchange contributors (BTW what do we collectively call ourselves now?) to nominate what answers get the "treatment".
    Trying hard to expand the strength of the LV community,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Had to have a rebuild of my laptop....advice needed!

    Had to have a rebuild of my laptop....have now lost all my music from my itunes, but I can't transfer back on from my ipod. Also had to register my laptop (same) as another computers, so now no music showing as purchased, though I have. Also have hours of uploaded music from my own purchased, legitimate CDs, but won't transfer from ipod...it says it will erase. So very frustrated....thanks mr technician!    PLEASE  ....help, advice needed!

    I believe that if you do a clean reinstall from your HD's recovery sector (D) or Recovery disks, the hard drive sector C is wiped clean. Everything goes, apps, data, address books, music, pix, viruses
    Is that what you did?

  • Please give any advice thanks from Susan

    hI we have had trouble with are new printer we have had it for about a month now but we can't print anything of it we have tried wireless and downloading the app but had no luck please give any advice thanks from Susan

    Hello @Susanpurdy!
    Thanks for posting on the HP Forums!
    I would be happy to provide some help!  I can see that you are unable to print anything to the Deskjet 2540 via wireless.  To ensure I provide you with the correct information I will need to know what operating system the computer running.  also are you trying to print from a mobile device like an iPad or tablet? 
    If you are unsure of what operating system version your computer is running:
    For Windows click here:  Windows Operating System
    For Mac click here: Mac Operating System
    To ensure your router is setup to network the printer correctly I recommend contacting your router company an ensure  the following settings are correct in the router:
    ~ Network name and password need to have NO SPACES OR PUNCTUATION
    ~ Must be using WPA security
    ~ Encryption Type 128-bit
    ~ Dual broadcast Wireless b/g/n (printer will only connect to g)
    ~ MAC filter needs to be turned off
    ~ Multicasting Must be turned on
    ~ Bonjour must be enabled
    ~ Dual band set to 2.4 Ghz
    ~ Correct Wireless Channel (not 1,, 6,, 11)
    ~ Router Firmware Updates
    ~ Firewall settings need to be at there default settings, or set to a lower security
    ~ Following ports need to be un-blocked:
    Incoming (UDP) ports : 137, 138, 161, 427 (iPad 80, 443)
    Outgoing (TCP) ports : 137, 139, 427, 9100, 9220, 9500 (iPad 5222, 5223)
    Please post back with the requested ifnormation and i should be able to provide more help!
    Cbert
    I work on behalf of HP.
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" at the bottom of this post to say “Thanks” for helping!

  • Advice needed on Leopard

    My computer (G4 Power PC) apparently has the ability to upgrade from its current OS 10.4 to 10.5. I had avoided doing it and now, after purchasing the latest Finale upgrade that requires 10.5 or 6, MUST do it. I read the specs and am aware that this is it as the Intel is required for Snow Leopard.
    My question is how can I get this now out-of-date upgrade? All I see on the Apple site for sale is 10.6. Thanks.

    I have found a Mac OS Install pair of discs that came with my wife's iMac when Leopard was king. There are two discs and says it is version 10.5.4. They are both gray but came shipped with the iMac in December of 2008, so no doubt are from Apple and have the Apple icon. Will I be able to install this upgrade on my G4 OK? If so, what do I need from the install disc as I am not interested in other perks that may be on it. I just need OS 10.5 in order to install and run my Finale 2011 update. Someday down the road I realize that I will need to get a new computer as mine was bought two weeks after 9/11. Thanks for all the great advice.

  • TS2529 I had backed-up my iPhone and when I try to restore it it says that the back-up is corrupt or the iPhone is not compatible. I had a bunch of pictures that I need from that restore. Is there any way to get them back? I did the back-up to my Macbook

    I had backed-up my iPhone and when I try to restore it it says that the back-up is corrupt or the iPhone is not compatible. I had a bunch of pictures that I need from that restore. Is there any way to get them back? I did the back-up to my Macbook

    If the backup is corrupt, there is nothing that can be done.
    For what reason did you choose to not copy the pictures off the device to a computer prior to attemping an update or whatever caused the need to restore?  iPhones are not intended as sole storage of any media.

  • I need your expert opinion on how to create a map with multiple conditions.

    Hello.
    I need your expert opinion on how to create a map with multiple conditions.
    I have a procedure (which i cannot import or re-create in OWB due to the bug), so i am trying to create a map instead :-(
    How can i create a cursors within the map?
    My function creates table and cursor.
    Then it will have to check for duplicates in the tables (the one created and another table) - the criteria for finding duplicates is a number of fields.I then need to place few different conditions (if some attributes are not available) and it has to load cursor based on this conditions. The next step is to fetch the data into the cursor based on what attributes are missing.
    The next thing it will do is insert the data into table (if record doesn't exist), output the error in separate table is record is corrupted, or update the record with changed information.
    In short i need to re-create match / merge but with conditions, iterations etc 'built into' it.
    I can read up on available functions - it's just what would be the best options? and what would be the best approach to do so?
    In my function i use %rowtype - but cannot use it in owb - so what would be the alternative? i don't really want to create a lot of variables and then have a nightmare of maintaing it. are there any tips regarding this?
    having looked through Oracle dedupe - it's not really what i need because it is just DISTINCT.
    I would appreciate any help / advise on this.
    Thank you very much

    thanks a lot for your reply - i will look into this option :-)
    it is a bit more complicated now as i have to re-create the match / merge and then somehow 'tweak' it to achieve the result i need.
    At the moment i am looking to breakdown the package into smaller chunks 'functions' and try creating the map that way.
    Anyway, thank you very much for your suggestion.

  • Hi,how can i change language in new lion?i need from english,to the czech know anyone?thanks

    hi,how can i change language in new lion?i need from english,to the czech know anyone?thanks

    If you are talking about the menus and dialogues, go to system prefs/language & text/language and move Czech to the top of the list and then logout/login.
    If you are talking about the keyboard, let us know.

Maybe you are looking for