Error at Motorola v3x

HELP!!!
I installed a J2ME application on my Motorola v3x.
when i run the application i get the following error:
"Cannot create player"
The code seems to be OK, I checked it on some Sony Ericsson emulators. I didn't find a suitable emulators for my motorola device.
Here is the code:
package videoPlayer;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
/** A simple video player MIDlet using JSR 135 - Mobile Media API */
public class VideoPlayer extends MIDlet implements CommandListener
     private Command exitCommand;
     private Command playCommand;
     private Command contentTypeCommand;
     private Display display;
     private TextField textField;
     public Form form;
     private Gauge gauge;
     private static final int GAUGE_LEVELS = 4;
     private static final int GAUGE_MAX = 12;
     private static final String DEFAULT_URL = "http://localhost/test.mpg";
     public VideoPlayer() {
          display = Display.getDisplay(this);                    
          form = new Form("Video Player");
          textField = new TextField("Video URL", DEFAULT_URL, 100, TextField.ANY);
          gauge = new Gauge("Acquiring video", false, GAUGE_MAX, 0);          
          exitCommand = new Command("Exit", Command.EXIT, 2);     
          playCommand = new Command("Play", Command.SCREEN, 1);
          contentTypeCommand = new Command("Supported media types", Command.SCREEN, 2);
          form.addCommand(playCommand);
          form.addCommand(exitCommand);
          form.addCommand(contentTypeCommand);
          form.setCommandListener(this);
          form.append(textField);          
     public void startApp(){                    
          display.setCurrent(form);                    
     public void pauseApp(){     
     public void destroyApp(boolean unconditional){     
     public void commandAction(Command c, Displayable s){          
          if(c == exitCommand){
               destroyApp(false);
               notifyDestroyed();     
          else if(c == playCommand){                              
               gauge.setValue(0);
               form.append(gauge);               
               VideoCanvas videoCanvas = new VideoCanvas(this);
               videoCanvas.initializeVideo(textField.getString());                                   
          else if (c == contentTypeCommand){
               String url = textField.getString();
               int position = url.indexOf(':');
               String protocol = url.substring(0, position);
               SupportedTypes typesUI = new SupportedTypes(this, protocol);     
               display.setCurrent(typesUI);     
     public void updateGauge(){
          int current = gauge.getValue();          
          current = (current + GAUGE_MAX/GAUGE_LEVELS);
gauge.setValue(current);          
package videoPlayer;
import javax.microedition.lcdui.*;
import javax.microedition.media.*;
import javax.microedition.media.control.*;
import java.io.*;
/** Acquires the video content and renders it */
public class VideoCanvas extends Canvas implements CommandListener, PlayerListener, Runnable {
     private VideoPlayer parent;
     private Display display;
     private Player player;
     private VideoControl videoControl;
     private String url;
     private Thread initializer;
     private Command close;
     private Command rePlay;
     public VideoCanvas(VideoPlayer parent){
          super();
          this.parent = parent;
          display = Display.getDisplay(parent);
          close = new Command("close", Command.SCREEN, 1);
          addCommand(close);
          setCommandListener(this);               
     public void initializeVideo(String url){     
          this.url = url;
          initializer = new Thread(this);     
          initializer.start();
     public void run(){
          try {                                   
               player = Manager.createPlayer(url);
               parent.updateGauge();                              
               player.addPlayerListener(this);                
               player.realize();
               parent.updateGauge();                                        
               player.prefetch();
               parent.updateGauge();                              
} catch (IOException ioe) {
               Alert alert = new Alert("IOException thrown", ioe.getMessage(), null, AlertType.ERROR);
               display.setCurrent(alert);
} catch (MediaException me) {
               Alert alert = new Alert("MediaException thrown", me.getMessage(), null, AlertType.ERROR);
               display.setCurrent(alert);
          playVideo();
     public void playVideo(){
          try {
// Get the video control and set it to the current display.
videoControl = (VideoControl)player.getControl("VideoControl");
if (videoControl != null) {                    
                    videoControl.initDisplayMode(videoControl.USE_DIRECT_VIDEO, this);                                                  
               parent.updateGauge();
               int cHeight = this.getHeight();
               int cWidth = this.getWidth();               
               videoControl.setDisplaySize(cWidth, cHeight);      
               display.setCurrent(this);
               videoControl.setVisible(true);
player.start();
} catch (MediaException me) {
               Alert alert = new Alert("MediaException thrown", me.getMessage(), null, AlertType.ERROR);
               display.setCurrent(alert);
     /** Paints background color */
     public void paint(Graphics g){
          g.setColor(128, 128, 128);
          g.fillRect(0, 0, getWidth(), getHeight());          
     public void playerUpdate(Player p, String event, Object eventData) {
          //add "Replay" option when video is finished
          if (event == PlayerListener.END_OF_MEDIA)
               if (rePlay == null)
                    rePlay = new Command("re-play", Command.SCREEN, 1);     
                    addCommand(rePlay);
     public void commandAction(Command c, Displayable s) {          
          if(c == rePlay){          
               try{
                    player.start();     
               } catch (MediaException me) {
                    Alert alert = new Alert("MediaException thrown", me.getMessage(), null, AlertType.ERROR);
                    display.setCurrent(alert);
          else if(c == close){                                                            
               player.close();
               parent.form.delete(1);
               display.setCurrent(parent.form);
               url=null;
               parent=null;
}

I downloaded and installed the SDK of Motorola and when i run my application i get the error:
"createPlayer() filed"
I added to my code the following lines:
String[] types = Manager.getSupportedContentTypes(protocol);
          for(int i = 0; i < types.length; i++) {
               append(new TextField("http", types, 20, TextField.ANY));           
When i run the RAZR_v3x Emolator i get that the only video format which it supports is .mng, but i checked in Motorola web site about this device and i saw that it supports MPEG4, WMA, MP3 and Real Video/Audio files.
Do you something about that??
Thanks

Similar Messages

  • Synchronising postal addresses to Motorola V3x

    Hi,
    I have been using iSync with my Motorola V3x for a while now, but I have noticed that if I add a postal address to a contact and then Synchronise in iSync, the address won't copy to the contact on the phone. Birth dates do not copy either. Very frustrating!
    I can send the vcard manually from the address book and when I store them on the phone the postal address and birth date are there.
    Any ideas?

    Can anyone help me?

  • Use Motorola V3x for faxing

    I would like to install / use my Motorola V3x phone as a fax modem. Unfortunately I do not know how to get this running. Any help?
    Thanks.

    Try http://www.macosxhints.com/article.php?story=20060219140040795
    for just a modem (try a search there for fax modem) or
    http://www.howardforums.com and do a search for what you want.

  • Application error in motorola and samsung

    hi all
    I am creating an application in which i am using map image which is abut 85 kb its working fine in nokia 7370,nokia e60,nokia n72. but an application error is comming in motorola l7i and samsung u600.
    i have worked alot in this application and i found that these devices are not accepting the size of png (85 kb) i dont know i am right or not . i want to know that is there any restriction for size of png in application . i have searched for this but couldn't find any about this.
    can anybody help me out for this
    thanks

    hi guys I got the same error but i solved using Scaling the image. Since scaling is not possible directly in j2me i got some code from this forum. The code is like
    package scaleImage;
    import javax.microedition.lcdui.Image;
    public class ScaleImage {
        public ScaleImage() {
        public static Image scale(Image src, int width, int height)
              long start = System.currentTimeMillis();
              int scanline = src.getWidth();
              int srcw = src.getWidth();
              int srch = src.getHeight();
              int buf[] = new int[srcw * srch];
              src.getRGB(buf, 0, scanline, 0, 0, srcw, srch);
              int buf2[] = new int[width*height];
              for (int y=0;y<height;y++)
                   int c1 = y*width;
                   int c2 = (y*srch/height)*scanline;
                   for (int x=0;x<width;x++)
                        buf2[c1 + x] = buf[c2 + x*srcw/width];
              Image img = Image.createRGBImage(buf2, width, height, true);
              long end = System.currentTimeMillis();
              System.out.println("Scaled "+src.getWidth()+"x"+src.getHeight()+" in "+((end-start)/1000)+" seconds");
              return img;
    }Its very clear in motorola that some models will not support the image bigger than the canvas and thus throws NullpointerExp. So to avoid that ,this scale method gets the image, canvas width and height as params. The image is scaled to that resoln. Hope this may help u

  • Motorola V3X

    When is there support for the Motoarola V3X? (translation it computer)

    What kind of support? Support for purchased tracks?
    Motorola decided not to support purchased tracks through this phone, but it will accept non-protected AAC/MP3 files.

  • ISync no longer updating contacts between computer and RAZR V3x

    I have been using iSync for about a month with no problems until now.
    Additions or changes to contacts in either the Address Book or the phone no longer get synchronised by iSync.
    Calendar events still update fine in both directions.
    I have both reset the sync history and reset the device through iSync. Even when resetting the device, nothing changes, all the old entries are still there and no new entries have been transferred from the Address Book.
    There are no errors in the logfile, but when I reset the device, in the logfile it states: "[Mac -> Motorola V3x] Contacts changed: 48 added, 0 modified and 0 removed", however I only have 38 contacts in my Address Book.
    The memory in the phone is less than 5% full.
    Any suggestions as to the cause of the problem and possible remedy?
    Macbook   Mac OS X (10.4.8)  

    Hey missychaz,
    Thanks for the question. I understand that you are experiencing issues with iCloud Calendar. The following resource may provide a solution. All of the information is relevant for iOS 8 (simply follow the instructions titled for iOS 7):
    iCloud: Troubleshooting iCloud Calendar
    http://support.apple.com/kb/ts3999
    Thanks,
    Matt M.

  • "Invalid file" Error

    Hi,
    I tranfered a Jar file of a MIDP application to Motorola v3x phone and when i try to load the file on the phone i get the following message:
    "Invalid file"
    How can i avoid this error?

    try to compile your project with CLDC option to 1.0 because there is a v3 with CLDC1.1 and one with CLDC1.0 so...
    peace

  • Motorola file system access

    hi,
    I wrote a Midlet to access image files on my motorola v3x.I also checked it by Device Emulator .It is working fine.But when i installed in my phone it is not worked.So,if any body worked on this please help me.
    sorry for my bad english.thanks in advance

    We have to start it from begining ..
    Does the device supports full implementation of JSR75. MOTO devices dont support complete implementations. like RAZRv3 i claims to support JSR75 but doesnt supports complete implementation.
    A. Check Call to System.getProperty with key microedition.io.file.FileConnection.version
    should return the implementation version number starting with 1.0
    B.Files read/write permissions should be supported by the device�s native system:
    � javax.microedition.io.Connector.file.read - should enable reading from the file
    system (hereinafter just �read permission�).
    � javax.microedition.io.Connector.file.write - should enable writing to the file
    system (hereinafter just �write permission�).
    If A and B are true ..u can start with below points.
    If it supports the complete implementation, then
    1. is it able to install properly.
    2. Have u specified permissions in the JAD file for the same?
    3. at what stage is it not working, when the file write code is being executed ??
    Message was edited by:
    aeran1

  • SocketConnection works, but HttpConnection fails?

    I have a MIDlet that connects to a website (via HttpConnection), retrieves an IP adress from a text file, and then connects to that IP adress via a SocketConnection.
    On the emulator everything works fine. The problem occurs when I test the MIDlet on my Motorola v3x.
    If I don't retrieve the IP from a HTTP location, but just hardcode it, everything works fine. The socket is established and the application works perfectly. However, when I do try to retrieve the text file, the execution gets stuck on httpconnection.openInputStream() .
    I tried to connect to the website via a socket on port 80, but it seems that this access method is restricted.
    Here is the code:
    public boolean connect (){
            try{
                String resp = "", ip, req;
                byte [] buf = new byte [1024];
                HttpConnection tmp;
                InputStream in;
                try{
                    //Connect to a website and retrieve the IP of the server
                    tmp = (HttpConnection)Connector.open("http://my-website.com/addr.txt");
                    in = tmp.openInputStream();  //GETS STUCK HERE
                    try{
                        while (in.read(buf,0,1023)>0){
                            resp += new String (buf);
                    }catch (Exception e){
                        //Connection closed?
                    in.close();
                    tmp.close();
                    if (resp.length() < 20){ //A good response has to be larger than that...
                        return false;
                    ip = resp.substring(resp.indexOf("<ip>")+4, resp.indexOf("</ip>")); //XML-like
                    if (ip.length()<8){
                        return false;
                }catch (Exception e){
                    return false; //Connection failed
                //sock, sIn, sOut - class members
                sock = (SocketConnection)Connector.open("socket://"+ip+":1333"); //Connect to server on port 1333
                sIn = sock.openInputStream();
                sOut = sock.openOutputStream();
                return true;
            }catch (Exception ex){
                return false; //Connection failed
        }Please help, I'm really lost here.
    P.S.
    The IP adress that I'm trying to retrieve is dynamic, so I can't actually hardcode it in to the application. I must get it from the web site.

    - Some operators use HTTP accelerators in their networks, and the application doesn't cope with those response codes. The HTTP accelerator intercepts all external HTTP requests and immediately responds with a Redirect response (Code 3xx). If the application regards any response code other than 200 OK as an error, then the application fails in this case. Developers needs to handle redirect response codes in their application.
    - Some other manufacturer implementations enable a "piggy back" approach to HTTP through a WAP connection rather than a pure HTTP connection. Some Motorola handsets may require you to use a pure HTTP connection and may not support HTTP over WAP. This is why HTTP may work on other devices but not some Motorola devices - in this instance often an IOException will be returned as the error condition.
    - The carrier must have a GPRS APN that allows HTTP traffic to connect through their network in order for the connection to be sucessful.
    Confirm from the service provider
    - Is the GPRS APN open for pure HTTP Protocol communication not just WAP?
    Check on the Motorola Device :
    - Do you have a menu item on the device that is called "Web Session"? Some carriers disable this feature. If enabled this will allow you to specify more than one web connectivity session.
    - If the "Web Session" menu item is present, do you have details of the HTTP APN from your carrier? If yes then please create a new Web Session called "Java Session" [case sensitive] as per the details available from carrier. Retry the MIDlet with this Web Session profile set.
    If the Web Session menu item is not present and the carrier states that pure HTTP protocol connectivity through their GPRS TCP/IP network is disabled then the problems will occur with connectivtiy.
    HttpConnection in motorola doesnt return -1 if the Stream size is unknown..
    try {
    c = (StreamConnection)Connector.open(url);
    if (c instanceof HttpConnection) {
    // open it nicely
    HttpConnection http = (HttpConnection)c;
    // cast it to get at the extra methods
    if (http.getResponseCode() != HttpConnection.HTTP_OK) {
    // err ...
    } else {
    int len = (int) http.getLength();
    s = c.openInputStream();
    if (len == -1) {
    // unknown length?
    // read until .read() returns -1
    int ch;
    while((ch = s.read()) ! = -1) {
    b.append((char) ch);
    } else {
    // known length
    for (int i=0; i <len; i++)="i++)" {
    b.append((char) s.read());
    } else {
    s = c.openInputStream();
    int ch;
    while((ch = s.read()) != -1)
    b.append((char) ch);
    myBuffer.insert(b.toString(), 0);
    } finally.....

  • The application dies when I try to play a sound

    Hello, I'm trying to add sounds in my app. The application dies when I try to play a sound y somes devices.
    Logcat throw this error in Motorola Defy:
    6:40.960 20812 20812 D dalvikvm: GC_FOR_MALLOC freed 7757 objects / 547472 bytes in 43ms
    6:42.030 20812 20812 D dalvikvm: GC_FOR_MALLOC freed 8073 objects / 585952 bytes in 45ms
    6:43.897 20812 20812 D dalvikvm: GC_FOR_MALLOC freed 15223 objects / 823384 bytes in 72ms
    6:45.569 20812 20812 D dalvikvm: GC_FOR_MALLOC freed 8779 objects / 523280 bytes in 43ms
    6:46.460 20168 20168 D dalvikvm: GC_EXPLICIT freed 338 objects / 19208 bytes in 93ms
    6:48.374 20812 20812 D dalvikvm: GC_FOR_MALLOC freed 14334 objects / 677680 bytes in 49ms
    6:51.155 20812 20812 D dalvikvm: GC_FOR_MALLOC freed 11695 objects / 523056 bytes in 51ms
    6:51.444 19957 19957 D dalvikvm: GC_EXPLICIT freed 337 objects / 22952 bytes in 76ms
    6:53.952 20812 20812 D dalvikvm: GC_FOR_MALLOC freed 11740 objects / 525648 bytes in 50ms
    6:56.460 20150 20150 D dalvikvm: GC_EXPLICIT freed 119 objects / 9336 bytes in 94ms
    6:56.741 20812 20812 D dalvikvm: GC_FOR_MALLOC freed 11734 objects / 524704 bytes in 49ms
    6:57.725 17192 17198 D AudioHardwareMot: Output bufSize from kernel = 8192
    6:57.772 17192 17198 D AudioHardwareMot: doRouting devs: stereo 0x2, mono 0, input 0. Chose speaker Speakerphone (gain 0xb) mic None (gain 0x1c1c)
    6:57.772 17192 17198 D AudioHardwareMot: Output 0x12480 exiting standby
    6:57.780 20832 20832 I DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    6:57.780 20832 20832 I DEBUG   : Build fingerprint: 'MOTO/PERAR/umts_jordan/jordan:2.2.1/3.4.2-107_JDNL-7_R02/1299869924:user/release-keys'
    6:57.780 20832 20832 I DEBUG   : pid: 20812, tid: 20830  >>> air.com.vostu.mobile.bingoscratch <<<
    6:57.780 20832 20832 I DEBUG   : signal 11 (SIGSEGV), fault addr 00000000
    6:57.780 20832 20832 I DEBUG   :  r0 00000000  r1 00000000  r2 afd43924  r3 00000001
    6:57.780 20832 20832 I DEBUG   :  r4 81f53768  r5 81f803ac  r6 00000000  r7 00000017
    6:57.780 20832 20832 I DEBUG   :  r8 81f53768  r9 00002c58  10 0030de48  fp 00007c08
    6:57.780 20832 20832 I DEBUG   :  ip 00000071  sp 4c9f0cc0  lr afd102d0  pc 81134c6e  cpsr 60000070
    6:57.780 20832 20832 I DEBUG   :  d0  643a64696f72646e  d1  6472656767756265
    6:57.780 20832 20832 I DEBUG   :  d2  61747362696c206b  d3  7468676972666567
    6:57.780 20832 20832 I DEBUG   :  d4  7263736f676e6962  d5  62696c2f68637461
    6:57.780 20832 20832 I DEBUG   :  d6  6761747362696c2f  d7  5f74686769726665
    6:57.780 20832 20832 I DEBUG   :  d8  0000000000000000  d9  3ff0000000000000
    6:57.780 20832 20832 I DEBUG   :  d10 0000000000000000  d11 0000000000000000
    6:57.780 20832 20832 I DEBUG   :  d12 0000000000000000  d13 0000000000000000
    6:57.780 20832 20832 I DEBUG   :  d14 0000000000000000  d15 0000000000000000
    6:57.780 20832 20832 I DEBUG   :  d16 475f63104592c5d0  d17 3f80000000000000
    6:57.780 20832 20832 I DEBUG   :  d18 3fec506ac5c91cd4  d19 3fbd7ca9d1b71960
    6:57.780 20832 20832 I DEBUG   :  d20 3c90000000000000  d21 3f8381f50a7f58b7
    6:57.780 20832 20832 I DEBUG   :  d22 3e21e8dd9088e048  d23 bda8fae9be8838d4
    6:57.780 20832 20832 I DEBUG   :  d24 fcfcfcfcfcfcfcfc  d25 fcfcfcfcfcfcfcfc
    6:57.780 20832 20832 I DEBUG   :  d26 f8f8f8f8f8f8f8f8  d27 f8f8f8f8f8f8f8f8
    6:57.780 20832 20832 I DEBUG   :  d28 0201030102010301  d29 3ff0000000000000
    6:57.780 20832 20832 I DEBUG   :  d30 0000000000000000  d31 3ff0000000000000
    6:57.780 20832 20832 I DEBUG   :  scr 68000013
    6:57.780 20832 20832 I DEBUG   :
    6:57.835 20832 20832 I DEBUG   :          #00  pc 00134c6e  /data/data/air.com.vostu.mobile.bingoscratch/lib/libCore.so
    6:57.835 20832 20832 I DEBUG   :          #01  lr afd102d0  /system/lib/libc.so
    6:57.835 20832 20832 I DEBUG   :
    6:57.835 20832 20832 I DEBUG   : code around pc:
    6:57.835 20832 20832 I DEBUG   : 81134c4c 44784811 e7fa6800 c040f8df 200cf854
    6:57.835 20832 20832 I DEBUG   : 81134c5c b1684790 e038f8df 70292101 300ef854
    6:57.835 20832 20832 I DEBUG   : 81134c6c 68024798 47886b51 447b4b0a e7e66018
    6:57.835 20832 20832 I DEBUG   : 81134c7c 44784809 e7e26800 00e1eb32 0000ac0c
    6:57.835 20832 20832 I DEBUG   : 81134c8c 00e4b76a 00e4b766 00e4b75e 00000d80
    6:57.835 20832 20832 I DEBUG   :
    6:57.835 20832 20832 I DEBUG   : code around lr:
    6:57.835 20832 20832 I DEBUG   : afd102b0 02800016 08bd87f0 e5964000 e5968000
    6:57.835 20832 20832 I DEBUG   : afd102c0 e2144903 1a000010 e5965000 ebfffa12
    6:57.835 20832 20832 I DEBUG   : afd102d0 e2055a02 e3853001 e1500003 0a000008
    6:57.835 20832 20832 I DEBUG   : afd102e0 e3550000 e5865000 13a01001 03a01081
    6:57.842 20832 20832 I DEBUG   : afd102f0 e1a00006 e3a02001 ebfffa2b e1a00004
    6:57.842 20832 20832 I DEBUG   :
    6:57.842 20832 20832 I DEBUG   : stack:
    6:57.842 20832 20832 I DEBUG   :     4c9f0c80  81f53768  /data/data/air.com.vostu.mobile.bingoscratch/lib/libCore.so
    6:57.842 20832 20832 I DEBUG   :     4c9f0c84  81690f41  /data/data/air.com.vostu.mobile.bingoscratch/lib/libCore.so
    6:57.842 20832 20832 I DEBUG   :     4c9f0c88  81f53768  /data/data/air.com.vostu.mobile.bingoscratch/lib/libCore.so
    6:57.842 20832 20832 I DEBUG   :     4c9f0c8c  8170ae01  /data/data/air.com.vostu.mobile.bingoscratch/lib/libCore.so
    6:57.842 20832 20832 I DEBUG   :     4c9f0c90  81f53768  /data/data/air.com.vostu.mobile.bingoscratch/lib/libCore.so
    6:57.842 20832 20832 I DEBUG   :     4c9f0c94  8112ed5b  /data/data/air.com.vostu.mobile.bingoscratch/lib/libCore.so
    6:57.842 20832 20832 I DEBUG   :     4c9f0c98  81f53768  /data/data/air.com.vostu.mobile.bingoscratch/lib/libCore.so
    6:57.842 20832 20832 I DEBUG   :     4c9f0c9c  81f90718
    6:57.842 20832 20832 I DEBUG   :     4c9f0ca0  00000008
    6:57.842 20832 20832 I DEBUG   :     4c9f0ca4  811aeb51  /data/data/air.com.vostu.mobile.bingoscratch/lib/libCore.so
    6:57.842 20832 20832 I DEBUG   :     4c9f0ca8  81f53768  /data/data/air.com.vostu.mobile.bingoscratch/lib/libCore.so
    6:57.842 20832 20832 I DEBUG   :     4c9f0cac  81f803ac  /data/data/air.com.vostu.mobile.bingoscratch/lib/libCore.so
    6:57.842 20832 20832 I DEBUG   :     4c9f0cb0  00000000
    6:57.842 20832 20832 I DEBUG   :     4c9f0cb4  00000017
    6:57.842 20832 20832 I DEBUG   :     4c9f0cb8  df002777
    6:57.842 20832 20832 I DEBUG   :     4c9f0cbc  e3a070ad
    6:57.842 20832 20832 I DEBUG   : #00 4c9f0cc0  00001000
    6:57.842 20832 20832 I DEBUG   :     4c9f0cc4  00003000
    6:57.842 20832 20832 I DEBUG   :     4c9f0cc8  00000000
    6:57.842 20832 20832 I DEBUG   :     4c9f0ccc  811b40dd  /data/data/air.com.vostu.mobile.bingoscratch/lib/libCore.so
    6:57.842 20832 20832 I DEBUG   :     4c9f0cd0  00000000
    6:57.842 20832 20832 I DEBUG   :     4c9f0cd4  81f53768  /data/data/air.com.vostu.mobile.bingoscratch/lib/libCore.so
    6:57.842 20832 20832 I DEBUG   :     4c9f0cd8  0030de48  [heap]
    6:57.850 20832 20832 I DEBUG   :     4c9f0cdc  00306560  [heap]
    6:57.850 20832 20832 I DEBUG   :     4c9f0ce0  81c26b78  /data/data/air.com.vostu.mobile.bingoscratch/lib/libCore.so
    6:57.850 20832 20832 I DEBUG   :     4c9f0ce4  81c26bc4  /data/data/air.com.vostu.mobile.bingoscratch/lib/libCore.so
    6:57.850 20832 20832 I DEBUG   :     4c9f0ce8  0030fc18  [heap]
    6:57.850 20832 20832 I DEBUG   :     4c9f0cec  00008aec  /system/bin/app_process
    6:57.850 20832 20832 I DEBUG   :     4c9f0cf0  0000733c
    6:57.850 20832 20832 I DEBUG   :     4c9f0cf4  00000ee4
    6:57.850 20832 20832 I DEBUG   :     4c9f0cf8  4278f500  /system/framework/core.odex
    6:57.850 20832 20832 I DEBUG   :     4c9f0cfc  00000000
    6:57.850 20832 20832 I DEBUG   :     4c9f0d00  00000000
    6:57.850 20832 20832 I DEBUG   :     4c9f0d04  00000000
    6:57.983 20812 20812 D dalvikvm: GC_FOR_MALLOC freed 6786 objects / 377488 bytes in 88ms
    6:58.624 17200 17216 I BootReceiver: Copying /data/tombstones/tombstone_03 to DropBox (SYSTEM_TOMBSTONE)
    6:58.671 17200 17335 I ActivityManager: Process air.com.vostu.mobile.bingoscratch (pid 20812) has died.
    6:58.678 17200 18921 I WindowManager: WIN DEATH: Window{45d3bd40 SurfaceView paused=false}
    6:58.678 17200 17864 I WindowManager: WIN DEATH: Window{45c81208 air.com.vostu.mobile.bingoscratch/air.com.vostu.mobile.bingoscratch.AppEntry paused=false}
    6:58.694 17200 17343 I WindowManager: Setting rotation to 0, animFlags=1
    6:58.702 17193 17193 D Zygote  : Process 20812 terminated by signal (11)
    6:58.710 17200 17335 I ActivityManager: Config changed: { scale=1.0 imsi=722/34 loc=es_US touch=3 keys=1/1/2 nav=1/1 orien=1 layout=34 uiMode=17 seq=29}
    6:58.788 17200 17335 I UsageStats: Unexpected resume of com.motorola.blur.home while already resumed in air.com.vostu.mobile.bingoscratch
    6:58.874 17192 17198 D AudioHardwareMot: AudioStreamOutMot::setParameters() fm_attenuate=0;fm_mute=0
    6:58.944 17200 17321 W InputManagerService: Got RemoteException sending setActive(false) notification to pid 20812 uid 10103
    7:00.366 17200 17208 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
    7:00.366 17200 17225 D KeyguardUpdateMonitor: handleTimeUpdate
    7:00.750 17192 17198 D AudioHardwareMot: AudioStreamOutMot::standby called
    7:00.750 17192 17198 D AudioHardwareMot: Output 0x12480 entering standby
    7:00.757 17192 17198 D AudioHardwareMot: Closing Output device
    7:00.999 17200 17223 D dalvikvm: GC_EXPLICIT freed 2978 objects / 897552 bytes in 142ms
    7:05.507 20160 20160 D dalvikvm: GC_EXPLICIT freed 190 objects / 7304 bytes in 65ms
    7:10.522 20182 20182 D dalvikvm: GC_EXPLICIT freed 637 objects / 32064 bytes in 75ms
    7:13.993 17200 17208 V DeviceStorageMonitorService: freeMemory=916844544
    7:13.993 17200 17208 V DeviceStorageMonitorService: Threshold Percentage=10
    7:13.993 17200 17208 V DeviceStorageMonitorService: mTotalMemory = 13303439
    7:13.993 17200 17208 I DeviceStorageMonitorService: Posting Message again
    7:15.514 19544 19544 D dalvikvm: GC_EXPLICIT freed 358 objects / 17496 bytes in 72ms
    Someone knows how can i fix??

    What is your operating system?  If Windows, see http://forums.adobe.com/thread/945765

  • Instantiating a form as different views and merging them at the end of the workflow.

    Hi,
    I have a big doubt in implementing one of the crucial part of our workflow design.It goes like this.
    1.we have a form which is mainly classified into five types and a total of 16 subforms.
    2.the five types in which the form is divided is based on the approver and the type. of requests.
    3.different views of the whole same form have to be sent to the five approvers.
    4.once the approvers approve the request,a wait point must be present in the workflow,where it will wait for all the views of the form (which are approved) and must merge them into one single pdf form ie., the original form.
    so the change in the views of the total form must be reflected in the main form at the end while it is merging.
    also all the views of the form are to be merged in to one for the sake of arhiving and rendering it to pdf.
    so my questions are..
    1.How to add multiple views of the main form (xdp) in the workflow separately as individual xdp templates(based on the five types i mentioned)?
    2.How to merge the form views again in to single form or how to make the changes reflect in the main from when changes are made in their views.?
    thank u..
    Raghava Kumar V.S.S.

    MOBILE PHONE (BIRMINGHAM) LIMITED
    BUY UNLOCKED BRAND NEW MOBILE PHONES AND LAPTOP,DIGITAL CAMERA,GAMES,PLASMA TV.They are brand new and sealed in an original company box with complete accessories and one year international warrantee.
    NOTE : Minimum Order : 3 unit and get 1 free
    Sample Order...1unit to 5units
    Bulk Minimum Order : 10unit and get Extra 3unit
    Shipping fees : free Shipping : FedEx, DHL or UPS
    Delivery Time : 38hrs/48hrs.
    MOBILE PHONE (BIRMINGHAM) LIMITED
    Address: 376 COVENTRY ROAD, SMALL HEATH, BIRMINGHAM, WEST
    MIDLANDS, B10 0XE
    +447024036361
    Contact Person :Thomas larry
    Sales Manager
    DO CONTACT US [email protected]
    DO CONTACT US [email protected]
    DO CONTACT US [email protected]
    Nokia Phone.
    Nokia N95..$2800USD
    Nokia N93..$250USD
    Nokia N92.$200USD
    Nokia N97...$280USD
    Nokia N96...$280USD
    Nokia N83.$175USD
    Nokia N91.$180USD
    Nokia N90.$170USD
    Nokia N70.$150USD
    Nokia N71.$155USD
    Nokia N72..$160USD
    Nokia N73..$165USD
    Nokia E90 COMMUNICATOR..$300USD
    Nokia 7360.$165USD
    Nokia 7380..$175USD
    Nokia 8800 sirrocco...$200usd
    Nokia 7370..$170USD
    Nokia 8800$140USD
    Nokia 8801.$145usd
    Nokia N80.$160USD
    Nokia 7710.$145USD
    Nokia 7610.$120usd
    Nokia 9300$145USD
    Nokia 9500$170USD
    NOKIA 6230 for........$130usd
    NOKIA 6230i for.......$140usd
    NOKIA 6260 For........$130usd
    NOKIA 9300 For........$130usd
    NOKIA 9500 For........$140usd
    NOKIA 7610 For........$150usd
    NOKIA 6680 For........$130usd
    NOKIA 6682 For........$140usd
    NOKIA 7650 For........$150usd
    NOKIA E60 for.........$150usd
    NOKIA E61 for.........$155usd
    NOKIA E70 for.........$160usd
    Motorola Phone
    Mitac MIO 8930$280usd
    Motorola razor v3$130usd
    Motorola razor v3 pink edition..$130usd
    Motorola v3X..$140usd
    Motorola MPX300.,$150usd
    Motorola V3i..$150usd
    Motorola L7$140USD
    plasma sony 32?'.$400usd
    MOTOROLA SLVR V8 For........$150usd
    MOTOROLA A1000 For...........$160usd
    MOTOROLA A1010 For...........$200usd
    MOTOROLA MPX 220 For........ $120usd
    MOTOROLA MPX 300 For........ $140usd
    Sony Ericsson w950i.........$170usd
    Sony Ericsson w900i.$140usd
    Sony Ericsson W800i.$135usd
    sony Ericsson w700..$130usd
    sony Ericsson w600i.$125usd
    sony Ericsson w300..$120usd
    sony Ericsson w950..$200usd
    Sony Ericsson p990i.$145usd
    Sony Ericsson m600i.$175usd
    sony Ericsson m600..$170usd
    Sony Ericsson p990..$140usd
    Sony Ericsson p910i.$125usd
    SONY ERICSSON K700i For......$130usd
    SONY ERICSSON k750i For......$140usd
    Sony Ericsson W810i For......$155usd
    Sony Ericsson S700i For......$140usd
    Sony Ericsson: Z1010 For.....$160usd
    SAMSUNG D600 For......$120usd
    SAMSUNG D720 For......$130usd
    SAMSUNG D730 For......$135usd
    SAMSUNG D800 FOR......$135usd
    SAMSUNG D820 For......$140usd
    SAMSUNG Z500 For......$150usd
    Apple iphones.................$200usd
    Apple ipods 80 GB............$180usd
    Apple ipods 60 GB............ $150usd
    PlayStation 3 20 GB.............$220USD
    Playstation 60 GB..................$250usd.
    i-mate jas ja and other.
    Treo 650 for. $150usd
    Treo 700 for. $180usd
    Sick kick for $140usd
    Side kick 2 for..$130usd
    Side kick 3 for..$150usd
    Eten m 500 for.. $100usd
    Dvx-pod for.. $50usd
    i-mate jas jar for. $160usd
    i-mate jam for.. $170usd
    i-mate k jam for.$180usd
    Eten m 500 for.. $150usd
    Treo 650$130usd
    Treo 600$120usd
    Treo 700w..$140usd
    Pioneer CDJ-1000MK3 ------------$900.00
    Pioneer DJ Effector - Red-----------$350.00
    Pioneer System Case (CA-CMX5).......$450.00
    Pioneer CDJ-800MK2 Digital Vinyl Turntable=--$520.00
    Pioneer Dual Rackmount CD Player--------$600.00
    Pioneer Pro DJ Mixer -------------$720.00
    Pioneer Rack mount pro DJ mixer---------$780.00
    Pioneer 96Khz / 24 bit digital mixer.-----$1,000.00
    Pioneer Flat Speakers (ea.)-------------$1,100.00
    Pioneer Professional DVD Turntable-------$2,000.00
    Pioneer Pro DJ 96Khz 24bit Mixer---------$2,200.00
    Pioneer Professional DVD Turntable------$2,220.00
    Pioneer Djm-800 4 Channel Dj Mixer W/midi---$1,000.00
    Pioneer DJM-400 Professional DJ Mixer------$300.50
    Pioneer Pro DJ DJM1000 Pioneer Top of the Line
    D---$2,100.95
    Pioneer DJM-1000 Professional Club DJ
    Mixer----$2,110.00
    Pioneer Super DJ mixer - Pioneer DJM909------$900.00
    Pioneer DJM-600-------------------------------$750.00
    Pioneer CDJ 800 MK II / DJM 600 CD DJ
    Package----$2,100.00
    Pioneer DJM-1000 Mixer--------------$2,200.00
    Pioneer Model: DJM-600K--------------$800.00
    Blackberry
    Brand new BlackBerry 8700r....$200
    Brand new Blackberry 8700c....$200
    Brand new Blackberry 8700g....$210
    Apple Iphone.....................for Just $400
    APPLE LAPTOPS.
    Apple NoteBook Laptop for just $550
    Apple Mac Book...for just $450
    Apple Mac Pro .....for just $500
    Apple Laptop 17inch for just....$400
    APPLE IBOOK 12" 1.33GHZ...............$350
    APPLE IBOOK 14" 1.42GHZ.....................$380
    APPLE IBOOK G4 1.33GHZ..................$370
    APPLE IBOOK G4 1.42GHZ....................$400
    APPLE G4 POWERBOOK 1.5GHZ SUPERDRIVE WITH 15
    INCHDISPLAY........$580
    APPLE G5 POWERMAC 2.0GHZ DESKTOP
    COMPUTER...................$620
    APPLE G4 POWERBOOK 1.5GHZ SUPERDRIVE WITH 17 INCH
    DISPLAY........$550
    All Toshiba laptops
    Toshiba Satellite PRO L10.. $320
    Toshiba M200 $500
    Toshiba R100 $450
    Toshiba Qosmio E10 $750
    Toshiba Satellite PRO L20.. $250
    Toshiba M100 $680
    Toshiba M300 $740
    Toshiba Portege A200. $320
    Toshiba Satellite L10 $330
    Toshiba Qosmio F20 $500
    *Dell Laptops
    Dell Latitude D600 $290
    Dell Latitude D500t.. $200
    Dell Inspiron 6000 $350
    Dell Latitude D505 $340
    Dell Latitude D610 $460
    Dell Latitude D510 $320
    Dell Inspiron 9300 $530
    Del Xps M2010..............................$400
    Del Xps M1710..................................$350
    Sony Laptops
    Sony VAIO VGN-T1 $680
    Sony VAIO VGN-FS315 $420
    Sony VAIO VGN-S3 $450
    Sony VAIO VGN-TX1.. $840
    Sony VAIO VGN-FS215 $310
    Sony VAIO VGN-S4 $470
    Sony VAIO PCG-K35.. $550
    Sony KDE-61XBR950 Television..3000usd
    Sony KDE-42XBR950 Television..1000usd
    Sony KDE-42XBR950 Television.1000usd
    Sony PFM-42X1/S Television.500usd
    Sony KDE-42XS955 Television..550usd
    Sony FWD-50PX1/S Television1200usd
    Sony KLV-32M1
    Television400usd
    SAMSUNG PLASMA TV
    SAMSUNG HPP3761 Plasma TV $610
    Samsung PPM42M5S Plasma Display $505
    Samsung SPP4251 Plasma TV $700
    Samsung PPM42M5H Plasma Display $550
    Samsung HPR4252 Plasma $680
    Samsung HPR4262 Plasma TV $450
    Samsung HPR4272 Plasma $560
    Samsung PPM50M5H Plasma Display $870
    Samsung HPR5052 Plasma $670
    Samsung HPR5072 Plasma $780
    Samsung HPP5581 Plasma TV $780
    Samsung PPM63H3Q Plasma Display $700
    Samsung HPR6372 Plasma $820
    PANASONICS TELEVISIONS
    Panasonic TH-42PD50U Television600usd
    Panasonic TH-42PX50U Television..1000usd
    Panasonic TH-50PX50U Television..1500usd
    Panasonic TH-42PWD6UY Television.500usd
    Panasonic TH-42PD25U/P Television400usd
    Panasonic TH-42PHD8UK Television450usd
    Panasonic TH-65PHD7UY Television..2500usd
    Pioneer PDP-5050HD Television.1000usd
    Panasonic TH-37PX50U Television.500usd
    Panasonic TH-42PX500U Television800usd
    HITACHI PLASMA TV
    Hitachi CMP4211u Plasma $850
    Hitachi CMP4212u Plasma $350
    Hitachi 42HDF52 Plasma HDTV $400
    Hitachi 42HDT52 Plasma TV $440
    Hitachi 55HDS52 Plasma HDTV $480
    Hitachi 55HDT52 Plasma TV $650
    Hitachi CMP-55HDM71 Plasma $420
    AOC ENVISION PLASMA TV
    AOC Envision A42W64 Plasma $400
    MAXENT PLASMA TV
    Maxent MX-42VM7 Plasma EDTV $370
    Maxent MX-50X2 Plasma $300
    NEC PLASMA TV
    NEC 42VP5 Plasma TV $400
    NEC 42VM5HA Plasma TV $470
    NEC 42VR5HA Plasma

  • Mobile phone not being recognised via USB port

    A few days ago I plugged my Motorola V3x phone into a USB port to download some pictures and was presented with some Windows to fill out some information. As I could not complete the operation at that time I closed the windows to retry at a later date. But now when I plug the phone into the USB port it is not recognised and there is on icon appearing on the desktop indicating that a USB has been plugged in. If I plug other devices into the USB ports they are recognised. Any ideas?

    For the phone to appear on the desktop when plugged in via USB you need to use USB Mass Storage mode (or whatever Nokia call it) not Media Transfer.
    For iSync you need to download the E71 iSync Plugin from the Nokia web-site:
    http://europe.nokia.com/get-support-and-software/product-support/isync

  • USSD request on N80

    Hi, guys!
    I recently bought N80 (with last firmware) and faced a strange problem.
    To check my account balance I send USSD-request (you know like "*#110*10#" or smth), but on this phone after sending a request nothing is shown. Simply standby desktop and thats all. Reqeuest sends, I see this stripe line like progress bar, and nothing happens. No new messages, no info on the screen. I even tried to send rerquest using "Service Mesages" in Messages Menu, but still the same. On any other phone (7610, 7370, V3x...) works good, so its not an operator's problem.
    Whats wrong?
    Thanks for any help!
    Nokia 3210, Nokia 7110, Nokia 8210, Siemens ME45, Nokia 7650, Nokia 7250i, Nokia 6600, Motorola E1000, Motorola V3x, Nokia N80, Nokia N95 8Gb

    Hi gennady
    Short message issue is unfortunately an identified bug with this FW and will hopefully be adressed in next revision.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • ITunes 7 thinks my phones an iPod, lol.

    Ok to start, This new version of iTunes must be buggy or something. All my friends with an iPod are having to do an iPod restore after installing iTunes 7. And now when I plug my Motorola v3x into my PC to charge it or transfer files it launches iTunes and attempts to update. My phone is not an iTunes phone at all, I just thought I'd mention that.
    I also turned off the removable drive autorun as my phone contains a memory card which shows as a removable drive on the PC but iTunes still opened anyway.
    Anyway it looks like this new version of iTunes was rushed a little and perhaps not finished its testing process.
    Thanks
    Dave

    I had same problem with mine. Where itunes would freeze, I never got to use my ipod cause I started right with the 7.0. Well, troubleshooted until I was ready to throw them and nothing worked. I got different messages when I plugged the ipod in. Sometimes I would get found new hardware, sometimes need to reboot for software to work properly, or found unknown device. It also would not show up on my computer..or rarely showed up as an f drive. I also got a message that said can not find drivers for this device.
    Make sure you have a 2.0 usb port..this is needed not recommended as it states. I don't know if it's the software or what. If you have a 2.0, how old is it? I had a 2.0 and everything but ipod worked, when I bought a new 2.0 the ipod worked fine. I also have an 80 gig that I had same problem on and this solved it. Usb only costed me 20 bucks, but it solved the problem immediately.

  • Update row.column1 with value from other_row.column1

    I have a problem with a bug recently discovered in one of our systems.
    It generates two rows with the same public_order_id (and also same customer_id, order_state, sub_customer_id, order_date and amount_paid).
    The "error row" which should be removed is one with:
    amount_paid <> 0 AND (amount_paid_main = 0 AND amount_paid_bonus = 0)
    The correct row is:
    amount_paid <> 0 AND NOT (amount_paid_main = 0 AND amount_paid_bonus = 0)
    However it is not as easy to just delete the error once. The customer_class is wrong in the correct row, it is stored in the error row. So I need to update the correct row with the customer_class from the error row. And I have no idea how to do this. I guess I need a PL/SQL to solve this. This error has occurred on 20 000 transactions so I cannot update it manually.
    How do I correct this with PL/SQL, or just with SQL? the internal_transaction_id is unique, but it is not certain that the error row is has a higher number than the correct row.
    I hope you understand what I want to do.
    This is example of the data(seperated by ;):
    CUSTOMER_ID;PUBLIC_ORDER_ID;ORDER_STATE;SUB_CUSTOMER_ID;ORDER_DATE;AMOUNT_PAID;CUSOMER_CLASS;INTERNAL_ORDER_ID;AMOUNT_PAID_MAIN;AMOUNT_PAID_BONUS;type of row
    SONY_ERICSON;1;FINISHED;45;2009-04-27;200;28;10;200;0;*<- correct row*
    SONY_ERICSON;1;FINISHED;45;2009-04-27;200;16;11;0;0;<- error row
    NOKIA;2;FINISHED;78;2009-04-16;200;32;12;200;0;*<- correct row*
    NOKIA;2;FINISHED;78;2009-04-16;200;5;13;0;0;<- error row
    MOTOROLA;3;FINISHED;65;2009-04-20;200;4;14;0;0;<- error row
    MOTOROLA;3;FINISHED;65;2009-04-20;200;105;15;200;50;*<- correct row*

    Hello, an update should suffice here:
    WITH test_table AS (
    SELECT 'SONY_ERICSON' CUSTOMER_ID,1 PUBLIC_ORDER_ID,'FINISHED' ORDER_STATE, 45 SUB_CUSTOMER_ID, TO_DATE('2009-04-27','YYYY-MM-DD') ORDER_DATE, 200 AMOUNT_PAID, 28 CUSTOMER_CLASS,10 INTERNAL_ORDER_ID,200 AMOUNT_PAID_MAIN, 0 AMOUNT_PAID_BONUS FROM DUAL UNION ALL
    SELECT 'SONY_ERICSON',1,'FINISHED',45, TO_DATE('2009-04-27','YYYY-MM-DD'), 200,16,11,0,0  FROM DUAL UNION ALL
    SELECT 'NOKIA',2,'FINISHED',78, TO_DATE('2009-04-16','YYYY-MM-DD'), 200,32,12,200,0 FROM DUAL UNION ALL
    SELECT 'NOKIA',2,'FINISHED',78, TO_DATE('2009-04-16','YYYY-MM-DD'), 200,5,13,0,0 FROM DUAL UNION ALL
    SELECT 'MOTOROLA',3,'FINISHED',65, TO_DATE('2009-04-20','YYYY-MM-DD'), 200,4,14,0,0 FROM DUAL UNION ALL
    SELECT 'MOTOROLA',3,'FINISHED',65, TO_DATE('2009-04-20','YYYY-MM-DD'), 200,105,15,200,50 FROM DUAL)
    -- end test data
    SELECT *
      FROM test_table
    WHERE NVL(amount_paid_main,0) + NVL(amount_paid_bonus,0) = 0;Confirming that we have the error records:
    CUSTOMER_ID  PUBLIC_ORDER_ID ORDER_ST SUB_CUSTOMER_ID ORDER_DAT AMOUNT_PAID CUSTOMER_CLASS INTERNAL_ORDER_ID AMOUNT_PAID_MAIN AMOUNT_PAID_BONUS
    SONY_ERICSON               1 FINISHED              45 27-APR-09         200             16                11                0                 0
    NOKIA                      2 FINISHED              78 16-APR-09         200              5                13                0                 0
    MOTOROLA                   3 FINISHED              65 20-APR-09         200              4                14                0                 0Then, something like:
    UPDATE test_table tt1
        SET tt1.CUSTOMER_CLASS =
      (SELECT tt2.CUSTOMER_CLASS
          FROM test_table
         WHERE  NVL(amount_paid_main,0) + NVL(amount_paid_bonus,0) = 0
              AND tt1.CUSTOMER_ID = tt2.CUSTOMER_ID
              AND tt1.PUBLIC_ORDER_ID = tt2.PUBLIC_ORDER_ID)
    WHERE NVL(tt1.amount_paid_main,0) + NVL(tt1.amount_paid_bonus,0) > 0;

Maybe you are looking for

  • Content Server 6.40 Presents a Save As dialog for ContentServer.dll file

    hi All we have installed successfully the content server 6.40 on a windows 2008 with iis 7 environment. The installation wen successfully with no errors. however when we run a test by calling the URL http://<server>:<port>/ContentServer/ContentServer

  • My IPhone4 keeps buzzing randomly and now it wont even charge

    My IPhone4 keeps buzzing randomly and now it wont even charge !! Please "HELP" Info: IPhone 4 Version : 5.1 I was having this problem with the vibration IPhone keeps vibrating randomly with no notification don't know what's the problem with it !! And

  • Rating HUD?

    The rating HUD is showing Rejects along with 3 Stars or more which is the setting I selected. I've been trying to figure out why the rejects would be showing when I'm asking for 3 Stars or better. Is it possible that the HUD shows the Rejects since t

  • Unable to upload website to Business Catalyst

    Hi I have been trying to upload a test website to Business Catalyst since Friday, but I am getting a catalgoue of error messages. I have installed the latest version of air and MUSE. Todays message is: When I expand the dialogue box to upload I get t

  • Pol-5174 Connection doesn't exist

    I have one PDA for multiple users. So on my mobile server, i publish my application and attach users. When i do the first synchronization with user1, no problem, the db is created. But after that, i want to do a synchronization with user2, and then a