oulan / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

invisible subdirectories and .pm files in /sdcard/ase/scripts ? #311

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
  Using the emulator I connected to the shell
  $ adb shell

  and managed to create a subdirectory in  /sdcard/ase/scripts using

  # mkdir /sdcard/ase/scripts/gg

What is the expected output? What do you see instead?

   but even after reloading ASE I could not see it.
  (Not even after I pushed a file in the directory)

What version of the product are you using? On what operating system?

ase r21 on emulator of Android 1.6

Please provide any additional information below.

I also uploaded a Perl module  MyTool.pm and it was also
invisible using ASE in the emulator.

When accessing via  "adb shell" I could see both the subdirectory and
the .pm file but not via ASE.

# ls -l /sdcard/ase/scripts
tells me

d---rwxr-x system   sdcard_rw          2010-04-27 15:42 gg

and

# chmod 0777 /sdcard/ase/scripts/gg

does not have any effect.

Original issue reported on code.google.com by szab...@gmail.com on 27 Apr 2010 at 12:50

GoogleCodeExporter commented 9 years ago
After I found and tuned on   Menu/Preferences/Show all files I started to see 
the
subdirectory (and also the .pm file) but clicking on gg subdirectory crashed 
ASE.
I got the following message:
"The application ASE (process.com.google.ase) has stopped unexpectedly. Please 
try
again."

This happened both when the directory was empty and when it had a file in it.

Original comment by szab...@gmail.com on 27 Apr 2010 at 11:57

GoogleCodeExporter commented 9 years ago

Original comment by damonkoh...@gmail.com on 29 Apr 2010 at 2:09