[[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO];
or
[application setStatusBarHidden:YES withAnimation:UIStatusBarAnimationNone];
plist:
UIStatusBarHidden, value boolean
| Downstream | Upstream | |||
| 3G | WCDMA | 384kbps | 384kbps | 中華電信, 台灣大, 遠傳, 威寶 |
| CDMA2000 | 3.1Mbps | 1.8Mbps | 亞太 | |
| 3.5G | HSDPA | 14.4Mbps | 384kbps | |
| 3.75G | HSUPA | 14.4Mbps | 5.76Mbps | |
| ---- | HSPA+ | 21.6Mbps | 5.76Mbps | |
| 3.9G | HSDPA+ | 42Mbps | 5.76Mbps | 威寶 |
| 4G | LTE | 326.4Mbps | 86.4Mbps |
find . -type d \! -name CVS -exec cvs add '{}' \;find . \( -type d -name CVS -prune \) -o \( -type f -exec cvs add '{}' \; \)find . -type f -print0| xargs -0 cvs add./configure --host=mips --disable-static --prefix=$(TOOLCHAIN) --includedir=$(INC_GPL_HEADER_PATH) --libdir=$(INC_GPL_LIB_PATH) --with-openssl=no --with-pkcs11=no --with-gssapi=no --with-randomdev=no --without-iconv --without-libiconv --without-docbook-xsl --with-libxml2=no --with-purify=no --with-docbook-xsl=no --with-libiconv=no --with-iconv=no --with-idnlib=no --with-atf=no --with-dlopen=no --with-dlz-mysql=no --with-dlz-postgres=no --with-dlz-bdb=no --with-dlz-filesystem=no --with-dlz-ldap=no --with-dlz-odbc=no --with-dlz-stub=no --disable-developer --disable-devpoll --disable-epoll --disable-largefile --disable-backtrace --disable-isc-spnego --disable-chrootif test "$cross_compiling" = "yes"; then
if test -z "$BUILD_CC"; then
as_fn_error $? "BUILD_CC not set" "$LINENO" 5
fi
BUILD_CFLAGS="$BUILD_CFLAGS"
BUILD_CPPFLAGS="$BUILD_CPPFLAGS"
BUILD_LDFLAGS="$BUILD_LDFLAGS"
BUILD_LIBS="$BUILD_LIBS"
else
if test "$cross_compiling" = "yes"; then
#if test -z "$BUILD_CC"; then
# as_fn_error $? "BUILD_CC not set" "$LINENO" 5
#fi
BUILD_CC="$CC"
BUILD_CFLAGS="$BUILD_CFLAGS"
BUILD_CPPFLAGS="$BUILD_CPPFLAGS"
BUILD_LDFLAGS="$BUILD_LDFLAGS"
BUILD_LIBS="$BUILD_LIBS"
else
#Disable query logging
logging {
category default { null; };
category lame-servers { null; };
category edns-disabled { null; };
}
options {
directory "/var/named";
version "not currently available";
listen-on { 192.168.0.1; };
avoid-v4-udp-ports { range 1 32767; };
avoid-v6-udp-ports { range 1 32767; };
forwarders { 168.95.1.1;168.95.192.1; };
forward only;
max-ncache-ttl 3;
allow-transfer { none; };
allow-update-forwarding { none; };
allow-notify { none; };
};
mkdir /var/named
named -c /var/named.conf -d 10 -p 53
/var/log/messages (if syslogd exists.)
/var/log/named.run
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms-apps://itunes.apple.com/us/app/easygroup-full/id513988942"]]