[KERNEL][ARC/ARC S] Advanced Stock (with Recovery) [Rel:v01][Dt:1/JAN][FW:.42/58/62] - Xperia Arc Android Development

so here is a Advanced Stock Kernel for stock SE 4.0.2.A.0.42/.58/.62 FW... all the features in this and TONS more are there in my DooMKernel... this is ment for those users who do not want to use my DooMKernel (for what ever reason)...
the main kernel zImage is from Xperia ARC FW 4.0.2.A.0.62 only the ramdisk has changes and some awesome features!!
[ disclaimer ]
I AM NOT TO BE HELD RESPONSIBLE IF U DAMAGE UR PHONE / SPILL UR COFFEE / MISS UR ALARMS / ANY OTHER CALAMITY/MISHAP
[ WARNING ]
"Partition SDCard" option in CWM5 WILL WIPE UR SDCARD!!!
[ features ]
[v01 onwards] added my modCWM-v04 TouchEdition Recovery
[v01 onwards] will create /sd-ext mounting point (for actually mounting the partition use an init.d script)
[v01 onwards] added some mounting tweaks
[v01 onwards] added support for bootsounds (currently broken on stock rom but same code works perfectly on CM7 so i will work more on this later)
[v01 onwards] added some tweaks for sdcard performance, Virtual Memory teaks, task killer tweaks
[v01 onwards] added support for init.d scripts (/system/etc/init.d)
[v01 onwards] added support for userinit scripts:
if sd-ext is mounted then it will execute /sd-ext/userinit.sh & shell scripts in /sd-ext/userinit.d/ folder
also scripts in /data/local/ will be executed... it will execute /data/local/userinit.sh & shell scripts in /data/local/userinit.d/ folder
[v01 onwards] autorooting (prerooted)
su binary & superuser.apk will automatically be installed by kernel
busybox already installed in /sbin/
[v01 onwards] insecure ramdisk
ramdisk is insecure (ro.secure=0)
adb server is persistent
usb debugging enabled
rootfs and /system mounted as rw (thank you Blagus for the tip )
[ credits for features ]
refer to my Arc kernel thread
[ requirements ]
stock SE 4.0.2.A.0.42/.58/.62 FW
bootloader unlocked
working fastboot
[ how to install this kernel ]
download the boot.img
save the boot.img in the folder with fastboot binaries (fastboot.exe files)
power down device
start device in fastboot mode
use the following command to flash the boot.img
Code:
fastboot flash boot boot.img
reboot phone and enjoy the kernel
Incase you are installing this over kernel other than stock, you may run into wifi not working issue... in that case flash the wifi modules for stock kernel via recovery to get it working again...
[ how to enter recovery ]
entry key is the BACK button
there are multiple notifications to tell u when to press the entry key:
LED will light up to BLUE
Key backlight will start glowing
the phone will vibrate when its waiting for keypress
thats it you should now enter my custom recovery
[ how to use/navigate in recovery ]
BACK button to GO BACK
MENU button to SELECT
VOLUME UP button to GO UP
VOLUME DOWN button to GO DOWN
[ donations ]
if u feel that this work has helped u OR u think that the work i put into making this is worthy of donations, then click on the following link for buying me some coffee/beer/etc
PAYPAL DONATION LINK
[ downloads ]
<NEW>
[ARC/ARC S] Advanced Stock (FW: 4.0.2.A.0.42/.58/.62)
[ MD5HASH: 18e5311f119b505132c5ea65bb1a8f8c ]
[ for modders/themers/others ]
hey guys here i am attaching a template update.zip which has been tested to work on the recovery provided here... u can add ur stuff to that file and edit the updater-script so that the u can flash ur files via this recovery...
basically it contains the correct combination of update-binary & mounting syntax...
this file is NOT required for normal/general users
TEMPLATE UPDATE.ZIP (v1)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
cheers!

Features of my custom touch edition recovery
base recovery sources are from koush/CyanogenMod/FreeXperia Team... i have added more features to it and my team mate, Napstar, has worked on adding the Touch capabilities...
[ features ]
revamped layout for recovery menu (to improve navigation) [renamed few options and changed their order]
changed "wipe data/factory reset" option to just "factory reset", and detailed the partitions which will be wiped
added reboot options
reboot into system
reboot into recovery
reboot into fastboot mode
some modification in "Partition SDCard" section:
put up a confirmation to warn the user that this option will wipe sdcard
added ability to select filesystem when creating new layout
add confirmation to "backup" option in Nandroid menu... it used to keep getting pressed by mistake and start making backups immediately... now it will ask u before starting backup
removed tons of "NO"s from some menus...
[ how to enter recovery ]
when the device is booting the new bootlogo will be shown, keep watching the notification LED
when the LED turns BLUE keep pressing the BACK button
you will now enter my custom recovery
[ how to navigate in recovery ]
the recovery is touch edition so controls are on screen
if someone prefers to use hardware buttons the the mapping is as follows:
BACK button -- to go BACK in menu
HOME button -- to SELECT menu item
VOLUP button -- to navigate UP in menu
VOLDN button -- to navigate DOWN in menu

reserved for later2

Yea idle why people wouldn't use doom kernal but its nice to see ur still helping peoplewho don't like it.
Sent from my LT15i using XDA App

The ones who do not want to use your doom kernal is because we do not want to unlock boatloader..
Sent from my LT15i using XDA App

DooMLoRD said:
so here is a Advanced Stock Kernel for stock SE 4.0.2.A.0.42/.58/.62 FW... all the features in this and TONS more are there in my DooMKernel... this is ment for those users who do not want to use my DooMKernel (for what ever reason)...
the main kernel zImage is from Xperia ARC FW 4.0.2.A.0.62 only the ramdisk has changes and some awesome features!!
[ disclaimer ]
I AM NOT TO BE HELD RESPONSIBLE IF U DAMAGE UR PHONE / SPILL UR COFFEE / MISS UR ALARMS / ANY OTHER CALAMITY/MISHAP
[ WARNING ]
"Partition SDCard" option in CWM5 WILL WIPE UR SDCARD!!!
[ features ]
[v01 onwards] added my modCWM-v04 TouchEdition Recovery
[v01 onwards] will create /sd-ext mounting point (for actually mounting the partition use an init.d script)
[v01 onwards] added some mounting tweaks
[v01 onwards] added support for bootsounds (currently broken on stock rom but same code works perfectly on CM7 so i will work more on this later)
[v01 onwards] added some tweaks for sdcard performance, Virtual Memory teaks, task killer tweaks
[v01 onwards] added support for init.d scripts (/system/etc/init.d)
[v01 onwards] added support for userinit scripts:
if sd-ext is mounted then it will execute /sd-ext/userinit.sh & shell scripts in /sd-ext/userinit.d/ folder
also scripts in /data/local/ will be executed... it will execute /data/local/userinit.sh & shell scripts in /data/local/userinit.d/ folder
[v01 onwards] autorooting (prerooted)
su binary & superuser.apk will automatically be installed by kernel
busybox already installed in /sbin/
[v01 onwards] insecure ramdisk
ramdisk is insecure (ro.secure=0)
adb server is persistent
usb debugging enabled
rootfs and /system mounted as rw (thank you Blagus for the tip )
[ credits for features ]
refer to my Arc kernel thread
[ requirements ]
stock SE 4.0.2.A.0.42/.58/.62 FW
bootloader unlocked
working fastboot
[ how to install this kernel ]
download the boot.img
save the boot.img in the folder with fastboot binaries (fastboot.exe files)
power down device
start device in fastboot mode
use the following command to flash the boot.img
Code:
fastboot flash boot boot.img
reboot phone and enjoy the kernel
[ donations ]
if u feel that this work has helped u OR u think that the work i put into making this is worthy of donations, then click on the following link for buying me some coffee/beer/etc
PAYPAL DONATION LINK
[ downloads ]
<NEW>
[ARC/ARC S] Advanced Stock (FW: 4.0.2.A.0.42/.58/.62)
[ MD5HASH: 18e5311f119b505132c5ea65bb1a8f8c ]
[ for modders/themers/others ]
hey guys here i am attaching a template update.zip which has been tested to work on the recovery provided here... u can add ur stuff to that file and edit the updater-script so that the u can flash ur files via this recovery...
basically it contains the correct combination of update-binary & mounting syntax...
this file is NOT required for normal/general users
TEMPLATE UPDATE.ZIP (v1)
cheers!
Click to expand...
Click to collapse
My WiFi doesn't work... It says Error in Settings... I also tried to fix it by flashing the DooMLord Modules but that didn't helped... Any way to solve this?

try the stock ones doom has provided in his other thread:-
http://forum.xda-developers.com/showthread.php?t=1172885

DooMLoRD said:
all the features in this and TONS more are there in my DooMKernel... this is ment for those users who do not want to use my DooMKernel (for what ever reason)...
Click to expand...
Click to collapse
I think that the only ONE reason that users still stay on stock kernel - it better battery life :C
cuz in all other things your kernel is GREAT! I don't see any more reasons.

tRippinthehead said:
I think that the only ONE reason that users still stay on stock kernel - it increased battery drain :C
cuz in all other things your kernel is GREAT! I don't see any more reasons.
Click to expand...
Click to collapse
Are you saying that Doom's kernel has better battery life than the stock SE kernel?

Crocodile1973 said:
try the stock ones doom has provided in his other thread:-
http://forum.xda-developers.com/showthread.php?t=1172885
Click to expand...
Click to collapse
Thanks... That worked... I didn't see there was separate Modules for stock kernel...

Candy[MAN] said:
Are you saying that Doom's kernel has better battery life than the stock SE kernel?
Click to expand...
Click to collapse
Doh! Course, on the contrary!

