* peregrine has an external storage, while falcon who also shares the common ramdisk in msm8226-common, does not
Change-Id: I9c962445821f6d22bdfbf93f5a8e9142e649d5ce
Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
With the new version, there was a modification to the modem layout.
Users on the older bootloader would have non-functioning radio in this case. Another issue would be the display flickering.
Add assert to alert user to update his bootloader (motoboot.img)
Change-Id: I73588865646da3a962fd98309ff5710cbdee085c
Mark cache and userdata as formattable partitions, so that init/fs_mgr
format them during powerup if they are blank.
Change-Id: I6368a667d6535cf4258f616848a19ddc34a4fba6
Titan doesn't have akmd sensor so akmd daemon keeps starting and
that results in logcat spam & unnecessary memory/cpu usage.
Logcat:
I/AKMD2 (10705): AK8963 for Android v20111216(Library: v1.0.0.809)
started.
I/AKMD2 (10705): Debug: OFF
I/AKMD2 (10705): Debug level: 0
I/AKMD2 (10705): Output to: LOGD
E/AKMD2 (10705): AKD_InitDevice:54 open Error (No such file or directory).
I/AKMD2 (10705): AK8963/B for Android end (-2).
Change-Id: I1666e12905f7497eb317fa7e51f00468a2773488
Provide 16K for footer region of data partition
/data should have 16K data for the encryption footer.
In "fstab.qcom" we specify this by adding
"encryptable=footer" option for the /data parition.
However after factory reset these paritions will
be wiped out and mounted using the parition tables
mentioned in "recovery.fstab".
In this case the /data should again leave the 16K for
the encryption footer. So "length=-16384" needs to be
added for the /data parition for the encryption to
work after factory reset is done. Similarly BoardConfig
is changed for userdata partition by reducing it by
16kb.
Change-ID I188ee4ea959bb8eb791b9387fc6adf299ffdc498
Change-Id: I0d58b350e96f1c57190759e2cd8c71aec99efdf2
* This locks out other formats from mounting
* Better alternative for http://review.cyanogenmod.org/#/c/73412/
PS2: * Remove mistaken /external_sd entry
* defaults instead of default
Change-Id: I3a00e1a8f548acb0ab61bdc382f9422bdc5bd981
*missing flags for usc
*common gsm and cdma
PS2: *credits to @shabbypenguin for fixing the roaming/numeric derp on my part.
PS3: * update xt1045 fingerprint
Change-Id: I6cce00c8db9bd4609747babde591f180362d41fa
This is a WIP attempt to unify all of the variants.
*Credits to dhacker for the original setup
PS2: Use info instead of error
Change-Id: I4e4889c1fb0da81ba432ec40c4da162400008d3a