[ROM] [7.1.1r22] [Nexus7] [flo] [Cyanide N] [02/13/2017] - Nexus 7 (2013) Android Development

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
WELCOME TO Cyanide
ROM INFORMATION
Basic intro for now, based on AOSP this ROM will be stuffed full of features while being stable and battery friendly. If you like options then you'll have a tough time finding more I would GUESS, I don't run other ROMs so I can't say for sure
@Marabou57 is the maintainer for flo.
Go and thank him for bringing this rom to your device!!!
Downloads are here:-----> Cyanide
ROM INSTALLATION
IF COMING FROM ANY OTHER ROM
1) WIPE DATA/FACTORY RESET
2) WIPE SYSTEM
3) Wipe Cache/Dalvik Cache
4) Flash the ROM and Gapps.
5) Reboot and PROFIT!!!!
6) Enjoy
IF UPDATING FROM OLDER VERSION OF CYANIDE
1) Wipe Dalvik, Cache, and System
2) Flash ROM and Gapps
3) Reboot and PROFIT!!!!
Thank you and enjoy!!
Google+-Community: Google+ Cyanide
If you like Cyanide you can help us paying the monthly fee for hosting and so on (donation @ rogersb11 )
For all people who want private support
Please consider using our Google+-Community rather than sending PMs.
​
XDA:DevDB Information
Cyanide Android project, ROM for the Nexus 7 (2013)
Contributors
super_extreme, Marabou57, rogersb11
ROM OS Version: 7.x Nougat
ROM Firmware Required: A custom recovery (TWRP preferrable), rom and Gapps zip files, knowledge on how to flash zip files.
Based On: AOSP
Version Information
Status: Stable
Created 2015-11-03
Last Updated 2017-02-13

Credits belong to:
SlimRoms
elelinux
CyanogenMod
temasek
Many thanks for all your hard work!
If you feel utterly unreasonable left out, contact us!
Or if you have problems with all this, contact us!

Reserved.

Which features does this ROM have?

Zwulf said:
Which features does this ROM have?
Click to expand...
Click to collapse
Screenshots on our website are taken in a way so you see some, no time to write text right now.

Seems very promising. One question, does this ROM have the cm theme engine?

Olivier V said:
Seems very promising. One question, does this ROM have the cm theme engine?
Click to expand...
Click to collapse
No theme engine for the moment

Thanks for this...CyanideL was probably my favourite cm based ROM..
Am looking forward to flashing later..
Cheers.

Having a little trouble with installing...play devices keeps fc'ing...
Anyone else?
Cheers.

SHABBYLEA said:
Having a little trouble with installing...play devices keeps fc'ing...
Anyone else?
Cheers.
Click to expand...
Click to collapse
What do you mean bye play devices (gapp)?

Marabou57 said:
What do you mean bye play devices (gapp)?
Click to expand...
Click to collapse
Sorry, I meant play services...

SHABBYLEA said:
Sorry, I meant play services...
Click to expand...
Click to collapse
Install rom with gapps together, try with gapps that you can download on VRToxin site

Marabou57 said:
Install rom with gapps together, try with gapps that you can download on VRToxin site
Click to expand...
Click to collapse
OK. That is what I did originally. Then I tried flashing just the ROM, booting then flashing your gapps package. Also I tried a few other 6.xx.gapps. No joy...
Thanks.

SHABBYLEA said:
OK. That is what I did originally. Then I tried flashing just the ROM, booting then flashing your gapps package. Also I tried a few other 6.xx.gapps. No joy...
Thanks.
Click to expand...
Click to collapse
Slim gapps work okay, no play services FC at least. Indeed, vrtoxin gapps cause persistent play services FC, and they don't include the initial setup wizard either. I'm excited about the future of the rom, but am seeing a few issues with FC in settings. Ambient display in display settings FC, and clock color options FC in the status bar section of vrtoxin settings. The entire security submenu in settings FC on attempted access, and the power menu items have text that is almost invisible on the default system color. Well worth trying alternate gapps, but you'll need to wipe and reinstall rom and gapps, installing an alternate gapps over top of vrtoxin gapps won't alleviate the playservices FC issue...

quickdraw86 said:
Slim gapps work okay, no play services FC at least. Indeed, vrtoxin gapps cause persistent play services FC, and they don't include the initial setup wizard either. I'm excited about the future of the rom, but am seeing a few issues with FC in settings. Ambient display in display settings FC, and clock color options FC in the status bar section of vrtoxin settings. The entire security submenu in settings FC on attempted access, and the power menu items have text that is almost invisible on the default system color. Well worth trying alternate gapps, but you'll need to wipe and reinstall rom and gapps, installing an alternate gapps over top of vrtoxin gapps won't alleviate the playservices FC issue...
Click to expand...
Click to collapse
Yeah, came across most of those issues... haven't tried slim gapps though...
Cheers.

