DroidForums.net is the original Verizon Android Forum! Registered Users do not see these ads. Please Register - It's Free!
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: Browser.apk (modified) no installed???

  1. Steel Droid ROM Developer
    chevycam94's Avatar
    Member #
    67883
    Join Date
    May 2010
    Location
    Central Ohio
    Posts
    1,335
    Liked
    159 times
    Twitter
    chevycam94
    Phone
    Droid 1, Droid 3, Galaxy Nexus
    DroidForums.net Developer
    #1

    Exclamation Browser.apk (modified) no installed???

    I just fully customized the stock Browser.apk. Got it all nice and pretty, but when I tried to replace the original Browser.apk with my modified one, when I try to open the browser, it keeps telling me that the application is not installed on my system. WTF!

    This browser (when fully complete), is going to be part of my complete theme for BB on Froyo.

    Any ideas?

    If someone wants, I can upload the file, and see if you can tell me what I did wrong. Is it a signing issue, permissions issue, or a naming issue?
    Motorola Droid 1
    Steel Droid v12.0 (GB WIP)
    RZ's 2.0.3 Recovery

    Droid 3 v5.0 (5.7.906-based)

    Galaxy Nexus (32GB)
    Steel Droid GNex JELLYBEAN v7.0 (AOSP 4.2.2 Hybrid WIP)
    Vanir AK kernel 1.0.2 mod

    TWRP 2.4.4.0 Recovery
    JRO03O bootloader and JDQ39 radios

    If you like my work, please donate!
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Senior Droid
    rustynail09's Avatar
    Member #
    56781
    Join Date
    Apr 2010
    Posts
    111
    Phone
    Rooted Moto Droid 2.1
    #2
    first question is where did you put it? it should be put in systems/apps with 644 permissions (rw-r--r--). After both those are set, reboot the phone and try again. Usually modifying the /system/app requires a reboot. Let me know how that works, if that doesn't work, I will take a look at the file and see if I can find anything.
    2.2 update =0, 1.1ghz ULVChevyNo1 7slot, setcpu on demand, wifi tether. 196 on a short benchmark, I can't complain too much!
  4. Steel Droid ROM Developer
    chevycam94's Avatar
    Member #
    67883
    Join Date
    May 2010
    Location
    Central Ohio
    Posts
    1,335
    Liked
    159 times
    Twitter
    chevycam94
    Phone
    Droid 1, Droid 3, Galaxy Nexus
    DroidForums.net Developer
    #3
    Here you go rusty, see if you can find out what I did wrong. I will try what you said again, maybe I missed something simple. lol
    Attached Files
    Motorola Droid 1
    Steel Droid v12.0 (GB WIP)
    RZ's 2.0.3 Recovery

    Droid 3 v5.0 (5.7.906-based)

    Galaxy Nexus (32GB)
    Steel Droid GNex JELLYBEAN v7.0 (AOSP 4.2.2 Hybrid WIP)
    Vanir AK kernel 1.0.2 mod

    TWRP 2.4.4.0 Recovery
    JRO03O bootloader and JDQ39 radios

    If you like my work, please donate!
  5. Senior Droid
    rustynail09's Avatar
    Member #
    56781
    Join Date
    Apr 2010
    Posts
    111
    Phone
    Rooted Moto Droid 2.1
    #4
    just let me know if it worked... also remember to remove the original browser before installing the themed version of it.
    2.2 update =0, 1.1ghz ULVChevyNo1 7slot, setcpu on demand, wifi tether. 196 on a short benchmark, I can't complain too much!
  6. Beta Team
    INSANENEIVIESIS's Avatar
    Member #
    28581
    Join Date
    Jan 2010
    Posts
    1,288
    Phone
    Galaxy Nexus, HTC TB, and D1
    DroidForums.net Developer
    #5
    try this. remame to update.zip in sprecovery. or in clock work install zip from sd
    Attached Files
    Galaxy Nexus: ICS53F Rooted/Unlocked Thunder Bolt: CM7.1.1 Droid 1: CM6
    Team Shadow

    want to buy me some orange juice?? Donate if you like my work
  7. Beta Team
    INSANENEIVIESIS's Avatar
    Member #
    28581
    Join Date
    Jan 2010
    Posts
    1,288
    Phone
    Galaxy Nexus, HTC TB, and D1
    DroidForums.net Developer
    #6
    also use adb to push apps to the system.

    just put the file in the tools folder in your computer. reboot into recovery. mount the system. then open cmd and get in your tools folder, then run this command

    adb root
    adb remount
    adb push example.apk /system/app

    unmount the system and type

    adb reboot
    Galaxy Nexus: ICS53F Rooted/Unlocked Thunder Bolt: CM7.1.1 Droid 1: CM6
    Team Shadow

    want to buy me some orange juice?? Donate if you like my work
  8. Rescue Squad
    titans's Avatar
    Member #
    11378
    Join Date
    Dec 2009
    Posts
    2,668
    Twitter
    @titans_df
    Phone
    Incredible
    Premium Member
    #7
    A lot of people are using cartoon people for their avatars now o.o first I saw bgill55 do it, then Jrummy, then you...what is that?
  9. Beta Team
    INSANENEIVIESIS's Avatar
    Member #
    28581
    Join Date
    Jan 2010
    Posts
    1,288
    Phone
    Galaxy Nexus, HTC TB, and D1
    DroidForums.net Developer
    #8
    Quote Originally Posted by titans View Post
    A lot of people are using cartoon people for their avatars now o.o first I saw bgill55 do it, then Jrummy, then you...what is that?
    FACE YOUR MANGA | Shake yourself! heres the link.
    Galaxy Nexus: ICS53F Rooted/Unlocked Thunder Bolt: CM7.1.1 Droid 1: CM6
    Team Shadow

    want to buy me some orange juice?? Donate if you like my work
  10. Steel Droid ROM Developer
    chevycam94's Avatar
    Member #
    67883
    Join Date
    May 2010
    Location
    Central Ohio
    Posts
    1,335
    Liked
    159 times
    Twitter
    chevycam94
    Phone
    Droid 1, Droid 3, Galaxy Nexus
    DroidForums.net Developer
    #9
    Quote Originally Posted by rustynail09 View Post
    first question is where did you put it? it should be put in systems/apps with 644 permissions (rw-r--r--). After both those are set, reboot the phone and try again. Usually modifying the /system/app requires a reboot. Let me know how that works, if that doesn't work, I will take a look at the file and see if I can find anything.
    I actually changed the permissions to 644, just like you said, and it didnt work. So I deleted it, and the backup copy that I made (moved the backup to my computer), then used root explorer to move the modified one back, and changed permissions again, and it worked perfectly. Not sure why, but I dont think you can have something like: "Browser.apk" (modified version) and "Browser.apk.BACKUP" (original version) both in the /system/app folder at the same time. Name conflict? Still thinks of "Browser.apk.BACKUP" as an APK?
    Motorola Droid 1
    Steel Droid v12.0 (GB WIP)
    RZ's 2.0.3 Recovery

    Droid 3 v5.0 (5.7.906-based)

    Galaxy Nexus (32GB)
    Steel Droid GNex JELLYBEAN v7.0 (AOSP 4.2.2 Hybrid WIP)
    Vanir AK kernel 1.0.2 mod

    TWRP 2.4.4.0 Recovery
    JRO03O bootloader and JDQ39 radios

    If you like my work, please donate!
  11. Moderator/RS
    dmacleo's Avatar
    Member #
    26773
    Join Date
    Jan 2010
    Location
    Etna,ME
    Posts
    1,482
    Phone
    droid
    Premium Member
    #10
    well may not be helpful but ms train sim used apk files and that filename.apk.backup often failed too. I used filename.org instead.
    Dave MacLeod



