Anyone can test this...

I thought of turning a reply post into a new post as I would like to see more opinions regarding the test I conducted this morning:
http://picasaweb.google.com/104885826864232845203/IPhone4#5493714321485682290
_Starting from the bottom my tests:_
1st holding the phone with 2 fingers from the top, full 3G, tests x 3:
1 at 11:35 am and 2 at 11:36 (PING's = 298ms, 262ms, 236ms)
2nd touching the antenna split on the left with one finger(shorting them I can see bars going down) test x 3:
all test at 11:37 (PING's = 768ms, 293ms, 1453ms)
3rd cupping the phone with my left hand, I think anyone would(right handers) tap the screen with their right hand(finger) tests x 3:
1 at 11:39 and 2 at 11:40 (PING's = 69504ms, 1615ms, 24057ms)
Cupping the phone in some parts of the house will show No Service from full 3G reception.
So far the way I hold my phone while having a conversation did not drop calls but sometimes the quality does suffer.
Let me know what you think.
Many thanks!

aditz wrote:
I was expecting a bit more input on the this. This test is not about voice quality/dropped calls that many people get(including me). This test proves that the update will be useless.
How is my test relevant to your test? Even you stated in an above post that "maybe you're in an area that has strong signal". Unless we're sitting right next to each other and without a doubt on the same tower, one test is totally irrelavant to the other.
And while, yes, I can duplicate the 'signal drop' issue on my iP4, I'll tell you right now mine works perfectly and I haven't had a dropped call yet -regardless how I hold it. My 3GS would drop calls all the time in certain locations around town (like my house), whereas, my iP4 has been stable in those same locations.
Without a doubt some people are experiencing reception issues with this phone. But to say an update can't fix the issue is being presumptuous and naive, IMO. I deal support all our cell phones here at my work and have on numerous seen where a firmware update to the baseband/radio stack can greatly impact reception (good and bad) and dropped calls. I'm not saying this CAN be fixed with an update, but I would not go so far as to say it CAN'T be fixed with an update either.
IMO, I think it's an issue with Apple AND the carrier.

Similar Messages

  • If anyone can check this file for me

    Hi!
    Trying to print this ai file I had created. I can't open it now in CS6, CC or 2014? Says I don't have enough memory. (RAM). It is only 1.6mb. I'm running win 7 x64.
    Here it is on dropbox if anyone can opening it and save it say in a standard PDF or more compatible format?
    AI FILE
    When placing it I get this:
    Thank you
    Max

    I can't open the file.
    1) Tells me not enough memory?
    2) placing it in latest PS or AI I get the screen?
    I'll start from scratch, but if the file is okay, I'd rather use that. So if anyone can check it for me. Thanks

  • Anyone can compile this program?Duke will be rewarded

    Anyone can help me compile this program..I try debugging a lot of time but it is not working!
    import java.lang.*;
    import java.awt.*;
    import java.applet.*;
    import java.awt.event.*;
    public class ChatApplet extends Applet implements ActionListener,Runnable
    String user;
    String msg;
         public void init() {
              super.init();
              //{{INIT_CONTROLS
              setLayout(new BorderLayout(0,0));
              addNotify();
              resize(518,347);
              setBackground(new Color(12632256));
    msgbox = new java.awt.TextArea("",2,0,TextArea.SCROLLBARS_NONE);
              msgbox.setEditable(false);
    msgbox.disable();
    //msgbox.hide();
              msgbox.reshape(0,0,380,216);
              add(msgbox);
              idbox = new java.awt.TextField();
              idbox.reshape(84,288,284,24);
              add(idbox);
              button1 = new java.awt.Button("EnterRoom");
              button1.reshape(384,288,72,21);
              add(button1);
    list = new java.awt.List();
    //list.TOP_ALIGNMENT();
    //list.disable();
    list = new java.awt.List(5);
    list.add("#Default User"+"\n");
    list.reshape(384,24,128,196);
    list.setFont(new Font("Helvetica", Font.BOLD, 12));
    add(list);
              label2 = new java.awt.Label("Members");
              label2.reshape(396,0,100,19);
              add(label2);
              label1 = new java.awt.Label("UserName");
              label1.reshape(0,288,72,27);
              add(label1);
              textbox = new java.awt.TextField();
              textbox.reshape(84,240,431,44);
              add(textbox);
              label3 = new java.awt.Label("EnterText");
              label3.reshape(0,252,72,25);
              add(label3);
    //uf = new UserFrame();
              button1.addActionListener(this);
    idbox.addActionListener(this);
    textbox.addActionListener(this);
    list.addActionListener(this);
    public void actionPerformed(ActionEvent ae)
              if(ae.getSource()==idbox)
    user = idbox.getText()+"\n";
    list.addItem(user.trim());
    idbox.setText("");
                             msgbox.append(user+" HAS JOINED THE GROUP");
         if(ae.getSource().equals(button1))
    user = idbox.getText()+"\n";
    list.addItem(user.trim());
    idbox.setText("");
                             msgbox.append(user+" HAS JOINED THE GROUP");
    if(ae.getSource().equals(textbox))
    msg = textbox.getText();
    msgbox.append(msg+"\n");
    textbox.setText("");
    if(ae.getSource().equals(list))
    String l = list.getSelectedItem();
                             //uf.setTitle(l);
                             //Frame i[] = uf.getFrames();
                             //uf.setVisible(true);
    public void start()
    if(vt == null)
    vt = new Thread(this,getClass().getName());
    vt.start();
    public void run()
    try{
    for(int i=0;i<10;i++)
    msgbox.append("One stop Java source code - www.globalleafs.com"+"\n");
    msgbox.setForeground(Color.red);
    vt.sleep(30000);
    vt.resume();
    }catch(Exception e){e.printStackTrace();}
         java.awt.TextArea msgbox;
         java.awt.TextField idbox;
         java.awt.Button button1;
    java.awt.List list;
    java.awt.Label label2;
         java.awt.Label label1;
         java.awt.TextField textbox;
         java.awt.Label label3;
    private Thread vt;

    The program compiles over here. It just has some deprecation warnings ...or is that what you wanted debugged?
    Don't use reshape() ...I think in AWT you should now use setBounds();
    Don't use list.addItem(); ...looks like the API steers us to list.add();
    Don't use Thread.resume() ...I don't think there is a replacement (unneccessary?).
    Gee, this program must have ran the chat program in Ford's old model T ... !! (??)

  • I very much doubt anyone can do this within the next 24 hours

    PART 1
    Overleaf is the week by week winning numbers of the National Lottery that were drawn some time ago. This is found in the latter of this assignment.
    You are required to do the following:
    i)     Create an array of these winning numbers so that the first array element contains 3, the second contains 5, the third contains 14 and so on. There are 180 numbers in total and this number should determine the size of your array. Write java code to read the winning numbers from your file into a suitable array. To do this you are recommended to use a �Tokenizer� . Test your code by providing output of the winning numbers from the array to the screen, including the number of numbers read from the file.
    Note: The program must determine how many numbers were read from the file.
    Determine how frequently (i.e. how often) each of the winning numbers occurs. For this you will need another array (i.e. a �frequency array�) to store how often each of the winning numbers occurs. For example you can see from the data file that the winning number 9 has occurred 4 times, so that the frequency of 9 is 4. In this case the frequency array element 9 will contain 4. Write java code to determine an array of frequencies.
    ii)     Write java code that will draw a frequency diagram, which might look like:
    Lottery number     Frequency
    1           ***
    2           ***
    3           ***
    4           ***
    5           *****
    6           ***
    7           ***
    8           **
    9           ****
    10           * (e.t.c.)
    where for each winning number, there are printed the number of stars that correspond to how often it occurs (i.e. its frequency). We see that winning number 9 has 4 stars, one each of its occurrences.
    Combine i) � iii) into a Java program.
    PART 2.
    iii)     Each line of the file overleaf may be regarded as forming the numbers that belong to an object of class Lottery Ticket. Define such a class in java. Modify the program that you wrote in part 1, so that as each line of numbers is read, they form the data attribute of an object of class Lottery Ticket.
    Write java code, so that as each line of numbers from the file is read, they form the data attribute of an object of class Lottery Ticket. As each Lottery Ticket object is created it should be added to a linked list of Lottery Tickets. Test your code by printing the linked list.
    iv)     Finally write a method to test whether a particular lottery ticket (i.e. a particular set of six numbers) is present in the linked list of Lottery Tickets. Perform set of tests to demonstrate the correctness of your code.
    What to hand in for each part: (see Marking Scheme below)
    3 5 14 22 30 44
    6 12 15 16 31 44
    11 17 21 29 30 40
    26 35 38 43 47 49
    3 5 9 13 14 38
    2 3 27 29 39 44
    9 17 32 36 42 44
    2 5 21 22 25 32
    7 17 23 32 38 42
    6 16 20 30 31 47
    4 16 25 26 31 43
    1 7 37 38 42 46
    15 18 29 35 38 48
    16 19 21 29 36 45
    5 8 10 18 31 33
    11 12 17 26 32 42
    2 13 22 27 29 46
    9 18 19 24 31 41
    4 17 41 42 44 49
    22 25 30 32 41 43
    14 17 22 24 42 47
    1 4 6 23 26 49
    8 18 20 33 36 38
    9 15 22 31 34 48
    5 14 17 35 43 48
    7 16 25 26 28 41
    15 16 17 28 32 46
    12 13 25 37 44 45
    1 21 29 31 32 40
    12 15 26 44 46 49

    As I see it, your options are three-fold:
    1) Kidnap your teacher, tie them up with gaffer tape and then beat them with a rolled-up newspaper.
    2) Kidnap your teacher, tie them up with gaffer tape and then beat them with a rolled-up newspaper untill they give you a pass.
    3) Curl up into the foetal position and sob softly.
    Don't worry, a unit always seems easier the second, third..even fourth time around.

  • Stacks - I don't know if anyone can figure this one out?

    Okay I just got a new MacBook Pro and it had the stack folders on the bottom of the dock (pre-installed) Download and Documents. Here's the problem, I hit and moved the Documents stack out of the area of the dock and it removed the stack. I know this seems simple but check this out. I tried to look up the files that were in the Document Stack and it wasn't on my computer at all. I used Spotlight and it didn't help at all. Here's something else, my VMware Fusion program had an error after I moved the Stack Folder. I had Windows Vista on the Virtual Machine before this happened with the Stack Folder. Now there's no Vista on record or ON MY COMPUTER! I had to re-install all programs..
    I didn't have time machine setup because I didn't think I needed it so soon.
    Can anyone help me find out where my files are in the Stack Folder that was removed from the dock....?
    Thanks!

    *Hi ruhig, Welcome* to Apple's Users Help Users Forums.
    It takes a while to figure out how the Apple Forums are organized.
    You have asked a technical question in an inappropriate place. You are forgiven as a newcomer.
    At the top of this page, or the topics list page one layer back, click on the "discussions" page. It will give you a list of Categories, including "Leopard." Click on it and you will see a set of files for various forums. Click on the most appropriate one and a Forum page similar to the one that got you here will open. As here, at the top left will be a button to "post new topic" or similar.
    In this forum you will find lots of threads re frustration with forum organization so don't feel bad it you didn't get it right the 1st time. Explore a bit and it will come to you.
    There is a wealth of knowledge in the forums. Come often, browse, read threads and learn. 99% of the threads I read I don't post on. On those for maybe 5~10 % I learn something. Now if half vast, see below, could just remember it.
    Enjoy, JP
    Good Luck, JP

  • Now I am tired of this Let's see anyone can solve this

    Hi all,
    I am having some serious trouble with JSP session. And i posted the problem but didn't find any solution.
    Now i am posting my code.
    The SITUATION IS: i am couple of JSP pages and THEY ARE NOT ALL LINKED TOGETHER. meaning that two of them is linked with sending data to another but the rest of them are just in one application but not connected. BUT in every page there is a separate link for all other pages AND this is not HTML FORM.
    Select_Database.JSP
    <!--Setting sessions-->
           <%
               String uname=request.getParameter("uname");
                String pass=request.getParameter("passw");
                session.setAttribute("user",uname);
            %>
    <!--Setting sessions-->Update_Para.JSP
    para_id=Integer.parseInt(category);
                         String username="";
                         username=(String)session.getAttribute("user");
                         //my new code
                     //File afile = new File(path);
                         BufferedWriter one = new BufferedWriter(new FileWriter(para_path));
                         one.write(para_data);
                         one.close();
                       out.println("<ul class='bullet'>");
                     out.println("<li><b>Successful Update</b></li><br>");
                     out.println("<br>");
                     out.println("</ul>");LogOff.JSP
    <% session.invalidate(); %>
    Here are three JSP pages pardon me i got rid of all the webdesign HTML codes for easy understanding.
    Now on the select _database.JSP file i am getting the user name and setting in sessions.
    Just reminding you all the pages got
    <%@page language="java" session="true" %>this on top.
    Now after i set the login name as a session value there is no connection between this page and any other page except the HREF links i mentioned above.
    On the Update_Para.JSP page as you can see i used that session variable. when they click LOGOFF HREF they are taken to the logoff.JSP and they are the session is killed.
    Now on the logoff.jsp page after loggin of if they click login again then they are taken to the login page and they login with a different id and when they goto Update_Para to update paragraph the user stored in JSP as the user logged in when the session was created two weeks ago meaning that that session is still alive after two weeks.
    Now i described the problem clearly here, Can anyone please tell me what is the problem. Thanks

    This may be caching on the user's browser. The user's browser may hold onto older web pages to make display quicker. This is usually only done for pages that are visited with normal links, rather than forms. The browser will look to see if the page has an expiration data, and then re-query the server if that expiration date has passed. Otherwise it will hold the same page in a cache on your hard-disk and display it from there when requested.
    You can try to solve this by forcing your page to expire as soon as it is created. See the following link:
    http://www.jguru.com/faq/view.jsp?EID=377

  • Help,Could anyone can explain this to me ?

    public class A {
    B b;
         private int a;
         * @param args
         public int get(){
              return this.a;
         public static void main(String[] args) {
    class B{
         private int b;
         A a;
         public int get(){
              return this.b;
    There is a reference to A in Class B,and There is a reference to B
    in Class A,I am confused about this,could someone explain it to me ?

    learnningboy wrote:
    There is a reference to A in Class B,and There is a reference to B
    in Class A,I am confused about this,could someone explain it to me ?For example, there's a road between city X and city Y that goes two ways (you can travel from X to Y and you can also travel from Y to X). That's the idea: both cities hold a reference of each other in them.

  • Anyone can explain this program to me?

    import java.util.List;
    import java.util.LinkedList;
    import java.util.Iterator;
    public class Lab_02
         public static List getLinesOfText(int m)
    {      List lines = new LinkedList();     
              StringBuffer line = new StringBuffer();
              for( int i = 0; i < m; i++ )
    {         for( int j = 0; j < m; j++ )           
                   line.append( j < i ? " ": Integer.toString(i%10) );
         lines.add(line.toString());
                   line.setLength(0);
                   return lines;
         public static void main(String args[])
         int n = 15;
                   if( args.length > 0 )
                   try
         {            n = Integer.parseInt(args[0]);
         catch( NumberFormatException nfe )
         {        String msg = nfe.getMessage();
              System.out.println(msg);
         Iterator lineIterator = getLinesOfText(n).iterator();
         while(lineIterator.hasNext())
              System.out.println(lineIterator.next());

      public static void main(String[] args) {
        int n = 15;
        if( args.length > 0 ) {                     // if an argument was entered
          try { n = Integer.parseInt(args[0]); }    // change it to an int
          catch( NumberFormatException nfe ) {      // if bad format
         String msg = nfe.getMessage();          // print a message
         System.out.println(msg);
    //  call getLinesOfText(with the above number, it returns a List),
    //  get an iterator for that list, and
    //  assign that iterator to lineIterator
          Iterator lineIterator = getLinesOfText(n).iterator();
    //  loop through the iterator printing each value
          while(lineIterator.hasNext()) System.out.println(lineIterator.next());
      public static List getLinesOfText(int m) {   // m = count from call above
        List lines = new LinkedList();             // make a LinkedList, assign to lines
        StringBuffer line = new StringBuffer();    // make a StringBuffer, assign to line
        for( int i = 0; i < m; i++ ) {             // loop m times
          for( int j = 0; j < m; j++ ) {           // for each value of i, loop m times
    // append either a space or the string representation of i modulo 10
    // to the StringBuffer depending on whether j is less that i
    // (modulo = remainder after division by 10)
         line.append( j < i ? " ": Integer.toString(i%10) );
    // Add the string representation of line (a StringBuffer) to the linkedlist lines
          lines.add(line.toString());
    // Clear the StringBuffer
          line.setLength(0);
    // return the linked list
        return lines;
      }

  • Can anyone please activate this UDID ?? :

    PLEASE PLEASE PLEASE PLEASE PLEASE
    ANYONE CAN ACTIVATE THIS UDID FOR ME ??
    I'LL BE THANKFUL ALL MY LIFE
    I SWEAR I DIDNT KNOW IT REQUEIRES A PURCHASE
    <Edited by Host>

    Join the paid developer program.
    Same to xhevdeti and anybody else who asks.

  • Preparedstatement - please test this code!!

    I hope someone can test this code and tell me if it works. It seems to work on my computers (win98 and win2000, and access 2002 database, compiling etc,and even returns that it updated 1 record. But the database is unchanged. Commit is default to autocommit, what else could be causing this? None of the setxxx commands work. Yet no errors are given. Please test and let me know. Or, send me similar simple code that works on an access 2002 database from win98 or 2000. I am wondering if access 2002 has something to do with this. I am using default ODBC driver that came with the OS.
    Thank you,
    Jacques
    import java.sql.*;
    import java.io.*;
    public class test {
    static Driver d;
    static Connection conn;
    final static String jdbcDriver="sun.jdbc.odbc.JdbcOdbcDriver";
    static String databaseURL = "jdbc:odbc:" + "dbtest";
    public static void main(String[] args) {
    try {
    d = (Driver) Class.forName(jdbcDriver).newInstance();
    conn = DriverManager.getConnection(databaseURL);
    PreparedStatement stmt = conn.prepareStatement(
    "UPDATE employee SET emp_id = ? WHERE Index = ?");
    stmt.setString( 1, "John" );
    stmt.setInt( 2, 2);
    System.out.println("about to update");
    int count = stmt.executeUpdate();
    System.out.println("number updated=" + count);
    catch( Exception e ){
    System.out.println("Error:" + e);
    Database: Set up access database with table employee at least 2 records, one field called emp_id, register it in odbc as dbtest

    Ok, for anyone else that encounters this, I found the answer! After a week of very frustrating testing, I stuck in a close() to the connection, and the changes were then actually made. I had counted on Java to close them properly upon exit, but I must specify the conn.close() after the executeUpdate before they take effect. Another weird worm of Java IMHO.

  • HAS ANYONE not EXPERIENCED THIS PROBLEM?

    * * * * * P R O B L E M * * * * *
    JEditorPane loads an HTML page which contains an animated gif.
    Therefore: somewhere down the line an ImageFetcher thread is automatically created, and the animation runs OK.
    BUT:
    then the JEditorPane calls setPage(url), lets say the user clicks on a hyperlink....
    Another page is loaded. No animation this time
    BUT THE ANIMATION THREAD IS STILL RUNNING!!!!!!!!!!!!!
    ARRRGGGHHH!!!
    Could anyone, pleeeeeease, test this out. If you don't get the same problem with the neverending animation-thread, could I have a look at your code?
    I really thought this would be sooooo simple...
    Thanks
    shmokk

    Ok, listen up...
    Since none of you guys has been able to help me with this problem so far, I've been forced to add a couple of hacks to my code...
    This is spooky business I'm taking about here, just look at the solution I am using now:
    void stopThoseAnimationThreads(){
    try{
    Thread[] activeThreads = new Thread[Thread.currentThread().getThreadGroup().activeCount()];
    Thread.currentThread().getThreadGroup().enumerate(activeThreads);
    for (int i=0; i<activeThreads.length; i++){
    if (activeThreads.getName().toUpperCase().indexOf("ANIMATOR")>=0)
    activeThreads[i].stop();
    catch(Exception e)
    You see?? I am calling Thread.stop() !!! MAAAADNESS!!!
    Please, stop me!!
    BTW, I cant understand why noone has shed a light on this one...
    Obviously, there must be SOMEONE who has used JEditorPane as a browser, and is able to load an HTML page containing an animated gif, unload the page/load another page and then check whether the Animator thread is still running or not.....??
    So pleeeeeeeease....?

  • MOVED: Power of the Press - Neo4 Bios Issue - Can Anyone Test This?

    This topic has been moved to Overclockers & Modding Corner.
    Power of the Press - Neo4 Bios Issue - Can Anyone Test This?

    This topic has been moved to Overclockers & Modding Corner.
    Power of the Press - Neo4 Bios Issue - Can Anyone Test This?

  • I am using macbook air and thrying to print wireless over time capsule with a lexmark 5600/6600 series, i can print test page but only this. Anyone can help?

    I am using macbook air and thrying to print wireless over time capsule with a lexmark 5600/6600 series, i can print test page but only this. Anyone can help?

    Check here, if this can help:
    http://support.apple.com/kb/HT4670?viewlocale=en_US

  • Please can anyone test this for me? V200 and Repeat Folder play m

    Hi
    Does anyone here use the play mode called Repeat Folder?
    I have selected this play mode and it works fine, but how do you
    then change/skip to another folder?
    If I try then the unit gets confused and goes from
    my folder called DireStraits of 2 to DireStraits 2of2
    instead of to U2 2 of 2. Sometimes I can get it to skip
    to another folder by scrolling in the other direction but
    basically it does not allow me to skip to another folder.
    So, what I have to do is change to Normal mode say,
    then skip to another folder (which works just fine) and
    then turn the play mode back Repeat Folder.
    I think this is a buglet?
    Can anyone else confirm this behaviour or confirm that they
    get normal behaviour once the play mode is set to Repeat Folder.
    Thanks in advanceMessage Edited by will77 on 02-02-2005 0:47 AMMessage Edited by will77 on 02-07-2005 06:44 PM

    elmulti wrote:
    Hi will77,Can you describe what happens if you are in "repeat-folder" mode and select "skip folder" and then scroll to the left or right?
    Thanks a lot. Yes. if I scroll right then it goes to the next folder (sometimes) or
    jumps a folder or misses one or goes nowhere sometimes, and if I select the folder
    it does go to, then it show the track name, but I cannot play it, hitting play
    pause play does nothing. If I scroll to the left then I sometimes can get to the folders
    it does not show when I scroll right, but again, if I select the folder presented to me
    the track will not play. Also I think sometimes it gets confused and does not know whether
    to scroll along folder by folder or scroll along track by track within a folder.
    Any ideas?
    Any MuVo V200 users out there then?
    Thanks in advance.

  • In app purchase is not working in testing environment in sandbox for the past 5 days. Please anyone know about this issue.

    in app purchase is not working in testing environment in sandbox for the past 5 days. Please anyone know about this issue.
    What i did
      1 . Added three products more to the existing in-app
      2 . Tested with sanbox
    i am getting the error "cannot connect to itunes store" with error code "0" when trying to purchase product in sandbox.
    Is sandbox is down?Please help guys..

    Apple's sandbox has been down practically all month. You can check the status here:
    http://sandbox.itunes.apple.com

Maybe you are looking for

  • How to identify the type of Fonts

    How to identify the type of font names like "True Type font" (or) "open Type font" for illustrator file using Scripts. Could you please advice me. Thanks, Prabudass

  • How to change screen field value.

    Hi Experts,          I like to change the screen field MSAUS(check box) of program SAPLIQS0 in one of the exit.But if I use (SAPLIQS0)VIQMEL-MSAUS = 'X'. its showing compile error.Please tell me how can i change this field in this exit. Regards, Ajis

  • AlV display in container

    hi abaprs, i have displayed my alv in container using cl_gui_alv_grid->set_table_for_first_display, now i have 'edit' button on my screen, i want to make certaion fields of a raw selected by user to editable mode when user push that button, i have go

  • When Downloading Update for Adobe Reader.

    I am haveing problems installing Current Version of Adobe Reader on my Laptop. I meet the system requirements and when the instalaion get to the point to put it on my computer it says. Can not acess network location. What can i do to fix this.

  • I recieved PublicKey! How can I use it?

    After recieving PublicKey, what should I do for further using it?