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
Search found 4 matches
Re: Send Intent with adb shell amHi, 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...
Re: Send Intent with adb shell amHi, 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...
Send Intent with adb shell amHi, 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...
|