Page 1 of 2 1 2 LastLast

Ads

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. Modified Phone.apk
    By budmonster in forum Droid Hacks
    Replies: 8
    Last Post: 06-09-2010, 09:34 AM
  2. modified mms and UD 9.8
    By funk1 in forum Android Roms
    Replies: 2
    Last Post: 04-11-2010, 10:29 AM
  3. Modified My Car Mount
    By INFERNO in forum Android Accessories
    Replies: 24
    Last Post: 02-07-2010, 07:33 AM
  4. Modified GDE theme
    By alf in forum Droid Themes
    Replies: 22
    Last Post: 12-20-2009, 08:45 PM
  5. hin Browser installed twice on my Droid?
    By mikespe in forum Android Applications
    Replies: 6
    Last Post: 12-20-2009, 10:42 AM

Search tags for this page

2.2-browser.apk
,
2.3.3 stock browser apk
,
android 2.2 stock browser apk
,
android 2.3 browser apk
,
android 2.3.4 browser.apk
,
android original browser.apk
,

browser.apk

,
browser.apk 2.3.3
,
com.android.browser.apk
,

froyo browser apk

,
link browser .apk forum
,
navegador 2.3.4 apk
,
original android 2.3 browser apk
,
steel browser apk
,
stock android browser 2.3 apk
Click on a term to search our site for related topics.
Find us on Google+