Help needed w/ JDeveloper and Raptor not working for me in 10.4

Well, I've been successfully running the previous version of JDeveloper, 10.1.2.0.0 (Build 1811) for a few months on my OS X, Tiger (10.4) laptop. I recently tried to get Project Raptor running. I'm using Apple's version of Java from Software Update, J2SE 5.0 Release 3 which is the most up-to-date version I can find anywhere.
My problem is this. I can do most anything fine, but as soon as I try to Debug an PL/SQL function in either Raptor, or the JDeveloper 10.1.3 build I get an error "Unsupported feature Vendor Code 17023" when I click OK in the Debug PL/SQL dialog box.
Thing is that this works just fine in JDeveloper 10.1.2.0.0 (Build 1811). The thing that is interesting is the 10.1.2 JDeveloper uses the Java 1.4.2 where Raptor and JDeveoper 10.1.3 use the Java 1.5, I'm guessing it's a problem in Apple's Java 1.5 but can anyone else verify this or offer help to how I can make it work?
tks

I fail to get the error message you describe. What I get is:
===========================
Connecting to the database test10.
Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '10.0.1.103', '52221' )
Debugger accepted connection from database on port 52221.
Processing 59 classes that have already been prepared...
Finished processing prepared classes.
===========================
Is this ok ?
In the console log I got:
sh ./raptorOracle Raptor 1.0
Copyright (c) 2005 Oracle Corporation. All Rights Reserved.
Working directory is /Users/ronr/Desktop/raptor/jdev/bin
Initializing.. oracle.dbtools.raptor.explorer.jdev.ConnectionDialogAddin@1972bf
Assert: Unknown Node:8: USER
Assert: Unknown Node:8: SHARED QUERIES
Assert: Unknown Node:8: TABLE EDITORS
Assert: Unknown Node:8: VIEWS
Assert: Unknown Node:8: MVIEWS
Assert: Unknown Node:8: SYNONYM
Assert: Unknown Node:8: SEQ
Assert: Unknown Node:8: Recycle Bin
Assert: Unknown Node:8: DB Link
Assert: Unknown Node:8: MVIEW LOG
Assert: Unknown Node:8: PLSQL
Assert: Unknown Node:8: TRigger
Assert: Unknown Node:8: INDEX
Assert: SQLView initedException in thread "JPDA Event Processor" java.lang.IllegalAccessError: tried to access class com.sun.tools.jdi.VirtualMachineImpl from class com.sun.tools.jdi.OracleReferenceTypeImpl
at com.sun.tools.jdi.OracleReferenceTypeImpl.<init>(OracleReferenceTypeImpl.java:60)
at com.sun.tools.jdi.OracleReferenceTypeImpl.convert(OracleReferenceTypeImpl.java:203)
at com.sun.jdi.OracleExtension.convert(OracleExtension.java:38)
at oracle.jdevimpl.debugger.jdi.DebugJDI.getOracleReferenceType(DebugJDI.java:559)
at oracle.jdevimpl.debugger.jdi.DebugJDI.addClass(DebugJDI.java:626)
at oracle.jdevimpl.debugger.jdi.DebugJDI.addClassForReferenceType(DebugJDI.java:549)
at oracle.jdevimpl.debugger.jdi.DebugJDI.run(DebugJDI.java:2651)
at java.lang.Thread.run(Thread.java:613)
Assert: Finding Context Menu for:FUNCTION_FOLDER
Exception in thread "JPDA Event Processor" java.lang.IllegalAccessError: tried to access class com.sun.tools.jdi.VirtualMachineImpl from class com.sun.tools.jdi.OracleReferenceTypeImpl
at com.sun.tools.jdi.OracleReferenceTypeImpl.<init>(OracleReferenceTypeImpl.java:60)
at com.sun.tools.jdi.OracleReferenceTypeImpl.convert(OracleReferenceTypeImpl.java:203)
at com.sun.jdi.OracleExtension.convert(OracleExtension.java:38)
at oracle.jdevimpl.debugger.jdi.DebugJDI.getOracleReferenceType(DebugJDI.java:559)
at oracle.jdevimpl.debugger.jdi.DebugJDI.addClass(DebugJDI.java:626)
at oracle.jdevimpl.debugger.jdi.DebugJDI.addClassForReferenceType(DebugJDI.java:549)
at oracle.jdevimpl.debugger.jdi.DebugJDI.run(DebugJDI.java:2651)
at java.lang.Thread.run(Thread.java:613)
Exception in thread "JPDA Event Processor" java.lang.IllegalAccessError: tried to access class com.sun.tools.jdi.VirtualMachineImpl from class com.sun.tools.jdi.OracleReferenceTypeImpl
at com.sun.tools.jdi.OracleReferenceTypeImpl.<init>(OracleReferenceTypeImpl.java:60)
at com.sun.tools.jdi.OracleReferenceTypeImpl.convert(OracleReferenceTypeImpl.java:203)
at com.sun.jdi.OracleExtension.convert(OracleExtension.java:38)
at oracle.jdevimpl.debugger.jdi.DebugJDI.getOracleReferenceType(DebugJDI.java:559)
at oracle.jdevimpl.debugger.jdi.DebugJDI.addClass(DebugJDI.java:626)
at oracle.jdevimpl.debugger.jdi.DebugJDI.addClassForReferenceType(DebugJDI.java:549)
at oracle.jdevimpl.debugger.jdi.DebugJDI.run(DebugJDI.java:2651)
at java.lang.Thread.run(Thread.java:613)
Exception in thread "JPDA Event Processor" java.lang.IllegalAccessError: tried to access class com.sun.tools.jdi.VirtualMachineImpl from class com.sun.tools.jdi.OracleReferenceTypeImpl
at com.sun.tools.jdi.OracleReferenceTypeImpl.<init>(OracleReferenceTypeImpl.java:60)
at com.sun.tools.jdi.OracleReferenceTypeImpl.convert(OracleReferenceTypeImpl.java:203)
at com.sun.jdi.OracleExtension.convert(OracleExtension.java:38)
at oracle.jdevimpl.debugger.jdi.DebugJDI.getOracleReferenceType(DebugJDI.java:559)
at oracle.jdevimpl.debugger.jdi.DebugJDI.addClass(DebugJDI.java:626)
at oracle.jdevimpl.debugger.jdi.DebugJDI.addClassForReferenceType(DebugJDI.java:549)
at oracle.jdevimpl.debugger.jdi.DebugJDI.run(DebugJDI.java:2651)
at java.lang.Thread.run(Thread.java:613)
In jdev/bin/raptor.conf I had to set:
SetSkipJ2SDKCheck true
I use:
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/
Ronald.

