[DEV HELP] Android Open Kang Project

RockR172

Senior Member
Jun 12, 2011
1,421
1,503
0
Okay, built from source and now touchscreen isn't working. Did anybbody here get past that issue?
Use inputreader.cpp and android.mk from CM9... its patched for our devices... i dont have the link to that patch in CM gerrit... :(
In BoardConfig.mk add BOARD_USE_LEGACY_TOUCHSCREEN=true

Edit: Temporary fix- use libinput.so from a Touchscreen Working ICS ROM... :D

Sent from my LG-P500 using XDA
 
Last edited:
  • Like
Reactions: rukin5197 and aspee

rukin5197

Senior Member
Jul 26, 2011
838
797
0
Use inputreader.cpp and android.mk from CM9... its patched for our devices... i dont have the link to that patch in CM gerrit... :(
In BoardConfig.mk add BOARD_USE_LEGACY_TOUCHSCREEN=true

Edit: Temporary fix- use libinput.so from a Touchscreen Working ICS ROM... :D

Sent from my LG-P500 using XDA
Which android.mk are you talking about? The one in frameworks/base or in another directory? Because I get errors when doing it and I see an android.mk in the same directory as InputReader.cpp
 

RockR172

Senior Member
Jun 12, 2011
1,421
1,503
0
Which android.mk are you talking about? The one in frameworks/base or in another directory? Because I get errors when doing it and I see an android.mk in the same directory as InputReader.cpp
Yep, the android.mk from same directory where InputReader.cpp is located... :)
Replace that... :)

Sent from my LG-P500 using Tapatalk 2 Beta-3
 
  • Like
Reactions: rukin5197

rukin5197

Senior Member
Jul 26, 2011
838
797
0
Anybody getting this while building randomly?
Code:
frameworks/base/include/binder/Parcel.h:80: note:                 bool android::Parcel::enforceInterface(const android::String16&) const
make: *** [out/target/product/thunderc/obj/SHARED_LIBRARIES/libmedia_intermediates/IOMX.o] Error 1
I've tried replacing Parcel.h and IOMX.o from CM9 but it's not budging. I guess I'm just going to look inside the files for now.
 

k2wl

Senior Member
Apr 19, 2008
3,166
7,573
0
true

And how to do that? Chmod might work, but why is it the Installer doesn't do that for you?

Sent from my Galaxy Nexus using Tapatalk 2 Beta-5
thanks arjen
@mDroidd
true,
i couldnt figure out why..

my head is mess up right now..
well i got that pass by changing or removing

ro.telephony.ril_class=LGEQualcommRIL


from build.prop.

but new error comes..
 
Last edited: