Bit Rotation

Hello all.
Is there any build in left and right bit rotation methods?
I'm tring to do some bit manipulation and am not having such an easy go of it in Java. Any suggestions?

I don't know of any built in rotation operators but you can always rotate with simple arithmetic:
public static final int bitRotateLeft(int x, int count) {
  return ( (x << count) | (x >>> (32 - count)) );
public static final int bitRotateRight(int x, int count) {
  return ( (x >>> count) | (x << (32 - count)) );
//test
int i = 149;
if(bitRotateLeft(i, 1) == 43)SYstem.out.println("rotate left");
if(bitRotateRight(i, 1) == 202)SYstem.out.println("rotate right");

Similar Messages

  • I have a iMac and i just updated the computer to Yosemite.  I have Photoshop CS5 and when I try to print under print size --- manage custom size , photoshop unexpectedly quits every time.  I updated the printer drivers (epson 9880)  uninstalled and instal

    I have a iMac and i just updated the computer to Yosemite.  I have Photoshop CS5 and when I try to print under print size --- manage custom size , photoshop unexpectedly quits every time.  I updated the printer drivers (epson 9880)  uninstalled and installed all the drivers. restarted computer and it is still doing the same thing.  Cant find any costumer service here either except forums.

    I have exactly the same problem - Whenever I go to Print, the print widow appears, it thinks about it for a bit (rotating symbol) and then quits.
    This is the beginning of the problem details, cut and paste. It goes on much longer than this:
    Process:               Adobe Photoshop CS5 [786]
    Path:                  /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    Identifier:            com.adobe.Photoshop
    Version:               12.0 (12.0x20100407.r.1103] [12.0)
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Adobe Photoshop CS5 [786]
    User ID:               502
    Date/Time:             2015-02-01 10:56:19.422 +0000
    OS Version:            Mac OS X 10.10.2 (14C109)
    Report Version:        11
    Anonymous UUID:        C0191A3D-714A-8117-8061-9291955759D1
    Sleep/Wake UUID:       B201F1B6-486D-4D70-B99A-E4F89B024BBF
    Time Awake Since Boot: 5600 seconds
    Time Since Wake:       240 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_ACCESS (SIGBUS)
    Exception Codes:       KERN_PROTECTION_FAILURE at 0x00007fff789d1e70
    VM Regions Near 0x7fff789d1e70:
        __DATA                 00007fff78986000-00007fff7898b000 [   20K] rw-/rwx SM=COW  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    --> __DATA                 00007fff7898b000-00007fff789e1000 [  344K] rw-/rwx SM=COW  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        __DATA                 00007fff789e1000-00007fff789e6000 [   20K] rw-/rwx SM=COW  /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                           0x00007fff789d1e70 OBJC_CLASS_$_NSMutableArray + 0
    1   com.apple.print.framework.PrintCore 0x00007fff95693021 PMRelease + 43
    2   com.adobe.Photoshop           0x0000000100c237cf AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9727123
    3   com.adobe.Photoshop           0x0000000100c23e7d AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9728833
    4   com.adobe.Photoshop           0x0000000100c23eb7 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9728891
    5   com.adobe.Photoshop           0x0000000100c23da5 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9728617
    6   com.adobe.Photoshop           0x0000000100aee053 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8459543
    7   com.adobe.Photoshop           0x0000000100768c64 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4768040
    8   com.adobe.Photoshop           0x0000000100af067e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8469314
    9   com.adobe.Photoshop           0x0000000100af0be9 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8470701
    10  com.adobe.Photoshop           0x0000000100af1295 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8472409
    11  com.adobe.Photoshop           0x000000010007bbdc 0x100000000 + 506844
    12  com.adobe.Photoshop           0x00000001000d6a7e 0x100000000 + 879230
    13  com.adobe.Photoshop           0x00000001000d6a9e 0x100000000 + 879262
    14  com.adobe.Photoshop           0x0000000100066eb1 0x100000000 + 421553
    15  com.adobe.Photoshop           0x0000000100071d74 0x100000000 + 466292
    16  com.adobe.Photoshop           0x000000010006716f 0x100000000 + 422255
    17  com.adobe.Photoshop           0x0000000100067232 0x100000000 + 422450
    18  com.adobe.Photoshop           0x00000001012f0007 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16856267
    19  com.apple.AppKit               0x00007fff8d77c608 -[NSApplication run] + 711
    20  com.adobe.Photoshop           0x00000001012ee19c AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16848480
    21  com.adobe.Photoshop           0x00000001012ef3c7 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16853131
    22  com.adobe.Photoshop           0x0000000100068e82 0x100000000 + 429698
    23  com.adobe.Photoshop           0x0000000100238308 0x100000000 + 2327304
    24  com.adobe.Photoshop           0x00000001002383a7 0x100000000 + 2327463

  • Two questions: about volatile and operator

    Howdy!
    I need a little info on these lil' critters I've got here...
    First: What is the volatile modifier...? What does it do...?
    And second: What is the >>> or <<< operator...? First I just assumed they were bit rotation, but now I'm not so sure... I've used bit shifting operators before, but a webpage I found recently says Java doesn't have support for these operators...? What the...?
    That is all... :)

    volatile is described here
    http://java.sun.com/docs/books/jls/third_edition/html/classes.html#36930
    and the shift operators at
    http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#5121

  • Advice needed regarding replacing the HD

    Hi
    I have bought a 160GB drive for my last generation Powerbook. When trying to remove the old drive the two outermost screws holding the actual HD in will not budge at all. I have removed all the other screws, and I'm not new to this, having happily replaced HDs in Titanium Powerbooks and recently in a MacBook Pro. But these two screws are completely stuck. I have the correct size screwdrivers and have actually already damaged the heads of two screwdrivers trying to get the screws loose, but have not damaged the screws at all. Do I have to admit defeat and hand it over to a workshop? And in that case can they do a better job than I can or will they just round the screws off?
    Does anyone have any experience of such a problem?
    Thanks
    Matthew Whiting

    You have gotten some excellent advice, and it will probably serve to get your screws out. But I wanted to add my 2¢ for some remedies of last resort just in case you need them. This does not come from any knowledge of powerbooks, just of getting out stuck screws.
    If you can safely apply a little heat to the screw head without harming anything else, this could help. You could use a low power soldering iron and you don't want to heat it up more than about 200º. This can do several things. If there is Loctite on the screw, it will soften it. It will also help the WD-40 to penetrate. And because of the difference in the coefficient of expansion between steel and aluminum, it will make the screw very slightly looser in the hole.
    And if all else fails and you do have to drill something out, you should be aware that there are such things as left-handed drill bits. You can get a set of 5 from Snap-on, the smallest of which is 1/8". You will also need a reversible drill motor. The thing about drilling out a screw with a left-handed drill bit is that it will sometimes bite into what's left of the screw head well enough to break it loose and back it out, since it is turning in the proper direction to do this. A regular right-handed drill bit rotates in a direction to tighten, not to loosen.
    Hopefully you won't need any of this information, especially if you have already applied the tiny bit of oil to be soaking into the threads for a few days while you attend to your baby daughter. But wanted you to have it just in case.
    Good luck!

  • Determining a input value to a VI

    Hello,
       How can I use a vertical toggle switch control to
    determine the value of a single bit for a VI that has a 8 bit input
    port?
    Regards,
    Kaspar

    Just use an array with only 3 switches, the rest will fall into place .
    (If you don't want the three low order bits, rotate the array accordingly.)
    Message Edited by altenbach on 01-31-2006 08:36 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    3toggles.vi ‏26 KB

  • Rotate and Shift 16-bit Image

    I would like to rotate and shift a 16-bit RGB image (U64 in LabVIEW).  The IMAQ rotate and shift functions don't accept this image type, but they do accept a 16-bit grayscale image (I16 in LabVIEW).  Unfortunately, this clips all values in my original image since it runs from -32,767 to + 32,767.  The ExtractColorPlanes function requires a 16-bit image to be wired as the desination image but the IMAQ create VI does not allow U16 image to be created.
    Any ideas?
    Solved!
    Go to Solution.

    SJT a écrit:
    I would like to rotate and shift a 16-bit RGB image (U64 in LabVIEW).  The IMAQ rotate and shift functions don't accept this image type, but they do accept a 16-bit grayscale image (I16 in LabVIEW).  Unfortunately, this clips all values in my original image since it runs from -32,767 to + 32,767.  The ExtractColorPlanes function requires a 16-bit image to be wired as the desination image but the IMAQ create VI does not allow U16 image to be created.
    IMAQ Create can create U16 images, but the standard Image Type input lack the appropriate value. This is bug n°1 . As workaround, you can either wire directly a con,stant with value 7 or dig into the Vision palettes and get a better typed constant from the IMAQ Cast Image VI.
    However, this is not the solution to your problem, since there is the n°2 bug in the IMAQ ExtractSingleColorPlane VI : it doesn't accept U16 or U64 as destination images, and coerce the output to a I16 default image type.
    A workaround is to create your own color plane extraction function. First convert the U64 image into an array, then extract the desired plane, as shown on the diagram below.
    Message Edité par chilly charly le 12-30-2008 08:31 AM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Extract Color Plane U64.vi.zip ‏15 KB
    U16 ExtractSingleColorPlane.vi.zip ‏13 KB
    U16 ExtractSingleColorPlane_BD.png ‏10 KB

  • Portege M700 rotation issues after upgrading to Windows 7 64 bit

    I upgraded to windows 7 last night on my portege m700. It is Windows 7 Pro 64 bit. I installed all the drivers under the Windows & 64 bit category on Toshiba's page. Everything works great except the screen will not properly rotate when put into tablet mode. I can push ctrl+alt+ arrow keys to rotate it, and I can also use windows mobility center to rotate 90 degrees at one time. I am wondering what I need to have it rotate once snapped into tablet mode, like it did in Vista. I have the Toshiba rotation utility installed but it doesn't seem to be doing anything. It seems like it is not receiving a signal from the monitor that it has been rotated.
    I need this for school, so any help is GREATLY appreciated.

    Hi
    I think there are not all Win 7 64boit drivers published and released for M700 and you will have to install also some drivers released for Vista 64bit!
    For example:
    *Tablet PC Extension Package v 1.0.0.1 for Vista 64bit*
    This driver package installs a range of important utilities.
    _TOSHIBA Rotation Utility:_ Set the default screen orientation you want the system to use when switching from PC to Tablet mode, or vice-versa.
    _TOSHIBA Tablet PC Buttons Driver:_ You can dedicate tablet buttons to performing common tasks so that you can easily operate your tablet computer when you're away from your workstation. For example, you can dedicate a button to open a program or to change your screen orientation.
    _TOSHIBA Accelerometer Utilities:_ These Utilities are a set of hardware utilities that work with the motion sensors built into you machine. With the Accelerometer, your machine will be able to detect the way you are holding it at any given moment. You can set the machine to perform a specific function when the unit is quickly tilted to the left or right, or to the front or back. You can also take control of the cursor in some applications and make it move by leaning the PC in a certain direction.

  • Rotate bits left?

    I want to rotate stuff left and right.
    I searched around and only got confused.
    this is the algorithm im using to rotate a long integer, 149, left by 1 bit:
    (149L << 1) | (149L >>> (64 -1) )
    by my definition of "rotate left" i should get 43, but ofcorse i dont because im just |ing (149 << 1) with zeros
    are there two definitions of "rotate left"?
    or is somthing wrong with this algorithm?
    or somthing else...

    I want to rotate stuff left and right.
    I searched around and only got confused.
    this is the algorithm im using to rotate a long
    integer, 149, left by 1 bit:
    (149L << 1) | (149L >>> (64 -1) )
    by my definition of "rotate left" i should get 43, but
    ofcorse i dont because im just |ing (149 << 1) with
    zeros
    are there two definitions of "rotate left"?
    or is somthing wrong with this algorithm?
    or somthing else...I'm not shure what you're trying to do, but rotate left is simply this
    (149 << 1)

  • When i use apple tv to rotate my tv to portrait setting, the tv becomes a bit pixelated. Please assist.

    As per topic, when I attempt to rotate my 40" TV to portrait setting using Apple TV, the screen becomes slightly pixelated. Is there anyway I can still resume the quality of the display?

    I have been on the phone with frontier and they said the same thing you did. The apple tv and macbook pro are in the next room.Also frontier said before spending money on a new router and modem that there is a report of congestion on the phone lines and they are working on this issue. may be a bad phone line outside that is droping the router an issue only time will tell.thank you very much for your help this helped me.

  • FCP Ignoring rotation bit

    Morning,
    Imported P2 Data from HVX using the RedRock system so the image comes in upside down. Opened clip in Quicktime Pro, under Show Movie Properties, selected video track/visual settings. Rotated the clip so it views correctly now. Save the clip, bring he clip into FCP and it still shows it upside down. Bring the clip into Motion, no problem it's showing correctly. I have tried the clip in other programs and the problem does not appear, it's only in FCP that the Rotate parameter is getting ignored. Where or how do you report a bug to Apple for FCP??
    Thanks,

    http://www.apple.com/feedback/finalcutpro.html
    or
    http://radar.apple.com

  • Ipad air is a little bit stuck sometimes while rotating. Why is that?

    Not only rotation, sometimes when I play games it also has this problem. Anyone has the  same problem? Why ?

    Sorry I don't know how to say it properly. not smoothly maybe?

  • 64-Bit OS' no longer work on GT780DXR

    Hi there,
    Hopefully someone can help point me toward what might be going on here; basically the other day when turning my laptop on, it made it to the Windows 7 loading screen (with the rotating coloured balls), before suddenly crashing out and BSOD'ing. Attempting to boot up with last known good configuration did nothing; attempting to restore the OS did nothing. They would all reach the exact same point, and then BSOD. My first thought was that it might be the memory (As this notebook was previously sent back to RMA under warranty due to faulty memory), so I performed a Memtest. This showed no errors at all. I then checked the processes that were loading as the computer booted up, and it seemed to always crash when calling up classpnp.sys.
    My next step was to attempt to do a fresh reformat of the system, wipe it clean and install Windows 7 64-Bit from scratch; this turned out unsuccessful as every time the process began, it would then BSOD. I had recently upgraded to Windows 8, so I figured I would just try installing that from scratch too. That got a little bit further; it would actually load in to the installation process, locate the hard-drives, and reach about 25% of installation before crashing out.
    Getting quite frustrated, I decided to resort to attempting an old Windows 7 32-Bit installation, and lo and behold that worked without issue. OS installed perfectly fine, have been able to boot up no problem since. This however obviously isn't ideal, because 32-Bit can't support the RAM the machine has to offer, and I'm not too inclined to waste the potential with a slower system. So what might be causing the problem? The fact that 32-Bit OS' don't use above a small threshold of RAM made me consider that it is in fact the RAM that is causing the issue, as when the 64-Bit OS tries to access it during install, it's crashing... But I might be wrong, and the only issue now is that it's out of warranty, and I can foresee getting an RMA being quite expensive, and it will be the second time the RAM modules would have died on this system.

    Quote from: Tyrilxe on 22-March-13, 00:44:30
    Well, I was a bit hesitant about opening it up and changing things around; but I decided to go ahead and try. Removed one of the sticks of RAM, booted up the laptop and attempted to install Windows 8 64-Bit. No problems at all. Installed perfectly fine, all set up and running. Figured it was down to the memory module then... However, then after shutting down the laptop and booting back up again, it seems all my start-up options are gone (Can't press del to get into BIOS, can't hit F11 to get to boot device etc) and it just goes straight to a black screen saying BOOTMGR is missing, and to Ctrl+Alt+Del to restart.
    Well, lets deal with 1 thing at a time.
    The fact that you could now fully install Windows 8 x64 without a single issue (as far as getting it installed..), really lends itself to believe that you had a bad stick of memory.
    The whole bios thing now, that's a seperate issue. Does the screen display anything before the black screen saying "BOOTMGR is missing"? You should at the very least see the video bios and other things pop up in some way, since I don't think the GT780 had UEFI enabled on it, did it?

  • Rotation does not work correct after last update iOS 8

    EVerything on the screen rotates with the Ipad except the icons of all my one hundred apps. After opening any app its content rotates, but after closing the icon of the app still  has the wrong position. is this a bug And how I can fix it?

    Hybrid Son Of Oxayotl wrote:
    I may be a bit late, but I had the same problem. It seems to come from a faulty .desktop somewhere on your machine. Just try to remove parts of ~/.cache/docky/docky.desktop.???.cache (??? depends on your locale), until you find the right one.
    My problem was due to /usr/share/applications/brasero-nautilus.desktop including this line :
    NoDisplay=true;
    instead of the correct :
    NoDisplay=true
    (I had quite a lot of trouble to find that one !)
    You are not late, you are just in time, I tried to remove the semicolon after "true" before deleting one by one all the entries, and it worked right away! Thanks!

  • I just updated to 10.9.2 and now my monitor cannot rotate

    I just updated to 10.9.2 and now my palette monitor has:
    1) Lost the ability to rotate
    2) Forgotten my background image
    3) Changed resolution
    It is a LG Flatron E2351.
    I have found others having similar problems and one person has solved it using 'sudo' commands in the command window (something I'm not up to doing) and that scares me a bit... especially since the problem seems to recur after a second reboot.
    This is a MASSIVE oversight by Apple and i'm quite upset that they would not allow 3RD party monitors or displays!
    I use mine (as mentioned) as a palette for video and graphics purposes... and because I cannot fit 2x landscape monitors.
    This needs to be ammended ASAP by Apple. I expect public outcry... I'm hopeful for it... Just like the removal of "mail merge" from Numbers... I'm starting to scratch my head at Apples [P.J.] decisions "post Jobs".

    My colleagues and I have a similar type issue after upgrading from 10.9.1 to 10.9.2.
    We all use mid-2011 Macbook Pro's and also use a sapphiretech Vid-2x displayport to dual DVI adapter.  This adapter essentially bonds two additional external displays into one large monitor.  i.e. two 24-inch displays now become "one" supporting 3840x1080 resolution.  The only caveat to using this adapter is that both monitors need to be of the same model.  There are no drivers needed to use this hardware adapter.
    We don't have displayports per se, rather we use the thunderbolt port.  The Vid-2x adapters have worked fine for us from 10.7 - 10.9.1.
    Since some of us upgraded to 10.9.2 we've all experienced the same issue in that the Mac no longer recognizes the Vid-2x as being capable of the proper 3840x1080 resolution we require.  The best we can get is 3200x1200.  Another interesting note is that there are at least three different model pairs of monitors being used by us (Samsung, Asus, Dell).

  • Image Orientation/Rotation Problem in Lightroom 3.2 Final

    This is a continuation of my previous post regarding this same problem in 3.2RC. It's still happening in the Final version of Lightroom 3.2.
    THE PROBLEM
    Image orientation is not working properly in Lightroom 3.2. This affects newly imported images and images that were already in my Lightroom database -  and which have been in the database since Version 1.
    Here's a screen capture showing the strange displays I'm seeing in  Lightroom's grid mode:
    Notice the odd angle of the image. When I use the Rotate Photo Left tool, the display looks like this sometimes. After a second or so, it will snap to either a vertical or horizontal orientation by itself but rarely gives me the 90-degree rotation this tool should give. The image may flip 90-degrees or 180-degrees, there's no way to tell.
    When I view the image in Loupe view or on my second monitor, the orientation shown in Grid view does not match that displayed in Loupe Vew. For this particular image, Grid view currently shows it as correctly orientated as a horizontal while Loupe view shows it rotated 90-degrees to the right. Shouldn't they match?
    BACKGROUND
    I never had a problem with image orientation in any preveious version of Lightroom prior to Lightroom 3.2RC and 3.2 Final. So, it seems to be a bug in 3.2. I'm still using the same computer and video card I used with previous versions. My operating system is Windows 7 Home Premium. Both Windows and Lightroom are 64-bit.
    HELP!
    Is anyone else having this problem? How can I solve it?
    Alan
    PhtooCitizen.com

    The size of the catalogue is almost certainly not at play here.
    FWIW, I recall seeing something like this once a long time ago on a Mac, possibly with Lr 3 beta, or Lr 2.x.  It went away with a restart. It almost looks like a threading issue, where a thread is suspended or preempted and then is lost or disconnected from the main UI thread.
    I recall you can just rotate the image again and it will right itself.
    Adobe fist-line support seem to want to use the number of images in the catalogue as some sort of catch-all.  The problem with this is that most of us can demonstrate that there is little correspondence with the number of image IDs in the database and many reported UI artefacts.
    I'd keep raising this with them, and suggesting that the size of the catalogue is probably not at play here. As a tactic, you can ask what the maximum size of a catalogue should be, and if it is raw images or the number of changes to the images and virtual copies that is the problem, and if this can be verified by second- or third-line support.

Maybe you are looking for

  • Query at run time

    I want to create a searh form with two bind variables.I have created them as select one choise.1st bind variable returns data from a view object and the 2nd bind variable returns data from another view object.This 2nd view object also contains the co

  • Exporting project as audio file (wav)?

    This may sound like a stupid question but i'm new to logic. I'm trying to export the project as an audio wav file to post on the net but am a little confused how its done. The project contains apple loops - can these be exported with the rest of the

  • HT201317 I have an icloud accout but there is no photo catagory in menu

    I have an iCloud account and want to upload my photos to iCloud account.  There is no iphoto or photo catagory to upload pictures.  I have a mail, note, calendar, contact catagories when I log in to iCoud acct. what am I doing wrong...

  • Transports in XI and Client Proxies

    Hi All, I had to transport XI Contents from Dev to Qua. I had 2 different SLD's. so what do i need to transport in SLD? CR,LD,NR or All I had created Proxies in $TMP package in sender system. How do i transport them? Thanks in Advance, Sriram

  • Pricing error:Mandatory condition xpi1(intercompany price) is missing

    when i wanted to create Return order with ref to Invoice,its throwing an error Pricing error:Mandatory condition xpi1(intercompany price) is missing.Infact this condition type is there in Order,but its missing in Invoice,so not able to create Return