Search found 3 matches

by raviteja
Sun Jul 11, 2010 5:36 am
Forum: AndFTP
Topic: Intent to upload file(s)
Replies: 12
Views: 17768

Re: Intent to upload file(s)

I am using the follwoing code but still i am getting Activiyty not found exception. Am i missing anything. I've Andftp 1.6 installed on my nexus one. Any ideas ? try{ Intent intnt = new Intent("lysesoft.andftp.PickFTPTransferActivity"); //intnt.setClassName("lysesoft.andftp", "PickFTPTransferActivit...
by raviteja
Wed Jun 09, 2010 7:00 pm
Forum: AndFTP
Topic: Intent to upload file(s)
Replies: 12
Views: 17768

Re: Intent to upload file(s)

I am getting activitynotfound exception. Am i missing anything. Please help.

-r
by raviteja
Tue Jun 08, 2010 6:16 am
Forum: AndFTP
Topic: Activitynotfound exception
Replies: 1
Views: 3207

Activitynotfound exception

I am getting ActivitynotfoundException while uploading files. I've installed AndFTP in my AVD and trying to use the code that has been given in the forum. Intent intnt = new Intent(); intnt.setAction(Intent.ACTION_PICK); Uri ftpUri = Uri.parse("ftp://127.0.0.1"); intnt.putExtra("ftp_username", "demo...