728x90 반응형 3. 개발 관련191 한양대학교 : Android I/O Study -. GNUPLOT : Draw box & line graph set terminal postscript eps enhanced color dashed dashlength 3 linewidth 2 rounded font "Helvetica, 32"set title "chlrbgh0 norm graph"set rmargin 6set yrange [0:80]set y2range [0:50]set ytics autofreq 20 nomirrorset y2tics autofreq 10set output "mix.eps"set ylabel " chlrbgh0 " offset 1, 0, 0set y2label " chlrbgh1 " offset -1, 0, 0set key inside top horizontal c.. 2014. 6. 23. Hacked your Android mobile : Nexus5 -. Course Outline : Purporse : SQLite/FileSystem/BlockDriver to LDD/Storage : Benchmark Tools 0. Android Custom Kernel : Environment Host : Ubuntu 12.04Kernel : 3.2.0.23-genericH/W : Nexus5 1. Install Source for msm kernel#] git clone http:s//android.googlesource.com/kernel/msm.git#] cd msm#] git checkout 3.4.0-generic 2. Install Toolchain#] cd workspace#] git clone https://android.googlesource... 2014. 6. 23. `requset_irq` vs `devm_request_irq`. -. Same Feature: Support interrupt handling via kthread(request_threaded_irq).-. Difference : `devm_*` additional support resource management for SoC based things.-. How to use : `request_irq` apply for custom PC driver. `devm_request_irq` apply for SoC based platform driver for management platform_device's resource. For example, Application Processor based platform. -. `request_irq` (from http:.. 2014. 6. 18. Android input keyevent with adb shell Reference list of AOSP supported keycode) http://developer.android.com/reference/android/view/KeyEvent.html 0. connect Android Phone with USB to Host PC -. Linked G2 to Ubuntu system. 1. check devicechlrbgh0@Mulder:~$ adb devices List of devices attached 06e3f6e9e0243238device 2. Send keyevent with KEYCODE value to deviceschlrbgh0@Mulder:~$ adb shell input keyevent POWER " or " chlrbgh0@Mulder:~.. 2014. 6. 12. X server based app with ssh -. Normal ssh connection#] ssh -l USER SERVERIPADDRESS#] gedit & => CMND Fail -. Enable X with ssh connection#] ssh -l USER SERVERIPADDRESS -X -v#] xterm#] gedit &#] firefox & 2014. 6. 9. gcc build flag to support for C standard. http://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html -ansi : support c90.-std : support c99 for example,gcc -o foo foo.c -std=c99 2014. 5. 29. 이전 1 ··· 5 6 7 8 9 10 11 ··· 32 다음 728x90 반응형