Milestone Browser and Terminal Emulator

This is a discussion on Milestone Browser and Terminal Emulator within the Droid Hacks forums, part of the Droid Hacking category; Can someone give me directions from these instructions AllDroid - View topic - [release] Multitouch browser for Droid (2.0.1) v1.0RC2 using terminal emulator? I really ...

+ Reply to Thread
Page 1 of 6 1 2 3 ... LastLast
Results 1 to 10 of 51

Thread: Milestone Browser and Terminal Emulator

  1. Master Droid
    taypotts's Avatar
    Member #
    2134
    Join Date
    Nov 2009
    Posts
    420
    Phone
    Moto freakin Droid
    #1

    Milestone Browser and Terminal Emulator

    Can someone give me directions from these instructions AllDroid - View topic - [release] Multitouch browser for Droid (2.0.1) v1.0RC2 using terminal emulator? I really don't want to use adb. Thanks!!
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Master Droid
    taypotts's Avatar
    Member #
    2134
    Join Date
    Nov 2009
    Posts
    420
    Phone
    Moto freakin Droid
    #2
    no one?
  4. Master Droid
    taypotts's Avatar
    Member #
    2134
    Join Date
    Nov 2009
    Posts
    420
    Phone
    Moto freakin Droid
    #3
    Could this work? Anyone?


    Now for the droid multitouch browser. Download the file from this link

    RapidShare: 1-CLICK Web hosting - Easy Filehosting


    and extract it. copy both browser.apk and libwebmtcore.so to the root of your sd card. Then download Terminal Emulator for free from the Android Market. Launch it and type these commands in one at a time and press the enter key (the button directly below delete on the hard keyboard) after each one.

    su
    mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
    rm /system/app/Browser.odex
    cat /sdcard/Browser.apk > /system/app/Browser.apk
    cat /sdcard/libmtwebcore.so > /system/lib/libmtwebcore.so
    mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
    sync
    reboot

    *Note: when i typed the
    rm /system/app/Browser.odex it said file does not exist, yet it still worked for me. Some people say this could cause problems down the line, but if it didnt exist in the first place on my phone (i checked ) than it is basically deleted.
  5. Master Droid
    taypotts's Avatar
    Member #
    2134
    Join Date
    Nov 2009
    Posts
    420
    Phone
    Moto freakin Droid
    #4
    this DOES work! whoo!! I now have pinch to zoom!!! I'm thrilled right now! haha
  6. Senior Droid
    vpshockwave's Avatar
    Member #
    16076
    Join Date
    Dec 2009
    Posts
    164
    Phone
    Droid
    #5
    Quote Originally Posted by taypotts View Post

    *Note: when i typed the
    rm /system/app/Browser.odex it said file does not exist, yet it still worked for me. Some people say this could cause problems down the line, but if it didnt exist in the first place on my phone (i checked ) than it is basically deleted.
    I had this problem when I first did it too. I'm not sure what the .odex file is, but it didn't seem to make a difference for me either.
  7. Master Droid
    713King's Avatar
    Member #
    5948
    Join Date
    Nov 2009
    Location
    Houston, Tx
    Posts
    426
    Liked
    3 times
    Phone
    Droid
    #6
    i have to have a rooted phone in order for me to push this one right? in that case i might as well root the phone lol
  8. Senior Droid
    vpshockwave's Avatar
    Member #
    16076
    Join Date
    Dec 2009
    Posts
    164
    Phone
    Droid
    #7
    Quote Originally Posted by 713King View Post
    i have to have a rooted phone in order for me to push this one right? in that case i might as well root the phone lol
    Yeah I don't think it'll let you delete the old browser.apk unless you have root. Or maybe it will? I'm honestly not sure. I'd root anyway. It really can't hurt.
  9. Master Droid
    713King's Avatar
    Member #
    5948
    Join Date
    Nov 2009
    Location
    Houston, Tx
    Posts
    426
    Liked
    3 times
    Phone
    Droid
    #8
    thank you, because I do like how 2.1 looks like and it says it works on 2.1
  10. Master Droid
    Newton122189's Avatar
    Member #
    1942
    Join Date
    Nov 2009
    Location
    Virginia
    Posts
    627
    Liked
    1 times
    Phone
    R2D2 Droid 2, Motorola XOOM
    #9
    Quote Originally Posted by taypotts View Post
    Could this work? Anyone?


    Now for the droid multitouch browser. Download the file from this link

    RapidShare: 1-CLICK Web hosting - Easy Filehosting


    and extract it. copy both browser.apk and libwebmtcore.so to the root of your sd card. Then download Terminal Emulator for free from the Android Market. Launch it and type these commands in one at a time and press the enter key (the button directly below delete on the hard keyboard) after each one.

    su
    mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
    rm /system/app/Browser.odex
    cat /sdcard/Browser.apk > /system/app/Browser.apk
    cat /sdcard/libmtwebcore.so > /system/lib/libmtwebcore.so
    mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
    sync
    reboot

    *Note: when i typed the
    rm /system/app/Browser.odex it said file does not exist, yet it still worked for me. Some people say this could cause problems down the line, but if it didnt exist in the first place on my phone (i checked ) than it is basically deleted.
    i actually made the original apk and odex into .bak files that way i could go back if i wanted to, of course i did a nandroid backup too but i figured it couldnt hurt to have a backup without the nandroid

    if anyone is interested i entered this into adb, or terminal

    su
    mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
    mv /system/app/Browser.odex /system/app/Browser.odex.bak
    mv /system/app/Browser.apk /system/app/Browser.apk.bak
    cat /sdcard/Browser.apk > /system/app/Browser.apk
    cat /sdcard/libmtwebcore.so > /system/lib/libmtwebcore.so
    mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
    sync
    reboot

    and just to report my browser does have multi touch and it seems to be working very well
  11. Master Droid
    Newton122189's Avatar
    Member #
    1942
    Join Date
    Nov 2009
    Location
    Virginia
    Posts
    627
    Liked
    1 times
    Phone
    R2D2 Droid 2, Motorola XOOM
    #10
    by the way if you do this the way i detailed above then it is reversible without reverting to a backup, i have this confirmed working

    ***IF DONE THE WAY I LISTED ABOVE***

    abd shell
    su
    mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
    mv /system/app/Browser.apk /system/app/Browser.apk.mt.bak
    mv /system/lib/libmtwebcore.so /system/lib/libmtwebcore.so.bak
    mv /system/app/Browser.apk.bak /system/app/Browser.apk
    mv /system/app/Browser.odex.bak /system/app/Browser.odex
    mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
    sync
    reboot

    that should take your backed up browser (if you did it the way i listed above) and install it and it will turn your multi touch browser into a backup
