From c508bc9d770de0544b52118409b9478b2d33b785 Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Sun, 18 Jan 2015 16:33:26 -0500 Subject: [PATCH] ip display is done --- NOTES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NOTES b/NOTES index ee04362..cf8e337 100644 --- a/NOTES +++ b/NOTES @@ -171,6 +171,10 @@ Ah-hah! It is fe80::macaddr, which is a bogus "local-connection only" ipv6 address, like 192.168, but automatically-generated without dhcp. So if I skip that, it finds the proper ipv4 address! -XXX - display the phone's IP address +Pfew! I was thinking I'd have to directly use /proc/net/dev and +SIOCGIFCONF, just like ifconfig does, but it works fine with +java.net.NetworkInterface. + + XXX - if you remove it from the recent apps list, does it stop the service?? XXX - support password-based logins?