[Mod] Webtop via HDMI without a Dock.

Search This thread

Fenny

Inactive Recognized Developer
Jun 28, 2007
1,386
2,073
F(x)tec Pro1-X
Google Pixel 6 Pro
What this mod does:
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: ADB install
Download the package here: http://xdaforums.com/attachment.php?attachmentid=791033&d=1321938181
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 /dev/block/system /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


Appreciate my work? Buy Me a Beer:

 

Attachments

  • Atrix2WebtopMod.rar
    1.4 MB · Views: 2,529
Last edited:

svtfmook

Senior Member
Aug 14, 2007
1,406
242
awesome job!

however, will this effect how the device currently interacts with the motorola docks (webtop, lapdock, car-dock, hd-dock, etc)
 

Fenny

Inactive Recognized Developer
Jun 28, 2007
1,386
2,073
F(x)tec Pro1-X
Google Pixel 6 Pro
The modifications to PortalApp will have no effect on that interaction whatsoever I have just removed the bit that checks to see if your dock is legit when the Webtop Launches. And the modification to DockService simply causes the mIsWebtopAllowed variable to return true.

In short everything will work the same, you'll just always have a webtop option in the Dock Picker Activity no matter what type of HDMI/Dock you have connected.
 

duke8804

Member
Aug 4, 2011
41
2
Mod works great Thanks. I just have one question. Is there a way to make the 4G connection work on webtop?
 

halfevildruid

Senior Member
Feb 1, 2010
365
170
50
reactor core, usa
Last edited:

halfevildruid

Senior Member
Feb 1, 2010
365
170
50
reactor core, usa

voodoomurphy

Senior Member
Mar 27, 2006
108
4
I have not tried that yet, I have been a little to afraid to given what happened the first time I tried using Bionic derived tools. I'm a Mac guy, so RSD is out of my reach right now. I will try it tonight at work.
 
Last edited:

jstrayy

Senior Member
Mar 5, 2011
635
37
can I flash via recovery?

the same way I did with the first Atrix? Please let me know, and thank you, don't wanna try and brick it.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 14
    What this mod does:
    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: ADB install
    Download the package here: http://xdaforums.com/attachment.php?attachmentid=791033&d=1321938181
    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 /dev/block/system /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


    Appreciate my work? Buy Me a Beer:

    2
    Code:
    mount -o remount,rw /system

    Didn't work for me. Had to use this:

    Code:
    mount -o remount,rw /dev/block/system /system
    1
    works great. Has anyone tried getting the full ubuntu or installing any .deb packages on i yet?

    Yes I have a full ubuntu and gnome running on the webtop. I am working on a write up for it.

    Here are some pics that show it... This was before I had gnome working though.

    picture.php


    picture.php



    Jim
    1
    Hey Jim, I have a few questions for you on this.

    1) How big is the web top partition? I know on the Atrix it's something goofy like 80 mb
    2) Have you tried any of the Webtop2SD hacks?
    3) Any luck on the write up for this? I think I'm going to pick up the lapdock soon and I'd love to have the full ubuntu on it.

    Yes I am posting the write up here in a few min, I am testing my script right now.

    I have a script that will do 90% of the work all you or anyone else will have to do is format the sdcard, and I have instructions on how to do it...

    The sdcard patition needs to be at least 1GB, I made mine 4GB, on my 32GB card, and it HAS to be formatted to ext3. For windows use this program:

    http://www.partitionwizard.com/free-partition-manager.html

    But I HIGHLY recommend doing it with gparted and you can download a bootable iso from the link below that has gparted on it, that will allow you to resize your sdcard and format just the new partition to ext3, NO DATA LOSS.

    gparted bootable iso, just burn this to a cd and boot into it, an launch gparted.

    http://gparted.sourceforge.net/livecd.php

    P.S. webtop2sd does not work for our phone, so that is why I have written all the scripts to handle all the same stuff they are doing.
    1
    can I make my /system read only again?
    mount -o remount,rw /dev/block/system /system
    Or its okay to leave it at read/write mode?


    No you do not need to leave /system rw.

    You can remount it read only with the following

    mount -o remount, ro /system

    Just do that after you have copied the files into place.