Massive problems with Logic/Network -can anyone advise?

Is anyone out there using Logic on a network together with other composers, with shared samples and audio on an external RAID system via File Server? If you are, can you please offer some advice on what does work, because at the moment our system does not!
We are a studio with 3 workspaces & 3 G5 Macs, making music for TV and media. Our samples and our music archive are on 2 separate RAID 5 configurations of about 2TB each. The samples are on one of the RAIDS, most of the music Archive on the other RAID. A G4 Dual operates as file server. Our RAID system hardware is custom, not Apple's X-serve.
This system served us well for a year or two, but now we are having extreme difficulties for the second time in several months. The system has actually had a heavier load because in the last few months we went from 2 Workspaces to 3, but it's hard to make a direct correlation between this and the current problems.
What's happening is that repeatedly the data on the RAID system becomes unavailable -samples get cut off, and in exs24 you can see the "couldn't get samples in time" error. The problem is probably more serious than just a bottleneck of data because when it occurs, files also become inaccessible via the Finder: in other words, we can navigate through the folder structure within the Finder, but the individual files themselves can't be previewed as is usually possible from the Finder; when you click on the Preview triangle (for an Audio file let's say) there is the message "fetching", and you wait....and wait. Generally a Restart of Logic, or a Fileserver Restart cures the problem but only for a very short time (sometimes minutes, sometimes hours) before it crops up again. Basically, communication between the Workspaces and the RAID system at file level is hung up or lost completely.
This problem caused our File Server computer to have Kernel Panics (last Autumn) and we thought there was a Data Registry problem on one of the RAID systems, so we re-initialized the RAID hoping that would cure it. Things went fine for a few months, but last week the File Server had a KP again and according to my computer Tech the problem is similar to the one we had before.
We have multiple deadlines every week, and I originally chose this system for its capacity and reliability as our organization has expanded. At the weekend we will try out a different File Server configuration - a G5 and a more powerful Switcher. What I don't know is whether the problems are hardware-based or actually a result of using Logic on a Network, which perhaps it was never intended for.
Any feedback/advice/suggestions would be much appreciated. We're all on Logic 7.2.3 under OS 10.4.7.
Thanks very much
Nigel
G5 Quad /4.5 GB RAM   Mac OS X (10.4.7)   RME Fireface

If I was you, I'd recommend buying a cheap PC
dedicated to Gigasampler for each of your 3 rooms,
and duplicate the sample library on each of their
drives. Guaranteed to work, though again it may
violate the sample library license agreement. Check
with your lawyer and your conscience.
Good luck.
you could do this. but even just buying a dedicated hard drive for each of the 3 stations, and installing the EXS library locally would work too, and wouldn't require as much of a change to workflow as setting up external gigasamplers would. you'd of course get higher performance with the gigasamplers being that they're in entirely dedicated machines, but the tradeoff is not having everything within a single logic session anymore, which may or may not be worth it.
as for the sample library license agreement thing. indeed.. you'd want to look into that, if not just for the possibility of getting into trouble, but at least for the moral issues of the matter. a working studio with plenty of projects going out the door should have no trouble paying for the correct legal use of the gear and intellectual property they use.

