Search:

Type: Posts; User: bean

Page 1 of 4 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,496

    Re: ssh server throwing exception

    k but on in this part of code i am sending false data with T so why is it null on server?


    if(ptimestamp){
    command="T "+(_lfile.lastModified()/1000)+" 0";
    // The...
  2. Thread: Mina package

    by bean
    Replies
    2
    Views
    1,801

    Re: Mina package

    https://mina.apache.org/mina-project/downloads.html
  3. Replies
    3
    Views
    1,496

    ssh server throwing exception

    hi im writing an ssh server and client im using apache mina as the ssh deamon and jsch for the client
    but am getting a NumberFormatException on the server i think when transmitting the time from...
  4. Replies
    2
    Views
    2,018

    Re: IP camera programming

    dont think you need to write the app cos it is allready done its called motion works best on ubuntu its in the repos you can record from multiple ipcamers webcams anything you can save it as video or...
  5. Replies
    5
    Views
    1,818

    Re: how to create ssh server

    k in case its of use to others
    ssh is the command you use to connect to remote machines - the client.
    sshd is the daemon that is running and allows others to connect to the machine - the server. ...
  6. Replies
    5
    Views
    1,818

    Re: how to create ssh server

    ok sorry like i said noob im at the beginning here basically i have built a client for my android and can scp files to my debian openssh im looking to send these files to another android running...
  7. Replies
    5
    Views
    1,818

    how to create ssh server

    hi i was wondering if anyone could point me in the right direction of how to create a ssh server for my tomcat im a noob to this and am finding it hard to come by information which normally means im...
  8. Replies
    7
    Views
    1,849

    Re: importing java librarys

    thanks i found audiorecorder api and it seems to be what im looking for as opposed to mediaplayer as audioplayer can be fed into an array thanks for replys and helping me further get to grips with...
  9. Replies
    7
    Views
    1,849

    Re: importing java librarys

    thanks i had a brief look at them but futher study is needed however i tried a little hack of importing rt.jar from my java sdk which allowed me to import the classes i needed from java and got no...
  10. Replies
    7
    Views
    1,849

    Re: importing java librarys

    aaaargh! thanks for reply was already looking at that option but managing audio api to be blunt "sucks" it seems to record audio you must save it to sd card and then play it from there which is a...
  11. Replies
    7
    Views
    1,849

    importing java librarys

    hi im am trying to use apache Commons IO 2.4 in an app im building however im having trouble importing it to my android project


    Right-click libs and choose Import -> General -> File System, ...
  12. Replies
    2
    Views
    1,305

    Re: no launch activity found

    that was it thanks
  13. Replies
    2
    Views
    1,305

    no launch activity found

    hi when i launch my app i get no launch activity found and app dies im pretty sure the problem is whit the manifest can anyone spot what im doing wrong thanks



    <?xml version="1.0"...
  14. Replies
    4
    Views
    1,419

    [SOLVED] Re: how to use a phone to test app in juno?

    i download the bundle from android


    adt-bundle-linux-x86-20140702.zip

    from


    https://developer.android.com/sdk/index.html
  15. Replies
    4
    Views
    1,419

    [SOLVED] how to use a phone to test app in juno?

    hi my laptop is old and slow to slow to run an avd on the computer when i was using adt helius everything was fine if my phone was plugged into my laptop the adt picked it up and i could use my phone...
  16. Replies
    3
    Views
    800

    Re: why is terminal not returning results to ide

    Process proc = rt.exec(new String[] { "/bin/sh", "-c", "ps -ef | grep firefox" });

    this solution worked thanks for replys
  17. Replies
    3
    Views
    800

    why is terminal not returning results to ide

    hi i am trying to run a command in terminal the code is below if i run the command in terminal it works fine however when i run it from netbeans with code below nothing gets printed. however if i run...
  18. Replies
    1
    Views
    1,001

    [SOLVED] Re: how to specify location of opened window

    there are tools to override gnome desktop environment however i overcame the problem by using robot class to hit tab a number of times until i found the button and then click..

    just posting on...
  19. Replies
    1
    Views
    1,001

    [SOLVED] how to specify location of opened window

    hi i am writeing a small app to automate some actions on my computer this requires me to open an application and click on a button i am using
    Process child0 =...
  20. Replies
    1
    Views
    1,372

    Re: mobicents click2call not showing users

    i still have not found the answer to this problem but was also having trouble connecting from phones outside localhost in case this is of help to others mobicents by default can only be connected to...
  21. Replies
    1
    Views
    1,372

    mobicents click2call not showing users

    hi i set up mobicent sip stack on tomcat and launched 2 softphones and can ring each other with phones but neither user shows up in click2call gui but obioulsy they are registered cos they can call...
  22. Replies
    0
    Views
    923

    jboss missing pom.xml

    11
  23. Replies
    2
    Views
    1,303

    Re: android sipmanager throwing nullpointer

    hi i am pritty sure from studying logs it actually a problem with gnerating the profile so the error is in sp() here is the code incase anyone can help


    public SipProfile sp(String a1,String...
  24. Replies
    2
    Views
    1,650

    Re: whats wrong with this xml

    k this worked for me in case others have same problem

    Right-click your project folder Android Tools -> Fix Project Properties.

    stupid of me sorry wish i could delete thread but am new to...
  25. Replies
    3
    Views
    2,361

    Re: Creating an android app.

    go to youtube and search for "new boston android tutorial" it will walk you through creating basic apps and is very good for beginners but you would be better off learning a bit of java first if you...
Results 1 to 25 of 83
Page 1 of 4 1 2 3 4