adrianopaladini / brightness

Control the brightness of your device on Titanium
Other
17 stars 7 forks source link

Module not shown? #2

Closed PietroGranati closed 6 years ago

PietroGranati commented 9 years ago

I've imported the modules in titanium like any other, but the android module isn't showed when I try to add it to the app

What's wrong?

PietroGranati commented 9 years ago

I've tryed to force insert module in xml and Appcelerator says that this module does not support android :/ please fix!

jakis39 commented 9 years ago

I'm having the same problem.

jakis39 commented 9 years ago

Tried recompiling the Android version from source, but it still doesn't work. For now I'm using the old Android version 1.0 from this commit: f22516f and it seems to be working for what I need it for. Hope this helps anyone else who comes here.

PietroGranati commented 9 years ago

@jakis39 thank you I will try that, just copy it to the modules folder?

jakis39 commented 9 years ago

I downloaded the source for 1.0 and published it into my app

PietroGranati commented 9 years ago

@jakis39 What does it mean published it into my app? put the files?

jakis39 commented 9 years ago

I mean compile the source code and put the compiled module into your app.

PietroGranati commented 9 years ago

@jakis39 thank you, I've never done it so I need to find a guide for build a module

PietroGranati commented 9 years ago

@jakis39 Can you send me the compiled version?

jakis39 commented 9 years ago

I can't attach a zip file to this post.

To compile the module:

PietroGranati commented 9 years ago

@jakis39 I'm trying doing it via command-line but seems I need to install some components. I'll try you guide now, if you can send me the zip to pietro.granati@libemax.com it will be a pleasure. Thank you for the support @jakis39 !!!

PietroGranati commented 9 years ago

@jakis39 Because after compiling and added to project got this error: failed: dlopen failed: cannot locate symbol "__exidx_end" referenced by "libcom.widbook.brightness.so

PietroGranati commented 9 years ago

RESOLVED - Need to build with SDK 4+

Sofianio commented 9 years ago

I'm having the same pb, @PietroGranati plz specify what was "resolved" the v1 or v2?

PietroGranati commented 8 years ago

@Sofianio the v1!

hansemannn commented 8 years ago

Recompiled with 5.5.1.GA in #4