Search found 4 matches

by tess
Mon Aug 02, 2010 12:34 pm
Forum: AndFTP
Topic: Send Intent with adb shell am
Replies: 6
Views: 22322

Re: Send Intent with adb shell am

I have the error with a unreachable machine: I selected a IP address that is not used.
But the AndFTP application downloaded the file with the right IP address I had selected before.

Chris
by tess
Wed Jul 28, 2010 1:31 pm
Forum: AndFTP
Topic: Send Intent with adb shell am
Replies: 6
Views: 22322

Re: Send Intent with adb shell am

Hi, I think I found a bug (it exists on the release 1.8 too). Using my method to send an Intent via adb (it exists with the startActivity() too), first time, I use the right ftp address and send the Intent => it works. (download succeed) Second time, I change the ftp address with a bad address and s...
by tess
Mon Jul 19, 2010 12:48 pm
Forum: AndFTP
Topic: Send Intent with adb shell am
Replies: 6
Views: 22322

Re: Send Intent with adb shell am

Hi, now it works, here is the right command: > adb -s emulator-5554 shell am start -D -a android.intent.action.PICK -d ftp://192.168.0.50 -t vnd.android.cursor.dir/lysesoft.andftp.uri -es command_type download -es progress_title "Downloading files ..." -es remote_file1 get10k -es local_folder /sdcar...
by tess
Thu Jul 15, 2010 4:15 pm
Forum: AndFTP
Topic: Send Intent with adb shell am
Replies: 6
Views: 22322

Send Intent with adb shell am

Hi, I would like send an Intent via adb to download a file from an Host machine (automation tests) using the "activity manager". Here are the traces : > adb -s emulator-5554 shell am start -D -a ACTION_PICK -d ftp://192.168.0.50 -t vnd.android.cursor.dir/lysesoft.andftp.uri -es command_type download...