maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   [Android] NITDroid V2 Help/Tutorial Topic - Updated (https://talk.maemo.org/showthread.php?t=56524)

dabozz 2010-06-22 15:20

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
now it doesnt crash anymore, but it is unable to scan for networks again
I'm rebooting
EDIT:
and it crashes again, like first mentioned

dj_steve 2010-06-22 15:21

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
def sounds like a problem in extraction if it fails again,

dabozz 2010-06-22 15:26

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Quote:

Originally Posted by dj_steve (Post 725039)
def sounds like a problem in extraction if it fails again,

Code:

benny@dabozz:/media/cf466d7c-48ba-4a32-a685-58235becd13a$ ls -l
insgesamt 8704
-rwxrwxrwx  1 root  root        2 2010-06-11 22:56 aconline
drwxr-xr-x  2 root  root    4096 2010-05-27 17:11 bin
-rw-------  1 root  root  8670877 2010-06-22 17:24 boot.log
drwxrwx---  3 benny  2001    4096 2010-05-27 17:11 cache
dr-x------  2 root  root    4096 2010-05-20 05:22 config
lrwxrwxrwx  1 root  root      17 2010-06-22 16:07 d -> /sys/kernel/debug
drwxrwx--x 15 benny benny    4096 2010-06-22 17:22 data
-rw-r--r--  1 benny benny    118 2010-05-19 23:31 default.prop
drwxr-xr-x  3 benny benny    4096 2010-05-27 17:11 dev
lrwxrwxrwx  1 root  root      11 2010-06-22 16:07 etc -> /system/etc
-rwxrwxrwx  1 root  root        2 2010-06-11 22:57 health
-rwxr-xr-x  1 benny benny  103232 2010-05-20 00:03 init
-rw-r--r--  1 benny benny    1677 2010-05-17 22:57 init.goldfish.rc
-rw-r--r--  1 benny benny    3024 2010-06-10 17:48 init.nokia.rc
-rw-r--r--  1 benny benny  14811 2010-06-12 16:03 init.rc
lrwxrwxrwx  1 root  root      10 2010-06-22 16:07 lib -> system/lib
drwxr-xr-x  4 root  root    4096 2010-06-12 13:42 mnt
drwxr-xr-x  2 benny benny    4096 2010-05-19 23:31 proc
drwxr-xr-x  2 benny benny    4096 2010-05-20 02:11 root
drwxr-xr-x  2 benny benny    4096 2010-06-04 23:21 sbin
d---------  2 benny benny    4096 2010-05-20 05:22 sdcard
d---------  2 benny benny    4096 2010-06-12 12:38 sdcard2
drwxrwxrwt  2 root  root    4096 2010-05-20 05:22 sqlite_stmt_journals
-rwxrwxrwx  1 root  root        2 2010-06-11 22:56 status
drwxr-xr-x  2 benny benny    4096 2010-05-19 23:31 sys
drwxr-xr-x 10 benny benny    4096 2010-06-12 16:09 system
-rwxrwxrwx  1 root  root        7 2010-06-11 22:53 tech
drwxr-xr-x  2 root  root    4096 2010-06-06 11:49 tmp
-rwxrwxrwx  1 root  root        2 2010-06-11 22:56 usbonline
drwxr-xr-x  4 root  root    4096 2010-05-27 17:11 usr

does it help?

dj_steve 2010-06-22 15:29

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
not really, have a look in /data/misc/wifi whats in their

dabozz 2010-06-22 15:35

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Code:

root@dabozz:/media/cf466d7c-48ba-4a32-a685-58235becd13a/data/misc/wifi# ls -l
insgesamt 8
drwxrwx--- 2 1010 1010 4096 2010-06-22 17:24 sockets
-rw-rw---- 1 1010 1010  109 2010-06-22 17:18 wpa_supplicant.conf

Code:

root@dabozz:/media/cf466d7c-48ba-4a32-a685-58235becd13a/data/misc/wifi# cat wpa_supplicant.conf
ctrl_interface=DIR=/data/system/wpa_supplicant GROUP=wifi
update_config=1

network={
        ssid=""
        priority=23
}

Code:

root@dabozz:/media/cf466d7c-48ba-4a32-a685-58235becd13a/data/misc/wifi/sockets# ls -l
insgesamt 0
srw-rw---- 1 benny 1010 0 2010-06-22 17:24 wpa_ctrl_1128-0
srw-rw---- 1 benny 1010 0 2010-06-22 17:24 wpa_ctrl_1128-1
srw-rw---- 1 benny 1010 0 2010-06-22 17:22 wpa_ctrl_532-1
srw-rw---- 1 benny 1010 0 2010-06-22 17:22 wpa_ctrl_532-2
srw-rw---- 1 benny 1010 0 2010-06-22 17:23 wpa_ctrl_845-0
srw-rw---- 1 benny 1010 0 2010-06-22 17:23 wpa_ctrl_845-1


dj_steve 2010-06-22 15:36

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
remove everything in the sockets folder thn see if any reappear on boot

edit: could someone put up a bug report about the sporadic wifi please (bugs.nitdroid.com

dabozz 2010-06-22 15:42

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Quote:

Originally Posted by dj_steve (Post 725048)
remove everything in the sockets folder thn see if any reappear on boot

edit: could someone put up a bug report about the sporadic wifi please (bugs.nitdroid.com

YES,
it worked

THANKS for this little chat ;)

dj_steve 2010-06-22 15:42

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
dont ask where those files came from tho cos i havent got a clue :)

Bratag 2010-06-22 16:01

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Could we get some user reports on the usability etc of the port. I am waiting on a new sdcard at the moment or I would have already tried this :)

dj_steve 2010-06-22 16:03

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
well you can see its usability in the youtube videos posted in my channel linked below


All times are GMT. The time now is 07:09.

vBulletin® Version 3.8.8