Page 1 of 11 12345 ... LastLast
Results 1 to 10 of 106

Thread: [APP]ACS Updater - download and install ROMs, Kernels, Themes, and Modems on the fly

      
   
  1. #1
    ACS Developer parabola949's Avatar
    Join Date
    Apr 2011
    Location
    Watauga, Texas, United States
    Age
    28
    Posts
    106
    Post Thanks / Like

    [APP]ACS Updater - download and install ROMs, Kernels, Themes, and Modems on the fly

    Parabola949 and the Android Creative Syndicate proudly present...
    ACS Updater


    Version 1.4
    What is the ACS Updater?
    ACS Updater is an app for android devices that allows you to download and install custom roms, kernels, themes, and modems from the internet on the fly. It's very simple to use: run the app, select what you want to install. You will get a screen asking if you want to wipe cache / backup first. Select options, and hit OK. The file will download from the net to /sdcard/ACSDownloads, and when complete, will reboot into recovery and install automatically.
    Backup and Restore can also be done via the app, as well as Installing from SD Card, and even Install from URL - put in whatever URL you want, and it will download and install (if you put in a URL to something that isn't a flashable zip, and try to install it, that's your fault.)
    In future releases, there will be more goodies, stay tuned!

    Notes:
    If you choose not to wipe cache, and the flash goes bad, that's on you. It's there as an option, but I'm not going to force it.

    This App depends on a custom KERNEL which includes extendedcommands
    It's always a good idea to backup before flashing a new ROM


    Developers:
    Want your work listed in the app? Simply submit your info to the following links (whichever applies), and I'll get it added to the database.
    Submit Modem
    Submit ROM
    Submit Kernel
    Submit Theme
    Submit System Tweak
    Submit (Flashable!) Custom App

    ChangeLog:
    v1.4
    Resolved the "Nothing available" issues

    v1.3.1
    bugfix - icon was broken
    Added icons to the file browser

    v1.3
    Added Custom apps section
    Added Tweaks (Mods) section
    Added Reboot Recovery Option
    Added Reset Wifi Connection Option
    Added the ability to publish to ALL devices!

    v1.2: Bugfix
    Backup Before install was not working properly - Fixed

    v1.1: Initial release
    Backup
    Restore
    Download / Install
    Install from SD Card
    Install from URL
    Wipe Cache

    Known Issues:
    "Nothing Available at this time" - This appears to be a combination of server issues (the current host may have a limit on how many sql queries can be run at a time....) and possibly http host resolution issues within the app. I have added a bit of code to resolve this, and a "Reset Wifi Connection" option. Use this, wait a moment, then try again
    Booting into a blue recovery and not flashing - this is caused by a stock kernel. This app relies on the recovery that is in the kernel, NOT that one you installed (i.e. amonra, clockwork, bonsai, etc)- your kernel MUST have a custom recovery. If you are coming from stock, please flash a kernel before using this app.

    Get it here:
    Donate Version (Ad-Free)
    Free Version (has Ads)

    If I just published, and you don't want to wait for the market to update:
    Settings > Applications > Manage > All > Market > Clear Data
    run the market now, agree to the ToS again, then search for ACS Updater.... you'll get the new version

    Screens:
    Attachment 75Attachment 76Attachment 77Attachment 78Attachment 79Attachment 80

    Similar Threads:


    Code:
            static void Main(string[] args)
            {
                Console.WriteLine(x().ToString());
            }
            static bool y()
            {
                return (x() == true);
            }
            static bool x()
            {
                return (y() == false);
            }
    An unhandled exception of type 'System.StackOverflowException' occurred in paradox.exe

  2. #2
    ACS Developer parabola949's Avatar
    Join Date
    Apr 2011
    Location
    Watauga, Texas, United States
    Age
    28
    Posts
    106
    Post Thanks / Like
    ACS updater documentation:

    ACS updater: ACS updater is an app developed by ACSyndicate member Parabola and themed by Graphics Designer and ACSyndicate member Zhkilla. The app will allow users to install varioius ACS themes, kernels, roms, modems (radios), as well as files found on the sd card and on user selected URL’s. The app will also function as a custom recovery providing the user the option to create and restore nandroid backups that are stored on the sd card. The main interface of the app is a menu screen with the following selectable menus. The ACS updater recognizes the users devices and points them to appropriate directory for available downloads.

    Install ROM: takes users to the directory specific to their device and serves them available ROMS. After user selects the apporpriate ROM the ACS updater will prompt the user to:
    A. Clear Cache and/or B. Backup (Nandroid) the ACS updater will then download and flash the appropriate file automatically.

    Install Kernel: takes users to directory specific to their device and serves them available Kernels. After user selects the appropriate Kernel the ACS updater will prompt the user to: A. Clear Cache and/or B. Backup (Nandroid). The ACS updater will then download and flash the appropriate file automatically.

    Install Theme: takes users to directory specific to their device and serves them available Themes. After user selects the appropriate Theme the ACS updater will prompt the user to: A. Clear Cache and/or B. Backup (Nandroid).The ACS updater will then download and flash the appropriate file automatically.

    Install Modem: takes users to directory specific to their device and serves them available Modem. After user selects the appropriate Modem the ACS updater will prompt the user to: A. Clear Cache and/or B. Backup (Nandroid). the ACS updater will then download and flash the appropriate file automatically

    Install from SD Card: this will allow user to flash files from their SD card. The conents of their SD card will then appear on the screen. The ACS updater will prompt the user to: A. Clear Cache and/or B. Backup (Nandroid). The ACS updater will then download and flash the appropriate file automatically.

    Download from URL: The download from URL option allows the user to input a url to download files to be flashed from. ACS updater handles these files in the same way as those listed above.

    Backup: Allows users to create Nandroid backups. The user can select a name for their back up. The phone reboots into recovery and makes a full Nandroid backup.

    Restore: allows users to restore Nandroid backups from SD card root.



    Code:
            static void Main(string[] args)
            {
                Console.WriteLine(x().ToString());
            }
            static bool y()
            {
                return (x() == true);
            }
            static bool x()
            {
                return (y() == false);
            }
    An unhandled exception of type 'System.StackOverflowException' occurred in paradox.exe

  3. #3
    Forum Member mlewin1's Avatar
    Join Date
    Jul 2011
    Location
    Irving, Texas, United States
    Age
    41
    Posts
    15
    Post Thanks / Like
    Great job, i love ACS, you guys are the best ROM team out there for the Epic 4G

    Samsung Epic 4G
    Rom:ACS ICS V2 EI22
    Kernel:nubernel-2.6.35_v0.0.1
    Modem: EI22
    Theme: none


    [SIGPIC][/SIGPIC]

  4. #4
    Forum Member flimsy888's Avatar
    Join Date
    Jun 2011
    Age
    15
    Posts
    17
    Post Thanks / Like
    want me to put this on xda for you?

    Samsung Epic 4G
    Rom:Syndicate Frozen 1.2
    Kernel:TwilightZone 1.1.1
    Theme:MattedReds v2.5.1


    I am not responsible for bricked devices, or anything else that u do. YOU are choosing to make these modifications,So don't blame me!

  5. #5
    ACS Developer parabola949's Avatar
    Join Date
    Apr 2011
    Location
    Watauga, Texas, United States
    Age
    28
    Posts
    106
    Post Thanks / Like


    Code:
            static void Main(string[] args)
            {
                Console.WriteLine(x().ToString());
            }
            static bool y()
            {
                return (x() == true);
            }
            static bool x()
            {
                return (y() == false);
            }
    An unhandled exception of type 'System.StackOverflowException' occurred in paradox.exe

  6. #6
    ACS Developer parabola949's Avatar
    Join Date
    Apr 2011
    Location
    Watauga, Texas, United States
    Age
    28
    Posts
    106
    Post Thanks / Like
    Remember - this isn't Epic limited. All devices (with custom recovery including extended commands) are compatible.



    Code:
            static void Main(string[] args)
            {
                Console.WriteLine(x().ToString());
            }
            static bool y()
            {
                return (x() == true);
            }
            static bool x()
            {
                return (y() == false);
            }
    An unhandled exception of type 'System.StackOverflowException' occurred in paradox.exe

  7. #7
    Administrator qbking77's Avatar
    Join Date
    Apr 2011
    Posts
    268
    Post Thanks / Like
    Video is up! This app is AMAZING



  8. #8
    Forum Member kilo36's Avatar
    Join Date
    Apr 2011
    Age
    37
    Posts
    2
    Post Thanks / Like
    Yes!(fist pump)


  9. #9
    Forum Member Millioke's Avatar
    Join Date
    Jun 2011
    Age
    41
    Posts
    8
    Post Thanks / Like
    I installed this app last night and I am running into a problem. Everything seems ok till it reboots. It goes to a blue recovery. I watched the video and looks like the phone shouldn't even stop booting up. I am using clockwork mod 3.1. What am I not doing?

    Sent from my SPH-D700 using Tapatalk


  10. #10
    ACS Developer parabola949's Avatar
    Join Date
    Apr 2011
    Location
    Watauga, Texas, United States
    Age
    28
    Posts
    106
    Post Thanks / Like
    Quote Originally Posted by Millioke View Post
    I installed this app last night and I am running into a problem. Everything seems ok till it reboots. It goes to a blue recovery. I watched the video and looks like the phone shouldn't even stop booting up. I am using clockwork mod 3.1. What am I not doing?

    Sent from my SPH-D700 using Tapatalk
    When the phone reboots, it does a reboot recovery, so it boots into whatever recovery your Kernel has. What kernel are you using? And after it boots into CWM 3.1, what happens?
    I'll test tonight with that kernel once you let me know



    Code:
            static void Main(string[] args)
            {
                Console.WriteLine(x().ToString());
            }
            static bool y()
            {
                return (x() == true);
            }
            static bool x()
            {
                return (y() == false);
            }
    An unhandled exception of type 'System.StackOverflowException' occurred in paradox.exe


Page 1 of 11 12345 ... LastLast

Visitors found this page by searching for:

acs updater app

acs updater apk download

acs updater url

ACS Updater

sch r720 roms

acs updater apk

acs updater download

how to flash aman ra recovery sch-r720 download

epic 4g metropcs roms

urls for acs updater

how to install themes

epic 4g syndicate frozen 1.2 kernal download

acs updater themes

acs themes zips downloadhow to install genocide2.0Metro pcs samsung sch-r720 recovery .ziprecoverybmlwrite downloadsamsung transform ultra custom roms and kernelscustom roms for metro pcs samsung admiresamsung admireSamsung Admire Custom Roms Downloadacs updater.apk downloadAcs updater sd card not mounteda.c.s. updater downloadWhy do I get bad url or sd card not mountedacs updater bad url error when downloading listacs recoveryhow to fix the frozen screen on my samsung admire for metro pcsacs theme rom
SEO Blog

Bookmarks

Posting Permissions

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