Bit char string...need help

Hi I am trying to convert a bit char string to something useful.  Basically I have an activex tool that allows me acess to a serial port based scale.
I send a weight request command and it sends me this gibberish:
°®°° ìb ÇR
Thank I try to do a tostring() and get this:
\u00b0\u00ae\u00b0\u00b0, on line 1, column 21, is not a valid identifer name.
Hmm.. anyone have to deal with bitchar strings coming from serioal ports or know what i am dealing with here?
Thanks
Frank

Basically you need to access the string as a byte array - I think
there's a method getBytes() that you can apply to a string.
Mack

Similar Messages

  • Spliting a string -- need help

    hai everybody,
    i have a string say
    str="1,5,10,12"; //dynamic values
    i need to spilt this string and assign values like
    if 1 then "one"
    if 2 then "two"
    if 10 then "ten"
    how can i do this.can i use array or stringTokenizer.which 1 will sound good.
    please anyone help me out.
    thanks in advance
    regards
    Koel

    *** Ceranith, if you start your array with String[] words = { "Zero", .....[/b] then you don't need to subtract the 1 when you parse the integer, just a suggestion.
    You could try it using a hashTable.java.util.Hashtable hashtable = new java.util.Hashtable();
    hashtable.put("0", "zero");
    hashtable.put("1", "one");
    hashtable.put("2", "two");
    hashtable.put("3", "three");
    hashtable.put("4", "four");
    hashtable.put("5", "five");
    String str = "1,3,4,4,4";
    java.util.StringTokenizer st = new java.util.StringTokenizer(str, ",");
    while (st.hasMoreTokens()) {
      String token = st.nextToken();
      String value = (String)hashtable.get(token);
      System.out.println(value);
    }or you could go and do it in code, if you don't feel like adding all the numbers from 1 to 1million...
    something along the lines of this... not fully working, I couldn't be bothered, sorry ;-)String theNumber = st.nextToken();
    String myNumber = "";
    if(Integer.parseInt(theNumber) <= 19) { // don't forget your error handling
      myNumber = getNumber(theNumber);
    else if( Integer.parseInt(theNumber) <= 99) {
      // loop through the number checking each position in the string
      // This is the difficult part, which I will leave up to you as an
      // exercise (don't you just hate it when people do that ;-)
    else if(Integer.parseInt(theNumber) <= 999) {
    ... etc
    public String getNumber(String str) {
      return (String)numbers.get(str);
    public String getDecade(String str) {
      return (String)decades.get(str);
    private void init() {
    numbers.put("0", "zero");
    numbers.put("1", "one");
    numbers.put("19", "nineteen");
    decades.put("2", "twenty");
    decades.put("3", "thirty");
    decades.put("9", "ninety");
    decades.put("10", "one hundred");
    private Hashtable numbers = new Hashtable();
    private Hashtable decades = new Hashtable();

  • Essbase Client 32 bit on the Solaris SPARC 64 bit Cognos server - Need help

    Hello All,
    I have a SunSolaris SPARC 64 bit OS on which i have the 32 bit Cognos 8.4.1 installed.
    I now wanted to install a 32 bit Essbase client on this server.
    can anyone please let me know if there exists a 32 bit essbae client which can be installed on the SunSolaris SPARC 64 bit OS ?
    Thanks you in advance.
    MS

    I will asume the latest version of the essbase client
    "EPM System Installer installs both 32-bit and 64-bit Essbase Client on a machine with a 64-bit operating system."
    Once it is installed you may need to update the environment variables to point to the 32bit client.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Flash.ocx MISSING - 64 Bit & Windows 7 NEED HELP

    When i launch a application that requires flash a error message sais: This application requires Flash.ocx wich isen't in this version of windows.
    How should i fix it?
    Windows 7
    64 Bit PC
    Flash works on google chrome, Firefox, IE and other browsers, but not on etc my own apps..

    function(){return A.apply(null,[this].concat($A(arguments)))}
    23565464575263 wrote:
    Flash works on google chrome, Firefox, IE and other browsers, but not on etc my own apps..
    So you are invoking Flash Player in your own apps - where did you find the instructions how to do so?  You are obviously not using the correct instructions, as your apps are looking for an old version of Flash Player (Flash.ocx).

  • BDM 6 using Office 2010 on Windows 64 Bit Not Working Need Help...?

    I've installed BDM6 on my 64bit Windows 7 environment and have found that Desktop Manager cannot find a trace of Office 2010  
    I then checked the Technical spec and found out that a 64bit system is unsupported... Which I find amusing....
    Does anybody have a work around solution so I can synchronize my data?  

    Don't bother trying to downgrade to 32 bits windows 7 or to 32 bits Office 2010.
    I can confirm ... as can 113 participants in a thread higher up this blog, that DM6 is a totally UNWORKABLE release full of fatal bugs.
    DM6 was announced as the solution for people running Office 2010 32 bits ... well it is entirely useless... so best you change phone or keep an eye on this  FORUM to see when the other two streams are likely to be "closed" out with solution!
    The two threads are :  "Desktop Manager version 6.0 Crashing" and "Updated to DM6, cannot Synchronise"....  if you have any spare time,browse through these ... makes for a good read and lots of suggestions but no solutions in sight!
    And yes RIM initially announced that they would not both about office 64bit until 2011!

  • Error 11unrecognized device string Need Help!

    ok im new so sorry if this has been posted before. i downloaded backtrack 4 (final) and booted the iso onto a flash drive using unetbootin. i then changed the boot order so the flash drive was first. after i did that i got into backtrack 4 did the install.sh and now i cant boot windows 7. even after changing the boot order to default, i turn my computer on and get a message that says:
    Ubuntu 8.10, kernel 2.6.30.9
    Ubuntu 8.10, kernel 2.6.30.9 (recovery mode)
    Ubuntu 8.10, memtest86+
    Other opperating systems :
    Memory Test (on /dev/sda1)
    Ubuntu 8.10, kernel 2.6.30.9 (on dev/sda1)
    Ubuntu 8.10, kernel 2.6.30.9 (reconver mode) (on dev/sda1)
    Ubuntu 8.10, memtest86+ (on dev/sda1)
    use the [up arrow symbol] and [down arrow symbol] keys to select which entry is highlighted.
    Press enter to boot the selected OS, 'e' to edit the commands before booting, or 'c' for the command-line.
    And when i select: Other opperating systems : i get:
    Error 11: Unrecongnized device string
    Press any key to contunue..._
    i can only boot backtrack 4 OS, i really want to know what can i do to be able to boot my windows 7 home premium os.

    Try asking on the backtrack or ubuntu forum on how to edit your boot-menu

  • Need Help with simple array program!

    Hi, I have just recently started how to use arrays[] in Java and I'm a bit confused and need help designing a program.
    What this program does, it reads in a range of letters specified by the user. The user then enters the letters (a, b or c) and stores these characters into an array, which the array's length is equal to the input range the user would enter at the start of the program. The program is then meant to find how many times (a,b and c) appears in the array and the Index it first appears at, then prints these results.
    Here is my Code for the program, hopefully this would make sense of what my program is suppose to do.
    import B102.*;
    class Letters
         static int GetSize()
              int size = 0;
              boolean err = true;
              while(err == true)
                   Screen.out.println("How Many Letters would you like to read in?");
                   size = Keybd.in.readInt();
                   err = Keybd.in.fail();
                   Keybd.in.clearError();
                   if(size <= 0)
                        err = true;
                        Screen.out.println("Invalid Input");
              return(size);
         static char[] ReadInput(int size)
              char input;
              char[] letter = new char[size];
              for(int start = 1; start <= size; start++)
                   System.out.println("Please enter a letter (a, b or c) ("+size+" max), enter # to stop:");
                   input = Keybd.in.readChar();
                   while((input != 'a') && (input != 'b') && (input != 'c') && (input != '#'))
                        Screen.out.println("Invalid Input");
                        System.out.println("Please enter a letter (a, b or c) ("+size+" max, enter # to stop:");
                        input = Keybd.in.readChar();
                                    while(input == '#')
                                                 start == size;
                                                 break;
                   for(int i = 0; i < letter.length; i++)
                        letter[i] = input;
              return(letter);
         static int CountA(char[] letter)
              int acount = 0;
              for(int i = 0; i < letter.length; i++)
                   if(letter[i] == 'a')
                        acount++;
              return(acount);
         static int CountB(char[] letter)
              int bcount = 0;
              for(int i = 0; i < letter.length; i++)
                   if(letter[i] == 'b')
                        bcount++;
              return(bcount);
         static int CountC(char[] letter)
              int ccount = 0;
              for(int i = 0; i < letter.length; i++)
                   if(letter[i] == 'c')
                        ccount++;
              return(ccount);
         static int SearchA(char[] letter)
              int ia;
              for(ia = 0; ia < letter.length; ia++)
                   if(letter[ia] == 'a')
                        return(ia);
              return(ia);
         static int SearchB(char[] letter)
              int ib;
              for(ib = 0; ib < letter.length; ib++)
                   if(letter[ib] == 'b')
                        return(ib);
              return(ib);
         static int SearchC(char[] letter)
              int ic;
              for(ic = 0; ic < letter.length; ic++)
                   if(letter[ic] == 'c')
                        return(ic);
              return(ic);
         static void PrintResult(char[] letter, int acount, int bcount, int ccount, int ia, int ib, int ic)
              if(ia <= 1)
                   System.out.println("There are "+acount+" a's found, first appearing at index "+ia);
              else
                   System.out.println("There are no a's found");
              if(ib <= 1)
                   System.out.println("There are "+bcount+" b's found, first appearing at index "+ib);
              else
                   System.out.println("There are no b's found");
              if(ic <= 1)
                   System.out.println("There are "+ccount+" c's found, first appearing at index "+ic);
              else
                   System.out.println("There are no c's found");
              return;
         public static void main(String args[])
              int size;
              char[] letter;
              int acount;
              int bcount;
              int ccount;
              int ia;
              int ib;
              int ic;
              size = GetSize();
              letter = ReadInput(size);
              acount = CountA(letter);
              bcount = CountB(letter);
              ccount = CountC(letter);
              ia = SearchA(letter);
              ib = SearchB(letter);
              ic = SearchC(letter);
              PrintResult(letter, acount, bcount, ccount, ia, ib, ic);
              return;
    }     Some errors i get with my program are:
    When reading in the letters to store into the array, I get the last letter I entered placed into the entire array. Also I believe my code to find the Index is incorrect.
    Example Testing: How many letters would you like to read? 3
    Enter letter (a, b or c) (# to quit): a
    Enter letter (a, b or c) (# to quit): b
    Enter letter (a, b or c) (# to quit): c
    It prints "There are no a's'" (there should be 1 a at index 0)
    "There are no b's" (there should be 1 b at index 1)
    and "There are 3 c's, first appearing at index 0" ( there should be 1 c at index 2)
    The last thing is that my code for when the user enters "#" that the input of letters would stop and the program would then continue over to the counting and searching part for the letters, my I believe is correct but I get the same problem as stated above where the program takes the character "#" and stores it into the entire array.
    Example Testing:How many letters would you like to read? 3
    Enter letter (a, b or c) (# to quit): a
    Enter letter (a, b or c) (# to quit): #
    It prints "There are no a's'" (should have been 1 a at index 0)
    "There are no b's"
    and "There are no c's"
    Can someone please help me??? or does anyone have a program simular to this they have done and would'nt mind showing me how it works?
    Thanks
    lou87.

    Without thinking too much...something like this
    for(int start = 0; start < size; start++) {
                System.out.println("Please enter a letter (a, b or c) ("+size+" max), enter # to stop:");
                input = Keybd.in.readChar();
                while((input != 'a') && (input != 'b') && (input != 'c') && (input != '#')) {
                    Screen.out.println("Invalid Input");
                    System.out.println("Please enter a letter (a, b or c) ("+size+" max, enter # to stop:");
                    input = Keybd.in.readChar();
                if(input == '#') {
                        break;
                letter[start] = input;
            }you dont even need to do start = size; coz with the break you go out of the for loop.

  • Need help in laoding flat file data, which has \r at the end of a string

    Hi There,
    Need help in loading flat file data, which has \r at the end of a string.
    I have a flat file with three columns. In the data, at the end of second column it has \r. So because of this the control is going to the beginning of next line. And the rest of the line is loading into the next line.
    Can someone pls help me to remove escape character \r from the data?
    thanks,
    rag

    Have you looked into the sed linux command? here are some details:
    When working with txt files or with the shell in general it is sometimes necessary to replace certain chars in existing files. In that cases sed can come in handy:
    1     sed -i 's/foo/bar/g' FILENAME
    The -i option makes sure that the changes are saved in the new file – in case you are not sure that sed will work as you expect it you should use it without the option but provide an output filename. The s is for search, the foo is the pattern you are searching the file for, bar is the replacement string and the g flag makes sure that all hits on each line are replaced, not just the first one.
    If you have to replace special characters like a dot or a comma, they have to be entered with a backslash to make clear that you mean the chars, not some control command:
    1     sed -i 's/./,/g' *txt
    Sed should be available on every standard installation of any distribution. At lesat on Fedora it is even required by core system parts like udev.
    If this helps, mark as correct or helpful.

  • Need Help in Splitting a String Using SQL QUERY

    Hi,
    I need help in splitting a string using a SQL Query:
    String IS:
    AFTER PAINT.ACOUSTICAL.1..9'' MEMBRAIN'I would like to seperate this string into multiple lines using the delimeter .(dot)
    Sample Output should look like:
    SNO       STRING
    1            AFTER PAINT
    2            ACOUSTICAL
    3            1
    4            
    5            9" MEMBRAIN
    {code}
    FYI i am using Oracle 9.2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    There's this as well:
    with x as ( --generating sample data:
               select 'AFTER PAINT.ACOUSTICAL.1..9" MEMBRAIN' str from dual union all
               select 'BEFORE PAINT.ELECTRIC.2..45 caliber MEMBRAIN' str from dual)
    select str,
           row_number() over (partition by str order by rownum) s_no,
           cast(dbms_xmlgen.convert(t.column_value.extract('//text()').getstringval(),1) as varchar2(100)) res
    from x,
         table(xmlsequence(xmltype('<x><x>' || replace(str,'.','</x><x>') || '</x></x>').extract('//x/*'))) t;
    STR                                                S_NO RES                                                                                                
    AFTER PAINT.ACOUSTICAL.1..9" MEMBRAIN                 1 AFTER PAINT                                                                                        
    AFTER PAINT.ACOUSTICAL.1..9" MEMBRAIN                 2 ACOUSTICAL                                                                                         
    AFTER PAINT.ACOUSTICAL.1..9" MEMBRAIN                 3 1                                                                                                  
    AFTER PAINT.ACOUSTICAL.1..9" MEMBRAIN                 4                                                                                                    
    AFTER PAINT.ACOUSTICAL.1..9" MEMBRAIN                 5 9" MEMBRAIN                                                                                        
    BEFORE PAINT.ELECTRIC.2..45 caliber MEMBRAIN          1 BEFORE PAINT                                                                                       
    BEFORE PAINT.ELECTRIC.2..45 caliber MEMBRAIN          2 ELECTRIC                                                                                           
    BEFORE PAINT.ELECTRIC.2..45 caliber MEMBRAIN          3 2                                                                                                  
    BEFORE PAINT.ELECTRIC.2..45 caliber MEMBRAIN          4                                                                                                    
    BEFORE PAINT.ELECTRIC.2..45 caliber MEMBRAIN          5 45 caliber MEMBRAIN      
    {code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • HT1222 I am trying like **** to download itunes 10.6.3 (64 bit - Windows 7) and I keep getting "the installer was interrupted before the requested operations for iTunes could be completed.  Your systems has not been modified."  I NEED HELP, PLEASE!

    I am trying like **** to download itunes 10.6.3 (64 bit - Windows 7) and I keep getting "the installer was interrupted before the requested operations for iTunes could be completed.  Your systems has not been modified."  I NEED HELP, PLEASE!

    I got it figured out myself... yaaaaay for me!

  • I forgotten my bit locker password and recovery key.i need help .................

    i lost my bit locker password and i lost recovery key,i need help ..please help ......such important things are there in my e drive....pls mail me [email address redacted]

    Unfortunately if you lose the password and the recovery key you are not able to decrypt and access the information, that is the sole purpose of BitLocker.
    Blogging about Windows for IT pros at
    www.theexperienceblog.com

  • Need help to install Windows XE 11g R2 on windows 7 64 bits

    Hi, guys:
    I need help as a newbie to install Windows XE 11g R2 on windows 7 64 bits. I installed it without problem, but I cannot run get started. When I click the get started after start the database, I got a message from browser as : Oops! Google Chrome could not connect to 127.0.0.1:8080. So I check threads on forum, and tried with commands:
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    C:\Users\Sam>tnsping xe
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.2.0 - Production on 19-OCT-2
    012 10:15:34
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Message 3511 not found; No message file for product=NETWORK, facility=TNSTNS-035
    05: Message 3505 not found; No message file for product=NETWORK, facility=TNS
    C:\Users\Sam>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 19-OCT-2012 10:16
    :07
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Message 1053 not found; No message file for product=NETWORK, facility=TNSTNS-125
    57: Message 12557 not found; No message file for product=NETWORK, facility=TNS
    TNS-12560: Message 12560 not found; No message file for product=NETWORK, facili
    ty=TNS
      TNS-00527: Message 527 not found; No message file for product=NETWORK, facilit
    y=TNSThe content of listener file (C:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN) is as follows:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = arnold-PC)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)The content of TNSNAMES.ora is as follows:
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = LSGPCDELL790-2)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
      ) Is there anything I was missing? I am much obliged to anyone who give me a hint.
    Thanks a lot!
    Edited by: lxiscas on Oct 19, 2012 8:26 AM

    For windows, first step ensure the services got created.
    Start/Run/services.msc and click on the Standard tab (for slightly less clutter).
    There should be 4 or 5 oracle entries, only two matter. The database instance service, ...ServiceXE and the listener ...TNSListener the others are not relevant for an XE install.
    If the user that ran the installer program is not in the local administrators group, as stated in the install requirements documentation, more than likely the services did not get set up and the database won't exist.
    If the services are there, try connecting and check the instance status. In a command box (Start/Run/cmd):
    sqlplus /nolog
    connect system
    Password: <the system password entered in installer dialog ... >
    ... Connected.
    select status from v$instance;
    ... OPEN ...
    If you get that far, might be something not quite right with the networking configuration, several things can prevent the Apex web pages (http://...:8080...) from working.
    As far as your configuration files, the client (tnsnames.ora) has a different value for the host than your listener.ora. So one, or both, of those could be incorrect. Check the command box hostname output, ipconfig /all, a few things might need adjustment.
    The tnsnames.ora only matters for making sqlnet connections via a tnsalias. The tnsalias could be anywhere, including on your local hostname. To use a tnsalias, add it to the a connect after the '@' symbol, i.e. connect system@xe to get a connection to your XE specified in the tnsnames.ora file.
    If you want to change the listener configuration, the first thing to do is stop the listener, then make adjustments in the listener.ora, start the listener, and sqlplus ... connect system .... alter system register; to get the instance registered with the listener.

  • Need Help to re-download my Photoshop Elements 12+Premiere Elements 12 to a new laptop Win-8 64-bit

    When I purchased the special deal of Photoshop Elements 12+Premiere Elements 12, I owned a Windows Vista (32-bit) laptop. When I downloaded my purchase, all went smoothly, no problems w/Photoshop when I used the mouse's wheel-scroll feature, it helped me zoom in to specifically pinpoint areas in pictures t/b fixed, etc.
    I now have a NEW laptop ... Windows 8 (64-bit). I re-downloaded my Photoshop Elements 12+Premiere Elements 12 onto my new one. Options to download the Premiere Elements showed I should use the "bottom" option to download for Win-8/64-bit - did that w/no problem. There were NO OPTIONS showing that the Photoshop Elements 12 had to ALSO be using a specific way to be downloaded? Consequently, I think (?), the problem that I'm having in using the mouse's wheel-scrolling feature may have been affected by using the "normal" format to download???
    So here's my question:  Because I bought this combined deal, should I have ALSO used the bottom option showing installation for 64-bit Premiere Elements 12??? I WOULD APPRECIATE A TIMELY RESPONSE - NEED HELP ON GETTING MY PHOTOSHOP WORKING PROPERLY, NOW!
    Thank you in advance for any help/suggestions that can resolve my frustrating experience on this!
    Léona Buckner
    [email protected]

    Oops!!!! I accidentally found my answer within my Photoshop Elements 12 "Preferences" folder! Only one part of my question remains --- what about how to download it as a 64-bit option, or does it matter at all?
    Sorry to have panicked about this, but when I started using it, the cursor movements seemed unstable so I thought it was because of downloading for a 32-bit instead of my current OS-64bit!

  • Need help for string tokenizer!

    I need help in writing out the string tokenizer.. i've got all of the functions written except for the nexttokken function which i am stuck in. Can anyone help me out in writing the function?

    An example of splitting string by comma
    String str"A,B,C";
    StringTokenizer st = new StringTokenizer(str,",");
    while (st.hasMoreTokens()) {
    System.out.println(st.nextToken());
    This is just an example of usage; i would prefer to use split() function instead

  • Need help in the String Format method

    really need help in string.Format method. I would like to show the s in two digit numbers.
    for example:
    if s is below 10 then display *0s*
    the expecting result is 01,02,03.. 09,10,11....
    I tried this method, somehow i got the errors msg. pls advise. thx.
    public void setDisplay(String s) {
    String tmpSS=String.format("%02d",s);
    this.ss.setText(tmpSS);
    Edited by: bluesailormoon on May 19, 2008 10:30 AM

    Apparently, you expect the string to consist of one or two digits. If that's true, you could do this:String tmpSS = (s.length() == 1) ? ("0" + s) : s; or this: String tmpSS = String.format("%02d", Integer.parseInt(s));

Maybe you are looking for

  • IPad Mini frozen on iTunes logo

    To clarify my previous post, my (first) iPad Mini is frozen on the iTunes logo.  I had previous synced with my PC to do a backup, without a problem, but accidentally disconnected it.  My iPad screen froze.  I cannot turn it off as the Sleep Bar does

  • I cant put my iphone to the silent level the key of silent level dont work even if i press it up or down

    hello i live in Sweden and i bought my iphone 3gs from iraq. my iphone cant be to the silent level even if i press the key up or down. also the screen dont respond very well it take between 30 sec till 60 to be respond.can you help me? thank you

  • Mountain Lion is always indexing.

    Anyone else experiencing this? At random times it would just start indexing for a few minutes and then go away. This has been happening for weeks so it can't be the intial re-index. I tried forcing a full re-index or excluding anythin but apps, folde

  • Adobe Application Manage

    Al correr Illustrator me aparece el siguiente mensaje "Adobe Application Manager, necesario para iniciar la versión de prueba, falta o está dañado." ya lo descargué y lo corrí, pero el problema continúa. Creo se deba que borré unos archivos AAM y no

  • Simplest way to test if application launch via CHAPI is supported?

    I intend to write a test which tests if application launch via CHAPI is supported. What is the simplest way to write a test that sees if that feature is supported on a device? Is there an indirect way of testing it like checking a system variable or