{
"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"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Introduction/About
This is cm10 rom I ported from k-touch kiss u86, a chinese phone. Ported using stock rom 1.2.4.2 libs for stability.
Click to expand...
Click to collapse
Screenshots:
Click to expand...
Click to collapse
Changelog:
Code:
20150104
- Updated all standalone apps; apex launcher, google keep, total commander, google play, google play service etc..
- Fixed editing pictures from stock gallery force close, thanks to who share it in the thread.
- Fixed apn empty and cannot save, thanks to who share it in the thread.
Code:
20141101
- Fixed running app tab force close.
- Fixed sdcard mistakenly swapped with internal memory, defined in build.prop.
- Added missing apk for live wallpaper.
- Updated google service apk.
- Updated terminal emulator apk.
Code:
20141031
- First public release.
Click to expand...
Click to collapse
What Works:
Everything else not mention below in Known issue and problem section.
Do notify me if anyone found bugs/things doesn't work so I could list and try to fix them.
Click to expand...
Click to collapse
Known Issues & Problems:
No fmradio. Even if you try to use other radio app ie spiritfm, it will force close.
Some chinese text in notification pulldown and Settings>About phone even if phone language is in English.
Click to expand...
Click to collapse
Download:
Click to expand...
Click to collapse
Installation Instructions:
You need to already have custom recovery installed, either cwm, twrp or lewa recovery.
Backup your whole rom first for cautious reason.
Flash the zip. No need to flash gapp because its already preloaded in the rom.
Click to expand...
Click to collapse
Source:
I got this rom as compiled aka binary form from chinese Baidu webstorage, not even sure who compiled it so I got no source for this rom. In the other hand, kernel is using my kernel. Kernel source is in my kernel thread.
Click to expand...
Click to collapse
Thanks To/Credits:
God
Linus Torvalds and whole linux kernel team and contributors.
Google
Nokia
Original chinese dev who compiled this rom.
Click to expand...
Click to collapse
XDA:DevDB Information
CM10, ROM for the Nokia X
Contributors
mdfzhi
ROM OS Version: 4.1.x Jelly Bean
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
Version Information
Status: Stable
Current Stable Version: 20150104
Stable Release Date: 2015-01-04
Current Beta Version: 20141101
Beta Release Date: 2014-11-01
Created 2014-10-31
Last Updated 2015-01-05
Reserved
Reserved
one more Rom for nokia x...thanks .downloading for testing. please upload ss.
yay.......h another cool rom for X
Thanks for the Great Work,
1. Fixed by mdzhfi
3. Fixed See Post # 59 Credit goes to 4PDA TEAM
testing
mdfzhi said:
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Introduction/About
Screenshots:
Changelog:
What Works:
Known Issues & Problems:
Download:
Installation Instructions:
Source:
Thanks To/Credits:
XDA:DevDB Information
CM10, ROM for the Nokia X
Contributors
mdfzhi
ROM OS Version: 4.1.x Jelly Bean
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
Version Information
Status: Beta
Current Beta Version: 20141031
Beta Release Date: 2014-10-31
Created 2014-10-31
Last Updated 2014-10-31
Click to expand...
Click to collapse
it seems a cool rom, testing it and reporting you back
khaled dice said:
it seems a cool rom, testing it and reporting you back
Click to expand...
Click to collapse
woah, don't quote whole first post dude
sorry, but im new here and can't use replies very well
then edit that post and remove the whole quoted first post. its annoying to scroll through if using tapatalk or xda app.
Well
wifi: working
sensors: working awesome!
storage: working
camera: working
bluetooth: working
screenshot: working
Facebook and messenger working
only SIM contacts doesn't exist
i've found the culprit for app running tab fc, to solve it just edit build.prop from this
Code:
dalvik.vm.heapstartsize=8m
dalvik.vm.heapminfree=4m
dalvik.vm.heapmaxfree=12m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=128m
dalvik.vm.heaputilization=0.25
dalvik.vm.heatargetputilization=0.75
dalvik.vm.heapidealfree=8388608
dalvik.vm.heapconcurrentstart=2097152
dalvik.vm.dexopt-data-only=1
dalvik.vm.lockprof.threshold=250
dalvik.vm.jit.codecachesize=0
dalvik.vm.execution-mode=int:jit
dalvik.vm.dexopt-flags=v=n,o=v
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-data-only=1
dalvik.vm.checkjni=0
dalvik.vm.checkjni=false
dalvik.vm.check-dex-sum=false
dalvik.vm.jmiopts=forcecopy
dalvik.vm.jniopts=warnonly
to this:
Code:
dalvik.vm.heapstartsize=5m
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=2m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=128m
dalvik.vm.heaputilization=0.25
dalvik.vm.heatargetputilization=0.50
dalvik.vm.heapidealfree=8388608
dalvik.vm.heapconcurrentstart=2097152
dalvik.vm.dexopt-data-only=1
dalvik.vm.lockprof.threshold=500
dalvik.vm.jit.codecachesize=0
dalvik.vm.execution-mode=int:jit
dalvik.vm.dexopt-flags=v=n,o=v
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-data-only=1
dalvik.vm.checkjni=0
dalvik.vm.checkjni=false
dalvik.vm.check-dex-sum=false
dalvik.vm.jmiopts=forcecopy
dalvik.vm.jniopts=warnonly
save it, check its permission, reboot into recovery and wipe dalvik cache. after boot again the fc on app running tab will be gone
sorry, but what you mean with running tab?
Nice :fingers-crossed: Camera have good colors, sensors works well, right?
What about Polish language in this rom?
minik971 said:
Nice :fingers-crossed: Camera have good colors, sensors works well, right?
What about Polish language in this rom?
Click to expand...
Click to collapse
not sure about the color, but for sure camera, camcorder and panorama works. all sensor is working.
language only got chinese and english.
Nokia XL
thank you for great work
Please tell me if worked on Nokia XL
Hi,
Amazing ROM, very stable. When I first tried to see my running apps I got fc, but after couple of reboots it got fixed by itself. Now I can see running apps with no problem.
After I charged my battery to full, left the phone for like two hours and I went outside. When I came back battery was at 71%. In the battery screen I saw 67% cell standby; time on 2h 11m; time without a signal 100%
The phone was always awake, right now after 5h 47m my battery is 32% and still dropping quite fast. Never happened anything like this with other ROMs, I tried them all 4-6 days to a week. Any ideas?
Saicoth said:
Hi,
Amazing ROM, very stable. When I first tried to see my running apps I got fc, but after couple of reboots it got fixed by itself. Now I can see running apps with no problem.
After I charged my battery to full, left the phone for like two hours and I went outside. When I came back battery was at 71%. In the battery screen I saw 67% cell standby; time on 2h 11m; time without a signal 100%
The phone was always awake, right now after 5h 47m my battery is 32% and still dropping quite fast. Never happened anything like this with other ROMs, I tried them all 4-6 days to a week. Any ideas?
Click to expand...
Click to collapse
try install betterbatterystats and see what wakelock prevent android from deepsleep
in cm11 when i open apollo, adsp wakelock prevent my phone from deepsleep
//sorry my english bad
This ROM eats battery like it was cake in a fat-camp... I only had 2 apps installed upon what comes included, and it said system is the main cause of the drain.
go to networks setting and press use 2g only
more battery saving, tested and working.
---------- Post added at 07:24 PM ---------- Previous post was at 07:21 PM ----------
Well,
i can't find my contacts which are on my SIM card, it only shows me my Google account contacts,
please fix this.
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"
}
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.0 (LOLLIPOP), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
Display
Vibration
GPS
Sensors of All type
Google Apps
Bluetooth
Bluetooth tethering
All native apps
GPS
WiFi
Tethering wifi
Sdcard0/Sdcard1
Camera (photos, camcorder & panorama)
Audio playback
Audio recording
Video playback
OpenGL rendering
Hardware video decoding & encoding
USB-tethering
OMX
Mtp/ptp
Ril
Flashlight
@bartbart2003 There is a way to enable flashlight:
Code:
echo 1 > /sys/devices/platform/i2c-gpio.3/i2c-3/3-0030/brightness_uA
To disable flashlight:
Code:
echo 0 > /sys/devices/platform/i2c-gpio.3/i2c-3/3-0030/brightness_uA
Click to expand...
Click to collapse
NFC removed by default
CM12.1(RC1)
Fix LAG
Gapps(Use pico)
VeeKernel
Skernel
Flashlight by @Paget96
Note : CM-12.1 is only for jellybean (v20) baseband. If you are on ics (v10) baseband flash v20 baseband
TWRP 3.0.2.0 Recovery
Wipe all partitions except sdcard!
Flash the cm-12-*-UNOFFICIAL-p700.zip
Reboot
Done!
After first boot reboot back to recovery
Flash Gapps(Long boot time)
Screenshots:
XDA:DevDB Information
CyanogenMod 12.1, ROM for the LG Optimus L7
Contributors
Jonas Cardoso, Caio99BR, InsideMuz
Source Code: https://github.com/TeamVee/android_device_lge_msm7x27a-common/tree/cm-12.1
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Baseband V20
Version Information
Status: Stable
Current Stable Version: RC1
Stable Release Date: 2016-05-11
Created 2016-05-13
Last Updated 2016-09-25
RC1 - 12/05/16
Initial Release
Frequently asked questions
Q: Will this conflict with any mod I'm using?
A: As long as it doesn't have any entropy related stuff, its okay. Since the kernel already comes with an inbuilt entropy generator, it will conflict with the ones from mod, causing a poor, stuttered performance!
Q: Deep Sleep isnt working for me, Google Services causing wake-locks, what to do?
A: Go to settings, Privacy, Privacy Guard, All apps, long press Google Services, and deny/disable wake-locks! (Thanks to @Paget96 for the solution)
Q: Which version should I flash
A: Flash kernel with model number (P705), don't use (P700) or you may have problems with deep sleep
Q: Which frequency is the safest
A: The default frequency, ~1000MHz, is the safest!
But, there's no harm in overclocking upto 1300MHz.
You MAY face some issues on 1250MHz-1300MHz, but 1200MHz is stable as 'rock'!
Q: WiFi doesnt work for me
A: Reflash ROM and Kernel
Q: How to logcat?
A: Here
A problem in ROM not reported?Make a logcat post here
Finally, lollipop for my l7.
SIM card (mobile network) can't detected, waiting for fix. Tanks Jonas Cardoso & Caio88BR. Sorry for my english
Yeah, the ROM is better than most of the kitkat Roms, only RIL is a major problem, but I think it will be fixed soon.
Sent from my LG-P700 using XDA-Developers mobile app
I Don't Know Why When I Try To Flash The GApps Tells Me I Don't Have Enough Space
Hugo Salce said:
I Don't Know Why When I Try To Flash The GApps Tells Me I Don't Have Enough Space
Click to expand...
Click to collapse
Delete some app in system i try
Bluetooth can't conect to any device and always restart
gp3nk said:
Bluetooth can't conect to any device and always restart
Click to expand...
Click to collapse
thx for report
I need you guys to help users of the L7 test everything in ROM and report bugs as early fast as possible, Thanks in advance
withour RLI there is no "calling", correct?
any chance of a fix? just currious, otherwise I'll stick to your 4.4.4 build
stefanero313 said:
withour RLI there is no "calling", correct?
any chance of a fix? just currious, otherwise I'll stick to your 4.4.4 build
Click to expand...
Click to collapse
That is correct, and i think there is a chance to make it to work, we just have to wait for @Caio99BR to fix it, he is working very hard
Sent from my LG-P700 using XDA-Developers mobile app
WinterR said:
That is correct, and i think there is a chance to make it to work, we just have to wait for @Caio99BR to fix it, he is working very hard
Click to expand...
Click to collapse
5 days to CM13, or around of it.
Im trying to fix lag with the gapps, working hard, not today.
Sent from my E435 using XDA Labs
thanks but my p705 is to hard to running your cm11 and cm12.1.
Works great, nicely done. i hope for ril fix so that I can use it as a daily driver.
I think that IMER was working on cm12 and nfc, flashlight and ril always worked on his roms. But I don't know what happened with him because non of his Ukrainian sites work anymore and his Twitter account is not being updated.
Too bad
Thank you OP for your hardwork.
I founded some minor bugs:
1. the airplane mode triggers automatically from the notification panel, and turning off from the power button menu wont disable, have to do from the panel itself.
Edit: This is rather a visual bug. When the keyboard is up, the notification drawers comes down completely transparent, just like my lockscreen, So i thought i was typing, but in reality the drawer was down and i tapped the airplane mode icon.
2. The lockscreen sometimes comes empty (can only see wallpaper and status bar), i have set a pattern lock and i have to like just do my pattern blindly to open it.
The rest of the rom seems good enough for what this phone is capable of, expecting RIL to fix soon.
Thanks a lot dev!
(
does not work sim
is this file supports for lg p705????
is this file supports for lg p705????
Jonas Cardoso said:
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.0 (LOLLIPOP), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
Display
Vibration
GPS
Sensors of All type
Google Apps
Bluetooth
Bluetooth tethering
All native apps
GPS
WiFi
Tethering wifi
Sdcard0/Sdcard1
Camera (photos, camcorder & panorama)
Audio playback
Audio recording
Video playback
OpenGL rendering
Hardware video decoding & encoding
USB-tethering
OMX
Mtp/ptp
Ril
Flashlight
NFC removed by default
Full edition CM12.1(RC1)
Fix LAG
Gapps(Use pico)
VeeKernel
Skernel
Note : CM-12.1 is only for jellybean (v20) baseband. If you are on ics (v10) baseband flash v20 baseband
TWRP 3.0.2.0 Recovery
Wipe all partitions except sdcard!
Flash the cm-12-*-UNOFFICIAL-p700.zip
Reboot
Done!
After first boot reboot back to recovery
Flash Gapps(Long boot time)
Screenshots:
XDA:DevDB Information
CyanogenMod 12.1, ROM for the LG Optimus L7
Contributors
Jonas Cardoso, Caio99BR, InsideMuz
Source Code: https://github.com/TeamVee/android_device_lge_msm7x27a-common/tree/cm-12.1
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Baseband V20
Version Information
Status: Stable
Current Stable Version: RC1
Stable Release Date: 2016-05-11
Created 2016-05-13
Last Updated 2016-05-26
Click to expand...
Click to collapse
santhu/sonu said:
is this file supports for lg p705????
Click to expand...
Click to collapse
I think it should, but do a backup just in case
Sent from my LG-P700 using XDA-Developers mobile app
santhu/sonu said:
is this file supports for lg p705????
Click to expand...
Click to collapse
Yes it does support P705.
Please use quick reply for OP's main post to avoid that HUGE QUOTE.
Thanks
{
"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"
}
This is Cypher. An extension to pure Android. Cypher tries maintain the purity of Android while offering useful features for users. The goal is to give the highest level of performance whilst achieving Simplicity.
Code:
/*
* Your warranty is now void.
*
* We are 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.
*/
Get your builds and changelog from our website
get.cypheros.co
Unoffical Builds >>>
Android File Host
MD5 Checksum
Note: Builds are updated as soon as possible. There is no build cycle. Information pertaining to your device is displayed Accordingly. The current build is the latest for your device. If your device is scheduled to release on a certain day, but the new build isn't displaying, contact your device maintainer for more information but wait for at least 72 h. Please know builds are updated by 12 am EST.
Become apart of our G+ community - JOIN
REMINDER
If you're having issues and want to submit a report (Logcat) please make sure you are reporting from the stock kernel, not a modified kernel. Modified kernels can break or fix, even improve things. It depends. I can't get a full clue of the issue when you're not running the original kernel.
Click to expand...
Click to collapse
Features:
- Status bar Customization
- Changeable icons
- Quick pulldown
- Smart pulldown
- Notification count
- Clock position
- Seconds in clock
- Date design
- Quick Settings
- Brightness slider
- Brightness icon
- Tile tap customization
- System
- Screenshot partial and full
- Scrolling cache customization
- Power menu customization
- One-handed mode
Credits
LineageOS
AICP
PureNexus
AOKP
Dirty Unicorns
Paranoid Android
and more..
Sources
KIWI LOS KERNEL NAME
KIWI LOS DEVICE TREE
XDA:DevDB Information
AOSCP-CYPHER OS, ROM for the Honor 5X
Contributors
gopinaidu77, yuweng, mumith3
Source Code: https://github.com/CypherOS
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Should Not Be on lollipop and should have not flashed volte updates (b150/b360/b370) before flashing this rom.
Based On: AOSP
Version Information
Status: Stable
Current Stable Version: 4.1.2
Stable Release Date: 2017-10-01
Created 2017-02-10
Last Updated 2017-10-01
Screenshots:
Reserved
Did the root build in in this rom ??Answer ME ((SORRY FOR BAD ENGLISH )).
Awesome!!! Thanks for the build @gopinaidu77! Been hoping for this ROM! Do you have a donation link? Would like to thank you properly for your time...
I had this on my Moto G 3rd gen... I have been hoping to get it on this phone... Much love to you @gopinaidu77
After using it I found that after the screen turns off it doesn't like to turn back on but seriously it kinda makes it unusable
Xdyl4nX said:
After using it I found that after the screen turns off it doesn't like to turn back on but seriously it kinda makes it unusable
Click to expand...
Click to collapse
its ok here bro.
i personally tested the rom. Can u provide logs?
Xdyl4nX said:
After using it I found that after the screen turns off it doesn't like to turn back on but seriously it kinda makes it unusable
Click to expand...
Click to collapse
Same issue here...will try another clean boot to verify...logs coming shortly.
I'm sorry I can't I already returned to XenonHD... Maybe it's my variant... I'm on the US model which I believe is L24... If you need logs I can reflash this rom
Xdyl4nX said:
I'm sorry I can't I already returned to XenonHD... Maybe it's my variant... I'm on the US model which I believe is L24... If you need logs I can reflash this rom
Click to expand...
Click to collapse
The screenshots which u see in this thread are also taken from L24 . Am too a L24 user
Huh... Strange... I mean I didn't flash anything besides magisk and opengapps nano and I know opengapps isn't the culprit and I have never had a problem with magisk on any rom... I'll try again without it
Wolfhawke said:
Same issue here...will try another clean boot to verify...logs coming shortly.
Click to expand...
Click to collapse
Got bug report...attaching.
I wish this was built when I have my 5X.
Sent from my Honor 8 using XDA Labs
bugs are confirmed??
Thanks gopi, for another ROM.
You and yuweng are doing great job for honor5x.
Successfully installed aoscp on my L-22.
I agree with the screen off issue as reported by @Wolfhawke and @Xdyl4nX.
Actually the screen brightness is very dim. I could see the screen operating in dark room.
Another issue - there are no sounds. ( in ringtone, messaging, alarm, other sounds, etc).
Hope it helps.
subodhverma21 said:
Thanks gopi, for another ROM.
You and yuweng are doing great job for honor5x.
Successfully installed aoscp on my L-22.
I agree with the screen off issue as reported by @Wolfhawke and @Xdyl4nX.
Actually the screen brightness is very dim. I could see the screen operating in dark room.
Another issue - there are no sounds. ( in ringtone, messaging, alarm, other sounds, etc).
Hope it helps.
Click to expand...
Click to collapse
Ok .. I haven't touched my PC since the update . I will look into it
Updated 11.02.2017
UPDATEDownload
gopinaidu77 said:
UPDATEDownload
Click to expand...
Click to collapse
smoothest ever , and i didnt see any problem with locking and waking up the phone..
gopinaidu77 said:
UPDATEDownload
Click to expand...
Click to collapse
screen issue got fixed.
system sounds are also ok.
moreover it is a fluidic experience.: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"
}
This is Cypher. An extension to pure Android. Cypher tries maintain the purity of Android while offering useful features for users. The goal is to give the highest level of performance whilst achieving Simplicity.
Code:
/*
* Your warranty is now void.
*
* We are 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.
*/
Get your builds and changelog from our website
get.cypheros.co
Note: Builds are updated as soon as possible. There is no build cycle. Information pertaining to your device is displayed
Accordingly. The current build is the latest for your device. If your device is
scheduled to release on a certain day, but the new build isn't displaying, contact
your device maintainer for more information but wait at least 72 h. Please know builds are updated by 12am
EST.
Become apart of our G+ community - JOIN
REMINDER
If you're having issues and want to submit a report (Logcat) please make sure you are reporting from the stock kernel, not a modified kernel. Modified kernels can break or fix, even improve things. It depends. I can't get a full clue of the issue when you're not running the original kernel.
Click to expand...
Click to collapse
Features:
- Status bar Customization
- Changeable icons
- Quick pulldown
- Smart pulldown
- Notification count
- Clock position
- Seconds in clock
- Date design
- Quick Settings
- Brightness slider
- Brightness icon
- Tile tap customization
- System
- Screenshot partial and full
- Scrolling cache customization
- Power menu customization
- One-handed mode
Credits
LineageOS
AICP
PureNexus
AOKP
Dirty Unicorns
Paranoid Android
and more..
Download:
CypherOS 4.1.1 (08/24/2017)
Credits :
@LuK1337: Lineage maintainer for titan
Motorola: For providing the Kernel Source Code
Donations :
You don't have to but if you want so...
Me: http://forum.xda-developers.com/donatetome.php?u=7344859
LuK1337: http://forum.xda-developers.com/donatetome.php?u=5075128
XDA:DevDB Information
CypherOS, ROM for the Moto G 2014
Contributors
Queirozrrq
Source Code: https://github.com/CypherOS/
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
Based On: CAF
Version Information
Status: Stable
Created 2017-08-20
Last Updated 2017-09-08
Reserved
Queirozrrq said:
Reserved
Click to expand...
Click to collapse
congo
That's awesome
downloading.... thnks
OMG i was waiting for it! Thanks for t
(08/24/2017) CypherOS 4.1.1 Update
Build Changelog
Tweaks to improve RAM usage
Queirozrrq said:
(08/24/2017) CypherOS 4.1.1 Update
Build Changelog
Tweaks to improve RAM usage
Click to expand...
Click to collapse
is CypherOS 4.1.2 updated?
MiguelLndázuri said:
is CypherOS 4.1.2 updated?
Click to expand...
Click to collapse
It's a real shame this won't get updates. It's simply the best rom for Titan in terms of performance.
How to enable Google assistant. Its been disabled
Sanketdhende said:
How to enable Google assistant. Its been disabled
Click to expand...
Click to collapse
If rooted, you can use Get Assistant app from playstore. If not, install Aroma gapps, there's an option to enable it there.
sapo_joe said:
If rooted, you can use Get Assistant app from playstore. If not, install Aroma gapps, there's an option to enable it there.
Click to expand...
Click to collapse
Can u give a link? How do I install it? Same like i installed pico gapps ?
Also I noticed when I clicked on any app it took almost 3-4 secs for the app to pop up
Sanketdhende said:
Can u give a link? How do I install it? Same like i installed pico gapps ?
Also I noticed when I clicked on any app it took almost 3-4 secs for the app to pop up
Click to expand...
Click to collapse
Aroma gapps is on Opengapps.org.
About the slowness, it's sure that you have an app doing that. This rom is one of the fastest I've tried, in spite of the fact it's outdated...
sapo_joe said:
Aroma gapps is on Opengapps.org.
About the slowness, it's sure that you have an app doing that. This rom is one of the fastest I've tried, in spite of the fact it's outdated...
Click to expand...
Click to collapse
Thanks for the help bro! How can I find the app that's slowing my phone?
Sanketdhende said:
Thanks for the help bro! How can I find the app that's slowing my phone?
Click to expand...
Click to collapse
Take a look at memory and battery menus, under config... It'll show using more battery and memory than everything else!
sapo_joe said:
Take a look at memory and battery menus, under config... It'll show using more battery and memory than everything else!
Click to expand...
Click to collapse
Thanks bro!
The camera app I very poor can't even see my face through the front camera. Motorola camera app quality was far better. Any help?
Sanketdhende said:
The camera app I very poor can't even see my face through the front camera. Motorola camera app quality was far better. Any help?
Click to expand...
Click to collapse
I never had this issue here. You could try Google camera 2.5. Get it on apkmirror.com.
sapo_joe said:
I never had this issue here. You could try Google camera 2.5. Get it on apkmirror.com.
Click to expand...
Click to collapse
Plz send me the exact link to the Google camera as I tried installing but it didn't get installed.
Will the Oneplus camera mod work with this ROM? Do I need to flash the kernel from the attachments ? Plz help
{
"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"
}
This is ViperOS
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are 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.
*
*/
Disclaimer:
We are not responsible for anything that may happen to your phone as a result of installing custom roms and/or kernels. you do so at your own risk and take the responsibility upon yourself.
"This is a user friendly thread. All feature requests will be heard and considered. I am not against anything that doesn't stray too far away from the original idea of the ROM! Helping one another is also encouraged! Please be respectful and you will always be treated the same way, we are all here for a good experience."
About:
We are a Brazilian team, ViperOS aims to bring stability and useful features. If you are looking for a stable ROM with true tested features, minimal bugs and no Lineage bloatwares, then this is the place to be.
Features:
Statusbar
* Traffic indicators
* Statusbar items
* Clock & date
* Battery icon settings
* Carrier label
* Quick settings personalization
* Other statusbar settings
Lockscreen
* Custom lockscreen settings
* Lockscreen weater
Multi tasking
* Round button on recents
System
* Beautiful black theme
* Navbar enable/disable
* Pixel navbar (with animation) toggle
* Dynamic navbar
* Navbar dimensions
* Navbar button layout
* Hardware keys binding
* Hardware keys enable/disable
* Kill app back button
* Power menu customization
Many other customizations, install and take a look
Download:
Androidfilehost
Mega
OpenGApps
Magisk
Credits & Thanks:
All ViperOS Team
LineageOS team
ResurrectionRemix team
crDroid team
And all other open source Devs/Teams I may have missed!
Other links
Google+ community
Telegram group
ROM source
XDA:DevDB Information
ViperOS (AOSVP), ROM for the Honor 5X
Contributors
animeme, thanks to gopinaidu77, jsbeyond, jiraista, mumith3, danieltenshi, crpalmer, BadDaemon
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Official Marshmallow (No VoLTE)
Version Information
Status: Stable
Current Stable Version: 3.1.1 (Coral)
Stable Release Date: 2017-11-05
Created 2017-11-06
Last Updated 2018-02-15
Installation:
Format System
Format Data
Format Cache
Format Dalvik Cache
Flash ROM
Flash GApps (I use Pico)
Flash Magisk
Reboot
The ViperOS team has moved on to Android Oreo, so this ROM is provided as-is and probably won't be receiving any updates.
Reserved
wow, you're doing so much work for old ROMs that I used to use! Thanks for your contributions to XDA!
animeme said:
The ViperOS team has moved on to Android Oreo, so this ROM is provided as-is and probably won't be receiving any updates.
Click to expand...
Click to collapse
Thank you for the hard work and dedication!
animeme said:
The ViperOS team has moved on to Android Oreo, so this ROM is provided as-is and probably won't be receiving any updates.
Click to expand...
Click to collapse
Will O allow dirty flash or just clean?
kemdroid said:
Will O allow dirty flash or just clean?
Click to expand...
Click to collapse
We don't even know if this device will get O.
animeme said:
We don't even know if this device will get O.
Click to expand...
Click to collapse
Omg. Okay understood. :crying::fingers-crossed:
kemdroid said:
Will O allow dirty flash or just clean?
Click to expand...
Click to collapse
animeme said:
We don't even know if this device will get O.
Click to expand...
Click to collapse
kemdroid said:
Omg. Okay understood. :crying::fingers-crossed:
Click to expand...
Click to collapse
well Lineage devs for Honor 5X are working on it, but @animeme is correct, we have no guarantee of getting O
crayonicle said:
well Lineage devs for Honor 5X are working on it, but @animeme is correct, we have no guarantee of getting O
Click to expand...
Click to collapse
Yea I figured. Well let's not cry yet.
kemdroid said:
Yea I figured. Well let's not cry yet.
Click to expand...
Click to collapse
yes, I still have hope that Oreo will come sooner or later :fingers-crossed:
crayonicle said:
yes, I still have hope that Oreo will come sooner or later :fingers-crossed:
Click to expand...
Click to collapse
Yes yes
Feedback: all good except make wifi connection from lte and bluetooth issue to transfert to computer.
As no more updates, no log given, just FYI
rodolphe06 said:
Feedback: all good except make wifi connection from lte and bluetooth issue to transfert to computer.
As no more updates, no log given, just FYI
Click to expand...
Click to collapse
Explain this better please
kemdroid said:
Explain this better please
Click to expand...
Click to collapse
He can't use tethering or Bluetooth file transfer. These issues won't be fixed because ViperOS is no longer receiving updates.
animeme said:
He can't use tethering or Bluetooth file transfer. These issues won't be fixed because ViperOS is no longer receiving updates.
Click to expand...
Click to collapse
But up to yesterday I transferred a file using Linux Mint which is my primary OS.
kemdroid said:
But up to yesterday I transferred a file using Linux Mint which is my primary OS.
Click to expand...
Click to collapse
To be more clear:
Hotspot with ROM not working ( make the phone a wifi router )
Transfering file with bluetooth to a computer windows did not work. No transfer connection detected from windows
rodolphe06 said:
To be more clear:
Hotspot with ROM not working ( make the phone a wifi router )
Transfering file with bluetooth to a computer windows did not work. No transfer connection detected from windows
Click to expand...
Click to collapse
I see okay got it now. Fingers crossed then for an update or so, let's be positive.
---------- Post added at 07:56 PM ---------- Previous post was at 07:14 PM ----------
Okay guys so I tested hotspot today and it worked perfect. I was able to create the hotspot and connect to it with my PC. Therefore I believe everything on this ROM is working for me.
I recommend any one having issues to do a clean install. Wipe system, internal, davilk and cache.
Good luck!
There won't be an update, like I mentioned before. That's why I don't mind you and @crayonicle spamming this thread :laugh:
Good to know your hotspot is working
Hi!
{
"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 N v5.8.5 For S3 Neo
***Stable Version***
About
Code:
Resurrection Remix the ROM has been based on LineageOS, and including some features from SlimROM, OmniROM and original Remix ROM builds, all those creates an awesome combination of performance, customization, power and the most new features, brought directly to your device !
Warning
Code:
[CENTER] * Your warranty is now void.
* We are 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.[/CENTER]
Download
Code:
[CENTER][URL="https://mega.nz/#!cCBgFKBL!pktngMjuEGtDuNNHlW6cFwjoo71yuX3X1lPAjg-EDuc"]RROS-v5.8.5-N_s3ve3g_180516.zip[/URL]
[URL="https://mega.nz/#!gTBBXKDZ!cNCENWa8JFyrTgsOXCfbdE8UuknU1eoshRRQQ4UL7Lc"]Samsung Camera fix.zip[/URL]
[URL="https://mega.nz/#!kb4VSCpa!LzzM6EvILLPvA-AGZNz2wgZ-HIcuenQCm7nBdD2QuhY"]VideoRecording tempfix.zip[/URL]
[URL="tiny.cc/latestmagisk"]Magisk[/URL]
[URL="http://opengapps.org"]Gapps[/URL]
[/CENTER]
Installations
Code:
[CENTER]* you must also have this recovery version installed : [URL="https://forum.xda-developers.com/galaxy-s3-neo/orig-development/official-twrp-samsung-galaxy-s3-neo-t3385888"]TWRP[/URL]
* go to TWRP and do a full wipe (system, data, cache, dalvik/art cache,preload) !
* install RROS ROM
* install Samsung Camera fix
* install Video reocridng tempfix.zip
* install gapps and root ( optional )
* reboot to System
* Enjoy !!![/CENTER]
Update
Code:
[CENTER]* copy the new update of RROS to Internal/External Storage
* reboot device to : [URL="https://forum.xda-developers.com/galaxy-s3-neo/orig-development/official-twrp-samsung-galaxy-s3-neo-t3385888"]TWRP[/URL]
* wipe cache & dalvik cache
* install the new update of RROS
* reboot to System
* Enjoy !!![/CENTER]
Working
Code:
[CENTER]* touchscreen
* adb & mtp
* internal/external storage
* wifi with hotspot
* GPS
* dual SIM with data network connecting
* Off-mode charging
* Camera for Samsung & Sony sensors[/CENTER]
Not Working
Code:
[CENTER]* Video Rercording with stock camera
[/CENTER]
Kernel Source: android_kernel_samsung_s3ve3g !
Special thanks to the LineageOS Team, OmniROM Team , SlimROM Team and of course to all the supporters !
Here is the review of my rom, thanks to ANDRONATION for the review
https://www.youtube.com/watch?v=xEkW9sLTbe0&list=PLRLbhjk2FAHkA2K90XmoFuNT2DsKoVXrE
Please support my work, it's very important! Thanks
DONATIONS
Regards !
XDA:DevDB Information
ResurrectionRemix, ROM for the Samsung Galaxy S3 Neo
Contributors
DarkJoker360, Thargorsson
Source Code: https://github.com/ResurrectionRemix/platform_manifest/tree/nougat
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Android 4.4+
Based On: LineageOS
Version Information
Status: Stable
Current Stable Version: v5.8.5
Stable Release Date: 2018-03-23
Created 2017-12-12
Last Updated 2018-05-16
Reserved
First:laugh:
---------- Post added at 07:08 PM ---------- Previous post was at 07:08 PM ----------
#Reserved for maintainer XD
good boy
haky 86 said:
good boy
Click to expand...
Click to collapse
Thanks man, I m really greatful with you.
My knowledge is made by you
Many thanks guys. Do we expect a camera fix anytime soon?
tasky_yo said:
Many thanks guys. Do we expect a camera fix anytime soon?
Click to expand...
Click to collapse
I m working on it
Since it is nougat I guess it will be possible to use google assistant on it , hoping for camera fix soon , anyway thanks for your effort and time spent on these ROMs , these ROMs keep an old device as modern as most of new flagship devices (from the software perspective which is 50% of the device)
Awesome work! I'm waiting for camera fix and screenshots, then I'll give it a try!
Cheers from Italy
Screenshots: normal and with substratum overlays.
Enjoy :good:
Thanks @Thargorsson and @DarkJoker360
kickyvivi said:
Screenshots: normal and with substratum overlays.
Click to expand...
Click to collapse
Thank you!
Amazing, thank You! Testing ...
I think camera and Bluetooth are not the only bugs as flashlight in not working and I can't edit the notification bar tiles and the ROM is quiet unstable if you restart the system ui it stays on a black screen till restart...
SDi134 said:
I think camera and Bluetooth are not the only bugs as flashlight in not working and I can't edit the notification bar tiles and the ROM is quiet unstable if you restart the system ui it stays on a black screen till restart...
Click to expand...
Click to collapse
Camera, flashlight and bt is bug already mentioned.
Tiles bug is related on source code of RR, I have also on p8 lite.
Restarting system ui with substratum cause black screen.
SDi134 said:
I think camera and Bluetooth are not the only bugs as flashlight in not working and I can't edit the notification bar tiles and the ROM is quiet unstable if you restart the system ui it stays on a black screen till restart...
Click to expand...
Click to collapse
Okay, for editing the quick setting tiles: a temporary workaround
After a reboot, pull down the status bar and edit it.( It will work smooth after a reboot, just once). Remove Bluetooth and flashlight. Add anything else if you wish or leave it. Now the quick settings will work normal without any lags or freezes. But editing the tiles maybe a bug in source code as @DarkJoker360 said.
Brightness slider is working smooth too.
For system ui restart: Wait for some time without pressing too many buttons and crashing the system. It takes a while in this. Like 20 secs or so
Does the mobile Internet work or not?
Port for Grand 2 please @DarkJoker360
Error: the contacts are not all copied from the vcf file. Bad autonomy. At night, 8%, a bad dream. No 3 G. Wi fi is switched on for a long time .GT-I9300i Duos. The firmware is very beautiful, fast, very pleased! Please correct mistakes for everyday use, and we'll wait for the camera and bluetooth.
Anzd said:
Port for Grand 2 please @DarkJoker360
Click to expand...
Click to collapse
It boot on grand 2