[Official][BETA][O+][Root] Material 2 Messaging Enabler - Android Apps and Games

Messagerializer
Enable the 'hidden' Material design 2 interface in the stock Google Messaging app.
This app requires root to write to data files.
For a detailed explanation, check out below...
An XDA article releases a few weeks ago detailed the steps required to enable the new Material 2 interface in the default messaging app. This was done by editing two lines in this file:
Code:
/data/data/com.google.android.apps.messaging/shared_prefs/PhenotypePrefs.xml
All my app does is run a shell script (which you can view on the github here)
The app downloads the latest script on the first boot. The script should never change, especially since the new layout should be rolling out pretty soon.
After it's downloaded, when you toggle the main switch, the script is run with one argument which tells it to enable or disable the new interface.
It is built using Flutter and is working for me. If anyone has troubles please respond with any logcat you can get.
The releases can be found on the github under releases, or on my XDA labs link.
XDA:DevDB Information
Messagerializer, App for all devices (see above for details)
Contributors
TheNightman, TheNightman
Source Code: https://github.com/TheNightmanCodeth/Material2-Messaging-Enabler
Version Information
Status: Beta
Stable Release Date: 2018-07-14
Current Beta Version: 1.0.0
Beta Release Date: 2018-07-07
Created 2018-07-08
Last Updated 2018-07-09

Related

[MOD]Cool SystemUI of Hype 8 Golden Master Final Build

I just want to share this modded SystemUI for Hyperion 8 Golden Master Final Build
Added:
--Volume Sliders
--Visible brightness slider
--Fully expanded ui
Give thanks to CarlDeanCatabay
Just remove this thread if this is illegal or pm me first
<<<Don't forget to hit THANKS
XDA:DevDB Information
[MOD]Cool SystemUI of Hype 8 Golden Master Final Build, a App for the No Device
Contributors
markmellarpes, rio, b16h22, san122
Version Information
Status: Stable
Created 2013-09-25
Last Updated 2013-09-25

Pure- ROM Control App

Pure ROM Control App​
Hi! I making a new ROM, so I made this app. Most of the code I took from Evo app. To see more look at SS and maybe try out the app!
GITHUB
Credits:
b16h22 - for leting me take stuff from evo
iamareebjamal - big help and support
ivn888 - for guide how to use vpi
enricocid - same
GFX Bandits - for support
stackoverflow
github
etc.
XDA:DevDB Information
Pure, a App for the No Device
Contributors
m4RinKo2, b16h22, iamareebjamal, ivn888, enricocid
Version Information
Status: Stable
Created 2013-11-18
Last Updated 2013-11-18
Making this app in eclipse
1. Download and extract
2. Importing to eclipse
File -> New -> Other -> Android Application From Exsting source
Do all steps and proced to step 3
3. Importing needed libs
ViewPagerIndicator
ActionBarSherlock
ColorPickerPreference
android-styled-dialogs
9OldAndroids
android-support-v4-preferencefragment
3.1 Adding to app
Right click to package -> properties -> android -> remove exstinig libs and replace them with yours
4. Editing
Do anything u want
Reserved

[TOOL][APP][4.0+] Show Java - A Java Decompiler for Android - Get java source from ap

