[android-porting] Get sensors working on cm10 (4.1.2)

2013-06-14 Thread Roman Gaitbaev
I compile cm10 from my device tree here: https://github.com/RomzesRover/acer_liquid_device-tree_kernel and now I need to fix next issue (sensors) To make this device tree I use old fully working device tree for cm9, but now sensors aint wokrs We use prebuilt sensors.salsa.so cuz we haven't sourc

[android-porting] Get camera working on cm10

2013-06-24 Thread Roman Gaitbaev
Hi all, I try to get fully working jb on my device acer liquid (salsa) so now I think about camera... I compiled camera.qsd8k.so from https://github.com/RomzesRover/acer_liquid_device-tree_kernel/tree/cm10/libcamera-qsd8k and I compiled libcamera.so https://github.com/RomzesRover/acer_liquid_de

[android-porting] Changing screen resolution (not dpi value)

2013-08-07 Thread Roman Gaitbaev
Hi all I want to change screen res, and I can do it, but after changing I get black borders on the screen, so how can I stretch the image ? I can change borders color, or move the image to center, but I can't change wrap mode ( here the kernel https://github.com/RomzesRover/acer_liquid_device-tr

[android-porting] Re: Get sensors working on cm10 (4.1.2)

2013-08-14 Thread Roman Gaitbaev
fixed by this patch https://github.com/RomzesRover/acer_liquid_device-tree_kernel/blob/cm10/patches/sensors_fix(R_r).diff -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subsc

[android-porting] Decreasing resolution

2013-09-02 Thread Roman Gaitbaev
Hi everyone I wanna try to decreasing screen resolution in kernel from native 800*480 to new 400_240, and I almost do this, you can see about it here, and take a look to commits: https://github.com/RomzesRover/kernel-drivers-video-msm but Iam still have one bug when drawing some animation on ne