Monday, December 26, 2011

How to Free Bionic From HDMI Dock???

This is a flashable zip install method for those less technical of you
What this mod works:
It removes the device ID string check from PortalApp, and enables the webtop option in DockService. Replacing these two apk files effectively allows the webtop to launch without proprietary hardware.
What this means to you:
Webtop mode over any HDMI without an expensive dock.
Installation:

Method 1: Flashable ZIP

Flash THIS ZIP  File

Method 2: ADB install

Download the package here: http://www.mediafire.com/?aauu692e0xctava

First Get the files to the device and remount /system as rw:

Code:
adb push DockService.apk /mnt/sdcard/
adb push PortalApp.apk /mnt/sdcard/
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system

Backup the original files:

Code:
mv /system/app/DockService.odex /system/app/DockService.odex.bak
mv /system/app/PortalApp.odex /system/app/PortalApp.odex.bak
cp /system/app/DockService.apk /system/app/DockService.apk.bak
cp /system/app/PortalApp.apk /system/app/PortalApp.apk.bak

Copy the modded files over fix permissions and reboot:

Code:
cp /mnt/sdcard/DockService.apk /system/app
cp /mnt/sdcard/PortalApp.apk /system/app
chmod 644 /system/app/DockService.apk
chmod 644 /system/app/PortalApp.apk
reboot

Done 
 If You Like This Post Share it using Below Buttons
And
If Have Any Problem in this Post?
Please Comment Below…. 

0 comments:

Post a Comment

Here Comment is Do-Follow So Comment And Improve Your BackLink.

Followers