lockephan.wordpress.com lockephan.wordpress.com

LOCKEPHAN.WORDPRESS.COM

Where the manual is...

(by Locke Phan)

http://lockephan.wordpress.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR LOCKEPHAN.WORDPRESS.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.2 out of 5 with 5 reviews
5 star
1
4 star
4
3 star
0
2 star
0
1 star
0

Hey there! Start your review of lockephan.wordpress.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • lockephan.wordpress.com

    16x16

  • lockephan.wordpress.com

    32x32

CONTACTS AT LOCKEPHAN.WORDPRESS.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Where the manual is... | lockephan.wordpress.com Reviews
<META>
DESCRIPTION
(by Locke Phan)
<META>
KEYWORDS
1 about me
2 1 comment
3 how to's
4 cmakelists txt
5 project helloworld
6 advertisements
7 tagged
8 android
9 cmake
10 compile
CONTENT
Page content here
KEYWORDS ON
PAGE
about me,1 comment,how to's,cmakelists txt,project helloworld,advertisements,tagged,android,cmake,compile,cross compile,enable,leave a comment,information,nope,3 comments,make arch=arm menuconfig,butttt,depends on,to be defined,kernel,linux,oprofile,meta
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Where the manual is... | lockephan.wordpress.com Reviews

https://lockephan.wordpress.com

(by Locke Phan)

INTERNAL PAGES

lockephan.wordpress.com lockephan.wordpress.com
1

How to enable oprofile on ICS 4.0.3 | Where the manual is...

https://lockephan.wordpress.com/2012/03/03/how-to-enable-oprofile-on-ics-4-0-3

Where the manual is…. How to enable oprofile on ICS 4.0.3. So I spent half a day searching the Internet on how to do this but apparently there’s not a lot of information about enabling Oprofile on Android so I guess I’d share. First thing first, you need to enable Oprofile in your linux kernel so Oprofile can utilize those hardware counters available on your CPU. Normally, if you prefer a GUI, you can do:. This will launch the old school terminal GUI. Make ARCH=arm CROSS COMPILE=/ccompilers/arm-eabi-.

2

Compiling your Android native code project using CMake | Where the manual is...

https://lockephan.wordpress.com/2014/01/29/compiling-your-android-native-code-project-using-cmake

Where the manual is…. Compiling your Android native code project using CMake. Suppose we have this simple program:. Mainc #include stdio.h int main(int argc, char *argv[]) { printf(Hello World! N); return 0; }. If we were to compile this file on the current OS, we can just do. Gcc main.c -o main. We already know what will happen. You can run the program. Let’s put together a CMakeLists file that describes this simple program. Add executable(main main.c). Now, let’s generate some Makefiles. Cd /Tools/andr...

3

April | 2012 | Where the manual is...

https://lockephan.wordpress.com/2012/04

Where the manual is…. Monthly Archives: April 2012. Android Security: Application Sandboxing. I have heard about the idea of sandboxing for quite a while but I never knew how it actually works. The very first time that I heard about this idea was in the Chrome browser where every tab is isolated into a single process so others cannot interfere or read its cookies or vice versa. First of all, let’s start with basic Unix file system permission scheme. So, the guys/girls at Google decided to assign each app...

4

Easiest way to install custom kernel on ICS 4.0.3 source code | Where the manual is...

https://lockephan.wordpress.com/2012/03/10/easiest-way-to-install-custom-kernel-on-ics-4-0-3-source-code-3-2

Where the manual is…. Easiest way to install custom kernel on ICS 4.0.3 source code. So you’ve got a custom kernel built. Now, you’re asking yourself how can I make use of this. Well, if you think about it, when you compile Android from source, the build system gotta grab the kernel somewhere so it could put together all the disk images. But where is it? Let’s verify our theory:. In the root directory of your Android source, run:. That’s our kernel. Let’s try device/samsung/maguro. It’s not there? I&#821...

5

March | 2012 | Where the manual is...

https://lockephan.wordpress.com/2012/03

Where the manual is…. Monthly Archives: March 2012. Easiest way to install custom kernel on ICS 4.0.3 source code. So you’ve got a custom kernel built. Now, you’re asking yourself how can I make use of this. Well, if you think about it, when you compile Android from source, the build system gotta grab the kernel somewhere so it could put together all the disk images. But where is it? Let’s verify our theory:. In the root directory of your Android source, run:. That’s our kernel. It’s not there? I’m...

UPGRADE TO PREMIUM TO VIEW 2 MORE

TOTAL PAGES IN THIS WEBSITE

7

OTHER SITES

lockeparts.com lockeparts.com

Locke Turf

2003, Locke Turf.

lockeperformancehorses.com lockeperformancehorses.com

Coming Soon page

Please come back later.

lockepet.com lockepet.com

长春洛克犬舍|长春雪纳瑞犬舍|长春雪纳瑞犬舍饰品店|洛克犬舍饰品店

lockepeter.wordpress.com lockepeter.wordpress.com

Locke's Amazing Ghostly Wonderblog | Everything you didn't need to know about the paranormal.

Locke's Amazing Ghostly Wonderblog. Everything you didn't need to know about the paranormal. Thanks for dropping by Locke's Amazing Ghostly Wonderblog! Take a look around and grab the RSS feed. To stay updated. See you around! How can I defend myself? Ectomancy and what the hell it is. Ghosts that aren't dead yet (Auras and my own spirit). Things that Go Bump. Latest Entries ». Filed under: Personal Experiences. Mdash; Leave a comment. January 28, 2011. 2 Ghosts can be very, very dangerous. Especiall...

lockepeterseim.com lockepeterseim.com

Professional Writing and Editing | Locke Peterseim

Purveyor of fine words and well-turned phrases since 1980. Copywriting and content strategy. Film criticism and interviewing.

lockephan.wordpress.com lockephan.wordpress.com

Where the manual is...

Where the manual is…. Compiling your Android native code project using CMake. Suppose we have this simple program:. Mainc #include stdio.h int main(int argc, char *argv[]) { printf(Hello World! N); return 0; }. If we were to compile this file on the current OS, we can just do. Gcc main.c -o main. We already know what will happen. You can run the program. Let’s put together a CMakeLists file that describes this simple program. Add executable(main main.c). Now, let’s generate some Makefiles. Cd /Tools/andr...

lockephoto.com lockephoto.com

Locke Photography

Please Contact Lee Directly at lockephoto@sbcglobal.net (951) 351-8733 to purchase your own art print.*. Website Assist Service by Sharon.

lockephotography.com lockephotography.com

lockephotography.com

lockephotography.net lockephotography.net

Locke Photography

My Photographs ▼. My Photographs ▼. Click to add grid content:.

lockepiano.com lockepiano.com

Brian Locke | Pianist

American pianist Brian Locke. The Brevard Music Center. Orchestra, and is in high demand as an interpreter of new music, having recently premiered new works by prolific composers such as James Jensen, Leon Miodrag Lazarov Pashu, and Kenneth Frazelle. During the 2014-2015 season, he appears with the a Chicago Master Singers. Is pianist and coach for Opera Birmingham. 8216;s production of La Bohe me, and coach for Verdi’s La Traviata at Opera in the Ozarks. Staff pianist at Northwestern University.

lockepick.com lockepick.com

Index of /