How to upload mp3 & mp4 files to my ipod through iTune - itunes

Transfering music and videos to an iPod is so confusing after the latest updates. It use to be simple as just drag and drop. Now it is a pain.

Transfer mp3 files:
Step 1. Connect your ipod to PC and launch iTunes.
Step 2. Go to the dropdown at top-left corner, select "Music"
step 3. Select "Songs" under "Library" from the left hand panel (if it is not there, use "edit" to bring it up.
step 4. Update your Library from this screen AKA drag mp3 files here.
step 5. Click iPod icon next to the dropdown list at top-left corner
step 6. Select "Music" on the left pannel
step 7. Check "Sync Music" and check all iTune catagories. click "sync" button at bottom pannel
Transfer mp4 files:
Step 1. Connect your ipod to PC and launch iTunes.
Step 2. Go to the dropdown at top-left corner, select "Movies"
step 3. Select "Home Videos" under "Library" from the left hand panel (if it is not there, use "edit" to bring it up.
step 4. Update your Library from this screen AKA drag mp4 files here.
step 5. Click iPod icon next to the dropdown list at top-left corner
step 6. Select "Movies" on the left pannel
step 7. Check "Sync Movies" and click "sync" button at bottom pannel
now your mp4 files are in your iPod

Related

Xcode 6.1.1 Toolbar Icon and Text doesn't show

In Xcode 6.1.1 the Icon and Text doesnt show. It just shows the Icons. If if right click when the the icons are showing it just gives"hide toolbar" as the option and no option to show both Icons and Text.
This is very strange. If I use Xcode 5.x it shows the Icons and Text and right click on the toolbar works properly.
Anyone else having this issue? Also the same used to happen in 6.1 also.
Go ahead and click on 'Hide Toolbar', next you right click on the tool bar again and you can select 'Icon and Text'. Now you should have both Icon and Text as shows below;
I have a problem, it seems I have to click on 'Hide Toolbar' twice for Xcode to response.

hide Subtitles menu from mpmoviecontrol in ios 7

In iOS 7 when i push the mpmovieplayercontroller to screen there is an "Audio & Subtitles" menu item. However, it does not in ios 6. (it appears only in stream video playing)
Are there any way to hide this menu ?
BTW, i have tried 4 MPMovieControlStyle and none of them hide this menu.
The reason why Alternate Track button appears and how made it hidden.
https://developer.apple.com/library/ios/qa/qa1801/_index.html

Photo Library on iOS Simulator

I have xcode 4.5.2 and work with iOS 6. I need create photo library, and i must keep photo and show my app with only simulator. And i can't find directory where i can paste my photos (like photo library on iPhone) for further browse this photo to my app. Or how browse photos to app Photo in iOS Simulator. I saw some links like
Users/Library/Application Support/iPhone Simulator/5.0/Media/DCIM
but i have not such directory =(
So if i will use
UIImagePickerControllerSourceTypePhotoLibrary
where i must find photos, if i use only iOS Simulator without any apple devices?
You may need to create DCIM if it doesn't already exist.
You can add photos from safari in the simulator, by Tapping and Holding on the image. If you drag an image (or any other file, like a PDF) to the simulator, it will immediately open Safari and display the image, so this is quite an easy way of getting images to it.
simple steps :
1) Drag & Drop image onto simulator
- this will open a browser with your image
2) Click & hold image
- this will open options
3) save image
- this will copy image onto simulator
here is how you add an image to the photos in your xcode simulator. start the simulator by selecting your app and run it. then stop the run operation in xcode so you can go to the home screen in your simulator. drag and drop an image into your simulator screen. depending to what version of the xcode you are using it will differ how you save the image. i use Xcode 4.5. in 4.5 when you drop the image it opens a web view like window. on the butom of the screen you can tap the middle icon and it gives you the option and icons for sharing. just save the image to photos in there and there you have it. hope this helps.

How to upload App Store icon for high-resolution screens?

The new iOS Human Interface Guidelines states that we should upload an 1024x1024 app icon for high-resolution iPhone and iPad. I've added a new version of my app some days ago, and now when I press "edit" in Version information I only have the option to upload an 512x512 App Store icon. Are you able to upload the 1024x1024 app icon?
Apple has changed the description for the icon within iTunes Connect. When you supply an upgrade you're now able to replace your 512x512 icon with an 1024x1024 icon.
Click "Edit" next to "Version Information" of your new version
Scroll down to the icon and press "Choose File"
Select the 1024x1024 icon on your harddrive
The icon will look strange directly after the upload (at least it did in my case). But don't worry, just wait a few minutes and the glossy effect will be applied. I guess Apple's running a script to convert the image (or somehow create a preview of the image) only every 3 minutes or something like that.
Anything new on this topic? Anytime I try to upload a retina-icon, iTunes connect tells me "Large icons must be 512 x 512 pixels."
This seems a bit odd to me, since Apple clearly states, as Dennis mentioned, that it should be 1024 x 1024 for high-res devices.

How can I test landscape view using the iPhone Simulator?

I wonder if I can test landscape view using simulator?
Under the Hardware Menu you will find the rotation items which correspond to CMD+Left and CMD+Right
In the Hardware menu, there is an option to change the orientation. Also, Cmd-Left and Cmd-Right will rotate the virtual phone.
Setting simulator orientation in IDE
The above (hardware->device) is a solution for rotating the simulator only once the simulator is launched ,but there should be also an option in your IDE to define the orientation of the simulator.
If you are using JDeveloper IDE the go to
Application --> Deploy --> New Deployment Profile --> select Profile Type(iOS) --> iOS Options --> Device Orientations.
IDE Device orientations.
There you can mention which orientation you need by default, either landscape or portrait.
Short cut key for switching Orientations
Press command key and press left arrow / right arrow.
This would switch between the landscape and portrait views you require.
I hope this might help your query.
[enter image description here][1]
I was struggling with this exact problem for about an hour.
On the left-most project navigator screen, click the name of your project (should be the highest dropdown button), then click the general tab on the page that opens up, scroll down and you should see a section titled "Deployment Info" Make sure you select the checkbox of each orientation you want available for your project.
Test your simulation again.
[1]: https://i.stack.imgur.com/4nW9D.png