If you want to know detail ,please read my Post.
Phone mode or Tablet mode in Ice Cream Sandwich ?
http://baroqueworksdev.blogspot.com/2012/01/phone-mode-or-tablet-mode-in-ice-cream.html
NavigationBar / Virtual buttons in the System Bar
http://baroqueworksdev.blogspot.com/2012/01/navigationbar.html
device/samsung/tuna/overlay/frameworks/base/core/res/res/values
- config.xml
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be autodetected from the Configuration. --> <bool name="config_showNavigationBar">true</bool> ↓ <bool name="config_showNavigationBar">false</bool>
Change to LCD Density 160.
device/samsung/tuna
- device.mk
PRODUCT_PROPERTY_OVERRIDES += \ ro.sf.lcd_density=320 ↓ ro.sf.lcd_density=160
building ROM
Obtaining proprietary binaries
$ wget https://dl.google.com/dl/android/aosp/imgtec-maguro-iml74k-a796ffae.tgz
$ wget https://dl.google.com/dl/android/aosp/samsung-maguro-iml74k-de1cc439.tgz
$ for i in *maguro-iml74k* ; do tar zxvf $i ; done
$ for i in ./extract-*-maguro.sh ; do $i ; done
build
$ . build/envsetup.sh
$ lunch full_maguro-userdebug
$ make
Flashing a device
$ cd out/target/product/maguro
$ fastboot flashall -w
Launch device.
Tablet UI mode on Galaxy Nexus!!
No comments:
Post a Comment