Tablet ui in GT-I8552

Search This thread

Tuneer

Senior Member
Sep 15, 2013
204
55
Does anybody know how to enable tablet ui in GT-I8552?

Sent from my GT-I8552 using XDA Premium 4 mobile app
 

Androlover98

Senior Member
Jan 30, 2013
124
56
25
Mumbai
Does anybody know how to enable tablet ui in GT-I8552?

Sent from my GT-I8552 using XDA Premium 4 mobile app

Download Xposed framework and enable it.

Reboot.

Open build.prop using Root Browser or whatever:p.
Add these lines to it -
Code:
#Nav bar
qemu.hw.mainkeys=0

Download Xposed App Settings and enable the module.

Link- Click here

Reboot.

Change the DPI of status bar to 160.

Profit?:)

Simpler way-

Open build.prop using Root Browser-

Change the value of-

ro.sf.lcd_density to 160.

It will look like-

Code:
# Set Default LCD Density
ro.sf.lcd_density=160
 
Last edited:
  • Like
Reactions: ZANKRUT.DOSHI

Tuneer

Senior Member
Sep 15, 2013
204
55
Download Xposed framework and enable it.

Reboot.

Open build.prop using Root Browser or whatever:p.
Add these lines to it -
Code:
#Nav bar
qemu.hw.mainkeys=0

Download Xposed App Settings and enable the module.

Link- Click here

Reboot.

Change the DPI of status bar to 230.

Profit?:)

Simpler way-

Open build.prop using Root Browser-

Change the value of-

ro.sf.lcd_density to 230.

It will look like-

Code:
# Set Default LCD Density
ro.sf.lcd_density=230

But that will change the lcd density... How will it trigger tablet ui?

Sent from my GT-I8552 using XDA Premium 4 mobile app
 

Androlover98

Senior Member
Jan 30, 2013
124
56
25
Mumbai
But that will change the lcd density... How will it trigger tablet ui?

Sent from my GT-I8552 using XDA Premium 4 mobile app

It will, because tablets and phablets usually have a higher density. PA hybrid works on that principle.

SORRY- Tablet DPI is 160.


Sent from my Nexus 7 using Tapatalk
 
Last edited:

Tuneer

Senior Member
Sep 15, 2013
204
55
It will, because tablets and phablets usually have a higher density. PA hybrid works on that principle.

Sent from my Nexus 7 using Tapatalk

So that means if I change my lcd density.. Then it should automatically such to tablet ui... Once I reboot it..

Sent from my GT-I8552 using XDA Premium 4 mobile app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Does anybody know how to enable tablet ui in GT-I8552?

    Sent from my GT-I8552 using XDA Premium 4 mobile app

    Download Xposed framework and enable it.

    Reboot.

    Open build.prop using Root Browser or whatever:p.
    Add these lines to it -
    Code:
    #Nav bar
    qemu.hw.mainkeys=0

    Download Xposed App Settings and enable the module.

    Link- Click here

    Reboot.

    Change the DPI of status bar to 160.

    Profit?:)

    Simpler way-

    Open build.prop using Root Browser-

    Change the value of-

    ro.sf.lcd_density to 160.

    It will look like-

    Code:
    # Set Default LCD Density
    ro.sf.lcd_density=160