• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[DEVELOPMENT] - CM12.1 - Android 5.1 - FreeXperia Project

jerpelea

Senior Recognized Developer
Nov 7, 2006
7,455
40,144
0
Lund
sites.google.com
CyanogenMod is a free, community built distribution of Android 5.1 which greatly extends the capabilities of your phone.

Code:
#include <std_disclaimer.h>
/*
* 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.
*/
XDA:DevDB Information
[DEVELOPMENT] - CM12.1 - Android 5.1 - FreeXperia Project, ROM for the Sony Xperia Z1

Contributors
jerpelea
ROM OS Version: 2.3.x Gingerbread

Version Information
Status: Testing

Created 2014-12-02
Last Updated 2015-04-13
 
Last edited:

jerpelea

Senior Recognized Developer
Nov 7, 2006
7,455
40,144
0
Lund
sites.google.com
HOWTO

Install instructions:
first time
- power off the phone:
- hold vol+ and plug usb to boot into fastboot (blu led)
- fastboot flash boot boot.img (from cm zip)
- fastboot reboot
- enter recovery, on boot led will be violet for 3'', during this period press vol+
- flash rom zip
- flash gapps zip
- wipe
- reboot

for update just flash rom zip from recovery
Google Apps are not included in this ROM. You'll need to find those yourself if you want them.


ENJOY AN UNOFFICIAL CM RELEASE BROUGHT TO YOU BY FreeXperia Team


PLEASE DONT MIRROR OUR ROMS


Homepage
www.freexperiaproject.net
 

Papanik

Senior Member
Nov 3, 2010
382
130
0
Athens
According to comments in the Z2 similar thread, NO camera yet, NO mic yet, and if I'm right, NO earpiece in this build. Let's wait and see though...
 

mo120697

Senior Member
Sep 17, 2014
466
244
0
Ludwigsburg
just downloaded:) going to test it right now!! I'll report back as soon as i can:) (the report comes today!:D )

---------- Post added at 04:43 PM ---------- Previous post was at 04:31 PM ----------

Working:
- sd card and internal memory
-video playback
-sound (youtube etc)
-brightness control
-calls (for now with headset cause of mic bug)
-mobile data
-bluetooth
-nfc
-gps
-recovery ( only when you select it in the reboot options)
-everything thats NOT in the not working list


NOT WORKING
-wifi
-microphone
-camera
-recovery by hitting the volume key at booting
-deeplseep
 

kamikaze134x

Senior Member
Mar 18, 2011
173
40
28
Cracow
To fix WiFi try this
[quote name="moritz31" post=57259286]wifi workaround from other Thread:

The following is in the wrong locaion:
/etc/firmware/wlan/prima/WCNSS_qcom_wlan_nv.bin
The wlan.ko modules is looking for it hear:
/data/misc/wifi/prima
The easy way to fix is:
adb shell
cp -r /etc/firmware/wlan/prima/ /data/misc/wifi/
adb reboot
 
  • Like
Reactions: mikereidis