(ROM)(AOSP) Team Gummy ROM Milestone

Search This thread

papi92

Senior Member
Nov 15, 2009
2,434
1,565
TEAM GUMMY NIGHLY's

2C9PVu5.png

*

Team Gummy is proud to introduce the Team Gummy Nightlys.. Here you will find an overview of new options offered in the latest release. While there is more features than we could ever go over in here, we thought you might like a walkthrough some of the most popular :)

*

*

FEATURES: See our Google Doc Feature overview

*

Dark Gummy

Theme Chooser

Advanced Options


Hardware key rebinding

Navigation bar mods

Pie

Power menu customization

Device specific advanced settings

Blacklist phone call/messaging options

Performance Settings

Wakelock blocker

App ops

Sound Settings

Quiet Hours

Ascending ringtones

Live volume steps

Camera shutter sound controls

Display Settings

LCD Density

Notification Light Controls

Volume Rocker Wake

Status Bar Mods

Clock and Date alignment/customization

Custom battery icon options

Battery bar

Signal style tweaks

Breathing notifications

Notification count

Notification Drawer Mods

Custom carrier label options

Show connected Wifi network name

Clock click actions

Notification drawer custom background and transparency

QuickSettings Mods

Toggles per row

Fast toggle

Favorite contact toggle

Custom toggle

Lockscreen Mods

Active display

Lockscreen notifications

Slider targets and shortcuts

Custom handle options and colors

Lockscreen background customization

Lockscreen widget options

Slider torch

Language and Input Settings

Force Auto Rotate when keyboard is shown

Disable full screen keyboard in landscape mode

Show IME selector in notification area

Enter key instead of emoticon

Volume key cursor controls

*

Issues:

* Known so far!

*

Instructions for installations:

*

1. Download ROM

2. Download Gapps

3. Push to sdcard

4. Reboot Recovery

5. Wipe Data and Cache

6. Install ROM

7. Install Gapps

8. Reboot System

* Source github.com/TEAM-Gummy
* Kernel Source https://github.com/TEAM-Gummy/android_kernel_oppo_find7a
Contributions:

*

* Thank you to Cyanogenmod for device and hardware repositories. Without this, porting Gummy to QCOM devices would have been nearly impossible.

* Thank you to Google for the best source code.


* A HUGE THANK YOU FOR DHACKER FOR TAKING THIS PROJECT ON! HE IS THE MAN!

KVGAsZA.png
 
Last edited:

papi92

Senior Member
Nov 15, 2009
2,434
1,565
Ya that's ROM wide and will be fixed

Sent from my One M8 using Tapatalk
 

Chevyguy85

Senior Member
Nov 15, 2011
626
237
Orlando
Well I guess TWRP would back my system up if my SD card wasn't in NTFS..noob..after I format it back to fa32 and put everything back on it I'll flash this rom and try it out. Thanks guys!
 

MrColdbird

Senior Member
Nov 25, 2011
1,178
2,195
www.black-seraph.com
Hard to believe the initial post of no known issues with the first build but if it's true then that's gorgeous.

Well it's gorgeous either way.

Will give this and omni a test run later today.

Can't wait actually... Given the mediocre setup we have been presented with coloros.

Gesendet von meinem One mit Tapatalk
 

betold

Member
Mar 12, 2014
44
10
Munich
It works pretty well so far! Just played around with it for half an hour.

Two things I noticed: The camera does not go into landscape mode. And the Storage is still divided into two partitions (like ColorOS) Is it possible to unite them into one?

Awesome work so far!
 

tasar

Senior Member
Mar 17, 2007
712
127
The only issue i noticed in short test time, double tap to wake doenst work as wrote here before, double tap to sleep work :)
And one important question for me: Does the modem use Band 20 for LTE? I cant test it at that moment.

And it seems to be that fast charging works too. But iam not sure, because i charge at 36%, after 20 min. it was at 42% and 30 min later it was at 96%. There was a big jump in charging in 30 min.
 

kejar31

Inactive Recognized Developer
May 24, 2010
1,961
2,442
It works pretty well so far! Just played around with it for half an hour.

Two things I noticed: The camera does not go into landscape mode. And the Storage is still divided into two partitions (like ColorOS) Is it possible to unite them into one?

Awesome work so far!

will reply to this how I did over at oppo forums..

This is the way it is in colorOS as well I believe. We could have asked everyone to re-partition their internal sdcard but that's retarded. for one.. you would lose your pictures etc etc that you have taken using COS..
 
  • Like
Reactions: betold

MrColdbird

Senior Member
Nov 25, 2011
1,178
2,195
www.black-seraph.com
will reply to this how I did over at oppo forums..

This is the way it is in colorOS as well I believe. We could have asked everyone to re-partition their internal sdcard but that's retarded. for one.. you would lose your pictures etc etc that you have taken using COS..
You have been on ColorOS haven't you...?
Then you probably know the issues it has...

And now we got source-baked roms...

FOR CHRISTS SAKE DO YOU REALLY THINK ANYONES GOING BACK TO THAT HELLHOLE?! :silly:

But no, seriously. ColorOS is in the past for me one way or another, I gave it a chance, it failed. Hell even the CM11s port does a way better job at handling this device than ColorOS does.

So if I leave the old system behind, why not get the most of the "new" system anyway?
Part of that would be unified partition layout if you ask me.
 

kejar31

Inactive Recognized Developer
May 24, 2010
1,961
2,442
You have been on ColorOS haven't you...?
Then you probably know the issues it has...

