{All 2011}[DEV][Marshmallow 6.0.1][LegacyXperia] unofficial CyanogenMod 13.0 builds

Search This thread

cagali

Senior Member
Jul 20, 2011
187
34
Not anymore, there is an option in recovery now to wipe system.

Hi Mike, I read from the wiki that CM recovery is working, does it mean backup/restore works with f2fs too?

Also it seems there were some discussions about raising the max clock from 1.4g to 1.6g, is it cancelled or may be I just had a false memory?

Thank you for bringing CM13 to these 2011 phones.
 
  • Like
Reactions: DviToVGA

SirBiggle

Member
Sep 18, 2015
35
34
wlan tethering

Great Job. Installs and runs very smoothly. But there is a 'but'. :)

If i try to tether a second phone by wlan tethering it connects but it can't Access anything on the connected phone. a ping to Google in a terminal didn't get any Response. browser on the remote phone don't open anything. in the same time on the xperia i can Access Internet. I have a smultron.
anybody else can confirm that?

and additionally like in the 12.1 release if you disable wlan tethering when the guest phone is still connected the xperia reboots.

These two issues go to the bug tracker?
 
  • Like
Reactions: DviToVGA

TomTomcrafter001

Senior Member
Mar 9, 2015
176
98
22
Liekwegen
ok solved the gapps Problem. reflashed cm13 and then gapps right after that and it works. at bootup a typical Google backup error messsage -> it works

