[Q] CM10.2 - How to fix touchscreen turned into touchpad

Search This thread

lenkyun

Member
Dec 9, 2013
27
2
I try to fix these problems after compiled CWM for my device.

1 ) Touchscreen turned into touchpad.
2 ) Notification bar missing.
3 ) Softkey navigation missing
I had added 'qemu.hw.mainkeys=0' to build.prop
 
Last edited:

es0tericcha0s

Senior Member
May 6, 2010
4,417
878
mobilemojo5280.com
I try to fix these problems after compiled CWM for my device.

1 ) Touchscreen turned into touchpad.
2 ) Notification bar missing.
3 ) Softkey navigation missing
I had added 'qemu.hw.mainkeys=0' to build.prop

Not entirely sure what you mean by touchpad, sorry...

2 and 3 are most likely related.

Did either ever work?

1st, make sure of the obvious - that the Expanded Desktop option is not enabled.

You shouldn't have to add the setting to build.prop as it is built into the rom and might interfere with other troubleshooting steps.

What device are you building for?
 
  • Like
Reactions: lenkyun

lenkyun

Member
Dec 9, 2013
27
2
Not entirely sure what you mean by touchpad, sorry...

2 and 3 are most likely related.

Did either ever work?

1st, make sure of the obvious - that the Expanded Desktop option is not enabled.

You shouldn't have to add the setting to build.prop as it is built into the rom and might interfere with other troubleshooting steps.

What device are you building for?

I'm building for ZTE V817 - (customs sold in my country)

Like touchpad.
I mean, I can use touchscreen as touchpad like as on notebook computer.
There is little circle as a cursor.


And, I'll remove all line from system.prop in device tree
 
Last edited:

es0tericcha0s

Senior Member
May 6, 2010
4,417
878
mobilemojo5280.com
Ahhh ok. I remember seeing something about that issue before, but having trouble finding the thread. Perhaps it's an option checked in the Developer Options in Settings? You didn't port the source from a tablet, perchance?
 

lenkyun

Member
Dec 9, 2013
27
2
Ahhh ok. I remember seeing something about that issue before, but having trouble finding the thread. Perhaps it's an option checked in the Developer Options in Settings? You didn't port the source from a tablet, perchance?

I mixed the device tree of Galaxy Core and msm7627a-common.
I'm sure that It's phone.

I had checked the developer option but it's still not work.
 
Last edited:

es0tericcha0s

Senior Member
May 6, 2010
4,417
878
mobilemojo5280.com
So it seems like you might be missing some modules or something along those lines. Like the phone doesn't recognize the touch parts so defaults to the circle method to get you around. I found some info for another device with this issue here:

http://xdaforums.com/showpost.php?p=48720567&postcount=504

The thread has some random info about it that maybe will be able to point you more in the direction of things to try and fix. Sorry I can't be of more help.
 
  • Like
Reactions: lenkyun

lenkyun

Member
Dec 9, 2013
27
2
So it seems like you might be missing some modules or something along those lines. Like the phone doesn't recognize the touch parts so defaults to the circle method to get you around. I found some info for another device with this issue here:

http://xdaforums.com/showpost.php?p=48720567&postcount=504

The thread has some random info about it that maybe will be able to point you more in the direction of things to try and fix. Sorry I can't be of more help.

Maybe it's about sensor.msm8x25 file.
I had included it in propietary but seems that location of vendor.blobs was invalid.
I had fixed it and now compiling.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    I try to fix these problems after compiled CWM for my device.

    1 ) Touchscreen turned into touchpad.
    2 ) Notification bar missing.
    3 ) Softkey navigation missing
    I had added 'qemu.hw.mainkeys=0' to build.prop

    Not entirely sure what you mean by touchpad, sorry...

    2 and 3 are most likely related.

    Did either ever work?

    1st, make sure of the obvious - that the Expanded Desktop option is not enabled.

    You shouldn't have to add the setting to build.prop as it is built into the rom and might interfere with other troubleshooting steps.

    What device are you building for?
    1
    So it seems like you might be missing some modules or something along those lines. Like the phone doesn't recognize the touch parts so defaults to the circle method to get you around. I found some info for another device with this issue here:

    http://xdaforums.com/showpost.php?p=48720567&postcount=504

    The thread has some random info about it that maybe will be able to point you more in the direction of things to try and fix. Sorry I can't be of more help.