Show Java has featured on XDA Portal !!
http://www.xda-developers.com/android/browse-java-code-of-your-favorite-applications-directly-from-your-android-device/
Click to expand...
Click to collapse
Disclaimer
DO NOT USE THIS APPLICATION TO DO STUFF THAT YOU HAVE NO RIGHT TO DO.
THE DEVELOPER (Niranjan Rajendran) IS IN NO WAY RESPONSIBLE FOR ANY MISUSE OF THIS APPLICATION.
About
This is basically a Java Decompiler that to extract the .java source code from an APK( Android application) and jar files. There are many such decompilers that run on a PC. But, I didn't find one that runs properly on a android phone. So, i thought of making one, and , here it is
Features
Runs directly on your android device
Select jar/apk from sdcard (or) from a list of installed applications
Easy to use
Displays code in a clean-syntax-highlighted form
Decompiles XML Files (layouts, Drawables, Menus, AndroidManifest)
The decompiled source can easily be copied from the sdcard (source is stored in ShowJava folder in the sdcard)
Simple source browser with a summary of all decompilation errors
Each decompiled source file has commented references to classes that could not be decompiled
Runs in the background
What's new in version 2.0.0 (Version Code: 20004)
The first major update after the app's initial release on January 7th 2014. The app's entire code has been re-written (from scratch in many places) to make sure the app performs well up to the user's expectations.
Updated to Material Design
Performance improvements
Updated to CFR 0.102
Will now decompile xml resources (including AndroidManifest.xml)
Fixed all the crashes experienced by users of the previous version
Cleaned up the source code. (As I said, I rewrote it :wink: )
The project is now fully open-sourced :v:
Download (it's free)
Screenshots
Here you go ;-) .
Source Code
This will be an Open Sourced project. The source code is hosted at GitHub
https://www.github.com/niranjan94/show-java/.
Please read the License info before using any part of the code in any project.
Bugs
Does not work with system applications in most of the phones (especially one's that are not de-odexed)
Slow on phones with single core processors
Reporting a Bug
Always please attach a logcat while reporting major bugs. You can report bugs via GitHub Issues system
Reasons for Permissions
Internet - Automated bug reporting
External Storage - To store the decompiled source code and to have a working directory for the application
Changelog
Code:
Version 2.0.0 (Aug 22, 2015)
===========================
>> Updated to Material Design
>> Performance improvements
>> Updated to CFR 0.102
>> Will now decompile xml resources (including AndroidManifest.xml)
>> Fixed all the crashes experienced by users of the previous version
>> Cleaned up the source code. (As I said, I rewrote it)
>> The project is now fully open-sourced
Version 1.9.1 (Dec 21, 2014)
===========================
>> Crash Fix
Version 1.9 (Dec 20, 2014)
==========================
>> Improve topsort
>> Fix bad chained goto removal.
>> Remove references to labelled blocks if a labelled block break would end up in the same place as a natural scoped break.
>> Reduce goto chain condensing in the presence of break statements.
>> Handle duplicate field names
Version 1.7/1.8 (Nov 7, 2014)
=============================
>> Fixed crash on new installations
>> Fixed crash on devices running on Android Runtime (ART)
Version 1.6/1.5 (Nov 4, 2014)
=============================
>> Improvements to SSA analysis
>> Fix precedence issue on instanceof.
>> improvement to handling some obfuscated switches which caused failure
>> Minor Bug fixes
Version 1.4 (Sep 29, 2014)
==========================
>> Updated CFR to 0.87
>> Fix precedence issue on instanceof.
>> Rewrite variable definitions
>> Better guess for anonymous inner types.
>> Improvements to implicit cast checking.
>> Handle empty switches better
>> Fix bug which could cause some switch-on-enum statements not to be resugared.
>> And more decompiler improvements
Version Code: 3 ( 10-Feb-2014)
==============================
>> Urgent Bug Correction (Please Update !) with dex optimisation
Version Code: 2 ( 09-Feb-2014)
==============================
>> Corrected force closes on certain devices
>> Increased decompile speed by 3x times by skipping common libraries (like support library, actionbarsherlock etc)
>> Added Option to Pick an apk/jar from sdcard (also associated apk/jar with Show Java for ease-of-use)
>> Added history of decompiled applications
>> A New, Clean and Minimal Progress Indicator
>> UI Updated to a modern look
Version Code: 1 ( 07-Jan-2014)
==============================
>> Initial Release
Credits
A Big-Huge Thanks to Lee Benfield ([email protected]) for his awesome CFR - Class File Reader
Panxiaobo ([email protected]) for dex2jar
jesusfreke ([email protected]) and bgruv ([email protected]) for smali/baksmali/dexlib2
XDA:DevDB Information
Show Java - A Java Decompiler for Android , App for all devices (see above for details)
Contributors
niranjan94
Source Code: https://github.com/niranjan94/show-java
Version Information
Status: Stable
Current Stable Version: 2.0.0
Stable Release Date: 2015-08-22
Created 2014-01-07
Last Updated 2015-08-22
Reserved
Reserved
I like this one! Tipped for news article! Good luck!
Big thanks
i go download, try and view source
Many thanks
you did a brilliant work. I'm so flattered. WOW. your alpha version is so smooth. cant wait for the so called stable. good luck and regards,
Pl. Provide the option for selecting apk from sd card .
Donate???
I apparently have too much spare change laying around, where can I throw it?
Great job!
Sent from my Nexus 7 using Tapatalk
great
Impressive
Good job, perhaps (since it is open source) you could use github and then the community could help out with it? Just a thought but yea good job, very useful
Thanks. I expect this will be a useful tool as I try to learn to build apps.
Exikle said:
Good job, perhaps (since it is open source) you could use github and then the community could help out with it? Just a thought but yea good job, very useful
Click to expand...
Click to collapse
OP mentions that his planning to release it on GitHub after few changes
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
---------- Post added at 09:11 AM ---------- Previous post was at 09:07 AM ----------
niranjan94 said:
Disclaimer
DO NOT USE THIS APPLICATION TO DO STUFF THAT YOU HAVE NO RIGHT TO DO.
THE DEVELOPER (Niranjan Rajendran) IS IN NO WAY RESPONSIBLE FOR ANY MISUSE OF THIS APPLICATION.
About
This is basically a Java Decompiler that 'trys' to extract the .java source code from an APK( Android application) file. There are many such decompilers that run on a PC. But, I didn't find one that runs properly on a android phone. So, i thought of making one, and , here it is
Features
Runs directly on your android device
Easy to use
Displays code in a clean-syntax-highlighted form
The decompiled source can easily be copied from the sdcard (source is stored in ShowJava folder in the sdcard)
Simple source browser with a summary of all decompilation errors
Each decompiled source file has commented references to classes that could not be decompiled
And more to come ...
Download
Click to Download from play store ! (It's free!)
(or)
Get it directly from the DevDB Downloads panel of this project
Screenshots
Check out the screenshots here. (will upload more soon)
Source Code
This will be an Open Sourced project. Put I have some more work to do. And once that's done, I'll release the source code for everyone to benefit from.
Bugs
There are quite a lot of bugs. That's why this application is in an Alpha Stage. The major bugs are:
Does not work with system applications in most of the phones (especially one's that are not de-odexed)
Very slow decompiling process (I'd say it's a bit inefficient too)
A Not-so-quite user-friendly Source Browser
A Stupid progress indicator
and some more ...
Reporting a Bug
Always please attach a logcat while reporting major bugs. You can report bugs via XDA's DevDB Bug Reporting option (or) send me an email at [email protected]
Reasons for Permissions
Internet - Automated bug reporting
External Storage - To store the decompiled source code and to have a working directory for the application
Credits
A Big-Huge Thanks to Lee Benfield ([email protected]) for his awesome CFR - Class File Reader
Panxiaobo ([email protected]) for dex2jar
XDA:DevDB Information
Show Java - A Java Decompiler for Android , a App for the No Device
Contributors
niranjan94
Version Information
Status: Alpha
Created 2014-01-07
Last Updated 2014-01-09
Click to expand...
Click to collapse
While decompiling some apps like Whatsapp the SystemUI gets corrupted and you need to data wipe completely to make the phone usable again.
Not sure if it only with my phone or with every other phone
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Very impressive. Trying it out on my devices.
Hi its nice app and also helpfull but
could you add an option to choose an .apk file ?
instead of only choosing between all available apps that are installed.
thank you
Please upload the apk to Xda not only play store.
onlineemails said:
Please upload the apk to Xda not only play store.
Click to expand...
Click to collapse
If you look closely , i have given links to both the Play store version and the 'XDA-hosted' version on the first post. You can even download by selecting the download button (DevDB) on top of the thread ..
sourcex said:
OP mentions that his planning to release it on GitHub after few changes
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
---------- Post added at 09:11 AM ---------- Previous post was at 09:07 AM ----------
While decompiling some apps like Whatsapp the SystemUI gets corrupted and you need to data wipe completely to make the phone usable again.
Not sure if it only with my phone or with every other phone
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I don't think application is causing that ... (the app does not (cannot) modify/access the SystemUI in anyway ).. pls check with ypur ROM developer (if you're using a custom ROM)
SpaceCaker said:
Hi its nice app and also helpfull but
could you add an option to choose an .apk file ?
instead of only choosing between all available apps that are installed.
thank you
Click to expand...
Click to collapse
Thanks ... and yea .. i plan to add support to pick an apk/jar directly from the sdcard and also plan to add a content provider for apk's and jars .. :laugh:
Brilliant app! It would be great if you gave the functionality to exclude packages from the decompiling-process. I will definitely help you when you release your source :highfive:

[=ROM=][5.0-OG5][900V] OptimalROM 15-5 *SILKY SMOOTH*FAST*STABLE*

{
"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"
}
Images are in Post # 4!
***Disclaimer***​I am not responsible for nuclear battery detonation or the rise of the machines. As always, use at own risk
I am not a developer and do not pretend to be one. I'm an Android enthusiast.
No complaints
I do this in my spare time. If you don't like it, don't use it.
Special requests
No special requests, please.
Bug Reports
Bug reports are welcome! Keep in mind: This is mostly stock and most bugs will be official firmware bugs.
Older builds support
I will not be providing any support for builds prior to the current release. If you are experiencing problems on an older build, upgrade.
Updates will come along when I have time :good:​
An Optimized Stock Experience!
The main purpose of this ROM is to deliver a ROM that makes the device the way it was meant to be.. that includes all of the stock features while at the same time removing as much garbage as possible (ehem... VZW...) and with optimizations.​
ODEX EDITION
SYSTEM
Native Call Recording
DeKnoxed system
Removed 200mb Worth of How-To Videos
SuperSu by chainfire
Performance Improvements
Image Quality Improvements
Video Quality Improvements
Battery Conservation Improvements
Slimmed down
Busybox
init.d support
Removed Verizon OTA updater
Read/Write to external storage
Galaxy S6 Keyboard
Galaxy S6 Browser (S Browser)
INTERFACE
Hidden Toggles
Galaxy Tab S2 UI sounds
Removed power on sound
Samsung GS5 Boot Animation (not VZW branded)
DEODEX EDITION
SYSTEM
DeKnoxed system
Removed 200mb Worth of How-To Videos
SuperSu by chainfire
Performance Improvements
Image Quality Improvements
Video Quality Improvements
Battery Conservation Improvements
Slimmed down
Busybox
init.d support
Read/Write to external storage
Removed Verizon OTA updater
Native Call Recording
Disabled battery cover popup
Removed Tether Provisioning checks
zipalign /system/app, /system/priv-app, and /data/app at boot
Removed Volume Warning
Flashlight Toggle
INTERFACE
Hidden Toggles
Galaxy Tab S2 and Galaxy S6 Edge+ UI sounds
Removed power on sound
Samsung GS5 Boot Animation (not VZW branded)
Galaxy S6 Keyboard
Galaxy S6 Browser (S Browser)
NOTICE: I did not reinvent the wheel. Please have a look at the THANKS section! Post 2 Thanks Section​
NOTICE
Any file listed below with an asterisk *: This means you have to place the firmware version (NI2, OC4, OE1, OG5, etc...) in place of the *. That will be the file you want to download. If you want OG5 files, then plugin OG5 in place of each * below. It's up to you to decide.
RETAIL
If coming from KitKat firmware (4.4):
You can use FlashFire if you wish, but this guide will focus on using SafeStrap
Download *_fw_bigbot96.tar.md5 to your computer
Download OptimalROM_*_BigBot96.zip to your SD Card
Reboot to SafeStrap and MAKE A BACKUP!!!
Flash OptimalROM_*_BigBot96.zip and reboot to Download mode / Bootloader mode / ODIN mode
Flash *_fw_bigbot96.tar.md5 via ODIN in AP slot and reboot back into Download mode / Bootloader mode / ODIN mode
Flash G900V_OD5_Bootloader.tar.md5 via ODIN in AP slot and reboot system (Thanks @muniz_ri)
For extra toggles and FLASHLIGHT toggle: flash OR_Extra_toggles.zip located in the downloads section below.
If you are ALREADY ON Lollipop firmware (5.0):
You can use FlashFire if you wish, but this guide will focus on using SafeStrap
Download OptimalROM_*_BigBot96.zip to your SD Card
Download and install NI2 Kernel Flasher
Follow the guide in the OP of the APP thread with the below modifications to the instructions
[GUIDE] Safestrap access WITHOUT Odin
1. Download and install NI2Flasher.apk
2. Download and copy G900V_*_Stock_KERNEL_SafeStrap-Flashable.zip to sdcard.
3. Run NI2Flasher and select flash.
4. Grant root access for NI2flasher
5. After the app flashes the NI2 kernel tap the reboot button.
----This will reboot your device directly to Safestrap.
6. BACKUP YOUR CURRENT ROM!!!
7. Flash OptimalROM_*_BigBot96.zip
7. Do NOT forget to flash the G900V_*_Stock_KERNEL_SafeStrap-Flashable.zip afterwards.
----If you do forget you can always select recovery at the Safestrap splash screen.
8. Reboot system after flashing kernel
9. For extra toggles and FLASHLIGHT toggle: flash OR_Extra_toggles.zip located in the downloads section below.
Click to expand...
Click to collapse
IF HD CALLING IS NOT WORKING
HD Calling is working on my phone. It may not work on yours. Don't ask why, I don't know. Things to try:
Clean flash OG5 ODEX rom and ensure HD calling is activated and working. Then dirty flash OR15-1 DEODEX latest build.
You may have to reflash to NCG stock system. Activate HD Calling, reroot and upgrade directly to OG5.
Still not working? I don't know...
DevED
DO NOT FLASH OE1 FIRMWARE ON A DEVELOPER EDITION UNLESS YOU WANT TO LOCK YOUR BOOTLOADER!!!
Flash a compatible kernel
​
Please hit the THANKS button!
Please rate the thread 5 stars!
ODEX EDITION
**Release 15 ODEX Final**​
DEODEX EDITION
15-3 --> 15-4Upgrade ZIP to upgrade to latest release! Does not wipe anything.
OptimalROM-15-5_DEODEX_Upgrade_BigBot96.zip
Have a look at the Change Log for details for each individual release.
For extra toggles and FLASHLIGHT toggle: flash OR_Extra_toggles.zip located in the downloads section below AFTER the initial boot.
**Release 15-5**
OR_Extra_toggles.zip
OG5_fw_NO-BOOTLOADER_BigBot96.tar.md5​​
Don't forget to hit the thanks button!
XDA:DevDB Information
OptimalROM, ROM for the Verizon Samsung Galaxy S 5
Contributors
MrHyde03
ROM OS Version: 5.0.x Lollipop
Based On: Official 5.0 OG5
Version Information
Status: Stable
Current Stable Version: 15
Stable Release Date: 2015-09-25
Created 2014-06-27
Last Updated 2015-10-04
Red denotes a key feature
2015-09-29
DEODEX
Release 15-5
-Merged in Galaxy S6 Edge+ sounds
2015-09-29
DEODEX
Release 15-4
-Working Private Mode
2015-09-25
DEODEX
Release 15-3
-Flashlight Toggle
2015-09-12
DEODEX
Release 15-2
-Fixed Tethering
-Removed SecurityLogAgent to stop "unauthorized changes" message on some phones.
2015-09-06
DEODEX
Release 15-1
Based on OG5
Added Galaxy Tab S2 UI sounds
Added remaining MODs (except flashlight, give me another week or so)
Fixed SuperSU
2015-08-19
Release 15 ODEX Edition
Based on OG5
ODEX release, final
2015-08-11
DEODEX
Release 14-4
Fixed Advanced/HD Calling
2015-08-10
Release 14-3
Fixed failure to boot issue from 14-2 clean flash
2015-08-06
Release 14-2
Removed Tether Provisioning checks that were left out in 14-1
2015-08-05
Release 14
Updated to Android 5.0 OE1
Removed Volume Warning
2015-05-18
Release 13
Updated to Android 5.0 OC4
Galaxy S6 Keyboard
Galaxy S6 S Browser
2014-11-24
Release 12-6
Fixed Private Mode
Updated all apps
New Material Design inspired default background
2014-11-15
Release 12-5
Updated all apps
2014-11-11
Release 12-4
Fixed root
2014-11-10
Release 12-3
Updated su binary
set: ro.config.tima=0 (Thanks @vacaloca for the tip!)
2014-11-01
Release 12-2
Minor update
Updated SuperSU
2014-09-23
Release 12
Renamed to OptimalROM
Rebased on NI2
All MODs from R11-2 PLUS:
Lockscreen Torch
Quick toggles Flashlight
2014-08-15
Release 11-2
REQUIRES NE9 FIRMWARE
Removed:
Bridge.apk (leftover knox)
SamsungLinkPlatform.apk (wakelock)
SCONE_Android_ProxyService_NoPersistent.apk (part of above wakelock)
Blurb.apk (WTF is it?)
SPPPushClient_Prod.apk (Don't need it)
Added:
Google Search bar on TouchWizHome homepage
Android L Keyboard is back (sorry!)
Added Options (located in Post 3:
Dark UI
Scrolling Wallpaper
Stock Lockscreen without widgets
No Call Recording
2014-08-13
You will need to flash the NE9 firmware located here: G900V_FirmwareOnly_NE9.tar.md5.zip - Thanks BeansTown106!
Release 11-1
No more problems with YouTube (tested over and over)
Added S Health fix
Removed AVS.apk to stop vzwavsservice force close with Google+
Removed the annoying text on blank TouchWiz pages
2014-08-12
You will need to flash the NE9 firmware located here: G900V_FirmwareOnly_NE9.tar.md5.zip - Thanks BeansTown106!
Release 11
Rebuilt on VRU1ANE9
All features of previous builds EXCEPT:
*Download Booster
*Flashlight Toggle
** These MODs are not compatible with NE9 just yet. Give it time
Themed a Teal/Black/White combination
2014-08-02
Release 10
Hidden Toggles including wifi hotspot
Disable Verizon Installer
Disabled Scrolling Wallpaper (download TouchWizHome(scrolling wallpaper)-MrHyde03.zip to re-enable scrolling wallpaper)
Enabled Flashlight Toggle
Made Notification Panel BG black instead of dark gray
Reverted to stock framework-res.apk theme to fix bright dialog issue
Updated Superuser
Made Download Booster toggle permanent, no need to flash the extra zip file!
2014-07-15
Release 9
Lockscreen Widgets!
Viper4Android Audio Official Website - Main not work with Samsung Music Player.
-Don't know how to use V4A? Look Here
init.d support via init.qcom.post_boot.sh
zipalign /system/app, /system/priv-app, and /data/app at boot
2014-07-12
Release 8
Themed framework-res.apk a little: Dark Gray Background
Themed SecSettings.apk a little: Black/White Icons in settings menu
Added Camera Shutter Sound Toggle to Camera Settings Menu
Stock and Dark themes available in Post 3
2014-07-10
Release 7-1
Fixed an updater-script issue where dirty flashing was wiping out user preferences and accounts.
2014-07-08
Release 7
Themed SystemUI.apk some more. Full black/white. SystemUI ONLY! Not the whole rom!
2014-07-05
Release 6
Themed SystemUI.apk a bit. Added all white Quick Setting Tiles
Enabled Call Recording
Added "ro.securestorage.support=false" for xposed/S Health fix
Added Android L Notification, Ringtone, and Alarms
2014-07-04
Release 5
Special Independence Day default wallpapers! (see attachments on this post)
Download Booster (See post 3 for instructions on how to enable download booster)
Added Bash binary (for use with terminal emulator or adb)
Added SQLite3 (for use with terminal emulator or adb)
Removed SPDClient.apk (policy updates
2014-06-30
Release 4
Removed Samsung/Verizon boot animation
Added stock Samsung S5 boot animation
Removed 4-way Reboot to fix ART
2014-06-27
Release 3
Added Android L Keyboard
Added 4-way Reboot
2014-06-26
Release 2
Removed 2 more apks: accessories and help.
2014-06-26
Release 1
Initial release
​
@Hashcode - SafeStrap
@BeansTown106 - This ROMs base (4.4.4 and earlier)
@geohot - towelroot
chainfire - SuperSU
bejunk - Android L Keyboard - source
@chronicaust - Hacked services.jar for Download Booster - source
EMSploit - Call Recording Enabled - source
timeToy - Call Recording enabled APK with Graphic Fix - source
Another guy for the xposed S Health fix, but I don't know his XDA name. (PM me if it was you)
@fordtheriver - Camera Shutter sound toggle
The whole Viper4Android team! Official XDA thread
@emsploit and @Versatile1 - Disable Verizon Installer - source
@Versatile1 - All hidden toggles
@CNexus and @Misterxtc - Flashlight Toggle
@tdunham - Unified MODs thread
@Stavr0s91i and @Misterxtc - Lockscreen Torch
@Wuby986 - Private Mode fix
Manh_IT - S6 keyboard and browser source​
​
IF HD CALLING IS NOT WORKING
HD Calling is working on my phone. It may not work on yours. Don't ask why, I don't know. Things to try:
Clean flash OG5 ODEX rom and ensure HD calling is activated and working. Then dirty flash OR15-1 DEODEX latest build.
You may have to reflash to NCG stock system. Activate HD Calling, reroot and upgrade directly to OG5.
Still not working? I don't know...
USER BONUS!
Here's a "OptimalROM User" sig image for anyone who wants to use it :highfive:
Don't like ADs??
For removing ADs from within apps, I recommend: AdFree by BigTinCan
Home page
AdFree is a simple app for Android operating system that modifies the system host file to redirect known advertising and tracking hostnames to local host.
Click to expand...
Click to collapse
No, I am not the app developer. No, I do not work for BigTinCan. I'm just a user who has had great success with this app since my old Optimus V days. User assumes all responsibility and possible (highly unlikely) damages.​

			
				
Nice, and thanks. I'll try it out shortly. Downloading.........
Looks great thank you.
Can't wait to try it out. Haven't modified anything since my motoX in '09. Woohoo haha
Downloading...I'm always up for being a guinea pig.
Sent from my SM-G900V using XDA Free mobile app
Downloading. Slowly.
Sent from my SM-G900V using Tapatalk
Chuckmoney said:
Downloading. Slowly.
Sent from my SM-G900V using Tapatalk
Click to expand...
Click to collapse
It's on my personal server right now. I've requested storage on android file host, hopefully I'll have better speeds soon.
R2 is coming soon, but the only difference is it'll have 2 more apks removed. Don't know how I missed 'em the first time.:good:
R2 posted
Getting ready to flash but did you pull the s health stuff? I use that a lot. If so, maybe a flashable apk? Though I suppose I could just not be lazy and do it myself...Lol
Sent from my SM-G900V using XDA Free mobile app
Would you mind listing what APK's you've removed? I'm looking for a ROM that strips every last bit of that Verizon and Samsung crap out.
Anyway you can add extra mirrors Hyde? Cause it is taking me forever to get to 50% it says that I'd gonna take almost 4hrs and 35mins to download the rest >
Zixx said:
Anyway you can add extra mirrors Hyde? Cause it is taking me forever to get to 50% it says that I'd gonna take almost 4hrs and 35mins to download the rest >
Click to expand...
Click to collapse
+1
Been dling for about about a little over 2hrs an I'm at 40% an I have 20mb Internet speeds
evomattnc said:
Getting ready to flash but did you pull the s health stuff? I use that a lot. If so, maybe a flashable apk? Though I suppose I could just not be lazy and do it myself...Lol
Sent from my SM-G900V using XDA Free mobile app
Click to expand...
Click to collapse
S Health is included.
BrandonB1218 said:
Would you mind listing what APK's you've removed? I'm looking for a ROM that strips every last bit of that Verizon and Samsung crap out.
Click to expand...
Click to collapse
I'll see about compiling a list when I get home after work. But this does include quite a bit of Samsung, but only bare minimum of Verizon.
Zixx said:
Anyway you can add extra mirrors Hyde? Cause it is taking me forever to get to 50% it says that I'd gonna take almost 4hrs and 35mins to download the rest >
Click to expand...
Click to collapse
donbudafuko said:
+1
Been dling for about about a little over 2hrs an I'm at 40% an I have 20mb Internet speeds
Click to expand...
Click to collapse
I'm not sure why everyone's speed is so low. I'm getting ~10MB/s right now on my home internet. Regardless, I'm awaiting approval from Android File Host.. until then, my server is the only option.
If anyone else wants to mirror, send me the link and I'll post it in the OP.
I downloaded it in 3 minutes, granted I do have a 105mbps speed at my house !!!
Chief
It must had been an issue last night cause look at it today
slvrbul said:
I downloaded it in 3 minutes, granted I do have a 105mbps speed at my house !!!
Chief
Click to expand...
Click to collapse
I've got 100mbps fiber optic at my house, 430mbps fiber optic at work :victory: Amazing technology.
Got approved for Android File Host. Uploaded and posted a 2nd DL link in the OP :good:
been trying to download stuff from here for the last 3 days, it either failed or the link is no linger available...
ktracho13 said:
been trying to download stuff from here for the last 3 days, it either failed or the link is no linger available...
Click to expand...
Click to collapse
3 days? This thread has only been up for less than 24 hours.

[ROM][4.0.4][OFFICIAL]CeruleanOS 9.3.x Downloads [OTA 1.9 Added]

CeruleanOS 9.3 Download Page​Galaxy Y GT-S5360​
Thread Log
Code:
Update 1 [29/02/23]: Added Source Codes
Update 2 [29/03/23]: Edited Thread format
Update 3 [29/03/23]: Project Name Changed from Optimized CyanogenMod to CeruleanOS
Update 4 [30/03/23]: Added Stable 1.1 Full ROM
Update 5 [31/03/23]: Added Stable 1.2 OTA Patch and Full ROM
Update 6 [07/04/23]: Added Stable 1.3 OTA Patch
Update 7 [07/04/23]: Added Nightly 1.3.1 OTA Patch
Update 8 [11/04/23]: Added Stable 1.4 OTA Patch
Update 9 [24/04/23]: Added Nightly 1.5 OTA Patch
Update 10 [24/04/23]: Added New Jellybean Screenshots
Update 11 [24/04/23]: Updated Thread Format
Update 12 [29/04/23]: Added Wiki Thread Link, Changed this thread to a Download Page
Update 13 [29/04/23]: Added COS 9.3 Stable 1.6 Full ROM OTA
Update 14 [30/04/23]: Changed Stable 1.6 download link
Update 15 [14/05/23]: Added COS 9.3.1 Stable 1.7 LTR
Update 16 [14/05/23]: Updated Thread Format, added info on release types, channels and release cycle
Update 17 [25/05/23]: Added COS 9.3.2 Stable 1.8 LTR
Update 18 [20/06/23]: Added COS 9.3.3 Stable 1.9 STR
[June 20, 2023]: Everyone using the ROM I am sorry but I have accidentally lost the "Updates" app source code and the one present in the github aren't up to date so the updater will have to be completely reworked and will be useless for this (1.9) release. Also new builds coming soon now that I am back on track!
Release Types
OTA Patch
An Update which is released as a patch, it does nothing on its own, it needs to be flashed on a preinstalled release. These are small in sizes and don't require formatting data. Do not flash these patches on any other ROM as it may brick your device.
OTA ROM
An Update which is released as a standalone ROM, it does not require any ROM to be flashed, it requires an empty system partition (that means you will have to remove previous ROM). Flashing these Updates on top of another ROM without wiping the old one may cause a lot of issues.
Release Channels
Stable
These releases are very stable and can be used for daily purposes.
Beta
These releases are not very stable, these try to bring new features which may cause a few issues. These are usually short term releases. These maybe supported till atmost 7 days.
Alpha/Testing
These releases are not stable, these might not boot and may have a lot of issues. These are usually very short term releases. These maybe supported till atmost 4 days.
Release Cycle
this is the release cycle which has been adapted from release 9.3.2 // Stable 1.8
Long Term Release (LTR)
These will be long term releases and will mostly try to play safe, these won't be filled with features but will act as a base to the newer STRs, these will be shipped as full ROM Update zips and not patch. These will atleast be the base for 2 weeks.
Short Term Releases (STR)
These will bring frequent changes, these releases maybe stable, beta or maybe even alpha, but mostly expect it as a beta update with a few stable ones, these releases will be frequent (atleast once a week and atmost 3 a day). These releases try to bring new stuff. These will be atmost last for 10 days if no new release is available, if an update is available these builds will be archived/obsolete.
Daily Builds?
No.
Note: Release naming has changed and now the internal naming will still be the same (1.7,1.8 ...) but the display version names will go like (9.3.1, 9.3.2...)
Go to the Wiki Thread to get further ROM info
Source Code
Kernel Source (bcm21553-common)
Device Trees (Totoro)
Device Trees (bcm21553-common)
ROM Source Code (This ROM is based off of Afaneh92's CyanogenMod 9.2)
Base ROM Thread
Screenshots
Downloads
LTRs
9.3.2 Stable 1.8 LTR [ROM] [Base]
Archives
Spoiler: Click Here
Stable 1.7 Full ROM
Stable 1.6 Full ROM
Stable 1.2 Full ROM
(Removed because both did not support OTA, updating would have been a headache)
Stable 1.1
Stable 1.0
STRs
Stable:
Archives (obsolete)
Spoiler: Click Here
1.4
1.3
Beta:
9.3.3 Beta // 1.9 STR [LATEST] [Patch]
Archives (outdated)
Spoiler: Click Here
1.5
1.3.1 (outdated)
CWM Downloads
Version 6.0.1.2
Version 5.0.2.8
Installation
From Stock/CM7/CM9:
Spoiler: Click Here
Download the latest Full ROM file and the latest OTA Patch (If available)
Reboot into Recovery using 3-button-combo
Do a Nandroid Backup!
Install CWM 5.0.2.8 Recovery
Reboot into new Recovery using 3-button-combo
Install CWM 6.0.1.2 Recovery
Reboot into new Recovery using 3-button-combo
Install the ROM from sdcard
Reboot recovery again
Install the OTA Update
Reboot system
Done!
Downgrading from CM11:
Spoiler: Click Here
Download the latest Full ROM file and the latest OTA Patch (If Available)
Reboot into Recovery using 3-button-combo
Do a Nandroid Backup!
WIPE (wipe data/factory reset + wipe cache partition + format /system partition)
Install the ROM from sdcard
Reboot recovery again
Install the OTA Update
Reboot system
Done!
Updating COS 9.3.x to the latest release (follow if you have CeruleanOS installed):
Spoiler: Click Here
OTA Patch Update:
Download the OTA Patch ZIP
Reboot into Recovery using 3-button-combo
Do a Nandroid Backup!
Mount System, Sdcard, Cache and Data (Always)
Install the OTA Patch from sdcard
Done!
OTA Full Update:
Download the OTA Full ZIP
Reboot into Recovery using 3-button-combo
Do a Nandroid Backup!
Wipe System Only
Mount System, Sdcard, Cache and Data (Always)
Install the OTA Patch from sdcard
Done!
Changelog
Spoiler
Format: ###[Version Type] [Version Number] [DD/MM/YYYY]
### Beta 1.9 [09/06/2023]
Release Overview: Major Performance update, adds pure performances X (tweaked for better performance), the ROM is now faster than Stock ROM and possibly even CM7 making it the FASTEST ROM for Galaxy Y. Also Introduces AROMA INSTALLER (BETA), a few UI changes too like a new android KitKat (4.4.x)/Jellybean (4.3.x) SystemUI with seperated notifications tab and quick settings panel, Trebuchet is back! (yes for the third time now) this time faster than ever. Updater app has a new grayed out look but its not permanent right now. New default wallpaper.
- CodeName: Jelly Pudding
- Fairly Big release (The biggest performance/backend release but nothing much new visually)
- 11th Release
- 3rd Beta Release
- Added Aroma Installer
- Fixed Apollo Force Closing on playing music
- Significant Performance Improvement! (Possibly now the fastest Galaxy Y ROM)
- Replaced Kiss Launcher with Trebuchet again
- New android KitKat like quick settings and notifications panel
- New Default Wallpaper!
- Added Pure Performances X (tweaked for even better performance)
- Slightly revamped Updates app UI (White-ish accent, KitKat like)
- New QuickPanel Settings App
### Stable 1.8 [25/05/2023]
Release Overview: The biggest update yet, (I know that I have been dropping big updates for some time now) Many many changes, majorly this release makes all apps in the ROM completely Free and Open Source. Reduced size significantly (again) the rom now stands at a 97mb and system only takes around 50mb that with more features than before! Majorly increases performance and complete app changes. This is also the smallest the ROM has ever been till now, also is the first build which ships with its own default wallpaper.
- CodeName: Iced-Donut
- Biggest Stable Release yet (Completely changed)
- 10th Release
- 8th Stable Release
- Introduces Release specific Default Wallpaper! (This release its a donut)
- Removed Alsa (I know I have been removing a lot of things, I am trying to get Aroma installer to work, once that works, YOU will have the choice for what you want to install)
- Replaced CM10 themed Apollo with actual CM10 Apollo (FOSS)
- Replaced AOSP Email app with K-9 Mail (FOSS)
- Replaced AOSP browser with Lightning Browser (FOSS)
- Updated CM File Manager (more features and Dark theme!) (FOSS)
- Replaced Trebuchet with KISS Launcher (FOSS)
- Added Text Warrior (FOSS Text Editor)
- Added back 40int2ext, a script which uses SD-Ext partition as internal storage (can be partitioned upto 4GB)
- Added SwapitOn (Enables memory swapping).
- Debloated AOSP IME Keyboard (from 12mb to 3mb approx.)
- Updated SuperSU
- Debloated (102mb to 97mb)
- Updated System Settings Changelog
- Performance Increase (Again the fastest build yet)
### Stable 1.7 [14/05/2023]
Release Overview: Yet another huge update, this is an all rounder and improves in all aspects. Also the biggest update till its release date. The update is based off of a completely different base, afaneh98's LineageOS 9 and reduces the lag significantly, the most stable release yet it fixes browser crashing on search, email crashing on opening and debloats the rom once again! this time all the previous mods which were added are now removed and this is an optimized version which is possibly the fastest cm9 ROM. The ROM removes all the previous features like firewall and adblock, sound booster scripts and is now aiming at minimizing the bloat. The "mods" will now be available as addons. The ROM brings a new release cycle. Continued as it is the latest build.
- CodeName: Hummingbird-cake
- Huge Stable Release (fully remastered)
- 9th Release
- 7th Stable Release
- Removed the following things
- Removed Auto Partition Detection (you can download it via addons section)
- Removed JellyBean Theme (you can download it via addons section)
- Removed Phone, Contacts, Stk, MMS (3G sims are unsupported anyway so their is no point in keeping these)
- Broadcom Booster (made the device slower for some reason)
- Nova Launcher (Using trebuchet now, its lighter and foss)
- Adrenaline Engine
- Pure Performances X
- Live Wallpapers and a few wallpapers (will be added back soon, I am trying to do something awesome)
- Movies Studio
- Speech Recorder
- Fixed Browser Crashing on search
- Fixed Email crashing on opening
- Fixed Bootloops
- Fixed Updater Crashing on Update Available
- New LineageOS bootanimation
- Added new charging animation (thanks to afaneh for that)
- Cleaned the ROM (size has reduced significantly, only 102.9mb compared to the earlier 130mb)
- Increased Performance significantly (fastest build yet)
- Many other minor changes.
### Stable 1.6 [29/04/2023]
Release Overview: The Big Update! Probably the biggest Update YET. It brings alot of things and is a release which is released as a FULL ROM and not just an Update/Patch, massive changes like removing stuff, adding stuff and more. This release specifically focuses on cleaning the ROM and puts emphasis to "Sound" adds tons of fine tunings to get that sound out of the ROM! also removes many conflicting mods, adds Auto Partition Detection, adds security features like firewall and adblock and finally is the release which changes the ROM from 9.2 to 9.3. Release Archived since 1.7
- CodeName: Gelato
- Massive Stable Release (A lot of changes)
- 8th Release
- 6th Stable release
- Added and Finalized Auto Partition Detection (Automatically detects SD Card Partition and uses it as internal storage)
- Added JellyBean Camera and Gallery App
- Replaced Stock Launcher from Nova Launcher (Not the paid version)
- Updated MiXPlorer
- Added More CM Wallpapers
- Added Beats Sound Mod Widget
- Replaced ROM Manager from CWM Manager
- Updated Calendar App
- Added Dolby Surround Sound
- Added Viper4Android FX
- Added DroidWall (Firewall)
- Added BuiltIn Ad Blocker (More than 27000 Sites blocked)
- Added Xposed Installer
- Added QuickSearchBox
- Removed the following mods due to conflict issues, kept the best settings in the ROM for best experience, this actually makes the ROM FASTER :
- Pure Performances X
- Fly-On
- XTweaks
- Velocity-7.1
- Ultimate Performance V9
- Fluid Engine
- Thunder Script
- Cosmic Mods
- Fixed Bootloops on excess apps
- Modified Scripts for best settings
- Shipped as Full ROM Zip (yeah these aren't completely discontinued, its just that they won't be released as frequently as OTA Patches)
- COS Display Version changed from 9.2 to 9.3 (The changes are so many that its right to do so)
- Officially Kills the Release 1.2, this is the new Base Version.
### Nightly 1.5 [24/04/2023]
Release Shipment: OTA Patch
Release Overview: This is mostly a cosmetic release, it just adds new UI Stuff, so its the biggest Visual change yet but the least backend and performance changes. This version is dead since release 1.6
- CodeName: FruitCake
- Major Nightly Release (Many Changes)
- 7th Release
- 2nd Nightly release
- Introduced new jellybeanUI (Merged JellyCreamSandwhich with this one)
- Added New BootAnimation to fit the Jellybean UI (CyanogenMod 10)
- RE-Replaced Open Camera with Stock Camera
- Added Jellybean StatusBar
- Added Jellybean Icons
- Added Jellybean Easter Egg
- No new performance mods, in this release
### Stable 1.4 [11/04/2023]
Release Shipment: OTA Patch
Release Overview: This is mostly a bug fix and app updates release, it does add a few things, and brings some things but nothing more than that. The release is majorly focused on camera, the camera performance/ quality has been improved. This version is dead since 1.6
- CodeName: Esterházy torte
- Major Stable Release (Many Changes)
- Sixth Release
- Fifth Stable release
- Finally Completely Fixed Updater App and slight UI Overhaul
- Updated Build.prop
- Added New BootAnimation (CyanogenMod latest)
- Replaced Stock Camera with Open Camera
- Updated Pie Controls from version 1.0 > version 1.4.0 (way more features and customization)
- Added Auto Partition Detection
- Finalized Bravia Engine 3, it will now be permanent in future updates
- New Updater Script while flashing
- Minor changes
### Nightly 1.31 [07/04/2023]
Release Shipment: OTA Patch
Release Overview: This is just a minor release and thats why it did not receive its own dedicated number and alphabet. Adds bravia engine 3. This version is dead since 1.5
- CodeName: Dhondas
- First Nightly Release
- Fifth Total Release
- Minor Nightly Release
- Added Bravia Engine 3
- Minor chages
### Stable 1.3 [07/04/2023]
Release Shipment: OTA Patch
Release Overview: Probably the biggest major before release 1.6, adds a LOT of performance tweaks, changes and stuff, fixes some issues, updates apps, introduces features and majorly this is a Performance Release. This version is dead since release 1.4
- CodeName: Dark Chocolate
- Major Stable Release (many changes)
- Fourth Relase
- Updated the Updater App (Fixed the bug in which it always displayed Update available)
- Curated the Build.prop (heavily changed)
- Added Pure Performances X
- Added CrossBreeder
- Added Fly-On
- Added Seeder V7
- Added XTweaks
- Added Velocity-7.1
- Added XForce Haveged
- Added Ultimate Performance V9
- Added Fluid Engine
- Added PDB ABST
- Added Defiant SwapItOn
- Added Thunder Script
- Added Cosmic Mods
- Added CrossBreeder App
- Minor chages
### Stable 1.2 [31/03/2023]
Release Shipment: OTA Full Zip/OTA Patch
Release Overview: Minor release, majorly fixes and Introduces OTA Updates.This version is dead since release 1.6 (probably the longest running release. Not because of choice but rather no choice, I had no choice but to continue this for so long as the newer releases were not possible to ship as Full Zips.)
- CodeName: CandyCane
- Minor Stable Release (few changes)
- Third Release
- Added Updater App! (Now you won't have to view this thread for updates)
- Updated/Modified Build.prop
### Stable 1.1 [30/03/2023]
Release Shipment: Non-OTA Full Zip
Release Overview: Quite a major release, first release with the CeruleanOS name and introduces some changes like adding back email. This version is dead since release 1.2
- CodeName: Bebinca
- Major Stable Release (many changes)
- Second Release
- Rebranded ROM Name from Optimized CyanogenMod to CeruleanOS
- Added Exchange Back (Bootloops fixed)
- Added Email (Bootloops fixed)
- Modified Build.prop
- Removed few wallpapers (To reduce storage usage)
- Minor changes
- Reduced Size Significantly (16.5mb less)
### Stable 1.0 [29/02/2023]
Release Shipment: Non-OTA Full Zip
Release Overview: Nothing much it is a ROM with a lot of quality of life improvements.This version is dead since release 1.2
- CodeName: Amandine
- Initial Release
- Added AdrenalineEngine
- Added PurePerformancesX
- Added Pie Controls
- Removed Exchange (Caused Bootloops)*
- Removed Email (Caused Bootloops)*
- Modified Build.prop
- Added Wallpapers
- Replaced Stock Apollo Music Player with JB Themed (Faster)
- Replaced CyanogenMod File Manager with MiXPlorer
- Added Seeder Entropy Boost
- Based on Afaneh's CyanogenMod9.2 (Not Lineage9)
- Added ROM Manager
- Added Alsa Sound
ROM Info
Latest Stable Relase: 1.8
Latest Beta Relase: 1.9
Latest Stable Codename: Iced Donut
Latest Beta Codename: Jelly Pudding
Build Date Stable: 2023-05-25
Build Date Beta: 2023-06-09
Build Date Alpha: Null
Build Type: Official
Android Version: 4.0.4
CeruleanOS/LineageOS Version: 9.3.3
Author: Manav Harsana
Credits
@afaneh92 (For LOS9.2)
androidarmv6 (for Device Sources)
broadcomcm (For more Device Sources)
xda (For everything)
cyanogenmod (For CyanogenMod)
@bieltv (For CM9)
@sohamsen (For Ultimate Performance)
@LordArcadius (For ABS Tweaks)
@luqman98 (For BroadCom Booster)
@Jeeko (For PurePerformances X)
@ImbaWind[/USE[S]R[/S]] (For Adrenaline Engine)[/B][/SIZE][/S]
[SIZE=4][B][USER=4782403]@iamareebjamal (For Cosmic Mods)
@fivefour (For CrossBreeder)
@defiant07 (For SwapItOn)
@RenzkiPH (For XForce Tweaks)
@DorianX (For XTweaks V2.0)
@kaustubh.rockstar (For Thunder Tweaks) ​@Spex (For Project Fluid)
@slaid480 (For Fly-On)
@Ne.xt (For Velocity)
@Android-fany (For SmartFluid)
@Ragedpixel You are required to post your kernel source in accordance with the XDA GPL Policy. Please do this immediately. If not corrected within 5 days, this thread will be closed.
V0latyle said:
@Ragedpixel You are required to post your kernel source in accordance with the XDA GPL Policy. Please do this immediately. If not corrected within 5 days, this thread will be closed.
Click to expand...
Click to collapse
Thanks for reminding, totally forgot about that.
Thank you.
It's great to see that galaxy y has a stable android 4.0 version. you are a genius
DongSica said:
It's great to see that galaxy y has a stable android 4.0 version. you are a genius
Click to expand...
Click to collapse
Thank you. I gguess someone had to look after CM9.
Can I port this to DUOS?
LordDemecrius83 said:
Can I port this to DUOS?
Click to expand...
Click to collapse
Yes you can, also make sure to remove the Updater.apk (or something similar to this) from system/app because that is configured to work only with Galaxy Y and if you include it, it will display versions of GT-S5360 (not duos). I will later provide you with a modified version for duos. Also please share the method you use for porting, I am curious as I can't get CM9 ports working on my device, who knows maybe your method may workout.
Ragedpixel said:
Yes you can, also make sure to remove the Updater.apk (or something similar to this) from system/app because that is configured to work only with Galaxy Y and if you include it, it will display versions of GT-S5360 (not duos). I will later provide you with a modified version for duos. Also please share the method you use for porting, I am curious as I can't get CM9 ports working on my device, who knows maybe your method may workout.
Click to expand...
Click to collapse
I mostly just port it the same way of porting CM7 roms, but it only works if it's BCM21553 to BCM21553, also I'm mostly picking up where that other anime guy left off on DUOS and port a lot of CM7 roms
I'm gonna use a ported CM9 as base since for some reason CM9 build keeps failing on me,probably due to the fact that I use arch and it's way too new for CM9
LordDemecrius83 said:
I mostly just port it the same way of porting CM7 roms, but it only works if it's BCM21553 to BCM21553, also I'm mostly picking up where that other anime guy left off on DUOS and port a lot of CM7 roms
I'm gonna use a ported CM9 as base since for some reason CM9 build keeps failing on me,probably due to the fact that I use arch and it's way too new for CM9
Click to expand...
Click to collapse
actually that might be the issue, I am not sure because I am not building CM9 currently on my arch (btw). Also I think you are right about the bcm21553 thing because any ROM I port from GT-S5570 (Galaxy Mini/pop) are stuck on bootloops. But idk how this guy managed to port PA then: Thread link (Downloads are dead)
Ragedpixel said:
actually that might be the issue, I am not sure because I am not building CM9 currently on my arch (btw). Also I think you are right about the bcm21553 thing because any ROM I port from GT-S5570 (Galaxy Mini/pop) are stuck on bootloops. But idk how this guy managed to port PA then: Thread link (Downloads are dead)
Click to expand...
Click to collapse
Probably using this , though I had mixed results with this method it's either bootlooping or stuck on sgyd logo
LordDemecrius83 said:
Probably using this , though I had mixed results with this method it's either bootlooping or stuck on sgyd logo
Click to expand...
Click to collapse
I guess Ill check this one too, if it works then you will probably see 3-4 more ROMs within this week.
Spoiler
I use arch and gentoo btw
LordDemecrius83 said:
Probably using this , though I had mixed results with this method it's either bootlooping or stuck on sgyd logo
Click to expand...
Click to collapse
btw welcome to XDA! I see that you are a new member!
Ragedpixel said:
btw welcome to XDA! I see that you are a new member!
Click to expand...
Click to collapse
i've been to xda since 2013 but I didn't really bother to make an account back then
LordDemecrius83 said:
i've been to xda since 2013 but I didn't really bother to make an account back then
Click to expand...
Click to collapse
oh well then...still welcome ig (for the new account)
LordDemecrius83 said:
Probably using this , though I had mixed results with this method it's either bootlooping or stuck on sgyd logo
Click to expand...
Click to collapse
It worked, Ported Paranoid Android to SGY, will post soon. Only works when you use bieltv.3 builds of CM9 and not for afaneh's builds. So technically this won't work with my ROM too ig as its based off of afaneh's cm9.2.
Ragedpixel said:
It worked, Ported Paranoid Android to SGY, will post soon. Only works when you use bieltv.3 builds of CM9 and not for afaneh's builds. So technically this won't work with my ROM too ig as its based off of afaneh's cm9.2.
Click to expand...
Click to collapse
You got past the bootlogo/bootanimation?
LordDemecrius83 said:
You got past the bootlogo/bootanimation?
Click to expand...
Click to collapse
yep
Ragedpixel said:
yep
Click to expand...
Click to collapse
Nice,I can finally port that to duos as well
LordDemecrius83 said:
Nice,I can finally port that to duos as well
Click to expand...
Click to collapse
About ROM Screen FCs

Categories

Resources