+ Reply to Thread
Page 1 of 6 1 2 3 ... LastLast

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. Help with Terminal, deleted Browser.apk
    By blake in forum New Member Introductions & Site Assistance
    Replies: 1
    Last Post: 01-24-2010, 10:08 AM
  2. Terminal Emulator
    By tony1208 in forum Droid Hacks
    Replies: 5
    Last Post: 01-18-2010, 09:25 PM
  3. Can I install BusyBox using the Terminal Emulator?
    By blueyzfr6 in forum Droid Hacks
    Replies: 1
    Last Post: 01-14-2010, 07:16 PM
  4. PC Terminal emulator, GUI?
    By Flowah in forum Droid Hacks
    Replies: 8
    Last Post: 12-15-2009, 03:47 AM

Search tags for this page

browser terminal emulator
,
browser.odex
,

droid browser emulator

,

droid browser simulator

,
emulador motorola milestone
,
libwebmtcore.so
,
milestone barowsar downlod .
,
milestone browser droid x
,

milestone terminal

,
milestone terminal emulator root
,
milestone x simulator
,
motorola milestone emulador
,

motorola milestone emulator

,
motorola milestone emulators
,

motorola milestone simulator

,
motorola milestone system/app remount yaffs2
,
motorola milestone terminal
,
simulador motorola milestone
,
terminal emulator milestone
,
terminal milestone
Click on a term to search our site for related topics.

Tags for this Thread