
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.
You can track all the most recent jellybean changes on cm's gerrit for status "merged" on the "jellybean" branch:
http://r.cyanogenmod.com/#/q/status:merged+branch:jellybean,n,z
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
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.
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.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. */
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?
Upgrading from earlier version of CyanogenMod 10?
- 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.
- 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!
General Credits:
* Google of course for most of the source
* Of course the CyanogenMod team for their source
* drewis for various ROM fixes
- don't double symlink usbstorage
- https://github.com/pbeeler/android_...mmit/3cbb418d8972179d0270a83e98f57a98fcdde47b
- SystemUI: increase number of visible notification icons
- https://github.com/pbeeler/android_...mmit/372a3c1913a1cce0c727709b7058ee95aa5b4ab9
* And lastly me for various other tweaks
- Linaro toolchain optimizes the ROMs and Kernels (Uses Linaro strict-aliasing and -O3 compiler flags)
- The kernel hybrid that is in these ROMs
- AOSP Tablet Mode (no DPI mods or launcher tablet ui). Includes full AOSP browser in tablet mode.
- Initd.d kernel module script to load kernel modules on boot
- Kernel optimization's:
-
- A lot of kernel debugging disabled
- Most of the governors are modules so will not clutter up the kernel (side loading governors as modules)
- Docking support (untested)
- Screen will not turn on when unplugging from power usb/ac.
- Other things I probably can't remember right now
- Wallpaperz app for extra wallpapers, thread is here http://android-den.com/index.php?topic=1415.0
If I'm forgetting anyone let me know and I'll add you to the list!
About The Kernel:
Latest kernel is based on Bricked kernel. The thread is here: http://forum.xda-developers.com/showthread.php?t=1920628
Things I've added
- Advanced memory managment all the way up to 3.2 linux kernel
- File system enhancements include ext4, nfs, NFSv4, NFSv3, vfs, cifs, aio
- Various other fixes from the mainline linux kernel. For more info checkout my github
- UV voltage
- I/O improvments/fixes from the mainline linux kernel.
Cherry-picked changes from faux123's github
- User voltage control (For frequency control use SystemTuner by 3C)
Enjoy!
CM10.0.0 Rom Downloads (These are final, no more updates)
Android 4.1.2 gapps 20121102
My Github


Last edited: