Just some experience sharing.
給跟我有同樣困擾的人
如果navigation bar的title字數會變動的,
當字數長度達到一個地步會被截掉,
我們必須要resize調整字體大小才能show出一整行
ADS
2013年9月6日 星期五
2013年5月9日 星期四
2013.05.09, [Busybox] Stuck(jailed) in the menuconfig!!!???
Happened in the elder version of busybox releases.(Not sure how old, I met it in 1.13.4, 1.20.x doen't happened.)
Here is the solution:
http://git.busybox.net/busybox/commit/?id=5a746dcec5c1e09c3cff0326c3b205d2427861f0
In file "./scripts/kconfig/mconf.c"
-static char buf[4096], *bufptr = buf;
+static char buf[4096*10], *bufptr = buf;
===============================
FYI. Works for me. :P
Here is the solution:
http://git.busybox.net/busybox/commit/?id=5a746dcec5c1e09c3cff0326c3b205d2427861f0
In file "./scripts/kconfig/mconf.c"
-static char buf[4096], *bufptr = buf;
+static char buf[4096*10], *bufptr = buf;
===============================
FYI. Works for me. :P
2013年4月30日 星期二
2013.04.30, 時光匆匆,其一
小朋友,
再過幾年,
這輩子就在也沒機會用這種高度俯瞰你,
用這種姿勢牽你的手了.
五年後,十年後,二十年後,你會是什麼樣子?
搞不好有一天你們會比我還高,
也許有一天換你們用這樣的姿勢俯瞰著我?
請你們一定要平平安安長大
再過幾年,
這輩子就在也沒機會用這種高度俯瞰你,
用這種姿勢牽你的手了.
五年後,十年後,二十年後,你會是什麼樣子?
搞不好有一天你們會比我還高,
也許有一天換你們用這樣的姿勢俯瞰著我?
請你們一定要平平安安長大
訂閱:
文章 (Atom)