View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#2205
Originally Posted by Schturman View Post
Yes, probably its blocked in my work network..
But i don't understand, we need all 3 files or its enough 2 like HtheB wrote here?
And what exactly the order of installation and uninstallation ?
Install:
1. libmeegotouchcore0 - via Inception
2. Patch - via patch like we Do this in Drive app
3. landscape deb file

Uninstall:
1. Landscape file
2. patch - how to revert this? which files to backup? I will check this file two.
3. Reinstalling libmeegotouchcore0 with original one

i'm right?

Libmeegotouchcore0 by default does not allow orientation of applications so the modified libmeegotouchcore0 enables orientation in the system.

the patch file changes all the apps' orientation from locked to open. the patch also allows the user to then blacklist apps that should not be rotated.

the landscape .deb file fixes orientation problems by changing the default size of some elements within apps hence displaying properly in landscape mode. For example, calculator, music player have changed to become slightly smaller in landscape so that they fit the screen.


Your installation and uninstallation is correct. To reverse the patch simply do:

Code:
patch -p0 -R < path/file.patch
 

The Following User Says Thank You to thedead1440 For This Useful Post: