[SOLVED] Why does android-sdk remain in AUR?

It seems that with 1500+ votes it might be worthy of being put in [community]. I'm just curious.
Last edited by amadar (2013-01-14 00:07:12)

The two most common reasons that popular packages stay in the AUR:
1. Licensing
2. No dev or TU uses them and can't maintain them.
A quick search through the license turns up this, emphasis added by me:
3.3 You may not use the SDK for any purpose not expressly permitted by this License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK; or (b) load any part of the SDK onto a mobile handset or any other hardware device except a personal computer, combine any part of the SDK with other software, or distribute any software or device incorporating a part of the SDK.
Last edited by Scimmia (2012-12-27 15:58:41)

Similar Messages

  • [SOLVED]Why does .bash_profile seem tobe read in non-login shells too?

    ~/.bash_profile:
    . $HOME/.bashrc
    ~/.bashrc:
    export PATH=$PATH:$HOME/code/shell
    (irrelevant lines left out)
    (I have no ~/.profile, ~/.bash_login or * ~/.bash_logout. I have also never edited /etc/profile or /etc/bash.bashrc.)
    I've read that in a login shell (e.g. TTY1) only the former is read, which in my case sources the latter. Running "export -p" in TTY1 gives a result consistent with this:
    declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl:/home/lazar/code/shell" (/home/lazar/code/shell is only listed once)
    I've also read that in a non-login shell (e.g. xterm) only the latter is read. However, when I run "export -p" in xterm or urxvt I get an unexpected result:
    declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl:/home/lazar/code/shell:/home/lazar/code/shell" (/home/lazar/code/shell is listed twice!)
    This implies that ~.bashrc is read twice, perhaps because .bash_profile is read in non-login shells too, even though it shouldn't be, should it? It doesn't seem to matter really, but I can't help but wonder why...
    [EDIT]
    I've found the answer. Exports from .bash_profile are done at boot time and *remain* active while X is active. Opening a non-login shell will cause .bashrc to export as well. Hence the duplication. My solution:
    ~/.bash_profile:
    export PATH=$PATH:$HOME/code/shell
    . $HOME/.bashrc
    ~/.bashrc:
    (lines other than export commands)
    Last edited by Lazar (2011-02-14 07:57:56)

    As I wondered, I think it's a problem with passwd. I don't have a dbus entry and must have missed it when I was copying things around between my version and the .pacnew. Downloading an install disc now since I can't seem to change it from the recovery console due to mounting root read-only.
    I'd love to know of a way to boot that avoids starting dbus and other things that might break while still having read/write access to root. Will mark solved once I update /etc/passwd and reboot.

  • [solved] Trouble installing android SDK and eclipse plugin

    Hi !
    Owner of an HTC hero, I would like to develop some apps for it. However, I have problems to install the android eclipse plugin on my archs (a 32 and a 64 bits) while it is working fine on my roommate's ubuntu...
    I'm following these instructions : http://developer.android.com/sdk/eclipse-adt.html
    At step 3, when I click OK in order to add the site, just nothing happens, the pop up stays displayed and I can still clic on the bottons, (but only "cancel" do something...) . I've tried to start eclipse from the console, but no output here
    Why do you think this happens ?
    I have also problem with the sdk tools :
    when I try to view the available packages il get :
    Failed to fetch URL https://dl-ssl.google.com/android/repos … sitory.xml, reason: HTTPS SSL error. You might want to force download through HTTP in the settings.
    (even if I ask to use HTTP insted of HTTPS)
    Have you already got this problem?
    Thanks,
    Fredszaq (from France, escuse english mistakes...)
    Last edited by fredszaq (2009-12-02 21:20:13)

    found the solution ! it seems to be a GTK problem in fact...
    http://groups.google.com/group/android- … 63a8d07cd9
    https://bugzilla.gnome.org/show_bug.cgi?id=598734
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=290395
    the major tip was to resize the windows when notings seems to happen ant to "clik" on the buttons with the enter key ...

  • [SOLVED] why does cuda-gdb require root permissions?

    I am doing GPGPU development on Arch Linux with the cuda-sdk and
    cuda-toolkit packages.  My attempts to run cuda-gdb as a normal
    user on a simple program results in:
    $ cuda-gdb ./driver
    NVIDIA (R) CUDA Debugger
    4.2 release
    Portions Copyright (C) 2007-2012 NVIDIA Corporation
    GNU gdb (GDB) 7.2
    Copyright (C) 2010 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law. Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "x86_64-unknown-linux-gnu".
    For bug reporting instructions, please see:
    <http://www.gnu.org/software/gdb/bugs/>...
    Reading symbols from /home/nwh/Dropbox/projects/G4CU/driver...done.
    (cuda-gdb) run
    Starting program: /home/nwh/Dropbox/projects/G4CU/driver
    warning: Could not load shared library symbols for linux-vdso.so.1.
    Do you need "set solib-search-path" or "set sysroot"?
    [Thread debugging using libthread_db enabled]
    fatal: The CUDA driver initialization failed. (error code = 1)
    If I run cuda-gdb as root, it behaves normally:
    # cuda-gdb ./driver
    NVIDIA (R) CUDA Debugger
    4.2 release
    Portions Copyright (C) 2007-2012 NVIDIA Corporation
    GNU gdb (GDB) 7.2
    Copyright (C) 2010 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law. Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "x86_64-unknown-linux-gnu".
    For bug reporting instructions, please see:
    <http://www.gnu.org/software/gdb/bugs/>...
    Reading symbols from /home/nwh/Dropbox/work/2012-09-06-cuda_gdb/driver...done.
    (cuda-gdb) run
    Starting program: /home/nwh/Dropbox/work/2012-09-06-cuda_gdb/driver
    warning: Could not load shared library symbols for linux-vdso.so.1.
    Do you need "set solib-search-path" or "set sysroot"?
    [Thread debugging using libthread_db enabled]
    [New Thread 0x7ffff5ba8700 (LWP 11386)]
    [Context Create of context 0x6e8a30 on Device 0]
    [Launch of CUDA Kernel 0 (thrust::detail::backend::cuda::detail::launch_closure_by_value<thrust::detail::backend::cuda::for_each_n_closure<thrust::device_ptr<unsigned long long>, unsigned int, thrust::detail::device_generate_functor<thrust::detail::fill_functor<unsigned long long> > > ><<<(1,1,1),(704,1,1)>>>) on Device 0]
    [Launch of CUDA Kernel 1 (set_vector<<<(1,1,1),(10,1,1)>>>) on Device 0]
    vd[0] = 0
    vd[1] = 1
    vd[2] = 2
    vd[3] = 3
    vd[4] = 4
    vd[5] = 5
    vd[6] = 6
    vd[7] = 7
    vd[8] = 8
    vd[9] = 9
    [Thread 0x7ffff5ba8700 (LWP 11386) exited]
    Program exited normally.
    [Termination of CUDA Kernel 1 (set_vector<<<(1,1,1),(10,1,1)>>>) on Device 0]
    [Termination of CUDA Kernel 0 (thrust::detail::backend::cuda::detail::launch_closure_by_value<thrust::detail::backend::cuda::for_each_n_closure<thrust::device_ptr<unsigned long long>, unsigned int, thrust::detail::device_generate_functor<thrust::detail::fill_functor<unsigned long long> > > ><<<(1,1,1),(704,1,1)>>>) on Device 0]
    The test program driver.cu is:
    // needed for nvcc with gcc 4.7 and iostream
    #undef _GLIBCXX_ATOMIC_BUILTINS
    #undef _GLIBCXX_USE_INT128
    #include <iostream>
    #include <thrust/device_vector.h>
    #include <thrust/host_vector.h>
    __global__
    void set_vector(int *a)
    // get thread id
    int id = threadIdx.x + blockIdx.x * blockDim.x;
    a[id] = id;
    __syncthreads();
    int main(void)
    // settings
    int len = 10; int trd = 10;
    // allocate vectors
    thrust::device_vector<int> vd(len);
    // get the raw pointer
    int *a = thrust::raw_pointer_cast(vd.data());
    // call the kernel
    set_vector<<<1,trd>>>(a);
    // print vector
    for (int i=0; i<len; i++)
    std::cout << "vd[" << i << "] = " << vd[i] << std::endl;
    return 0;
    driver.c is compiled with the command:
    $ nvcc -g -G -gencode arch=compute_20,code=sm_20 driver.cu -o driver
    How can I get cuda-gdb to run with out root permissions?
    Last edited by nwhsvc (2012-10-21 19:07:08)

    Question: What is one mayor difference between root and pretty much any other user account ?
    Hint: Access rights....

  • [SOLVED] Why does jre7-openjdk-headless require a version bump?

    I'm attempting to update my system, and I get the following error.
    sudo pacman -Syu
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    :: jre7-openjdk-headless and jre7-openjdk-headless-infinality are in conflict. Remove jre7-openjdk-headless-infinality? [y/N]
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: jre7-openjdk-headless and jre7-openjdk-headless-infinality are in conflict
    I presume pacman wants to remove jre7-openjdk-headless-infinality because it's 7.u65_2.5.1-3, while jre7-openjdk-headless is 7.u65_2.5.1-8. I presume jre7-openjdk-headless-infinality will be updated soon, and I won't get this error.
    However, I was interested in what exactly was requesting this version bump in the first place. I presume that it's a package that jre7-openjdk-headless-infinality is a dependency for. I looked firstly at what needed to be updated on my system, noting jre7-openjdk.
    $ pacman -Qu
    calibre 1.206.0-1
    device-mapper 2.02.108-1
    ffmpeg 1:2.3.1-1
    jdk7-openjdk 7.u65_2.5.1-3
    jre7-openjdk 7.u65_2.5.1-3
    lib32-krb5 1.12.1-2
    lvm2 2.02.108-1
    mesa-demos 8.2.0-1
    xf86-input-synaptics 1.8.0-2
    I had a look at the reverse dependencies for jre7-openjdk-headless-infinality, noting jre7-openjdk again.
    $ pacman -Qii jre7-openjdk-headless-infinality
    Provides : java-runtime-headless=7 jre7-openjdk-headless
    Depends On : libjpeg-turbo lcms2 nss ca-certificates-java
    Required By : jre7-openjdk
    Conflicts With : openjdk6 jre7-openjdk-headless jre7-openjdk-headless-fontfix
    I interpret that as pacman -Syu saying that jre7-openjdk needs an update, and this also depends on jre7-openjdk-headless-infinality. I double checked this.
    $ pacman -Qi jre7-openjdk
    Provides : java-runtime=7
    Depends On : jre7-openjdk-headless xdg-utils hicolor-icon-theme
    So I can see that jre7-openjdk actually depends on jre7-openjdk-headless, which can be provided by jre7-openjdk-headless-infinality (as above). However, I don't understand why a new version of jre7-openjdk requires a bump in version of jre7-openjdk-headless (or jre7-openjdk-headless-infinality). Have I misunderstood something?
    Last edited by Salkay (2014-08-24 12:34:29)

    EDIT: actually, when testing the different "useSystemAAFontSettings" parameters I somehow missed "on" - that one does indeed work well enough with the arch java packages. I still prefer the "--enable-infinality=yes" version, but you can scrap my whining below - PEBCAK.
    Wikimig wrote:What I mean is: I think you don't even need Infinality patch (just like most of people using this package). I am pretty sure you can get to a nice clean look with official Arch Linux packages.
    I completely understand that the official package has to remove the infinality flag if it breaks (default) non-infinality setups - but:
    You should definitely give fontconfig-infinality a try (very easy to install thanks to bohoomil's bundle). In my experience it massively improves font rendering. However, the current java7-openjdk really does not work with it, there is no way to get a nice clean look. I tried all the AA settings, and they were all terrible.
    Best settings with vanilla java7
    Same settings with --enable-infinality
    It looks even worse in reality, but just zoom in all the way to the left upper corner and compare... these are some pretty sparkling rainbow fonts
    Again, unfortunate, but I rather rebuild from ABS with "--enable-infinality=yes" than drop infinality completely.
    Last edited by hokasch (2014-09-01 13:25:32)

  • Why does my hours remaining keep going up

    I'm downloading a movie and my remaining hours keep going up and then restarting and then keep going up, why?

    Dry a different pair of headphones. Ones without a remote/mic.
    Next
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar              

  • Is there a setting such that the application closes (quits) when the (last) file is closed? Why does the application remain active when there are no files for it open?

    I honestly did try to find my own answer, but cannot.  Not sure why a simple question would have its answer so difficult to find. I'd just like the application to simply close after the last file is closed.  It seems strange to have the application remain active.  Thanks for your help.

    It's also a bit strange that even though I searched throughout the community for questions like this......so that I wouldn't take up space for something already discussed........that immediately after I posted my question, the "
    More Like This" side window comes up that describes questions just like mine. 
    So, sorry to have bothered anyone with having to read another duplicate question.  I see that the answer to my first question is "No", and there's likely not a good answer for "Why".
    Thanks anyway.

  • Why does Android Reader smart zoom not work as described on Google Nexus 7 2013 tablet?

    The smart zoom feature in Android Acrobat Reader allows you to double tap on a text column and the reader will zoom up to the column in improve readability.  This feature works great on the Samsung Galaxy Note 2 smart phone, but only appears to zoom half way on the Google Nexus 7 2013 tablet.
    Is this a bug?
    Thanks in advance for your replies.
    Regards,
    Jim Savitz

    Would it be possible for you to share the problematic pdf and OS information  with us at [email protected] so that we may investigate?
    Thanks,
    Adobe Reader Team

  • Why does folio size remain same when images are sized down?

    In the constant battle to keep the folio size down, I found  and eliminated a stray print-size image (40mb) and replaced it with a 2mb file however my folio is still claiming the same size when I see the update come in. Any idea out there why a folio will hang on to its size in this case.
    Thanks in advance

    Because we automatically resize the images to 108ppi at the pixel dimensions of the containing frame. A 40MB print image doesn't pass through to the folio as 40MB. It'll get sampled down.
    Neil

  • [SOLVED] Why does my JAVA_HOME point to jre instead of jdk?

    I am having a strange phanomenon.
    I have jdk7-openjdk installed, but I still have
    % echo $JAVA_HOME
    /usr/lib/jvm/java-7-openjdk/jre
    This is only with my current user. When I try root or a freshly created user, I correctly get
    % echo $JAVA_HOME
    /usr/lib/jvm/java-7-openjdk
    So I guess this is caused by something in my home directory. As 'grep -r JAVA_HOME ~/.*' does not give any hints, I do not know how to investigate this further.
    Maybe someone here has any idea how to find out more.
    Last edited by cbuehler (2013-12-22 10:20:30)

    As far as I understand, the order is not important in this case, because jre.sh only overrides JAVA_HOME if it is not set before.
    I also like to avoid making configuration changes when it looks like the default config should work fine.
    But brebs' reply inspired me to run 'sh -x /etc/profile', which finally shed light into my issue:
    +++ . /home/cbuehler/Siemens/Teamcenter10.1/Visualization/bin/visviewwebinit /home/cbuehler/Siemens/Teamcenter10.1/Visualization
    ++++ '[' X_ = X_True ']'
    ++++ '[' -n /home/cbuehler/Siemens/Teamcenter10.1/Visualization ']'
    ++++ export EAI_INSTALL=/home/cbuehler/Siemens/Teamcenter10.1/Visualization
    ++++ EAI_INSTALL=/home/cbuehler/Siemens/Teamcenter10.1/Visualization
    ++++ '[' -d /usr/lib/jvm/java-7-openjdk/jre -o -h /usr/lib/jvm/java-7-openjdk/jre ']'
    ++++ export JAVA_HOME=/usr/lib/jvm/java-7-openjdk/jre
    ++++ JAVA_HOME=/usr/lib/jvm/java-7-openjdk/jre
    I have Teamcenter Visualization installed in my home directory. And this changes my JAVA_HOME in /home/cbuehler/Siemens/Teamcenter10.1/Visualization/bin/visviewwebinit:
    # If JAVA_HOME points to the top level java directory, reset it to point to the JRE directory.
    if [ -d $JAVA_HOME/jre -o -h $JAVA_HOME/jre ]; then
        export JAVA_HOME=$JAVA_HOME/jre
    fi
    I commented this part out and now everything works fine.
    Thank you very much for your help.

  • [SOLVED] Why does nano "ctrl+o" `selects all`?

    I am frequently using nano, but recently when I try to save the file and hit "ctrl+o" all text gets selected instead of saving the file.
    Nevertheless, I can save the file in nano only if I switch my keyboard to Russian layout. Then "ctrl+o" correctly works.
    Using English layout I can invoke `save file` by hitting "ctrl+shift+o" but it all worked perfectly with "ctrl+o" before.
    I have had this nasty behaviour before but forgot what was the reason and how to fix it.
    Does anybody know what's going on?
    Last edited by minerals (2015-03-26 17:00:45)

    Alad wrote:I didn't know you could select all text with a single shortcut... usually people use ctrl+a with ctrl+/ for that. What terminal and window manager do you use? Have you run the keys through xev (from xorg-xev) ?
    Oh, you're right. It is my "lilyterm" that overrides the default nano binding. In lilyterm "ctrl+o" selects all text area. Now, I reassigned the hotkey and nano is back to normal. Thanks!

  • [SOLVED] Why does python2-numpy depend on python3 packages?

    Looking at the dependencies for python2-numpy it seems to depend on a bunch of stuff that's for version 3 of python:
    https://www.archlinux.org/packages/extr … on2-numpy/
    In particular python-nose is an optional dependency but python-nose is a python3 package. The python2 version is, as should be, in python2-nose. It could be a bug, but I figured I'd ask if anyone can think of a good reason for this before reporting.
    Last edited by vlsd (2013-10-22 19:38:49)

    Scimmia wrote:Do you know for sure that the python2-numpy testsuite doesn't require python3?
    Well, given that the test suite is part of numpy and is called from inside python2 I would be *very* surprised if it depended on python3. It would require importing python3-nose with a python2 interpreter, something that is, to the extent of my knowledge, not possible.
    I also just tested this on my system and numpy in python2 doesn't run the tests if python-nose is installed but python2-nose is not, which makes me 100% confident the dependency is wrong.

  • [SOLVED] Why does `dd if=/dev/zero of=/dev/sdc` cause disk-reads?

    I have noticed this on multiple occasions. When wiping a drive, but also when writing other content to it; both atop and iotop show that the disk is reading and writing the same amount of data. This feels like it is slowing down the writing I want it to do. Is there an option in dd I'm missing? Happens on multiple machines, kernels and disks. It feels like the linux-kernel is verifying what was written to the disk; but I cannot find any documentation on this
    Last edited by Spider.007 (2014-07-15 07:43:21)

    The default dd block size is 512 bytes, which is the traditional size of HDD sectors.
    However, most of the time, Linux performs disk IO in 4kB blocks. When you submit a sequence of 512 byte write requests, it reads a 4kB block, modifies it part-by-part in 512 byte chunks, writes it back, reads another 4kB block and so on.
    Setting bs to at least 4kB should eliminate the reads. Increasing it to few MB may improve performance slightly further by reducing the number of individual write requests and hence the time spent by the kernel on "understanding" them.
    Last edited by mich41 (2014-07-15 09:31:43)

  • [SOLVED] Android SDK throws error message after jdk7-openjdk update

    I updated my openjdk package to version 7.u13_2.3.6-1 on the 12th, and now the android-sdk from the AUR throws this error when I run either "android" or "andoid sdk":
    java.lang.NullPointerException
    at java.io.File.<init>(File.java:251)
    at com.android.sdklib.internal.avd.AvdManager.parseAvdInfo(AvdManager.java:1390)
    at com.android.sdklib.internal.avd.AvdManager.buildAvdList(AvdManager.java:1366)
    at com.android.sdklib.internal.avd.AvdManager.<init>(AvdManager.java:315)
    at com.android.sdklib.internal.avd.AvdManager.getInstance(AvdManager.java:325)
    at com.android.sdkuilib.internal.repository.UpdaterData.initSdk(UpdaterData.java:266)
    at com.android.sdkuilib.internal.repository.UpdaterData.<init>(UpdaterData.java:123)
    at com.android.sdkuilib.internal.repository.ui.SdkUpdaterWindowImpl2.<init>(SdkUpdaterWindowImpl2.java:104)
    at com.android.sdkuilib.repository.SdkUpdaterWindow.<init>(SdkUpdaterWindow.java:87)
    at com.android.sdkmanager.Main.showSdkManagerWindow(Main.java:339)
    at com.android.sdkmanager.Main.doAction(Main.java:322)
    at com.android.sdkmanager.Main.run(Main.java:119)
    at com.android.sdkmanager.Main.main(Main.java:102
    Any help would be appreciated, as I would like to get back to writing apps.
    EDIT: Solved by deleting the .android folder in the home directory. Thanks Stackoverflow.
    Last edited by Alittlemurkling (2013-02-18 17:34:55)

    See https://mailman.archlinux.org/pipermail … 24434.html

  • [SOLVED] Appcelerator Titanium Studio: Android SDK Not Found

    Hello,
    This is my first post here, as it is my first week of using arch linux
    I have a problem using Appcelerator Titanium Studio. I have installed android sdk but whenever I select it's location through the titanium studio configuration window, it shows the error "Android SDK not found at the specified path":
    MOD EDIT -- Please follow image posting rules -- Inxsible
    What I tried and did:
    1. Installed Android-SDK through yaourt in /opt/android-sdk, updated all packages through ./android, copied adb into "tools" as suggested by appcelerator. Tried selecting this directory in titanium, did not work.
    I tried all of the following paths:
    /opt/android-sdk
    /opt/android-sdk/
    /opt/android-sdk/tools
    /opt/android-sdk/platform-tools
    2. Installed Android-SDK manually by downloading the latest binaries: http://dl.google.com/android/android-sd … ux_x86.tgz into ~/android-sdk
    I updated all packages there again though ./android and tried selecting all paths I could think of related to that directory in titanium studio, did not work again.
    3. I thought maybe folder permissions are the problem but even a 777 wouldn't work.
    4. I checked the titanium log file and here is the error shown: http://pastebin.com/2XRJ1xyx
    Here is the script mentioned in the error: http://pastebin.com/jXvaa23M
    5. I also tried setting #!/usr/bin/env python2 in the script since the default interpreter is python 3 in my system, did not work.
    Additional Info: I have Sun JDK 64bit, JRE, tried both 32 & 64 of Titanium Studio, the 32 one didn't want to run at all.
    I can confirm that android SDK works since the emulator is running flawless.
    So at this point I can't continue anymore and have no idea where to go next :S
    any help / experiences appreciated.
    Last edited by Gjore.S (2011-07-24 02:11:18)

    Gjore.S wrote:
    It turned out that installing python25 from aur solved the problem, android sdk is now detected and everything works smooth.
    I can finally consider my arch laptop complete
    Cool Mate,
    Yeah, now your lappy is fully ready for development and you'll be one crazy muthafc*r .... I'm glad you've become an Archer as you really are ....
    Out & see ya in the hack lab in 2 hours ...

Maybe you are looking for

  • How do i sync my iPhone to a new macbook pro and start a new apple ID?

    Ok, so I just go a new macbook pro for college, and what I am trying to do is sync my iphone with my new computer and get all my music etc onto the new mac. But i also want to start a new apple ID.  I previously have had my iphone synced on the famil

  • I just used stickie notes on my desktop Mac and I don't know where it went or how I can find it.

    I just used stickie notes on my desktop Mac and don't know where it went or how I can find it.

  • Grouping and Concatenating of Data

    SQL> DESC TEST Name                                      Null?    Type BAND                                               VARCHAR2(2) BRANCH_CODE                                        VARCHAR2(4) COUNTRY                                            VA

  • Watching Events

    If you have xtools, here's a little script that you can register with the Script Events Manager on whatever events you're interested in. Or even Everything if you want. For every event that it sees, it writes an XML representation of that event to th

  • Problem in the order of the podcast iphone OS 3.0

    Hello, somebody knows how do to properly manage the podcast of a podcast when the day is made up of 1st, 2nd and 3rd part? The fact is that when syncing with itunes on the iphone I ordered in ascending and appears on the iphone to play the first part