You will find cm-10-20130127-UNOFFICIAL-mb526.zip here (updated link).I will do a new build today
- kernel as of Nov 9th, 2012 with the commit you mentioned reverted
- rest will be current git code
Code:
md5sum cm-10-20130127-UNOFFICIAL-mb526.zip
b6c1cfbe5f3be396002de11a2185f991 cm-10-20130127-UNOFFICIAL-mb526.zip
done after Nov 9th, 2012 and applied some patches mentioned below, so the kernel
source is basically the same as in CM10-20121109-NIGHTLY-mb526.zip, the rest
was retrieved from current git. This fixes the ringtone bug here.
I followed this guide to compile the ROM, basically using these commands:
Code:
repo init -u git://github.com/Quarx2k/android.git -b jellybean
repo sync
cd jordan-kernel/
git reset --hard 9771da3ef4eaacec0d2340c6d5efdff507c774a4
cd ..
Code:
patch -p1 -E -i ../phone-strings.xml.diff
patch -p1 -E -i ../kernel-logger.diff
patch -p1 -E -i ../kernel_radio-modules3.diff
kernel-logger.diff -> backport "Reclaim some RAM from loggers"
phone-strings.xml.diff -> fix translation related compile bug in apps/Phone/ (@Quarx: Please commit)
kernel_radio-modules3.diff -> Now the reason for this newly compiled ROM.
As mentioned by cyrusct82 some USB serial related commits by Quarx _might_
be responsible for the data connection problem. While reverting the commit
in question I also had to revert the USB serial-related parts of this later commit
as well. You will find the combined patch in kernel_radio-modules3.diff.
Then proceed with compiling
Code:
./vendor/cm/get-prebuilts
source build/envsetup.sh && brunch mb526
Attachments
-
812 bytes Views: 36
-
5.2 KB Views: 30
-
1 KB Views: 24
Last edited: