Trying to keep Vanir up-to-date for our otherwise dead phone . Fix minor bugs, add minor features, a bit of compiler optimization.
I'm not updating the whole rom here! Development of branch cm-11.0 for both Vanir and CyanogenMod has stopped, so there won't be any surprises here!
Bugs:
- adb over usb doesn't work in android (but works over wifi and in recovery it works normally, so no problem)
- clear notifications icon missing when switching from quicksettings
- call recording doesn't work
- synapse doesn't work
ART:
Apart from 2 inconveniences, ART works and is fast
- optizing one app on reboot - it's a bit annoying, but otherwise harmless (happens only sometimes)
- immediately after switching to ART phone won't sleep (power button doesn't work. Just leave it for a while (15-30 minutes) and let it settle - once the screen turns of by itself, everything wil be normal
Deep sleep issue (if exists):
Check using Better Battery Stats or any tool of your choice. If it is caused by Google Play Services, simply deny them wakelock priviledge: Go to Settings/Security/Privacy Guard/Google Play Services and set Keep awake -> denied. It won't hurt sync, no worries.
Feature requests:
- Smart Pulldown from Omnirom Done
- NonIntrusive incoming call screen (@force)
XDA:DevDB Information
Vanir 4.4.4, ROM for the Samsung Galaxy S Advance I9070
Contributors
mkaluza
Source Code: https://github.com/mkaluza/
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.0.x
Based On: Vanir
Version Information
Status: Stable
Current Stable Version: 2015-08-11
Stable Release Date: 2015-08-11
Created 2015-05-28
Last Updated 2015-08-11
first of all, thanks again for keeping this ROM updated and alive you should add some tags in the topic title such as [ROM] [KK] [4.4.4] and the release date, so that it's more visible and captivating
Found. Dowloading. Torrent is the best way to share information. All developers must use it.
Thanks and reporting...
@mkaluza @edukardo @TheSteve87 May i have some screenshots please....
experimenta 2015-05-30
Hi!
New experimental build. It is _fast_ Added more optimization flags from ArchiDroid. It still has the location FC issue though, so if it's a problem for you, stay with stable.
Enjoy
$4ND!P said:
@mkaluza @edukardo @TheSteve87 May i have some screenshots please....
Click to expand...
Click to collapse
here's a bunch of screenshots, the last ones have the vanir black theme
@mkaluza i'm having a weird bug with the last stable build, i want to install two apps as system apps (cm file manager since this rom dowsn't have one and novathor settings because of power and volume options) but everytime i try to install them, after rebooting the phone works for 30seconds, then freezes and reboots and it becomes unusable. any idea about why?
I have a problem with hotspot shield vpn
It won't start
And says
Af openvpn inti. Faild
I tried other vpn apps but they don't work
Any suggestion
mhmod222 said:
I have a problem with hotspot shield vpn
It won't start
And says
Af openvpn inti. Faild
I tried other vpn apps but they don't work
Any suggestion
Click to expand...
Click to collapse
Yes, load tun module. Either via KoControl app or from terminal: su and then "modprobe tun"
TheSteve87 said:
@mkaluza i'm having a weird bug with the last stable build, i want to install two apps as system apps (cm file manager since this rom dowsn't have one and novathor settings because of power and volume options) but everytime i try to install them, after rebooting the phone works for 30seconds, then freezes and reboots and it becomes unusable. any idea about why?
Click to expand...
Click to collapse
NT settings are old and mess with the kernel. Besides it's a ROM app, so you can't just take any version - it had to be built with the ROM. I don't support it.
Attached cm file manager to post 1 - try it (just drop it to /system/app as it doesn't seem to install the normal way)
@TheSteve87 what exactly do you need from nt app? Maybe I'll be able to add it into synapse.
mkaluza said:
@TheSteve87 what exactly do you need from nt app? Maybe I'll be able to add it into synapse.
Click to expand...
Click to collapse
i mainly use two settings, the battery voltage (?) control to have a faster charge and the audio gain options to higher the earbuds/speakers' volume
btw novathor settings are not that old, i actually extracted the apk from epirex's latest cm11 build and pushed it to /system on your vanir with no issues at all at least on the build before the beta version
Sent from my GT-I9070 using XDA Free mobile app
How to install that? I done Odin ,temp CWM, flash rom and my phone stuck on boot.
xxziolo13xx said:
How to install that? I done Odin ,temp CWM, flash rom and my phone stuck on boot.
Click to expand...
Click to collapse
If you come from another ROM with mk kernel, don"t forget to delete ramdisk
edukardo said:
If you come from another ROM with mk kernel, don"t forget to delete ramdisk
Click to expand...
Click to collapse
I was on stock LQL with CoCore, then i did odin, format everything in temporary CWM and flash rom. My phone stuck on boot whole night. Any ideas?
xxziolo13xx said:
I was on stock LQL with CoCore, then i did odin, format everything in temporary CWM and flash rom. My phone stuck on boot whole night. Any ideas?
Click to expand...
Click to collapse
Install aromafm and search /efs for a boot.cpio.gz file. Delete or rename it and try again.
edukardo said:
Install aromafm and search /efs for a boot.cpio.gz file. Delete or rename it and try again.
Click to expand...
Click to collapse
LOL. I forgot about it when i was on Loilipop, now it is working.
It was muy mistake too. This vanir is superb
edukardo said:
It was muy mistake too.
Click to expand...
Click to collapse
Yeah... I can see this ramdisk stuff causes a bit of trouble. I already have an idea for 'smart' installer, that will autodetect system version and install correct ramdisk for the user.
This vanir is superb
Click to expand...
Click to collapse
And it'll only get better I almost nailed the correct compiler flags, so the next stable version will have the speed of beta (or more ), but of course without the NetworkLocationService bug.
Battery backup
Hi, my friend.
I've seen a known bug in CM11 derivated roms like this one. This is related to systemupdate service, the rom tryies to connect to cm software update but couldn't and causes a lot of aware.
I made this script and ran it at every boot
Code:
#!/system/bin/sh
pm disable com.google.android.gms/.update.SystemUpdateService
pm disable com.google.android.gms/com.google.android.gms.update.SystemUpdateActivity
pm disable com.google.android.gms/com.google.android.gms.update.SystemUpdateService
pm disable com.google.android.gms/com.google.android.gms.update.SystemUpdateService$ActiveReceiver
pm disable com.google.android.gms/com.google.android.gms.update.SystemUpdateService$Receiver
pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity
pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService
pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$ActiveReceiver
pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver
It make the system wake ups almost dissapear. You could try to put it in your code if you think is correct.
Regards.
edukardo said:
Hi, my friend.
I've seen a known bug in CM11 derivated roms like this one. This is related to systemupdate service, the rom tryies to connect to cm software update but couldn't and causes a lot of aware.
I made this script and ran it at every boot
Code:
#!/system/bin/sh
pm disable com.google.android.gms/.update.SystemUpdateService
pm disable com.google.android.gms/com.google.android.gms.update.SystemUpdateActivity
pm disable com.google.android.gms/com.google.android.gms.update.SystemUpdateService
pm disable com.google.android.gms/com.google.android.gms.update.SystemUpdateService$ActiveReceiver
pm disable com.google.android.gms/com.google.android.gms.update.SystemUpdateService$Receiver
pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity
pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService
pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$ActiveReceiver
pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver
It make the system wake ups almost dissapear. You could try to put it in your code if you think is correct.
Regards.
Click to expand...
Click to collapse
I'm not 100% sure, but it could be related to this one:
http://review.cyanogenmod.org/#/c/94128/
Related
This Rom is also available for Samsung GT-I9000 variant from HERE.
There is also a port for X-Bean from GT-I9000 from HERE.
This is it folks. If you think you've seen fast, you're in for a surprise! Please NO derivative work without permission.
LANIGHT is a pure AOSP build, meaning it is NOT CM or built from CM source, so please do NOT ask for CM features. However, it does use device/hardware files from CM10 and rest from Nexus S.. so any device specific problems that is in CM may or may not be in LANIGHT. If you don't like AOSP, move on.
I will rarely post on the thread mostly because of well known reason. It is a development thread, if you can't flash or download apps(Gmail and such) from market or simpler tasks, YOU ARE spamming the thread. Help yourselves by flashing stock firmware from Kies. Remember, I can't fix stupid or lazy. Please read the whole OP and search before you start typing. There has been NO bug that i have faced since my first release except the ringtone problem(4.2)(SOULTION) which has been solved with the latest release(5.2). If you have WiFi problems, flash anything 2.0 and above or below 5.2 (For 5.2 FLASH THIS.) because there is no telling what is the issue, i didn't face that issue so i don't know unless you provide log.
Code:
[U][B][COLOR="Orange"]FEATURES[/COLOR][/B][/U]
[LIST]
[*]Zillion commits has been added since initial release!
[*]Android 4.1.1 JellyBean
[*]DataData Partition & NODATADATA partition
[*]Speed and Cleanness of AOSP
[*]Devil Kernel Config
[*]Droid bootanimation
[*]Stock theme
[*]Nexus S HW acceleration (Thanks to mkalter)
[*]working mount of external SD to PC (Not tested)
[*]Devil3_1.0.4_cappy_CFS_BLN_VC (Datadata)
[*]Extreme Fast and rock-solid
[*]GPS Hack which would make it fast (Thanks to mikel.canovas)
[*]KC1 Modem(datadata) & JVT(nodatadata)
[/LIST]
WHY IS THIS BETTER THAN THE OTHER ROMS?
Speed++, functions and most stabe
This is pure AOSP!
This is not just another AOSP, this is a completely new project!
look at the Features list for more
Click to expand...
Click to collapse
INSTALLATION (FOR DATADATA)
Read this if you might find problems in flash process
Keep a copy of efs folder for security
Reboot into recovery
Make a nand backup before you proceed
Wipe data/ factory reset (DO THIS 3X TIMES)
mount -> Wipe System/cache/data/datadata
Wipe cache/ cache partition
Advanced -> Wipe dalvik cache
Wipe voltage cache (If the option is given)
devil -> run clean NStools options
devil -> run clean init.d directory
install rom zip from sdcard
flash zip again
reboot your phone
Click to expand...
Click to collapse
Clean Flash if coming from any DATADATA(HellyBean per say) rom
Keep a copy of efs folder for security
Reboot into recovery
Make a nand backup before you proceed
Wipe data/ factory reset (DO THIS 3X TIMES)
mount -> Wipe System/cache/data/datadata
Wipe cache/ cache partition
Advanced -> Wipe dalvik cache
Wipe voltage cache (If the option is given)
devil -> run clean NStools options
devil -> run clean init.d directory
install rom zip from sdcard
install rom zip once again (just to be on the safe side)
Wipe data/ factory reset
Advanced -> Fix permissions
reboot your phone
Click to expand...
Click to collapse
DOWNLOAD
ROM:
Download LANIGHTv1_DATADATA(stable release) from HERE
Download LANIGHTv2_DATADATA(stable release) from HERE (Thanks dave71670 for slimming)
Download LANIGHTv2_NODATADATA(stable release) from HERE (flash this if you have wifi problems with datadata)
Download LANIGHTv3.2_DATADATA(stable release) from HERE (Thanks Cbalt for figuring out partition layout problem)
Download LANIGHTv4.0_NODATADATA from HERE (changelog is similar to 4.2)
Download LANIGHTv4.2_DATADATA(stable release) from HERE (Recommended)
Download LANIGHTv5.2_NODATADATA(stable release) from HERE (Recommended)
Download LANIGHTv6.0_NODATADATA from HERE
Download LANIGHTv6.5_DATADATA(stable release) from HERE (Recommended)
Download LANIGHTv8.0_DATADATA(stable release) from HERE (Recommended)
Download LANIGHTv8.5_DATADATA_alpha from HERE (Test version)
Click to expand...
Click to collapse
THEMES/Mod
-Fix Logcat, SMS and Gallery/Camera FC from HERE
-Patch to fix ringtone problem
-Patch to fix WiFi AND Lagfix
-Patch for TV out was posted in v4.2DD
-Here's virtual on screen button key map zip: http://forum.xda-developers.com/showpost.php?p=32109290&postcount=781
-This script will delete your Gallery and Messaging app
-Read the FAQS for more. Here's a work around for installing apps if you are running 6.0NDD
-Here's a patch for video playback if you are facing that issue
-More fixes and patches also added a zip that will add your SMS and Gallery back from HERE
Theme-able messaging app
My personal favorite theme by Sephhi from HERE
HERE's an awesome theme
Here's another THEME
Another amazing theme THEME and HERE's more complete version of it. And Here's another complete version...
Theme for 6.0
Theme for v6.5 can be found on this link
Theme for v8.0 from HERE
Theme for v8.5DD from here
Click to expand...
Click to collapse
CREDITS
Cbalt (For amazing advise)
treau (For the awesome logo!!)
XYunknown (For some files from X-Bean)
Elitemovil(For the basic base)
Bigixie (Gnex share rom)
dave71670 (For his advice and help testing)
Be18
Pawtip
CM10 Team
TeamHacksung
Steeve76
HP40
iall5tar
DerTeufel1980 (Kernel)
mkalter
H3llstorm(For GPS hack)
Google for android
Samsung for the hardware
Click to expand...
Click to collapse
Hit thanks button and/or consider small amount of donation if you think i helped.
FAQs are HERE.
Here's what you can do if you are facing battery drain problems(I put together this battery help thing back in Darkyrom website. Out-Dated but most of it still applies):
- Toggle airplane mode couple of times
- Calibrate the phone and read the guide(There are some helpful tips) OR
- use dark themes and wallpapers, avoid live wallpapers. OR
- There must be some app that stays open in the background and knocking on your battery life head on. Grab BetterBatteryStats from the market, find the offending crap and uninstall it OR
- Try a different kernel OR
- Try a different modem OR
- uninstall tw4 OR
- try fast dormancy OR
- Download Juice Defender OR
- Try search for "CSC" either on google or on here and pick the right country (Does not apply for US users) OR
- Go to "Applications / Settings / Display / Animation / No animations."
- Go to "Applications / Settings / Applications / Samsung Apps" and check "Disable"
- Go to "Applications / Settings / Location and Security" and check "Use Network", "Using GPS satellites" and "Using help of sensor" (off course "Using GPS satellites")
- Overclocking also impacts your battery life!!
- Enable Force Gpu Rendering on Developer Options
- Disable auto sync for accounts
- Disable GPS and wifi when you dont use
- Disable automatic brightness and set a low level
- Disable auto rotate if you don't use
- Disable data usage setting
- Disable any Sytem animations
- Disable any Launcher animations
- Disable Widgets in Drawer option on Launcher settings-Drawer
- Disable error-usage reports on launcher settings
- Disable logging and notifications at Superuser settings
- Disable outdated binary notification at Superuser setting
- Disable any unwanted notifications
- Use dark background(avoid live wallpapers!)
- Use dark themes
- Dark icons
- Change Launcher
- Disable "auto update" at file explorer settings...
- Buy a new battery
- If all else fails, flash RE again (Refer to step# 3).
NEWS
Here's a list of so far helper's i found(will be putting them on the op):
Code:
dave71670 (slimmed versions, amazing advices, thread maintainer)
ChuckDaEngineer (our thread maintainer/themer/tester and pretty much anything i can find for him xD)
treau (For our future banner)
nygfan760 (slimmed versions/Themer/tester)
So, get to know them! (i will add as we get more people)
Fiiirrrsssttt!!!
Sent from my SGH-I897 using xda app-developers app
tkjeeper said:
Fiiirrrsssttt!!!
Sent from my SGH-I897 using xda app-developers app
Click to expand...
Click to collapse
Rom is up. Let me know your feedback.
Downloading will take it for a spin.
dave71670 said:
Downloading will take it for a spin.
Click to expand...
Click to collapse
Thanks a bunch!
EDIT: Gotta put you in credits for the push
Gonna give it a try!
Downloading now.. Will get back with my feedback soon.. And yes, thanks AceofSpades90 for the new choice for our good ol' Cappy..
Definitely gonna try this out. Any reasoning behing using 1.0.4?
nygfan760 said:
Definitely gonna try this out. Any reasoning behing using 1.0.4?
Click to expand...
Click to collapse
No reason, just a bit cautious. Will update kernel in future.
EDIT: Trying out newer kernels to see which one works and which one doesn't, use this kernel for now unless you wanna help test newer kernels.
swam1231 said:
Downloading now.. Will get back with my feedback soon.. And yes, thanks AceofSpades90 for the new choice for our good ol' Cappy..
Click to expand...
Click to collapse
As long as there are Nexus sources floating around, this baby will up and kicking
AceofSpades90 said:
No reason, just a bit cautious. Will update kernel in future.
EDIT: Trying out newer kernels to see which one works and which one doesn't, use this kernel for now unless you wanna help test newer kernels.
Click to expand...
Click to collapse
I'm going to pull the kernel from the newest helly bean and test it.
nygfan760 said:
I'm going to pull the kernel from the newest helly bean and test it.
Click to expand...
Click to collapse
Thanks for that. Hows the rom feel like? snappy or what?
EDIT: Not sure about the latest since he been using LVM partitioning on 08/20 onwards? I'm not sure this rom is compatible with it? If it is then its all the reason for me to support this rom till the HB exist.
EDIT EDIT: I might have to steal some of your init.d tweaks from your MIUI rom for my next version
just flashed and followed all directions and wifi couldnt be turned on. changing modems and kernels didnt fix either
Sword_of_a_1000_truths said:
just flashed and followed all directions and wifi couldnt be turned on. changing modems
Click to expand...
Click to collapse
Yes, change modem please. It's most likely a modem issue for sure.
Sword_of_a_1000_truths said:
and kernels didnt fix either
Click to expand...
Click to collapse
What do you mean? Try flashing 1.0.4 datadata cappy kernel.
EDIT: Flashed this build 4 times and still no problem with wifi or kernel. Did you wipe?
yea i wiped several times, ill try kernels and modem combos again again
oh and also ext sd card wouldnt mount in USB mode only internal so im guessing its kernel related again
Sword_of_a_1000_truths said:
yea i wiped several times, ill try kernels and modem combos again again
Click to expand...
Click to collapse
No, listen just flash JVT or whatever modem you used to use on your previous JB build. Why are you swapping kernels? I don't understand. Did you have this problem before?
EDIT: Also, let me know which datadata kernels work for you. I need to know for my future release.
Sword_of_a_1000_truths said:
oh and also ext sd card wouldnt mount in USB mode only internal so im guessing its kernel related again
Click to expand...
Click to collapse
This is an old kernel and i choosed it for cautious purposes. Please don't poke around and cause yourself problems. Flash X-Bean or CM10 or AOKP first and try this rom. May fix it.
About the Ext SD card. I don't have an External SD card to test so that's why i put in the op it's untested. Not necessarily kernel related.
i did flash a modem i used with CM10 and wifi still couldnt turn on, and USB mount of ext sdcard problem was with kernel it came with right out the box. thats why i swapped kernels, but yea ill let u know which datadata kernels i use. just gotta find those kernels. havent kept up with all the new stuff and just saw this at the top of the forum
i been flashing this phone for years so i have a lil bit of clue of what im doing. i can usually solve some of my problems
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.4 (KitKat), 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. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
What are UNOFFICIAL builds? A version of CyanogenMod not compiled by CyanogenMod's build servers and may contain code not yet committed to the repository. If you find bugs/issues you can/must discuss here (do not submit nightlies bug on CyanogenMod issue tracker).
Downloads
ROM:http://d-h.st/myfiles?fld_id=28773#files (just look for the one with the newest date on it
Gapps:http://forum.xda-developers.com/showthread.php?t=2012857
use what ever gapps you want but i personally use these ones since its just the basic stuff and its art compatible
Installation
- First time flashing CM11 to your Galaxy S (or coming from another ROM)?
Root your device and install ClockworkMod Recovery.
Reboot into Recovery using 3-button-combo
Do a Nandroid backup!
WIPE (wipe data/factory reset + wipe cache partition)
Install the ROM from internal sdcard using ClockworkMod Recovery
Optionally install the Google Addon
- Upgrading from CM7/CM9?
Do a Nandroid Backup!
WIPE (wipe data/factory reset + wipe cache partition)
Install the ROM from internal sdcard using ClockworkMod Recovery
Optionally install the Google Addon
- Upgrading from CM10/10.1?
Do a Nandroid Backup!
Install the ROM from internal sdcard using ClockworkMod Recovery
You will finally see a "set_metadata_recursive" status 7 error. That is normal.
Reboot back into recovery (the reboot is required)
Install the ROM again from internal sdcard using ClockworkMod Recovery
Optionally restore /data from Nandroid Backup (the update will wipe your /data)
Optionally install the Google Addon
- Upgrading from CM10.2?
Do a Nandroid Backup!
Install the ROM from internal sdcard using ClockworkMod Recovery
Optionally install the Google Addon
- Upgrading from another build of CM11?
Do a Nandroid Backup!
Install the ROM from internal sdcard using ClockworkMod Recovery
Warning: You may get set_metadata_recursive related-errors during install if you're using a custom kernel without SELinux support. In that case, revert to the stock kernel before continuing or follow the instruction for upgrading from CM10.1.
Note: The partition layout of CM11 is the same as CM10.2.
Known Issues
Please do not report bugs if it is already listen in the list of known issues
No access to TV-Out menu
Layout issues in lockscreen
Menu soft-buttons appearing where they shouldn't
Some CyanogenMod features a missing - please do not file bug reports for those.
Privacy guard icon not disappearing when exited app
Broken layout of quick message popup (SMS)
Cannot set value via custom brightness "Edit" menu
If back button is pressed during incoming call, you can't answer the call.
FC when changing image sharpness
Pressing "menu" unlocks swipe lockscreen
Browser: FC in incognito mode and Advanced -> Website settings)
Quick Access Ribbon gone when switching from Quick Settings
2G/3G toggle does not work
Cannot flash CM10.2 from recovery (workaround: restore a 10.2 backup or flash a 10.2 kernel before flashing)
Reporting Bugs
You are allowed to report bugs only in this thread. Before reporting a bug, please make sure you are running as stock as possible. This means no custom kernel, no custom framework modification, etc. If you are using any of the above modifications, please flash the rom again to get rid of the modifications before reporting.
REPORT BUGS IN THIS THREAD ONLY
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If it is a random reboot, grab /proc/last_kmsg. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. The following is a useful format to follow. Note: If you can provide the latest night/build that the bug didn't exist, it would greatly help in tracking down what caused it.
Code:
What is your--
Phone model:
Radio (baseband):
CM version:
CM Download url:
Gapps version:
Did you--
wipe:
restore with titanium backup:
reboot after having the issue:
Are you using--
a task killer:
a non-stock kernel:
CMSettings/Performance settings (other than stock):
ART Runtime:
other modifications:
Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:
FAQ
Why is there no transparent status bar/lockscreen widget/"OK Google"?
Those features have been disabled by Google for low RAM device in order to save RAM. You can try enabling it by removing "ro.config.low_ram=true" from /system/build.prop, however, it is not an officially supported setup.
Is there a changelog for gapps?
I did not create the packages and do not know. (Please don't annoy the original developer of the packages by asking him either.)
Does this ROM support FM radio?
I've checked and the new FM API in CM is not really compatible with our device without heavy modification. Applications using the new API expect to be able to read the FM input as it if were another stream, but FM on our device only does pass-through from FM receiver to speaker/headset, which causes certain functionalities to not work such as volume control. Maybe one can modify the audio routing table in the kernel to have it behave like the API expected, but I'm not really interested in investing time to do that.
TL;DR: No built-in FM radio except if someone else does it and submits a patch.
the above gapps are what i personally use you can use what ever ones you would like though
Thanks to
pawtip
CM team
FaultException
Kasper_h
anyone else who i forgot pm me and il add you
Is the problem with the phone speaker solved? On receiving calls, speaker didn't work..
is it fixed??
n205des said:
Is the problem with the phone speaker solved? On receiving calls, speaker didn't work..
is it fixed??
Click to expand...
Click to collapse
Deleted
Could you expain what you did to create this ROM? Did you do straight what was said in the Cyanogenmod building instructions for captivatemtd?
ankamar92 said:
Could you expain what you did to create this ROM? Did you do straight what was said in the Cyanogenmod building instructions for captivatemtd?
Click to expand...
Click to collapse
Basicly
New build soon with some kernel modifications to make it even smoother
All the post is C&P from Pawitp i9000 post lol (except links and credits)
But, whatever, I'll download the rom right now, and will try it later..
BTW, gapps links doesn't work.
And..
cannondaleV2000 said:
Deleted
Click to expand...
Click to collapse
What do you mean with "DELETED"? Fixed?
Thanks for your work ^^
When i installed this, all i got was the little cyanogen robot with the rotating arrow, that lasted for about an hour until i got frustrated with it and just went back to my old rom, any ideas on why this is happening?
Boots fine for me. Did you dirty flash or flash anything else with it?
And yeah it is a c&p from pawtip because it is completely stock cm for now at least
Sent from my SGH-I897 using xda app-developers app
Link gapp error ,file not found
cannondaleV2000 said:
Boots fine for me. Did you dirty flash or flash anything else with it?
And yeah it is a c&p from pawtip because it is completely stock cm for now at least
Sent from my SGH-I897 using xda app-developers app
Click to expand...
Click to collapse
Ok, ok, but that not answer my question, the problem with the speaker on receiving call, is fixed?
You answered that to another user --> "Deleted", Deleted == Fixed?
Thanks.
should be. i have not run into the isue so far been running since lastnight.
new build up. syncd with cm sources and tweeked kernel to give more usable available ram
cannondaleV2000 said:
new build up. syncd with cm sources and tweeked kernel to give more usable available ram
Click to expand...
Click to collapse
I think the link you posted, isn't for public, when entering, I can't see anything, only you can see the files on the folder.
OK will fix
Sent from my SGH-I897 using xda app-developers app
Sorry guys I just realized I uploaded the wrong file. Il fix it tomorrow and post a new link
ManaSV93 said:
I think the link you posted, isn't for public, when entering, I can't see anything, only you can see the files on the folder.
Click to expand...
Click to collapse
He linked the myfile link in d-h its goes to my own uploaded file when I logged on in dev- host
Make direct link bro
mohammad.afaneh said:
He linked the myfile link in d-h its goes to my own uploaded file when I logged on in dev- host
Make direct link bro
Click to expand...
Click to collapse
Yep noticed that will fix after school. Because I also uploaded the wrong file top
Downloaded first version, and, have to say that the performance is awesome.
Ram: constant 170 mb free, using BBM, and listening some music.
Web Browser performance was better on CM 10.1
And, with all the KK builds I have tried on the cappy, Every time I turn ON the phone, When OS is completely loaded, I get a message, of invalid IMEI, and that, I can have some problems..
How can I solve this? If I go back to stock rom, and then to CM 10.1, I don't have any problem with this, but when I update to CM 11, I have this error, and don't know wich errors can this give me on future.
Any screenshot ?
Installation
https://github.com/LegacyHuawei/local_manifests/wiki/Installation
Bugs
https://github.com/LegacyHuawei/local_manifests/wiki/Status
Downloads
https://basketbuild.com/devs/LegacyHuawei
Changelog
https://github.com/LegacyHuawei/local_manifests/wiki/CM12.1-changelog
If you have any bugs to report, open new issue at https://github.com/LegacyHuawei/local_manifests/issues
Do not enable KSM, as video encoder/decoder stops working.
HuaweiSettings
Charge current - allows you to set custom charging current. While this actually limits the current input, it effectively decreases or increases the available current transferred to the battery. This is useful in multiple ways:
Slower, but more effective charging. Your battery will last longer.
Faster charging when connected to USB. For example, USB charging is limited to 500mA, but newer PCs allow drawing up to 800mA or even more. This can be configured via the setting.
Manual override of non-standard charger allowing to draw more than 500mA.
Magnetic sensor calibration - lets you delete previous calibration information. This is useful to recalibrate the compass (when it's inaccurate). Just tap the item & then open any compass up to recalibrate your sensor.
If the phone reboots unexpectedly, crash log is found at /data/dontpanic .
To report bugs, use this app: https://play.google.com/store/apps/details?id=com.tortel.syslog
Thank you great work blefish @Blefish zip seems corrupted really size is 75 mb ?
HoScHaKaL said:
Thank you great work blefish @Blefish zip seems corrupted really size is 75 mb ?
Click to expand...
Click to collapse
Oh indeed it is. Let me reupload
Hello there. Its so nice to see lollipop coming to this device, first than my new moto g. I have appreciated all of your work in the past, but now that my phone died i bought a motorola. Best regards from a ubber fan of your work. Happy new year Blefish
Sent from my XT1068 using XDA Free mobile app
Reuploaded. Should be good now.
If you have any issues please let me know.
Great work! Waiting for U8860!
Happy new year!
前排~感谢^ω^
thank you!!!
thank you!!!! I'm downloading now.
I'm glad hear yor still working for u8800
Bugs (in the latest version)
* Atmel TS may not recognize finger release at all times (need to be confirmed).
* Sometimes Wi-Fi has high power usage (need to be confirmed).
* Synaptics TS sometimes fails to return from suspend (reboot to fix as a workaround).
will these bugs be fixed in the coming cm12 ?
johnnysancs said:
Bugs (in the latest version)
* Atmel TS may not recognize finger release at all times (need to be confirmed).
* Sometimes Wi-Fi has high power usage (need to be confirmed).
* Synaptics TS sometimes fails to return from suspend (reboot to fix as a workaround).
will these bugs be fixed in the coming cm12 ?
Click to expand...
Click to collapse
Check the first post. I can possibly do a workaround for Wi-Fi to make it reload itself if the crash happens.
I do not believe it. You are crazy man Thank you so much for the effort you give. You are number one.
Blefish said:
Check the first post. I can possibly do a workaround for Wi-Fi to make it reload itself if the crash happens.
Click to expand...
Click to collapse
I have just install the new cm12,it feels good!?
johnnysancs said:
I have just install the new cm12,it feels good!?
Click to expand...
Click to collapse
but the new recovery can't install 4.4 ...I have to use the old recovery to back to 4.4
Blefish said:
Requirements
404020 baseband installed (this is normally installed when upgrading to 2.3)
LVM installed
SELinux enabled recovery (TWRP recommended)
Installation
Download the latest version below
Save the ZIP to SD card & reboot to recovery
If coming from a different ROM, do factory reset
Install the ZIP
Optional: Install Google Apps
Reboot (first boot takes quite some time since ART is default now)
Bugs (in the latest version)
Sometimes Wi-Fi firmware crashes, causing high battery drain.
HuaweiSettings app is not finished, BT and magnetic sensor options do not work.
720P video recording is corruped (green recording). Some other camera apps do not have this problem.
When turning Wi-Fi tethering off, phone hard reboots.
TV out is not implemented.
Downloads
cm-12-20141231-UNOFFICIAL-Blefish-u8800.zip
Changelog
Code:
31.12.2014 (These changes have been made upon the latest cm-11.0 version)
Updated codebase to cm-12.0
Wi-Fi: Added preallocation support, Wi-Fi driver is no longer aggressively allocating its memory
Wi-Fi: Updated code from prima wlan
Minor charger changes
Added support to disable charging when connected to USB for example
ext4 library fixes
Added support for f2fs in kernel side
zram updates
Increased SF heap a couple of MB
Make HWProps return invalid value on zero MAC cases. This should fix MAC address as 0 on those devices (using default MAC)
Many other smaller kernel side fixes
Removed custom RIL class, replaced everything in custom RIL library
Added r_submix and usb audio libraries (not effective currently, not tested)
Click to expand...
Click to collapse
hi,...
blefish ausome work....Happy new year...
i tried the rom but i am getting error while installing....
i have uploaded the error file...if u can check it pls....
johnnysancs said:
but the new recovery can't install 4.4 ...I have to use the old recovery to back to 4.4
Click to expand...
Click to collapse
Yes, that's how it currently is. I can possibly make it support standard partition table too (without LVM), so maybe soon you don't have to install it.
crackandroid said:
hi,...
blefish ausome work....Happy new year...
i tried the rom but i am getting error while installing....
i have uploaded the error file...if u can check it pls....
Click to expand...
Click to collapse
Make sure you installed LVM previously.
thanks..blefish ............
i installed LVM and then rom...successful.
the rom is ausome. will test and give the details..
Thank you for your hard work.
But how can I make a screenshot? And Theme engine is gone in CM12?
season 8 said:
Thank you for your hard work.
But how can I make a screenshot? And Theme engine is gone in CM12?
Click to expand...
Click to collapse
Volume down + power should do it.
CM12 is still in early development, so much of the cm features are missing. Performance menu was added only a couple days ago.
Thanks for your excelent work.
The only drawback from CM 11.0 is the lack of Xposed Framwork (its very usefull to grenify apps and still get notifications)
Keep the good work blefish
For those that don't know what Evervolv is, Evervolv is an AOSP (Android Open Source Project) rom aimed at Snapdragon powered devices. We're fully open sourced and encourage it with no restrictions. The work put into this rom is community driven and and Evervolv Project is made up of numerous members and contributors.
If you would like to contribute to Evervolv, please visit our Gerrit Code Review.
Current version: Based off 9.0 (Pie)
Features:
Extended PowerMenu
Battery %
Battery icon shapes
Volume button music control
Lineage Styles
Key rebinding
Expanded desktop
Bug Reporting:
Please provide the following info:
If the device was hard reboot, please provide the file "/proc/last_kmsg".
If the device was soft reboot or is "bootlooping", please run a logcat and provide the full output.
Please use EVPaste to post your logs.
Downloads:
Available downloads
Source:
Evervolv Github
Branch: p-9..0
Changelog:
Nightly changelogs are available on download page (EVUpdater too!)
or you can view them at the Evervolv Gerrit
Bug list:
Bluetooth (In progress)
Camera (In progress)
Donations:
If you wish to donate please do so here (Paypal)
Can't be installed with TWRP 3.1.0.
Error message is "wrong device".
Does it include swap partition (as latest DU build)?
Gesendet von meinem Mi MIX 2S mit Tapatalk
Geomatic said:
Can't be installed with TWRP 3.1.0.
Error message is "wrong device".
Does it include swap partition (as latest DU build)?
Gesendet von meinem Mi MIX 2S mit Tapatalk
Click to expand...
Click to collapse
I'll investigate when I get time tonight. The swap partition is not updated yet to match DU, however the rest of the performance enhancements are.
elginsk8r said:
I'll investigate when I get time tonight. The swap partition is not updated yet to match DU, however the rest of the performance enhancements are.
Click to expand...
Click to collapse
I was able to install the ROM using TWRP by removing the following code from the updater-script
Code:
assert(getprop("ro.product.device") == "tenderloin" || getprop("ro.build.product") == "tenderloin" || abort("E3004: This package is for device: tenderloin; this device is " + getprop("ro.product.device") + "."););
ui_print("Target: hp/hp_tenderloin/tenderloin:6.0/MRA58K/2256973:user/release-keys");
But it goes into a boot loop, it does not work.
HP_TOUCHPAD said:
I was able to install the ROM using TWRP by removing the following code from the updater-script
Code:
assert(getprop("ro.product.device") == "tenderloin" || getprop("ro.build.product") == "tenderloin" || abort("E3004: This package is for device: tenderloin; this device is " + getprop("ro.product.device") + "."););
ui_print("Target: hp/hp_tenderloin/tenderloin:6.0/MRA58K/2256973:user/release-keys");
But it goes into a boot loop, it does not work.
Click to expand...
Click to collapse
what twrp are you using? im using twrp 3.2.1 from flintman
elginsk8r said:
what twrp are you using? im using twrp 3.2.1 from flintman
Click to expand...
Click to collapse
The TWRP version I am using is 3.1.0-0 from Flintman from here:
http://downloads.codefi.re/evervolv/misc
The ROM install after removing the verification for the device, but it won't finish booting not even the animation starts, then it reboots again.
Can you provide the link to the TWRP 3.2.1 from Flintman?
here you go. I'm going to recharge my device and make sure I posted the build I have running on my device.
elginsk8r said:
here you go. I'm going to recharge my device and make sure I posted the build I have running on my device.
Click to expand...
Click to collapse
I flashed the TWRP 3.2.1-0 version and flashed the ROM file you posted.
It does not boot into Android, after selecting Android from the moboot menu it displays and active screen but black, after a minute it reboots.
HP_TOUCHPAD said:
I flashed the TWRP 3.2.1-0 version and flashed the ROM file you posted.
It does not boot into Android, after selecting Android from the moboot menu it displays and active screen but black, after a minute it reboots.
Click to expand...
Click to collapse
That's probably because the Android uImage isn't being removed, which is what the DU uImage is named. Delete it manually and reinstall the ROM. Then you'll have the Evervolv uImage to boot.
So after testing and rebuilding, it looks like i forgot to push a bionic commit which is breaking libs. So when I resynced and rebuilt before uploading the commits never got pulled in
shumash said:
That's probably because the Android uImage isn't being removed, which is what the DU uImage is named. Delete it manually and reinstall the ROM. Then you'll have the Evervolv uImage to boot.
Click to expand...
Click to collapse
I always test a new ROM on a complete clean Tablet, nothing in boot.
But by looking at the updater-script, that is what would happen.
Code:
package_extract_file("moboot.splash.Android.tga", "/boot/moboot.splash.Android.tga");
package_extract_file("moboot.default", "/boot/moboot.default");
run_program("/sbin/busybox", "rm", "/boot/uImage.CyanogenMod");
run_program("/sbin/busybox", "rm", "/boot/moboot.splash.CyanogenMod.tga");
run_program("/sbin/busybox", "rm", "/boot/uImage.Dirty-Unicorn");
run_program("/sbin/busybox", "rm", "/boot/uImage.Evervolv");
run_program("/sbin/busybox", "rm", "/boot/moboot.splash.Evervolv.tga");
It should removed everything and then copy the new uImage.
I did installed it manually, with the same results.
---------- Post added at 01:30 AM ---------- Previous post was at 01:28 AM ----------
elginsk8r said:
So after testing and rebuilding, it looks like i forgot to push a bionic commit which is breaking libs. So when I resynced and rebuilt before uploading the commits never got pulled in
Click to expand...
Click to collapse
Good to know you were able to find the needle in the haystack!
Here are the settings that I have applied to get the most out of the Tablet, is very basic and simple if you decide to incorporated into your ROM it will be as fast and stable as the current DU v13.
The Boost Optimize settings for all Android ROM ever created for the HP Touchpad
new build uploaded that actually boots, swap was added as well
elginsk8r said:
new build uploaded that actually boots, swap was added as well
Click to expand...
Click to collapse
This is to confirm that the new posted build of Evervolv 9, boots and works!
It also using the swap partition, is fast and smooth.
I will take more time and report any suggestions.
Thank you for providing this new ROM!
HP_TOUCHPAD said:
This is to confirm that the new posted build of Evervolv 9, boots and works!
It also using the swap partition, is fast and smooth.
I will take more time and report any suggestions.
Thank you for providing this new ROM!
Click to expand...
Click to collapse
Extremely important:
If the Tablet goes to sleep or standby it will not wake up, the user may think that the Tablet is brick (is not).
A hard reset is require and the buttons needs to be hold down for long time.
I also notice from the Ramdisk files that KMS and CPU boost are enable. From my testing, those modules create more problem than the benefit it try to provide, more useful on a phone.
The idea of using the swap partition is to allow Android to place processes there without killing it or creating an unstable system. KMS is the opposite to swap it will Kill anything to make more RAM. The CPU Boost will make the CPU jump to a higher frequency only when touch, that will create double tap when typing and not an smooth user experience. Once the governor is set to performance the CPU will work just like it does on a PC, the way all computer works.
HP_TOUCHPAD said:
Extremely important:
If the Tablet goes to sleep or standby it will not wake up, the user may think that the Tablet is brick (is not).
User BGrosse tested the ROM and made me aware that there was not a problem wake up the tablet.
I re-tested today using the Home button, or menu button and it does wake up.
A hard reset is require and the buttons needs to be hold down for long time.
It seems as the power saving is very aggressive.
When connected to PC, when screen is off it will lose connection.
I also notice from the Ramdisk files that KMS and CPU boost are enable. From my testing, those modules create more problem than the benefit it try to provide, more useful on a phone.
The idea of using the swap partition is to allow Android to place processes there without killing it or creating an unstable system. KMS is the opposite to swap it will Kill anything to make more RAM. The CPU Boost will make the CPU jump to a higher frequency only when touch, that will create double tap when typing and not an smooth user experience. Once the governor is set to performance the CPU will work just like it does on a PC, the way all computer works.
Click to expand...
Click to collapse
BGrosse flashed the Pico Open Gapps and the Android Keyboard (AOSP) keeps stopping.
I can verify that is does happen with mine as well. That is an easy fix, a flash zip file can be provided to fix the issue as I do with the other ROMS.
---------- Post added at 09:38 PM ---------- Previous post was at 09:36 PM ----------
@elginsk8r
If you allow me I can apply all my settings that I have done to all the other ROMs and all should be fix.
I only need a direct link to the specific kernel version been use for this ROM, and I will re-compile a new version.
Not tested now, but thank you!
thanks a lot for the rom
HP_TOUCHPAD said:
Extremely important:
If the Tablet goes to sleep or standby it will not wake up, the user may think that the Tablet is brick (is not).
A hard reset is require and the buttons needs to be hold down for long time.
I also notice from the Ramdisk files that KMS and CPU boost are enable. From my testing, those modules create more problem than the benefit it try to provide, more useful on a phone.
The idea of using the swap partition is to allow Android to place processes there without killing it or creating an unstable system. KMS is the opposite to swap it will Kill anything to make more RAM. The CPU Boost will make the CPU jump to a higher frequency only when touch, that will create double tap when typing and not an smooth user experience. Once the governor is set to performance the CPU will work just like it does on a PC, the way all computer works.
Click to expand...
Click to collapse
Ksm does not kill anything. Is called the kernel same page merger and it allows for any program to share common pieces of code in ram instead of creating duplicates and it has a purpose in reducing ram usage. I use it on servers and it does wonders you can run 24 VMS in the ram space of 6.in no way it's involved in the oom mechanism
sireangelus said:
Ksm does not kill anything. Is called the kernel same page merger and it allows for any program to share common pieces of code in ram instead of creating duplicates and it has a purpose in reducing ram usage. I use it on servers and it does wonders you can run 24 VMS in the ram space of 6.in no way it's involved in the oom mechanism
Click to expand...
Click to collapse
Correction: I double check the kernel modules and all is removed.
The wakelock settings is different and causing the Tablet not to wake up.
You are correct, is the Low Memory Killer ( LMK ) and not Kernel Samepage Merging (KSM)
Both are removed, but settings are present in the Ramdisk files, but are not active anyways.
Tested the ROM and youtube videos does not play, audio does but not the images.
Code:
**** Disclaimer: I'm not responsible if you destroy your device. Use at your own risk!!! ****
Welcome to COSP, your new future Android Operating System.
Our goal is to have an Pixel-like android ROM that isn't spying on you and uses as few system space as possible. Also, we provide the option to go completely without GApps using MicroG support.
Why us?
We are focusing on stability and performance, having an debloated ROM is essential for that. Also, we want Users to decide what kind of Store they want to use, either F-Droid or the Play Store.
Also, we take User requests serious. To suggest something, contact us on telegram.
Features:
1) All systemUI tuning elements
2) An handy Network indicator
3) Charging Information
4) Lawnchair and Quickstep as default
5) Quick Settings mods
6) Signature spoofing
7) OP gestures
8) Navbar tuner
9) Rootless Substratum (with fixes to theme system correctly)
10) Screenshot/screenrecord tile
11) Advanced power menu
12) Double tap to sleep on statusbar
13) Option to disable quick settings/power menu on secure lockscreen
OTA Updating for official devices enables Users to get the newest version with ease.
DOWNLOADS:
https://mirror.codebucket.de/cosp/santoni/COSP-190507-OFFICIAL-santoni.zip
Sources:
ROM Source: https://github.com/cosp-project/
Kernel Source code: https://github.com/HarukeyUA/android_kernel_xiaomi_santoni
Device Tree: Coming Soon
ChangeLog:-07-05-2019
COSP Changelog
From April to May patch
New:
+ May security patch merged
+ replaced Lawnchair with Launcher3 from @aosiP
+ App Ops/Privacy Guard
+ Agressive Battery from @aosiP
+ Accent picker from @PixelExperience
+ seperate ringtone for second sim
+ translations: russian, italian, simplified chinese
+ font picker
+ more steps for font size
+ search bar hiding in launcher
+ switch for fingerprint authentication vibration
+ switch for inverting navbar layout
+ button on FC dialog for sending crash info to dogbin
Fixed:
* QS padding on statusbar
* crash on security settings
* LTE+ icon
* app swithching on OP gestures
* sepolicy
Removed:
- "press power on lock screen for torch" (it wasn't working anyway)
Download:
https://mirror.codebucket.de/cosp/santoni/COSP-190507-OFFICIAL-santoni.zip
Hi, I'm testing this rom for a week, and ... the rom is basically have too lag even to move apps from day to day like twitter, facebook, google chrome and firefox also go very slow too,
regards
folderx said:
Hi, I'm testing this rom for a week, and ... the rom is basically have too lag even to move apps from day to day like twitter, facebook, google chrome and firefox also go very slow too,
regards
Click to expand...
Click to collapse
No bug i found. change kernel and check
i am also using this rom for a week or so. clean flashed. even formatted the storage before installation. so far this is one of the best roms i have ever used on santoni. and i can say that i have used almost every one of them. great battery life, great performance.
Sorry for the inconvenience, it was not the fault of the rom, it was because I had activated the option of digital well-being, I deactivated it and now it works great
Cosp Official June Update
Changelog:
+ June security patch merged
+ More modes for location tile
+ Captive portal switch (Settings -> Network & Internet)
+ "More info" on permission dialog, thx to @GrapheneOS
+ Incall vibration options (COSP Settings -> Miscellaneous)
Changed:
* DNS.watch by default everywhere
* moved PrivacyGuard (COSP Settings -> Miscellaneous)
* moved Reading Mode (COSP Settings -> Miscellaneous)
* volte icon
* some permissions changes by @GrapheneOS
Fixes:
* fixed AgressiveBattery auto enable
* fixes in PrivacyGuard
* minor SurfaceFlinger fixes (hopefully fix color correction)
* minor Settings fixes
* minor LatinIME fixes
Download:
https://mirror.codebucket.de/cosp/santoni/COSP-190604-OFFICIAL-santoni.zip
I did the latest OTA-Update and now my device stuck in a bootloop at the Mi-branding. No success getting into recovery (was Orangefox), so I flashed a new one with fastboot. I restored my last backup, which was working before, but it gave me the same result - bootloop! Anyone experiences the same or any idea where to search or how to fix this? I used Magisk by the way...
gorillus said:
I did the latest OTA-Update and now my device stuck in a bootloop at the Mi-branding. No success getting into recovery (was Orangefox), so I flashed a new one with fastboot. I restored my last backup, which was working before, but it gave me the same result - bootloop! Anyone experiences the same or any idea where to search or how to fix this? I used Magisk by the way...
Click to expand...
Click to collapse
Hi. Had this problem with clean flash too. Its not your fault Sir. I dont know if Bikram already had time to change link here. But its fixed for sure.
I downloaded and flashed this update last night :
https://sourceforge.net/projects/bi...Pie/COSP-190604-OFFICIAL-santoni.zip/download
Rom boots and work as it should!
Wifi is not working in latest update, please help
Bhanu_p_mishra said:
Wifi is not working in latest update, please help
Click to expand...
Click to collapse
How did you flash Sir? I did clean flash and Wifi works.
Samuitan said:
How did you flash Sir? I did clean flash and Wifi works.
Click to expand...
Click to collapse
I also clean flashed it, though used migrator to restore apps, perhaps this is the reason for that
---------- Post added at 02:56 PM ---------- Previous post was at 02:52 PM ----------
Bhanu_p_mishra said:
I also clean flashed it, though used migrator to restore apps, perhaps this is the reason for that
Click to expand...
Click to collapse
By the way which kernel do you used with this build
Bhanu_p_mishra said:
I also clean flashed it, though used migrator to restore apps, perhaps this is the reason for that
Click to expand...
Click to collapse
You mean Migrate? I use it also to restore Userapps. I think thats not the reason .
What do you wipe for clean flash?
I wipe everything except Internal and SD Card.
Then Flash Rom and Gapps. Reboot and do Google Stuff.
After that go back to Recovery and flash Magisk and Migrate Backup zip.
Have no Problems . Try it!
Samuitan said:
You mean Migrate? I use it also to restore Userapps. I think thats not the reason .
What do you wipe for clean flash?
I wipe everything except Internal and SD Card.
Then Flash Rom and Gapps. Reboot and do Google Stuff.
After that go back to Recovery and flash Magisk and Migrate Backup zip.
Have no Problems . Try it!
Click to expand...
Click to collapse
I actually unable to understand the steps to use migrator, could you please suggest me the actual steps that you used to use migrate for rom migration purpose.
Bhanu_p_mishra said:
I actually unable to understand the steps to use migrator, could you please suggest me the actual steps that you used to use migrate for rom migration purpose.
Click to expand...
Click to collapse
Im confused. You said you use Migrate? Then you made a backup or not? What steps exactly make you headache?
I posted once my restore steps in Migrate Thread. Scroll down.
Read a little bit there too for understanding how it works.
And what about Wifi? Works now?
Samuitan said:
Im confused. You said you use Migrate? Then you made a backup or not? What steps exactly make you headache?
I posted once my restore steps in Migrate Thread. Scroll down.
Read a little bit there too for understanding how it works.
And what about Wifi? Works now?
Click to expand...
Click to collapse
I am actually using migrator which is a magisk module(not currently supported) which is different from the migrate app that you quoted, not knowing earlier about this, thanks for your post, going to try clean flash with migrate app and then see how WiFi works
Bhanu_p_mishra said:
I am actually using migrator which is a magisk module(not currently supported) which is different from the migrate app that you quoted, not knowing earlier about this, thanks for your post, going to try clean flash with migrate app and then see how WiFi works
Click to expand...
Click to collapse
You're Welcome.
Ok.. just a misunderstanding lol. Dont know about Magisk Module. I dont use any.
Yes try Migrate. Its really good. I often flash different Roms.
Please give feedback if everything works then
I would like to try this ROM too.
Does the menu translated into Romanian?
McJohn.br said:
I would like to try this ROM too.
Does the menu translated into Romanian?
Click to expand...
Click to collapse
Seems so..
Edit: Sorry wrong Rom..Thats Derpfest lol.
Samuitan said:
Seems so..
Edit: Sorry wrong Rom..Thats Derpfest lol.
Click to expand...
Click to collapse
Attached image cannot be seen!
What was that about ?