AndFTP crashing

FTP client for Android handsets.
support
Posts: 853
Joined: Sun Apr 20, 2008 4:40 pm

Re: AndFTP crashing

Post by support »

I didn't setup any remote directory. I've just setup /sdcard for localdirectory.
I've been able to download a MP3 file with both emulator and my HTC Magic (under Android 1.6).
However, in the bottom traces it was written:
220 - Welcome to XXX File Exchange!
220 - You Can't Not Transfer
USER XXXX
...
But it seems to be the welcome message only.

I've also tested "test" as remote dir and then I was able to reproduce the problem. We're going to investigate soon. Thanks for the report.
ftpdownload.png
ftpdownload.png (19.31 KiB) Viewed 3261 times

HenryLong
Posts: 1
Joined: Fri Mar 12, 2010 3:15 am
AntiSpam sum: 8

Re: AndFTP crashing

Post by HenryLong »

Hi,
I meet a AP ANR then AP crash probelm.
it always happen when pressing cancel button during 3G netowork downloading.

03-12 10:24:48.760: WARN/WindowManager(1219): Key dispatching timed out sending to lysesoft.andftp/lysesoft.andftp.FTPTransferActivity
03-12 10:24:48.770: WARN/WindowManager(1219): Dispatch state: {{KeyEvent{action=1 code=82 repeat=0 meta=0 scancode=139 mFlags=8} to Window{31b65618 lysesoft.andftp/lysesoft.andftp.LocalFileChooserActivity paused=false} @ 1268360538716 lw=Window{31b65618 lysesoft.andftp/lysesoft.andftp.LocalFileChooserActivity paused=false} lb=android.os.BinderProxy@31b65440 fin=false gfw=true ed=true tts=0 wf=false fp=false mcf=Window{31a4cc98 lysesoft.andftp/lysesoft.andftp.FTPTransferActivity paused=false}}}
03-12 10:24:48.770: WARN/WindowManager(1219): Current state: {{null to Window{31a4cc98 lysesoft.andftp/lysesoft.andftp.FTPTransferActivity paused=false} @ 1268360688551 lw=Window{31a4cc98 lysesoft.andftp/lysesoft.andftp.FTPTransferActivity paused=false} lb=android.os.BinderProxy@319af920 fin=false gfw=true ed=true tts=0 wf=false fp=false mcf=Window{31a4cc98 lysesoft.andftp/lysesoft.andftp.FTPTransferActivity paused=false}}}
03-12 10:24:48.770: WARN/WindowManager(1219): [ 03-12 10:24:48.870 1219:0x4ed F/ActivityManager ]
03-12 10:24:48.770: WARN/WindowManager(1219): Exception!!! ANR in process: lysesoft.andftp(pid: 2371) (last in lysesoft.andftp)
.....
03-12 10:25:50.220: INFO/NotificationService(1219): Exception!!! Uncaught handler: thread Thread-9 pid 2608 exiting due to uncaught exception
03-12 10:25:50.220: INFO/NotificationService(1219): [ 03-12 10:25:50.280 2608:0xa38 F/AndroidRuntime ]
03-12 10:25:50.220: INFO/NotificationService(1219): java.lang.NullPointerException
03-12 10:25:50.220: INFO/NotificationService(1219): at lysesoft.andftp.FTPFileChooserActivity$4.run(FTPFileChooserActivity.java:233)
03-12 10:25:50.290: INFO/Process(1219): Sending signal. PID: 2608 SIG: 3
03-12 10:25:50.290: INFO/Process(1219): [ 03-12 10:25:50.290 1219:0x4c8 F/ActivityManager ]
03-12 10:25:50.290: INFO/Process(1219): Exception!!! // CRASH: lysesoft.andftp (pid 2608)

Device: Android HTC G1 v1.6
Data connection: 3G network

Post Reply