Idea for devs of P720/P725 - can you try it?

Search This thread

troopii

Senior Member
I already did it, the interessting parts are missing.
It has something todo with the omxcameraadapter and dss. With dss you can rotate and mirror framebuffers. But i dont understand whats happen there yet.

Sent from my LG-P920 using XDA Free mobile app
 
Last edited:
  • Like
Reactions: bether

bether

Senior Member
Aug 28, 2010
420
101
OK, lg real3D sources are missing :(
But maybe is better porting ICS p920 -> p720 instead SU870 -> P720 watching on *.kdz (2.3.6 p920 and p720) differences.
 

bether

Senior Member
Aug 28, 2010
420
101
up.

Maybe would be working replacing system/ from ICS P920 to ported ICS P720.
Only difference between these is number of boot partition (updater-script). Can be corrected.
ICS v20f P720
Code:
package_extract_file("boot.img", "/dev/block/mmcblk0p3");

ICS v30a P920
Code:
package_extract_file("boot.img", "/dev/block/mmcblk0p5");

Maybe this lets repair upside-down camera?
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    I already did it, the interessting parts are missing.
    It has something todo with the omxcameraadapter and dss. With dss you can rotate and mirror framebuffers. But i dont understand whats happen there yet.

    Sent from my LG-P920 using XDA Free mobile app