And now we got source-baked roms...

FOR CHRISTS SAKE DO YOU REALLY THINK ANYONES GOING BACK TO THAT HELLHOLE?! :silly:

But no, seriously. ColorOS is in the past for me one way or another, I gave it a chance, it failed. Hell even the CM11s port does a way better job at handling this device than ColorOS does.

So if I leave the old system behind, why not get the most of the "new" system anyway?
Part of that would be unified partition layout if you ask me.

This is the way it is and will be for compatibility... I guarantee that all respectable AOSP ROM's will do the same.. In the meantime I am sure someone will release an aftermarket hack for people who want this..
 
Last edited:

MrColdbird

Senior Member
Nov 25, 2011
1,178
2,195
www.black-seraph.com
This is the way it is and will be for comparability... I guarantee that all respectable AOSP ROM's will do the same.. In the meantime I am sure someone will release an aftermarket hack for people who want this..
I see no reason why it can't be done as a optional x-plattform feature.

LVM2 works via loopfiles just as much as it does via physical devices, make your script format /data and /internal_sd if you want and place 2 LVM loopfiles into both folders, taking up the device space there.

Then on bootup simply check whether the loopfiles exist or not, if they do bring up the volumegroup and mount the unified storage, if not go with the convential setup.
 
  • Like
Reactions: Pick_A_Name

kejar31

Inactive Recognized Developer
May 24, 2010
1,961
2,442
I see no reason why it can't be done as a optional x-plattform feature.

LVM2 works via loopfiles just as much as it does via physical devices, make your script format /data and /internal_sd if you want and place 2 LVM loopfiles into both folders, taking up the device space there.

Then on bootup simply check whether the loopfiles exist or not, if they do bring up the volumegroup and mount the unified storage, if not go with the convential setup.

https://github.com/TEAM-Gummy

there is the source.. start with that, make it yourself
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 22
    TEAM GUMMY NIGHLY's

    2C9PVu5.png

    *

    Team Gummy is proud to introduce the Team Gummy Nightlys.. Here you will find an overview of new options offered in the latest release. While there is more features than we could ever go over in here, we thought you might like a walkthrough some of the most popular :)

    *

    *

    FEATURES: See our Google Doc Feature overview

    *

    Dark Gummy

    Theme Chooser

    Advanced Options


    Hardware key rebinding

    Navigation bar mods

    Pie

    Power menu customization

    Device specific advanced settings

    Blacklist phone call/messaging options

    Performance Settings

    Wakelock blocker

    App ops

    Sound Settings

    Quiet Hours

    Ascending ringtones

    Live volume steps

    Camera shutter sound controls

    Display Settings

    LCD Density

    Notification Light Controls

    Volume Rocker Wake

    Status Bar Mods

    Clock and Date alignment/customization

    Custom battery icon options

    Battery bar

    Signal style tweaks

    Breathing notifications

    Notification count

    Notification Drawer Mods

    Custom carrier label options

    Show connected Wifi network name

    Clock click actions

    Notification drawer custom background and transparency

    QuickSettings Mods

    Toggles per row

    Fast toggle

    Favorite contact toggle

    Custom toggle

    Lockscreen Mods

    Active display

    Lockscreen notifications

    Slider targets and shortcuts

    Custom handle options and colors

    Lockscreen background customization

    Lockscreen widget options

    Slider torch

    Language and Input Settings

    Force Auto Rotate when keyboard is shown

    Disable full screen keyboard in landscape mode

    Show IME selector in notification area

    Enter key instead of emoticon

    Volume key cursor controls

    *

    Issues:

    * Known so far!

    *

    Instructions for installations:

    *

    1. Download ROM

    2. Download Gapps

    3. Push to sdcard

    4. Reboot Recovery

    5. Wipe Data and Cache

    6. Install ROM

    7. Install Gapps

    8. Reboot System

    * Source github.com/TEAM-Gummy
    * Kernel Source https://github.com/TEAM-Gummy/android_kernel_oppo_find7a
    Contributions:

    *

    * Thank you to Cyanogenmod for device and hardware repositories. Without this, porting Gummy to QCOM devices would have been nearly impossible.

    * Thank you to Google for the best source code.


    * A HUGE THANK YOU FOR DHACKER FOR TAKING THIS PROJECT ON! HE IS THE MAN!

    KVGAsZA.png
    9
    more good news...

    1. random lag is much better thanks to a patch from our team mate David Hacker (overall system is very fluid now)
    2. in-call audio is much better thanks to omni (as i merged their audio config and mixer)
    3. Now when you turn on the software navigation bar the hardware keys completely shut off thanks to patch from our team mate Chris Phelps

    I kicked off a new nighly build that includes all these changes and it should be up within the next 30 min.. Enjoy!
    6
    okay good news....

    1. I have the sensor issue fixed thanks to the help of betold!!!!
    2. Dave Hacker fixed our gesture issue.. Double Tap 2 Wake, Camera, Flashlight and Music Gestures are all working!!!

    Doing a nightly build as we speak..

    New nightly is live with all its awesomeness http://www.androidhosting.org/Gummy/find7a/NIGHTLY/

    again sensors are fixed

    and you now have this :p

    lYH6u8J.png
    6
    New nightly compiling now.. Includes startup lag fix and many other updates.. Should be up in 20 min or so

    Sent from my Find7a using Tapatalk
    5
    and the new nightly is up... enjoy