Stream in stream out

can anyone give me a short example how to read a stream in(not from a file.. just a simple datastream from USB) and how to write a stream out from that..thx

ok.. i managed to detect the USBs.
http://www-106.ibm.com/developerworks/java/library/j-usb/
import usb.core.*;
public class ListUSB
public static void main(String[] args)
try
// Bootstrap by getting the USB Host from the HostFactory.
Host host = HostFactory.getHost();
// Obtain a list of the USB buses available on the Host.
Bus[] bus = host.getBusses();
int total_bus = bus.length;
// Traverse through all the USB buses.
for (int i=0; i<total_bus; i++)
// Access the root hub on the USB bus and obtain the
// number of USB ports available on the root hub.
Device root = bus.getRootHub();
int total_port = root.getNumPorts();
// Traverse through all the USB ports available on the
// root hub. It should be mentioned that the numbering
// starts from 1, not 0.
for (int j=1; j<=total_port; j++)
// Obtain the Device connected to the port.
Device device = root.getChild(j);
if (device != null)
// USB device available, do something here.
// Obtain the current Configuration of the device and the number of
// Interfaces available under the current Configuration.
Configuration config = device.getConfiguration();
int total_interface = config.getNumInterfaces();
// Traverse through the Interfaces
for (int k=0; k<total_interface; k++)
// Access the currently Interface and obtain the number of
// endpoints available on the Interface.
Interface itf = config.getInterface(k, 0);
int total_ep = itf.getNumEndpoints();
// Traverse through all the endpoints.
for (int l=0; l<total_ep; l++)
// Access the endpoint, and obtain its I/O type.
Endpoint ep = itf.getEndpoint(l);
String io_type = ep.getType();
boolean input = ep.isInput();
// If the endpoint is an input endpoint, obtain its
// InputStream and read in data.
if (input)
InputStream in;
in = ep.getInputStream(); <--------------------- here i have the problem... it simply returns "null"
// Read in data here
in.close();
// If the Endpoint is and output Endpoint, obtain its
// OutputStream and write out data.
else
OutputStream out;
out = ep.getOutputStream();
// Write out data here.
out.close();
} catch (Exception e)
System.out.println(e.getMessage());
look the code above.. it really works very well.. it detects that i have an input device on an USB(in fact i just have plugged my mouse there).
so here is my question: i want to put there a video cam who send data streams. so does
in = ep.getInputStream();
get the whole stream? or do i have to write there somewhere a while boucle to read it well...
and is
InputStream in;
appropriate for that?
(sorry at the moment i can't do any test with a cam because i dont have it here)

Similar Messages

  • 91 Days and counting and Photo Stream still grayed out in iCloud CP

    Well, in the past 11 days, my daughter produced twin boys. However, Apple hasn't fixed the crummy attempt at iCloud for 91 days now.
    91 Days and counting and Photo Stream still grayed out in iCloud CP since problem first discussed with Apple. No help, just reported to software engineers for investigation. Three months ago!
    So much for Apples's superior products and customer service.
    Photo Stream works fine between 2iPhone4Ssand one iPad2.
    Completely removed iTunes, per tech help instructions, and completely remove iCloud.
    Downloaded latest iTunes
    Reinstalled iTunes.
    Downloaded latest iCloud
    Reinstalled iCloud.
    Logged in to iCloud on PC
    Photo Stream still grayed out on PC iCloud Control Panel

    I have posted a fix that works for two issues:
    You can't sign onto iCloud Control Panel;  just hangs with a spinning progress wheel forever..
    You CAN sign onto iCloud Control Panel, but things like photostream are greyed out
    https://discussions.apple.com/thread/3811063?tstart=30
    If you have iCloud control panel open, close it. Make sure its not even minimized on your system tray.
    Copy this path to your clipboard: %userprofile%\AppData\Roaming\Apple Computer\Preferences
    Goto 'start -> run' (or click 'windows+r' hotkey)
    Paste the path in the run box and hit enter
    From the folder that is opened, rename 'MobileMeAccounts.plist' out of the way (or you can delete it if want..)
    Restart iCloud control panel and try logging on again. MobileMeAccounts.plist is regenerated the next time you sign out from control panel.
    Apparently MobileMeAccounts.plist is getting screwed up in a couple different ways and prevents this from working correctly.  After you log on control panel again, photostream will not be greyed out.  You will have to reselect your custom path you want to store your pictures unless you just wanted to stick with the default path control panel is set to.
    ~~Corey

  • 84 Days and counting and Photo Stream still grayed out in iCloud CP

    84 Days and counting and Photo Stream still grayed out in iCloud CP since problem first discussed with Apple. No help, just reported to software engineers for investigation. Two months ago!
    So much for Apples's superior products and customer service.
    Photo Stream works fine between 2 iPhone4Ss and one iPad2.
    Completely removed iTunes, per tech help instructions, and completely remove iCloud.
    Downloaded latest iTunes
    Reinstalled iTunes.
    Downloaded latest iCloud
    Reinstalled iCloud.
    Logged in to iCloud on PC
    Photo Stream still grayed out on PC iCloud Control Panel

    I have posted a fix that works for two issues:
    You can't sign onto iCloud Control Panel;  just hangs with a spinning progress wheel forever..
    You CAN sign onto iCloud Control Panel, but things like photostream are greyed out
    https://discussions.apple.com/thread/3811063?tstart=30
    If you have iCloud control panel open, close it. Make sure its not even minimized on your system tray.
    Copy this path to your clipboard: %userprofile%\AppData\Roaming\Apple Computer\Preferences
    Goto 'start -> run' (or click 'windows+r' hotkey)
    Paste the path in the run box and hit enter
    From the folder that is opened, rename 'MobileMeAccounts.plist' out of the way (or you can delete it if want..)
    Restart iCloud control panel and try logging on again. MobileMeAccounts.plist is regenerated the next time you sign out from control panel.
    Apparently MobileMeAccounts.plist is getting screwed up in a couple different ways and prevents this from working correctly.  After you log on control panel again, photostream will not be greyed out.  You will have to reselect your custom path you want to store your pictures unless you just wanted to stick with the default path control panel is set to.
    ~~Corey

  • 80 Days and counting and Photo Stream still grayed out in iCloud CP

    80 Days and counting and Photo Stream still grayed out in iCloud CP since problem first discussed with Apple. No help, just reported to software engineers for investigation. Two months ago!
    So much for Apples's superior products and customer service.
    Photo Stream works fine between 2iPhone4Ssand one iPad2.
    Completely removed iTunes, per tech help instructions, and completely remove iCloud.
    Downloaded latest iTunes
    Reinstalled iTunes.
    Downloaded latest iCloud
    Reinstalled iCloud.
    Logged in to iCloud on PC
    Photo Stream still grayed out on PC iCloud Control Panel

    I have posted a fix that works for two issues:
    You can't sign onto iCloud Control Panel;  just hangs with a spinning progress wheel forever..
    You CAN sign onto iCloud Control Panel, but things like photostream are greyed out
    https://discussions.apple.com/thread/3811063?tstart=30
    If you have iCloud control panel open, close it. Make sure its not even minimized on your system tray.
    Copy this path to your clipboard: %userprofile%\AppData\Roaming\Apple Computer\Preferences
    Goto 'start -> run' (or click 'windows+r' hotkey)
    Paste the path in the run box and hit enter
    From the folder that is opened, rename 'MobileMeAccounts.plist' out of the way (or you can delete it if want..)
    Restart iCloud control panel and try logging on again. MobileMeAccounts.plist is regenerated the next time you sign out from control panel.
    Apparently MobileMeAccounts.plist is getting screwed up in a couple different ways and prevents this from working correctly.  After you log on control panel again, photostream will not be greyed out.  You will have to reselect your custom path you want to store your pictures unless you just wanted to stick with the default path control panel is set to.
    ~~Corey

  • 78 Days and counting and Photo Stream still grayed out in iCloud CP

    78 Days and counting and Photo Stream still grayed out in iCloud CP since problem first discussed with Apple. No help, just reported to software engineers for investigation. Two months ago!
    So much for Apples's superior products and customer service.
    Photo Stream works fine between 2iPhone4Ssand one iPad2.
    Completely removed iTunes, per tech help instructions, and completely remove iCloud.
    Downloaded latest iTunes
    Reinstalled iTunes.
    Downloaded latest iCloud
    Reinstalled iCloud.
    Logged in to iCloud on PC
    Photo Stream still grayed out on PC iCloud Control Panel

    I have posted a fix that works for two issues:
    You can't sign onto iCloud Control Panel;  just hangs with a spinning progress wheel forever..
    You CAN sign onto iCloud Control Panel, but things like photostream are greyed out
    https://discussions.apple.com/thread/3811063?tstart=30
    If you have iCloud control panel open, close it. Make sure its not even minimized on your system tray.
    Copy this path to your clipboard: %userprofile%\AppData\Roaming\Apple Computer\Preferences
    Goto 'start -> run' (or click 'windows+r' hotkey)
    Paste the path in the run box and hit enter
    From the folder that is opened, rename 'MobileMeAccounts.plist' out of the way (or you can delete it if want..)
    Restart iCloud control panel and try logging on again. MobileMeAccounts.plist is regenerated the next time you sign out from control panel.
    Apparently MobileMeAccounts.plist is getting screwed up in a couple different ways and prevents this from working correctly.  After you log on control panel again, photostream will not be greyed out.  You will have to reselect your custom path you want to store your pictures unless you just wanted to stick with the default path control panel is set to.
    ~~Corey

  • 77 Days and counting and Photo Stream still grayed out in iCloud

    77 Days and counting and Photo Stream stillgrayed out in iCloud CP since problem first discussed with Apple. No help, justreported to software engineers for investigation. Two months ago!
    So muchfor Apples's superior products and customerservice.
    Photo Stream works fine between 2iPhone4Ssand one iPad2.
    Completely removed iTunes, per tech helpinstructions, and completely remove iCloud.
    Downloaded latest iTunes
    Reinstalled iTunes.
    Downloaded latest iCloud
    Reinstalled iCloud.
    Logged in to iCloud on PC
    Photo Stream still grayed out on PCiCloudControlPanel

    I have posted a fix that works for two issues:
    You can't sign onto iCloud Control Panel;  just hangs with a spinning progress wheel forever..
    You CAN sign onto iCloud Control Panel, but things like photostream are greyed out
    https://discussions.apple.com/thread/3811063?tstart=30
    If you have iCloud control panel open, close it. Make sure its not even minimized on your system tray.
    Copy this path to your clipboard: %userprofile%\AppData\Roaming\Apple Computer\Preferences
    Goto 'start -> run' (or click 'windows+r' hotkey)
    Paste the path in the run box and hit enter
    From the folder that is opened, rename 'MobileMeAccounts.plist' out of the way (or you can delete it if want..)
    Restart iCloud control panel and try logging on again. MobileMeAccounts.plist is regenerated the next time you sign out from control panel.
    Apparently MobileMeAccounts.plist is getting screwed up in a couple different ways and prevents this from working correctly.  After you log on control panel again, photostream will not be greyed out.  You will have to reselect your custom path you want to store your pictures unless you just wanted to stick with the default path control panel is set to.
    ~~Corey

  • 76 Days and counting and Photo Stream still grayed out in iCloud

    76 Days and counting and Photo Stream still grayedout in iCloud CP since problem first discussed with Apple. No help, just reportedto software engineers for investigation. Two months ago!
    So much for Apples's superior products and customerservice.
    Photo Stream works fine between 2 iPhone4Ssand one iPad2.
    Completely removed iTunes, per tech help instructions,and completely remove iCloud.
    Downloaded latest iTunes
    Reinstalled iTunes.
    Downloaded latest iCloud
    Reinstalled iCloud.
    Logged in to iCloud on PC
    Photo Stream still grayed out on PCiCloudControl Panel.
    And last night I saw more Apple commercials touting the iPhone 4s and iCloud. When will Apple address their existing problems with iCloud?

    I have posted a fix that works for two issues:
    You can't sign onto iCloud Control Panel;  just hangs with a spinning progress wheel forever..
    You CAN sign onto iCloud Control Panel, but things like photostream are greyed out
    https://discussions.apple.com/thread/3811063?tstart=30
    If you have iCloud control panel open, close it. Make sure its not even minimized on your system tray.
    Copy this path to your clipboard: %userprofile%\AppData\Roaming\Apple Computer\Preferences
    Goto 'start -> run' (or click 'windows+r' hotkey)
    Paste the path in the run box and hit enter
    From the folder that is opened, rename 'MobileMeAccounts.plist' out of the way (or you can delete it if want..)
    Restart iCloud control panel and try logging on again. MobileMeAccounts.plist is regenerated the next time you sign out from control panel.
    Apparently MobileMeAccounts.plist is getting screwed up in a couple different ways and prevents this from working correctly.  After you log on control panel again, photostream will not be greyed out.  You will have to reselect your custom path you want to store your pictures unless you just wanted to stick with the default path control panel is set to.
    ~~Corey

  • 74 Days and counting and Photo Stream still grayed out in iCloud CP

    74 Days and counting and Photo Stream stillgrayed out in iCloud CP since problem first discussed with Apple. No help, justreported to software engineers for investigation. Two months ago!
    So much for Apples's superior products andcustomer service.
    Photo Stream works fine between 2 iPhone 4Ssand one iPad2.
    Completely removed iTunes, per tech helpinstructions, and completely remove iCloud.
    Downloaded latest iTunes
    Reinstalled iTunes.
    Downloaded latest iCloud
    Reinstalled iCloud.
    Logged in to iCloud on PC
    Photo Stream still grayed out on PC iCloudControl Panel.

    I have posted a fix that works for two issues:
    You can't sign onto iCloud Control Panel;  just hangs with a spinning progress wheel forever..
    You CAN sign onto iCloud Control Panel, but things like photostream are greyed out
    https://discussions.apple.com/thread/3811063?tstart=30
    If you have iCloud control panel open, close it. Make sure its not even minimized on your system tray.
    Copy this path to your clipboard: %userprofile%\AppData\Roaming\Apple Computer\Preferences
    Goto 'start -> run' (or click 'windows+r' hotkey)
    Paste the path in the run box and hit enter
    From the folder that is opened, rename 'MobileMeAccounts.plist' out of the way (or you can delete it if want..)
    Restart iCloud control panel and try logging on again. MobileMeAccounts.plist is regenerated the next time you sign out from control panel.
    Apparently MobileMeAccounts.plist is getting screwed up in a couple different ways and prevents this from working correctly.  After you log on control panel again, photostream will not be greyed out.  You will have to reselect your custom path you want to store your pictures unless you just wanted to stick with the default path control panel is set to.
    ~~Corey

  • 73 Days and counting and Photo Stream still grayed out in iCloud CP

    73 Days and counting and Photo Stream still grayed out in iCloud CP since problem first discussed with Apple. No help, just reported to software engineers for investigation. Two months ago!
    So much for Apples's superior products and customer service.
    Photo Stream works fine between 2 iPhone 4Ss and one iPad2.
    Completely removed iTunes, per tech help instructions, and completely remove iCloud.
    Downloaded latest iTunes
    Reinstalled iTunes.
    Downloaded latest iCloud
    Reinstalled iCloud.
    Logged in to iCloud on PC
    Photo Stream still grayed out on PC iCloud Control Panel.

    I have posted a fix that works for two issues:
    You can't sign onto iCloud Control Panel;  just hangs with a spinning progress wheel forever..
    You CAN sign onto iCloud Control Panel, but things like photostream are greyed out
    https://discussions.apple.com/thread/3811063?tstart=30
    If you have iCloud control panel open, close it. Make sure its not even minimized on your system tray.
    Copy this path to your clipboard: %userprofile%\AppData\Roaming\Apple Computer\Preferences
    Goto 'start -> run' (or click 'windows+r' hotkey)
    Paste the path in the run box and hit enter
    From the folder that is opened, rename 'MobileMeAccounts.plist' out of the way (or you can delete it if want..)
    Restart iCloud control panel and try logging on again. MobileMeAccounts.plist is regenerated the next time you sign out from control panel.
    Apparently MobileMeAccounts.plist is getting screwed up in a couple different ways and prevents this from working correctly.  After you log on control panel again, photostream will not be greyed out.  You will have to reselect your custom path you want to store your pictures unless you just wanted to stick with the default path control panel is set to.
    ~~Corey

  • 72 Days and counting and Photo Stream still grayed out in iCloud CP

    72 Days and counting and Photo Stream still grayed out in iCloud CP since problem first discussed with Apple. No help, just reported to software engineers for investigation. Two months ago!
    So much for Apples's superior products and customer service.
    Photo Stream works fine between 2 iPhone 4Ss and one iPad2.
    Completely removed iTunes, per tech help instructions, and completely remove iCloud.
    Downloaded latest iTunes
    Reinstalled iTunes.
    Downloaded latest iCloud
    Reinstalled iCloud.
    Logged in to iCloud on PC
    Photo Stream still grayed out on PC iCloud Control Panel.

    I have posted a fix that works for two issues:
    You can't sign onto iCloud Control Panel;  just hangs with a spinning progress wheel forever..
    You CAN sign onto iCloud Control Panel, but things like photostream are greyed out
    https://discussions.apple.com/thread/3811063?tstart=30
    If you have iCloud control panel open, close it. Make sure its not even minimized on your system tray.
    Copy this path to your clipboard: %userprofile%\AppData\Roaming\Apple Computer\Preferences
    Goto 'start -> run' (or click 'windows+r' hotkey)
    Paste the path in the run box and hit enter
    From the folder that is opened, rename 'MobileMeAccounts.plist' out of the way (or you can delete it if want..)
    Restart iCloud control panel and try logging on again. MobileMeAccounts.plist is regenerated the next time you sign out from control panel.
    Apparently MobileMeAccounts.plist is getting screwed up in a couple different ways and prevents this from working correctly.  After you log on control panel again, photostream will not be greyed out.  You will have to reselect your custom path you want to store your pictures unless you just wanted to stick with the default path control panel is set to.
    ~~Corey

  • 71 Days and counting - Photo Stream still grayed out in iCloud

    71 Days and counting and Photo Stream still grayed out in iCloud CP since problem first discussed with Apple. No help, just reported to software engineers for investigation. Two months ago! So much for Apples's superior products and customer service.
    Photo Stream works fine between 2 iPhone 4Ss and one iPad2.
    Completely removed iTunes, per tech help instructions, and completely remove iCloud.
    Downloaded latest iTunes
    Reinstalled iTunes.
    Downloaded latest iCloud
    Reinstalled iCloud.
    Logged in to iCloud on PC
    Photo Stream still grayed out on PC iCloud Control Panel.

    I have posted a fix that works for two issues:
    You can't sign onto iCloud Control Panel;  just hangs with a spinning progress wheel forever..
    You CAN sign onto iCloud Control Panel, but things like photostream are greyed out
    https://discussions.apple.com/thread/3811063?tstart=30
    If you have iCloud control panel open, close it. Make sure its not even minimized on your system tray.
    Copy this path to your clipboard: %userprofile%\AppData\Roaming\Apple Computer\Preferences
    Goto 'start -> run' (or click 'windows+r' hotkey)
    Paste the path in the run box and hit enter
    From the folder that is opened, rename 'MobileMeAccounts.plist' out of the way (or you can delete it if want..)
    Restart iCloud control panel and try logging on again. MobileMeAccounts.plist is regenerated the next time you sign out from control panel.
    Apparently MobileMeAccounts.plist is getting screwed up in a couple different ways and prevents this from working correctly.  After you log on control panel again, photostream will not be greyed out.  You will have to reselect your custom path you want to store your pictures unless you just wanted to stick with the default path control panel is set to.
    ~~Corey

  • 61 Days and counting and Photo Stream still grayed out in iCloud CP

    61 Days and counting and Photo Stream still grayed out in iCloud CP since problem first discussed with Apple. No help, just reported to software engineers for investigation. Twomonths ago! So much for Apples' superior products and customer service.
    Photo Stream works fine between 2 iPhone 4Ss and one iPad2.
    Completely removed iTunes, per tech help instructions, and completely remove iCloud.
    Downloaded latest iTunes
    Reinstalled iTunes.
    Downloaded latest iCloud
    Reinstalled iCloud.
    Logged in to iCloud on PC
    Photo Stream still grayed outon PC iCloud Control Panel.
    Photo Stream doesn't work on PC, only between iOS devices

    I have posted a fix that works for two issues:
    You can't sign onto iCloud Control Panel;  just hangs with a spinning progress wheel forever..
    You CAN sign onto iCloud Control Panel, but things like photostream are greyed out
    https://discussions.apple.com/thread/3811063?tstart=30
    If you have iCloud control panel open, close it. Make sure its not even minimized on your system tray.
    Copy this path to your clipboard: %userprofile%\AppData\Roaming\Apple Computer\Preferences
    Goto 'start -> run' (or click 'windows+r' hotkey)
    Paste the path in the run box and hit enter
    From the folder that is opened, rename 'MobileMeAccounts.plist' out of the way (or you can delete it if want..)
    Restart iCloud control panel and try logging on again. MobileMeAccounts.plist is regenerated the next time you sign out from control panel.
    Apparently MobileMeAccounts.plist is getting screwed up in a couple different ways and prevents this from working correctly.  After you log on control panel again, photostream will not be greyed out.  You will have to reselect your custom path you want to store your pictures unless you just wanted to stick with the default path control panel is set to.
    ~~Corey

  • 60 Days and counting and Photo Stream still grayed out in iCloud CP

    60 Days and counting and Photo Stream still grayed out in iCloud CP since problem first discussed with Apple. No help, just reported to software engineers for investigation. Twomonths ago! So much for Apples' superior products and customer service.
    Photo Stream works fine between 2 iPhone 4Ss and one iPad2.
    Completely removed iTunes, per tech help instructions, and completely remove iCloud.
    Downloaded latest iTunes
    Reinstalled iTunes.
    Downloaded latest iCloud
    Reinstalled iCloud.
    Logged in to iCloud on PC
    Photo Stream still grayed outon PC iCloud Control Panel.
    Photo Stream doesn't work on PC, only between iOS devices

    I have posted a fix that works for two issues:
    You can't sign onto iCloud Control Panel;  just hangs with a spinning progress wheel forever..
    You CAN sign onto iCloud Control Panel, but things like photostream are greyed out
    https://discussions.apple.com/thread/3811063?tstart=30
    If you have iCloud control panel open, close it. Make sure its not even minimized on your system tray.
    Copy this path to your clipboard: %userprofile%\AppData\Roaming\Apple Computer\Preferences
    Goto 'start -> run' (or click 'windows+r' hotkey)
    Paste the path in the run box and hit enter
    From the folder that is opened, rename 'MobileMeAccounts.plist' out of the way (or you can delete it if want..)
    Restart iCloud control panel and try logging on again. MobileMeAccounts.plist is regenerated the next time you sign out from control panel.
    Apparently MobileMeAccounts.plist is getting screwed up in a couple different ways and prevents this from working correctly.  After you log on control panel again, photostream will not be greyed out.  You will have to reselect your custom path you want to store your pictures unless you just wanted to stick with the default path control panel is set to.
    ~~Corey

  • 59 Days and counting and Photo Stream still grayed out in iCloud C

    59 Days and counting and Photo Stream still grayed out in iCloud CP since problem first discussed with Apple. No help, just reported to software engineers for investigation. Almost two months ago! So much forApples' superior products and customer service.
    Photo Stream works fine between 2 iPhone 4Ss and one iPad2.
    Completely removed iTunes, per tech help instructions, and completely remove iCloud.
    Downloaded latest iTunes
    Reinstalled iTunes.
    Downloaded latest iCloud
    Reinstalled iCloud.
    Logged in to iCloud on PC
    Photo Stream still grayed outon PC iCloud Control Panel. Photo Stream doesn't work on PC, only between iOSdevices

    I have posted a fix that works for two issues:
    You can't sign onto iCloud Control Panel;  just hangs with a spinning progress wheel forever..
    You CAN sign onto iCloud Control Panel, but things like photostream are greyed out
    https://discussions.apple.com/thread/3811063?tstart=30
    If you have iCloud control panel open, close it. Make sure its not even minimized on your system tray.
    Copy this path to your clipboard: %userprofile%\AppData\Roaming\Apple Computer\Preferences
    Goto 'start -> run' (or click 'windows+r' hotkey)
    Paste the path in the run box and hit enter
    From the folder that is opened, rename 'MobileMeAccounts.plist' out of the way (or you can delete it if want..)
    Restart iCloud control panel and try logging on again. MobileMeAccounts.plist is regenerated the next time you sign out from control panel.
    Apparently MobileMeAccounts.plist is getting screwed up in a couple different ways and prevents this from working correctly.  After you log on control panel again, photostream will not be greyed out.  You will have to reselect your custom path you want to store your pictures unless you just wanted to stick with the default path control panel is set to.
    ~~Corey

  • 58 Days and counting and Photo Stream still grayed out in iCloud CP

    58 Days and counting and Photo Stream still grayed out in iCloud CP since problem first discussed with Apple. No help, just reported to software engineers for investigation. Almost two months ago! So much forApples' superior products and customer service.
    Photo Stream works fine between 2 iPhone 4Ss and one iPad2.
    Completely removed iTunes, per tech help instructions, and completely remove iCloud.
    Downloaded latest iTunes
    Reinstalled iTunes.
    Downloaded latest iCloud
    Reinstalled iCloud.
    Logged in to iCloud on PC
    Photo Stream still grayed outon PC iCloud Control Panel. Photo Stream doesn't work on PC, only between iOSdevices

    I have posted a fix that works for two issues:
    You can't sign onto iCloud Control Panel;  just hangs with a spinning progress wheel forever..
    You CAN sign onto iCloud Control Panel, but things like photostream are greyed out
    https://discussions.apple.com/thread/3811063?tstart=30
    If you have iCloud control panel open, close it. Make sure its not even minimized on your system tray.
    Copy this path to your clipboard: %userprofile%\AppData\Roaming\Apple Computer\Preferences
    Goto 'start -> run' (or click 'windows+r' hotkey)
    Paste the path in the run box and hit enter
    From the folder that is opened, rename 'MobileMeAccounts.plist' out of the way (or you can delete it if want..)
    Restart iCloud control panel and try logging on again. MobileMeAccounts.plist is regenerated the next time you sign out from control panel.
    Apparently MobileMeAccounts.plist is getting screwed up in a couple different ways and prevents this from working correctly.  After you log on control panel again, photostream will not be greyed out.  You will have to reselect your custom path you want to store your pictures unless you just wanted to stick with the default path control panel is set to.
    ~~Corey

  • 63 Days and counting and Photo Stream still grayed out in iCloud CP

    63 Days and counting and Photo Stream still grayed out iniCloud CP since problem first discussed with Apple. No help, just reported tosoftware engineers for investigation. Twomonths ago! So much for Apples'superior products and customer service.
    Photo Stream works fine between 2 iPhone 4Ssand one iPad2.
    Completely removed iTunes, per tech helpinstructions, and completely remove iCloud.
    Downloaded latest iTunes
    Reinstalled iTunes.
    Downloaded latest iCloud
    Reinstalled iCloud.
    Logged in to iCloud on PC
    Photo Stream still grayed outon PC iCloudControl Panel.

    I have posted a fix that works for two issues:
    You can't sign onto iCloud Control Panel;  just hangs with a spinning progress wheel forever..
    You CAN sign onto iCloud Control Panel, but things like photostream are greyed out
    https://discussions.apple.com/thread/3811063?tstart=30
    If you have iCloud control panel open, close it. Make sure its not even minimized on your system tray.
    Copy this path to your clipboard: %userprofile%\AppData\Roaming\Apple Computer\Preferences
    Goto 'start -> run' (or click 'windows+r' hotkey)
    Paste the path in the run box and hit enter
    From the folder that is opened, rename 'MobileMeAccounts.plist' out of the way (or you can delete it if want..)
    Restart iCloud control panel and try logging on again. MobileMeAccounts.plist is regenerated the next time you sign out from control panel.
    Apparently MobileMeAccounts.plist is getting screwed up in a couple different ways and prevents this from working correctly.  After you log on control panel again, photostream will not be greyed out.  You will have to reselect your custom path you want to store your pictures unless you just wanted to stick with the default path control panel is set to.
    ~~Corey

Maybe you are looking for

  • HP Deskjet 3050A

    With Windows 8 the high resolution printing is poor of quality compared to the printing with Windows XP. Who has a solution?

  • Deployment Error in OAM Console

    Hi team,      I installed the oracle weblogic server 10.3.6,oracle access management 11g and also i create the rcu.After i starting the admin server and oam server all the applications are deployed successully but oamconsole application status is sho

  • BW7.0 Realtime Data Acquisition

    Hi , Could you plz let me know steps for creaitng via the Service API.. Thanks KJ for sending me nice document using WebServices. But I want to do with Service API.. I would ike to use some COPA objects to achieve this THanks in advance Ananya

  • Why are all my images pixelated

    i am using iWeb as a site for my photography, but when using iPhoto to import the photos (so they can be clicked on and seen larger) the larger photos in the slide show look pixelated. It is more noticable on images with peoples faces, but it does sh

  • How delete iPad messages at once?

    How delete iPad messages at once?