Can iPhone able to read the external device like card reader or U DISK

Can iPhone able to read the external device like card reader or U DISK?
If not can we use SDK3.0 to make this function on iphone UI?

No.

Similar Messages

  • Siebel On Demand Intergration WiTh external device like CARD READER

    Hi All,
    Is there a possibility of SOD to interface with an external system like a card reader?
    Thanks
    Natraj

    Well interesting requirement but unfortunately Oracle SOD doesnot provide you any direct integration technique or tool for this, instead a custom WebService development would be required to make this happen.
    Hope this Helps :)
    Regards,
    Messer

  • If I back up my iOS devices on my iMac in the US, then do a time machine backup to an external HD, will I be able to plug the external HD into a brand new iMac in the UK and restore the new machine as per the old one, and restore my iOS devices?

    If I back up my iOS devices on my iMac in the US, then do a time machine backup to an external HD, will I be able to plug the external HD into a brand new iMac in the UK and restore the new machine as per the old one, and restore my iOS devices?

    Since you don't really have a question, I will give you a very broad information source for the next time you have a Time Machine question.
    Please visit Pondini's Time Machine FAQ for help with all things Time Machine.
    Oh, you cannot use a computer whose only disk drive is the target of a an OS X cloning operation regardless of what software is used for the clone. You can, however, use the source drive except if you try to clone using Disk Utility.

  • I have backed up my lap top including itunes to an external hard drive, everything is on the external device, but I can't play my purchased movies from it?

    I have backed up my lap top including itunes to an external hard drive, everything is on the external device, but I can't play my purchased movies from it?

    Why can't the media be played?  Any errors?
    Was it actually backed up to the External drive or moved to the external drive?  Sounds more like the latter which could potentially cause issues depend on how it was moved.

  • I am using 3GS in my iPhone I can't able to see the wallpaper

    I am using 3GS in my iPhone I can't able to see the wallpaper

    Could you please edit your question and include more details about your problem as I do not complelty understand your problem.
    Thanks,
    - Tim

  • Can iPhone be tracked by the serial number instead of apple id?

    can iPhone be tracked by the serial number instead of apple id?

    It cannot be tracked by either. It is tracked via Find My iPhone, so long as that was activated before the device came up missing. It has to be powered on and connected to the Internet as well.

  • Can iphone be left in the charger overnight

    can iphone be left in the charger overnight?

    I'm pretty sure you can't overcharge a BB either, at least not one in the past 5 years or so.  The vast majority of existing rechargeable consumer devices are self-regulating.

  • I want to burn my old cd's and have them in my iTunes library. Is there some "I" software that I can buy that will treat the new songs like "purchased" songs (i.e.: available for synching on all my devices)?

    I want to burn my old cd's and have them in my iTunes library. Is there some "I" software that I can buy that will treat the new songs like "purchased" songs (i.e.: available for synching on all my devices)?

    http://www.apple.com/itunes/itunes-match/
    'With iTunes in the Cloud, the music you buy from the iTunes Store automatically appears on all your devices.1 And for music you haven’t purchased from iTunes, iTunes Match is the perfect solution. iTunes Match is built right into iTunes on your computer and the Music app on your iOS devices.2 It lets you store your entire collection in iCloud, even music you’ve imported from CDs or purchased somewhere other than iTunes. When it’s in iCloud, it’s available on all your devices. So you can enjoy all your music anywhere, anytime — on your iPhone, iPad, iPod touch, Mac, PC, or Apple TV.'
    It costs $24.99 p.a.. Songs you've ripped from your CDs which are also in the Store will be recognized (hopefully) and be available: if they aren't in the Store you can uploads them. The limit is 25,000 songs (purchases do not count towards this limit). This is not part of the 5GB free storage.
    Incidentally, just to clarify the terminology so you don't get into confusion, you don't mean 'burn' (make a CD from existing files) you mean 'rip' (copy files from a CD onto your computer).

  • Use Iphone as an over the air device

    I currently have a 700Wtreo and want to procure the Iphone. My laptop is a Mac Bookpro with a verizon air card for access to the network while on travel etc. I would like to procure the iphone to use it as a replacement to the air card and the treo. Anyone know if you can use the Iphone as an over the air device in place of the verizon air card?

    No, you can't.

  • I have followed Apple support Article HT4527 for moving itunes but have insufficient space on my new PC for the complete library of.  How can I leave music on the external HDD but associate the content on my external HDD with my pc itunes when it is open?

    I have followed the Apple Support Section Article HT 4527 and have moved itunes media onto an external Hard Drive.  The complete file is 103GB in size.
    I have downloaded the latest itunes onto my new PC.
    When I follow the article and try moving the itunes file onto the new PC, I am informed that there is insufficient space on my new PC.
    In any case, like my old system, I want to leave my music on the external HDD and just have the music library displayed in itunes when I click on the "Music" folder.
    How can I get itunes on the new computer to interogate my external HDD to just list the library and leave the music on the external HDD?

    you can do this by keeping the external hard drive connected and doing the following
    -hold shift key down on computer while opening iTunes and a prompt will appear to choose a library
    -select choose library, iTunes should bring up your explorer windows where you can search for the external HD
    -after you find the external HD find the iTunes folder you just copied to it
    -after opening the iTunes folder look for the file that says iTunes library.itl or if you can't see that extenstion just look for a document looking thing in the iTunes folder that shows up as a database file
    -double click the database file and boom iTunes should load your library without having to copy it to the computer
    PS: do make sure that if you are going to do it this way, make sure that the external HD is connected at all times, because if you don't then you will get exclamation marks next to your iTunes songs
    double PS: if you are unsure how to find out if the iTunes library file is a database file just right click it and choose properties and under the type it should say database file
    hope this helps:)

  • Can't able to access the duplicate control?

    I have created the duplicate control in tabpage as shown in below code snippet. but i can't able to access the created object.
    Code Snippet
     private void button1_Click(object sender, EventArgs e)
                TabPage newPage = new TabPage();
                foreach (Control c in  tabControl1.TabPages[0].Controls)
                    Control cNew = (Control)Activator.CreateInstance(c.GetType());
                    PropertyDescriptorCollection pdc = TypeDescriptor.GetProperties(c);
                    foreach (PropertyDescriptor entry in pdc)
                        object val = entry.GetValue(c);
                        entry.SetValue(cNew, val);
                    newPage.Controls.Add(cNew);
                tabControl1.TabPages.Add(newPage);

    Hi Carl,
    Thanks for your update.
    Now I got some idea. But I have one more issue. 
    During button click the I need all the properties in textbox in TabPage1 to the textbox in NewTabPage(refer above image). but later if we change in text in any textbox the replaced text should not reflects the other text.
    E.g: If textbox.text="Microsoft";
    during buttonclick i need the textbox in New Tab Page should be Microsoft. 
    later if I edit the text should not New Tab Page or TabPage1 the text should not reflects from one control to other.
    Regards,
    R.Senthil Kumaran
    Hello,
    I could get what you are dealing with now, and to get that done, I would recommend you use the following way.
    1. Add properties to UserControl, you could define the names of these properties with custom rules.
    public partial class UserControl1 : UserControl
    public UserControl1()
    InitializeComponent();
    public string StrTxtBox1
    get { return this.textBox1.Text ; }
    set { this.textBox1.Text = value; }
    2. Use similar way you shared and edit it to just copy the specific properties.
    TabPage newPage = new TabPage("NewTabPage");
    newPage.UseVisualStyleBackColor = tabControl1.TabPages[0].UseVisualStyleBackColor;
    foreach (Control c in tabControl1.TabPages[0].Controls)
    Control cNew = (Control)Activator.CreateInstance(c.GetType());
    PropertyDescriptorCollection pdc = TypeDescriptor.GetProperties(c);
    foreach (PropertyDescriptor entry in pdc)
    if (entry.DisplayName == "StrTxtBox1"|| entry.DisplayName == "Location")
    object val = entry.GetValue(c);
    entry.SetValue(cNew, val);
    newPage.Controls.Add(cNew);
    tabControl1.TabPages.Add(newPage);
    In this case, if we have a lot perproties to copy, you could consider capture them by the custom rules you defined at #1 like this one.
    if (entry.DisplayName.Contains("StrTxt")|| entry.DisplayName == "Location")
    object val = entry.GetValue(c);
    entry.SetValue(cNew, val);
    Result:
    And if possible, you could consider using this way which just copies the Text , Location or any other property and we don't need to create any usercontrol.
    TabPage newPage = new TabPage("NewTabPage");
    newPage.UseVisualStyleBackColor = tabControl1.TabPages[0].UseVisualStyleBackColor;
    foreach (Control c in tabControl1.TabPages[0].Controls)
    Control cNew = (Control)Activator.CreateInstance(c.GetType());
    PropertyDescriptorCollection pdc = TypeDescriptor.GetProperties(c);
    foreach (PropertyDescriptor entry in pdc)
    if (entry.DisplayName == "Text" || entry.DisplayName == "Location")
    object val = entry.GetValue(c);
    entry.SetValue(cNew, val);
    newPage.Controls.Add(cNew);
    tabControl1.TabPages.Add(newPage);
    Regards.
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can't able to access the Jar files which is kept inside the folder.

    Hi,
    I am using the eclipse IDE, my project folder contains the folders src, bin, .metadata, .settings
    if i place the jar file in the same location of the above mentioned folder means i can able to use the Jar file in eclipse(in my project).
    But i create one folder in the same location in the name of Jar or anything and all jar files are placed inside the folder,then i can't able to access the jar file in eclipse(in my project).
    How i can solve this problem?

    RajivGuna wrote:
    ..How i can solve this problem?Put Eclipse aside for the moment and learn how the SDK tools work at the level of the command line, then you will be much better placed to figure how to do it in the IDE. If you are still having problems, I suggest you ask on an [Eclipse forum|http://www.eclipse.org/forums/].

  • HT1329 hi i need help with my ipod nano i want to get my music from my ipod to i tunes so that i can be able to transfer the music on my i tunes to my ipad mini can you help me with that ?

    hi i need help with my ipod nano i want to transfer my music from the ipod to the itunes so that i can be able to transfer the music to my ipad can you help me with that ?

    You cannot use iTunes to transfer song files from iPod to computer, except for songs purchased from the iTunes Store.  However, there are third-party methods and utilities that can transfer from iPod to computer.  If you do an Internet search on something like"iPod transfer," you should get some links.  (The CNET article seems to be popular.)
    Once the song files are on your computer's drive, you can add them to your iTunes library, and then sync your iPad.

  • When iPod plugged in it tells me it can't be used because the mobile device service isn't started. It is not a phone and I've updated before. Any thoughts?

    When iPod plugged in it tells me it can't be used because the mobile device service isn't started. It is not a phone and I've updated before. Any thoughts?

    See Here...   http://support.apple.com/kb/TS1567

  • Can we able to see the Work Items status in the BPM Workspace

    HI,
    Can we able to see the work item status in the BPM workspace.
    For exampls, I have create the request as requester then it will go for approval.
    After sometime i login into the workspace can i able to see my request status(it mean where it is like approval1, approval 2)?
    Pls let me know, its possible in the BPM workspace.
    Regards,
    Anandh P

    Hello Anandh,
    You can utilse the filter option of the BPM workspace.
    When you filter the instances you can view the status of all the instances even if they are currently not assigned to the particular user.
    All you need to do is click on the show filter link.
    Select the process from the Filter by: combo box.
    Check the status boxes and click on apply filter.
    You will be able to view the instance even if it is not assigned to you.(Though you will not be able to work on it.)
    If you wish to give custom messages like "pending with HR" or "Pending with Admin" then you need to add a column by creating a project variable and mapping it to the custom view. Then these messages can also be shown on the instances.
    Hope ths helps.
    Regards,
    Jaydev Doshi

Maybe you are looking for