Hello! First of all, this package was made by @JBCDroid and i just ported to our Moto E, Hope you enjoy.
Contents:CyanogenMod 12.1 (Black and White PACK)
Mokee LOGO
Ressurrection REMIX LOGO
SOKP LOGO
AICP LOGO
Game of Thrones Targaryen House LOGO (credits to @bhavneesh)
Nexus Original LOGO
Moto X Original LOGO
Instructions:
1. Download your desired logo
2. Flash it with any recovery.
3. Reboot.
Screenshots:
Reserved.
jonaaa said:
Reserved.
Click to expand...
Click to collapse
grt collection..i liked the 1st one
Related
XDA:DevDB Information
Official Boot Logo, Tool/Utility for the Samsung Galaxy J7 (2017)
If u want to show screenshot click on review
Special thanks to @ananjaser1211 for making this zip
Contributors
gaganbajwa, Ananjaser1211
Source Code: https://drive.google.com/file/d/1jijxGRLyvtui5d9nwOYapHyJXAECj6EH/view?usp=drivesdk
Version Information
Status: Stable
Stable Release Date: 2018-03-17
Created 2018-03-17
Last Updated 2018-03-17
Not working.. i flash on j730G but nothings happened
JeffJejan said:
Not working.. i flash on j730G but nothings happened
Click to expand...
Click to collapse
If u already have this logo in ur device so u flash it means flashed but no diff in and ur logo if u have black like this
Thank you it's working
Introducing My First Rom
One Ui Lite V1.5 By King Mars
Rom Compatibility?This Rom Only Supports J701F Or J701X. I am not Responsible If you flash this rom in another device and your device Will bricked .
Rom Installation?
Turn off you device
Go to Twrp Recovery By Pressing Volume + Power + Home Button
Don't Wipe Your all data
Flash Rom
Flash Magisk
Reboot your Device {First Boot take 10 to 15 min}
Complete Starting Setup
And Enjoy King Mars
Don't Wipe Your Older Data That Comes From Another Rom. If you wipe your all data I am not responsible For Black Screen Bug
Telegram Support
Click to expand...
Click to collapse
https://t.me/joinchat/OSH0H0s8QCAs1cV1Acb-ag
Click to expand...
Click to collapse
●Rom Features●
Based On J701F /Nxt Core
1st October Security Patch
Some Unusefull Apps Deleted
Utra Fast And Smooth
2x Zoom Camera Feature
Updated One Ui Home
Rom Size 1.1 GB Only
5 Hours Battery Backup
Helios Kernel .....
& Many More
Rom Download Link
https://mega.nz/#!EU9l2IBb!68moso3k37OoAl7j4L57CjzWfXe_VFmSSWiAagTLkkY
Contributors
@kingmars For Making and His Hard Work
Ananjaser for his Helios Kernel......
For J7 2016 Version
XDA:DevDB Information
One Ui Lite V1.5 , ROM for the Samsung Galaxy J7
Contributors
King Mars, Ananjaser For His Helios Kernel, Me for My Hard work on this project
ROM OS Version: 9.x Pie
ROM Firmware Required: 8.0 Bootloader
Based On: One Ui V1.5 Lite Stock J701FXXU7CSG4
Version Information
Status: Stable
Created 2019-10-20
Last Updated 2019-10-20
#log
Rom Log Are given Now_________
thank for you work sar, can you port this rom to j710x devices please?
Sure
Dark_Cristian said:
thank for you work sar, can you port this rom to j710x devices please?
Click to expand...
Click to collapse
I port This
King Mars said:
I port This
Click to expand...
Click to collapse
thanks sar, I'll try and give a feedback about your rom. Greatings from Argentina!
ok, here we go, after to install rom i have some trouble, when finish to check upgrades the system UI stops and the interphase puts all in black screen except for the battery and wifi icons up above at the right corner. my device it's a J710MN
NFC
NFC working? Someone knows a Pie ROM with NFC working?
J710F systemui not working...
Ans :
Join our Group For latest News
devguru said:
J710F systemui not working...
Click to expand...
Click to collapse
https://t.me/joinchat/OSH0H0s8QCCRzkr1tTJCQg
BlackHoleOs sign found
****man.tnt found on T9DB folder
A Black Hole Os by Ahmad Ali Sign-
Could it be KANGED?
can you port this to galaxy j5 2016?
Download link not working.
Got it from China stable MIUI ROM, just flash it from recovery and done
Screenshots below.
So, I created this bootlogo inspired by the Nokia 1 bootlogo. I recommend using it with Lineage OS 15.1 Go Edition, it will make more sense or not.
Hope you enjoy
Install:
Just flash .zip file on TWRP
I got recently an Xperia M (C1905) with stock, and trying to install a decent firmware (even official ones) seems like a daunting task due to most of the threads here being archived. So this is a self guide (for me) for whoever needs to install a new ROM. Although the LineageOS has a very thorough guide, for a device that is not maintained anymore, many xda-ers might find this one helpful.
I'll cover 2 main topics: Unlocking the bootloader, Flashing TWRP and a custom ROM
Prerequisites
I'm assuming you have a computer (preferably a linux) that has already fastboot and adb.
Unlocking the Bootloader
Spoiler
It's a straightforward task, just head to Sony's website for developpers and follow the guidelines (get your IMEI and request a code)
Another way to unlock your BL is through the flashtool (apparently it's more recommended) but it's tough to estimate till when it will be supported. Ideally Xperifirm comes preinstalled with flashtool, but it didn't have firmware for my devices (Xperia M).
I also got a bootloop after I unlocked the bootloader, it wouldn't continue past the splash screen. My guess is that the data partition needed a format after unlocking the BL.
TWRP
Spoiler
There is no structure info on xda or twrp's website, but after lurking around a bit on the forum, I managed to boot into TWRP.
Get the latest TWRP from their website
Boot your phone into fastboot
Flash the twrp image through fastboot
Code:
fastboot flash boot twrp-3.0.2-0-nicki.img
Reboot into recovery by pressing the volume up button after powering it on
Connect through adb, and flash the FOTA Kernel (this step is recommended by twrp team and devs here). The FOTA Kernel you can get it from this post(it's the same as the twrp image you flashed through fastboot).
Code:
dd if=/sdcard/twrp.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
Once you flash the FOTA Kernel, you can format data.
There are plenty of ROMs that are still available, check the list below, once you download the zip file put it on your sdcard (through adb)
Now, wipe system, cache, dalvik, data, and install your favorite ROM
Reboot and enjoy
I had this weird error where I couldn't flash the recovery through fastboot (error: "Couldn't parse partition size '0x')
So tried to use
Code:
fastboot flash:raw boot twrp-3.0.2-0-nicki.img
and it worked.
You can watch this video if you are feeling unsure (Although it skips the steps where you should install the FOTA Kernel)
List of ROMs that still work (2021)
Spoiler
Obviously I didn't test all of them, but the links still exist.
Resurrection Remix (Official website)
Resurrection Remix (CodeZero)
LineageOS (unofficial)
CypherOS
AOSP
Plenty more on androidfilehost
References:
Install LineageOS on nicki | LineageOS Wiki
wiki.lineageos.org
[ROM] [7.1.2] [OMS] [OFFICIAL] [Nicki] Resurrection Remix Nougat v5.8.5 [25/09/2017]
About Resurrection Remix ROM Changelog Installation Downloads and useful links Donations About Resurrection Remix ROM Resurrection Remix the ROM has been based on CM,slim.omni and original Remix ROM builds, this creates an...
forum.xda-developers.com
[ROM] [7.1.2] [OMS] [OFFICIAL] [Nicki] Resurrection Remix Nougat v5.8.5 [25/09/2017]
About Resurrection Remix ROM Changelog Installation Downloads and useful links Donations About Resurrection Remix ROM Resurrection Remix the ROM has been based on CM,slim.omni and original Remix ROM builds, this creates an...
forum.xda-developers.com
[ROM][7.1.2] CypherOS 3.6.3 Macchiato [AOSCP][Nicki][10/06/2017]
This is Cypher. An extension to pure Android. Cypher tries to maintain the purity of Android while offering useful features for users. The goal is to give the highest level of performance whilst achieving simplicity. /* * Your warranty is...
forum.xda-developers.com
[ROM][7.1.2] CypherOS 3.6.3 Macchiato [AOSCP][Nicki][10/06/2017]
This is Cypher. An extension to pure Android. Cypher tries to maintain the purity of Android while offering useful features for users. The goal is to give the highest level of performance whilst achieving simplicity. /* * Your warranty is...
forum.xda-developers.com
[ROM] [7.1.2] [OMS] [OFFICIAL] [Nicki] Resurrection Remix Nougat v5.8.5 [25/09/2017]
About Resurrection Remix ROM Changelog Installation Downloads and useful links Donations About Resurrection Remix ROM Resurrection Remix the ROM has been based on CM,slim.omni and original Remix ROM builds, this creates an...
forum.xda-developers.com
Official Firmwares
If anyone has any official sources for the official FTF firmwares, please post them in the thread, as I couldn't find any.
Hi and thanks for this tutorial in 2021.
I had this old phone(Xperia M C005 - dual SIM) here and decided to install LineageOS on it just for fun and after following this tutorial I was able to do it. Still, I ran into some problems especially because of the FOTA Kernel.
So here are the steps I took if any one is interested or having the same problems I had. But first, I recommend everyone to read the tutorial above. It's very good and this is just to complement it.
******* TWRP ***********
Boot into fastmode (power off the device, press volume down button while connecting the usb cable to a computer and when a blue light shows up below the screen it's in fast boot)
Run the command in your computer to install twrp:
./fastboot flash boot twrp-3.0.2-0-nicki.img
You can disconnect the device.
*******Install custom rom (LineageOS in my case) ***********
Boot into TWRP by pressing the power button and volume up button at the same time and release when the sony logo shows up. The menu where your are supposed to swip right can be unresponsive for some reason(maybe still loading something). Wait for like a minute and it should behave normally.
Go to Advanced->Sideload
Send the custom rom, FOTAKernel, Gapps and Dual SIM patch to the device with the following command(replace *location* with the path of every file):
./adb push *location* /sdcard
Go to the TWRP terminal and run the following command:
dd if=/sdcard/FOTAKernel.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
After, install the custom rom(wipe data just to be sure), followed by the dual SIM patch and Gapps
You can reboot after that. Wait patiently for lineage OS to start. It will stay at the boot screen for like 10 minutes.
marcosandreeo said:
Hi and thanks for this tutorial in 2021.
I had this old phone(Xperia M C005 - dual SIM) here and decided to install LineageOS on it just for fun and after following this tutorial I was able to do it. Still, I ran into some problems especially because of the FOTA Kernel.
So here are the steps I took if any one is interested or having the same problems I had. But first, I recommend everyone to read the tutorial above. It's very good and this is just to complement it.
******* TWRP ***********
Boot into fastmode (power off the device, press volume down button while connecting the usb cable to a computer and when a blue light shows up below the screen it's in fast boot)
Run the command in your computer to install twrp:
./fastboot flash boot twrp-3.0.2-0-nicki.img
You can disconnect the device.
*******Install custom rom (LineageOS in my case) ***********
Boot into TWRP by pressing the power button and volume up button at the same time and release when the sony logo shows up. The menu where your are supposed to swip right can be unresponsive for some reason(maybe still loading something). Wait for like a minute and it should behave normally.
Go to Advanced->Sideload
Send the custom rom, FOTAKernel, Gapps and Dual SIM patch to the device with the following command(replace *location* with the path of every file):
./adb push *location* /sdcard
Go to the TWRP terminal and run the following command:
dd if=/sdcard/FOTAKernel.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
After, install the custom rom(wipe data just to be sure), followed by the dual SIM patch and Gapps
You can reboot after that. Wait patiently for lineage OS to start. It will stay at the boot screen for like 10 minutes.
Click to expand...
Click to collapse
Hey, same thing happened to me, my C2005 still works and I wanna tinker with it. Do you have a link to the dual sim patch?
apbucaneg said:
Hey, same thing happened to me, my C2005 still works and I wanna tinker with it. Do you have a link to the dual sim patch?
Click to expand...
Click to collapse
Hi, sure, here it is: https://forum.xda-developers.com/t/...yanogenmod-13-0.3245573/page-25#post-65104843
I got it fom the post of the LineageOS(https://forum.xda-developers.com/t/...h-oms-patch-for-xperia-m-nicki-c1905.3612243/)