[ROM] |Glazed JellyBean|V2.1|Android 4.1.2|Speed|Stability|Features|10-28-12

Search This thread

TahrirSquare

Senior Member
Jan 22, 2012
566
118
Glazed Mods are down right now I beleive until the Mods are made compatible, It is a really nice ROM the only issue I noticed is when I try to install an apk or export it from dropbox I get an error storage is full or unavailable.
Edit: Storage in general is really glitchy (won't let me copy files or download my dropbox files) other than than really nice ROM.
 
Last edited:

nicknowsky

Senior Member
Jan 9, 2008
721
24
Xiaomi Poco X3 NFC
Moto E (2020)
now this looks interesting, a ROM that looks like it has some time and effort in it, I like the Sony Bravia tweaks

its looks slimmed down under 200MB... no GAPPS on the side and whats the deal with the "Glazed Mods" app??
 
Last edited:

bckrupps

Senior Member
Sep 24, 2010
923
138
This ROM is awesome. My only issue all seems to be storage related also. When you try to download or side load an apk is fails. Apps did install from titanium backup though. Other than this bug no issues otherwise so far
 

Zyxxeil

Senior Member
Apr 9, 2011
1,277
4,181
Yeah storage is a bit iffy, still need to work out some problems. To the person asking, it does include most of the gapps.
 

barrmulio

Senior Member
Oct 5, 2010
357
359
great work...flashed this morning to test it out and it's coming together pretty nicely...didn't have any issues with it on my end (given it's a beta :)
 

barrmulio

Senior Member
Oct 5, 2010
357
359
yea same here, even if i switch roms

from recovery
cd /data/media
chown -R media_rw.media_rw *
(note that chown -R wont work if not in recovery)

brute force method:
adb shell
cd data/media (sdcard is a symlink to data/media)
chmod -R 777 *

i'm back on my stock rom and one of those two (or both) fixed it
 
Last edited:
  • Like
Reactions: topolovich

Zyxxeil

Senior Member
Apr 9, 2011
1,277
4,181
yea same here, even if i switch roms

from recovery
cd /data/media
chown -R media_rw.media_rw *
(note that chown -R wont work if not in recovery)

brute force method:
adb shell
cd data/media (sdcard is a symlink to data/media)
chmod -R 777 *

i'm back on my stock rom and one of those two (or both) fixed it

Yup, so far the storage has been HORRIBLE, i have changed everything so far, but the SettingsProvider i modded earlier, i might of changed a mounting value and that might be what caused it to react so badly to the sd card. No worries, i changed this in the update, i have not yet fully tested it since im not near my nexus 7, but i think this fixed it.
To any of you having questions PLEASE READ THE OP. It should mention all the things or questions you guys have.
 

lightninbug

Senior Member
Sep 17, 2009
4,968
1,789
The Rom was removed because it was messing up the whole system directory, which that was causing it mess up the whole sd card, even when fully wiping and upgrading to another rom.

The problem it was doing was creating another folder called storage and from there creating a folder called sdcard and linking it to to sdcard directory, then mounting that on boot.

A fix to this is coming up soon, for now you have to restore to stock using nexus tool, IN ORDER TO GET PROPER SYSTEM WORKING.

I am so sorry for the few that flashed this rom and are running into this inconvinience. Please understand i am working on a fix as soon as possible, thanks.

And how can we restore stock using the nexus tool? Please help as this is gotten to be a headache

Sent from my Nexus 7 using xda premium
 

barrmulio

Senior Member
Oct 5, 2010
357
359
Yup, so far the storage has been HORRIBLE, i have changed everything so far, but the SettingsProvider i modded earlier, i might of changed a mounting value and that might be what caused it to react so badly to the sd card. No worries, i changed this in the update, i have not yet fully tested it since im not near my nexus 7, but i think this fixed it.
To any of you having questions PLEASE READ THE OP. It should mention all the things or questions you guys have.

what caught me off guard was even a full wipe and restore to a diff rom kept the storage issue...the files can easily be accessed/managed through adb, so wasn't a huge deal

---------- Post added at 04:00 PM ---------- Previous post was at 03:55 PM ----------

And how can we restore stock using the nexus tool? Please help as this is gotten to be a headache

Sent from my Nexus 7 using xda premium

download from here:
http://developers.google.com/android/nexus/images

then instructions (for windows need to fastboot manually, if you have linux just run flash-all.sh)
http://xdaforums.com/showthread.php?t=1781250
 
  • Like
Reactions: lightninbug

lightninbug

Senior Member
Sep 17, 2009
4,968
1,789
what caught me off guard was even a full wipe and restore to a diff rom kept the storage issue...the files can easily be accessed/managed through adb, so wasn't a huge deal

---------- Post added at 04:00 PM ---------- Previous post was at 03:55 PM ----------



download from here:
http://developers.google.com/android/nexus/images

then instructions (for windows need to fastboot manually, if you have linux just run flash-all.sh)
http://xdaforums.com/showthread.php?t=1781250


will doing the adb commands u posted do the same thing? i really dont want to restore to stock again..what a headache! lol
 

barrmulio

Senior Member
Oct 5, 2010
357
359
will doing the adb commands u posted do the same thing? i really dont want to restore to stock again..what a headache! lol

it did for me, chown seems to have fixed (but i am back on diff rom)
just make sure they are done in recovery

i no longer have apps cussing me out for no sdcard present :)

edit: adding:
i adb pulled all the files from /sdcard
then i did a full wipe (system, factory/data, cache, dalvik)
restored my nandroid in CWM 6 (mostly aosp with my tablet mod)
ran the chown command
adb pushed all the files back
ran the chown command again for good measure

and that fixed it, i dont think all that was needed, but wanted to post

i'm sure hyperrunner will fix it asap, he's doing the right thing by testing his patch first himself to avoid any other unwanted stuff
 
Last edited:
  • Like
Reactions: lightninbug

lightninbug

Senior Member
Sep 17, 2009
4,968
1,789
it did for me, chown seems to have fixed (but i am back on diff rom)
just make sure they are done in recovery

i no longer have apps cussing me out for no sdcard present :)