Similar Messages

  • Please Help! email name and password not working/ cannot retrieve email

    email stopped working. does not accept username and password. keychain repair works. password verified. still doesnt work. when I tried to pay for a new account it would not let me use my original name and password, saying they were already in use!
    help please, i want my email to work..

    The second list of 1 through 6 was for when you don't have a disc.
    Also...
    Reset OS X Password Without an OS X CD...
    http://theappleblog.com/2008/06/22/reset-os-x-password-without-an-os-x-cd/
    Admin Hack...
    http://www.hackmac.org/?q=node/4
    Starts up like the first time you buy a new Mac, but after filling in all that info again, you should have access to the computer and the other Users & files will still be there... though I was just thinking, this new User probably shouldn't be the same name as an existing one.
    If that doesn't work for you (and some users have reported it has not worked for them), try Niel's procedure Making the Setup Assistant reappear.
    http://discussions.apple.com/thread.jspa?messageID=607547
    I lost my admin user (Mac OS X 10.4 and earlier) ...
    http://discussions.apple.com/thread.jspa?threadID=121786&tstart=0
    I'd call AppleCare you can get Replacement Install Disks shipped to you at a reduced rate, have your Mac's Serial # handy...
    http://www.apple.com/support/contact/phone_contacts.html

  • 2 of 4 speakers and Subwoofer not working for Altec Lansing Lucasfilms THX Surround (circa 2003)

    I am attempting to connect my Altec Lansing Lucasfilm THX 5.1 sound system to my HP ENVY All-in-one. I think the original audio card for the sound system came on a Dell with Soundblaster. 
    I have connected the green audio to the jack in the back which only gets 2 of the 4 speakers working (even after configuring the speakers). The subwoofer is connected to the sub jack in the back panel as well and is not working at all. I realize that I am trying to have an ancient sound system work with my fancy new HP Envy. Am I asking too much??  I thought maybe a driver update might be needed. But in theory, if those jacks are available in the back it should work (she says optimistically).
    Any suggestions or advice would be appreciated.

    Not a problem.  Thank you for the additional information.
    It sounds like you have the speakers connected correctly.  If there is only one connector for all of the speakers, it may be that you will only be able to use two of them.  However, I am not certain why the subwoofer isn't working.  Is it selected in the Control Panel / Sound?  I realize that you said the speakers are configured in the Control Panel, but is the subwoofer separate?
    I have an old (2001) Polk Audio set of speakers.  I have only been able to get two of them and the subwoofer to work with my new HP computer.  It sounds fine without the other two speakers.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Help Needed With "Extend Marker" Function Not Working

    I have several Clips and used the "DV Start/Stop Detect" function to find the time code breaks, which seems to work well. I've now got a clip full of Segment markers.
    The problem arises when I try to use Extent Markers "Option + `" to make subclips. When I put the play head on a subsequent marker, the Marker/Extend function is grayed out.
    Extending a marker that I have created using the M key works perfectly.
    Why can I not use the Extend function on Segment Markers?
    Any help on this is greatly appreciated. I have 30 odd clips that I need to set up segments for, and doing it manually will add hours to my workload.
    Thanks
    Gary
    Dual G5 2.5 GHz Dual Core, 2.5 GB RAM, 500 GB HDD   Mac OS X (10.4.3)   Final Cut Studio FCP 5.0.4

    Thanks for the reply.
    I am completely aware of items 1 through 3, and never Extend markers in the Timeline. Only the Viewer.
    To perform an Extend Marker and avoid headaches, load the captured clip - the one with the video icon in the Browser - into the Viewer. Then, as you scrub along in the Viewer, Option-` as needed.
    That is precisely what I am doing.
    To Extend the marker I first double click the clip to load the entire clip into the Viewer, where all the Section markers are displayed. I then check Mark>Markers>Extend and the function is grayed out. However, if I move the playhead one frame prior to the Section marker, the previous Section marker extends to the frame prior to the new play head position.
    If I do this with manually entered markers (using the M key, creating Marker 1, 2, 3.... in sequence on the Viewer timeline), then the Previous marker is extended to the frame immediately prior the the current play head position - i.e. from Marker 1 to Marker 2. I do not have to move off the Marker 2 position to be able to extend Marker 1.
    Also, simply selecting all your Markers and either dragging them to another bin (or pressing Command-U) does not produce the needed subclips?
    Of this I am also aware. I find the Command-U process just confuses the issue, creating more clips to manage (others may disagree). I prefer to simply drag the "Subclips" directly from the Main clip into a Timeline.
    Because you're doing all this to get subclips, right? Or wrong?
    If I understand your reply correctly, I think you misunderstood my problem. I have been using subclips for several years, and find them VERY useful, especially with multi-camera shoots. So, I am quite familiar with creating and extending markers.
    I just started experimenting with the Detect feature and find it works quit well (most of the time). My problem is that the Segment markers created by the Detect process, do not perform the same as manually place markers, as far as the Extend marker function is concerned, anyway.
    BTW - By using the TC display in my Panasonic PV-GS400 Camera, and sending the FCP video via Firewire to the camera, the camera displays the TC on the captured clip, which I then rename the marker to for TC reference. As long as the Date/Time on the cameras are properly synced, syncing clips in the Timeline is a breeze!!
    Anyway, to clarify, my process is as follows:
    1. Capture a clip.
    2. Display the clip in the Viewer
    3. Select "DV Start/Stop Detect" and watch as the section markers appear in the Viewer.
    4. In Viewer, place play head on the first Section marker
    5. Press the M key to Edit Marker.
    6. Change the Name of the marker to the timecode of the Marker now displayed in the Camcorder window.
    7. Use Shift-Down Arrow to move to the next Section Marker
    8. Press Option+` to Extend the previous marker - which does not work and is grayed out in the Mark>Markers>Extend menu.
    9. Back to step 5.
    This process works perfectly with manually created markers. Because the Extend works if I move the play head one frame prior to the current Section marker, this tells me there is something "special" about the Section marker that disables the Extend function, unlike a manually created marker.
    BTW - If I delete the Section marker, and create a manual marker at the same frame, the Extend marker function works again. Again, indicating that Section markers are different somehow from manual Markers.
    Hopefully, this wordy explanation of my process clarifies my problem.
    Aside: The clips are supplied to me by a customer on a 500GB FW800 drive. FCP5 was used to capture the clips from the original Tapes (which I do not have access to). I am the editor for the project.
    Thanks again for the reply. It is greatly appreciated. If there is any other info that I have missed that will help figure this out, please let me know and I will post a response a quickly as possible.
    Gary

  • My battery needs service as it is not working for long.  Apple claims it is not a defective battery and that it is my fault since I had the computer for 2 1/2 years and have only run the battery down to empty 100 times.  It is my fault because I did no

    Con't
    Apple claims that because I did not drain my battery frequently and kept it plugged in for extended periods of time, that it is my fault the battery is failing.  I disagree because I was not ever told to consistently drain my battery before recharging or not to keep it on and plugs in for extended periods of time.  I do keep my desktop computer on most of the time and that is why I have kept my Macbook air on for extended time periods.  I feel that Applecare should cover this battey issue and not charge me for replacing the battey.  I feel I should have been told to not keep my computer consistently running on with poweror the battery will fail.  Has anyone had this problem?  Apple should replace my battery under Apple care as my battery does not keep a charge anymore.
    I'll wait to hear.

    You said---Apple claims that because I did not drain my battery frequently
    You said---  I was not ever told to consistently drain my battery before recharging
    You should never do that on purpose, whoever told you that had it wrong or you misunderstood something
    Sure you dont have that backwards? thats exactly what you DONT want to do.
    Did you often drain the battery very low? that would explain a lot.
    Someone might have been misinformed about "battery calibration" regarding much older Macs with removable batteries (see bottom)
    You said-----I do keep my desktop computer on most of the time and that is why I have kept my Macbook air on for extended time periods.
    thats a problem there, youre not supposed to do that.
    Keeping batteries connected to a charger ensures that periodic "top-ups" do very minor but continuous damage to individual cells, hence Apples recommendation above:   “Apple does not recommend leaving your portable plugged in all the time”, …this is because “Li-ion degrades fastest at high state-of-charge”.
                        This is also the same reason new Apple notebooks are packaged with 50% charges and not 100%.
    http://www.apple.com/batteries/notebooks.html
    "Apple does not recommend leaving your portable plugged in all the time."
    *If you don’t plan on using it for a few hours, turn it OFF (plugged in or otherwise) ..*You don’t want your Macbook both always plugged in AND in sleep mode       (When portable devices are charging and in the on or sleep position, the current that is drawn through the device is called the parasitic load and will alter the dynamics of charge cycle. Battery manufacturers advise against parasitic loading because it induces mini-cycles.)
    Keep it plugged in when near a socket so you keep the charging cycles down on your LiPo (lithium polymer) cells / battery, but not plugged in all the time. When not being used for several hours, turn it off.
    And best "tip" is if its near a socket,...plug it in as long as you can (especially at home) since cycle count on the battery are the "miles that wear out the tires (battery)", however again, not plugged in all or most of the time.
    General rule to remember of Lithium batteries is:
    Never drain them LOW  & dont always/often store them HIGH
    While cycle count is commonly seen to be the “miles” on your Lithium Ion pack cell in your Macbook, which they are, this distinction is not a fine line at all, and it is a big misconception to “count charge cycles”
    *A person who has, for example, 300 charge cycles on their battery and is recharging at say 50-60% remaining of a 100% charge has better battery usage and care than another person who has 300 charge cycles at say 15% remaining on a 100% charge. 
    DoD (depth of discharge) is far more important on the wear and tear on your Macbook battery than any mere charge cycle count.  *There is no set “mile” or wear from a charge cycle in general OR in specific.    As such, contrary to popular conception, counting cycles is not conclusive whatsoever, rather the amount of deep DoD on an averaged scale of its use and charging conditions.
                              (as a very rough analogy would be 20,000 hard miles put on a car vs. 80,000 good miles being something similar)
    *Contrary to some myths out there, there is protection circuitry in your Macbook and therefore you cannot overcharge it when plugged in and already fully charged
    LiPo (lithium polymer, same as in your Macbook) batteries do not need conditioning. However...
    A lot of battery experts call the use of Lithium cells the "80% Rule" ...meaning use 80% of the charge or so, then recharge them for longer overall life.
    Never let your Macbook go into shutdown and safe mode from loss of power, you can corrupt files that way, and the batteries do not like it.
    The only quantified abuse seen to Lithium cells are instances when often the cells are repeatedly drained very low…. key word being "often"
    Contrary to what some might say, Lithium batteries have an "ideal" break in period. First ten cycles or so, don't discharge down past 40% of the battery's capacity. Same way you don’t take a new car out and speed and rev the engine hard first 100 or so miles.
    Proper treatment is still important. Just because LiPo batteries don’t need conditioning in general, does NOT mean they dont have an ideal use / recharge environment. Anything can be abused even if it doesn’t need conditioning.
    From Apple on batteries:
    http://support.apple.com/kb/HT1446
    http://www.apple.com/batteries/
    Storing your MacBook
    If you are going to store your MacBook away for an extended period of time, keep it in a cool location (room temperature roughly 22° C or about 72° F). Make certain you have at least a 50% charge on the internal battery of your Macbook if you plan on storing it away for a few months; recharge your battery to 50% or so every six months roughly if being stored away. If you live in a humid environment, keep your Macbook stored in its zippered case to prevent infiltration of humidity on the internals of your Macbook which could lead to corrosion.
    Considerations:
    Your battery is subject to chemical aging even if not in use. A Lithium battery is aging as soon as its made, regardless.
    In a perfect (although impractical) situation, your lithium battery is best idealized swinging back and forth between 20 and 85% SOC (state of charge) roughly.
    Further still how you discharge the battery is far more important than how it is either charged or stored short term, and more important long term that cycle counts.
    Ultimately counting charge cycles is of little importance.  Abuse in discharging (foremost), charging, and storing the battery and how it affects battery chemistry is important and not the ‘odometer’ reading, or cycle counts on the battery. 
    Everything boils down to battery chemistry long term, and not an arbitrary number, or cycle count.
    Keep your macbook plugged in when near a socket since in the near end of long-term life, this is beneficial to the battery.
    Peace
    Battery calibration, battery memory, battery overcharging, battery training, …all these concepts are mostly holdovers from much older battery technology, and on older Apple portable Macbooks ranging from early nicads, NiMh and otherwise; and these practices do not apply to your lithium battery and its smart controllers.
    Calibrating the battery on older Apple portable Macbooks with removable batteries.
    http://support.apple.com/kb/PH14087
    There is no calibration of current Apple portable Macbooks with built-in batteries.
    http://support.apple.com/ht1490
    There is no battery calibration with current Apple portable Macbooks with built-in batteries. Lithium batteries have essentially a 0-‘memory’, and all such calibration involve the estimations fed to the system controller on the SOC (state of charge) of the battery over long periods of time as the battery degrades. The software based battery controller knows the battery's characteristics, or SOC and adjusts itself. This is why there is both no need and purpose to periodically deeply drain your macbook battery, since it doesn’t affect the characteristics of the battery, and further still deep discharges are something you should not do on purpose to any lithium battery.

  • Address book and ical not working for snow leopard clients

    We have upgraded our server to mountain lion from snow leopard.
    At first glance all appears to have gone well, however, the ical and address book services don't appear to be working for snow leopard clients. These services DO appear to be working for lion clients.
    Any ideas?
    Thanks.

    I am at work right now and don't have access to my Mac. But I need to as if your Dad is on Windows Active Directory network? I also found these directions for Princeton's 2010 Exchange that might help. Did he set up the Address contacts & iCal Calenders were enabled when setting up the account in Mail?

  • Cut and Paste not working for specific client?

    Gui Gurus,
    I have recently upgraded some users to Gui 710 Patch 8.  However on one users install, she cannot copy and paste the entire content of a cell.  For example:
    If she copies aaaabbbbbccccdddd, she'll only get aaaabbbbbcccc.  For some reason it gets truncated.
    I have tried this on my identical install and can do the exact same cut and paste for the same input field fine.  I did a reinstall of her Gui, but that did not help.  I checked her user parameters and could not find anything to alter this behavior.  I tried "Quick Cut and Paste" also, and that yielded the same incorrect results.  I did not see anything else in the Options / I18N that would alter this?
    Any ideas where to look?
    Thanks,
    Jeff Martens
    Basis Admin.

    Martin,
    Thanks for the reply.  I did try the cut & paste option in the expert tab and that did not work.
    I am copying from a normal user input field to another input field.  This is not static text that you would have to CTRL+Y to copy.
    Thanks,
    Jeff

  • UltraNav and TrackPoint not working for my user account - but ok for others...

    Got a strange one on my X201T.  For some reason I can't fathom, my laptop's Trackpoint, Touchpad and all their associated buttons do not work when I log into my laptop - they did before but in the last few days, they've stopped.  My external USB still works fine when connected.
    However, if, for example, I do 'ctrl-alt-del' and lock the laptop, they start working again until the moment I'm logged back in.  Also, If I log in on a Guest account, they all work fine!  This suggests it's not the hardware, I think.
    I've looked at the Control Panel / Mouse dialogue and the options under the UltraNav tab are all greyed out - but they are not on the Guest account.  Somehow, my user account on the laptop is not allowing me to use the Trackpoint, etc.
    My external USB mouse works fine in all accounts, btw.
    I'm running Windows 7 64-bit.  I've updated drivers through Lenovo update (though none seemed related to this problem).
    Any thoughts how I can fix this?

    kokoko, I had this problem last week. I solved it by removing "thinkpad ultranav driver" and "thinkpad ultranav utility," rebooting and reinstalling them. It hasn't happened again.

  • MODIFY and SAVE_TRANSACTION not working for ZONE BO

    Hi
    I am trying to add/delete location in transportation zone through MODIFY and SAVE_TRANSACTION but the update is not happening in database. I have done deletions and additions in other business objects but for transportation zone it is not working properly. Is something wrong with BO configuration ?
    Procedure that I am following for deletion of zone:
    1. Read Zone with querybyelements method
    2. Read locations for this zone using retrieve_by_association method in edit mode
    3. Fill modification table with deletion indicator and appropriate values for location
    4. Call method Modify and then save_transaction.
    I followed similar procedure for adding/deleting region in transportation zone but this also doesn't work.
    Thanks
    Anuraag

    Hi Anuraag,
    In TM you should open the transaction /SCMTMS/ZONE. Here you select the zone you would like to modify and you execute the changes you would like to make.
    Regards,
    Nico.

  • Iphoto 9.6 is not sharing with Facebook,iMessage,iCloud and is not working for print orders

    iphoto 9.6 on yosemite is deleting all of the pics from the former library, iphoto 9.6 can't share with Facebook despite that it is oke with the account. no sharing with iMessage and no sharing with iCloud possible the choices stay grey. also print orders are not possible it's stay also grey.

    gombaig wrote:
    I had the same issue too, email, facebook, Twitter  ect, all greyed out.
    What ist the solution?
    Did you read the thread?
    here is one
    I had the same issue, email, iMessage, Facebook,etc.. plus print all greyed out. I went up to the File menu, clicked on the Switch to Library drop down. Since I only have one library it was already selected, hit choose and all of the functions work again. Seems the system wasn't acknowledging my original library once I updated to Yosemite or 9.6. Either way, it works now.
    If that does not work here is another suggestion
    Try repair permissions with Disk Utility.
    LN

  • Can't use audiobooks AND Genius? And VoiceOver not working for radio?

    Anyone know how to resolve this? In order to transfer audiobooks, I have to disable the automatic syncing from my nano. But it seems that this means that I lose the ability to transfer the Genius mixes that are created in iTunes.
    Also, after much hassle, finally got VoiceOver to work, but it only works when I"m playing music that I already have stored and it won't work for songs on the radio... any ideas?

    I'm not sure about the Genius working with audio books, but from what I understand, when you say that you want VoiceOver, iTunes goes through your music list and makes that voiceover prompt for each song thats in their. It can't do that with the radio because the songs aren't preinstalled on the ipod.

  • BBM and PIN not working for one contact!

    For one BBM contact I cannot send BBMs or PIN anymore. It is driving me crazy.  
    When I send a PIN i get the message "service blocked" and a red cross.  BBMs will send, I get the tick but no D or R.  This is only happening with one contact.  He is having problems only with me as well.  We can send each other text messages etc. We are both in the UK and with o2.   Previously i've had no problems with BBM.  
    Does anyone know what's wrong?
     It's so frustratng because this contact is the reason I bought a blackberry and he bought one, so we could use bbm as he works in an area with bad reception.

    Hello katie_d,
    Welcome to the BlackBerry Support Community.
    The following article should help regarding the issue you are experiencing with sending BBM™ and PIN messages:
    A BlackBerry smartphone is unable to send and receive PIN messages and the error "Service Blocked" is shown - http://www.blackberry.com/btsc/KB19244
    We hope this helps.
    Thank you.
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • IMessage and FaceTime not working for over a day now - iPad2

    I updated my iPad 2 to ios 6 on the 27th, everything worked fine on the 28th but my iMessage and FaceTime stopped working since the 29th. Is anyone else experiencing the same problem? I have practically tried everything but nothing seems to work. I am so frustrated. Is it my iPad's problem or is it Apple's? I would appreciate any suggestion and help. Thanks.

    Hey ericcase777,
    If you're having issues with iTunes Match, I would run through the recommended troubleshooting steps in the following document:
    iTunes Store: Troubleshooting iTunes Match
    http://support.apple.com/kb/TS4054
    Welcome to Apple Support Communities!
    Regards,
    Delgadoh

  • Help Please!  Chemo patient needs to walk and iPod not working

    iPod Nano (4th or 5th gen) operates perfectly and battery is fully charged when plugged into the Mac, but as soon as I disconnect, can't get it to turn on.  Is not in hold position and also tried reset.  Any ideas?  Thanks much!

    It sounds like the battery is dead and in need of replacement.  You can have this done by Apple for a flat fee or you can send it into a third party repair service center for a little less.  The choice is yours.
    Google "iPod battery replacement."
    B-rock

  • Help Please! Genius AND WiFi not working on iPod

    Hi, I'm using a first gen touch on the latest firmware. even though i have genius on iTunes, it will not transfer onto the iPod. There simply is no genius button. How can I get this working?
    Also, on an unrelated note, my WiFi is completely shot. The little scroll thing will pop up for about a second than disappear, even in places where ive been using the WiFi for as long as I've had the iPod, which is about one year! I've never had any problems with the WiFi until I upgraded to 2.0 and above, does anyone know any solutions? I've reset the settings and network settings, and neither of these worked. Any help?
    Any help would be appreciated!!
    Message was edited by: romeboards

    reset your network connection. I think it's under general settings. Same thing happened to me, and that fixed it

Maybe you are looking for