Page 1 of 15 1234 ... LastLast
Results 1 to 25 of 372
Like Tree38Likes
  1. Thread Author  Thread Author    #1  
    basketthis's Avatar

    Posts
    1,463 Posts
    Global Posts
    1,456 Global Posts
    ROM
    AOSP!!!

    Default [ROM] Opti-ROM v1.1 built-in apps2sd, storage management, OCable!

    [INFO]Opti-ROM is a cumulative work between beezy, drewwalton19216801, jondevere, and myself.[/INFO]

    [Note]Special thanks to !!! Be sure to check out the site!!
    Another special thanks to jstntp for the continued support and everything else he does.
    Thanks NIck7 for the contribution and all of your work!! [/note]

    [WARN]This ROM is designed for ZVH radios ONLY! If you need to update (and retain root) please follow this link[/WARN]


    Prerequisites:
    • Root
    • Custom recovery
    • ZVH Radio


    [INFO]Instructions for installing:
    1. from hosting!
    2. Place on root of sdcard
    3. Boot into recovery
    4. Wipe: system, cache, data, dalvik cache (everything)
    5. Flash
    6. Flash ROM
    7. Reboot
    8. (RECOMMENDED and optional) To remove the sprint IQ files:
      • After you have booted the phone completely, complete these steps:
      • Reboot into recovery
      • Flash noIQ patch from jstntp
        NOTE: This will remove the ROMs custom background. Download the original background from post #2 below.
    [NOTE]
    Advanced users:
    DO NOT flash any files to try and enable apps 2 ext/sd, etc...!!
    I believe this needed it's own thread, but I will start here with this.
    I have integrated the DarkTremor a2sd script into the ROM to allow advanced functionality including dalvik-cache to cache (automatically upon flashing the ROM this is active) and apps store on the ext partition of an sd card. These features can be easily enabled and disabled from terminal (command prompt) or terminal emulator.

    DO NOT USE THE GUI FROM THE MARKET!
    Warning: The commands listed here take some amount of knowledge to understand. You must know what you are doing before you do it! If you experience data loss or more serious problems as a result of these commands, I am not responsible. Use this at your own risk. If this worries you, do not attempt this as the ROM works perfectly fine as it is. These commands are meant to extend the functionality and storage space utilized by the system.
    DO NOT USE THE GUI FROM THE MARKET!

    On to the explanations. THE ONLY TWO THINGS WE WILL COVER ARE apps2sd and the dalvik2cache! DO NOT ATTEMPT ANYTHING ELSE! DO NOT USE THE GUI FROM THE MARKET!
    Starting with dalvik to cache:
    Since dalvik to cache is installed upon flashing the ROM, the command to remove it is (adb shell if using computer):
    Code:
    su
    a2sd nocache
    To add it back to the ROM enter (adb shell if using computer):
    Code:
    su
    a2sd cachepart

    Now, the (not really, but could possibly be) complicated part. apps2sd.
    This will allow you to store all apps to the /sd-ext partition on the sdcard.
    BEFORE ATTEMPTING ANYTHING BELOW THIS LINE, BE SURE YOU HAVE A PARTITION ON YOUR SDCARD AND IT IS FORMATTED TO EXT(2, 3, or 4)
    If you do not follow the prerequisite above, do not report problems.
    Make sure to bakup sdcard if you want your contents. Then partition the sdcard under advanced settings. Select your desired size. Select 0MB for swap. Once that is done and while still in recovery, enter the following commands (this will format to ext4):
    Code:
    mke2fs -m0 -b4096 /dev/block/mmcblk0p2
    tune2fs -O extents,uninit_bg,dir_index /dev/block/mmcblk0p2
    e2fsck -yf /dev/block/mmcblk0p2
    tune2fs -o journal_data_writeback /dev/block/mmcblk0p2
    tune2fs -O ^has_journal /dev/block/mmcblk0p2
    Once you know that you have an sd-ext partition (the steps above) you can execute the correct command to move all apps to that partition (this may be used in conjunction with dalvik2cache commands above).
    Make sure you are completely booted into the Android OS (your phone is on and not in recovery).
    From terminal (command prompt) or terminal emulator: to enable apps2sd (adb shell if using computer):
    Code:
    su
    a2sd reinstall
    To move all apps back to the internal memory (adb shell if using computer):
    Code:
    su
    a2sd remove
    [/NOTE][/INFO]

    [NOTE]Changelog for Opti-ROM:
    09/29/2011 v1
    • framework and app deodexed
    • added jondevere framework and SystemUI edits (blue theme)
    • added more jondevere color hacks
    • added root (superuser and boot.img)
    • busybox added
    • busybox run-parts added
    • /data/app partition added
    • removed W_Installer.apk
    • added wireless tether app
    • added File Expert
    • added new maps
    • added new Market
    • added adblock hosts
    • added blue modded LatinIME.apk
    • added Drew's kernel
    • VM/performance tweaks
    • removed sum bloat
    • added quickboot

    09/30/2011 v1.1b (unreleased)
    • added drew's Gingerkernel v05.1!!! (yes, it's overclockable!)
      • EXT4 FS support
      • Smartass2 and InteractiveX governors
      • jhash2 > jhash3
      • New CFLAGS for (hopefully) slight performance gains
      • Removal of LG kernel build hijacking
    • fixed keyboard (dictionary)
    • updated script compatibility
    • removed power-on sound
    • removed sprint "splash" animation
    • added custom "splash" screen
    • added jstntp Blue Android boot animation

    10/02/2011 v1.1.1
    • added dalvik-cache to cache partition by default on flash
    • added Terminal Emulator
    • new Maps
    • custom Launcher without SprintID
      • Courtesy of Nick7!
      • Edits and theming by jstntp!!

    [/NOTE]
    [INFO]Known issues:
    (Please report any issues in this thread). Before reporting issues, please be sure you have followed the installation instructions properly. Posting the steps that you completed to result in an error will help expedite any troubleshooting.
    -SprintiD still shows in apps folder when menu hardkey is pressed. Causes FC. Removing in next release. -fixed. Thanks Nick7 and jstntp!!
    -WiFi tether not fully working (ZVH specific issue, not only this ROM)[/INFO]

    Updates:

    (This section is to give a glimpse into the future and mods/tweaks to be added to next build. I repeat, not released yet!!!)

    [Note]Special thanks to !!! Be sure to check out the site!!
    Another special thanks to jstntp for the continued support and everything else he does.
    Thanks NIck7 for the contribution and all of your work!! [/note]

    Below are the stock kernel and stock boot.img for download. Under normal circumstances you should not use these!
    Attached Files Attached Files
    Last edited by basketthis; 10-03-2011 at 05:41 PM.
    "Th- th- thinking of a master plan"
    Thanked by 32:
    + Show/Hide list of the thanked
  2. #2  

    Default Re: [ROM] Opti-ROM

    [NOTE]Modded Keyboard :




    Here is a fixed release of the keyboard. This has WORKING dictionary and themed. Sorry about that.
    Download:




    Default Opti-ROM Background:




    Note, the launcher has also been modded to blue and has a blue over-scroll.
    [/NOTE]
    Last edited by jondevere; 10-02-2011 at 03:23 AM.
    Thanked by 9:
  3. #3  
    beezy's Avatar

    Posts
    2,457 Posts
    Global Posts
    2,458 Global Posts
    ROM
    Extra Crispy

    Default Re: [ROM] Opti-ROM

    Good job

    Thanks to jon,drew,basketthis
    Last edited by beezy; 09-29-2011 at 02:28 AM.
    Thanked by 3:
    Jessicalt1, basketthis and jstntp like this.
  4. #4  
    sblood86's Avatar

    Posts
    430 Posts
    ROM
    Quatrimus / CM10

    Default Re: [ROM] Opti-ROM

    So I was being lazy but I went ahead and updated to ZVH for this. Thanks for the work yall.
    Thanked by:
  5. #5  

    Default Re: [ROM] Opti-ROM

    Makingmy bed while this downloads
  6. #6  

    Default Re: [ROM] Opti-ROM

    What OC app that's free do you recommend?
  7. #7  

    Default Re: [ROM] Opti-ROM

    so this is essentially like gROM? no cm7 code?
  8. Thread Author  Thread Author    #8  
    basketthis's Avatar

    Posts
    1,463 Posts
    Global Posts
    1,456 Global Posts
    ROM
    AOSP!!!

    Default Re: [ROM] Opti-ROM

    Quote Originally Posted by im_electronic View Post
    What OC app that's free do you recommend?
    Give one a try. Let us know how it works out for you.
    I haven't had the opportunity to try one yet...
    "Th- th- thinking of a master plan"
  9. #9  

    Default Re: [ROM] Opti-ROM

    Quote Originally Posted by rod_munch View Post
    so this is essentially like gROM? no cm7 code?
    This is not CM7. This is a gingerbread ROM.
  10. #10  
    swg0101's Avatar

    Posts
    205 Posts
    ROM
    gROM 2.2 modded

    Default Re: [ROM] Opti-ROM

    Be nice if a tweak can make the native Wi-Fi tethering work again...
    Also, any chance for a percentage battery icon?
    ^ Hey, you are in Sac!
    jdama436 and lincmii like this.
  11. #11  

    Default Re: [ROM] Opti-ROM

    Quote Originally Posted by swg0101 View Post
    Be nice if a tweak can make the native Wi-Fi tethering work again...
    Also, any chance for a percentage battery icon?
    ^ Hey, you are in Sac!
    Yes I is
    Last edited by jondevere; 09-29-2011 at 02:28 AM.
  12. #12  

    Default Re: [ROM] Opti-ROM

    Got it downloaded an installed running very smooth an fast. Not sure if I like all the blue tho. Nice work keep it up
  13. #13  
    scrosler's Avatar
    ROM Developer

    Posts
    1,573 Posts
    Global Posts
    1,574 Global Posts
    ROM
    Many

    Default Re: [ROM] Opti-ROM

    Nice!


    Donations are accepted but not expected!
  14. #14  
    Sdude1200's Avatar

    Posts
    142 Posts
    ROM
    Stock.... for now

    Default

    Downloading now! I can't wait to test it out!

    Sent from my CM7ed LG Optimus
  15. #15  
    mike9670's Avatar
    DROID Master

    Posts
    786 Posts
    Global Posts
    790 Global Posts
    ROM
    4.1.1

    Default Re: [ROM] Opti-ROM

    Do the new GB themes work with this?

    I have updated Sprint Optimus guide to Rooting, ROMs, Recoveries & Themes for the new ROM. I just need to be sure about theming.
    [
    Thanked by:
    Jessicalt1 likes this.
  16. #16  
    Kamron's Avatar
    Punk a$$ b1tcH

    Posts
    138 Posts

    Default Re: [ROM] Opti-ROM

    Is there any chance that data2ext will work with this now or in the future?
    Samsung Galaxy S II Epic 4G Touch - Elocity A7
  17. Thread Author  Thread Author    #17  
    basketthis's Avatar

    Posts
    1,463 Posts
    Global Posts
    1,456 Global Posts
    ROM
    AOSP!!!

    Default Re: [ROM] Opti-ROM

    Quote Originally Posted by telemike View Post
    Do the new GB themes work with this?

    I have updated Sprint Optimus guide to Rooting, ROMs, Recoveries & Themes for the new ROM. I just need to be sure about theming.
    Themes from this thread do work!
    NOTE: Theme doesn't change keyboard color or launcher color.
    "Th- th- thinking of a master plan"
  18. #18  

    Default Re: [ROM] Opti-ROM

    Any chance of getting a wifi tether app that supports infrastructure mode or am I missing something in the options? The wifi tether 3 beta wont work I just get errors.


    Otherwise working great.


    UPDATE Got wifi tether 3 working : had to enable mss clamping and it worked.
    Last edited by drinking12many; 09-29-2011 at 09:38 AM.
  19. Thread Author  Thread Author    #19  
    basketthis's Avatar

    Posts
    1,463 Posts
    Global Posts
    1,456 Global Posts
    ROM
    AOSP!!!

    Default Re: [ROM] Opti-ROM

    Quote Originally Posted by drinking12many View Post
    Any chance of getting a wifi tether app that supports infrastructure mode or am I missing something in the options? The wifi tether 3 beta wont work I just get errors.


    Otherwise working great.
    Right now what works is the app that we have included. If it isn't working, make sure you followed the instructions properly.
    "Th- th- thinking of a master plan"
  20. #20  
    hlxanthus's Avatar

    Posts
    1,742 Posts
    ROM
    RasbeanJelly/DanteRom v4

    Default

    Is it at all possible to add cm7 theme chooser? That would add
    Near infinite themes . .

    Sent from my LG-LS670 using Tapatalk
  21. #21  

    Default Re: [ROM] Opti-ROM

    Is VVM included and working in this ROM? Also how about the bugs of the browser scrolling and the battery uptime? Thanks!
  22. Thread Author  Thread Author    #22  
    basketthis's Avatar

    Posts
    1,463 Posts
    Global Posts
    1,456 Global Posts
    ROM
    AOSP!!!

    Default Re: [ROM] Opti-ROM

    Quote Originally Posted by memsman View Post
    Is VVM included and working in this ROM? Also how about the bugs of the browser scrolling and the battery uptime? Thanks!
    Sprint VVM is included. I don't personally use it, but it seems to be working. I haven't experienced any bugs since upgrading to Gingerbread. No lag, slowness, etc that everyone else is reporting. Just make sure to wipe everything properly as the instructions list it!
    "Th- th- thinking of a master plan"
    Thanked by:
  23. #23  
    mike9670's Avatar
    DROID Master

    Posts
    786 Posts
    Global Posts
    790 Global Posts
    ROM
    4.1.1

    Default Re: [ROM] Opti-ROM

    http://forums.androidcentral.com/lg-...tml#post839057

    I called out OptiROM back in the Nameless days

    What's with the Sprint boot logo?
    [
  24. #24  

    Default

    Am I able to use data2ext with this rom or is it a feature needing to be added

    Sent from my LG-LS670 using Tapatalk
  25. #25  
    drewwalton19216801's Avatar

    Posts
    2,539 Posts
    ROM
    HydroROM

    Default Re: [ROM] Opti-ROM

    Quote Originally Posted by mgardner323 View Post
    Am I able to use data2ext with this rom or is it a feature needing to be added

    Sent from my LG-LS670 using Tapatalk
    As long as you format your ext partition as ext2 or ext3 I think it should work no problem. I am currently testing a new version of GingerKernel which supports ext4 and the Smartass2/InteractiveX CPU governors as well.
    Thanked by:
    jstntp, sblood86 and epidenimus like this.
Page 1 of 15 1234 ... LastLast

Posting Permissions