edit: adding:
i adb pulled all the files from /sdcard
then i did a full wipe (system, factory/data, cache, dalvik)
restored my nandroid in CWM 6 (mostly aosp with my tablet mod)
ran the chown command
adb pushed all the files back
ran the chown command again for good measure

and that fixed it, i dont think all that was needed, but wanted to post

i'm sure hyperrunner will fix it asap, he's doing the right thing by testing his patch first himself to avoid any other unwanted stuff

Ok ran the commands...the first one returned an error saying directory didn't exist..I tried that in recovery....next I rebooted to the os, tried ur second command..it ran with no errors...now how can I tell I for sure fixed it or not?

Sent from my HTC Sensation 4G using xda premium
 
Last edited:

TahrirSquare

Senior Member
Jan 22, 2012
566
118
Ok ran the commands...the first one returned an error amazing directory didn't exist..I tried that in recovery....next I rebooted to the os, tried ur second command..it ran with no errors...now how can I tell I for sure fixed it or not?

Sent from my HTC Sensation 4G using xda premium

Just try moving something into storage from windows for example, if it lets you then it's fixed. I just restored back to stock and rerooted using the Nexus tool 1.5 in the development section. Of course you can also use the adb method but mine is a last resort because you lose all your data when you do it.
 
  • Like
Reactions: lightninbug

lightninbug

Senior Member
Sep 17, 2009
4,968
1,789
Ok thanks for ur help...I was only on this rom for like 30 mins last night..and then I flashed cm10 with theme manager...I just noticed the problem when I woke up..amazing even after a full wipe of everything minus the sd card, that the problem still was present on a newly flashed rom..never seen this before, and I've flashed 1000s of roms.dating back to the g1

Sent from my HTC Sensation 4G using xda premium
 

barrmulio

Senior Member
Oct 5, 2010
357
359
Ok ran the commands...the first one returned an error saying directory didn't exist..I tried that in recovery....next I rebooted to the os, tried ur second command..it ran with no errors...now how can I tell I for sure fixed it or not?

Sent from my HTC Sensation 4G using xda premium

has to be in recovery for the -R in chown
just try adding/removing files and folders from your sdcard in any file manager or via usb
 
  • Like
Reactions: lightninbug

