IPhone 4 accessory help needed asap

Okay so here's the deal,
I used to have the first generation IPOD and I connected it to my after market DVD system that is in my car. I wouldn't be able to tell you the brand because there isnt one.
But the connection is two small USB connectors on one side and on the other the iPod charger connector.
Normally I plug my iPod in and go to the iPod menu in the system and then navigate through that to play the songs over my car speakers.
I have recently purchased an iPhone 4. And I am no longer able to do this.
I connect the accessory and it says this is not optimized for iPhone 4 you may experience some disruption in the background
I navigate the same way my play lists pop up and everything is the same but when I click it no sound comes out.
And when I navigate through the actual iPhone the sound comes out the iPhone even whilst still connected.
Is there anything I can do to make this accessory work??
Any settings I can change, any apps I can download.
Any advice would help.
Cheers in advanced.

unfortunately if its not working you need a update from apple or a update from the manufacturer there has been a lot of complaints about car stereos not working with the iPhone 4 and it def has something to do with the software that apple is shipping there is no magic application or magic setting that is going to change this sorry

Similar Messages

  • Help needed asap! Will my IPAD 3G wifi work in another country with the sim of a 3G services provider?

    Help needed asap! I want to buy an IPAD 3G + Wifi before I return to my country from the US. The problem is that I have GSM service providers in my country that provide 3G services but I am wondering if their SIM card would work in the IPAD? In other words, can I get an unlocked IPAD 3G wifi? Thanks for helping out

    The AT&T 3G iPads (which are GSM/sim based) in the US are not locked (the Verizon models are CDMA based so they effectively are). So as long as you can get a sim in your own country you shouldn't have a problem

  • Error messages help need asap!!!!

    hi this is my code and I need help with what i need to do and how to do it to get rid of the error messages
    CREATE OR REPLACE FUNCTION
    no_of_task_types (x NUMBER)
    RETURN NUMBER IS
    my_val NUMBER;
    BEGIN
    SELECT COUNT(distinct t.task_type_no)
    INTO my_val
    FROM employee e, assignment a, task t
    WHERE e.employee_id = x
    AND e.employee_no = a.employee_no
    AND t.task_id = a.task_id
    RETURN tasktotal;
    END;
    SHOW ERRORS
    these are the error messages:
    Warning: Function created with compilation errors.
    Errors for FUNCTION NO_OF_TASK_TYPES:
    8/1     PL/SQL: SQL Statement ignored
    13/27     PL/SQL: ORA-00933: SQL command not properly ended

    Hi,
    Welcome to the forum!
    Don't say things like "urgent" or "asap" (as in your title, "error messages help need asap!!!!"). It's rude.
    971848 wrote:
    hi this is my code and I need help with what i need to do and how to do it to get rid of the error messages
    CREATE OR REPLACE FUNCTION
    no_of_task_types (x NUMBER)
    RETURN NUMBER IS
    my_val NUMBER;
    BEGIN
    SELECT COUNT(distinct t.task_type_no)
    INTO my_val
    FROM employee e, assignment a, task t
    WHERE e.employee_id = x
    AND e.employee_no = a.employee_no
    AND t.task_id = a.task_id
    RETURN tasktotal;
    END;
    SHOW ERRORS
    these are the error messages:
    Warning: Function created with compilation errors.
    Errors for FUNCTION NO_OF_TASK_TYPES:
    8/1     PL/SQL: SQL Statement ignored
    13/27     PL/SQL: ORA-00933: SQL command not properly endedIt looks like you're missing a semicolon at the end of line 13; that's why the statement beginning at line 8 can't be understood.
    Also, you store a number in my_val, but never use that number, and you have a variable called tasktotal that's never defined. Should my_val and tasktotal be the same variable?
    Perhaps this is what you want:
    CREATE OR REPLACE FUNCTION
           no_of_task_types (x NUMBER)
    RETURN NUMBER IS
        tasktotal   NUMBER;
    BEGIN
        SELECT  COUNT(distinct t.task_type_no)
        INTO    tasktotal
        FROM    employee e, assignment a, task t
        WHERE   e.employee_id = x
        AND     e.employee_no = a.employee_no
        AND     t.task_id        = a.task_id;          -- ; at end is important
        RETURN tasktotal;
    END;
    /This question doesn't have anything to do with SQL*Plus, so maybe the SQL*Plus forum isn't the best place for it. This is strictly a PL/SQL problem; in the future, post questions like this in the PL/SQL. The FAQ page for that forum, {message:id=9360002} , can really help you.

  • HT4623 iphone 3 restore help needed asap

    Hi,
    See below print screem of problem I am having, iphone 3 is in restore mode and i have trird everything I have been advised to.
    \error 6025
    2012-09-27 22:36:11.015 [1012:120c]: restore library built Aug 11 2012 at 16:32:14
    2012-09-27 22:36:11.015 [1012:120c]: iTunes: iTunes 10.7.0.21
    2012-09-27 22:36:11.015 [1012:120c]: iTunes: Software payload version: 8C148
    2012-09-27 22:36:55.604 [1012:aec]: iTunes: Specifying UOI boot image
    2012-09-27 22:36:55.610 [1012:aec]: requested restore behavior: Erase
    2012-09-27 22:36:55.611 [1012:aec]: requested variant: Erase
    2012-09-27 22:36:55.625 [1012:aec]: *** UUID 6729FE47-231E-B74A-B26A-EE2F3B282E46 ***
    2012-09-27 22:36:55.667 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: withApTicket is False
    2012-09-27 22:36:55.668 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreLogo" Digest = "<CFData 06D3B9F0 [71048078]>{length = 20, capacity = 20, bytes = 0x9eba4b1152ef0493161c31d5cade4ae26ec4d01b}"
    2012-09-27 22:36:55.668 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreDeviceTree" Digest = "<CFData 06D40E78 [71048078]>{length = 20, capacity = 20, bytes = 0xe1c1d64ae4a66c446fe5a2ea91a8de3462a9cbf3}"
    2012-09-27 22:36:55.669 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreKernelCache" Digest = "<CFData 06D3C698 [71048078]>{length = 20, capacity = 20, bytes = 0xffe4fd533832ec121bf356ca1143e360972d4190}"
    2012-09-27 22:36:55.669 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreRamDisk" Digest = "<CFData 06D3EFB0 [71048078]>{length = 20, capacity = 20, bytes = 0x7b7645b89389219cfb4de5257fec59b67237d8aa}"
    2012-09-27 22:36:55.703 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "KernelCache" Digest = "<CFData 06D3DA98 [71048078]>{length = 20, capacity = 20, bytes = 0xffe4fd533832ec121bf356ca1143e360972d4190}"
    2012-09-27 22:36:55.704 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryLow1" Digest = "<CFData 06D430D8 [71048078]>{length = 20, capacity = 20, bytes = 0x8be30a8b298e36866e05eee57538430dc60af012}"
    2012-09-27 22:36:55.705 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryLow0" Digest = "<CFData 06D3C648 [71048078]>{length = 20, capacity = 20, bytes = 0x7c27972b0539fbdacfed19f6cbf3bba92eaa4f13}"
    2012-09-27 22:36:55.716 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "iBoot" Digest = "<CFData 06D3F4B0 [71048078]>{length = 20, capacity = 20, bytes = 0x67814c9641a3a8c28fa800b6c3f753590aed60db}"
    2012-09-27 22:36:55.716 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "DeviceTree" Digest = "<CFData 06D39B28 [71048078]>{length = 20, capacity = 20, bytes = 0xe1c1d64ae4a66c446fe5a2ea91a8de3462a9cbf3}"
    2012-09-27 22:36:55.717 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging1" Digest = "<CFData 06D3CE40 [71048078]>{length = 20, capacity = 20, bytes = 0xa622ccd2cbc8406da1757d19212cacc6f856eb4d}"
    2012-09-27 22:36:55.717 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging" Digest = "<CFData 06D3DA20 [71048078]>{length = 20, capacity = 20, bytes = 0x8ae3e48d62cd8a83287c8133a195637c908458b2}"
    2012-09-27 22:36:55.717 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "AppleLogo" Digest = "<CFData 06D41E68 [71048078]>{length = 20, capacity = 20, bytes = 0x9eba4b1152ef0493161c31d5cade4ae26ec4d01b}"
    2012-09-27 22:36:55.718 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryPlugin" Digest = "<CFData 06D3AAC8 [71048078]>{length = 20, capacity = 20, bytes = 0xea5805db544407d49475a4584e6c3af3bc97cd0f}"
    2012-09-27 22:36:55.718 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryFull" Digest = "<CFData 06D42700 [71048078]>{length = 20, capacity = 20, bytes = 0x50dd3114f4b9a3bb9c18589bfc5a300e35335f5f}"
    2012-09-27 22:36:55.718 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging0" Digest = "<CFData 06D42278 [71048078]>{length = 20, capacity = 20, bytes = 0x64c7eb75bfdf1c0ff50ff17851c37918316eeed8}"
    2012-09-27 22:36:55.719 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RecoveryMode" Digest = "<CFData 06D406D0 [71048078]>{length = 20, capacity = 20, bytes = 0xa21af5e198d8dccd00bea4bfa47b26c771a0716b}"
    2012-09-27 22:36:55.719 [1012:aec]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: using UniqueBuildID <CFData 06D3D728 [71048078]>{length = 20, capacity = 20, bytes = 0x4a515ecc484322448d261b13499bfb4002f66b96}
    2012-09-27 22:36:55.721 [1012:aec]: amai: AMAuthInstallRequestSendSync: SSO function returned NULL, SSO disabled.
    2012-09-27 22:36:55.812 [1012:aec]: amai: tss_submit_job: HttpQueryInfo returned 200
    2012-09-27 22:36:55.823 [1012:aec]: amai: AMAuthInstallRequestSendSync: received tss response (server version: 0.6.30-b2)
    2012-09-27 22:36:56.280 [1012:1580]: iBoot build-version = iBoot-931.71.16
    2012-09-27 22:36:56.281 [1012:1580]: iBoot build-style = RELEASE
    2012-09-27 22:36:56.298 [1012:1580]: unable to open device_map.txt: No such file or directory
    2012-09-27 22:36:56.300 [1012:1580]: found device map entry for 0x00008900 0x00000004. boardConfig=n82ap platform=s5l8900x
    2012-09-27 22:36:56.301 [1012:1580]: _AMRestoreCreateCFDataWithContentsOfFile: CreateFileA failed: 2
    2012-09-27 22:36:56.301 [1012:1580]: unable to create data from file: 17
    2012-09-27 22:36:56.301 [1012:1580]: device_map.plist file not found
    2012-09-27 22:36:56.302 [1012:1580]: AMDeviceIoControl: GetOverlappedResult failed
    Can anyone help,  i have tried all youtube videos, all apple advice, I am at a loss
    Thanks
    Sam

    unfortunately if its not working you need a update from apple or a update from the manufacturer there has been a lot of complaints about car stereos not working with the iPhone 4 and it def has something to do with the software that apple is shipping there is no magic application or magic setting that is going to change this sorry

  • Iphone 4s is charging, but doesn't indicate that it's charging - HELP NEEDED ASAP

    Dear apple fans,
    Goodmorning to you all, this is my very first post in the apple community and i would like to greet all of you !
    My iphone had recently stopped indicating that it is charging (When the battery turns green & the lightening sign comes on), but it's still charging. It charges very slow, but if turned off, it charges very fast. In addition, it is not connecting to the computer or syncing to itunes. I do not know if this is a hardware issue, or is it my connector cord... i have not tried any other connector cord as yet. Any feed backs or help that can be given will be greatly appreciated! Thank you!
    - Shemar M. Lewis

    Hey Visparia,
    Thanks for the question and welcome to the Apple Support Communities!
    I understand that you are experiencing issues with your iPhone 4s in relation to charging. Trying a different cord is definitely a great isolation step. The following resource provides additional steps that you can try as well:
    iPhone and iPod touch: Charging the battery
    http://support.apple.com/kb/HT1476
    Resolving issues
    If your battery doesn't charge, or if your device shows a low-battery image, black screen, or "accessory not supported" alert, follow these steps.
    1. Inspect the connector at the bottom of the phone:
      - Make sure that there are no bent pins in the connector.
      - Make sure that the connector is free from debris.
      - If there are bent pins or debris, please contact Apple Support.
      - Otherwise, continue troubleshooting.
    2. Make sure that the outlet you're using works.
    3. Make sure that the Apple USB cable and Apple USB power adapter work.
    4. Plug the device in to power and let it charge until your device turns on. This could take between 10 and 30 minutes. If you don't have an Apple USB power adapter, try connecting to a computer's high-power USB 2.0 port (not a keyboard). The computer must be on.
    5. If the device still exhibits an issue, try turning your device off and then on again while connected to power.
    6. If the issue persists, please contact Apple Support.
    I also understand that your iPhone is not recognized in iTunes when connected. This too may be related to the cable itself, however here are some troubleshooting that you can attempt, based on your computer’s operating system:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/ts1591
    Thanks,
    Matt M.

  • HELP Needed ASAP! Curve Not Turning On, Red Flashing Lights!

    Hi,
    I have a Blackberry curve 8310. I plugged my curve into my mac to do a software update. Midway through, my phone shut off and hasn't worked since. The battery is fully charged. The phone is off and won't turn on. Additionally, there is a red LED light blinking twice every few seconds. I think I found an article on blackberry.com's knowledge database that diagnosed my issue, but my problem now is that because the curve isn't turning on/off, it's not connecting to my mac's desktop manager. So I can't do anything the article tells me to do. What should I do now? I need help ASAP!
    Here's the link to the article: http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB19915
    Thanks in advanced!

    Hello Asmro and welcome to the BlackBerry Support Community Forums.
    It can take up to 30 minutes for the Mac to connect to the BlackBerry.
    I would remove your battery and connect to the BlackBerry Desktop Manager. Once it comes up there is no software installed, re-insert the battery and follow the article KB19915.
    Let me know how you make out.
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Email account on Windows 8 Laptop to iPhone & iPad help needed

    Hello all,
    I have a Windows 8 laptop with an Eastlink (pop) email account using Outlook 2010 as my email software.  I have an iPhone 4s and an iPad mini.  In the past on a older laptop with Outlook 2003, and prior to ios7, when I checked my email on my phone, I could see the messages and delete, read etc.  Then when I checked my email later on using my laptop, the messages on my phone would disappear and move to my laptop email. This is no longer the case.  I have configured my Eastlink mail on the iPad and iPhone as imap and when I check my email, I can see the Eastlink email messages but they stay there and do not ever show up in my Outlook 2010 account on my laptop. I need to figure out the settings to change to get this working the way it used to.  Can anyone help?  Thanks in advance.
    Leslie Harnish
    Windows 8 laptop, iPhone 4s, iPad Mini user

    I think I'm understanding but correct me if I'm not getting it.  My laptop is a POP account so when I check mail, it is removed from the Eastlink mail server and the messages end up in my Outlook 2010 software on the laptop - this setting has been in place long before I got an iPhone.  It is my "master account" for lack of a better word.
    Then, when I got my iPhone, I was able to check my email through the settings for IMAP.  If I'm understanding correctly, what I see on my phone is a copy of what is still sitting on the Eastlink server and the original stays on the Eastlink server until I physically download it to the POP account.  I don't want all of my mail on the Eastlink server all the time, I'd like to clear it off of there and have it on my laptop.  I have a large archive of messages in my Outlook software, some going back to 2008 which I need to keep as they pertain to things I can't delete.  Am I missing something by thinking that if I had my laptop email set as IMAP all along, even when using the laptop, I would have been leaving all those messages on the Eastlink server and that would have had me over my quota pretty quickly? 
    When I first got the phone, my laptop settings were never changed to IMAP yet when I checked the mail on my phone, I could see the messages, then when I got home to my laptop and downloaded my email, they magically disappeared from my phone automatically because they were no longer on the Eastlink server but were now on the laptop.  This stopped after one of the upgrades that eventually ended up being IOS7.  I swear it used to work that way.  I've gone to wiki and read about IMAP and POP but I must be missing some basic understanding.
    Thanks in advance and thanks for your patience with me as I try to figure this out. 

  • Error in Jdeveloper 10g in Remote deployment : Help Needed ASAP

    Hi,
    Am trying to deploy the simple application to remote oracle IAS server from Jdeveloper 10g. It is not allowing me to deploy any application remotely. The deployment log window shows following message:
    Target platform is Oracle9i Application Server (AppServerConnection1).
    Wrote WAR file to C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.war
    Wrote EAR file to C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear
    Invoking DCM servlet client...
    C:\jdev10g\jdk\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar C:\jdev10g\jdev\lib\oc4j_remote_deploy.jar http://as18schgefage:1811/Oc4jDcmServletAPI/ ias_admin **** redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Command = INVALID_COMMAND
    #### Invalid command: redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Opening connection to Oc4jDcmServlet
    Setting userName to ias_admin
    Sending command to DCM servlet
    #### Could not send command to Oc4jDcmServlet
    Closing connection to Oc4jDcmServlet
    #### DCM command did not complete successfully (-6)
    #### HTTP return code was -6
    Exit status of DCM servlet client: -6
    Elapsed time for deployment: 4 seconds
    #### Deployment incomplete. #### Mar 16, 2005 9:20:03 AM
    Please help asap.
    Regards,
    Ujwala

    1. Re-test your connection from JDev to AS and it must success.
    I suggest to create a new OC4J instance on AS and fill
    the instance name on the dialog window while
    creating AS Connection on JDev. i.e OC4J instance name (optional)
    2. For JDev 9.0.5.x/10.1.2 using AS 9.0.4,
    don't forget to install ADF Runtime Libraries on AS.
    3. Make sure your AS support JDK/J2SE version as in JDev.
    JDev 10.1.2 need AS to use JDK version 1.4.2_04-b05.
    You can download it from http://java.sun.com/products/archive/j2se/1.4.2_04/index.html
    and install it.
    To cek your ORACLE_HOME/jdk/bin/java -fullversion
    Regs,
    Ferry Situmorang

  • I forgot my password! HELP NEEDED ASAP

    forgot my password and also for some reason i cant download itunes it tells me to contact tech support. I really need my password and can not retrive it because of this reason. Does anyone have any idea in how to get into my ipod with out the itunes download? Much will be apreaccated if i could have some help.

    No reason for an Apple store.
    Connect the iOS device to your computer and restore via iTunes. Place the iPod in Recovery Mode if necessary to allow the restore.
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    For how to restore:
    iTunes: Backing up, updating, and restoring iOS software

  • Gmail related help needed ASAP

    Hi guys, this is my first post here. The iPhone has been great so far but I'm in a bit of a bind with some Email features and wanted to see if any of you 1337 pros can help me out.
    I have road runner email and it's all routed to my gmail account. I setup my gmail to go through my iPhone now. The problem is my iPhone wants to download all 3678 messages in my gmail account! Even the ones I already looked at. It also sends all my replies back to me.
    How can I setup my gmail and iPhone so that it only downloads new messages from today forward? Also how can I set it up so that the emails stay NEW on GMail even tho I may read them on my iPhone?
    Thanks for any help in advance I appreciate it.
    Regards,
    iPhone Gmail setup retard. =P

    I can probably help with the more pressing problem, the 1000+ emails. The fix, I think, is on the Gmail side. You need to go into settings and turn off POP access to your Gmail and save the changes. Then, you can re-activate POP but set it to only retrieve messages from now going forward. This is what I did when I configured my phone and it worked.
    As to keeping the messages "new" even after reading them on your phone, so long as you are using POP to get the Gmail, this should happen as a matter of course, at least it does for me but the forwarding of stuff from your cable account might have some impact upon that, I don't know.

  • HELP NEEDED ASAP! SIMPLE ONE!

    I'm a noob so please dont shout at me....!
    Okay, I have a 1x1 table, and an image....i need tick boxes
    and image maps ontop of this image. Now I thought I'd have to set
    the image as a background image in the table, but in doing so, I
    cant see a way that I can add my maps or tick boxes........and If
    the image is simply placed in the table as an image, I cant add the
    tickboxes, but can add the maps........what should I do??
    Please can someone help asap as this is the final stage of a
    stupid uni project that needs handed in in a day or so....
    Thanks in advance!!
    Mark

    mthorpe84 wrote:
    > Lol that's utter garbage. As much as I appreciate the
    help from you guys n
    > gals, graphic design, as a degree is the study of
    design, design traits,
    > publication, print, typography etc etc. Flash is as much
    web work that any
    > graphic design school will follow. And just for the
    record, I'm at what's
    > regarded as one of the top 3 design schools in the UK,
    so please don't give me
    > that crap.
    I was at an elite university many years ago, so can
    understand the
    feeling of a student who "knows it all". I thought I did,
    too. When I
    got out into the real world, I discovered that what
    university teaches
    you, although valuable, means little until you have built up
    practical
    experience.
    Perhaps your design school was trying to tell you something
    when it
    decided the project was to be a web page. Lesson:
    understanding the
    basics of the web is just as important to your craft as
    print,
    typography, and all the rest.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Oracle Forms - need to update multi-record block - Help needed asap

    Hi,
    We are using Oracle apps release 11i - Oracle forms 6i.
    I have a field "project_start_date" in project_block in a custom form. There is another multi-record block called role_block in the same custom form and it has a field named start_date. Requirement is when ever I make change in the project_start_date in project_block, that should reflect in role_block.start_date. I tried different means and could update only the very first record of the multi-record block - role_block. I need to update all the records in the role_block with the same project_start_date. Used looping and several other methods. But could not achieve. Any help is really appreciated.
    Thanks
    Akil

    Hi;
    For your issue i suggest close your thread here as changing thread status to answered and move it to Forum Home » Application Development in PL/SQL » Forms which you can get more quick response
    Regard
    Helios

  • 3D rotate tool in flash, help needed asap

    Hi
    I came across this site:
    http://www.yofla.com/flash/3d-rotate/
    And am desperate to incorporate this into some university
    work asap.
    What i need to know is how render the images from 3D Studio
    Max so that i have the stepped images as a 360 degree slideshow so
    that i can then follow the tutorial to completing the final thing,
    seen as examples on the site.
    Thanks

    check out this tutorial
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14363
    you will need to embed ion pop-up menu into another in order
    to do what you describe
    here is an off the shelf solution if you prefer
    http://www.scriptocean.com/popmenu.html

  • Blackberry Storm Problems..​.Help Needed ASAP

    Soooo...for some strange reason i bought a BB Storm : /  when i got it (yesterday), i charged it and it charged up fine. but the battery ran down rather quickly. So i am now tryin 2 charge it up again and it is not giving one bit of charge. i just left it for 3 hours and came back to check it and it went dead...i did a battery pull twice and still nothing. what is my next move???

    Hi and Welcome to the Community!
    Please try this sequence...note that, throughout the entire 4h15m process, your BB must remain connected to a known-good wall charger (not PC USB):
    With the battery inside, connect your BB to the wall charger
    Leave it alone for 2 hours, no matter what the LED or the display does
    Remove the battery
    Wait 15 minutes
    Insert the battery
    Wait another 2 hours, no matter what the LED or the display does
    This has been known to "kick start" some BBs.
    It is also possible that your battery or BB has experienced a problem...to test, this sequence is needed:
    Obtain a known good and already fully charged additional battery...use it in your BB and see what happens
    Obtain access to a known good and identical BB...use your battery in it and see what happens
    The results of this will indicate if it's your BB or your battery that has the problem.
    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

  • HELP NEEDED ASAP (SMS)

    Hi, i have just got iphone 5. I can not recieve texts from one number, iphone 4 on the three network.... i have tried resetting and restoring, new sime card the lot..... it is only from people on the three network that their texts are coming through in bulk hours after they are sent... any ideas
    PLEASE HELP THIS IS ANNOYING
    regards

    Here's another user today, having issue with contacts who are on 3 network sending text message
    http://discussions.apple.com/thread/4732913?tstart=0

Maybe you are looking for

  • How do create a table of contents page from a series of bookmarks?

    I am compiling bundles of documents for printing, starting from single PDFs. I combine them using Acrobat Pro X for Mac which gives me a single PDF, with a series of bookmarks for each document. I then insert page numbers. What I need is a way of cre

  • My ipod hates my computer

    everytime i connect the ipod to the computer, the computer shuts down. also if the ipod is connected to the computer while the comp is loading it freezes. and when i disconnect the ipod to restart my comp, the comp is fine

  • Auto mail of purchase order to vendor after final approval(release)

    hello all, my requirement is that.after creation of purchse order and final release,my client want to send the puchase crder automatically to vendor via mail. pls explain me settings for same. i have already search the sdn threads,but not got the exa

  • Learning Unix on the Mac

    What is a good book to own for someone that knows a little Unix (just a little) and used to be pretty good at DOS back in the day. I want to teach myself Unix and learn all the commands, what book do you recommend? Are either of these books worth own

  • Intel iMac airport connection problems

    Hello, My new intel iMac connected up to my 802.11g 3come wireless modem/router fine, the strength in excellent (always full or nearly full) but the connection is very very intermittent. It will only work for a minute or so but then the internet will