Hi, I have installed this kernel to see will it drain batt... But I see that there is no sartass governors...can they be installed?

ishishkin said:
Hi, I have installed this kernel to see will it drain batt... But I see that there is no sartass governors...can they be installed?
Click to expand...
Click to collapse
Nope, this feature available in DoomKernel or you can try to use the smartass module.

tRippinthehead said:
I think that the only ONE reason that users still stay on stock kernel - it better battery life :C
cuz in all other things your kernel is GREAT! I don't see any more reasons.
Click to expand...
Click to collapse
This is my exact reason for staying on the stock kernel, but I maybe give this a try.

Sorry Doom: i have a stupid question. This Kernel is from stock kernel and in this Kernel just the CWM and little bit other feature added?
Thank you for the answer

tomatos said:
Sorry Doom: i have a stupid question. This Kernel is from stock kernel and in this Kernel just the CWM and little bit other feature added?
Thank you for the answer
Click to expand...
Click to collapse
yup... that correct...

Ninolina said:
Thanks... That worked... I didn't see there was separate Modules for stock kernel...
Click to expand...
Click to collapse
yes u will need to flash back stock wifi modules... i have added a link to them in first post...

DooMLoRD said:
TEMPLATE UPDATE.ZIP (v1)
Click to expand...
Click to collapse
Forbidden
You don't have permission to access /xperia_2011/v1_blank_update.zip on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

tRippinthehead said:
Forbidden
You don't have permission to access /xperia_2011/v1_blank_update.zip on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Click to expand...
Click to collapse
ya the stupid server i was using is blocking .zip files....
here is the mirror:
http://www.multiupload.com/NUE32W3LGB

Is the difference between an Arc Kernel and a Neo Kernel so big? No way to port?
Stuffs are getting old at Neo section

Related

[discontinued][Kernel 2.6.35-7] [email protected] #201212101860 E3 STABLE

Sorry guys, I bought a new phone and sale the phone S5830C.
I will not go further continue this project!
Now. bieltv3 is the maintainer of the project.
you liked the kernel? hit thanks button!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
Samsung Galaxy ACE
Model: GT-S5830C-i-M
CPU: Broadcom 21553 ARM11
Code:
Processor : ARMv6-compatible processor rev 5 (v6l)
BogoMIPS : 832.90
Features : swp half thumb fastmult vfp edsp java
CPU implementer : 0x41
CPU architecture: 6TEJ
CPU variant : 0x1
CPU part : 0xb36
CPU revision : 5
Hardware : BCM21553 ThunderbirdEDN31 platform
Revision : 0000
Serial : 0000000000000000
This Kernel version 2.6.35.7 is compiled from Samsung sources, with GCC Ubuntu/Linaro 4.4.7
I changed in sources for add more frequencies to cpu and configured to add features.
The kernel can be used on any rom.
ATTENTION:
The friend [email protected] discovered the cause that most try to compile the kernel and fails to load the modules samsung, this is due to vermagic is being written incorrectly in the file "common/include/config/kernel.release", the correct value is "2.6.35.7" not "2.6.35.7+".
Please developers, try to compile now! - My Kernel Source
Click to expand...
Click to collapse
kernel features:
vfat, rfs, ext2, ext3, ext4. (What is this?)
swap. (What is this?)
ramzswap. (What is this?)
zRAM. (What is this?)
cpu freq with auto undervolt.
156Mhz 1,16v
312Mhz 1,20v
624Mhz 1,24v
832Mhz 1,26v
cpu governor's. (What is this?)
smartassV2
scary
lazy
lagfree
conservative
interactive
ondemand
ondemandx
lionheart
userspace
powersave
bcm21553
performance
IO sched. (What is this?)
noop
deadline
cfq
sio
vr
bfq
iptables full needed rules. (What is this?)
vpn support (What is this?)
cifs support
init.d
auto install su binary and busybox binary if is not installed!
need to download superuser app in Play Store!
E3 Recovery (Stock), CWM Recovery v5.0.2.8-r3 or RZRecovery 2.1.4-Final
Note:
BCM21553 governor only works with frequencie range 312~832Mhz is the factory defaults!
To use 156Mhz change governor to Ondemand, OndemandX, Lionheart, Conservative, Interactive or SmartassV2.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Known Problems: / Solutions:
Bug for read contacts in SIM ( Only for some roms it happens! Kernel read simcard and make calls etc... ).
Flash the stock KL4 "I used VJKL4" rom in odin with this steps:
Select pit file.
Tick this box, repartition and update bootloader.
put the file parts in each part.
then, hit start!
Flash custom rom RazoDroid 2.5
Flash latest kernel
SU problems
enter in Settings > Application Settings > Development and tick this check box "USB debugging" and "allow mock locations"
App forces close
Wipe cache, not solved? wipe data/cache
I can't restore a backup in rfs format!
look this http://forum.xda-developers.com/showpost.php?p=33134238&postcount=1231
Flash Player wont work!
This works AFP11-CWM.zip
Click to expand...
Click to collapse
Click to expand...
Click to collapse
I Recommend E3 version!!!
kernel with CWM and RZR is for:
/system EXT4
/data EXT4
/cache EXT4
/sdcard VFAT
/sd-ext EXT3
kernel with E3 is for:
/system RFS
/data RFS
/cache RFS
/sdcard VFAT
/sd-ext EXT3
Click to expand...
Click to collapse
How to install Kernel with CWM or RZR:
shutdown the phone
hold the keys Vol-Up + Home + Power per 6 seconds
select the option "apply update from sdcard" or "install menu"
select the file ( xxxxxxxxxxxx-XXX-boot.img.zip )
wait the end of process and reboot
hold the keys Vol-Up + Home + Power per 6 seconds
select the option "mounts and storage" or "wipe menu"
format or wipe "/system", "/cache" and "data"
select the option "apply update from sdcard" or "install menu"
select the file ( Select_you_rom_file.zip ) and install
wait the end of process
select the option "apply update from sdcard" or "install menu"
select the file ( xxxxxxxxxxxx-modules.zip ) and install
wait the end of process and reboot
How to install Kernel with E3 Recovery (Stock):
shutdown the phone
hold the keys Vol-Up + Home + Power per 6 seconds
select the option "apply update from sdcard"
select the file ( xxxxxxxxxxxx-XXX-boot.img.zip )
wait the end of process and reboot
hold the keys Vol-Up + Home + Power per 6 seconds
select the option "apply update from sdcard"
select the file ( Select_you_rom_file.zip )
wait the end of process
select the option "apply update from sdcard"
select the file ( xxxxxxxxxxxx-modules.zip )
wait the end of process and reboot
Click to expand...
Click to collapse
<<< Custom Kernel and Modules >>>
you liked the kernel? hit thanks button!
<<< Stock Kernel and Modules >>>
rev - 201212101860
revert tweak in battery
rev - 201212091615
try to re-scaling the battery percentage
rev - 201212082149
tweak in battery driver!
"more test, need re-scaling the battery percentage"
rev - 201212072031
try to correct 156Mhz
rev - 201211201515
disable kernel boot logo.
correction in ram size.
increase voltage to try solve reboot issues.
156Mhz 1,14v -> 1,16v
312Mhz 1,18v -> 1,20v
624Mhz 1,22v -> 1,24v
832Mhz 1,24v -> 1,26v
rev - 201211131849
corrected to reboot into recovery.
rev - 201211112214
a lot of tweaks, not remember.
rev - 201210312042
add ext4 journaling disabler for "system", "data" and "cache" partitions.
rev - 201210241848
Correction for wipe and format partition. "ATT:. RFS is not supported for wipe and format, if add an rfs in recovery.fstab the CWM can't wipe a ext4"
rev - 201210222039
correction in backup and restore for boot.img "ATT: on restore a old's backup make a soft brick in your phone, don't restore old's backup with this kernel! or only restore the "system", "data" and "cache" not old's "boot"!"
rev - 201210210105
add busybox link in /system/sbin
swap gcc from buildroot to ubuntu
rev - 201210191910
correction slowdown in recovery.
set as default sio BFQ
rev - 201210181830
add adbd mod for runing as root
correction in sd-ext as ext3
rev - 201210151135
correction in adb from recovery mode with the command "ls"
rev - 201210141051
add CWM 5.0.2.8-r3 from [email protected]
backup and restore works
wipe and format is works "format default is ext4"
sdparted works
now ramdisk support mount "ext4" or "rfs"
rev - 201210131109
now installation of busybox and su binary is OK on any roms!
rev - 201210112314
reupload to add adb shell insecure.
swap busybox location from /system/sbin for /system/xbin to solve various issues!
rev - 201210091141
reupload again to add compatibility to flash in stock recovery.
I made a small mistake in su uninstaller, now corrected!
rev - 201210070934
auto install the su binary to folder /system/xbin, for update set the install location to /system/xbin, other location is su automaticaly removed, only need to install superuser or supersu from Play Store!
auto install the busybox binary to folder /system/sbin, for update set the install location to /system/sbin, other location is busybox automaticaly removed!
back to stock recovery, RZRecovery have problem to wipe system in RFS
rev - 201210051807
tweak root instalation
more undervolt
156Mhz 1,16v -> 1,14v
312Mhz 1,22v -> 1,18v
624Mhz 1,28v -> 1,22v
832Mhz 1,34v -> 1,24v
rev - 201210041204
removed bad governors lulzactive and minmax.
set as default Gov = lionheart and IO = Sio.
back old J4FS driver this work!
rev - 201209302122
correction in superuser!
*** superuser and su auto install on boot if is not installed!
rev - 201209301030
correction in RZrecovery for backup and restore SD-EXT
add new driver J4FS from merruk team.
rev - 201209281131
sorry, my error in source, now bug fixed in voltage of 156Mhz
more UV
rev - 201209271138
busybox and su working from folder /sbin
update koneu patch
rev - 201209262029
add last koneu patch for frequencies and voltages!
posible correction on deep-sleep with A2SD?
rev - 201209251826
Correction in recovery file /etc/recovery.fstab when /system is wiped!
rev - 201209232014
add RZrecovery
rev - 201209221033
only to add build version
Click to expand...
Click to collapse
----------------------------------------------------------------------------------------------------------------------------
Big Thanks to:
Thanks to koneu for patch to fix cpu freq table.
Thanks to vivanco for see how-to disable cpu debugger.
Thanks to squadzone for CWM 5.0.2.8-r3 and RZRecovery 2.1.4.
Thanks to ant1moz for the Kernel Screen.
Thanks to polaco1782 for vermagic mistake. "now anyone can compile kernel"
Click to expand...
Click to collapse
----------------------------------------------------------------------------------------------------------------------------
you liked the kernel? hit thanks button!
Can you overclock the kernel ?
The zram module creates RAM based block devices named /dev//block/zram<id>
(<id> = 0, 1, ...). Pages written to these disks are compressed and stored
in memory itself. These disks allow very fast I/O and compression provides
good amounts of memory savings. Some of the usecases include /tmp storage,
use as swap disks, various caches under /var and maybe many more
Statistics for individual zram devices are exported through sysfs nodes at
/sys/block/zram<id>/
* Usage
Following shows a typical sequence of steps for using zram.
1) Load Module:
insmod /system/lib/modules/lzo_decompress.ko
insmod /system/lib/modules/lzo_compress.ko
insmod /system/lib/modules/zram.ko
(Optional)
insmod /system/lib/modules/zram.ko num_devices=4
This creates 4 devices: /dev/block/zram{0,1,2,3}
(num_devices parameter is optional. Default: 1)
2) Set Disksize:
# Initialize /dev/block/zram0 with 50MB disksize
echo $((50*1024*1024)) > /sys/block/zram0/disksize
NOTE: disksize cannot be changed if the disk contains any
data. So, for such a disk, you need to issue 'reset' (see below)
before you can change its disksize.
3) Activate:
mkswap /dev/block/zram0
swapon /dev/block/zram0
(Optional)
mkfs.ext4 /dev/block/zram1
mount /dev/block/zram1 /tmp
4) Stats:
Per-device statistics are exported as various nodes under
/sys/block/zram<id>/
disksize
num_reads
num_writes
invalid_io
notify_free
discard
zero_pages
orig_data_size
compr_data_size
mem_used_total
5) Deactivate:
swapoff /dev/block/zram0
umount /dev/block/zram1
6) Reset:
Write any positive value to 'reset' sysfs node
echo 1 > /sys/block/zram0/reset
echo 1 > /sys/block/zram1/reset
(This frees all the memory allocated for the given device).
I hv a stock odex rom. Do i need 2 flash a deodex rom to use ur kernel? Wat about rfs to ext convertion?
Sent from my GT-S5830i using xda premium
A lot of thanks Rafael, can i intall it on [ROM]RazoDroiD v1.0 ??
juancambb said:
A lot of thanks Rafael, can i intall it on [ROM]RazoDroiD v1.0 ??
Click to expand...
Click to collapse
This kernel comes wit razordroid. U dnt hv 2 install it.
Sent from my GT-S5830i using xda premium
domnic79 said:
This kernel comes wit razordroid. U dnt hv 2 install it.
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
Razordroid have a old version of kernel no?
Rafael,I noticed that,in the first version of your kernel,you were setting permissions for /system/lib/lmodules....Shouldn't it be modules is there something else?
Sent from the year 3000 using a SGA where sheep's are not present.
Has broadcom released sources?
Sent from my GT-S5830i using Tapatalk 2
Prawesome said:
Rafael,I noticed that,in the first version of your kernel,you were setting permissions for /system/lib/lmodules....Shouldn't it be modules is there something else?
Sent from the year 3000 using a SGA where sheep's are not present.
Click to expand...
Click to collapse
I included in this kernel the iptables modules for droidwall, in your rom you haven't the lastest kernel.
in my last kernel i corrected the cpu governors and schedulers and moved the su to /system/xbin.
juancambb said:
Razordroid have a old version of kernel no?
Click to expand...
Click to collapse
Yes, install the Kernel from first post.
domnic79 said:
I hv a stock odex rom. Do i need 2 flash a deodex rom to use ur kernel? Wat about rfs to ext convertion?
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
The kernel can be used on any rom.
Search in galaxy Y one converter for EXT4.
Can you add overklocking to this kernel? Would be great if you could.
can't save contacts after install thi kernel
Yes..Overclocking should be first on your next to-do lists..
Sent from my GT-S5830i
ObS3SSioN said:
can't save contacts after install this kernel
Click to expand...
Click to collapse
It might b a bug in d kernel. U can copy the contacts to google or phone.
Sent from my GT-S5830i using xda premium
domnic79 said:
It might b a bug in d kernel. U can copy the contacts to google or phone.
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
solved
but if u turn off the phone contacts are deleted
kkkk I'm using CSC partition as SWAP
Raphael, might you need anything from GPU? i dont know if its kernel that needs or only CM7.2, i found this while browsing today, dont know if it might help in anything. https://github.com/hermanhermitage/videocoreiv
Guys, i got question, do scripts in the init.d folder will startup automatically by booting our device? Or I'll have to do something else?
Sent from my GT-S5830i using xda app-developers app