Top Liked Posts

  • There are no posts matching your filters.
  • 134
    awuoud.png





    |True Tablet Mode Patch Next Post, Current Status 3rd Post|




    |The Start|

    Hey guys i know that its been a while. Thats why today im proud to introduce Glazed Jellybean V2.0 for the Nexus 7. Glazed Jellybean comes from android 4.1.2, the most up to date android yet. This rom is focused on 3 things and they are, Stability, Speed, and Features. Glazed Jellybean includes many tweaks that speed it up compared to most roms. It removes unused files that slow down the nexus 7 and uses custom scripts to speed the system up. Stability is a big deal when it comes to roms, so that is why Glazed Jellybean is extremely stable. Glazed Jellybean comes from CM10 so that you get all the awesome features that you would not normally get on a stock rom. There are many options and extras that you can choose from. Anyways thanks guys for being so supportive and i hope you enjoy.​




    |Disclaimer|
    I am not responsible for any damage that is caused by flashing this rom or by modding this rom and flashing etc. I take no responsibility if your nexus breaks, bricks, sets on fire.




    |Some of the features this rom offer's|
    *Beats Audio
    *XLOUD
    *Sony Bravia Engine (As if the Nexus's Screen Wasn't Awesome Enough)
    *SuperCharged
    *Odexed
    *Super Fast, Ask anyone using this rom.
    *init.d Support, Many Tweaks with init.d
    *Latest Franco Kernel
    *Optimized speed by modding the .so system
    *Removed useless files not Needed
    *AdBlocking Enabled
    *Full Flash Enabled
    *Camera Working + Camera App
    *Choice of Launcher
    *Theme Manager
    *Beats Icon When Playing Music
    *Smooth Scrolling Hack
    *Volume Steps Hack
    *Sysctl Battery Saving Scripts
    *Fast Bootup
    *Custom Boot Animation
    *The Most Up To Date Apps
    *Full Gapps Integration
    *Android 4.1.2.
    *Modded some images for a crisper, sharper view.
    *Many customizable options in the settings
    *Mod's for better battery life
    *Added a cool weather widget You know because ICS needs one.
    *Removed boring JellyBean wall and replaced with one thats better (Screenshots)
    *The List Is To Long To Mention Them All​




    |Bugs|
    On Setup+Startup It Says Something About "int Glazed Jellybean V20" (It doesnt affect system at all, the reason why it does this is because i chose to use a CM10 nighlty as a base, i will later on update the rom so that it wont include this bug. Thanks for your understanding.)
    Report Some. :)




    |Downloads|
    Version 2.1 - Download, Mirror 1 (Thanks to omair1995), and Mirror 2 (Thanks to hungragezone)
    Version 2.0 - Download (Mirror, Thanks to friedsonjm)
    Version 1.1.2 - Download (Alternative DOWNLOAD, Extract before use)
    Version 1.1.1 - Download
    Version 1.1 - Download
    Version 1.0 - Download (Broken)​




    |Changes|
    Version 2.1
    Fixed the lockup bug some user were experiencing
    Fixed the int message that would appear on setup or bootup
    Fixed some network issues with drivers
    Fixed some other minor bugs
    Updated to latest franco kernel
    Updated the boot animation a bit
    Updated some apps
    Added Sony Walkman player
    Added some secret sauce
    Added some init tweaks
    Added new speedup tweaks
    Removed a couple of apps, such as cm updater
    Removed old .so files
    Ohh, and i added something special to the ROM, It's a surprise (Well you wont notice it unless you pay real close attenion.)
    Added some Gangnam Style, ;)
    Uhhh, i forgot some things, ill update this later

    Version 2.0
    Updated To Android 4.1.2.
    Fixed the oversized statusbar icons
    Fixed the incorrect information in settings
    Fixed some smaller bugs throughout the system
    Added AlienDroid Elements such as boot animation and wallpaper
    Added New Speed Up Scripts
    Added Full Gapps instead of slimmed version
    Added Flash Player as a app. Can be Uninstalled
    Added Apex Launcher. Can be Uninstalled
    Added JellyBean Fixer. Can be Uninstalled
    Added Beats+Xlouder
    Added Root browser
    Added Setup Wizard
    Added the CM10 Lag Fix
    Updated base to CM10 Nightly (Maybe cause of weird int message)
    Updated the updater-script
    Updated Build.prop
    Updated Nav Bar Size to stock
    Updated MANY apps
    Updated Ad blocking file - hosts
    Now using latest version of Franco Kernel
    Removed custom animations (A Bit Overwhelming to some)
    Reworked Supercharger script
    Anything else you find report to me

    Version 1.1.2
    Status Bar Icon's Are Now Regular Nexus 7 Stock Size
    Navigation Bar is about 15dpi's Smaller (Nicer, More Minimal)
    30 Minute Time Out Setting, Is now Never Lock
    Made Installation Using CWM much easier, Now Shows Real Time Progress Of Installation
    Boot Animation Is Silky Smooth, No More Stuttering
    Graphic Rendering is Now Done By The GPU Completely, Not CPU, Cause of major UI Lag
    Fixed a Small Camera Bug (No More FC's)
    Notification and Lock Sounds Are now 10 Decibels Louder
    Fixed Flash Player (Download and Install THIS)

    Version 1.1.1
    Camera is Now Integrated (N Working)
    Added Nova Launcher Option On Bootup
    Added Flash Player
    Added Sysctl Battery Tweaks
    More Stability, Launcher 2
    Tweaked the Build Prop
    Launcher Bug Fixes
    Added Theme Manager
    Forced CM9 Themes To Work (Enjoy)
    Added NavBar Color Options
    Fixed The Annoying System Gradient Bug (Making apps like setting look crappy)
    Fixed A Data Bug
    Shortcut To Camera On Lockscreen Now Works
    Updated Animation Speed From 60% to 70% (It makes it smoother)
    Got Glazed Mod's Working On Nexus 7 (Just Need Designing)

    Version 1.1
    Fixed Storage Issue
    Out Of Beta
    New Boot Animation, Much Faster + Smoother
    Tablet Mode Is Working
    Removed A Couple of Stuff (You Won't Notice)
    Fixed Alot Of Things
    Removed Virtous Setup
    Added Linaro Kernel (Motleys)
    A Bunch Of Speed Tweaks Including Supercharger
    Changed Downloading Host
    Added CM Wallpapers + Live Wallpapers

    Version 1.0
    INITIAL RELEASE​




    |Flashing|
    If your upgrading from stock you must wipe EVERYTHING

    If your coming from a CM10 Rom you can wipe data/system




    |Screenshots|
    1Screenshots.png




    |Credit|
    Thanks to all these people |CM10 Team|, |Misledz|, and |FranciscoFranco|. CM10 Nightly was used as a base. Any other people i forgot contact me.​
    25
    You know its pretty incredible that this ROM has actually gotten this far, even with development stopped. This is the most viewed ROM for the Nexus 7. Support and development still continues even after i have left, by people who like this ROM so much that decide to contribute to the thread. I just want to say Thank You for making this ROM #1, to show my gratitude for everyone that supports my thread i have created something awesome that i can throw in the AlienDroid ROM. I know i keep on teasing with new features, but i promise you guys its worth the wait. Besides its just around the corner :D

    I will try to compile a list of people here on XDA that have donated to me, and you will be in the About section of AlienMods. (In big letters :)). If you have donated please PM your email address so i can add you.

    P.S. - Yes i know i wanted to make this the 1000 post on this thread.

    A big THANK YOU to everyone.
    24
    AlienMods App Testing + Quick Status

    I Derped :p
    24
    Here is the plan.......

    My computer decided to randomly crash causing it to delete everything off my hard drive, good thing i had a backup which took alot of time to restore and took alot of my time i had for the rom.

    I am going to provide 1 more update to this rom and that will be it. I hope you know that i am only doing this in order to allow my self to get more time to continue working on the new rom, i know i am taking to long and i know that i keep on promising you guys new things. I will say that i am going to do all that but it might take a little more time as the backup was not organized to where i can have everything i need immediatly. Restoring everything to a state of usability will take even more time.

    The update for this rom will include the fixes for the status bar and fix for the multitasking bar, as well as many bug fixes and many updates to many of the feature such as beats audio.

    This will also be the last time i report to you guys until i release the update. Please don't ask any questions in this thread, if you got a problem or question just PM me as i will no longer read this thread until im done with the update. Please don't ask for an ETA as i do not know when i can finish the update.

    I am sorry that i have to do this but please realize that i have no control over how my computer decides to handle all my information. One day it might be perfectly fine the next it is completely stuck at the windows or linux loading logo. I hope you can understand this. Thanks for your support.
    23
    True Tablet Mode Patch

    Hey guys i present to you the True Tablet Mode Patch for Glazed JellyBean V2.1.
    You can download it below.
    I will soon post some screenshots.
    You can change the DPI to whatever you want once you apply this patch.

    True Tablet Mode Patch For Glazed JellyBean V2.1 - Download


    Big thanks to "Barmulio", Original creator of the patch.