Search found 41 matches

by Agent_X
Tue May 06, 2014 1:43 pm
Forum: Beginners Help
Topic: Compiling and installing irrlicht-android to tablet
Replies: 17
Views: 3853

Re: Compiling and installing irrlicht-android to tablet

mengu88, I just checked mine and 1.6mb is the correct size for the HelloWorld example apk, so you're compilation was successfully. I just remembered that in the main.cpp file of the 27.HelloWorld_Android folder I changed the driver type from OpenGLES 2 to OpenGLES 1. It's worth a try. Swap the comme...
by Agent_X
Mon May 05, 2014 6:26 pm
Forum: Beginners Help
Topic: Compiling and installing irrlicht-android to tablet
Replies: 17
Views: 3853

Re: Compiling and installing irrlicht-android to tablet

mengu88, here's a similar thread: http://irrlicht.sourceforge.net/forum/v ... =1&t=49685

At about the 10th reply I describe in detail how I got irrlicht-android to work. And BTW cygwin is no longer required to compile on Windows.
by Agent_X
Mon May 05, 2014 1:35 pm
Forum: Beginners Help
Topic: Compiling and installing irrlicht-android to tablet
Replies: 17
Views: 3853

Re: Compiling and installing irrlicht-android to tablet

Look in the "\source\Irrlicht\Android\obj\local\armeabi" folder and manually copy it. For some reason on Windows the script doesn't copy the libIrrlicht.a to the "lib" folder.
by Agent_X
Mon Apr 28, 2014 3:49 pm
Forum: Open Discussion and Dev Announcements
Topic: Native Android port
Replies: 68
Views: 18592

Re: Native Android port

I initially tried to do it from inside my application code but I couldn't figure out how to tell the android_app object to execute the IrrlichtDevice's postEventFromUser() method. Now, looking at this example, I see what I was missing. Much cleaner. Thanks Nadro.
by Agent_X
Fri Apr 25, 2014 3:52 pm
Forum: Open Discussion and Dev Announcements
Topic: Native Android port
Replies: 68
Views: 18592

Re: Native Android port

I feel stupid now! :oops: There was a flaw in my program's event receiver code - I had it explicitly ignoring keyboard input if the platform was Android. Sorry for the mistake. By the way that bit of code works perfectly for controlling the behavior of the device's back button. The same concept coul...
by Agent_X
Fri Apr 25, 2014 3:30 pm
Forum: Open Discussion and Dev Announcements
Topic: Native Android port
Replies: 68
Views: 18592

Re: Native Android port

I've come to consult the oracle! I'm trying to get the back button on the device to emulate a keyboard escape key press. By default the back button causes the NativeActivity to run finish() which effectively closes the app. I can get it to ignore presses of the back button, but I want it to post an ...
by Agent_X
Thu Mar 13, 2014 2:47 pm
Forum: Beginners Help
Topic: Irrlicht on Android.....How do I install this thing?
Replies: 16
Views: 5042

Re: Irrlicht on Android.....How do I install this thing?

reifsnyderb, I didn't mean to make it sound like you had to use the 32-bit version of everything! I was just telling you what my actual settings and installations were. Sorry for the information disconnect :oops: On a side note, having the ability to boot into both Windows and Linux as needed is gre...
by Agent_X
Wed Mar 12, 2014 5:53 pm
Forum: Beginners Help
Topic: Irrlicht on Android.....How do I install this thing?
Replies: 16
Views: 5042

Re: Irrlicht on Android.....How do I install this thing?

I was typing away when mikkis replied! Sorry for any duplicate info.

@mikkis: Your reply was of the Short & Sweet & Get-Right-To-The-Point variety lol. It probably solves reifsnyderb's issue :D
by Agent_X
Wed Mar 12, 2014 5:46 pm
Forum: Beginners Help
Topic: Irrlicht on Android.....How do I install this thing?
Replies: 16
Views: 5042

Re: Irrlicht on Android.....How do I install this thing?

Ok reifsnyderb. I'm going to not assume anything. I'm including all my settings so please don't take offense if there is some redundancy or obvious stuff in here. I've learned that oftentimes it's the stuff a well-meaning person leaves out that ultimately was the fix to my own errors! So here goes.....
by Agent_X
Wed Mar 12, 2014 4:23 pm
Forum: Beginners Help
Topic: Irrlicht on Android.....How do I install this thing?
Replies: 16
Views: 5042

Re: Irrlicht on Android.....How do I install this thing?

reifsnyderb, hold up! I'm glad I looked at the forums today. I compile on Windows 7 x64 using the regular cmd.exe (no Cygwin!) I was using Cygwin but I read somewhere that the last few versions of the NDK doesn't require Cygwin. Anyway, your problem is most likely a path and/or environment variable ...
by Agent_X
Thu Jan 02, 2014 7:01 pm
Forum: Open Discussion and Dev Announcements
Topic: IrrExt - Is now up and running!
Replies: 34
Views: 107773

Re: IrrExt - Is now up and running!

I'm having major issues getting the Theora Playback Library to work with Code::Blocks and MinGW. Just to rant for a moment:It absolutely drives me insane when an open source library is developed but the developers only release code and examples that work with MSVC which IMHO is the antithesis of Ope...
by Agent_X
Mon Dec 09, 2013 4:56 pm
Forum: Beginners Help
Topic: How and/or where to download ogl-es branch
Replies: 10
Views: 1480

Re: How and/or where to download ogl-es branch

No problemo. I was just glad I finally got it to work. Seeing my program run on an Android device is super exciting! Thanks for making this possible :D
by Agent_X
Fri Dec 06, 2013 9:09 pm
Forum: Beginners Help
Topic: How and/or where to download ogl-es branch
Replies: 10
Views: 1480

Re: How and/or where to download ogl-es branch

Weird. My Windows 7 cmd.exe doesn't like the syntax inside 17.HelloWorld_Mobile's Android.mk file. Specifically the last 8 lines: $(shell mkdir -p $(IRRLICHT_PROJECT_PATH)/assets) $(shell mkdir -p $(IRRLICHT_PROJECT_PATH)/assets/media) $(shell mkdir -p $(IRRLICHT_PROJECT_PATH)/assets/media/Shaders) ...
by Agent_X
Fri Dec 06, 2013 8:15 pm
Forum: Beginners Help
Topic: How and/or where to download ogl-es branch
Replies: 10
Views: 1480

Re: How and/or where to download ogl-es branch

Nadro help!!! When I run "ant debug" I get an error at line 659 of build.xml saying "... examples\17.HelloWorld_Mobile\src does not exist"
by Agent_X
Fri Dec 06, 2013 7:13 pm
Forum: Beginners Help
Topic: How and/or where to download ogl-es branch
Replies: 10
Views: 1480

Re: How and/or where to download ogl-es branch

@ zerochen: I don't know if it's my browser or my network, but when I downloaded the snapshot several header and source files were missing including the entire aesGladman folder. But using "svn checkout https://svn.code.sf.net/p/irrlicht/code/branches/ogl-es/ path-to-some-folder" worked pe...