but it says "Setup assist" was closed every 5 seconds :(
 
Last edited:
  • Like
Reactions: DviToVGA

AdrianDC

Recognized Developer
Dec 22, 2009
2,206
12,973
Île-de-France
adriandc.github.io
ok solved the gapps Problem. reflashed cm13 and then gapps right after that and it works. at bootup a typical Google backup error messsage -> it works

but it says "Setup assist" was closed every 5 seconds :(

Go to Settings / Privacy / Privacy Guard / Menu, Advanced / Device / Setup Wizard,
and allow the missing permissions that were not allowed by default.
If not working, clean flash the whole ROM.

GApps should only be flashed upon first clean or upgrade boot from CM-13.0,
if done later gapps will crash due to unauthorized permissions from added system apps.
 
  • Like
Reactions: DviToVGA

SirBiggle

Member
Sep 18, 2015
35
34
Change SD-Card

After LX13 runs nice and smooth I decided to move the installed System from a slow 8 GB test SD Card to the real 32 GB final SD Card. I had to reinstall all or find something else. I decided to find something else.
All the System is on the sd Card. So I simply had to clone the sd Card with the f2fs. My Windows PC can't do that so an Ubuntu Virtual Machine running in VMware Player was the choice. I had to connect the USB Card Reader to the VM. VMware can do this. Now to the Details.
start the ubuntu and become root by su command. give a Password to root by "su passwd root" if you are in Trouble with that.

Install f2fs-tools.
apt-get install f2fs-tools

Insert the original SD Card in a Card Reader and connect it to the ubuntu machine.
lsblk -o NAME,FSTYPE,SIZE,LABEL
gives you a guess which device could be the sdcard. in my case it is sdd1.

at first the original sd Card Needs to be mounted to copy all the files later.
Lets assume the Mount Point is /mnt.
mount -t f2fs /dev/sdd1 /mnt

now copy all files from the original sd Card to a temporary place preserving all permissions. tar can do the Job.
i wanted to copy to a file in temp Folder.
tar cvpfz /tmp/andro6.tar.gz /mnt/
or without an absolute path in the tar file
cd /mnt
tar cvpfz /tmp/andro6-relpath.tar.gz ./


I ended up with a tar Archive containing all permissions and the absolute path of all files on the Card including /mnt.
Perhaps a tar Guru can comment to do a better way not to have the leading /mnt in the path.

now unmount the original sdcard and remove it.
umount /dev/sdd1

insert the new Card and Format it with f2fs
mkfs.f2fs /dev/sdd1


Mount the new Card
mount -t f2fs /dev/sdd1 /mnt

Change the current dir in your terminal to /.
at first i changed to /mnt and untared. but i ended up with a mnt on my sdcard containing all files.
so i changed to / since my sd Card is in /mnt. this is again a place where a tar Guru could give some better ideas.
i dont't want to break your ubuntu by untaring an Android file System to the wrong place. it worked for me but
your System might break. :cool:
cd /
tar xvpzf /tmp/andro6.tar.gz

or if you have the tar file without absolute paths
cd /mnt
tar xvpzf /tmp/andro6-relpath.tar.gz


after all is untared your new sd Card should contain all the necessary files.
unmount the sdcard and install it in your phone.
umount /dev/sdd1

mine booted, created the Cache for one app and worked fine.

P.S. it seems to be a good way to do a backup of the System. :):cool:
 
Last edited:

Intuki

Senior Member
Feb 5, 2012
84
32
Thanks for hard work!


Small troubles:
  • Does anyone have problem with auto-rotate screen after some time? The problem does not appear immediately after reboot.
  • Flashing miniGAPPS doesn't help to activate swipe in standard keyboard.
 
  • Like
Reactions: DviToVGA

bykidi

Member
Dec 11, 2015
36
45
hostgame.by
how can ı format to f2fs

Download MiniTool Partition Wizard. Install it.
Plug your SD card into card reader
Open MiniTool Partition Wizard
Find your SD card and DELETE all of your partitions.
Click APPLY - YES
Now click on CREATE partition.
Make sure it will use all space you have on SD Card, choose UNFORMATTED and PRIMARY
Click OK, then Apply - YES.
After you done just close PW and remove SD Card, plug it in phone, flash boot.img, make factory reset, etc, etc, you know.
 

legolas340

Member
Oct 11, 2014
39
8
Bayburt
Download MiniTool Partition Wizard. Install it.
Plug your SD card into card reader
Open MiniTool Partition Wizard
Find your SD card and DELETE all of your partitions.
Click APPLY - YES
Now click on CREATE partition.
Make sure it will use all space you have on SD Card, choose UNFORMATTED and PRIMARY
Click OK, then Apply - YES.
After you done just close PW and remove SD Card, plug it in phone, flash boot.img, make factory reset, etc, etc, you know.
ok bro ı will do this
 
  • Like
Reactions: DviToVGA

IT87

New member
Feb 27, 2016
1
1
Hello,
I know that requires a lot of time and effort,but I want to ask if someone,please,can make a video tutorial with steb by step guide of how exactly install this mod from 0. It will be great for people who arent very good at this. I remember that I was able to install the kitkat without any additional knowledge with the help of this video "guide"-youtube.com/watch?v=nGObg8PK0Us Thank you in advance!
 
  • Like
Reactions: DviToVGA

Top Liked Posts

  • There are no posts matching your filters.
  • 179
    Ehqj0AS.png


    Code:
    [COLOR="Purple"]#include <std_disclaimer.h>[/COLOR]
    [COLOR="Navy"]/*
     * 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.
     */[/COLOR]

    This is an unofficial build of CM13.0.
    This is an attempt to stay close to official cm13.0 and not make crazy hacks to make things working.

    This is a pure CM build, only contains official CM features. I will not add any other external feature/app/etc.


    For an up-to date working/not working list, bug tracker, useful guides & FAQ, visit our website:
    http://legacyxperia.github.io


    Want to contribute? Submit your changes to msm7x30 gerrit:
    http://review.msm7x30.org


    WARNING: This ROM uses a modified internal memory layout.
    Our /system partition is originally 400MB but this space is not enough for a fluid experience and a full installation with proper google apps.
    The internal storage has been repartitioned to give the whole space to /system & /cache. Your SD card will be used as the /data partition and emulated media storage like all modern devices.

    Partition your SD card with exactly 1 partition. ALL DATA WILL BE LOST. Backup anything you need.
    Basically, you need a normal SD card; if you repartitioned for Lollipop, you must revert that.
    Format to F2FS or ext4 (F2FS is the new standard), or
    if the partition is unformatted or FAT32, then it will automatically be formatted with F2FS later.
    You can use Partition Wizard (Win) or GParted (Linux).

    If you want to use this ROM you will always have to use the included kernel or use a kernel that includes the layour changes. Bug reports with non-standard kernels will be ignored.
    You will have to wipe the device and make a clean install.
    You cannot restore nandroid backups from previous android versions or restore backups from this ROM to other ROMs that don't use the new partition layout since you risk corrupting the data.
    I suggest to use Titanium Backup, Helium or any other similar app to backup your data if you really need to.


    Requirements:
    * Have the stock ICS 4.1.B.0.587 full ftf flashed (doesn't matter if you have flashed it in the past or if you flash it before installing cm13.0, it will work both ways)
    * LT15i (Arc) users need to flash LT18i (Arc S) ftf
    * MT15i (Neo) users need to flash MT11i (Neo V) ftf
    * You need a fast SD card with good random read/write (usually class 10 or higher).

    Steps required for correct installation (order is important):
    1: Flash boot.img in fastboot & reboot into recovery
    2 (optional): If the device is not booting, reboot to bootloader again and run:
    fastboot erase system
    3: Enter recovery
    4: Format /system, then /data and then /cache (Important step!)
    5: Flash update zip
    6: Flash gapps

    You need to flash gapps before booting into the ROM for the first time, else critical permissions will not be granted and you will have constant crashes, requiring a factory reset.

    Steps 2, 4, 6 are not needed when you install new LX build on top of an older one in the future

    If you want to return to a ROM that doesn't use the new partition layout, you need to follow the above steps again (only replace boot.img & update zip with the ones you want to use).

    More detailed instructions can be found in LX wiki

    FAQ/Q&A/Discussion thread:
    There's no longer a separate thread for discussion, to minimize fragmentation. You can use this thread.

    How to make your own test builds:
    This older guide works for cm-13.0 as well:
    {All 2011}[GUIDE][DEV] How to build CyanogenMod 12.1

    Changelog:
    Release changes

    Working/Non-working list
    Marshmallow status

    Downloads:
    https://s.basketbuild.com/devs/LegacyXperia
    PLEASE DON'T MIRROR OUR UPLOADS

    Recommended Google Apps:
    Google Apps packaged by Mardon

    NOTE:
    Following xda's rule #12 spirit: If you are developing something that is based on my work, you MUST first seek my permission, you must add proper credits and you must add links pointing to my original thread and to my github sources.
    Breaking this rule will lead me to report the thread to the moderators.


    BUG Tracker
    If you want to help fixing those bugs, please report the bugs in the bug tracker. Thanks!
    Logs are needed (logcat/dmesg/last_kmsg), not just "got FC" or "+1" useless replies.
    For more detailed instructions check the bug reporting guide in the FAQ.


    XDA:DevDB Information
    LegacyXperia , ROM for the Sony Ericsson Xperia Arc

    Contributors
    mikeioannina, Mardon, Rrreutel, Adrian DC, cajhin and many others
    Source Code: http://github.com/LegacyXperia

    ROM OS Version: 6.0.x Marshmallow
    ROM Kernel: Linux 3.4.x
    ROM Firmware Required: Latest version of official ICS firmware: 4.1.B.0.587 or the latest supported baseband: 8x55A-AAABQOAZM-203028G-77
    Based On: CyanogenMod

    Version Information
    Status: Beta
    Current Beta Version: 20161109
    Beta Release Date: 2016-11-09

    Created 2016-02-26
    Last Updated 2016-11-09
    69
    ## Nightly build 20160227 - cm-13.0
    * Latest cm13.0 changes
    * Initial public build
    * Included Google's security bulletins up to February 1
    * WARNING: Switched to emulated storage. More info [here](https://github.com/LegacyXperia/Wiki/wiki/Installing-Marshmallow)
    * Marked SD as nonremovable in kernel: Reduces time spent in mmc1_detect wakelock
    * Removed SD eject option from settings
    * Fixed charger led staying always on
    * Replaced aosp Camera2 with Snap camera app
    * Changed to half-resolution boot animation to reduce boot time
    * Actually using lz4 to compress zRAM
    * Updated yaffs to latest upstream code
    * Added workaround for urushi flash. More info [here](http://review.msm7x30.org/1119)
    * Added low resource fake material progress spinner to improve dex2oat time

    First builds will roll based on device popularity in the next 2 days.
    Special thanks to LX team and everyone who helped so far with testing and bug fixing! Functionality should be the same as cm-12.1 or better, but let us know of any issues.

    Bluetooth is reported as not quite stable yet (some devices not reconnecting, turning BT on/off through settings not working reliably)
    29
    LegacyXperia test release : For building test purposes and for those interested
    in a preview of LineageOS on the 11 supported 2011 Xperia devices,

    here are builds of all devices that you can try and report back on :
    https://mega.nz/#F!bt0VzQDA!6OD6YFjCKYUkX6GRhNOBDg

    I hold included work-in-progress patches here (0117+ builds done at PS5) :
    http://review.msm7x30.org/#/c/1563/

    These are here for testing purposes and no guarantee of usability,
    stability or else will be given until further work is done on our side.


    Also please do not rehost the builds as they are meant to be removed once the next build batch is ready to start.
    24
    LegacyXperia cm-13.0 20161109 release

    On behalf of Mike and the other LegacyXperia devs I'm posting a new release of LegacyXperia cm-13.0. Mike will be mostly offline during the coming months due to military training.

    ## Nightly build 20161109 - cm-13.0
    * Latest cm13.0 changes
    * Included Google's security bulletins up to October 1st 2016
    * Fixed CVE-2014-4655, CVE-2015-2686, CVE-2015-4177, CVE-2015-7515, CVE-2015-8830, CVE-2015-8839, CVE-2016-0819, CVE-2016-2059, CVE-2016-2384, CVE-2016-2468, CVE-2016-2475, CVE-2016-2504, CVE-2016-2545, CVE-2016-2546, CVE-2016-2547, CVE-2016-2549, CVE-2016-2847, CVE-2016-3134, CVE-2016-3135, CVE-2016-3138, CVE-2016-3156, CVE-2016-3768, CVE-2016-3809, CVE-2016-3951, CVE-2016-4470, CVE-2016-4482, CVE-2016-4486, CVE-2016-4569, CVE-2016-4578, CVE-2016-4805, CVE-2016-4998, CVE-2016-5342, CVE-2016-5829, CVE-2016-6683, CVE-2016-6828, CVE-2016-7042, CVE-2016-7117, CVE-2016-7910, CVE-2016-7911, CVE-2015-8962, CVE-2016-2184, CVE-2015-8963, CVE-2016-6136, CVE-2016-6738, CVE-2015-8964, CVE-2016-7915
    * Updated f2fs to latest f2fs-stable linux-3.4.y code
    * Added lzma compression for kernel and ramdisk, possibly allowing devices with bad blocks to flash the smaller boot.img
    * disabled signature checking in recovery to allow flashing the ever growing CM-13.0 zips more reliably

    Builds are available from basketbuild.

    For gapps we recommend @Mardon 's miniGAPPS (the Std. version is probably too large) from Google Apps 6.0.1 [HDPI][MDPI] - (upd.20161024)

    After the recent 20161025 CM-11.0 release some donations have come in to support the VPS server. (It's hosting Gerrit to manage changes and future releases for LegacyXperia).

    These donations are much appreciated, thanks everyone who donated! If you haven't yet, but would still like to materialize a 'thanks' to Mike and LegacyXperia, please feel free to donate here :good: