| User | Post |
|
11:38 am December 18, 2009
| milkman007
| | |
| New Member | posts 2 |
|
|
Hi,
I read on an Android forum that Mangler was working on a port to the Android OS, I would really like to beta test this client if possible. The gui or lack thereof doesn't really matter to me.
|
|
|
1:56 pm December 18, 2009
| clearscreen
| | |
| Member | posts 48 |
|
|
The Android client is nowhere near beta testing, especially if you don't have any experience with the Android NDK and SDK. I suggest you check back in a couple of weeks ;)
|
|
|
8:51 pm January 1, 2010
| milkman007
| | |
| New Member | posts 2 |
|
|
|
10:00 pm January 1, 2010
| econnell
| | |
| Admin
| posts 319 |
|
|
clearscreen works on a different time schedule than the rest of us. When he said "a couple weeks," what he meant was "a few months."
|
|
|
6:09 pm January 2, 2010
| clearscreen
| | |
| Member | posts 48 |
|
|
|
3:52 pm January 13, 2010
| marcusm88
| | |
| Member | posts 4 |
|
|
hey guys, i tried to "check out" your android project, and play around with it.
Unless I'm doing something wrong, it looks like the code file which contains the ID class hasn't been commited to the svn.
|
|
|
4:30 pm January 13, 2010
| clearscreen
| | |
| Member | posts 48 |
|
|
|
7:18 pm January 13, 2010
| marcusm88
| | |
| Member | posts 4 |
|
|
Sorry for my ignorance… I think there may be a layout file that's not up to date.
Edit:
It looks like you have a login.xml and a layout.xml in your res/layout folder, and these are not in the svn: http://svn.mangler.org/mangler/branches/android/project/res/layout/
|
|
|
2:23 pm February 9, 2010
| marcusm88
| | |
| Member | posts 4 |
|
|
I've been stalking this site for updates on the android branch, and I noticed there was an update on the SVN a little earlier.
Hows the android version coming? Does it still seem doable?
|
|
|
11:24 pm February 9, 2010
| clearscreen
| | |
| Member | posts 48 |
|
|
I've decided to pick up my slack and start working on the Android branch again. Problem is that I am very inexperienced when it comes to Java, not to mention the Android SDK.
Latest revision up to this date now compiles with libventrilo3 from trunk and builds the shared lib that can be used from within java.
The JNI wrappers are still pretty lackluster but that can be worked on, the only real issue is as previously stated (lack) of experience with the Java programming language. Any help with that is highly appreciated, feel free to drop by on IRC.
|
|
|
9:08 pm February 15, 2010
| marcusm88
| | |
| Member | posts 4 |
|
|
I wish I could help, but I'm not skilled in Java or Android development either. Specifically my completed Android projects consist of "Hello World"
I understand your frustration with developing on a new platform too-> sometimes it takes hours of googling, playing around, trial and error to accomplish the simplest things.
|
|
|
7:24 am May 7, 2010
| ajahn
| | |
| New Member | posts 2 |
|
|
I got the ndk and sdk installed and when I try to run make on the project in cygwin it gives me this error:
ajahn@csea_dt141 ~/android-ndk-r3
$ make APP=mangler LIBPATH=/cygdrive/c/mangler/trunk/libventrilo3
Android NDK: Building for application 'mangler'
Compile thumb : ventrilo_interface <= apps/mangler/project/jni/ventrilo/jni_wrappers.c
apps/mangler/project/jni/ventrilo/jni_wrappers.c: In function 'Java_org_mangler_VentriloInterface_getevent':
apps/mangler/project/jni/ventrilo/jni_wrappers.c:251: error: 'V3_EVENT_USER_GLOBAL_MUTE_CHANGED' undeclared
(first use in this function)
apps/mangler/project/jni/ventrilo/jni_wrappers.c:251: error: (Each undeclared identifier is reported only once
apps/mangler/project/jni/ventrilo/jni_wrappers.c:251: error: for each function it appears in.)
apps/mangler/project/jni/ventrilo/jni_wrappers.c:252: error: 'V3_EVENT_USER_CHANNEL_MUTE_CHANGED' undeclared
(first use in this function)
make: *** [out/apps/mangler/armeabi/objs/ventrilo_interface/jni_wrappers.o] Error 1
ajahn@csea_dt141 ~/android-ndk-r3$ make APP=mangler LIBPATH=/cygdrive/c/mangler/trunk/libventrilo3Android NDK: Building for application 'mangler'Compile thumb : ventrilo_interface <= apps/mangler/project/jni/ventrilo/jni_wrappers.capps/mangler/project/jni/ventrilo/jni_wrappers.c: In function 'Java_org_mangler_VentriloInterface_getevent':apps/mangler/project/jni/ventrilo/jni_wrappers.c:251: error: 'V3_EVENT_USER_GLOBAL_MUTE_CHANGED' undeclared (first use in this function)apps/mangler/project/jni/ventrilo/jni_wrappers.c:251: error: (Each undeclared identifier is reported only onceapps/mangler/project/jni/ventrilo/jni_wrappers.c:251: error: for each function it appears in.)apps/mangler/project/jni/ventrilo/jni_wrappers.c:252: error: 'V3_EVENT_USER_CHANNEL_MUTE_CHANGED' undeclared (first use in this function)make: *** [out/apps/mangler/armeabi/objs/ventrilo_interface/jni_wrappers.o] Error 1
|
|
|
9:59 am May 7, 2010
| ajahn
| | |
| New Member | posts 2 |
|
|
I want to help with the java wrappers and build up a UI in android for this project.
|
|
|
11:54 am May 7, 2010
| Haxar
| | |
| Moderator
| posts 58 |
|
|
Try again by doing a subversion update in your checked out branch.
|
|
|
2:21 am June 12, 2010
| puregamer
| | |
| Member | posts 4 |
|
|
Ihave the app installed on my samsumg moment android and i add a server just fine. when i try to connect to the server it loads then gives me a message that says. the application Mangler (process org.mangler) has stopped unexpedtedly. please try again. i have done this about 20 times and it keeps happening any suggestions on how to stop this from happening. it is preventing me from using the app.
|
|
|
2:42 am June 12, 2010
| econnell
| | |
| Admin
| posts 319 |
|
|
Post edited 6:44 am – June 12, 2010 by ekilfoil
I asked my magic 8-ball what android version and which Mangler version you're using, but it just said "Signs point to yes"
Hope this helps.
|
|
|
2:47 am June 12, 2010
| puregamer
| | |
| Member | posts 4 |
|
|
sorry android 2.1 and i am mangler version that i downloaded from this link: http://danslo.org/Mangler.apk i got it off youtube.
|
|
|
2:53 am June 12, 2010
| econnell
| | |
| Admin
| posts 319 |
|
|
Post edited 6:54 am – June 12, 2010 by ekilfoil
I'm not sure what slow dan has going on in that version… Try this one on version r912:
http://www.mangler.org/downloa…..n-r912.apk
edit: sorry… wrong link… try r912…
|
|
|
3:03 am June 12, 2010
| puregamer
| | |
| Member | posts 4 |
|
|
this worked for me the first time but it gave only the lobby channel option and when i went to talk i got the same error message.
|
|
|
3:07 am June 12, 2010
| econnell
| | |
| Admin
| posts 319 |
|
|
I posted the wrong link before. I updated the link in the above post.
|
|