These are CM10 builds with some extra mods/perks in it. There might be bugs but so far everything is working really smoothly. I will be working more on the kernel. I will also be updating these as github repo changes come in.
Known bugs:
* Camera is "flaky". It works but if you switch to different qualities it'll most likely crash.This is a bug with the Gallery ( I know sounds strange and it is) because the Gallery needs to connect with the camera to store pictures on the sdcard.
ADB
adb remount will not work on these roms. You can use adb root adb remount. If adb root doesn't work well for you for whatever reason use the scripts instead. For adb you'll need to make sure it has root access under development settings in the main settings menu. I have included two scripts to change the state of your system being mounted as either rw or ro. So before you push something with adb to your system you'll need to run the mount-rw script. Usage is as follows:
Type the following in terminal emulator or adb shell. I prefer terminal emulator.
Code:
For read/write access (this is the one you want for adb access)
$ su
# sh /etc/mount-rw
Code:
For read/only access (only need to do this after modifying your system partition, makes it stay secure ;))
$ su
# sh /etc/mount-ro
Quote:
Originally Posted by CyanogenMod
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.1.1 (Jellybean), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Instructions:
First time flashing CyanogenMod 10 to the Google Nexus 7, or coming from another ROM?
Root the device and install ClockworkMod Recovery.
Perform a NANDroid backup of your current ROM.
Format the system, data & cache partitions of your device.
Perform a factory reset.
Flash CyanogenMod.
Optional: Install the Google Apps addon package.
Upgrading from earlier version of CyanogenMod 10?
Perform a NANDroid backup of your current ROM.
Flash CyanogenMod
Optional: Install the Google Apps addon package.
The CyanogenMod team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
A precautionary note about flashing other kernels
I do not support other kernels! If are having issues with this rom and are using some other type of kernel (aka some type of experimental kernel) I will not support
bug issues that you may encounter!
Ewww, a sparksco has appeared. :P Just kidding bud, if you need any testing on the kernel I know you'll build let me know. Looks like a decent thing you have going here but unfortunately, I don't feel like flashing a new rom. :P
Don't worry I'll get it fixed, working on a build now. I'm sure every developer has their own ways of building so stability between different unofficial builds will still vary.
Sent from my Nexus 7 using xda premium
HTC G1: Bricked
HTC G1 #2: Broke
HTC Evo Shift 4G: Active
ASUS Nexus 7: Active
Don't worry I'll get it fixed, working on a build now. I'm sure every developer has their own ways of building so stability between different unofficial builds will still vary.
Sent from my Nexus 7 using xda premium
Hey man its no worries, appreciate what you're doing
Pretty excited about this. One question though, why the lock screen camera launcher? Is it just an AOSP thing that is disabled in the stock N7 rom?
Sent from my SGH-I777
The AOSP default lock screen has the camera shortcut on it, so it would require removing it from the frameworks package most likely, CM generally comes with the ability to change the shortcuts, so once that gets merged up to JB it wont matter that it doesn't work cuz you'll be able to change it.
Yeah I'm sure it's a setting somewhere that hides it from the launcher. It might be a setting in the camera app itself not to show much like many other system apps. I haven't really looked into it much but I'll look around some. I tried the nexus 7 launcher from the market and it just force closes, so that's not a option either.
Sent from my Nexus 7 using xda premium
HTC G1: Bricked
HTC G1 #2: Broke
HTC Evo Shift 4G: Active
ASUS Nexus 7: Active
Just a coupe of days ago, we brought you news about a game calledAgent Sheep. In that … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?