[ROM][V][UB][L] CyanogenMod 12.1 - Neo's Homebuilds [DISCONTINUED]

CyanogenMod 12.1 is a free, community built distribution of Android 5.1 (Lollipop) which greatly extends the capabilities of your phone.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ROM Features:
Based on latest CyanogenMod 12.1 sources
Compiled with SaberMod 4.9 and JustArchi's Optimizations V4.1 for maximum performance
Full F2FS support - no mount issues during ROM updates
SELinux set to 'permissive' by default
Android default UID and GID for internal storage
(No more write issues after formatting sdcard!)
Slim and fast user build
Kernel Features:
Based on latest CAF kernel sources (LA.AF.1.1.c1)
Compiled with ArchiToolchain 4.9 and several Cortex-A9 optimizations
Overclocking up to 1.62 GHz
Underclocking up to 162 MHz for maximum battery life
User-customizable CPU Voltage driver (thanks to faux123)
Intelliactive and IntelliMinMax CPU governors (thanks to faux123)
In-kernel Thermal Driver (thanks to franciscofranco)
SIO and FIOPS IO schedulers
F2FS (Flash-Friendly File System) support (Performance comparison vs EXT4)
FauxSound support for maximum audio gain control (thanks to faux123)
Latest TWRP recovery, including a Materialised TWRP theme by z31s1g
Be aware that improper usage of kernel features can cause serious damage to your device!
Only use the stuff above if you know what you're doing!
In agreement with the GPL, you can find the sources and defconfig used to compile this kernel right here.
Known Issues:
Please keep in mind that CM12.1 sources are still work in progress. As a result, some features may be broken or only partially working.
That's why I decided to only list device-specific issues below.
Below ~60% battery, the displayed battery level will reduce significantly on rebooting. This is a known issue with all AOSP based ROMs.
After switching to a new battery, I noticed this behavior is related to automatic battery calibration and directly affected by the health of your phone's battery.
Disclaimer:
By downloading and installing this ROM, you agree that I cannot be held responsible for any damage caused to your device while installing or using it. Please keep in mind that it's YOU who chose to do these modifications to your device!
Installation:
Make sure your bootloader is unlocked - if not, follow this guide: Link
First installation? Flash the boot.img from ROM zip via Flashtool (use Fastboot mode!)
Boot into TWRP recovery
Do a factory reset and wipe system partition
Flash latest ROM zip (check "Downloads" section)
Flash suitable GApps for CM12.1 or CM12
Flash latest SuperSU from here: Link
Reboot
Downloads:
Final CM12.1 version: Link (Last updated: Jan 08, 2016)
Final CM12 version: Link (Last updated: April 05, 2015)
CM default su binary: Link (Don't flash if you're using SuperSU!)
Uninstaller zip: Link (Restores default storage permissions)
Credits:
CyanogenMod Team for their active development on the CM12.1 sources.
updateing for helping me with lots of compilation issues and initial bugfixing.
JustArchi for his awesome optimizations!
Changelog:
- 20160108 (final build):
Latest CM12.1 changes
Fixed the lags in power save mode by slightly increasing the cpu clock
.​Thanks to everyone for using and supporting my work! It's been a great time with you all!
- 20151115:
Latest CM12.1 changes
Optimized system for better RAM performance
Enabled CM Performance Profiles support
Reduced minimum screen brightness
Reverted Toast UI to AOSP default
- 20151010:
Latest CM12.1 changes
Reverted SONY lockscreen clock to AOSP default
Reverted softkeys to AOSP default
Removed Xperia fonts
- 20150929:
Latest CM12.1 changes
Added Xperia softkeys
Fixed missing TWRP boot splash screen
- 20150912:
Latest CM12.1 changes
- 20150824:
Latest CM12.1 changes
Recreated NeoKernel with latest CAF sources from here.
Updated ArchiDroid's Optimizations to V4.1
ROM is now built with SaberMod 4.9 toolchain!
Re-colored recoveryboot LEDs. Got sick of this ugly purple!
Replaced stock TWRP ui with latest Materialised Play theme from here. Credits to z31s1g for the great theme and ElArchibald for his help!
Recoveries present on FOTAkernel will be ignored from now on - fixes installation issues caused by broken CWM or outdated TWRP versions
Disabled Dex-Preoptimization to allow greater and easier customizability, as well as more free space on system partition
Fixed Xposed framework causing bootloops
Fixed GPS for some users (Got rid of QUIPC)
- 20150808:
Latest CM12.1 changes
- 20150726:
Latest CM12.1 changes
Added medium L2 clock rates to NeoKernel, should improve battery life
.​NOTE: The device tree used to build this ROM is now fully open-source!
- 20150620:
Latest CM12.1 changes
Fixed delayed PIN screen on boot
Added SONY styled lockscreen clock from here. (Credits to idid idamrep!)
Included all stock Xperia fonts in the ROM
- 20150603:
Latest CM12.1 changes
Enabled Multiuser UI with 3 maximum users
Fixed Google Play Services repeatedly force closing
Updated TWRP sources to latest
- 20150516:
Latest CM12.1 changes
Minor fixes and optimizations in device source
- 20150424:
Latest CM12.1 changes
Update to Android 5.1.1
- 20150419:
Latest CM12.1 changes
Added unlimited call log mod from here
Fixed backup issues in TWRP (using updated sources now)
- 20150412:
Latest CM12.1 changes
Reverted updates in F2FS sources (should fix the random bootloops)
Fixed non-working sensors (added prebuilt sensors.msm8960.so)
- 20150405 (CM12.1 build):
Initial release of CM12.1 (Android 5.1)
Merged all kernel features and optimizations from CM12
Updated TWRP to 2.8.6.0
.​NOTE: A full wipe is recommended, but not required!
- 20150405 (CM12 build):
Final CM12 build (Android 5.0)
Latest CM12 changes
Added SIO and FIOPS io schedulers
Added in-kernel Thermal Driver (thanks to franciscofranco)
Updated F2FS sources in kernel
Fixed the network disconnects when initiating a call
Reverted to TWRP 2.8.4.0 to fix some ui bugs
- 20150329:
Latest CM12 changes
Compiled with JustArchi's ArchiDroid Optimizations V4
Updated CAF kernel source
Additional kernel optimizations for Cortex-A9
Disabled debug flags in kernel
Switched to ArchiToolchain 4.9 for kernel
Switched to SaberMod 4.8 toolchain for ROM
Removed USB "Mass Storage" and "Charge only" modes
- 20150321:
Latest CM12 changes
- 20150314:
Latest CM12 changes
- 20150309:
Latest CM12 changes
(Introduces a bug: Clock in statusbar disappears on reboot. Hide/unhide statusbar clock in Settings as a workaround)
Removed FM Radio - Have a look at this one!
- 20150303:
Latest CM12 changes
Fixed the segmentation fault when trying to mount/remount
Most likely fixed the volume errors some people encountered
Reverted to AOSP LLVM compiler (QCOM one needs more work)
Minor bugfixes - FM Radio is still WIP for now
- 20150301:
Latest CM12 changes
Added FM Radio
Replaced AOSP LLVM compiler with Qualcomm one, optimized for krait cpus (thanks to MusterMaxMueller)
ROM is now built with Linaro 4.8 instead of SaberMod 4.8
Kernel is now built with Linaro 4.9 instead of SaberMod 4.10
Updated kernel source to latest CAF
Minor changes and improvements in device tree
- 20150222:
Latest CM12 changes
- 20150215:
Latest CM12 changes
FolderMount and "sd issue" fixed - ROM is now using android default uid for sdcard0
Added intellimm and intelliactive cpu governors (thanks to faux123)
Added ultra low CPU clocks to kernel (162 and 270 MHz)
F2FS (Flash-Friendly File System) support
Latest Faux Sound features
Graphite Loop Optimizations in kernel
O3 optimized GPU drivers
Updated TWRP to version 2.8.5.0
Some changes and cleanup in installer zip
.​NOTE: From this version on, you will have to flash my neo-uninstall.zip before switching ROMs!
- 20150207:
Latest CM12 changes
- 20150201:
Latest CM12 changes
Removed CMUpdater
- 20150124:
Latest CM12 changes
- 20150118:
Latest CM12 changes
- 20150115:
Latest CM12 changes
Fixed the 3G issue that was present in version 20150112
Updated TWRP to version 2.8.4.0
- 20150112:
Latest CM12 changes
Merged official CM device repos
Added "Charge only" USB mode
Other minor fixes and improvements
- 20150104:
Latest CM12 changes
- 20141228:
Latest CM12 changes
New recovery splash screen, best looking with this Material TWRP theme
Fixed volume key not working when screen off
Optimized boot image size
Minor bugfixes and improvements
- 20141222:
Latest CM12 changes
Update to Android 5.0.2
Compiled the whole rom with O3 flags
Enabled Overclocking up to 1620 MHz in kernel
Added user-configurable undervolting interface
Updated kernel source
Enabled USB Mass Storage
- 20141216:
Latest CM12 changes
Notification LED fixed
Working TWRP recovery included (thanks to colonel_lp)
New lights hal (open source instead of proprietary one)
Switched to SaberMod toolchain
Added some kernel cflags, optimized for Cortex-A9 cpu architecture
- 20141208:
Initial release
If you like my work and want to support me, please hit that thanks button, give some positive feedback or consider a small donation for my efforts.
XDA:DevDB Information
CyanogenMod 12.1, ROM for the Sony Xperia V
Contributors
WhiteNeo
Source Code: https://github.com/WhiteNeo-?tab=repositories
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod 12.1
Version Information
Status: No Longer Updated
Created 2014-12-09
Last Updated 2016-01-08
Screenshots:
Video:
Here's another video by taaviu that gives you an impression of Android L.
FAQ:
How to update to latest build?
1. Reboot to recovery
2. Flash latest rom zip
3. Flash latest gapps linked in OP
4. Flash SuperSU
5. Wipe Cache & Dalvik Cache
6. Reboot
How to safely uninstall this rom?
1. If you were using F2FS, revert to EXT4 before uninstalling!
2. Reboot to recovery
3. Flash neo-uninstall.zip
4. Proceed with the installation steps of your new rom
Should you face storage issues with your new rom, run the following Terminal commands:
Code:
su
chmod 777 /mnt/media_rw/sdcard0
chown 2800:2800 /mnt/media_rw/sdcard0
chown -R 2800:2800 /mnt/media_rw/sdcard0
Troubleshooting:
I can't create folders in internal storage!
Follow the instructions on updating to latest build. While flashing, my rom will apply its required storage permissions automatically.
Alternatively, you may simply run the following Terminal commands:
Code:
su
chmod 777 /mnt/media_rw/sdcard0
chown 1023:1023 /mnt/media_rw/sdcard0
chown -R 1023:1023 /mnt/media_rw/sdcard0
Camera any Gallery won't save my photos!
Follow the instructions on updating to latest build. While flashing, my rom will apply its required storage permissions automatically.
Alternatively, you may simply run the following Terminal commands:
Code:
su
chmod 777 /mnt/media_rw/sdcard0
chown 1023:1023 /mnt/media_rw/sdcard0
chown -R 1023:1023 /mnt/media_rw/sdcard0
I can't move apps to sdcard!
Moving apps to internal storage is quite buggy and discouraged. I recommend repartitioning your device with the instructions below.
Advanced Modifications:
Switching to F2FS:
First of all, make sure you're running homebuild version 20150215 or later!
1. Copy all important files from internal storage to the external sdcard
2. Reboot to recovery
3. Do a full backup (make sure to select external sdcard as target location)
4. Disable MTP in "Mount" menu
5. Go to "Wipe" > "Advanced Wipe" menu
6. Check "System", then tap "FS Options" and "Change FS"
7. Select "F2FS", then swipe to apply the change
8. Repeat steps 5 and 6 for "Data" and "Cache" partitions, as well as internal storage
9. Navigate to TWRP Settings and check "Use rm -rf instead of formatting"
10. Restore your previous backup
12. Reboot to system
13. Restore your copied files from external sdcard
14. Reboot
Reverting to EXT4:
1. Copy all important files from internal storage to the external sdcard
2. Reboot to recovery
3. Do a full backup (make sure to select external sdcard as target location)
4. Disable MTP in "Mount" menu
5. Go to "Wipe" > "Advanced Wipe" menu
6. Check "System", then tap "FS Options" and "Change FS"
7. Select "EXT4", then swipe to apply the change
8. Repeat steps 5 and 6 for "Data" and "Cache" partitions, as well as internal storage
9. Navigate to TWRP Settings and check "Use rm -rf instead of formatting"
10. Restore your previous backup
12. Reboot to system
13. Restore your copied files from external sdcard
14. Reboot
Repartitioning your device:
Note:
Up to 14GB of free space on external sdcard might be required to perform the steps below! (Should be less if your internal storage isn't completely bloated )
The value XXXX used below has to be replaced with a calculated number and varies depending on your desired space. I recommend 5120, as it's a decent balance between general data storage (used for most apps) and space on internal storage for apps with bigger data (games). Refer to step 13 of this link if you want to calculate your own partition sizes.
1. Copy all important files from internal storage to the external sdcard with the following terminal command:
Code:
rsync -P -a /sdcard /ext_card/sdcard0/
2. Reboot to recovery
3. Do a full backup (make sure to select external sdcard as target location)
4. Navigate to "Mount" menu, disable MTP and unmount all partitions listed there
5. Navigate to "Advanced" > "Terminal Command" and type the following code:
Code:
parted /dev/block/mmcblk0 print
This command should display some text like this:
Code:
Model: MMC M8G2FB (sd/mmc)
Disk /dev/block/mmcblk0: 7818MB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 131kB 2228kB 2097kB TA
2 2228kB 3801kB 1573kB Boot
3 3801kB 5374kB 1573kB Boot2
4 6291kB 27.3MB 21.0MB Kernel
5 27.3MB 28.3MB 1049kB TZ
6 29.4MB 32.5MB 3146kB modemst1
7 33.6MB 36.7MB 3146kB modemst2
8 37.7MB 40.9MB 3146kB fsg
9 40.9MB 46.1MB 5243kB ramdump
10 46.1MB 54.5MB 8389kB ext4 apps_log
11 54.5MB 71.3MB 16.8MB FOTAKernel
12 71.3MB 1359MB 1288MB System
13 1359MB 1621MB 262MB Cache
14 1621MB 3769MB 2147MB Userdata
15 3769MB 7818MB 4050MB SDCard
We're going to remove Userdata and SDCard partitions, so check if these partitions also have the numbers 14 and 15 on your phone.
6. Type the following terminal commands to proceed with resizing the partitions:
Code:
parted /dev/block/mmcblk0 rm 14
parted /dev/block/mmcblk0 rm 15
parted /dev/block/mmcblk0 mkpartfs logical ext2 1621 [B]XXXX[/B]
parted /dev/block/mmcblk0 name 14 Userdata
parted /dev/block/mmcblk0 mkpartfs logical ext2 [B]XXXX[/B] 7818
parted /dev/block/mmcblk0 name 15 SDCard
7. Leave the terminal screen and go to "Wipe" > "Advanced Wipe" menu
8. Check "Data", then tap "FS Options" and "Change FS"
9. Select "EXT4" or "F2FS", then swipe to apply the change
10. Repeat steps 8 and 9 for internal storage (is named "sdcard" in this menu)
11. Restore your previous backup
12. Restore your backed-up files from external sdcard with the following terminal command:
Code:
cp -a /external_sd/sdcard0/* /sdcard/
13. Reboot
14. Enter the following terminal commands to fix storage permissions:
Code:
su
chmod 777 /mnt/media_rw/sdcard0
chown 1023:1023 /mnt/media_rw/sdcard0
chown -R 1023:1023 /mnt/media_rw/sdcard0
Finally I'll test soon
Aria.A97 said:
Finally I'll test soon
Click to expand...
Click to collapse
Thanks, make sure to give some feedback here.
Upload will be finished in around 15min.. Time to do a Titanium Backup.
WhiteNeo said:
Thanks, make sure to give some feedback here.
Upload will be finished in around 15min.. Time to do a Titanium Backup.
Click to expand...
Click to collapse
Yeah, of course Some minutes ago I saw it was uploaded, but only 72 MBs
Aria.A97 said:
Yeah, of course Some minutes ago I saw it was uploaded, but only 72 MBs
Click to expand...
Click to collapse
I know.. It seems like AFH had some problems with uploading.
By the way, rom is online.
With the whole "no working recovery included", does it mean that we cant flash one to FOTAkernel afterwards?
By the way, you are a freaking champion for releasing this ROM, and thanks for all the work you put into making our phones better
Swidilator said:
With the whole "no working recovery included", does it mean that we cant flash one to FOTAkernel afterwards?
By the way, you are a freaking champion for releasing this ROM, and thanks for all the work you put into making our phones better
Click to expand...
Click to collapse
Just doing what I can.
However, I gotta mention that I would never have come that far without @updateing.
Once more huge thanks for your help!
FOTA recovery should work, as the phone boots properly into recovery. You may give this a shot, I remember having seen a FOTA TWRP version by championswimmer in Cross Device Forum. :good:
The problem is that the recovery is not CWM anymore. CyanogenMod team is developing their own recovery at the moment. And that one doesn't work (yet)
Download complete. Gapps server was really slow. For me it took 13 minutes to download only Gapps. Now I'm doing a full nandroid backup.
Edit 1 : Booted. WiFi, Bluetooth and Cellular works fine. I'll report more soon
Edit 2 : Report after 40 minutes of use : Fully stable. Other stuff including camera and root access work completely fine. I just had 1 setting FC at first. This ROM is smooth enough (not as much as expected Lool)
These are all of bugs I found :
1. Setting - bluetooth menu - when searching, that circle animation has some problems
2. Setting - Wireless & networks - More - Cellular networks - Carrier settings makes "com.android.phone" FC. (Maybe it's carrier related )
3. The most important bug I've found (not for me, but it can be a disaster for some others ) is Notification/Battery LED does not work at all.
By the way, I have functional CM Recovery. I was able to boot into recovery by selecting reboot recovery power menu. CM Recovery appeared. Even touch is working fine but there is no backup/restore related option.There was just apply update from zip and reboot.
After all, really thanks for your work it's awesome, as always
WhiteNeo said:
Just doing what I can.
However, I gotta mention that I would never have come that far without @updateing.
Once more huge thanks for your help!
FOTA recovery should work, as the phone boots properly into recovery. You may give this a shot, I remember having seen a FOTA TWRP version by championswimmer in Cross Device Forum. :good:
The problem is that the recovery is not CWM anymore. CyanogenMod team is developing their own recovery at the moment. And that one doesn't work (yet)
Click to expand...
Click to collapse
Nice work . But can u make dis work on xperia T
Aria.A97 said:
Download complete. Gapps server was really slow. For me it took 13 minutes to download only Gapps. Now I'm doing a full nandroid backup.
Edit 1 : Booted. WiFi, Bluetooth and Cellular works fine. I'll report more soon
Edit 2 : Report after 40 minutes of use : Fully stable. Other stuff including camera and root access work completely fine. I just had 1 setting FC at first. This ROM is smooth enough (not as much as expected Lool)
These are all of bugs I found :
1. Setting - bluetooth menu - when searching, that circle animation has some problems
2. Setting - Wireless & networks - More - Cellular networks - Carrier settings makes "com.android.phone" FC. (Maybe it's carrier related )
3. The most important bug I've found (not for me, but it can be a disaster for some others ) is Notification/Battery LED does not work at all.
By the way, I have functional CM Recovery. I was able to boot into recovery by selecting reboot recovery power menu. CM Recovery appeared. Even touch is working fine but there is no backup/restore related option.There was just apply update from zip and reboot.
After all, really thanks for your work it's awesome, as always
Click to expand...
Click to collapse
Thanks for testing
I think the carrier settings fc and led stuff is device related. Will try to fix it in next build. :good:
Booting in recovery works fine, but flashing does not work.
I'm sure CM team will fix this soon.
Installed in the morning.
Had no crushes yet, no bugs in animation that I`ve seen. However, power consumption is dramatically high compared to stock 4.3 JB. Most time processor runs at 1.5ghz.
WhiteNeo said:
Thanks for testing
I think the carrier settings fc and led stuff is device related. Will try to fix it in next build. :good:
Booting in recovery works fine, but flashing does not work.
I'm sure CM team will fix this soon.
Click to expand...
Click to collapse
So the problem is caused by CM recovery?
Allen Hu said:
So the problem is caused by CM recovery?
Click to expand...
Click to collapse
Exactly. :good:
Hi
It's my first time to post something so I don't know if I'm doing it right
So
First of all thank you for the ROM and the great work keep it up :good:
Second I found some other bugs Dunno if it's apps releated or something in the ROM itself
1. Gestures keyboard doesn't work
2. Google Play services keep asking to update it "and it's up to date"
3. Tap and hold doesnt work "quick toggles" in notification centre. and is it CM feature ?
An other question
When A new release is out can I flash CM11 kernel to flash the new release since I flashed it using CWM I was on CM11
P.S I didnt wipe data or system wipe just backed up the old ROM and flashed this one didn't want to re-install all apps etc..
Very good looking rom. Flashing right now, got first bootloop....because i flashed cm12 kernel. That was my fault. Now im already setting my device up.
Looks like LTE aslo working.
Any good ideas how to make navibar smaller? Xposed wont work with 5.0 as i know.
Shady_BlackSn0w said:
Hi
It's my first time to post something so I don't know if I'm doing it right
So
First of all thank you for the ROM and the great work keep it up :good:
Second I found some other bugs Dunno if it's apps releated or something in the ROM itself
1. Gestures keyboard doesn't work
2. Google Play services keep asking to update it "and it's up to date"
3. Tap and hold doesnt work "quick toggles" in notification centre. and is it CM feature ?
An other question
When A new release is out can I flash CM11 kernel to flash the new release since I flashed it using CWM I was on CM11
P.S I didnt wipe data or system wipe just backed up the old ROM and flashed this one didn't want to re-install all apps etc..
Click to expand...
Click to collapse
Bugs 1 and 3 are related to CM sources. Number two is most likely caused by your dirty installation. (Which I don't recommend, by the way)
Thats the plan.. Until CM recovery works we gotta fastboot NeoKernel and flash the update from its included recovery. :good:
taaviu said:
Very good looking rom. Flashing right now, got first bootloop....because i flashed cm12 kernel. That was my fault. Now im already setting my device up.
Looks like LTE aslo working.
Any good ideas how to make navibar smaller? Xposed wont work with 5.0 as i know.
Click to expand...
Click to collapse
LTE is working? That's great news! :good:
Can anyone confirm this?
No idea how to resize the navbar, but I'm sure CM team will add a customnization option soon.
Temporary Fix for play service
Disable app notifications in settings
Again thank you @WhiteNeo :good:
WhiteNeo said:
LTE is working? That's great news! :good:
Can anyone confirm this?
Click to expand...
Click to collapse
I Confirm. LTE working.
Thank You for the excelient work :good:

[ROM][TX][UB][L] CyanogenMod 12.1 - Neo's Homebuilds [DISCONTINUED]

CyanogenMod 12.1 is a free, community built distribution of Android 5.1 (Lollipop) which greatly extends the capabilities of your phone.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ROM Features:
Based on latest CyanogenMod 12.1 sources
Compiled with SaberMod 4.9 and JustArchi's Optimizations V4.1 for maximum performance
Full F2FS support - no mount issues during ROM updates
SELinux set to 'permissive' by default
Android default UID and GID for internal storage
(No more write issues after formatting sdcard!)
Slim and fast user build
Kernel Features:
Based on latest CAF kernel sources (LA.AF.1.1.c1)
Compiled with ArchiToolchain 4.9 and several Cortex-A9 optimizations
Overclocking up to 1.62 GHz
Underclocking up to 162 MHz for maximum battery life
User-customizable CPU Voltage driver (thanks to faux123)
Intelliactive and IntelliMinMax CPU governors (thanks to faux123)
In-kernel Thermal Driver (thanks to franciscofranco)
SIO and FIOPS IO schedulers
F2FS (Flash-Friendly File System) support (Performance comparison vs EXT4)
FauxSound support for maximum audio gain control (thanks to faux123)
Latest TWRP recovery, including a Materialised TWRP theme by z31s1g
Be aware that improper usage of kernel features can cause serious damage to your device!
Only use the stuff above if you know what you're doing!
In agreement with the GPL, you can find the sources and defconfig used to compile this kernel right here.
Known Issues:
Please keep in mind that CM12.1 sources are still work in progress. As a result, some features may be broken or only partially working.
That's why I decided to only list device-specific issues below.
Below ~60% battery, the displayed battery level will reduce significantly on rebooting. This is a known issue with all AOSP based ROMs.
After switching to a new battery, I noticed this behavior is related to automatic battery calibration and directly affected by the health of your phone's battery.
Disclaimer:
By downloading and installing this ROM, you agree that I cannot be held responsible for any damage caused to your device while installing or using it. Please keep in mind that it's YOU who chose to do these modifications to your device!
Installation:
Make sure your bootloader is unlocked - if not, follow this guide: Link
First installation? Flash the boot.img from ROM zip via Flashtool (use Fastboot mode!)
Boot into TWRP recovery
Do a factory reset and wipe system partition
Flash latest ROM zip (check "Downloads" section)
Flash suitable GApps for CM12.1
Flash latest SuperSU from here: Link
Reboot
Downloads:
Final CM12.1 version: Link (Last updated: Jan 08, 2016)
CM default su binary: Link (Don't flash if you're using SuperSU!)
Uninstaller zip: Link (Restores default storage permissions)
Credits:
CyanogenMod Team for their active development on the CM12.1 sources.
updateing for most of his hayabusa sources as well as his awesome work for this device!
JustArchi for his awesome optimizations!
Changelog:
- 20160108 (final build):
Latest CM12.1 changes
Fixed the lags in power save mode by slightly increasing the cpu clock
.​Thanks to everyone for using and supporting my work! It's been a great time with you all!
- 20151115:
Latest CM12.1 changes
Optimized system for better RAM performance
Enabled CM Performance Profiles support
Reduced minimum screen brightness
Reverted Toast UI to AOSP default
- 20151010:
Latest CM12.1 changes
Reverted SONY lockscreen clock to AOSP default
Reverted softkeys to AOSP default
Removed Xperia fonts
- 20150929:
Latest CM12.1 changes
Added Xperia softkeys
Fixed missing TWRP boot splash screen
- 20150918:
Initial release
If you like my work and want to support me, please hit that thanks button, give some positive feedback or consider a small donation for my efforts.
XDA:DevDB Information
CyanogenMod 12.1, ROM for the Sony Xperia T
Contributors
WhiteNeo
Source Code: https://github.com/WhiteNeo-?tab=repositories
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod 12.1
Version Information
Status: No Longer Updated
Created 2015-09-30
Last Updated 2016-01-08
Screenshots:
Video:
Here's another video by taaviu that gives you an impression of Android L.
FAQ:
How to update to latest build?
1. Reboot to recovery
2. Flash latest rom zip
3. Flash latest gapps linked in OP
4. Flash SuperSU
5. Wipe Cache & Dalvik Cache
6. Reboot
How to safely uninstall this rom?
1. If you were using F2FS, revert to EXT4 before uninstalling!
2. Reboot to recovery
3. Flash neo-uninstall.zip
4. Proceed with the installation steps of your new rom
Should you face storage issues with your new rom, run the following Terminal commands:
Code:
su
chmod 777 /mnt/media_rw/sdcard0
chown 2800:2800 /mnt/media_rw/sdcard0
chown -R 2800:2800 /mnt/media_rw/sdcard0
Troubleshooting:
I can't create folders in internal storage!
Follow the instructions on updating to latest build. While flashing, my rom will apply its required storage permissions automatically.
Alternatively, you may simply run the following Terminal commands:
Code:
su
chmod 777 /mnt/media_rw/sdcard0
chown 1023:1023 /mnt/media_rw/sdcard0
chown -R 1023:1023 /mnt/media_rw/sdcard0
Camera any Gallery won't save my photos!
Follow the instructions on updating to latest build. While flashing, my rom will apply its required storage permissions automatically.
Alternatively, you may simply run the following Terminal commands:
Code:
su
chmod 777 /mnt/media_rw/sdcard0
chown 1023:1023 /mnt/media_rw/sdcard0
chown -R 1023:1023 /mnt/media_rw/sdcard0
Advanced Modifications:
Switching to F2FS:
First of all, make sure you're running homebuild version 20150215 or later!
1. Copy all important files from internal storage to the external sdcard
2. Reboot to recovery
3. Do a full backup (make sure to select external sdcard as target location)
4. Disable MTP in "Mount" menu
5. Go to "Wipe" > "Advanced Wipe" menu
6. Check "System", then tap "FS Options" and "Change FS"
7. Select "F2FS", then swipe to apply the change
8. Repeat steps 5 and 6 for "Data" and "Cache" partitions, as well as internal storage
9. Navigate to TWRP Settings and check "Use rm -rf instead of formatting"
10. Restore your previous backup
12. Reboot to system
13. Restore your copied files from external sdcard
14. Reboot
Reverting to EXT4:
1. Copy all important files from internal storage to the external sdcard
2. Reboot to recovery
3. Do a full backup (make sure to select external sdcard as target location)
4. Disable MTP in "Mount" menu
5. Go to "Wipe" > "Advanced Wipe" menu
6. Check "System", then tap "FS Options" and "Change FS"
7. Select "EXT4", then swipe to apply the change
8. Repeat steps 5 and 6 for "Data" and "Cache" partitions, as well as internal storage
9. Navigate to TWRP Settings and check "Use rm -rf instead of formatting"
10. Restore your previous backup
12. Reboot to system
13. Restore your copied files from external sdcard
14. Reboot
Thx man for continuing the development for our tx
Really i appreciate your work
Thanks for the rom, your'e the best!!!,
donwonloading now
downloading
So, how do you like the ROM so far?
WhiteNeo said:
So, how do you like the ROM so far?
Click to expand...
Click to collapse
I like this rom ty
But there is a small bug is that when i changed the navbar icon theme
And reboot. the navigation bar icons chagnge to default theme After rebooting.
Btw iam using COs app themer not default theme manager
3mr said:
I like this rom ty
But there is a small bug is that when i changed the navbar icon theme
And reboot. the navigation bar icons chagnge to default theme After rebooting.
Btw iam using COs app themer not default theme manager
Click to expand...
Click to collapse
Guess that's an issue in upstream.. Should be fixed in next build
i have it all ready but didn´t have time to install,i´m still on 20150915 tomorrow i´ll try this one
Finally.. you created thread. Thanks for your work and continuing support for this device
Thanks neo, this rom with include saber mod, can i use other mod ?
WhiteNeo said:
So, how do you like the ROM so far?
Click to expand...
Click to collapse
Working good so far, it's got the extra settings/customization that the only other build for TX lacks. No problems so far with bootloops, data restore, etc. except for the issue I think was already mentioned in the T thread, in which TWRP doesn't reboot and hangs if you press the "reboot" button too soon.
:good:
hi
I Installed last version of TX rom
Now Bug Report:
1- in mobile network operation i can't See 2G Or 3G mode and select it manually
2- in USB OTG cable when connect NTFS USB format Device was reset (in FAT32 was no problem) / in OTG USB mode no icon shown on top of display
3- i can't set any picture in user account (owner)
-----------------------
and 1 more:
can you port any xperia apps to this device (look like Xperia Keyboard or walkman and many more)?
thank you
Mehr7400 said:
hi
I Installed last version of TX rom
Now Bug Report:
1- in mobile network operation i can't See 2G Or 3G mode and select it manually
2- in USB OTG cable when connect NTFS USB format Device was reset (in FAT32 was no problem) / in OTG USB mode no icon shown on top of display
3- i can't set any picture in user account (owner)
-----------------------
and 1 more:
can you port any xperia apps to this device (look like Xperia Keyboard or walkman and many more)?
thank you
Click to expand...
Click to collapse
There are enough Xperia apps out there already. Any app that works with CM12 on any phone should work with this specific ROM, too.
WhiteNeo said:
There are enough Xperia apps out there already. Any app that works with CM12 on any phone should work with this specific ROM, too.
Click to expand...
Click to collapse
thanks a lot
where can i use this port apps in XDA?
(please Introduction that topic)
1 more request
can you active start Camera when device lucked by pressing camera button?
(look like stock roms)
Mehr7400 said:
thanks a lot
where can i use this port apps in XDA?
(please Introduction that topic)
1 more request
can you active start Camera when device lucked by pressing camera button?
(look like stock roms)
Click to expand...
Click to collapse
Look here.
https://www.google.de/search?btnG=1&pws=0&q=xperia+apps+cm12.1+site:forum.xda-developers.com
Camera button stuff is one of the features that have to be added in upstream sources first.
1 problem by this device is low storage for app installing
this device have 16Gig Storage
but we can install 2Gig app!
if you can Increase this storage many of problems was solved
(for example my galaxy tab have 16gig storage and i can install 16gig app on my device)
thank you
WhiteNeo
Hi. Got to hand the phone. I want to upgrade to the current release. Can I rolled forward as an upgrade, or better to install as the installation for the first time? Or enough to make a backup and then to roll back? (exactly what to back up that it include?)
sorry for my bad english.
tr011_tmn said:
WhiteNeo
Hi. Got to hand the phone. I want to upgrade to the current release. Can I rolled forward as an upgrade, or better to install as the installation for the first time? Or enough to make a backup and then to roll back? (exactly what to back up that it include?)
sorry for my bad english.
Click to expand...
Click to collapse
Check the instructions in third post
You can always do a backup before updating, but I test the builds before upload, so a bootloop or other issues are quite unlikely.

[KERNEL][Z2] Advanced stock kernel Marshmallow 6.0.1 - 09/aug/2016

Stock zImage
Add features:
busybox auto-injection (/system/xbin)
init.d support - automatically creates init.d in (/system/etc)
twrp-sony-recovery-boot-script based (Thanks @nilezon /jackfagner github script)
TWRP recovery 3.0.2-0 Modified (vol up or down when Violet LED)
Removed SuperSU in TWRP recovery to root because this method will not work
Systemless root support
SElinux permissive
RIC disabled
Debugging enabled by default
Disable debugging notification icon in the status bar
Kernel insecure (ro.secure=0)
Fix swappiness (100 to 60) - as 3.4 kernel source - Improved memory management (23.5.A.1.291 not modified yet)
* Required Bootloader Unlocked!
* Installation:
Downloads:
Advanced_Stock_Kernel_Z2_MM_6.0.1_23.5.A.0.570
Advanced_Stock_Kernel_Z2_MM_6.0.1_23.5.A.1.291
-Flash via recovery or unpack and flash boot.img via fastboot
Code:
fastboot flash boot boot.img
* Root:
-Flash a Systemless SU: SuperSU-v2.76
Note:
- The first boot may take some time, and give the impression that you are in a bootloop. Just wait and it will boot up normally eventually.
* Restore DRM:
-Flash Restore DRM - SONY DRM FUNCTION RESTORATION FOR UB DEVICE
* Please, do not mirror!
Also give a special thank you to @shoey63 in which helped make this possible
Enjoy and press the Thanks button if you like! :good:
.
I'm gonna try it tonight when i plan to swap to MM
thx you.bro.
Gustavo RD78 said:
-Flash Restore DRM - SONY DRM FUNCTION RESTORATION FOR UB DEVICE
.
Click to expand...
Click to collapse
has anybody tried if this actually still works on MM?
Gustavo RD78 said:
Add features:
twrp-sony-recovery-boot-script based (Thanks @nilezon /jackfagner github script)
TWRP recovery 3.0.0-0 Modified (vol up or down when Violet LED)
Removed SuperSU in TWRP recovery to root because this method will not work
Systemless root support
SElinux permissive
RIC disabled
Debugging enabled by default
Disable debugging notification icon in the status bar
Kernel insecure (ro.secure=0)
Fix swappiness (100 to 60) - as 3.4 kernel source - Improved memory management
* Required Bootloader Unlocked!
* Installation:
Download:
Advanced_Stock_Kernel_Z2_MM_Beta_23.5.A.0.486_twrp _3.0.0-0
-Flash via recovery or unpack and flash boot.img via fastboot
Click to expand...
Click to collapse
:good: Thank you, it works for Z2
Works perfectly, thangs
Sent from my D6503 using Tapatalk
Will this give me recovery access without wiping everything on my phone? I have MM beta right now without recovery
edzilla said:
Will this give me recovery access without wiping everything on my phone? I have MM beta right now without recovery
Click to expand...
Click to collapse
Yes he will go
Please add Qc- 2.0 HACK in your Kernel )
pseudoheld said:
has anybody tried if this actually still works on MM?
Click to expand...
Click to collapse
Yes. I installed it . it works
Gustavo RD78 said:
Stock zImage
Add features:
twrp-sony-recovery-boot-script based (Thanks @nilezon /jackfagner github script)
TWRP recovery 3.0.0-0 Modified (vol up or down when Violet LED)
Removed SuperSU in TWRP recovery to root because this method will not work
Systemless root support
SElinux permissive
RIC disabled
Debugging enabled by default
Disable debugging notification icon in the status bar
Kernel insecure (ro.secure=0)
Fix swappiness (100 to 60) - as 3.4 kernel source - Improved memory management
* Required Bootloader Unlocked!
* Installation:
Download:
Advanced_Stock_Kernel_Z2_MM_Beta_23.5.A.0.486_twrp _3.0.0-0
-Flash via recovery or unpack and flash boot.img via fastboot
Code:
fastboot flash boot boot.img
* Root:
-Flash a Systemless SU: BETA-SuperSU-v2.68-20160228150503.zip
Note:
- The first boot may take some time, and give the impression that you are in a bootloop. Just wait and it will boot up normally eventually.
* Restore DRM:
-Flash Restore DRM - SONY DRM FUNCTION RESTORATION FOR UB DEVICE
* Please, do not mirror!
Also give a special thank you to @shoey63 in which helped make this possible
Enjoy and press the Thanks button if you like! :good:
.
Click to expand...
Click to collapse
Great. Thanks. Is this kernel with Kexec Hardboot Support for multirom Secondary too ?
Thanks (Pressed). Its work perfectly on Z2 MM. Great Man!!!
can anyone help?
everytime i download the systemless root SuperSU zip ,and i test it with winrar it says : ! C:\Users\xx\Desktop\mm\BETA-SuperSU-v2.68-20160228150503.zip: The file "common\file_contexts_image" header is corrupt
Thank you, you're a great man! Everything works well ....
WORKING FLAWLESSLY
You're epic...good job
v2 - busybox auto-injection (/system/xbin)
v2 - init.d support - automatically creates init.d in (/system/etc)
Note: when installing v2 flash again SuperSU
It works like charm.
Thanks @Gustavo RD78 for your great work ??
akshay2shah said:
Hey I m not able to flash this kernal.
I have unlocked bootloader.
I m on mm 6.0.1.
I don't have root.
Help me please.
Sent from my D6503 using XDA-Developers mobile app
Click to expand...
Click to collapse
unpack .zip and flash boot.img via fastboot
Code:
fastboot flash boot boot.img
Gustavo RD78 said:
unpack .zip and flash boot.img via fastboot
Code:
fastboot flash boot boot.img
Click to expand...
Click to collapse
Deleted.
akshay2shah said:
I did this already !!
I shows 'failed'
What to do now ?
Sent from my D6503 using XDA-Developers mobile app
Click to expand...
Click to collapse
both versions 1 and 2 you face this problem?
He tried to FlashTool?

[MOD] MultiROM-20170825-v33c-UNOFFICIAL - TWRP 3.1.1 [No Kexec Workaround]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You use this tool at your own risk!!​
I have tried to put as many safeguards as I can,
but I cannot be held accountable for any soft-bricks, hard-bricks, loss of data and/or information,
or anything else going wrong.​
Introduction
MultiROM is one-of-a-kind multi-boot mod for Sony Xperia Z2 (Sirius). It can boot any Android ROM as well as other systems like Ubuntu Touch, Plasma Active, Bohdi Linux or WebOS port. Besides booting from device's internal memory, MultiROM can boot from USB drive connected to the device via OTG cable. The main part of MultiROM is a boot manager, which appears every time your device starts and lets you choose ROM to boot. You can see how it looks on the left image below and in gallery. ROMs are installed and managed via modified TWRP recovery. You can use standard ZIP files to install secondary Android ROMs, daily prebuilt image files to install Ubuntu Touch and MultiROM even has its own installer system, which can be used to ship other Linux-based systems.
Features:
* Multiboot any number of Android ROMs
* Restore nandroid backup as secondary ROM
* Use for example Ubuntu Touch or Desktop alongside with Android, without the need of device formatting
* Boot from USB drive attached via OTG cable
Click to expand...
Click to collapse
Warning!
It _is_ dangerous. This whole thing is basically one giant hack - none of these systems are made with multibooting in mind. It is messing with boot sector and data partition. It is no longer messing with data partition or boot sector (actually the no-kexec workaround is messing with your boot sector), but it is possible that something goes wrong and you will have to flash factory images again.
Make backups. Always.
Click to expand...
Click to collapse
Installation
Manual installation
Note 1: Your device must not be encrypted (hint: if you don't know what it is, then it is not encrypted).
MultiROM has 2 parts you need to install:
MultiROM (multirom-YYYYMMDD-vXX-UNOFFICIAL-sirius.zip) - download the ZIP file from the download section and flash it in recovery.
Modified recovery (TWRP_multirom_sirius_YYYYMMDD.img) - download the IMG file from the download section and flash it in recovery.
Your current rom will not be erased by the installation.
Click to expand...
Click to collapse
Downloads
multirom-sirius
Click to expand...
Click to collapse
Stock 23.5.A.1.291 kernel with multirom and FOTArecovery support
Download link
Adding ROMs
1. Android
Go to recovery, enter the MultiROM section of TWRP (by clicking the icon in to top right corner) -> Add ROM. Select the ROM's zip file and confirm. As for the space, clean installation of stock 4.2 after first boot (with dalvik cache generated and connected to google account) takes 676mb of space.
Click to expand...
Click to collapse
2. Ubuntu Touch this is NOT SUPPORTED
Use the MultiROM Manager app to install Ubuntu Touch.
Ubuntu Touch is in development - MultiROM will have to be updated to keep up with future changes in Ubuntu, so there's a good chance this method stops working after a while and I'll have to fix it.
Click to expand...
Click to collapse
Using USB drive
During installation, recovery lets you select install location. Plug in the USB drive, wait a while and press "refresh" so that it shows partitions on the USB drive. You just select the location (extX, NTFS and FAT32 partitions are supported) and proceed with the installation.
If you wanna use other than default FAT32 partition, just format it in PC. If you don't know how/don't know where to find out how, you probably should not try installing MultiROM.
If you are installing to NTFS or FAT32 partition, recovery asks you to set image size for all the partitions - this cannot be easilly changed afterward, so choose carefully. FAT32 is limited to maximum of 4095MB per image - it is limitation of the filesystem, I can do nothing about that.
Installation to USB drives takes a bit longer, because the flash drive is (usually) slower and it needs to create the images, so installation of Ubuntu to 4Gb image on my pretty fast USB drive takes about 20 minutes.
Enumerating USB drive can take a while in MultiROM menu, so when you press the "USB" button in MultiROM, wait a while (max. 30-45s) until it searches the USB drive. It does it by itself, no need to press something, just wait.
Click to expand...
Click to collapse
Updating/changing ROMs
1. Primary ROM (Internal)
Flash ROM's ZIP file as usual, do factory reset if needed (it won't erase secondary ROMs)
Go to the MultiROM section of TWRP (by clicking the icon in to top right corner) and do Inject curr. boot sector.
2. Secondary Android ROMs
If you want to change the ROM, delete it and add new one. To update ROM, follow these steps:
Go to the MultiROM section of TWRP (by clicking the icon in to top right corner) -> List ROMs and select the ROM you want to update.
Select "Flash ZIP" and flash ROM's ZIP file.
In some cases, you might need to flash patched kernel - get corresponding patched kernel version from second post and flash it to the secondary ROM sama way you flashed ROM's ZIP file.
Click to expand...
Click to collapse
Explanation of recovery menus
Main menu
- Add ROM - add ROM to boot
- List ROMs - list installed ROMs and manage them
- Inject boot.img file - When you download for example kernel, which is distrubuted as whole boot.img (eg. franco kernel), you have to use this option on it, otherwise you would lose MultiROM.
- Inject curr. boot sector - Use this option if MultiROM does not show up on boot, for example after kernel installation.
- Settings - well, settings.
Manage ROM
- Rename, delete - I believe these are obvious
- Flash ZIP (only Android ROMs) - flash ZIP to the ROM, for example gapps
- Add/replace boot.img - replaces boot.img used by this ROM, this is more like developer option.
- Re-patch init - this is available only for ubuntu. Use it when ubuntu cannot find root partition, ie. after apt-get upgrade which changed the init script.
Click to expand...
Click to collapse
Source code
MultiROM - https://github.com/mohammad92/multirom
Modified TWRP - https://github.com/nkk71/android_bootable_recovery
Device files - https://github.com/mohammad92/multirom_device_sony_sirius
Click to expand...
Click to collapse
Thanks
* TWRP team
* MultiROM team
* nkk71 for No Kexec Workaround
* AdrianDC
* XperiaMultiROM team
Click to expand...
Click to collapse
FAQ and other notes
Q: MultiROM Menu touch are buggy sometimes?
A1: I got it working by this patch and this modded input type
If you can get much better touch patch then you are a nice guy..
A2: Use volume keys to navigate and power key to select.
Click to expand...
Click to collapse
No-kexec workaround
Q: What is the no-kexec workaround?
A: The no-kexec workaround by nkk71 allows you to use MultiROM without having to flash a kexec enabled kernel.
More info here
Click to expand...
Click to collapse
Changelog
Code:
MultiROM-20170825-v33c - TWRP 3.1.1-20170825
======================================
* Set default brightness to 200
* TWRP: Enable Sony RIC
MultiROM-20170812-v33c - TWRP 3.1.1-20170812
======================================
* Fix MultiROM Menu touch for Z2
* New implementation to handle external boot
on Ext4 / F2FS MicroSD or USB Drive in order
to allow access to the external storage for media,
through the storage 'external_multirom' path
* Include all recent improvements from TWRP 3.1.1
It`s awsome man ... great job .
أحسنت
Can you give kexec kernel too?
Thank you very much man!
Is there any problem if I want to install different Android versions? I want to keep Miui 8 (6.0.1) and try RR 5.8.4 (7.1.2).
Thanks in advance
itsnie said:
Can you give kexec kernel too?
Click to expand...
Click to collapse
No need for kexec kernel for this to work but I will try.
Adriano-A3 said:
Thank you very much man!
Is there any problem if I want to install different Android versions? I want to keep Miui 8 (6.0.1) and try RR 5.8.4 (7.1.2).
Thanks in advance
Click to expand...
Click to collapse
Not tested, but if there no bootloader change it will work.
I got my z2 few months ago but never tested all things yet as its not my daily device and got it to work on sony stuff as Im a samsung user for long time.
mohammad.afaneh said:
Not tested, but if there no bootloader change it will work.
I got my z2 few months ago but never tested all things yet as its not my daily device and got it to work on sony stuff as Im a samsung user for long time.
Click to expand...
Click to collapse
Ok. So welcome to Z2 space
I'll try and report the result.
=========================
Man I'm trying to install the new TWRP but no success.
If I try by current TWRP 3.0.0-2, only Boot option theres to flash your TWRP. This won't works since the file isn't a kernel. I tried it...
If I try to flash it by fastboot (fastboot flash recovery yourtwrp.img) it flashes but nothing changes, nothing at all.
Must your TWRP to be flashed in FOTA partition using dd commands?
My Z2's history: stock MM .291 > UB > kernel Abricot v8.1 > MIUI 8
Adriano-A3 said:
Ok. So welcome to Z2 space
I'll try and report the result.
=========================
Man I'm trying to install the new TWRP but no success.
If I try by current TWRP 3.0.0-2, only Boot option theres to flash your TWRP. This won't works since the file isn't a kernel. I tried it...
If I try to flash it by fastboot (fastboot flash recovery yourtwrp.img) it flashes but nothing changes, nothing at all.
Must your TWRP to be flashed in FOTA partition using dd commands?
My Z2's history: stock MM .291 > UB > kernel Abricot v8.1 > MIUI 8
Click to expand...
Click to collapse
Will try to make a script to my twrp img into the kernel.
Can you pull and upload the boot.img that contain twrp?
mohammad.afaneh said:
Will try to make a script to my twrp img into the kernel.
Can you pull and upload the boot.img that contain twrp?
Click to expand...
Click to collapse
Of course
Download the sony_abricot_kernel_v8.1.zip and extract sony_abricot_kernel_v8.1.img
mohammad.afaneh said:
No need for kexec kernel for this to work but I will try.
Click to expand...
Click to collapse
Yes i know but no kexec have some bug with this device, if power off from 2nd rom, i can't turn on my phone, i need to hard reset with power and volume up before turning on!
Also your recovery isn't working, simple i can't boot your recovery with key combinations "volume down then power"
itsnie said:
Yes i know but no kexec have some bug with this device, if power off from 2nd rom, i can't turn on my phone, i need to hard reset with power and volume up before turning on!
Also your recovery isn't working, simple i can't boot your recovery with key combinations "volume down then power"
Click to expand...
Click to collapse
Thanks for the feedback will try to fix it soon.
Adriano-A3 said:
Of course
Download the sony_abricot_kernel_v8.1.zip and extract sony_abricot_kernel_v8.1.img
Click to expand...
Click to collapse
Sorry for late response, I have done the script but boot.img size more than 20MB (zImage gzip format) we cant flash it.
Will try to build stock kernel with lzma or another compression soon. Also I need some free time to work on multirom for stock.
You can swap ROMs for now by installing AOSP on primary and stock on secondary.
mohammad.afaneh said:
Sorry for late response, I have done the script but boot.img size more than 20MB (zImage gzip format) we cant flash it.
Will try to build stock kernel with lzma or another compression soon. Also I need some free time to work on multirom for stock.
You can swap ROMs for now by installing AOSP on primary and stock on secondary.
Click to expand...
Click to collapse
I got it
But I prefer to wait your next release
I've been looking for Kali Nethunter and noticed that some flashable zips perform a kind of patch on bootimg. Maybe you get something that help you on your work
MultiROM-20170825-v33c - TWRP 3.1.1-20170825
======================================
* Set default brightness to 200
* TWRP: Enable Sony RIC
Stock 23.5.A.1.291 kernel with multirom and FOTArecovery support
Supports TWRP 3.1.1-20170825 only, link in OP
Download
Source code
android_kernel_sony_23.5.A.1.291
sony_23.5.A.1.291_ramdsik
android_device_sony_common
Thanks
* AdrianDC and sonyxperiadev team for init_sony and keycheck source
* Dees-Troy for extract elf ramdisk source
* pec0ra
Can i install from nougat? I'm using Carbon Xperia by M-Rom now n want stock custom rom for the second rom
Sent from my D6503 using Tapatalk

Categories

Resources