{
"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"
}
Slim Rom for Infinix Hot 2
By me (Ahmed Rahmy) and Developer Mohamed Gamal (GMCadiom)
SlimROM is a custom android operating system. The main goal is to offer users a slimmed down but still feature rich alternative to other android operating systems.
The entire SlimTeam works together to bring you this tailor-made beauty straight from Android Open Source Project (AOSP) source code.
All of the sources can be publicly viewed through GitHub and Gerrit.
Code:
*
* Your phone's warranty is now void.
* I am not responsible for hard bricks, damages to SD Cards, thermonuclear war,
* or you getting fired because the alarm app failed.
* You flash this at your own risk.
*/
What's working
- Almost everything
Bugs
- FMRadio Fixed
- Bluetooth (?)
- Operators names appears as numbers
- You tell me
Changelog
- First Release:
Code:
* Initial build for Hot 2
- Second Release:
Code:
* [STRIKE]Added Slim FileManager[/STRIKE]
* Fixed FMRadio
* Bluetooth
- Third Release:
Code:
* Updated vendor blobs
* Updated kernel zImage
* Updated rom source
* Fixed 2G/3G network switch
* Other minor improvements
Instructions:
1. Download the ROM and move it to your phone storage.
2. Reboot phone to TWRP recovery.
3. Wipe everything execpt SDcard (Internal memory is optional).
4. Flash the ROM and Gapps.
5. Reboot.
6. After the rom boots, go to settings/Navigation and enable navigation bar for Hot2
DOWNLOADS:
SlimRom 6.0.1 first release
- Download First release
SlimRom 6.0.1 second release
- Download Second release Patch: Fix
SlimRom 6.0.1 Third release
- Download Third release
Screenshots:
- Check screenshot tab
Source
Device tree
Rom source
Credits
@GMCadiom
@fire855
@rock12345
@Aditya Kr
@[email protected]
@tribetmen
And me xD
Facebook group: https://www.facebook.com/groups/2159867407571690/
~ Happy flashing ~
XDA:DevDB Information
Slim Rom 6.0.1, ROM for the Infinix HOT 2
Contributors
Mysteryagr, GMCadiom
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.18.x
ROM Firmware Required: No special requirement
Based On: AOSP and CM13
Version Information
Status: Stable
Current Stable Version: 2
Stable Release Date: 2017-05-01
Created 2017-04-28
Last Updated 2017-05-01
Fix patch for release 2:
- Download fix from attachment:
- Boot into recovery
- Flash rom
- Flash patch
- reboot
Great work team! ?
Aditya Kr said:
Great work!
Click to expand...
Click to collapse
Thanks bro
@Mysteryagr Brother,
For fixing "Operators names appears as numbers"
Add/Replace spn-conf.xml in /etc.
If not worked then rename it to selective-spn-conf.xml
Aditya Kr said:
@Mysteryagr Brother,
For fixing "Operators names appears as numbers"
Add/Replace spn-conf.xml in /etc.
If not worked then rename it to selective-spn-conf.xml
Click to expand...
Click to collapse
It is already there, I will try renaming
Thanks bro.
Edit: Both are there, any idea what's wrong?
Added download link for the first release
Mysteryagr said:
It is already there, I will try renaming
Thanks bro.
Edit: Both are there, any idea what's wrong?
Click to expand...
Click to collapse
Yeah!
Missed up Operators.java in the source!
Or check by decompiling telephony-common.jar and see if there is Operators.smali present or not under com/android/internal/telephony .
If present open it and check the name of that xml declared there.
This can may help you https://github.com/CM-13-MT6572/and...mmit/baf3c312e0aec235a0a80567394268e4f3ccfab9
Aditya Kr said:
Yeah!
Missed up Operators.java in the source!
Or check by decompiling telephony-common.jar and see if there is Operators.smali present or not under com/android/internal/telephony .
If present open it and check the name of that xml declared there.
This can may help you https://github.com/CM-13-MT6572/and...mmit/baf3c312e0aec235a0a80567394268e4f3ccfab9
Click to expand...
Click to collapse
I added it here https://github.com/Mysteryagr/android_device_x510/commit/3e9c4dcd161238e56642ec4c0821d0e6fc75e483
What do I miss?
Mysteryagr said:
I added it here https://github.com/Mysteryagr/android_device_x510/commit/3e9c4dcd161238e56642ec4c0821d0e6fc75e483
What do I miss?
Click to expand...
Click to collapse
Try replacing spn-conf.xml from stock rom.
Aditya Kr said:
Try replacing spn-conf.xml from stock rom.
Click to expand...
Click to collapse
Didn't work too.. That's really strange
Mysteryagr said:
Didn't work too.. That's really strange
Click to expand...
Click to collapse
Really Strange.
Can I see MediaTekRIL.java?
Aditya Kr said:
Really Strange.
Can I see MediaTekRIL.java?
Click to expand...
Click to collapse
I re-checked all the commits, I was missing a commit in frameworks/opt/telephony
Now I added it and recompiled the rom, gonna test and check.
Also added a commit for Bluetooth, I hope it fix it.
Only left to fix: FMRadio, everytime I try to fix it, it causes bootloop due to libaudioflinger.so and libmediaplayerservices.so
If you can help me to fix it I will be glad ?
Thanks a lot for helping.
@Aditya Kr
I used this for RIL, from rock12 device tree
https://github.com/Mysteryagr/andro...telephony/java/com/android/internal/telephony
https://github.com/Mysteryagr/android_device_x510/tree/slim-6.0/libmt6580
Mysteryagr said:
I re-checked all the commits, I was missing a commit in frameworks/opt/telephony
Now I added it and recompiled the rom, gonna test and check.
Also added a commit for Bluetooth, I hope it fix it.
Only left to fix: FMRadio, everytime I try to fix it, it causes bootloop due to libaudioflinger.so and libmediaplayerservices.so
If you can help me to fix it I will be glad
Thanks a lot for helping.
@Aditya Kr
I used this for RIL, from rock12 device tree
https://github.com/Mysteryagr/andro...telephony/java/com/android/internal/telephony
https://github.com/Mysteryagr/android_device_x510/tree/slim-6.0/libmt6580
Click to expand...
Click to collapse
I also can't fix FM in my MT6572 yet.
And I just seen your commit RIL : Fix Path Of apns-conf.xml .
I think you have done mistake. apns-conf.xml & spn-conf.xml both are different file.
Aso, try the following Operator.java
https://github.com/fire855/android_...com/android/internal/telephony/Operators.java
Great teams with great work..keep it up guys..Thanks so much:laugh:but please dont forget to give us fix at soon as possible..thanks
Good work @Mysteryagr
Sent from my Infinix X510 using Tapatalk
---------- Post added at 12:42 PM ---------- Previous post was at 12:41 PM ----------
Do this ROM support theme engine or substratum?
Sent from my Infinix X510 using Tapatalk
---------- Post added at 12:45 PM ---------- Previous post was at 12:42 PM ----------
Is there any hope for lineage OS 14 or any ROM base on OS 14 be build for Infinix hot 2?
Sent from my Infinix X510 using Tapatalk
---------- Post added at 12:46 PM ---------- Previous post was at 12:45 PM ----------
Lastly do this ROM support USB OTG?
Sent from my Infinix X510 using Tapatalk
Aditya Kr said:
I also can't fix FM in my MT6572 yet.
And I just seen your commit RIL : Fix Path Of apns-conf.xml .
I think you have done mistake. apns-conf.xml & spn-conf.xml both are different file.
Aso, try the following Operator.java
https://github.com/fire855/android_...com/android/internal/telephony/Operators.java
Click to expand...
Click to collapse
Okay, I will try
I copied this commit from @GMCadiom MT6592 device tree
Bahmidele said:
Great teams with great work..keep it up guys..Thanks so much:laugh:but please dont forget to give us fix at soon as possible..thanks
Click to expand...
Click to collapse
Thanks, I will provide a fix soon.
Oluseun said:
Good work @Mysteryagr
Do this ROM support theme engine or substratum?
Is there any hope for lineage OS 14 or any ROM base on OS 14 be build for Infinix hot 2?
Lastly do this ROM support USB OTG?
Click to expand...
Click to collapse
This is an AOSP based rom.
OTG needs kernel support, so no.
Mysteryagr said:
Thanks, I will provide a fix soon.
This is an AOSP based rom.
OTG needs kernel support, so no.
Click to expand...
Click to collapse
Mr Mysteryagr am sorry to ask this question..
Please are we ever going to get any ported 7.0 ROM for infinix hot2?
Bahmidele said:
Mr Mysteryagr am sorry to ask this question..
Please are we ever going to get any ported 7.0 ROM for infinix hot2?
Click to expand...
Click to collapse
Maybe.. I can't confirm
I am still learning, however this requires hack in the rom source to boot on mm prebuilt kernel.
Related
{
"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"
}
HTML:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
-HEREInstallation instructions so If installing for the first time:
To install this ROM you will need to have an unlocked bootloader and a custom Recovery such as TWRP or ClockWorkMod installed
Copy the downloaded Mahdi ROM to your phone.
update recovery, is required for install android kitkat click here
Boot into your recovery
Back up your ROM
Enter recovery
Make full wipe "included "system"(wipe cache,davlik-cache,system,data)
Install the ROM
Reboot - the first boot can take up to 2 minutes
Recommended to Reboot again after ROM is up for the first time
This is unofficial rom, so plz dont report bugs or issues to Mahdi team.
BUGS : ALL PRESENT IN CM11
SINGLE SIM
GitHub
DEVICE
KERNEL
ROM
Support me! By Hitting
button
Official Website
http://www.mahdi-rom.com
A big thanks to @k2wl
All other members on Samsung Galaxy Grand Hangouts Group, specially @rutvikrvr
CyanogenMod Team!!!
Team Mahdi!!!
@pawitp
@xenon92
Missed someone??No problem...Just PM me!!!!
XDA:DevDB Information
Unofficial Mahdi ROM GT-I9082, a ROM for the Samsung Galaxy Grand Duos i9082
Contributors
mr.phantom
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.0.x
ROM Firmware Required: Bootloader 4.2.2
Based On: CyanogenMod
Version Information
Status: Beta
Created 2014-04-17
Last Updated 2014-04-17
ScreenShots
Screen Shots ::
Patches
(For developers only - the patches are already included in the ROM)
Patches by pawitp ::
Patch to system/core for RIL to work: https://gist.github.com/pawitp/5372673.
Patch to hardware/broadcom/libbt for bluetooth to work: https://gist.github.com/pawitp/7891380.
Patch to frameworks/native to support legacy binaries: https://gist.github.com/pawitp/7891421
Patch to frameworks/native to workaround hwc issues: http://review.cyanogenmod.org/53162/ and https://gist.github.com/pawitp/7891444.
Patch to frameworks/av to fix audio/video issues: https://gist.github.com/pawitp/7945188
Patch to external/chromium_org to workaround hwc issues: https://gist.github.com/pawitp/7910708
Patch to packages/app/SamsungServiceMode to fix service mode: http://review.cyanogenmod.org/57400/
Patch by another Cyanogen Developer::
Patch to frameworks/native to fix screenshots and app previews: http://review.cyanogenmod.org/53162/
reserved
reserved
gr8 job .... add some ss
op says gummy rom? @mr.phantom
Mahdi ROM for galaxy grand!!!
Awsome wrk Bro! :good: :good:
@mr.phantom, Linux kernel version says 2.6.x. So is this rom based on older kernel or what? 3.0.101 is the latest kernel version for grand.
Sent from my GT-I9082 using Tapatalk Pro.
---------- Post added at 09:59 AM ---------- Previous post was at 09:43 AM ----------
Looks like I have not been added in the galaxy grand duos hangouts group. How can I access the group. (Sorry for going off topic)
Sent from my GT-I9082 using Tapatalk Pro.
##W4TCH0UT## said:
@mr.phantom, Linux kernel version says 2.6.x. So is this rom based on older kernel or what? 3.0.101 is the latest kernel version for grand.
Sent from my GT-I9082 using Tapatalk Pro.
---------- Post added at 09:59 AM ---------- Previous post was at 09:43 AM ----------
Looks like I have not been added in the galaxy grand duos hangouts group. How can I access the group. (Sorry for going off topic)
Sent from my GT-I9082 using Tapatalk Pro.
Click to expand...
Click to collapse
Pm me
congrats... ROMS are coming fast...all the best to all of yoou and i hope you will keep updating all roms as much as possible...enjoy...thanks for the efforts..
k2wl said:
congrats... ROMS are coming fast...all the best to all of yoou and i hope you will keep updating all roms as much as possible...enjoy...thanks for the efforts..
Click to expand...
Click to collapse
All thanks to developers and especially u,without whom ROM making would have been a dream for me
:good:
Sent from my GT-I9082 using Tapatalk
mr.phantom said:
Screen Shots ::
Click to expand...
Click to collapse
can u build this for galaxy grand quattro gt-i8552 ????????????????
manojkumar8552 said:
can u build this for galaxy grand quattro gt-i8552 ????????????????
Click to expand...
Click to collapse
I think your device does not have working device tree.....So i cant make it for your device
mr.phantom said:
I think your device does not have working device tree.....So i cant make it for your device
Click to expand...
Click to collapse
cm tree???
manojkumar8552 said:
cm tree???
Click to expand...
Click to collapse
Yaa.....although @k2wl had made it completely but he lost his laptop and galaxy quattro on new year eve and the older device tree which he had uploaded earlier has lot of bugs and cm goes to bootloop if build using that device tree and if u knew anything else pm me because this is not quattro thread......
mr.phantom said:
Yaa.....although @k2wl had made it completely but he lost his laptop and galaxy quattro on new year eve and the older device tree which he had uploaded earlier has lot of bugs and cm goes to bootloop if build using that device tree and if u knew anything else pm me because this is not quattro thread......
Click to expand...
Click to collapse
i knw this is not quattro thread but there is no such more devlopers so asking here
There will be dual SIM?
Enviado de meu GT-I9082 usando Tapatalk
Cheddart said:
There will be dual SIM?
Enviado de meu GT-I9082 usando Tapatalk
Click to expand...
Click to collapse
Depends on the Team Mahdi. If they implement in their sources, then i would also make this ROM dual sim......most probably they would not implement it.
{
"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"
}
Team Exodus and our ROM are an open-source project coded by professional level developers with additional support from the community, focusing on improved versions of common features and improvements found in the open-source community while bringing new improvements and original coding with the highest standards.
Be rooted w/ a custom recovery
Download EXODUS Rom & Gapps for your device and move them to your phone
Reboot to Recovery
Wipe (Full wipe if coming from another Rom)**
Flash the Rom
Flash the Gapps**
Reboot to System
Setup and Reboot System
These directions are not necessary after the first install if you use the Exodus Updater, included in the ROM. It can notify you of updates, download, and install them for you automatically.
**This is automated if coming from a previous Exodus build (Dirty Flashing).
EXODUS - official: http://www.exodus-developers.net/exodus-5.1/
GApps: Any 5.1.x GApps of your choice
Rom source: https://github.com/TeamExodus
Gerrit: http://exodus-developers.net:8000
For additional support, info, and updates please join us in the official Google+ community:
https://plus.google.com/communities/106801227383087889476
Website:
http://www.exodus-developers.net/
Crowdin project:
Help us with translating to support your native language!
Thank you to all the members, contributors, and maintainers on the Exodus Team. Please
see our source for an unabridged list of contributions, authorship, and cherry-picks.
If you would like to thank us for our hard work or help support server costs you can do so here:
MartinRo (Server hosting)
Primedirective (Team Leader / Main developer)
XDA:DevDB Information
Team-Exodus for Falcon, ROM for the Moto G
Contributors
Martin_Ro, PrimeDirective, phoenixita, sachoosaini
Source Code: github.com/TeamExodus
ROM OS Version: 5.1.x Lollipop
Based On: CyanogenMod
Version Information
Status: Nightly
Created 2015-07-10
Last Updated 2015-08-13
XDA:DevDB Information
Team-Exodus for Falcon, ROM for the Moto G
Contributors
iDynamics
Source Code: http://github.com/TeamExodus
ROM OS Version: 5.1.x Lollipop
Based On: CyanogenMod
Version Information
Status: Nightly
Created 2015-07-10
Last Updated 2015-09-18
Reserved
Changelog for each nightly build will be located here: http://www.vanir-exodus.net/exodus-5.1/falcon/
Reserved. +1
Will it support delta updates?
bloodhound42 said:
Will it support delta updates?
Click to expand...
Click to collapse
Currently delta update is not available. As for it being available in the future I do not know. Only the devs can answer that.
Thanks for the reply but how is it different from cyanogenmod I couldn't find anything related to features and stuff and is it unified builds I meant doe's it support even the dual sim ?
What about MultiWindow??? Is it there or will it be implemented??
perhaps, u can merge this thread with the old one in Original Android Dev section. Good work on it. When I tried building this, I got errors. Glad to see the rom again though
It is dual sim supported, i've been using it. Very smooth rom and battery friendly, i got around 5 hours SOT with this rom. Glad to see this thread in xda again....
bloodhound42 said:
Thanks for the reply but how is it different from cyanogenmod I couldn't find anything related to features and stuff and is it unified builds I meant doe's it support even the dual sim ?
Click to expand...
Click to collapse
OP has been updated with screenshots. Yes it supports dual SIM.
yeshwanthvshenoy said:
perhaps, u can merge this thread with the old one in Original Android Dev section. Good work on it. When I tried building this, I got errors. Glad to see the rom again though
Click to expand...
Click to collapse
I didn't compile the rom. I asked on their Google+ page why there wasn't a thread on this rom and was given permission to make it here. I've been using it for the past few days, it is really well done.
If it supports delta updates then definitely I will try this my only problem with other roms is no support of delta updates which cyanogenmod supports and it saves me lot of data... Thanks to see a new Rom for our moto g can someone post the free ram in this Rom is it equivalent to cyanogenmod?
iDynamics said:
I didn't compile the rom. I asked on their Google+ page why there wasn't a thread on this rom and was given permission to make it here. I've been using it for the past few days, it is really well done.
Click to expand...
Click to collapse
Okay! Good. Any idea who is building it?
yeshwanthvshenoy said:
Okay! Good. Any idea who is building it?
Click to expand...
Click to collapse
check google+ community dude
---------- Post added at 02:16 PM ---------- Previous post was at 01:51 PM ----------
@OP
Does it have FM Radio or we have to flash it separately ?
---------- Post added at 02:51 PM ---------- Previous post was at 02:16 PM ----------
tepar said:
It is dual sim supported, i've been using it. Very smooth rom and battery friendly, i got around 5 hours SOT with this rom. Glad to see this thread in xda again....
Click to expand...
Click to collapse
are u using the latest nightly ?
Lol you forgot me in thanking list .... Just kidding . well enjoy people . All thanks to Dave for including our beloved moto g for this beautiful ROM and piece of work .
Haven't got time to update to latest nightly, i'm still using the 20150628 nightly
bloodhound42 said:
@OP
Does it have FM Radio or we have to flash it separately ?
Click to expand...
Click to collapse
FM Radio is included.
sachoosaini said:
Lol you forgot me in thanking list .... Just kidding . well enjoy people . All thanks to Dave for including our beloved moto g for this beautiful ROM and piece of work .
Click to expand...
Click to collapse
Updated OP Thanks!
iDynamics said:
FM Radio is included.
Updated OP Thanks!
Click to expand...
Click to collapse
What is amount of free ram and battery life u r getting is it similar to cm12.1
Is this "Morph mode" working well? I really do not know what it is, but it seems to be a switch to the system style, if Exodus, CyanogenMod or AOSP mode.
An interesting option.
EDIT: It is indeed an option to enable the mode, Exodus, CM and AOSP with the options and UI of each one.
I enjoyed the ROM, is the fastest ROM with CM theme engine I've used. But there are not many personalizations and features.
ROM is very stable. Has a lot to grow.
jneto3000 said:
Is this "Morph mode" working well? I really do not know what it is, but it seems to be a switch to the system style, if Exodus, CyanogenMod or AOSP mode.
An interesting option.
EDIT: It is indeed an option to enable the mode, Exodus, CM and AOSP with the options and UI of each one.
Click to expand...
Click to collapse
pretty cool
---------- Post added at 10:02 PM ---------- Previous post was at 09:53 PM ----------
first thing i recognized is that i need to set volume of ringtone first to get notification volume control work independently. just a small and one time thing. everything else is smooth so far. good work :good:
{
"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"
}
AOKP-ANDROID OPEN KANG PROJECT
What is AOKP?
AOKP stands for Android Open Kang Project. It is a custom ROM distribution for several high-end Android devices. The name is a play on the word kang and AOSP (Android Open Source Project). The name was sort of a joke, but it just stuck, just like our infatuation with unicorns.
We fork the source code of Android that Google puts out in the open with every major version release, and we then add the magical unicorn bytes (read: we add some of the coolest features that are both useful and make your ROM awesome).
With AOKP, you can generally do a lot more with your device than what you could do with the original firmware that came installed on it.
Why AOKP ?
We were waiting for when you'd ask this.
There are a variety of reasons why a hilly billy Android user, on a bright sunny day, would suddenly start using AOKP and loving it.
For one, AOKP is lightweight. Most OEMs provide a heavy UI layer over Android and have loads of bloatware (i.e. apps that not everyone use every day, but you cannot remove because they're "baked in" by default). Since AOKP is built upon vanilla Android source, it has neither of the above.
Also AOKP has features that you will not find on your stock firmware. You can have a multitude of toggles to quickly flip a lot of your phone's settings right at your fingertips, or you can launch apps quickly from any screen using our Ribbons.
You can change almost each and every aspect of the OS, from its looks to the way it functions, with total freedom. And did we tell you, AOKP helps you make tacos?
ROM DOWNLOAD
previous version 1: 22/06/2016 aokp 6.0.1 r_46 DOWNLOAD
previous version 2: 11/07/2016 aokp 6.0.1 r_48 DOWNLOAD
previous version 3: 12/07/2016 aokp 6.0.1 r_52 DOWNLOAD
previous version 4: 16/08/2016 aokp 6.0.1 r_61 DOWNLOAD
previous version 5: 13/09/2016 aokp 6.0.1 r_66 DOWNLOAD
Latest version : 07/11/2016 aokp 6.0.1 r_72 DOWNLOAD
Code:
[/CENTER]
[SIZE="4"] * Your warranty is now void.
* I am not responsible for bricked devices, dead SD cards, thermonuclear
* war, or you getting fired because the alarm app failed. Please do some
* research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.[/SIZE]
Verify that you're using the latest version of TWRP
https://s.basketbuild.com/devs/GHsR/i9082/RECOVERY/TWRP
- Perform a FULL WIPE as described below
(A full wipe is when you wipe system/data/cache/dalvik)
- Flash the latest version of this ROM
- Flash recommended GAPPS linked Here
- Reboot and ENJOY!!
**If you fail to follow these instructions, please don't bother reporting any bugs**
**If you use Xposed, please don't bother reporting any bugs**
**If you use another kernel, please don't bother reporting any bugs**
>>AOKP Gerrit
>>AOKP on Github
>>Source on AOKP.co
>>device tree and kernel Here
For live changelog go Here
Features
why dont you try the rom and get to know the features by yourself!!!!ROM review and installation video by @vatsalbh9
XDA:DevDB Information
Android Open Kang Project, ROM for the Samsung Galaxy Grand Duos i9082
Contributors
sai milind
Source Code: https://github.com/AOKP
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.0.x
ROM Firmware Required: 4.2.2
Based On: CYANOGENMOD
Version Information
Status: Stable
Current Stable Version: 1456
Stable Release Date: 2016-06-22
Created 2016-06-22
Last Updated 2016-11-07
Reserved
Guys this will be mostly my last rom based on 6.0.1 for you all, hope you all enjoy the rom !!!
Reserved
Screenshots have been added take a look at the screenshot section!!!
I was waiting for custom ROM based on AOSP. Great job bro!!
androSGRid said:
I was waiting for custom ROM based on AOSP. Great job bro!!
Click to expand...
Click to collapse
actually it is mostly based on CM but part of it is from aosp and aosp based roms are not getting booted up for grand so no luck for that!!!
sai milind said:
actually it is mostly based on CM but part of it is from aosp and aosp based roms are not getting booted up for grand so no luck for that!!!
Click to expand...
Click to collapse
How about Layers? Will this ROM support layers .
androSGRid said:
How about Layers? Will this ROM support layers .
Click to expand...
Click to collapse
when i said CM, layers wont be there as both are totally different theme engines!!!
sai milind said:
when i said CM, layers wont be there as both are totally different theme engines!!!
Click to expand...
Click to collapse
I know they are totally different but since u said partly based I was just curious to know.
Thanks @sai milind , really thanks bro
Screenshot and features please
Sent from my GT-I9082 using Tapatalk
---------- Post added at 03:41 PM ---------- Previous post was at 03:34 PM ----------
Please edit title date
Sent from my GT-I9082 using Tapatalk
@sai milind bro change your thread name. It's not [22/05/16], it's [22/06/16]. I'll try your this ROM, salute for your hardworking.
yunussaba said:
Thanks @sai milind , really thanks bro
Screenshot and features please
Sent from my GT-I9082 using Tapatalk
---------- Post added at 03:41 PM ---------- Previous post was at 03:34 PM ----------
Please edit title date
Sent from my GT-I9082 using Tapatalk
Click to expand...
Click to collapse
Koushik770056 said:
@sai milind bro change your thread name. It's not [22/05/16], it's [22/06/16]. I'll try your this ROM, salute for your hardworking.
Click to expand...
Click to collapse
Thank you for informing about the correction!!! Will upload screenshots after some time!!!!
Oh thank you so much @sai milind for another great ROM ...well done bro...that too AOKP!!!
downloading now and report back ASAP!!!
Here are some screens
androSGRid said:
Here are some screens
Click to expand...
Click to collapse
Thank u for the screens, I have added a few screenshots of my own device you can check it in screenshot menu!!!
Nice work dev. sai
U r the promissing man for granf
I download it and will try and tell u
.....
Hope miui rom in the way
.....
Ur whatsup group miss u
Dears ... Dr ahmed
ahmed mashaly said:
Nice work dev. sai
U r the promissing man for granf
I download it and will try and tell u
.....
Hope miui rom in the way
.....
Ur whatsup group miss u
Dears ... Dr ahmed
Click to expand...
Click to collapse
Yeah sure Dr. Ahmed do try out the ROM,hope you will enjoy my work!!!
sai milind said:
actually it is mostly based on CM but part of it is from aosp and aosp based roms are not getting booted up for grand so no luck for that!!!
Click to expand...
Click to collapse
Great work Sai. I been using the rom for a couple of hours and I find it to be pretty fast/smooth. Cannot comment on battery backup just yet, but good job. Thanks for sharing. Btw getting an fc whenever I open mGerrit app
Gerrit app isn't for normal users it is an app which contains like developers only stuff so it wont be of any use for normal users @Mackynacky!!!!
Really sai
Wow like all
Speed specially battery not judge yet
Like it
Performance and smooth different
Nice work
Chapeu
Bro, you should compile Miui for grand. What do you think?
http://forum.xda-developers.com/android/software/guide-build-port-miui-rom-to-device-t3250984
{
"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"
}
The Android Open Source Project Nougat
Brought to you by Jflte DevConnection Team
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We're not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
What is AOSP?
AOSP is Android as Google publish without other modifications. More or less AOSP is the Nexus devices stock rom without gapps. Anyway to get a working system I' ve added some changes from CyanogenMod and Codeaurora.
Please do not ask for features to be added because we're not going to add more to keep this ROM small, fast and pure.
JDCTeam
In alphabetical order:
Diego Monaco - @alucard_24
Dimitris Katikaridis - @side
Franck Rohée - @franzyroy
Ray Daley - @gadget!
Jim Silverlock - @Jimsilver73
José Adolfo Galdámez - @josegalre
Marco Zanin - @-+BB+-
Matthew Booth - @MattBooth
Mattia D'Alleva - @AntaresOne
Mike Atkins - @FernBch
Oliver - @angelcalibur
Paul Harris - @hawkerpaul
Paul Keith - @javelinanddart
Simeon Ivanov - @smstiv
Stefano Meroni - @smeroni68
Yannis - @SkL*
DOWNLOADS
https://drive.google.com/file/d/0B4p3OKExYQjeaGNrYzdwcVYzMUU/view?usp=sharing
First time or clean install:
Download the ROM from the link above
Download GApps package for Nougat 7.1
Download ThemeReady GApps package for N arm64
Put the zip files on your SDCard
Reboot in Recovery
Wipe Data / Factory Reset
Optional: convert to F2FS
Select "Install zip from SDCard"
Choose AOSP ROM zip file
Choose GApps zip file
Choose TBO Theme Ready Gapps zip file (needed for complete theming of some Gapps with OMS overlays)
Flash
Reboot system
Update over an existing previous AOSP N build:
[*]Download updated build from the link above
[*]Put the zip files on your SDCard
[*]Reboot in TWRP Recovery
[*]Select "Install zip from SDCard"
[*]Choose AOSP ROM zip file
[*]Flash
[*]Reboot system
NOTE: the "dirty" flash to update an existing version DO NOT NEED any new re-flash of Gapps and TBO... integrated BackupTool during rom install will backup your gapps (already installed) and restore them after rom update!
[/LIST]
NOTE: This ROM is dex-preoptimized, so do not wipe cache and Dalvik after rom flash!
First boot after install/update takes a while, wait at least 5 minutes ( 2 minutes *****es) for it to boot.
To convert cache, data and system partitions to F2FS look in post below.
Sources
GitHub
Social
Google+: JDCTeam Community
YouTube: JDCTeam TV
Credits
JDCTeam
CyanogenMod
Google
CodeAurora
TeamSubstratum
shark jungle
Special thanks:
RomHut
gkkovacs - JDCTeam-Build01
azuziel - JDCTeam-Build02
Team Codefire - JDCTeam-Build03
What's working :
Boots
RIL (Calls, SMS, Data)
Fingerprint (FPC1020 only)
Wi-Fi
Bluetooth
Camera ( Videos And Photos )
Video Playback
Audio ( Record and Playback )
Sensors
Flash
LED
GPS
What's not working :
You tell me!
Device Tree(Unified): https://github.com/poad42/device_xiaomi_kenzo/tree/7.1.1
Kernel source: https://github.com/CyanogenMod/android_kernel_xiaomi_msm8956
Vendors: https://github.com/poad42/proprietary_vendor_xiaomi
FAQ
DEV, DEV I found a bug.
Logcat Or gtfo
Command: adb logcat | tee "path to output file"
DEV, DEV I have Goodix fp, what do I do?
First off all, I feel for you. Second see agni kernel thread on how you can sort it.
DEV, DEV I want VOLTE
Why are you even still alive?
Screenshots, like really? Never seen an AOSP Rom before?
http://imgur.com/a/q8G6e
I won't be monitoring this thread much except for posting updates. If you have any serious bugs, you can hit me up on Twitter .
Please don't ask stupid questions read the op fully and don't spam. Try to keep the conversation clean.
Peace.
wow Thanks for that mate.wishing u the best.hehehe
Any features? Or it's just plain AOSP? and working and not working list?
I hope cam 100% fix no fc :angel:
killaflow said:
Any features? Or it's just plain AOSP? and working and not working list?
Click to expand...
Click to collapse
I think the youtube video does full justice regarding the features of this ROM.
VoLTE working??
Can you please provide the download link for the ROM?
Thanks!
Disable hardware buttons and enable navbar?
juv3nal said:
Can you please provide the download link for the ROM?
Thanks!
Click to expand...
Click to collapse
Are you blind? Its right on the op.
simplyme2908 said:
Are you blind? Its right on the op.
Click to expand...
Click to collapse
Themeready Gapps link is not working and Moreover youtube video link is not given screenshots are not working
juv3nal said:
Can you please provide the download link for the ROM?
Thanks!
Click to expand...
Click to collapse
https://romhut.com/
simplyme2908 said:
Are you blind? Its right on the op.
Click to expand...
Click to collapse
Hmm... I didn't see the link either. Confusing... The youtube link also for samsung galaxy s4.
---------- Post added at 05:14 PM ---------- Previous post was at 05:11 PM ----------
adithyan25 said:
https://romhut.com/
Click to expand...
Click to collapse
No redmi note 3 version.
Great, love pure aosp :fingers-crossed:
Link up for download
https://drive.google.com/file/d/0B4p3OKExYQjeY2JXakZqbU9KNTQ/view
---------- Post added at 05:27 PM ---------- Previous post was at 05:15 PM ----------
adithyan25 said:
Link up for download
https://drive.google.com/file/d/0B4p3OKExYQjeY2JXakZqbU9KNTQ/view
Click to expand...
Click to collapse
Someone share framework-res and build.prop
simplyme2908 said:
I won't be monitoring this thread much except for posting updates. If you have any serious bugs, you can hit me up on Twitter .
Please don't ask stupid questions read the op fully and don't spam. Try to keep the conversation clean.
Peace.
Click to expand...
Click to collapse
Hi,
I see you compiled our sources also for this device. Good and thanks to leave JDCTeam in OP (unofficial build).
I just can say to users to enjoy our work also on Redmi note 3... Our team can't support this device, but OP can follow our updates and provide here the rom. Good luck!
I have heard about jdc tram in galaxy s4 thread.you and your team is just awesome man.ty for bringing jdc aosp for kenzo.
jitendra purohit said:
I have heard about jdc tram in galaxy s4 thread.you and your team is just awesome man.ty for bringing jdc aosp for kenzo.
Click to expand...
Click to collapse
Deleted
---------- Post added at 07:57 PM ---------- Previous post was at 07:49 PM ----------
My review after using for 2 hours.
First of all I would like to thank the OP for this ROM..
Flashed this ROM ..
booting up was very fast when compared to any other ROM(took only about 1 min)...
Camera and flashlight was working almost every time.. Hurrah. .a great improvement...
Battery backup was pretty descent..
Substratum was working fine..
Super su was working fine.no problem with sensors..
Now getting into the drawbacks..
I wasn't able to see any option for fingerprint..I looked everywhere,but was not able to find it...(only once seen in suggestion) not even shown in first boot after logging into account ...
I wasn't able to get so much additional functions...
Only ambient display...(not a big deal for me,just pointed out as other ROMs give lots of customization option)..
Like all other ROMs signal strength is some want same(no much improvement)..
NBlease don't ask volte and don't spam the thread.
No volte for this ROM. Please be patient.working on volte.will provide an answer tomorrow...
{
"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"
}
Resurrection Remix OS for Hot 2
I built this rom using mainly patches from GMCadiom, and others from fire855, also fixes in device tree from rock12345
Code:
*
* Your phone's warranty is now void.
* I am not responsible for hard bricks, damages to SD Cards, thermonuclear war,
* or you getting fired because the alarm app failed.
* You flash this at your own risk.
*/
What's working
- Almost everything
Bugs
- You tell me
Changelog
- First Release:
Code:
* Initial build for Hot 2
- Second Release:
Code:
* Updated vendor blobs
* Updated kernel zImage
* Fixed 2G/3G switch
Instructions:
1. Download the ROM and move it to your phone storage.
2. Reboot phone to TWRP recovery.
3. Wipe everything execpt SDcard (Internal memory is optional).
4. Flash the ROM and Gapps.
5. Reboot.
6. After the rom boots, go to settings/Navigation and enable navigation bar for Hot2
DOWNLOADS:
First build: Download
Second build: Download - Fix patch for settings FC
Screenshots:
- Check screenshot tab
Source
Device tree
Vendor
Rom source
Credits
@fire855
@GMCadiom
@Aditya Kr
@rock12345
@[email protected]
@tribetmen
@vampirefo
@Moyster
And me xD
Facebook group: https://www.facebook.com/groups/2159867407571690/
~ Happy flashing ~
XDA:DevDB Information
Resurrection Remix OS For Infinix Hot 2, ROM for the Infinix HOT 2
Contributors
Mysteryagr, GMCadiom
ROM OS Version: 6.0.1 Marshmallow
ROM Kernel: Linux 3.18.x
ROM Firmware Required: No special requirement
Based On: Remix
Version Information
Status: Stable
Current Stable Version: 1
Stable Release Date: 2017-06-14
Created 2017-05-10
Last Updated 2017-06-14
FMRadio FC fix: https://forum.xda-developers.com/showpost.php?p=72587410&postcount=44
Great as always bro
Great work bro. I really appreciate your efforts for this chipset.
Keep mt6580 fire burning...
Sir Sceeen Shoots Please
Sent from my X510 using Tapatalk
@Mysteragr I saw on your download ROM page that you have build lineage 14 OS for this phone. But you have not Post it here. We'll be waiting.
Sent from my Infinix Hot 2 using Tapatalk
---------- Post added at 09:25 PM ---------- Previous post was at 09:20 PM ----------
Do this remix ROM support theme manager or substratum?
Sent from my Infinix Hot 2 using Tapatalk
Oluseun said:
@Mysteragr I saw on your download ROM page that you have build lineage 14 OS for this phone. But you have not Post it here. We'll be waiting.
Sent from my Infinix Hot 2 using Tapatalk
---------- Post added at 09:25 PM ---------- Previous post was at 09:20 PM ----------
Do this remix ROM support theme manager or substratum?
Sent from my Infinix Hot 2 using Tapatalk
Click to expand...
Click to collapse
LOS14 didn't boot, stuck at kernel logo
And yes RR rom supports themes manager.
Notice
IMPORTANT
I noticed that the rom didn't boot when I flashed it with gapps, I used open gapps mini package
So please, if anyone faced this issue, flash the rom first and boot it, then reboot again and flash gapps (This worked for me).
I will try to fix this issue in the next release; when I have some spare time.
Regards,
Ahmed Rahmy
Screenshots
Usman Mughal said:
Sir Sceeen Shoots Please
Sent from my X510 using Tapatalk
Click to expand...
Click to collapse
Check here:
https://forum.xda-developers.com/devdb/project/?id=20603#screenshots
Mysteryagr said:
IMPORTANT
I noticed that the rom didn't boot when I flashed it with gapps, I used open gapps mini package
So please, if anyone faced this issue, flash the rom first and boot it, then reboot again and flash gapps (This worked for me).
I will try to fix this issue in the next release; when I have some spare time.
Regards,
Ahmed Rahmy
Click to expand...
Click to collapse
pPlzzz link for Gapp
---------- Post added at 12:22 AM ---------- Previous post was at 12:20 AM ----------
Still need link for Gapp zip
Mah009 said:
pPlzzz link for Gapp
---------- Post added at 12:22 AM ---------- Previous post was at 12:20 AM ----------
Still need link for Gapp zip
Click to expand...
Click to collapse
http://opengapps.org
Great job sir :good: installed to my hot 2 just now...still exploring. At first I installed the rom and gapps...and bootloop on and on again...then try to install rom 1st...reboot and install gapps (nano) after...it worked perfectly :good:
Smooth...fully customized..theme manager perfectly works :good: bluetooth radio works like charm :good:
Thank you again sir...
*waiting for ur next promising project
Mr Mysteragr is really trying
Sent from my Infinix Hot 2 using Tapatalk
In fact this is one of the best custome rom for infinix hot 2. You are not far from the being blessed. May Allah protect you and guide you through.
Mah009 said:
In fact this is one of the best custome rom for infinix hot 2. You are not far from the being blessed. May Allah protect you and guide you through.
Click to expand...
Click to collapse
Amen in Jesus name
Sent from my Infinix Hot 2 using Tapatalk
plz how to boot recovery after instal rom ?
NasYas said:
plz how to boot recovery after instal rom ?
Click to expand...
Click to collapse
You already have recovery, that was why you are able to port the rom. Use same way to access recovery.
Sent from my X510 using XDA-Developers Legacy app
my battery stuck 88% and drain fast
how to fix that ? thanks
Is it just me or anyone experiencing a bit of laggy operation (slow respond touchscreen) after using this awesome rom for almost a day?!?
ps. Radio actually not working when u plug the jack :silly:
Thanks :good:
Please I want to ask if the multitasking is working. Also the rom is a bit lagging. Thanks again
Sent from my X510 using XDA-Developers Legacy app