Android Tablets Forum banner
1 - 2 of 2 Posts

· Registered
Joined
·
1 Posts
Discussion Starter · #1 ·
So I connected to my m001 via adb over ip and launched a shell and I see this stuff. I'm using "Slatedroid1.2(1.7.2base)[final]". Do I have some encoding set wrong? It looks like a linux filesystem hidden in there./ $ ls -lls -ld---rwxr-x 4 1000 1015 4096 Jan 1 1970 ←[1;34mLocalDisk←[0mdrwxrwxrwx 1 0 0 4096 Jun 23 08:08 ←[1;34mUserSpace←[0mdrwxrwxrwx 1 1502 501 4096 Apr 28 14:46 ←[1;34mbusybox←[0mdrwxrwx--- 1 1000 2001 4096 Jun 23 08:07 ←[1;34mcache←[0mdrwxrwx--x 1 1000 1000 4096 Jun 23 08:07 ←[1;34mdata←[0m-rwxrwxrwx 1 0 0 118 Apr 30 13:34 ←[1;32mdefault.prop←[0mdrwxr-xr-x 11 0 0 2620 Jun 23 08:31 ←[1;34mdev←[0mlrwxrwxrwx 1 0 0 11 Jun 23 08:05 ←[1;36metc←[0m -> ←[1;34m/system/etc←[0m-rwxrwxrwx 1 0 0 33804 May 27 22:57 ←[1;32mg_file_storage.ko←[0m-rwxrwxrwx 1 1536 501 110932 May 6 06:21 ←[1;32minit←[0m-rwxrwxrwx 1 1536 501 1677 Nov 5 2009 ←[1;32minit.goldfish.rc←[0m-rwxrwxrwx 1 1536 501 13370 May 13 11:11 ←[1;32minit.rc←[0mdrwxrwxrwx 1 0 0 4096 May 18 11:25 ←[1;34mlost+found←[0mdr-xr-xr-x 64 0 0 0 Nov 27 2015 ←[1;34mproc←[0mdrwxrwxrwx 1 1536 501 4096 Jun 23 08:05 ←[1;34msbin←[0mdrwxrwxrwx 1 1000 1000 4096 Jun 23 08:05 ←[1;34msdcard←[0m-rwxrwxrwx 1 0 0 17524 May 27 22:57 ←[1;32msensor_mma7660.ko←[0mdrwxrwxrwx 1 1000 1000 4096 Jun 23 08:05 ←[1;34mshared_prefs←[0mdrwxrwxrwt 2 0 0 40 Jun 23 08:27 ←[1;34msqlite_stmt_journals←[0mdrwxr-xr-x 13 0 0 0 Jun 23 08:27 ←[1;34msys←[0mdrwxrwxrwx 1 1536 501 4096 Jun 23 08:07 ←[1;34msystem←[0mdrwxrwxrwx 1 1536 501 4096 May 6 05:57 ←[1;34mudisk←[0m-rwxrwxrwx 1 0 0 56 Jun 23 08:27 ←[1;32musbgadget.log←[0m-rwxrwxrwx 1 0 0 3691 May 27 22:57 ←[1;32musbgadget.sh←[0mdrwxrwxrwx 1 10027 10027 4096 Jun 23 08:07 ←[1;34muserdata←[0m-rwxrwxrwx 1 0 0 23350 May 27 22:57 ←[1;32mwm8505_kpad_md.ko←[0m-rwxrwxrwx 1 0 0 6375 May 27 22:57 ←[1;32mwm9715-api.ko←[0m-rwxrwxrwx 1 0 0 14398 May 27 22:57 ←[1;32mwm9715-ts_800_480.ko←[0m-rwxrwxrwx 1 0 0 11601 May 27 22:57 ←[1;32mwmt_battery.ko←[0m/ $
 

· Registered
Joined
·
113 Posts
no that is just ASCII-colorstry the following:ls --color=neverthis will show you the direcotry lisitng one time.you canalias ls='ls --color=never'then everytime you enter "ls" it will show it "normaly"ls -lha would show you a detailed direcotrylisting with human readable sizes.alias ls='ls --color=never -lha'will do so with every ls, until you disconenct from adb shell
 
1 - 2 of 2 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top