Patch set 2 : Add blunden and maniac103
Patch set 3 : Add djMesias
Patch set 4 : Update tilal6991
Patch set 5 : Add N4 and N10 maintainers
Patch set 6 : Add burnsra to N7 and jruesga to General
Change-Id: I0ed51d01868b0dab6e24da75746574776b74aa92
Update to reflect:
1) CM .org changes
2) Fix 404 for Repo help and add in git help page
3) Point to cm-10.1 branch
4) Fix reference to buildbots to point to Jenkins instead
Patchset 2: White space, missed a .org and fixed grammar for Jenkins.
Patchset 3: Fix wiki link 404 due to short-url extension. Swap a few urls to https
Change-Id: I89510d6afcab0e1c302dd31884eeb130e9324142
Initial pass at updating the changelog, as this hasn't been
done for a few releases. Feel free to add anything I left out, as well
as device specific tweaks and customizations. Also, I have left off
contributor names, but you can add yourself or others where appropriate.
Patchset #2: Remove Extra Space
Change-Id: I1158e8063870e01c67dc09c23f79869863edd08c
- remove SpareParts: it's disabled and broken, the options it provides
are either useless/broken or available in development settings
- remove modelid_cfg.sh: no devices are using this any more
- remove opticharger: it's not used any more
Change-Id: I68c86b2407486c4b40998288cf1f70b7cb8170f4
Reportedly Free Mobile users must edit their APN and remove whitespaces to make it work. I searched and fixed the other ", " occurrences too while I was at it.
Change-Id: Ib948dff8329653c42c967c4dae5a6e97086df127
Term.apk now contains JNI shared ojbects for all architectures.
Currectly, the script would only extract and copy armeabi object.
Change the script to extract all object and copy the correct ABI
object to the filesystem.
Change-Id: I167eafab523a4104063fec89b7ba136031c1d07c
Signed-off-by: Rocky Zhang <zhangyan.hit@gmail.com>
The pngcrush tool does not add any noticeable value any more, such that it justifies the extra build time: 240MB vs 238MB.
The build.prop changes are now no ops, since the key for ro.kernel.android.checkjni no longer exists.
Changing the ro.build.type from eng to user is also a no op, since CM is now userdebug.
Deleting bins is also unncessary now.
Stripping modules is also unnecessary now. (plenty of space)
At this point, I think we can just symlink $OUTFILE to $OTAPACKAGE, and not even bother
with a copy.
Change-Id: I431ac6425dedb6cd02eb2d31fc9ff82b49df9f50
Keep a blacklist of md5 sums for scripts known to cause issues, and
ignore them when installing new builds
Change-Id: I19a88b58194a32da5eb5fe278f2c5b9a145b57be
This is to address hang-ups in eHRPD-LTE hand-offs as witnessed on d2spr.
Log of problem:
[GsmDC-6] Connecting to carrier: 'APN2 EHRPD internet' APN: 'n.ispsn' proxy: 'null' port: 'null'
[0319]> SETUP_DATA_CALL 15 0 n.ispsn null null 0 IPV4V6
....
qmi_ril(0/281): [event] qcril_data_event_hdlr: Dual-IP Partial Retry: Failure
qcril_data_event_hdlr: Dual-IP Partial Retry: Sending setup data call failure code
On stock rom:
[GsmDC-50] Connecting to carrier: 'APN2 EHRPD internet' APN: 'n.ispsn' proxy: '' port: '
[GsmDC-50] Allow IPv6 type request: false
[9240]> SETUP_DATA_CALL 15 0 n.ispsn 0 IP
Note, PDP type on stock rom/APN is not Dual-IP. Without information on how
"Allow IPv6 type request" is tested, for now force the PDP change via apns-conf.xml
Change-Id: I938bf9d1a0b50ec72283fbdba3785832519f3f48
For tablets with constrained system partitions (i.e. Xoom),
leave out some optional packages.
(From CM10 I86e5e98e269915189bb99b7b04a6d7e638dfbe38)
Change-Id: I35ef53d37e234ab05d641d6f536d0155a68d9ee2
"getprop" depends on the presence of the property workspace
env var, which is created by the first starting service. Why
not make that sysinit itself? (\/) (°,,,°) (\/)