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

Thread: [ROM] ApeX for Droid X - An AOSP Experience

  1. Superuser
    Fabolous's Avatar
    Member #
    14191
    Join Date
    Dec 2009
    Location
    Illinois
    Posts
    598
    Liked
    6 times
    Twitter
    bigxie
    Phone
    Galaxy Nexus (GSM)
    DroidForums.net Developer
    #1

    [ROM] ApeX for Droid X - An AOSP Experience


    ApeX V1.0 for Droid X - the AOSP experience finally arrives on Droid X - kinda

    Warning, this is an overclocked ROM! Though the overclock is mild, there is a slim chance your phone may not take. If this is the case, an SBF restore will be necessary.

    Please read the next post on how the overclock script works!


    Changes in V1.0
    -Fixed bluetooth pairing issue, hopefully
    -Grass wallpaper is back
    -Default overclock to 400/600/800/1100
    -No voltage increases
    -Additional sysctl.conf mods (ty drod!)
    -Auto memory management (ty Pete!)
    -Multiple overclock profiles available
    -Overclock script for easy auto overclocking
    -Removed YouTube app, get the awesome one from the market!

    Credits to P3Droid, TBH, Xeudoxus, Beesley, Cyanogen, Pete, and many more. Without all the contributions of the devs to the Android community, this would not be possible. Thanks!

    Base: Official OTA 2.3.15 deodexed, with Blur thoroughly removed. AOSP apps provided compliments of Tranquility 2.3.7

    Features:
    -Built in overclocking
    -Optimized and Aligned Framework and Applications
    -Build.prop and sysctl.conf optimizations (ty Beesley, nenolod, drod)
    -CyanogenMod (Stock Android) Theme
    -Transparent Notification Shade
    -AOSP 3D Launcher with 5 homescreens (TranQLauncher)
    -Stock Android Lockscreen arrives on Droid X!
    -Neural Network Live Wallpaper
    -Minimum autobrightness level lowered
    -Built-In Ad Blocking
    -MMS app with black background
    -Music Mod by Eliot Stocker
    -Spare Parts app
    -Wireless Tethering preinstalled

    Screenshots:











    Scripts: Use in terminal explorer or through adb. For installation, removal, and switching of apps.

    Remove/Restore Scripts:
    -calc
    -carhome
    -dxeye
    -email
    -genie
    -launcher
    -office
    -tether

    Switch Apps:
    -gallery
    -music

    Install/Remove system apps: (warning, these are very powerful! Use with caution)
    *Place desired file on /sdcard
    -install
    -uninstall

    Miscellaneous:
    -cpuinfo
    -overclock
    -sound
    -sys
    -zipalign_apks

    Installation Instructions: Please have a nandroid of your current setup in case this is not for you

    *RC2 users may forgo the wiping of data if they so choose. If there are issues, then please do try wiping data and cache.

    -Place file on sdcard. Install ROM from sdcard in ROM manager. Wipe data and cache.

    OR

    -Place file on your sdcard. Bootstrap recovery and reboot recovery
    -Navigate to mounts and storage. FORMAT data, and cache
    -Return to previous menu and install .zip from sd card
    -Choose ApeX and install!

    Download Link:

    Fabolous_ApeX_V1.zip

    Themes:

    NexTheme:

    Fabolous_NexTheme_ApeX.zip

    REVOlution:

    Fabolous_REVOlution_ApeX.zip
    Fabolous_REVOlution_altbattery.zip - Round battery icons, install AFTER theme

    Fonts:

    NexFonts.zip
    Evolution_Font.zip
    Stock_Fonts_Froyo.zip
    Last edited by Fabolous; 10-24-2010 at 09:04 PM. Reason: version 1.0

  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Superuser
    Fabolous's Avatar
    Member #
    14191
    Join Date
    Dec 2009
    Location
    Illinois
    Posts
    598
    Liked
    6 times
    Twitter
    bigxie
    Phone
    Galaxy Nexus (GSM)
    DroidForums.net Developer
    #2
    Reinstalling Blur Apps

    If there's a Blur app you just gotta have, you can reinstall it using the install script. Download the following file:

    removedapps.zip

    Those are all the apps from the stock 2.3.15 system I removed. Copy the one(s) you want to your sdcard, and install by typing the following into terminal emulator:

    su
    install BlurJunk.apk

    How to use the overclock script

    By default, this ROM overclocks to 1.1GHz with no voltage increases. There are many overclocking options, all of which are made easier by the overclock script. To see all the options on your phone, you can just run terminal emulator and type:

    su
    overclock

    The options are -on, -off, -def, -lv, -oc, and -sd

    on/off edit the install-recovery.sh script to either have overclocking on or off at boot

    def/lv/oc are profiles. Def is default, LV is stock slots with lower voltages, and OC is mad OC up to 1.3GHz (beware when trying this one, you want to disable auto overclocking first!)

    sd loads up the a setscaling.sh file from /sdcard/

    You will need to reboot to see the effects of a new frequency, OR, just run in terminal emulator:

    su
    setscaling.sh

    Default Keyboards

    If you want to return to the stock MT or Swype keyboard, download these and use the install script to install them.

    LatinIME.apk
    Swype.apk

    Suggestions:

    -Install Droid X Bootstrapper if you use adb push (it auto elevates to su)
    -Go into MusicMod settings and change the notification color (orange by default? Black = FF000000)
    -Use Spare Parts and make all transitions fast and enable fancy input animation
    -Use the scripts to remove apps you don't use
    -Turn off superuser notifications (I find it annoying, anyways)

    Script Instructions(detailed):

    You can run each script without a modifier at the end to see what they do. They will show you the modifiers to be attached at the end, and what it will result in. For removal/restore scripts, the modifiers are -rm and -rs. So if we ran:

    carhome -rm

    that would remove carhome. And carhome -rs would do restore it.

    For the switching scripts, the modifier at the end lets you choose which version you want to use (i.e. -mod for music mod, -mot for Motorola's app)

    As for install/uninstall, I wrote these because I found a lot of people asking how to install an app to the system partition. These scripts will do/undo that for you. Just place the desired file on your sdcard (not in any folders) and run:

    install nameofyourapp.apk

    and it will install to /system/app/ for you!
    Last edited by Fabolous; 10-22-2010 at 05:41 PM.

  4. Droid
    CoolRalph's Avatar
    Member #
    7858
    Join Date
    Nov 2009
    Posts
    38
    Phone
    Drooiiiid
    #3
    i love you....
  5. Junior Droid
    Fadeshy's Avatar
    Member #
    125099
    Join Date
    Oct 2010
    Posts
    7
    Phone
    Droid X
    #4
    Downloaded. Installed perfectly. Insanely fast. This is the ROM that the Droid X has been waiting for. Great job!
  6. Droid
    Mikey311's Avatar
    Member #
    94850
    Join Date
    Jul 2010
    Posts
    86
    Phone
    Droid X
    #5
    what exactly is the Music Mod by Eliot Stocker?
  7. Junior Droid
    Fadeshy's Avatar
    Member #
    125099
    Join Date
    Oct 2010
    Posts
    7
    Phone
    Droid X
    #6
    Quote Originally Posted by Mikey311 View Post
    what exactly is the Music Mod by Eliot Stocker?
    Pretty much just the normal music player with way more options.(able to tweet what you're listening to, full screen option, and some other stuff)
  8. Senior Droid
    Ludacrosse05's Avatar
    Member #
    64553
    Join Date
    May 2010
    Location
    Oregon
    Posts
    116
    Phone
    Motorola Droid - Sapphire
    #7
    Looking forward to seeing more comments about this Rom.
  9. Droid
    Mikey311's Avatar
    Member #
    94850
    Join Date
    Jul 2010
    Posts
    86
    Phone
    Droid X
    #8
    oh. sounds cool. i just installed the new rubix rom, i'll try this one out once i run the rubix for a while. Looks good though
  10. Droid
    tjrocks91's Avatar
    Member #
    68822
    Join Date
    May 2010
    Posts
    43
    Phone
    Motorola Droid
    #9
    can i root stock OTA 2.2, boostrap recovery, and then install this through nandroid or something or do i have to be coming from rooted 2.1?
  11. Superuser
    Fabolous's Avatar
    Member #
    14191
    Join Date
    Dec 2009
    Location
    Illinois
    Posts
    598
    Liked
    6 times
    Twitter
    bigxie
    Phone
    Galaxy Nexus (GSM)
    DroidForums.net Developer
    #10
    Quote Originally Posted by tjrocks91 View Post
    can i root stock OTA 2.2, boostrap recovery, and then install this through nandroid or something or do i have to be coming from rooted 2.1?
    If you root your OTA 2.2 and install bootstrap, you can install this ROM by following the directions in the OP.

    In fact, all 2.2 ROMs require you to be on 2.2 anyways besides the initial 2.3.9 leak, which installed the 2.2 kernel as well.

    Nobody try installing this coming from 2.1 please

Page 1 of 72 1 2 3 11 51 ... 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. [ROM] SnkBitten - An AOSP Motorola Droid Rom
    By tcrews in forum Android Roms
    Replies: 42
    Last Post: 12-11-2010, 10:02 AM
  2. Droid X has custom ROM - The Sapphire AOSP 2.2 ROM
    By iojk9999 in forum Droid X Hacks
    Replies: 8
    Last Post: 08-30-2010, 11:56 AM
  3. Iphone Vs. Droid - My Experience Only
    By loadmasterc141 in forum Android General Discussions
    Replies: 35
    Last Post: 08-04-2010, 03:37 PM
  4. Your Best Droid Does Experience
    By samiusmc in forum Android General Discussions
    Replies: 0
    Last Post: 02-25-2010, 12:04 PM
  5. My first experience with music on my droid
    By searayman in forum Android General Discussions
    Replies: 2
    Last Post: 01-04-2010, 06:07 PM

Search tags for this page

aosp droid x
,
aosp rom droid x
,

apex droid x

,
apex droid x rom
,
apex fabolous
,
apex for droid x
,

apex rom

,
apex rom droid x
,
apex rom for droid x
,
apex roms
,
droid apex
,
droid x aosp
,
droid x aosp rom
,

droid x apex

,
droid x apex rom
Click on a term to search our site for related topics.
Find us on Google+