Problem with Russian Itunes U

Hello!
I need some help with course on iTunes U. I'm engineer from Russia and want to share  my course in iTunes U. But I see that course must be validated by university and in list of countries i don't find RU. Do i have any ways to teach people?
With best regards, Alex.

It may be you need to convert the tags to Unicode.  This app may help:
http://www.macupdate.com/app/mac/15953/id3mod

Similar Messages

  • Is there a problem with the itunes and quick time download pages or is it my internet.

    Is there a problem with the itunes and quicktime download pages or is it just my internet.

    Some more developments ... the issue appears to be browser-specific. I can't see the download controls at the moment in either IE 8 (I'll get your message) or Safari for Windows 5.0.5 (I'll just get the blank box). But I can see the download controls in Firefox 4 and Chrome (whatever version I have of that).
    So it might be worth installing Firefox and seeing if you can get the downloads via that:
    http://www.mozilla.com/en-US/firefox/new/

  • Problem with installing iTunes

    So these are my problems with installing iTunes.
    At first it was :
    A required iTunes component is not installed.Please repair or reinstall iTunes (-45019)
    Then it got worse as it would not even open and these would appear:
    The program can't start because AVFoundationCF.dll is missing from your computer. Try reinstalling the program to fix this problem.
    and this would appear:
    iTunes was not installed correctly. Please reinstall iTunes.
    Error 7 (Windows error 126)
    I reinstalled maybe about 5 times or more...
    If I thought I solved the above problem, this would appear:
    iTunesHelper.exe is not installed on my computer.
    I seen other people comment that you should unistall and restart the computer and install the setup again, but it does not work..
    And others would say to repair the AAS or iTunes etc..
    And after trying all these it does not work???
    What else works?

    I also tried repairing the Microsoft NET.

  • In iTunes the iPhone device icon will not show up whenever I plug in a USB into my PC but the iPhone icon will show up in 'This PC'  so if anyone who knows a resolution to my problem with my iTunes or PC,it would really help me.I need at least Help or Tip

    In iTunes the iPhone device icon will not show up whenever I plug in a USB into my PC but the iPhone icon will show up in 'This PC'  so if anyone who knows a resolution to my problem with my iTunes or PC,it would really help me.I need at least Help or some Tips.I have already tried many things to iTunes and my PC like trying to restore my PC but that do anything.Also,would it be fine if i contacted (call) Apple Support? Please,I need help because what I think is wrong is my PC,iPhone,or USB might be messed up so if anyone could help me with this,it would be really helpful and for anyone to be nice enough to help me.

    I think this article will help you.

  • I have a problem with my itunes. I cannot transfer apps from the itunes to my iphone 4s. Any time I try to snyc itunes tells me "The iphone could not be synced because this computer is no longer authorized for purchased items that are on this iphone. HELP

    I have a problem with my itunes. I cannot transfer apps from the itunes to my iphone 4s. Any time I try to snyc itunes tells me "The iphone could not be synced because this computer is no longer authorized for purchased items that are on this iphone. To authorize this computer for items purchased from the itunes store, choose, Store > Authorize This Computer. But anytime I authorize it tells me you have authorized including this computer 2 out 5 computers. And if I try again the same story over and over again. But I have many apps on my itunes which I want to transfer. Please someone help me.

    Well Authorize the Computer...........

  • I have a problem with the iTunes Store, I have an ipod and an iphone 2. I have a PC with Windows Vista Home Premium 2007, entering into iTunes Store on the main screen I get only AppStore, Podcast and iTunesI have a problem with the iTunes Store, I have a

    I have a problem with the iTunes Store, I have an ipod and an iphone 2. I have a PC with Windows Vista Home Premium 2007, entering into iTunes Store on the main screen I get only AppStore, Podcast and iTunes U. In my screen I get only ipad2 Podcast, iTunes U Downloads. My problem is I can not access any application to download music, videos, books, etc..
    ITunes will be installed wrong or what should I do to activate these options?

    Go to the front page of the Store, and click Change Country.  Make sure it is set to the country where you actually are. 
    Then you will be able to see everything that is for sale in your country, which, depending where you live, might or might not include music.

  • Im having problem with my itunes, i tried to put new gift card abunch of time but its always tells me that in put invalid security code.. what should i do now?

    Im having problem with my itunes, i tried to put  new gift card abunch of times but it keep telling me Invalid security code. What should i do now pls. help me, can't update all my apps anymore they dont let me!!

    you have to log in to your account on the computer iTunes and edit your payment information there.
    iTunes Store: Changing Account Information
    http://support.apple.com/kb/HT1918

  • How do I fix this problem with my iTunes?

    I've been having problems with my iTunes for over a week now - since I tried to update to iOS 5 - and I've tried everything. I've had to uninstall iTunes multiple times and each time I have reinstalled it, there has been some form of error, the list seems endless. Today, I managed to get an older version to succeessfully install but when I tried to update to the newest version, this is what appeared on my screen after the 'install.'
    "The procedure entry point AVCFAssetCreateWithByteSystemAndOptions could not be located in the dynamic link library AVFoundationCF.dll"
    Any idea what this means, and/or how to resolve it?

    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you? If so, does your device connect without that message now?

  • Cp-1251 utf-8 converting: problems with russian letters

    Hello every one!
    I have faced a major problem in cp-1251 to utf8 string convertion (in Windows):
    String result2 = new String(result.getBytes("utf8"), Charset.forName("cp-1251"));Everything works fine, but there is a problem with russian letter И (10th letter in the alphabeth).
    cp-1251 byte code of И is 200
    The right byte code for И in utf-8 is : 208 152, but I recieve the byte code 208 63 for И. So there must be some mistake.
    So, when i try to read this string, i face a problem with wrong utf-8 charset...
    I tried this code on Debian, everything works fine.
    I will be glad if you are capable of helping me.
    Thank you.
    Edited by: smikler on Sep 27, 2009 10:25 AM
    Edited by: smikler on Sep 27, 2009 10:27 AM

    Your code makes no sense.
    You're taking a String and asking for it to be turned into a stream of bytes according to the UTF-8 character encoding. And then you're giving these bytes back and asking to have them interpreted back into characters using the CP-1251 character encoding. This is bound to fail, because the bytes aren't in CP-1251 - they're in UTF-8 as you requested.
    The very concept of changing the character encoding of a String is meaningless. Strings in Java are represented in Unicode. It's only when you convert to and from bytes (using the two methods you've used) that you worry about encoding/decoding.
    So, why not describe what you're actually trying to achieve?

  • Problem with my iTunes store, cannot search, stays in one application that I already purchased. Please help!

    Problem with my iTunes store, cannot search, stays in one application that I already purchased. Please help!

    Go to Settings, Store, Apple ID, Sign out and then sign back in again and have another go.
    Also, try a Reset [Hold the Home and Sleep/Wake buttons down together for 10 seconds or so (until the Apple logo appears) and then release. The screen will go blank and then power ON again in the normal way.] It is app and data safe!

  • I am having problem with my itunes account because when i try to buy something online it say..Your purchase can not be completed for assistance, contact itunes support.

    I am having problem with my itunes account because when i try to buy something online it say..Your purchase can not be completed for assistance, contact itunes support.

    What happened when you contacted iTunes support as directed?
    http://www.apple.com/support/itunes/contact/

  • Problem with my itunes program

    i have a ipod shuffle and i have a big problem with my itunes program, he refuse to read cd so i cant put music on my ipod anymore. please help me with that cause now my ipod has become completly unusable.

    Im able to download the setup but it keeps on giving this message: there is a problem with this windows installer package. a program required for this  install this to complete could not be run
    Perhaps let's first try updating your Apple Software Update.
    Launch Apple Software Update ("Start > All Programs > Apple Software Update"). Does it launch and offer you a newer version of Apple Software Update? If so, choose to install just that update to Apple Software Update. (Deselect any other software offered at the same time.)
    If the ASU update goes through okay, try another iTunes install. Does it go through without the errors this time?

  • Having problem with appletv iTunes Radio. Music stops, get spinning wheel, never restarts.

    Having problem with appletv iTunes Radio. Music stops, get spinning wheel, never restarts. If I switch to another station it plays immediately, but it too sometimes stops for the same reason. Wait for 10 minutes for it to restart, then switch stations again. I've tested my download speed when it happens it's fine.

    What was the connection speed when you tested
    Make sure DNS is set to automatic
    Reboot ATV and router
    If on wifi try ethernet

  • İ have a problem with my itunes accounts.when i want to buy in-app features i got an error

    İ have a problem with my itunes accounts.when i want to buy in-app features i got an error that;
    "Please comtact with itunnes support for completing this process"
    İ checked my device settings and tried my account with another ios device but result not changed.i still get same error.my credit card address info and my account address info same with each other.i tried my other credit cards but i got same error.
    Please check my account details for solving this issue.
    My account details :
    email: [email protected]

    These are user-to-user forums, you are not talking to Apple here.
    You can contact iTunes support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, the try selecting Purchases, Billing & Redemption

  • TS1646 i have a problem with my itunes accounts. When i want to buy in-app features i got an error that;

    "i have a problem with my itunes accounts. When i want to buy in-app features i got an error that;
    "Please contact with iTunes support for completing this process"
    i checked my device settings and i tried my account with another ios device but result not changed. i still get same error. my credit card address info and my account address info same with each other. i tried my other credit cards but i got same error.
    Please check my account details for solving this issue.

    These are user-to-user forums, you are not talking to Apple here.
    You can contact iTunes support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, the try selecting Purchases, Billing & Redemption

Maybe you are looking for

  • HR - PA (Infotype 0009)

    Dear All, Wantu2019s to know if In Infotype 0002 that is Personeel data There area changes made to the Name, then how Infotype 0009 that is bank details name will get changed to the new as when change made to Infotype 0002, it is not getting reflecte

  • Firefox prints documents sideways instead of top to bottom? How fix?

    When I print from the Mozilla Internet, example, a resume from USA Jobs, it prints sideways. I want to print my resume which is stored there, however, it prints the letter sideways instead of top to bottom as a normal letter would appear on 8.5 x 11

  • Canon XF camera metadata in CS6

    Hello, Can  you see camera metadata, like Shutter Speed, F Number, Gain, Color Temperature etc. from Canon XF files, directly in Premiere Pro? I can't find this properties in Metadata Display menu.

  • Time machine thinks I have OSX Lion

    Last night I tried to upgrade the hard drive on my macbook pro. I pressed "back up now" with time machine to make sure I had a current snapshot of the system. Then I replaced the hard drive, booted off the time machine and tried to restore the system

  • How to disable "getting started with Firefox" web page when starting Foxfire?

    Every time I open Firefox I get the additional web page "getting started with Firefox" and do not know how to disable it. Can you help?