Hey, I'm a developer on Open GApps. Just wanted to let you know that M GApps require a ROM-side patch to make them work: https://github.com/TeamExodus/frameworks_base/commit/9c36be651e83fb039a262682839bd920b033007a
Then users can use Open GApps (http://opengapps.org) as they are the only ones with the changes added so far.

bgiesing said:
Hey, I'm a developer on Open GApps. Just wanted to let you know that M GApps require a ROM-side patch to make them work: https://github.com/TeamExodus/frameworks_base/commit/9c36be651e83fb039a262682839bd920b033007a
Then users can use Open GApps (http://opengapps.org) as they are the only ones with the changes added so far.
Click to expand...
Click to collapse
Thanks for the info...FWIW, I think this is a rom issue, not your gapps...

SHABBYLEA said:
Thanks for the info...FWIW, I think this is a rom issue, not your gapps...
Click to expand...
Click to collapse
It's both! Google changed lots of internal stuff with GApps in M that is only in their proprietary source essentially forcing AOSP to not be able to use them.
We had to do changes on both sides to fix it including:
ROM Patch to give GApps the right permissions to run.
Changing the GApps to not extract the lib files otherwise their would now be duplicate sets of them
It affects all GApps (not just ours) but we are the first to find a working solution (even if not the most ideal).

bgiesing said:
It's both! Google changed lots of internal stuff with GApps in M that is only in their proprietary source essentially forcing AOSP to not be able to use them.
We had to do changes on both sides to fix it including:
ROM Patch to give GApps the right permissions to run.
Changing the GApps to not extract the lib files otherwise their would now be duplicate sets of them
It affects all GApps (not just ours) but we are the first to find a working solution (even if not the most ideal).
Click to expand...
Click to collapse
Right, I understand that. But how come the gapps I'm using now [banks 6.xx on DU M ROM] work fine..I'm not having a go, just interested in how all this works...
Thanks.

SHABBYLEA said:
Right, I understand that. But how come the gapps I'm using now [banks 6.xx on DU M ROM] work fine..I'm not having a go, just interested in how all this works...
Thanks.
Click to expand...
Click to collapse
Well, that's because all the GApps devs (Open, Banks, Deltadroid, etc. except TK) have been working together to figure this out. The reason ours are working later is because we do a lot more than the others (we were originally a continuation of PA/TK so we include every app Google does). Almost all the ROMs already had the permissions granted to Play services and the Store, but ours (and others like TK and Slim) need any app that's made by Google to have those permissions granted.
We also had to work on the lib extract part as M is the first release that requires APKs to remain with the libs NOT extracted. This is why even those others that do work (like Banks) may bug out occasionally (especially Setup Wizard).
This patch simply put makes all GApps work either at all or with less crashes so it's more like it's always been. Just flash and go!
(Just mentioning, Open also does more than most at the moment! We have scripts that anybody can use to build their own package, anybody can upload APKs to keep it up-to-date, they auto-build every time a new APK is released, we are the only to install the right DPI variant for every app (not just Play Services and Play Games), we are the first flashable package to implement xz compression (as all those DPI APKs make the normal ZIP around 1.5GB; with compression it's down to ~400MB), we are the only one still building for every version 4.4+, we are about to release the first Android TV package, and we are one of the rare few to support not only arm but also x86, arm64, and x86_64.)

Related

[29.11.2015][ROM][TEAM REDUX][KitKat 4.4.4]CyanogenMod 11 for HTC Pico

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CyanogenMod (pronounced /saɪ.'æn.oʊ.dʒɛn.mɒd/) is an enhanced open source firmware distribution for smartphones and tablet computers based on the Android mobile operating system. It offers features and options not found in the official firmware distributed by vendors of these devices.
Features supported by CyanogenMod include native theming support, FLAC audio codec support, a large Access Point Name list, an OpenVPN client, an enhanced reboot menu, support for Wi-Fi, Bluetooth, and USB tethering, CPU overclocking and other performance enhancements, soft buttons and other "tablet tweaks", toggles in the notification pull-down (such as wi-fi, Bluetooth and GPS), app permissions management, as well as other interface enhancements. CyanogenMod does not contain spyware or bloatware. In many cases, CyanogenMod may increase performance and reliability compared with official firmware releases.
CyanogenMod is developed as free and open source software based on the official releases of Android by Google, with added original and third-party code.
Click to expand...
Click to collapse
This is a fresh(er than the rest) CyanogenMod 11 build for the pico by me. The ROM is smooth and relatively bug free, perfect to be used as a day to day usage stable OS.
I will be maintaining 4 different release channels for this ROM. Two stable channels - one each for CM11 and CM11S, And two beta testing channels with the same layout. Beta testing channels will see more updates but can be relatively buggy and unstable as compared to the stable releases.
As the first upload, Here is the CM11-stable-release1.zip
the stable CM11S build will roll out as soon as I'm able to fix constant FCs with some apps included exclusively on the CM11S release.
Features:
1. Slimmed down version for ample space in /system for Gapps
2. Init.d support
3. Theme Engine
4. Customizable QS Panel
5. Heads up Notifications
6. Compatible with Xposed
7. Rooted with SuperSU (v 2.49)
8. Caller ID bug from @kirmaniarslan's CM11 builds fixed
9. Stagefright safe
10. 878 MHz safe OC with no NAND burn risk
Click to expand...
Click to collapse
Future Releases:
1. AROMA Installer with options given here:
1.1 Option between Arslan's kernel and Current kernel
1.2 Choice between AOSP and Hackers Keyboard
1.3 Choice between AOSP Launcher3, Trebuchet, and possibly Nova Launcher
1.4 Optional Applications - AudioFX, YU Theme, Great Freedom Theme, Baton, Boxer Mail, Themes Showcase
1.5 Sweep2Wake and non-Sweep2Wake kernel options
2. Possibly prepackaged Google Apps. I could use a lawsuit. Really.
Click to expand...
Click to collapse
Downloads
Build #1
Build #2 (Beta)
Mirror Creators are appreciated. If you do create a mirror for the original file, hit me back with a link and I'll post it here with credits
Click to expand...
Click to collapse
XDA:DevDB Information
CyanogenMod 11 Latest builds for Pico, ROM for the HTC Pico (Explorer)
Contributors
MSF Jarvis, abhi_qwerty, anonymous-user
Source Code: https://github.com/CyanogenMod
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.0.x
ROM Firmware Required: TWRP 2.8.7.0 OFFICIAL Recovery
Version Information
Status: Stable
Current Stable Version: cm-11-20150923-UNOFF
Stable Release Date: 2015-11-28
Created 2015-11-28
Last Updated 2016-01-04
Reserved
FTW, open source baby!!!
Device Tree - https://github.com/HtcLegacy/android_device_htc_pico/tree/cm-11.0
Kernel Source - https://github.com/HtcLegacy/android_kernel_htc_pico/
Vendor Blobs - https://github.com/HtcLegacy/android_vendor_htc_pico
CyanogenOS Builds Info
Features
Features the complete CyanogenOS 11 Apps Package
Including Boxer Mail, Baton, AudioFX, YU and GreatFreedom Themes and Theme Store
Full set of features from CM 11 build​
Click to expand...
Click to collapse
CHANGELOG
Build #1
Initial release
Build #2
Removed Baton - Useless for us
Removed AudioFX - Those damn FC's!!!
Updated GreatFreedom Theme
Fixed Themes Store loading bug
​
Click to expand...
Click to collapse
Bugs
###Squashed
AudioFX Force Closes all the time
Baton only works for those with offcial builds of CM11S (Not us,sadly)
Theme Store keeps loading forever(You can expect a fix in the next build)
###Current
Build 2 has a black screen issue. Will release a patch, until then look for the solution on Page 11.​
Click to expand...
Click to collapse
Download Links
Build #1
Build #2
Reserved
Downloading
MSF Jarvis said:
Caller ID bug from @kirmaniarslan's CM11 builds fixed
Click to expand...
Click to collapse
CM upstream issue?
jmb995 said:
Downloading
Click to expand...
Click to collapse
Stuck on bootloop :/
EDIT:
xD it didn't boot, went to the htc logo and booted again and in less then a minute it booted properly xD( seconds after I posted that was stuck)
So, it's working going to test and will tell more in some hours
Which GApps should I use?
BCCCPCEKCAHET said:
CM upstream issue?
Click to expand...
Click to collapse
Yup
Sent from my HTC Desire 616 dual sim customised for Puchki using Tapatalk
Congrats bro, Good to see your work here!
jmb995 said:
Stuck on bootloop :/
EDIT:
xD it didn't boot, went to the htc logo and booted again and in less then a minute it booted properly xD( seconds after I posted that was stuck)
So, it's working going to test and will tell more in some hours
Click to expand...
Click to collapse
I use it with TWRP 2.8.0.0 and it uses the same kernel source as PAC ROM KK RC-3, so it shouldn't have any problem with 2.8.5.0 . Just make sure you do a super clean flash coz the kernel's really really picky about flashing. Actually he's been giving me a lot of attitude lately, so it's up for a change. Maybe I'll just use @abhi_qwerty's kernel which he compiled for PAC ROM.
Sent from my HTC Desire 616 dual sim customised for Puchki using Tapatalk
jmb995 said:
Which GApps should I use?
Click to expand...
Click to collapse
Well, GApps is still somewhat of a problem. I tried YourZGapps XS and it removed the quick settings toggle from the notification drawer. TK GApps shows a setup wizard that just force closes and does not let me use me anything. I'm hearing Banks GApps is really good, will have to give it a go. I'll let y'all know soon.
P.S. If nothing works, I'll show you all how to manually place files and set perms through a YouTube video over on my channel. That's how I am using it.
Sent from my HTC Desire 616 dual sim customised for Puchki using Tapatalk
OK Everyone, two slim GApps packages are being uploaded to my Basketbuild account
Links will show up here in about 20 minutes from now
Sent from my HTC Desire 616 dual sim customised for Puchki using Tapatalk
Downloading will do review soon!
chankya said:
Downloading will do review soon!
Click to expand...
Click to collapse
Cool. Btw GApps have been uploaded, I'm testing Mini Gapps package now. Would appreciate if you test the other one. And also please post the review, whenever you do it, on the reviews section if possible.
MSF Jarvis said:
Cool. Btw GApps have been uploaded, I'm testing Mini Gapps package now. Would appreciate if you test the other one. And also please post the review, whenever you do it, on the reviews section if possible.
Click to expand...
Click to collapse
Ok I will try . Although am using my pico as a daily driver and happy to see some development again
I have a question about recovery which recovery you recommend with this ROM
Edit1: btw what are the main difference between your mini gapps and other one (gapps kk)
Edit2: got it about recovery sorry for bothering you
chankya said:
Ok I will try . Although am using my pico as a daily driver and happy to see some development again
I have a question about recovery which recovery you recommend with this ROM
Edit: btw what are the main difference between your mini gapps and other one (gapps kk)
Click to expand...
Click to collapse
TWRP 2.8.0.0 or higher is required. I did a F2FS compatible version over in the PAC ROM thread you can try that too. About GApps packages, Mini GApps is the newer one.
Mini GApps is a no go guys. Have myself staring at the bootanimation for 20 minutes now. The bootanimation has slowed down though, indicating that something's happening in the background, but other than that, nothing is happening. Will update y'all if there's some change.
Edit:
Both Gapps packages don't work. I'll upload a YouTube video soon.
MSF Jarvis said:
Mini GApps is a no go guys. Have myself staring at the bootanimation for 20 minutes now. The bootanimation has slowed down though, indicating that something's happening in the background, but other than that, nothing is happening. Will update y'all if there's some change.
Edit:
Both Gapps packages don't work. I'll upload a YouTube video soon.
Click to expand...
Click to collapse
just post name of apps and permission for me so that I can test this rom
edit: And there is no aroma options while installing ROM I tried installing other gapps ROM booted but didn't able to do much because only notification bar was functional now trying without gapps
i tried pico slim gapps from weekly 7 cm11 build of kirmani that didn't work either notification drawer didn't work while using that gapps and now am stuck with this ROM enable to use anything because there is no gapps any help will be appreciated otherwise i have to go back to other ROM sadly

[ROM][Kernel][Official][6.0.1/7.x][Grouper N7 2012][F2FS/EXT4][OTG] Beanstalk ROM

Krassermensch (that's me)
is pleased to present you official Beanstalk builds for our beloved
Nexus 7 2012 WiFi​
I'm not that kind of big thread writer. So I'll try to keep it short. Also keep in mind that I'm not responsible for any damage that will occur to your device although it's almost impossible to break your device. If there are any problems appearing to you feel free to ask for help. Although I'd really like you to read the whole post ​
Features:
compiled using UberTC for best user experience
LineageOS based
PIE
Built in Task Manager switcher
OnTheGo Mode
App Circle bar
System UI Tuner
Quicker system animations
Trimmed down fat and excess bloat
Option to enable all widgets
Numerous extra lockscreen options
LCD Density
Custom original BeanStalk Wallpapers by skyliner33v
Custom BeanStalk bootanimation by skyliner33v
3-minit battery support
Clock and date options
Contextual Header - Original and Polygraphic
Battery styles - Includes specific colors and styles. Also includes battery bar
Do not disturb option
Show notification count
Recent screen options
Customizable navigation bar
Use Omniswitch as default recents
Built-in screen record
Toast animations
App Circle bar
Gesture Anywhere
Disable FC warnings
Disable Immersive message
Force expanded Notifications
Configure scrolling cache
Build.prop MOD options to enable/disable tweaks as preferred
Less frequent Notification sounds options
CRT screen off/on options to specify how the animation shows
Enable/disable wake up on charge option
Superuser fully embedded into the build and accessed from settings menu
LOS Performance options and features
Hide superuser icon
Developer options and advanced reboot enabled by default
Wakelock Blocker
Custom Snap Camera which works much better than AOSP
New Kernel Control
Gello browser
My own custom kernel including CPU OC and UV, GPU OC, DT2W, F2FS support, OTG support and such things
many many more
Bugs:
None I could find but you tell me
Flash instructions
1. make sure you have a current TWRP installed (3.1.0.0)
---> feel free to ask how to flash it if you don't know how
2. Download current Beanstalk ROM package to your device:
Download Marshmallow
Download Nougat
3. Download my Gapps (recommended as they work the best and are clean):
Download Marshmallow
Download Nougat
--> I really don't recommend any other GApps package as I configured the package to work with our grouper perfectly, any other package would probably cause issues due to the small system partition
4. Reboot to recovery (Turn off your device, press Power & Vol- and choose Recovery)
5. Wipe system, data, dalvik/art cache and cache partitions (optionally use f2fs)
6. Install ROM, then GApps (don't install any additional system mod if u use GApps as there's no space for it)
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Credits:
scott.hart.bti -- the main beanstalk developer
daniel_hk -- I cherry-picked some commits from his Github
krassermensch -- me
Beanstalk team for supporting me
All the CustomROMs Beanstalk's code is based on (watch Beanstalk sources)
please consider donating to these people as well
Source:
My Github
XDA:DevDB Information
Beanstalk ROM for Nexus 7, ROM for the Nexus 7
Contributors
krassermensch, scott.hart.bti
Source Code: https://github.com/scotthartbti/android
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.1.x
Based On: LineageOS
Version Information
Status: Stable
Created 2016-02-11
Last Updated 2017-04-26
Awesome, downloading right away.
DutchMan_1990 said:
Awesome, downloading right away.
Click to expand...
Click to collapse
Great to hear about people who are interested in my work. Hope you're lucky with all the features in the ROM. Looking forward to your report. Hopefully there'll be some more comments when I'm back from driving school
Happy flashing to all of you
I'm going to for sure try this ROM. Thanks
Just rewrote GApps package. It includes swype keyboard support and face unlock now. I'll probably upload it tomorrow as it would take ?1h to upload this roughly 60MB file. I hope you'd like to see these features as well.
Furthermore I'm planning to add some features to the kernel. Just tell me if you'd like to see something like that, too
Here is a short review... So far very good, but the Gapps has some issues. I had to revart back open gapps pico pack to resolve the issue. I have been using Beanstalk with my phone from last couple of months so, it was like walking in park for me. Everything is there as well some unnecessary things like vibration module settings, but I guess that is due to the same tree that has been using with other beanstalk ROM. and by the way @krassermensch thanks for the bulid.
DutchMan_1990 said:
Here is a short review... So far very good, but the Gapps has some issues. I had to revart back open gapps pico pack to resolve the issue. I have been using Beanstalk with my phone from last couple of months so, it was like walking in park for me. Everything is there as well some unnecessary things like vibration module settings, but I guess that is due to the same tree that has been using with other beanstalk ROM. and by the way @krassermensch thanks for the bulid.
Click to expand...
Click to collapse
Thanks a lot for the first review what exactly were the bugs you experienced using my GApps package? It'd be awesome if you could tell me so I could try to fix it
I got error that some apps are not compatible with Grouper, like G+.
DutchMan_1990 said:
I got error that some apps are not compatible with Grouper, like G+.
Click to expand...
Click to collapse
Do these apps not start or does the PlayStore say that these apps are incompatible? Furthermore keep in mind that the Nexus 7's system partition is limited. That means that in case you install a gapps package which is too big it doesn't fit in your system partition. If it's the PlayStore issue that occurs to me as well the solution is quite simple. As the play store reads your build.prop for your device informations and as a tablet of this size with this pixel density running marshmallow isn't verified yet, the play store tells you some apps are incompatible. Solutions:
- download and install an incompatible app from websites like apkmirror
- use market helper https://drive.google.com/file/d/0Bwb2OJUvDO5razR0YzZFQVhISVU/view?pref=2&pli=1
- dirty: change build.prop entrys:
Open the file /system/build.prop using a text editor
change the entrys ro.product.model to Nexus 4 and ro.product.manufacturer to LGE
Good luck. I hope these apps will be compatible in the near future but that's something a developer can hardly fix. It's Google's task to make it work. Let's see...
krassermensch said:
Do these apps not start or does the PlayStore say that these apps are incompatible? Furthermore keep in mind that the Nexus 7's system partition is limited. That means that in case you install a gapps package which is too big it doesn't fit in your system partition. If it's the PlayStore issue that occurs to me as well the solution is quite simple. As the play store reads your build.prop for your device informations and as a tablet of this size with this pixel density running marshmallow isn't verified yet, the play store tells you some apps are incompatible. Solutions:
- download and install an incompatible app from websites like apkmirror
- use market helper https://drive.google.com/file/d/0Bwb2OJUvDO5razR0YzZFQVhISVU/view?pref=2&pli=1
- dirty: change build.prop entrys:
Open the file /system/build.prop using a text editor
change the entrys ro.product.model to Nexus 4 and ro.product.manufacturer to LGE
Good luck. I hope these apps will be compatible in the near future but that's something a developer can hardly fix. It's Google's task to make it work. Let's see...
Click to expand...
Click to collapse
Nah!! It said "this version of this application is not compatible with your device". pico gapps solved the issue, now everything is fine.
DutchMan_1990 said:
Nah!! It said "this version of this application is not compatible with your device". pico gapps solved the issue, now everything is fine.
Click to expand...
Click to collapse
OK? Strange. I guess it's because my gapps package creates an own line in the build.prop and that's something the Play Store is confused about but I'm not sure. Although good to know that pico open gapps work. I'll work on my gapps package again before I upload it. Moreover I added some really usefull and powersaving features to the kernel as well as some governors that might be usefull. Furthermore OC options are included now, too. Hope everything will work stable. If everything works well you'll see these features in Beanstalk 6.08. Until then I'm gonna work on a totally new GApps package. I hope it's done before school time starts again as I'm too busy then. Let's see...
Hate to say it but your gapps package complained about space restrictions on mine saying it was unable to install. I had to download the pico gapps just to get at least something installed. This seems to be a recent phenomena with marshmallow or something as these issues with gapps were nearly nonexistent with kitkat and lollipop because I never got these messages.
apb91781 said:
Hate to say it but your gapps package complained about space restrictions on mine saying it was unable to install. I had to download the pico gapps just to get at least something installed. This seems to be a recent phenomena with marshmallow or something as these issues with gapps were nearly nonexistent with kitkat and lollipop because I never got these messages.
Click to expand...
Click to collapse
Thanks a lot for reporting this bug. I think it happend as you flashed some more packages and finally your system partition wasn't big enough. I'd always recommend OpenGApps to AOSP ROMs but on CM based ROMs there's the cyanogenmod setup wizard which makes the aosp setup wizard flashed with open gapps unneccesary. As I want to keep everything as clean as possible I'll post a new GApps package as soon as I'll have tested it. Although thank you really much. I appreciate every report and until I'll have updated the GApps package I recommend the Pico and Nano Open GApps.
Update to Beanstalk 6.08
I updated Beanstalk to version 6.08
I updated the GApps some days ago (cleanest GApps for CM-ROMs, kept minimal)
I customized the ROM's stock kernel (voltage control, CPU OC...)
Have fun trying it out, looking forward to your reviews
krassermensch said:
Update to Beanstalk 6.08
I updated Beanstalk to version 6.08
I updated the GApps some days ago (cleanest GApps for CM-ROMs, kept minimal)
I customized the ROM's stock kernel (voltage control, CPU OC...)
Have fun trying it out, looking forward to your reviews
Click to expand...
Click to collapse
Thanks for your work. The ROM work good with my Nexus 7 Tilapia ! (I have replaced "grouper" with
"tilapia"). I don't need G3.
Thanks for the hard work, been a while since I've modded anything, it used to be my phone all the time but I got an iPhone last year and havent modded anything since
but my wife's old Nexus was borked with that 5.1.1 update a while back and I just forgot about the tablet, got it all fixed up and running your rom now.....so far so good but I'm having issues saving things to the device from certain apps? Apps from the play store install fine but I tried getting some wallpaper from Zedge and it wont save any of the downloads. I've been out of the game for a while so its probably something stupid, like Google messing around with sdcard storage or something again....
Any ideas?
Vidfreek said:
Thanks for the hard work, been a while since I've modded anything, it used to be my phone all the time but I got an iPhone last year and havent modded anything since
but my wife's old Nexus was borked with that 5.1.1 update a while back and I just forgot about the tablet, got it all fixed up and running your rom now.....so far so good but I'm having issues saving things to the device from certain apps? Apps from the play store install fine but I tried getting some wallpaper from Zedge and it wont save any of the downloads. I've been out of the game for a while so its probably something stupid, like Google messing around with sdcard storage or something again....
Any ideas?
Click to expand...
Click to collapse
I don't know exactly what causes your issue but I think it's due to the Android 6.0 Permission System. There are requests by Apps asking for permission to write data to the storage for example. I recommend going to Settings->Apps->Zedge->Permissions-> here you need to grant the App all of the permissions that might be necessary to work properly.
I have to go to school now but I'm goona try to reproduce your issue when I'm back. Just tell me if the upper suggestion fixed your problem or if it's really a kind of deep bug of Beanstalk OS.
its so amazing that this device still gets love to this day. even my international note 4 dont have this much decs! thank you. beanstalk was always my go to wgen i had an s4.
shoeprano27 said:
its so amazing that this device still gets love to this day. even my international note 4 dont have this much decs! thank you. beanstalk was always my go to wgen i had an s4.
Click to expand...
Click to collapse
It's always great to hear such feedback, especially because it's my first ROM. Thanks a lot. Feedback, may it be positive or negative, motivates me proceeding my work. After all the inconvenience I had with my own computer which has some hardware issues I can't specify I had to switch to my mother's Intel Pentium computer. Everything's so slow on this device but it worked in the end although every build takes even a bit longer than the repo syncs (~8hours). My budget as a pupil makes it impossible to fix the issues on my computer so there will always be small delays on ROM updates. All in all builds work and I'm looking forward to make updates for this ROM for some time.
There's something else I'm interested in: What do you think about the new Kernel features? Do they work for you?
Waiting for your feedback
INDEX
This Thread has been added to this INDEX-Thread:
[INDEX] Nexus 7 2012 - ROMs, Kernels, MODs, GUIDES
Thank you for this Thread!

[ROM][7.1][NOUGAT][NIGHTLY] Official Mokee Open Source Project

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
About
MoKee OpenSource is based on the Cyanogenmod. We update our source code frequently to keep up with the latest development, and not forgetting to merge in special features of our own at the same time.
A small group of people from around the world who are interested in Android launched this project on the 12th of December 2012, and is committed to make this ROM better and better. Like most contributors of open source projects (Omni, CyanogenMod, Slim AOSPA etc), we are doing all these in our free time as our passion…
Since this project is open source, anyone interested can participate in the development (maintain new devices, contribute code etc). Newcomers are always welcomed!
Read here for developer application: http://www.mfunz.com/en/developer-application, you can host your unofficial MoKee builds on our server!
Features:
(I will mention only that which does not take into CyanogenMod)
Listview animation
Interpolation anmação listview
Update over the air can download the download website only incremental, it helps lower faster update and upgrade more easily:
Some icons and own layouts
Manager for Google services, so no need to use a large gapps, you can only download necessary at MokeeCenter
Ringtones, Alarms, Notification, UI sounds are all different CyanogenMod, thus bringing a beautiful charm to rom
bootianimation own
information integrated into MokeeCenter
Settings to add speed data network
Settings for navigation bar
Settings for Statusbar
Intelligent control settings to configure the newer apps and others.
What is the difference?
RELEASE: Tested after integrating new features, more stable than NIGHTLY. (Odexed builds)
NIGHTLY: Built daily with newest code and experimental features, might contain undiscovered bugs. (Deodexded builds)
HISTORY: Final odexded builds once a newer Android version is out and being built.
EXPERIMENTAL: Released when a new device is added or when a new feature is added for public beta testing and feedback. (Deodexded builds)
UNOFFICIAL: Maintained separately by individual developers, usually involves modification of shared code which cannot be merged (affects other devices), therefore maintained by the developer himself.
Note: We always test the shared code for bugs, however sometimes we may not be able to detect device specific bugs. If you have such issues, it will be better to report to the device maintainer.
Downloads oficiais:
BULLHEAD
GAPPS (Google Apps)
RELEASES = stables / no problems
NIGHTLYS = ???
Changelog:
HERE
Installation mode :
To install the clean rom:
Download the rom
enter the recovery
make all wipes (expect internal storage)
choose zip from SD and install
you can use a gapps any of its taste since it is for android 7.1.x
or you can go MokeeCenter after starting rom, there you can download the small gapps integrated into the system and have a lighter and clean rom.
To install upgrade:
Method 1:
just download the complete package via OTA
enter the recovery
only to wipe cache and dalvik (optional, I do not)
install the complete package downloaded via OTA
Method 2:
Download the complete package over the air and go to install update
let install automatically for you
Method 3:
Download only incremental updates
for that you need to donate 30 CNY for the team to release the feature on the device directly
But you can do this update without donation
just go on the site and click below build itself where it is written (upgrade: OTA to MK ...)
there will be the incremental free for you, this will save on your data package or in your spare time.
Big Thanks @martincz for development
XDA:DevDB Information
Mokee Open Source , ROM for the LG Nexus 5X
Contributors
[email protected], EsromG5
Source Code: https://github.com/MoKee
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Custom Recovery
Based On: Cyanogenmod
Version Information
Status: Nightly
Beta Release Date: 2016-11-21
Created 2016-11-22
Last Updated 2016-11-24
Reserved
Thanks, flashed and booted fine, although i don't see an option of getting gapps via mokee centre though.
KashMiester said:
Thanks, flashed and booted fine, although i don't see an option of getting gapps via mokee centre though.
Click to expand...
Click to collapse
This is a first nightly so some features are missing.
Whoop. More 7.1 goodness
Chinese here to support.
Stable and Fast <33
#ThisRomIsAmazing
[email protected] said:
This is a first nightly so some features are missing.
Click to expand...
Click to collapse
but thats not a deal breaker........
does ok google detection work for anyone?
Anyone got any screenshots?
ok as always Mokee gives a great and stable rom, is smooth stable and fast.
clean flash all wipe i come form stock F new patch so i flash ventor L image and all good until now exept a big issue and a small, the small is in battery icons not work the circle and the big issue i don't know why is the 4g, not work in my area i have only 3g_H+. i don't know what band we have here but with this rom not work!! any idea?
bromoxitos said:
ok as always Mokee gives a great and stable rom, is smooth stable and fast.
clean flash all wipe i come form stock F new patch so i flash ventor L image and all good until now exept a big issue and a small, the small is in battery icons not work the circle and the big issue i don't know why is the 4g, not work in my area i have only 3g_H+. i don't know what band we have here but with this rom not work!! any idea?
Click to expand...
Click to collapse
Set again APN
kidvnn said:
Set again APN
Click to expand...
Click to collapse
hmm!!! well not work again!!! ....
bromoxitos said:
hmm!!! well not work again!!! ....
Click to expand...
Click to collapse
Maybe try network settings reset or pull your sim reboot, if project fi clear data in for that app and it should get all your setting up to par. That's always worked for me when ive had network issues.
hilla_killa said:
Maybe try network settings reset or pull your sim reboot, if project fi clear data in for that app and it should get all your setting up to par. That's always worked for me when ive had network issues.
Click to expand...
Click to collapse
Well i just w8 to see one or two days ty any way..
Maybe my company makes some fix issues, some times happen
Quick questions before flashing. What vendor is needed and is it 7.0 or 7.1 gapps? Thanks in advance.
TheBurgh said:
Quick questions before flashing. What vendor is needed and is it 7.0 or 7.1 gapps? Thanks in advance.
Click to expand...
Click to collapse
same vendor like CM i think L it says and 7.1 gapps need in OP it make rong when say 7.0
does ok google detection work?
Thanks for ROM, first time on Mokee, fast/stable but some problems. FC of FX Audio every time when play music or video; in Mokee Centre nothing to download (I mean gapps, themes or something other from OP).
c0mrade_Russia said:
Thanks for ROM, first time on Mokee, fast/stable but some problems. FC of FX Audio every time when play music or video; in Mokee Centre nothing to download (I mean gapps, themes or something other from OP).
Click to expand...
Click to collapse
FC will fix in upcoming nightly. Will update mokee centre soon

[ROM][7.1.2][THEA][SUBSTRATUM] Official AOKP Nougat for Moto G 2014 LTE

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Android. Infused with magical unicorn bytes
The unicorn eats nougat and farts rainbows​
Hi,
Here is official AOKP 7.1.2 for the Moto G 2014 LTE - Thea
Features:
Substratum support
ROM Control
AppLauncher settings
Wakelock Settings
DT2S Lockscreen Settings
Notifications Drawer settings
Customizable power menu
Advanced sound settings
Special statusbar settings
Interface settings
Listview
Toast
Animation
Transparencies
Advanced settings for NavBar.
More...
Requirements:
- Unlocked Bootloader
- TWRP
How to install:
From stock
Copy the ROM zip on your phone
Reboot in TWRP Recovery mode
Backup your phone!
Format/Wipe system, cache, dalvik, data
Flash/Install ROM
Reboot in recovery again
Flash Install Gapps (OpenGapps ARM 7.1 Mini or smaller is recommanded)
Reboot
Upgrade from previous build
Copy the ROM zip on your phone
Reboot in TWRP Recovery mode
Format/Wipe only cache, dalvik
Flash/Install ROM new build version
Reboot
Changelog - http://gerrit.aokp.co Nougat
Site official - http://aokp.co/
GitHub - https://github.com/AOKP
Builds Downloads:
Build Official
https://basketbuild.com/devs/aokp/thea
Download AOKP thea
Build Unofficial
aokp_thea_nougat_unofficial_2017-01-20_1314.zip
GApps Recomended:
http://opengapps.org/
Can you pour me some coffee?
Thanks to:
LineageOS
AOKP
to all contributors and donators
Source Code:
Device: https://github.com/AOKP/device_motorola_thea
Kernel: https://github.com/LineageOS/android_kernel_motorola_msm8226
XDA:DevDB Information
Android Open Kang Project, ROM for the Moto G 2014 LTE
Contributors
EsromG5
Source Code: https://github.com/AOKP
ROM OS Version: 7.x Nougat
ROM Firmware Required: Custom Recovery
Based On: LineageOS, AOKP, AOSP
Version Information
Status: Testing
Created 2017-01-20
Last Updated 2017-04-21
Reserved
Please more advanced users, take the test and tell me how it is, it will be a step to make it official.
Thank you.
Thank you for your work on thea!
I have uesd this rom for nearly 2 days
It is smooth and the basic functions(wifi,bluetooth,data connection,camera,flashlight) are works fine
and its customization is what l like
however,there are three problems:
1.the file manager can't browse the extsdcard,even l give it root access,maybe I should change to supersu?
2.l didn't find "substratum"(the application),maybe l need to install it or because the theme engine will be put into rom next time?
3.developer options>show cpu info it doesn't work after a reboot,l have to close it and open it again,then it works.
and the mGerrit often FC
what l didn't try is to format a sdcard as internal storage
l'm sorry for my poor english
today I flashed open gapps aroma
but it doesn't work well on this rom
I replaced contacts, dialer, calendar, camera,and browser
but chrome keeps FC when I try to log in and some other apps are FC too
maybe it's because of the gapps?
futuresaber said:
Thank you for your work on thea!
I have uesd this rom for nearly 2 days
It is smooth and the basic functions(wifi,bluetooth,data connection,camera,flashlight) are works fine
and its customization is what l like
however,there are three problems:
1.the file manager can't browse the extsdcard,even l give it root access,maybe I should change to supersu?
2.l didn't find "substratum"(the application),maybe l need to install it or because the theme engine will be put into rom next time?
3.developer options>show cpu info it doesn't work after a reboot,l have to close it and open it again,then it works.
and the mGerrit often FC
what l didn't try is to format a sdcard as internal storage
l'm sorry for my poor english
Click to expand...
Click to collapse
Update mGerrit in playstore.
Pls, wait for more infos.
futuresaber said:
today I flashed open gapps aroma
but it doesn't work well on this rom
I replaced contacts, dialer, calendar, camera,and browser
but chrome keeps FC when I try to log in and some other apps are FC too
maybe it's because of the gapps?
Click to expand...
Click to collapse
Use gapps last in opengapps
I just tried the substratum theme engine and the gps
they all works properly
as for chrome’s FC It's my fault that I stopped the google play service
now the rom works well
futuresaber said:
I just tried the substratum theme engine and the gps
they all works properly
as for chrome’s FC It's my fault that I stopped the google play service
now the rom works well
Click to expand...
Click to collapse
I just found a problem about the three animation scale in developer options
I choose the options as1.5x
but it just like 2.0x on other roms
the animation is too slow(relatively)
Amazing, best Nougat ROM so far! I was almost giving up.
Thank you!
First build official, test and comment about here.
aokp_thea_nougat_nightly_2017-01-24.zip
great work brow ;D
Just going to try it out and I'll give a report how was everithing
Looks promising.
Does it have SuperSu incorporated?
Can Selinux be set to permissive?
Baseband issue
Has anyone had the issue of unknown baseband after flashing 2017-02-20 build or just me ?
Have tried to follow the flashing instructions as written and have also tried just factory reset with cache and dalvik but still missing baseband. I am completely lost as to why, I have tried all other 7.1.1 roms without issues, I am about to flash the build before it and see if it is there also, if not then it may be a bug with this build !!
bluerichblue said:
Has anyone had the issue of unknown baseband after flashing 2017-02-20 build or just me ?
Have tried to follow the flashing instructions as written and have also tried just factory reset with cache and dalvik but still missing baseband. I am completely lost as to why, I have tried all other 7.1.1 roms without issues, I am about to flash the build before it and see if it is there also, if not then it may be a bug with this build !!
Click to expand...
Click to collapse
Also tried 2 previous builds with same problem, is this a case of having to flash an earlier build and update ?
I am lost here and it is the rom I most want to try !
bluerichblue said:
Also tried 2 previous builds with same problem, is this a case of having to flash an earlier build and update ?
I am lost here and it is the rom I most want to try !
Click to expand...
Click to collapse
Hi i using aokp_thea_nougat_nightly_2017-02-14.zip version on xt1079 withut big problem. Only sim managment is complicated
deleted
If you want, upgrade from the version of day 21, it is fixed on SIM and baseband, it was even problem with peregrine and it was solved, if it does not solve, just make a backup and try a clean installation, this is actually corrected now.
http://gerrit.aokp.co/#/q/status:merged
EsromG5 said:
If you want, upgrade from the version of day 21, it is fixed on SIM and baseband, it was even problem with peregrine and it was solved, if it does not solve, just make a backup and try a clean installation, this is actually corrected now.
http://gerrit.aokp.co/#/q/status:merged
Click to expand...
Click to collapse
Yes it's confirmed all fixed and working great now, great rom with great battery life and so far not a single bug found, sound is good, no lags, my only downside is no proximity pocket protection ( not a huge issue.plenty of apps to solve that ! )
i have no in-call audio.. anyone else? trying wiping cache and dalvik, will report the results soon
EDIT: problem solved
Latest nightly usable as daily driver?

[ROM] [4.4.4] [EXT4/F2FS] [Modified] SlimKat 9.2 Unofficial Grouper (6/29/2018)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Disclaimer: SlimRoms and I are not responsible for any damages to your device.
SlimRoms is a custom android operating system. The main goal is to offer users a slimmed down but still feature rich alternative to other android operating systems. The entire SlimTeam work together to bring you this tailor-made beauty straight from Android Open Source Project (AOSP) source code. All of the sources can be publicly viewed through GitHub and you can stop by the public Gerrit to submit patches of any type.
SlimKat is the project name for SlimRoms based on Android 4.4.
Original Features
The Real Dark Slim
Full system-wide dark interfaces. - If you like it smooth and classy.
Custom Shortcuts. Everywhere.
Hardware keys, Navigation Ring, Navigation Bar, Lockscreen, Tiles, Notifications etc. - We've got you covered.
System-Wide Keyboard Controls
Rotation, cursor control, optional emoticions, etc. - You'll be tapping away to your heart's content.
SlimCenter
Downloads, contact information, system app removal. - More fun than you can shake a stick at.
Camera Features
Trueview, Smart Capture. - Capture life moments with ease.
Unofficial Features:
SlimLP Kernel for F2FS support
Added ROW IO Scheduler as default
Added Smartmax CPU Governor as default
ROM and Kernel built with UberTC (gcc-4.8 for cortex-a9)
Numerous other updates from my Slim repos on github
Hello there everyone my name is Jon Tranchida and this is my modified version of SlimKat ROM for the nexus 7 grouper. I am a android lover by heart and soul and flashing and developing roms is my passion. I want to share with you my unofficial slimkat builds for the nexus 7 grouper and i hope you find them fun and useful. Lets now cut to the chase. My builds are not compiled from source by me but they are based on an already awesome slimkat rom by the one and only @LordNerevar. I have modified his builds to my own personal liking and i thought it would be awesome to share my builds with you guys. I only have one build for now but as time goes on i should hopefully release more rom releases. These Slimkat builds i made are very similiar to LordNerevar builds because they are based on them. There are several differences so please make sure you read the full feature list down below. Anyways have fun and always be a flashaholic One more note to mention is i don't accept any profit from my work because this rom is not mostly my rom as i didnt compile it
Make sure you give huge thanks to the person who made slimkat awesome for us which is LordNerevar! This device wouldn't be so awesome without him
I will never make a tilapia version that supports the nexus 7 tilapia as i don't own that device, Sorry!
Check out the original LordNerevar Thread Here:
https://forum.xda-developers.com/ne...t/rom-unofficial-slimkat-9-0-grouper-t3214142
Full Feature List:
1. All features that were included in LordNerevar Slimkat builds are here and are not changed
2. Fully fixed xposed bootloop problem for all xposed modules
3. Added new lock screen sound and touch effect sounds
4. Added new notification sounds
5. Added several apps that are mostly from the play store
6. Several New Home screen launchers to choose from
7. A total of 3 keyboard apps are included in the rom
8. Xposed Installer apk included in the rom
9. CM11 Launcher and CM wallpapers apps included in ROM
10. Nova Launcher and Apex Launcher Included
11. Included Google Keyboard as a data app
12. Included Lord Nerevars Stock Slim Kernel Unchanged
13. Fixed and Added Pico TTS
14. Added Google TTS and Google Talkback
15. No Need to flash Google apps Zip package as Latest Gapps are included in the ROM
16. Rooted by default but you can still flash supersu separately by default
17. Kernel Auditor apk included to control performance
18. Evie Launcher app included
19. One plus one screencast app included
20. GalleryNext app and CameraNext app included
21. Still Editing This!
ROM Download Folder Is Here:
https://androidfilehost.com/?w=files&flid=263073
Grab The Latest Build Here (6/29/2018):
https://www.androidfilehost.com/?fid=11050483647474828449
Previous Build Here (6/28/2018):
https://www.androidfilehost.com/?fid=11050483647474828256
Latest Build Mirror Here:
Coming Soon!
XDA: DevDB Information
Unofficial SlimKat (grouper), ROM for the Nexus 7
Contributors
LordNerevar/JT1510365
Source Code: https://github.com/LordNerevar
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.1.x
Based On: AOSP, LineageOS
Version Information
Status: Stable
Created 2018-04-10
reserved
Reserved
Will download the rom later - thank you for your work!
ProGameAndy said:
Reserved
Will download the rom later - thank you for your work!
Click to expand...
Click to collapse
Your welcome new update is coming soon
Error
sorry bro. I have one problem. I can not install your rom. TWRP Voice Error 7
Weris11 said:
sorry bro. I have one problem. I can not install your rom. TWRP Voice Error 7
Click to expand...
Click to collapse
Try making sure system is mounted or unmounted try switching both and see if it installs because it works fine for me
all is formatted on F2FS. it is pure instability
Weris11 said:
all is formatted on F2FS. it is pure instability
Click to expand...
Click to collapse
This rom works with both ext4 and f2fs i dont know what you are talking about as i am so confused everything works properly for me over here
I'm also confused. All other rom we work normally. I'll wait for the update.
hey
Weris11 said:
I'm also confused. All other rom we work normally. I'll wait for the update.
Click to expand...
Click to collapse
Update recovery and try flashing rom again
JT1510365 said:
Hello there everyone my name is Jon Tranchida and this is my modified version of slimkat ROM for the nexus 7 grouper. I am a android lover by heart and soul and flashing and developing roms is my passion. I want to share with you my unofficial slimkat builds for the nexus 7 grouper and i hope you find them fun and useful. Lets now cut to the chase. My builds are not compiled from source by me but they are based on an already awesome slimkat rom by the one and only @LordNerevar. I have modified his builds to my own personal liking and i thought it would be awesome to share my builds with you guys. I only have one build for now but as time goes on i should hopefully release more rom releases. These Slimkat builds i made are very similiar to LordNerevar builds because they are based on them. There are several differences so please make sure you read the full feature list down below. Anyways have fun and always be a flashaholic One more note to mention is i don't accept any profit from my work because this rom is not mostly my rom as i didnt compile it
Make sure you give huge thanks to the person who made slimkat awesome for us which is LordNerevar! This device wouldn't be so awesome without him
Check out the original LordNerevar Thread Here:
https://forum.xda-developers.com/ne...t/rom-unofficial-slimkat-9-0-grouper-t3214142
Full Feature List:
1. All features that were included in LordNerevar builds are here and are unchanged
2. Fully fixed xposed bootloop problem for all xposed modules
3. Added new lock screen sound and touch effect sounds
4. Added new notification sounds
5. Added Tons and Tons of apps that are mostly from the play store
6. Several New Home screen launchers to choose from
7. A total of 3 keyboard apps are included in the rom
8. Xposed Installer apk included in the rom
9. CM11 Launcher and CM wallpapers apps included in ROM
10. Nova Launcher and Apex Launcher Included
11. Included Google Keyboard as a data app
12. Included Lord Nerevars Stock Slim Kernel Unchanged
13. Fixed and Added Pico TTS
14. Added Google TTS and Google Talkback
15. No Need to flash Google apps Zip package as Latest Gapps are included in the ROM
16. Supersu 2.82 Included in the ROM
17. Kernel Auditor apk included to control performance
18. Evie Launcher app included in rom
19. One plus one screencast app included
20. GalleryNext app and CameraNext app included
21. Still Editing This!
My Download Folder are here:
https://androidfilehost.com/?w=files&flid=263073
XDAevDB Information
Unofficial SlimKat (grouper), ROM for the Nexus 7
Contributors
LordNerevar/JT1510365
Source Code: https://github.com/LordNerevar
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.1.x
Based On: AOSP, LineageOS
Version Information
Status: Stable
Created 2018-04-10
Click to expand...
Click to collapse
Your zip file is corrupted, u can check by extracting in ur computer via winrar
Error 7 in TWRP
Weris11 said:
sorry bro. I have one problem. I can not install your rom. TWRP Voice Error 7
Click to expand...
Click to collapse
I also have an error 7
btraven said:
I also have an error 7
Click to expand...
Click to collapse
Do you use latest official / recommended TWRP? Often this error is because of an outdated recovery version...
Sent from my Nexus 4 using XDA Labs
Thanks for thinking about the Nexus 7 and building a ROM for it.
Does it come with GApps included in the ROM? Hopefully you can list some instructions in the second post for people to follow.
Also, do you mind if I mirror it on my MEGA since AndroidDevHost is sooo sloow with downloads?
I have used crDroid for a few months now but been having some issues with it lately so I was looking for something new to flash.
PS. Yeah there is something wrong with the zip, I have latest TWRP and it doesn't flash.
I think most people are having this issue.
Sent from my OnePlus using XDA Labs
geko95gek said:
I think most people are having this issue.
Click to expand...
Click to collapse
Yes getting that error too coming from another kitkit ROM latest twrp and wiped system cache files, dalvik, data & internal storage (starting fresh this time). I also had system partition mounted. Hopefully this gets fixed soon looking forward to trying this rom.
Im having error 7 as well, have tried different partition schemes, wiped it all, am on latest (3.2.1.0) TWRP and so on...
The non modified slim 9.1 you have based this on works fine.
geko95gek said:
Thanks for thinking about the Nexus 7 and building a ROM for it.
Does it come with GApps included in the ROM? Hopefully you can list some instructions in the second post for people to follow.
Also, do you mind if I mirror it on my MEGA since AndroidDevHost is sooo sloow with downloads?
I have used crDroid for a few months now but been having some issues with it lately so I was looking for something new to flash.
PS. Yeah there is something wrong with the zip, I have latest TWRP and it doesn't flash.
Click to expand...
Click to collapse
Thanks for your comments please try my new version below:
https://www.androidfilehost.com/?fid=962339331458995517
Yes this rom comes prerooted and with latest google apps and services preinstalled so please do not flash GAPPS
Also i will make a mega mirror
dinotyped said:
Yes getting that error too coming from another kitkit ROM latest twrp and wiped system cache files, dalvik, data & internal storage (starting fresh this time). I also had system partition mounted. Hopefully this gets fixed soon looking forward to trying this rom.
Click to expand...
Click to collapse
Should be fixed in new build as i used a new updater script
june 2nd 2018 build is currently uploading to androidfilehost and mega.co.nz

Categories

Resources