Similar Messages

  • After installed mavericks i cannot sign in to my facetime and i messages. i tried it 100 times, but it is showing couldn't sign in check your network and try again. there is no problem with my network. if anyone knows the solution please help me .

    After installed mavericks i cannot sign in to my facetime and i messages. i tried it 100 times, but it is showing couldn't sign in check your network and try again. there is no problem with my network. if anyone knows the solution please help me .

    Hi,
    What version of the OS did you upgrade from ?
    Anything before OS X 10.8.2 may have an issue if the Logic/Mother board has been replaced and the Serial Number not "flashed" back to it.
    In the Apple Icon menu use the About this Mac item.
    In the new panel click twice on the line that tells you the current OS level
    It will change to the Build number (and alternative count to the OS versions) and then the Serial Number.
    If it is missing you need to get it replaced.
    (It is supposed to be done on Repair or Refurbishment).
    An Apple Store or Apple Authorised Service Provider as the best choices.
    There are apps you can download (They are Mac Model specific) but needs careful typing as it is a once only trip.
    8:56 pm      Sunday; November 24, 2013
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    Message was edited by: Ralph Johns (UK)

  • I dropped my iphone 3gs and the screen has gone blank now showing a white screen with no icons can anyone advise me how to fix it?

    I dropped my iphone 3gs and the screen has gone blank now showing a white screen with no icons can anyone advise me how to fix it?

    Tim is correct.
    But, first step with 3GS white screen and most iPhone problems is Reset, hold both home and power buttons until iPhone begins to restart itself, usually about 10 seconds of holding both buttons. If still white screen.
    Next step would be Restore the iPhone Firmware with iTunes on your computer. If still white screen.
    Next step would be to follow Tim's advice, if you had not already.

  • Is everybody having problems with Canoscan drivers-can anyone help, please?

    After starting with Leopard, my LIDE25 refuses to work, and the window from the toolbox tells me a driver cannot be found, even after redownloading the driver, which, according to the Canon website, is perfectly compatible with the LIDE25 driver. Someone is not being honest, or Apple has made a huge mistake in the bug department. My smart mailboxes don't work either.Can anyone help? I see there are others with Canon scanner driver problems on this forum - what can we do? I'm so tired of fragile scanners breaking down and needing replacement - they are like VCRs in this respect, somehow a crap technology - but this time it's surely not the scanner to blame.

    I have a Conoscan 8400F scanner, and after downloading the latest driver it actually works BETTER than it ever has... used to take almost 3 minutes to scan a 8.5 X 11 page, now less than a minute.
    Jeff

  • Problems with Overlay Layout - can anyone spot something wrong/missing?

    Hi folks, I'm developing a tool that allows you to draw rectangles around objects on an image. The rectangles are then saved, and you can move between images. For some reason, though my rectangles are not drawing on the panel. I am using the Overlay Layout. Can anyone spot what I'm doing wrong? (The TopPanel canvas appears to be there, as it's taking input from the mouse - the problem is simply that the red rectangles are not drawing on the panel). Please help!!
    So you know, there is a JFrame in another class which adds an instance of the ObjectMarker panel to it. It also provides buttons for using the next and previous Image methods.
    Any other general advice is appreciated too.
    * Object_Marker.java
    * Created on 07 April 2008, 15:38
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.Font;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.Point;
    import java.awt.Rectangle;
    import java.awt.RenderingHints;
    import java.awt.event.MouseEvent;
    import java.awt.image.BufferedImage;
    import java.io.File;
    import java.io.IOException;
    import java.util.Arrays;
    import java.util.Collections;
    import java.util.HashMap;
    import java.util.LinkedList;
    import java.util.List;
    import javax.imageio.ImageIO;
    import javax.swing.JOptionPane;
    import javax.swing.JPanel;
    import javax.swing.OverlayLayout;
    import javax.swing.event.MouseInputAdapter;
    * @author Eric
    public class ObjectMarker extends javax.swing.JPanel {
         private static final long serialVersionUID = 6574271353772129556L;
         File directory;
         String directory_path;
         Font big = new Font("SansSerif", Font.BOLD, 18);
         List<File> file_list = Collections.synchronizedList(new LinkedList<File>());
         String[] filetypes = { "jpeg", "jpg", "gif", "bmp", "tif", "tiff", "png" };
         // This Hashmap contains List of Rectangles, allowing me to link images to collections of rectangles through the value 'index'.
         public static HashMap<Integer, List<Rectangle>> collection = new HashMap<Integer, List<Rectangle>>();
         BufferedImage currentImage;
         Thread thread;
         Integer index = 0;
         OverlayLayout overlay;
         private TopPanel top;
         private JPanel pictureFrame;
         String newline = System.getProperty("line.separator");
          * Creates new form Object_Marker
          * @throws IOException
         public ObjectMarker(File directory) {
              System.out.println("Got in...");
              this.directory = directory;
              File[] temp = directory.listFiles();
              directory_path = directory.getPath();
              // Add all the image files in the directory to the linked list for easy
              // iteration.
              for (File file : temp) {
                   if (isImage(file)) {
                        file_list.add(file);
              initComponents();
              try {
                   currentImage = ImageIO.read(file_list.get(index));
              } catch (IOException e) {
                   System.out.println("There was a problem loading the image.");
              // 55 pixels offsets the height of the JMenuBar and the title bar
              // which are included in the size of the JFrame.
              this.setSize(currentImage.getWidth(), currentImage.getHeight() + 55);
         public String getImageList() {
              // Allows me to build the string gradually.
              StringBuffer list = new StringBuffer();
              list.append("Image files found in directory: \n\n");
              for (int i = 0; i < file_list.size(); i++) {
                   list.append((((File) file_list.get(i))).getName() + "\n");
              return list.toString();
         private void initComponents() {
              top = new TopPanel();
              pictureFrame = new javax.swing.JPanel();
              OverlayLayout ol = new OverlayLayout(this);
              this.setLayout(ol);
              this.add(top);
              this.add(pictureFrame);
          * private void initComponents() {
          * javax.swing.GroupLayout pictureFrameLayout = new
          * javax.swing.GroupLayout(pictureFrame);
          * pictureFrame.setLayout(pictureFrameLayout);
          * pictureFrameLayout.setHorizontalGroup(
          * pictureFrameLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
          * .addGap(0, 497, Short.MAX_VALUE) ); pictureFrameLayout.setVerticalGroup(
          * pictureFrameLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
          * .addGap(0, 394, Short.MAX_VALUE) );
          * javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);
          * this.setLayout(layout); layout.setHorizontalGroup(
          * layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
          * .addComponent(pictureFrame, javax.swing.GroupLayout.DEFAULT_SIZE,
          * javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) );
          * layout.setVerticalGroup(
          * layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
          * .addComponent(pictureFrame, javax.swing.GroupLayout.DEFAULT_SIZE,
          * javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) ); }
          * This function returns the extension of a given file, for example "jpg" or
          * "gif"
          * @param f
          *            The file to examine
          * @return String containing extension
         public static String getExtension(File f) {
              String ext = null;
              String s = f.getName();
              int i = s.lastIndexOf('.');
              if (i > 0 && i < s.length() - 1) {
                   ext = s.substring(i + 1).toLowerCase();
              } else {
                   ext = "";
              return ext;
         public String getDetails() {
              saveRectangles();
              StringBuffer sb = new StringBuffer();
              for (int i = 0; i < file_list.size(); i++) {
                   try{
                   int count = collection.get(i).size();
                   if (count > 0) {
                        sb.append(file_list.get(i).getPath() + " "); // Add the
                        // filename of
                        // the file
                        sb.append(count + " "); // Add the number of rectangles
                        for (int j = 0; j < collection.get(i).size(); j++) {
                             Rectangle current = collection.get(i).get(j);
                             String coordinates = (int) current.getMinX() + " "
                                       + (int) current.getMinY() + " ";
                             String size = ((int) current.getMaxX() - (int) current
                                       .getMinX())
                                       + " "
                                       + ((int) current.getMaxY() - (int) current
                                                 .getMinY()) + " ";
                             String result = coordinates + size;
                             sb.append(result);
                        sb.append(newline);
                   } catch (NullPointerException e){
                        // Do nothing.  "int count = collection.get(i).size();"
                        // will try to over count.
              return sb.toString();
         private boolean isImage(File f) {
              List<String> list = Arrays.asList(filetypes);
              String extension = getExtension(f);
              if (list.contains(extension)) {
                   return true;
              return false;
         /** Draw the image on the panel. * */
         public void paint(Graphics g) {
              if (currentImage == null) {
                   g.drawString("No image to display!", 300, 240);
              } else {
                   // Draw the image
                   g.drawImage(currentImage, 0, 0, this);
                   // Write the index
                   g.setFont(big);
                   g.drawString(index + 1 + "/" + file_list.size(), 10, 25);
         public void nextImage() throws IOException {
              if (index < file_list.size() - 1) {
                   printOutContents();
                   System.out.println("Index: " + index);
                   saveRectangles();
                   index++;
                   currentImage = ImageIO.read(file_list.get(index));
                   this
                             .setSize(currentImage.getWidth(),
                                       currentImage.getHeight() + 55);
                   top.setSize(this.getSize());
                   top.rectangle_list.clear();
                   if (collection.size() > index) {
                        loadRectangles();
                   repaint();
         private void saveRectangles() {
              // If the current image's rectangles have not been changed, don't do
              // anything.
              if (collection.containsKey(index)) {
                   System.out.println("Removing Index: " + index);
                   collection.remove(index);
              collection.put(index, top.getRectangleList());
              System.out.println("We just saved " + collection.get(index).size()
                        + " rectangles");
              System.out.println("They were saved in HashMap Location " + index);
              System.out.println("Proof: ");
              List<Rectangle> temp = collection.get(index);
              for (int i = 0; i < temp.size(); i++) {
                   System.out.println("Rectangle " + (i + 1) + ": " + temp.get(i));
              // If the rectangle list has changed, set the list the current index
              // as the new list.
         private void loadRectangles() {
              System.out.println("We just loaded index " + index
                        + " into temporary memory.");
              System.out.println("Proof: ");
              List<Rectangle> temp = collection.get(index);
              top.rectangle_list = collection.get(index);
              for (int i = 0; i < temp.size(); i++) {
                   System.out.println("Rectangle " + (i + 1) + ": " + temp.get(i));
         private void printOutContents() {
              System.out.println();
              System.out.println("Contents printout...");
              for (int i = 0; i < collection.size(); i++) {
                   for (Rectangle r : collection.get(i)) {
                        System.out.println("In collection index: " + i + " Rectangle "
                                  + r.toString());
              System.out.println();
         public void previousImage() throws IOException {
              if (index >= 1) {
                   printOutContents();
                   System.out.println("Index: " + index);
                   saveRectangles();
                   index--;
                   currentImage = ImageIO.read(file_list.get(index));
                   this
                             .setSize(currentImage.getWidth(),
                                       currentImage.getHeight() + 55);
                   top.setSize(this.getSize());
                   top.rectangle_list.clear();
                   if (index >= 0) {
                        loadRectangles();
                   repaint();
         public void removeLastRectangle() {
              // This method removes the most recent rectangle added.
              try {
                   int length = collection.get(index).size();
                   collection.get(index).remove(length - 1);
              } catch (NullPointerException e) {
                   try {
                        top.rectangle_list.remove(top.rectangle_list.size() - 1);
                   } catch (IndexOutOfBoundsException ioobe) {
                        JOptionPane.showMessageDialog(this, "Cannot undo any more!");
    * Class developed from SSCCE found on Java forum:
    * http://forum.java.sun.com/thread.jspa?threadID=647074&messageID=3817479
    * @author 74philip
    class TopPanel extends JPanel {
         List<Rectangle> rectangle_list;
         private static final long serialVersionUID = 6208367976334130998L;
         Point loc;
         int width, height, arcRadius;
         Rectangle temp; // for mouse ops in TopRanger
         public TopPanel() {
              setOpaque(false);
              rectangle_list = Collections
                        .synchronizedList(new LinkedList<Rectangle>());
              TopRanger ranger = new TopRanger(this);
              addMouseListener(ranger);
              addMouseMotionListener(ranger);
         public List<Rectangle> getRectangleList() {
              List<Rectangle> temporary = Collections
                        .synchronizedList(new LinkedList<Rectangle>());
              temporary.addAll(rectangle_list);
              return temporary;
         protected void paintComponent(Graphics g) {
              super.paintComponent(g);
              Graphics2D g2 = (Graphics2D) g;
              g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
                        RenderingHints.VALUE_ANTIALIAS_ON);
              g2.setPaint(Color.red);
              // Draw all the rectangles in the rectangle list.
              for (int i = 0; i < rectangle_list.size(); i++) {
                   g2.drawRect(rectangle_list.get(i).x, rectangle_list.get(i).y,
                             rectangle_list.get(i).width, rectangle_list.get(i).height);
              if (temp != null) {
                   g2.draw(temp);
         public void loadRectangleList(List<Rectangle> list) {
              rectangle_list.addAll(list);
         public void addRectangle(Rectangle r) {
              rectangle_list.add(r);
    class TopRanger extends MouseInputAdapter {
         TopPanel top;
         Point offset;
         boolean dragging;
         public TopRanger(TopPanel top) {
              this.top = top;
              dragging = false;
         public void mousePressed(MouseEvent e) {
              Point p = e.getPoint();
              top.temp = new Rectangle(p, new Dimension(0, 0));
              offset = new Point();
              dragging = true;
              top.repaint();
         public void mouseReleased(MouseEvent e) {
              dragging = false;
              // update top.r
              System.out.println(top.getRectangleList().size() + ": Object added: "
                        + top.temp.toString());
              top.addRectangle(top.temp);
              top.repaint();
         public void mouseDragged(MouseEvent e) {
              if (dragging) {
                   top.temp.setBounds(top.temp.x, top.temp.y, e.getX() - top.temp.x, e
                             .getY()
                             - top.temp.y);
                   top.repaint();
    }Regards,
    Eric

    Alright so I fixed it! I created a new class called BottomPanel extends JPanel, which I then gave the responsibility of drawing the image. I gave it an update method which took the details of the currentImage and displayed it on the screen.
    If anybody's interested I also discovered/solved a problem with my mouseListener - I couldn't drag backwards. I fixed this by adding tests looking for negative widths and heights. I compensated accordingly by reseting the rectangle origin to e.getX(), e.getY() and by setting the to original_origin.x - e.getX() and original_origin.y - e.getY().
    No problem!

  • Despite 10.5.2 my problems with Leopard continue -can anyone comment?

    Since installing 10.5 on the 26/10/07 I have waited patiently for the supposed panacea that is 10.5.2 for all the problems I've been having on both my iMac and MacBook. Strangely I have exactly the same problems on both machines.
    To get around some of these while waiting on the upgrade I had to create new administrator accounts as one of the major problems I have encountered is that .dmg and .pkg files will not install within my original administrator accounts on both machines.
    I have set up and installed at least 3 new machines for friends recently all of which came with Leopard and none of which display any problems at all. I cannot change to my new administrator accounts exclusively because of the sheer volume of tunes, photos, movies and TV shows in my original accounts and rather than try and move these, I was hoping the 10.5.2 would cure the original default accounts. I cannot comment on any increased stability -it's too soon, but here are just some of the problems that I face every day (common to both machines).
    Firefox won't run
    iTunes (frequently) cannot find the default music folder and fails to launch (even though it's there)
    .dmg and .pkg files are not recognised
    DVD player will not run (Initialisation error 108)
    Software update will not run from Apple menu (have to trigger from within sys preferences)
    Nothing appears on the desktop whatsoever -no HDs, no files, no folders.
    Programmes (such as iWeb) just disappear for no reason; a folder (such as Flickr) will magically appear within the desktop folder without being created by me (within sidebar) but not on the proper desktop itself
    Cannot create new folders on desktop - error code 8058 appears each and every time
    None of my Apple programmes (ex: Mail and iWeb) have any help files within them; switch to the alternative administrator accounts and suddenly they have all those files
    iPod Touch not recognised in default (original) administrator accounts
    Windows sharing at best of times if flaky
    Screen sharing will not work in original accounts: when I change to new ones, suddenly it all works perfectly.
    eyeTV will not keep channel settings between each launch
    And so on.....
    Exasperated last October, I gave up and did a totally clean install of Leopard over Tiger. That made no difference. Tonight I installed the combo update but really, all my problems are still there. I have no idea what could be preventing my two original Admin accounts from Tiger from working and I find it bizarre that the same problems manifest themselves on both machines.
    Anyone any ideas?

    I eventually did *erase and install* back in October because I was having so many problems with the new OS -I had originally just done the upgrade from Tiger.
    Tunes are on an external HD and therefore that isn't the biggest problem, but the original admin account houses a great number of large eyeTV recordings and DivX downloads and that would be a pain to organise as well as all my Mail accounts.
    By 'original admin account' I mean the first one that I created once the installation was performed. In my experience, Leopard doesn't appear to care too much for these ones. Whether this has something to do with .Mac prefs and settings associated with these accounts I don't know but I have the exact same problems on both machines. Like many others on these forums I have had many issues with syncing, iDisks, .Mac and so on since Leopard.
    Everything works on any newly-created admin account. Yes, I suppose I will have to bite the bullet and change everything over to these but it has been a long, arduous and unpleasant task with Leopard since October and the prospect of setting up mail, bookmarks and copying extremely large media files back and forth is not one that I relish.
    What could be causing so much hassle on the default admin accounts that I wish to use?
    Message was edited by: Éamonn Ó Catháin

  • I am having a major problem with swapfiles. Can anyone help

    I have had a recurring issue for a few months now with accumulating swapfiles. My system drive fills with these files (65 x 1.9gb, the latest) slowing down the system due to finite disk space and causing some maintenence to be carried out. I have up to now been able to get rid of them using the finder to delete the actual files after making them visible in the finder(using IceClean by MacDentro). I can also use Omni disk sweeper to see the space on the drive as well as Disk Inventory X. Now I cannot delete the files. They have conglomerated into a unknown space that cannot be grabbed and trashed nor physically deleted through the finder.
    I am using an SSD 120gb drive with a system size count of 42gb. Bar 5gb the rest is this ether space that wont go away. I have a feeling that this is going to need to terminal commands witch I do not have at my disposal. Can any please help? This is driving me mad. I have reset the PRAM numerous times but this is too lightweight.
    Hard core terminal shyte, Bring it on. Please
    regards
    Ken

    The 2 places I’ve seen recommended most to buy reliable RAM are below. I have purchased RAM several times from Other World Computing and have always been very satisfied with the product and service. OWC has also tested RAM sizes above Apples official limit.
    Crucial
    Other World Computing

  • Having problems with iphone 3g, can anyone help!!

    I bought a secondhand iphone 3G and i am having trouble setting it up, didn't get the booklet that would off come with the phone, the problem is. when the phone is switched on and when the apple logo dissapears the next screen has a usb cable with an arrow pointing to iTunes and a slide bar, when sliding the bar to open the phone i get banner message saying Emergency calls only,
    How do i get pass this problem?

    set up itunes and have it running on PC
    Then plug iPhone into a USB port and iTunes should see it
    http://manuals.info.apple.com/en_US/iPhone_iOS4_User_Guide.pdf
    here is a user guide assuming the iPhone is running 4.2.1

  • Im trying to upgrade my iphone but it keeps coming up with timed out, im not very good with computers etc can anyone advise me????

    im trying to upgrade my iphone4 but it keeps coming up timed out anyone got any ideas what i can do

    im trying to upgrade my iphone4 but it keeps coming up timed out anyone got any ideas what i can do

  • Problems with constructors? can anyone help

    I want to use the Math.random() class to generate a random number
    to fill an array.In the 2 constructors i have this:
    private int[] rand;
    public Randomize(int ra[])
    {rand = new int[7];}
    public Randomize()
    {Math.random();}
    *note ra is a formal parameter
    but nothing happens. The array rand does not fill up with random numbers
    how can i fill it up with random numbers?

    Hi Mike,
    The Math.random() is a static method that returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
    It does not return an array or a int. If you use the Math.random method, you will have to cast your double into an int. Also you need to create a for loop to fill your array and add code to check that the value returned from the Math.random method has not already been used.

  • Just updated version on itouch via itunes. Icons are now massive - can anyone advise how to revert to normal font size, just updated version on itouch via itunes. Icons are now massive - can anyone advise how to revert to normal font size

    Just updated to version 4.35 via itunes.   My icons are now massive making it almost impossible to do anything, even open up.  Can anyone advise me how I can revert to normal font/icon size.

    Try to double tap with three fingers on the screen to get back to normal size.
    Zoom in or out: Double-tap the screen with three fingers. By default, the screen is magnified 200 percent. If you manually change the magnification (by using the tap-and-drag gesture, described below), iPod touch automatically returns to that magnification when you zoom in by double-tapping with three fingers.
    page 204 iPod_touch_iOS4_User_Guide
    Message was edited by: Ingo2711

  • I had been using iMessage all along with my friend who is using an iPhone 6. I choose to send a sms to him as I do not have any connection, after that there is no way I can send him an iMessage again. Can anyone advise how do I switch back?

    I had been using iMessage all along with my friend who is using an iPhone 6. I choose to send a sms to him as I do not have any connection, after that there is no way I can send him an iMessage again. Can anyone advise how do I switch back? I had tried resetting the network setting, toggling off the sms but to no avail.
    Thank you.
    Regards

    What do you mean you choose to send him an SMS because you don't have any connection. What kind of connection? Delete the thread with that individual that you sent via SMS, and as long as you have iMessage activated on your device and your friend has an active data connection, it should recognize that and send as an iMessage. Another scenario is to have the friend send you a message that you can respond to.

  • Can anyone advise how to close apps on iPad with new iOS? I have multiple open and cannot close them.

    Can anyone advise how to close apps with the new iOS?  I have multiple open and cannot close them

    Double-tap on the Home button. You will see a preview of the app above the actual icon. Slide the preview up to kill it.
    Please get the iPhone User Guide (For iOS 7 Software)Sep 19, 2013 - 23 MB.

  • ITunes library stored on an external hard drive which is connected to my airport extreme, I wish to share my iTunes library over my network, I can do this with my laptop, but not with my iPad, can anyone tell me if it is possible

    I have my iTunes library stored on an external hard drive which is connected to my airport extreme, I wish to share my iTunes library over my network, I can do this with my laptop, but not with my iPad, can anyone tell me if it is possible

    You can't connect directly to the external drive, but should be able to use iTunes Home Sharing via the laptop.
    http://support.apple.com/kb/PH1453

  • I have a mountain lion 10.8.5 version installed on my 2012 Macbook air but there is no Wireless Network application installed. Can anyone advise me how to fix this or get it installed, thanks.

    I have a mountain lion 10.8.5 version installed on my 2012 Macbook air but there is no Wireless Network application installed. Can anyone advise me how to fix this or get it installed, thanks.

    thank you Eric/Joe, what I actually was looking for is wireless diagnostic utility not the wireless diagnostic assistant as per your advise but have found the resolution right here http://support.apple.com/kb/HT5606

Maybe you are looking for

  • Importing 3rd party loops doesnt work

    in logic pro x when i drag and drop loops from my loop library folders they dont import at all (worked fine in logic 8). the popup window asks where i want to use them from and no matter if i choose original location or import to new folder they dont

  • How do you place a video clip at a particular location in imovie

    how do I place a video clip at a particular location in imovie?

  • Cmtgetlock causes freeze - Is there a way to see who is holding the lock?

    My program is sitting at cmtgetlock forever and not sure why.  I stepped through all my code and don't see anythign obvious. My CMTGetLock is called after a user callback button. Is there not a way in CVI to investigate a semaphore deadlock?

  • Precision Changes when running parallel queries in Oracle?

    I am trying to speed up our SQL queries and database draws by running parallel queries. However, we are noticing a slight difference in one of our queries. We have identified two possible reasons. One of those reasons is parallel queries for some rea

  • Window Title when minimized

    I have a chat application where AWT frames are being used for dialogs. I want that when the chat window is minimised to the Task bar , and a new message comes , there should be a blinking of the title bar or it whould maximise on its own.I can trap t