Lenovo P2 WiFi/hotspot no longer works after flashing magisk - Android Q&A, Help & Troubleshooting

Hi all, so I flashed Magisk 19.3 on my Lenovo P2, but after that I have been unable to get WiFi to work. I have tried:
* Flashing magisk uninstall zip
* Uninstall magisk from within magisk manager
* reflash original boot.img, TWRP recovery.img and superuser.zip (tried this a lot of times)
* wipe cache/dalvik
* delete /data/misc/wifi/p2p_supplicant.conf as suggested on some forum, also set permissions to 0775 back when i still had that file
Any ideas what can I do to fix my wifi short of flashing/installing everything from scratch?

haishaidua said:
Hi all, so I flashed Magisk 19.3 on my Lenovo P2, but after that I have been unable to get WiFi to work. I have tried:
* Flashing magisk uninstall zip
* Uninstall magisk from within magisk manager
* reflash original boot.img, TWRP recovery.img and superuser.zip (tried this a lot of times)
* wipe cache/dalvik
* delete /data/misc/wifi/p2p_supplicant.conf as suggested on some forum, also set permissions to 0775 back when i still had that file
Any ideas what can I do to fix my wifi short of flashing/installing everything from scratch?
Click to expand...
Click to collapse
You just might have to do that why didn't you have a backup in place threw twrp before you updated your magisk that's the rule of thumb when u do any update that modifies the system have a backup in place for instances like this
([emoji813]9/[emoji725]/9[emoji813])

PoochyX said:
You just might have to do that why didn't you have a backup in place threw twrp before you updated your magisk that's the rule of thumb when u do any update that modifies the system have a backup in place for instances like this
([emoji813]9/[emoji725]/9[emoji813])
Click to expand...
Click to collapse
Yeah kinda forgot that lol, haven't done this in a long time. Hmm so I have an old backup from when I got the phone, which partitions should I try to restore?

haishaidua said:
Yeah kinda forgot that lol, haven't done this in a long time. Hmm so I have an old backup from when I got the phone, which partitions should I try to restore?
Click to expand...
Click to collapse
Boot... System... Data
Those are the 3 you need to restore
([emoji813]9/[emoji725]/9[emoji813])

ok just restoring boot did it for me, dunno how that is different from just reflashing the original but works now anyways. I'll remember to get a full backup next time..

Related

System and user apps accidentally frozen

READ AT THE END OF THIS POST FOR THE SOLUTION
I accidentally used Titanium Backup's widget to frost all system and user apps, leaving mi phone in a infinite boot animation loop. I dont have aNandroid Backup and I would really love to solve this issue without flashing.
I found at Titanium Backup's troubleshooting webpage that I could use this command with adb to solve my issue:
Code:
Type the following command (replace with /dbdata/system/packages.xml if you have a Samsung phone):
busybox sed -n 's/<package name="\([^"]\+\)".*enabled="false".*/\1/p' /data/system/packages.xml | while read PKG; do pm enable "$PKG"; done
but it just says: No such file or directory (yes, I changed /data to /dbdata as stated in the webpage)
Any idea on how to solve this issue?
Thank you!
**EDIT:
This is the way I managed to get my phone working again without having to flash or wipe:
1. Boot in recovery mode and used adb pull command to extract "packages.xml" and "packages-more-backup.xml" from /data/system/
2. Open both files with Wordpad and replaced all protection="2" or "3" lines to protection="1".
3. Also, and very important, replaced all enabled="false" lines to enabled="true"
4. Boot in recovery again and used adb to delete old "packages.xml" and "packages-more-backup.xml" files and push the new ones.
5. Reboot and Voila!
6. Boot once again in recovery mode and fix permissions to avoid any problem.
Hope that this could be usefull to someone else having this horrible problem.
Thank you all!
Checked for that file on my phone, it doesn't exist in /dbdata/system/, but it does in /data/system/
It's probably fixable from the command line with Linux but that is over my head, one option would be to Odin or heimdel back to stock, and start from scratch. You might need a jig to get into dlmode.
Sent from my SAMSUNG-SGH-I777 using xda premium
nitox.n2o said:
Checked for that file on my phone, it doesn't exist in /dbdata/system/, but it does in /data/system/
Click to expand...
Click to collapse
I tried with /data too but same result.
shadow65781 said:
It's probably fixable from the command line with Linux but that is over my head, one option would be to Odin or heimdel back to stock, and start from scratch. You might need a jig to get into dlmode.
Sent from my SAMSUNG-SGH-I777 using xda premium
Click to expand...
Click to collapse
I know I could do that but I would really like to restore my system as it was
Help please
I wonder what would happen if you removed the app (its apk) via adb from /data/app. Would it retain the freeze settings? Something to consider trying.
This happened to me. I reflashed the ROM without wiping and all was back to normal
Sent from my FrankenTAB using Tapatalk
Simba501 said:
I wonder what would happen if you removed the app (its apk) via adb from /data/app. Would it retain the freeze settings? Something to consider trying.
Click to expand...
Click to collapse
Pretty sure that's not gonna work because the frozen apps settings are at packages.xml file, but I can't access it I don't know why
jhermit said:
This happened to me. I reflashed the ROM without wiping and all was back to normal
Sent from my FrankenTAB using Tapatalk
Click to expand...
Click to collapse
I tried doing that right now but it didn't worked
I got a little too punchy with titanium on my 3 year old original Galaxy tab 7 and froze a samsung system app. Got irreversibly stuck is soft brickland - Tried various methods before giving up and hitting the wipe and reset to factory restore in the system recovery mode. Everything was backed up except recent photos, so it was more annoying than the end of the world.
Odd thing was when it reset to factory, it appeared to do just that, yet when I plugged it into PC and mounted it - the memory was full and all my files and app data files were there - untouched. The apps themselves have gone except one - Superuser is still there, Does Superuser somehow override being reset? and act as a guardian of your data in the event of reset?
Odd. I was expecting to run some file recovery software to a salvage what i could, but viola - it was all there.
shokuchi said:
I got a little too punchy with titanium on my 3 year old original Galaxy tab 7 and froze a samsung system app. Got irreversibly stuck is soft brickland - Tried various methods before giving up and hitting the wipe and reset to factory restore in the system recovery mode. Everything was backed up except recent photos, so it was more annoying than the end of the world.
Odd thing was when it reset to factory, it appeared to do just that, yet when I plugged it into PC and mounted it - the memory was full and all my files and app data files were there - untouched. The apps themselves have gone except one - Superuser is still there, Does Superuser somehow override being reset? and act as a guardian of your data in the event of reset?
Odd. I was expecting to run some file recovery software to a salvage what i could, but viola - it was all there.
Click to expand...
Click to collapse
Wrong forum dude
Sent from my Zanpakuto using Getsuga Tensho!
<deleted>
ZIP for unfreezing apps
For those, who accidentally frozen important system app: here quick solution without factory reset, reflashing and ADB
It automatically edits files as described in first post.
You should have unlocked bootloader. If no, ZIP useless because unlocking wipes all data.
Download both ZIP's and just flash them via custom recovery (TWRP / CWM)
If first throws error try second and vice versa. 2nd with mark "New" contains newer updater-binary that must be compatible with recent TWRP.
Then all apps will be unfrozen, so phone will boot.
Fix compatible with all Android versions.
Note: also you can somehow (ADB or filemanager in TWRP) delete file /data/system/0/package-restrictions.xml
More correct to edit that file which ZIP actually do, but deleting not harmful too.
tags: unfroze apps, auto-unfroze, defrost apps, unfreeze apps, 5596
Bonoboo said:
For those, who accidentally frozen system app there is quicker solution without factory reset and ADB.
It automatically edits files as described in first post.
Just flash this ZIP through recovery and all apps will be unfrozen.
Compatible with all Android versions.
Click to expand...
Click to collapse
THANKS MAN!! i just signed up to say thanks! you just saved my life :highfive:
Bonoboo said:
For those, who accidentally frozen system app here quicker solution without factory reset and ADB
It automatically edits files as described in first post.
Just flash this ZIP through recovery and all apps will be unfrozen, so phone will boot.
Compatible with all Android versions.
tags: unfroze apps, auto-unfroze
Click to expand...
Click to collapse
Thanks very much for the zip. It worked great
Same Problem
Does anyone have an updated version of that zip? I also froze an app linked to the device and it won't boot, even after factory resetting it. Tried running the zip on my t-mobile GS4 (probably newer than that zip) from the SD card in recovery mode, however it didn't unfreeze it.
Any help greatly appreciated!
pianoplayer55 said:
Does anyone have an updated version of that zip?
I also froze an app linked to the device and it won't boot, even after factory resetting it.
Click to expand...
Click to collapse
1. To flash that ZIP you need have custom recovery (CWM or TWRP), not stock.
No update needed, it still works in this case.
2. That strange. Maybe you not really performed reset?
Double check all and try again.
Bonoboo said:
1. To flash that ZIP you need have custom recovery (CWM or TWRP), not stock.
No update needed, it still works in this case.
2. That strange. Maybe you not really performed reset?
Double check all and try again.
Click to expand...
Click to collapse
Yup, unfortunately I did select wipe data on the recovery screen. I am also stuck in an infinite boot up loop and cannot access the phone to install any apps. How can I use a custom recovery to run the zip file if i cannot access the phone? Instructions much appreciated. Thanks again.
pianoplayer55 said:
How can I use a custom recovery to run the zip file if i cannot access the phone?
Click to expand...
Click to collapse
ZIP – it's not app.
Again, you need to install custom recovery.
Here link to TWRP and how install it via Odin on PC.
You need place that ZIP on sdcard.
Enter in recovery (don't know how on your model), select Install > find ZIP > confirm > reboot,
Bonoboo said:
ZIP – it's not app.
Again, you need to install custom recovery.
You need place that ZIP on sdcard.
Enter in recovery (don't know how on your model), select Install > find ZIP > confirm > reboot,
Click to expand...
Click to collapse
Downloaded TWRP with Odin and ran custom recovery without a change after the zip (this must have been a deeper-rooted problem in the OS itself), however in the meantime I formatted the system partition, removing the operating system. Installed Kies and ran the update. It reinstalled the OS and I'm good now. Most stuff was backed up anyways. Thanks guys for your time :good::good:
Which apk is the culprit?
Man, I wish I'd found this thread before restoring my phones internal ROM. Had it rooted and set up in every way I like except removing bloatware.
Using TB, I froze a system apk that shut down my System UI and sent the phone bootlooping. What I'm trying to determine is WHICH apk(s) I froze that caused this. I thought I had researched each one that didn't seem obvious, but I musta missed one or one of the 'obvious' ones wasn't so obvious.

Alliance Mods bootloop & other problems! / Resolved!!

After being stupidly led to believe I could flash this "V2.4 STOCK THEMED LSD ODEXED", from this thread here: http://forum.xda-developers.com/showthread.php?p=37186930, & having done a nandroid backup, I can no longer use the phone!!
I have no settings/dialler/contacts/messaging now, after restoring backup when flashing the mod resulted in bootloop!
I've tried using Titanium Backup to restore contacts & messaging but it just hangs! I even tried to install the apks from here: http://forum.xda-developers.com/showthread.php?t=1969991, but they start to install then say not installed!?
What's happened & how can I fix it without having to flash stock rom all over again & lose everything?
Anyone?
CrackDaddy said:
Anyone?
Click to expand...
Click to collapse
You have to make a full wipe of your phone in Recovery mode. Then you can just restore /data partition from the Nandroid backup to keep all your apps.
I also suggest you fully unroot by re-flashing your stock firmware and re-root if any problem persists after trying the option i've written above.
Good luck!
TheGovernment said:
You have to make a full wipe of your phone in Recovery mode. Then you can just restore /data partition from the Nandroid backup to keep all your apps.
I also suggest you fully unroot by re-flashing your stock firmware and re-root if any problem persists after trying the option i've written above.
Good luck!
Click to expand...
Click to collapse
How do I just restore /data partition from backup in CWM? & if it works, can I then restore the whole backup & not have this problem when done? Thanks!
CrackDaddy said:
How do I just restore /data partition from backup in CWM? & if it works, can I then restore the whole backup & not have this problem when done? Thanks!
Click to expand...
Click to collapse
Didn't you try to restore the whole backup already? If you did and it didn't work then you cant restore your full Nandroid since something has gone corrupt.
What kernel are you on?
To restore /data is usually this way but depends on kernel, which is why i asked you
Go to 'Backup and Restore' and then 'Advanced restore/Custom restore job' and press on /data option.
TheGovernment said:
Didn't you try to restore the whole backup already? If you did and it didn't work then you cant restore your full Nandroid since something has gone corrupt.
What kernel are you on?
To restore /data is usually this way but depends on kernel, which is why i asked you
Go to 'Backup and Restore' and then 'Advanced restore/Custom restore job' and press on /data option.
Click to expand...
Click to collapse
I have 2 backups, & restored both with same problem!
Stock kernel!
Could I not copy both backups to pc, factory reset in settings, re-root, then flash backup!? as both backups (one done today & one last month!) can't be corrupt surely!?
CrackDaddy said:
I have 2 backups, & restored both with same problem!
Stock kernel!
Could I not copy both backups to pc, factory reset in settings, re-root, then flash backup!? as both backups (one done today & one last month!) can't be corrupt surely!?
Click to expand...
Click to collapse
Stock kernel!
Dude, you can't do much on stock kernel. you can't flash anything from stock kernel.
I suggest you remove everything and fully unroot your device by re-flashing stock firmware (and wipe data/cache etc)
Now flash a custom Kernel and then you can flash custom firmwares.
TheGovernment said:
Stock kernel!
Dude, you can't do much on stock kernel. you can't flash anything from stock kernel.
I suggest you remove everything and fully unroot your device by re-flashing stock firmware (and wipe data/cache etc)
Now flash a custom Kernel and then you can flash custom firmwares.
Click to expand...
Click to collapse
I don't want different kernel or custom roms/firmwares, thanks all the same!
CrackDaddy said:
I don't want different kernel or custom roms/firmwares, thanks all the same!
Click to expand...
Click to collapse
Well if you want to flash something like you tried to do before - you will need a custom kernel (which includes a custom recovery). With stock recovery you can't do much..
TheGovernment said:
Well if you want to flash something like you tried to do before - you will need a custom kernel (which includes a custom recovery). With stock recovery you can't do much..
Click to expand...
Click to collapse
I just flashed latest samfirmware with mobile odin & wiped dalvik cache & kept root in the process & all is good again!
The only problem I've got now , which is one I've had in the past & forgotten how to resolve, is that I kept having a force close with rom toolbox pro, so I uninstalled & tried to reinstall my backup in Titanium Backup, but it just hangs!? I tried reinstalling it again after downloading the apk backup I have on my laptop, but it won't install coz it says there's insufficient space & tries to redirect me to apps manager in settings!
There is enough space (414mb internal memory/8.45gb internal sd/ & 27gb ext sd), as I've installed the light version straight from play store!! Any ideas on this??
Oh & I have CWM recovery.zip for recovery!
THNX!
CrackDaddy said:
I just flashed latest samfirmware with mobile odin & wiped dalvik cache & kept root in the process & all is good again!
The only problem I've got now , which is one I've had in the past & forgotten how to resolve, is that I kept having a force close with rom toolbox pro, so I uninstalled & tried to reinstall my backup in Titanium Backup, but it just hangs!? I tried reinstalling it again after downloading the apk backup I have on my laptop, but it won't install coz it says there's insufficient space & tries to redirect me to apps manager in settings!
There is enough space (414mb internal memory/8.45gb internal sd/ & 27gb ext sd), as I've installed the light version straight from play store!! Any ideas on this??
Oh & I have CWM recovery.zip for recovery!
THNX!
Click to expand...
Click to collapse
Weird never had such issue. Try to delete it's data from application manager in settings then uninstall and re-install it again. Also, search for a odex file for rom toolbox pro in /data/app. If it's there - delete it.
TheGovernment said:
Weird never had such issue. Try to delete it's data from application manager in settings then uninstall and re-install it again. Also, search for a odex file for rom toolbox pro in /data/app. If it's there - delete it.
Click to expand...
Click to collapse
Yeh, I tried all of that thnx! Got it resolved in the end, I'd already done everything you've just suggested & it worked!
So in the end, I used Mobile Odin Pro to wipe dalvik cache, enabled EverRoot, then enabled Inject Superuser & flashed last stock rom for my region from Samfirmware over the top of my corrupted rom, then all was good in the world again!
Thnx for your support m8, I should have known better but the alliance mods in the link of my first post were too good to resist, but I should have tried on deodex & not odex firmware, MY BAD!!
CrackDaddy said:
Yeh, I tried all of that thnx! Got it resolved in the end, I did everything you've just suggested & it worked!
So in the end, I used Mobile Odin Pro to wipe dalvik cache, enabled EverRoot, then enabled Inject Superuser & flashed last stock rom for my region from Samfirmware over the top of my corrupted rom, then all was good in the world again!
Thnx for your support m8, I should have known better but the alliance mods in the link of my first post were too good to resist, but I should have tried on deodex & not odex firmware, MY BAD!!
Click to expand...
Click to collapse
Glad it worked out in the end.
Also a pro-tip if you want, otherwise just ignore this:
You can flash the absolutely latest stock firmware compatible with your device even if it's not for your region
TheGovernment said:
Glad it worked out in the end.
Also a pro-tip if you want, otherwise just ignore this:
You can flash the absolutely latest stock firmware compatible with your device even if it's not for your region
Click to expand...
Click to collapse
The firmware that got corrupted was "XWLSW" that was an OTA update! (I have the firmware safe on laptop! )
But the latest firmware for my region on Samfirmware, which is what I flashed, was "XWLSS"
But thnx again for the info!

Bugged root/subinary/supersu

Hello, i need help on how to fix a bug ive encountered with my root. No matter what i do i cannot mount system as r/w, i cannot update subinary normally or with twrp, i cannot uninstall the subinary or any other root tools like busybox. I think i encountered the problem trying to flash an ota update using flashfire. So far nothing ive tried works, ive tried uninstalling from withing the supersu app, ive tried manually deleting the files but as i said my /system folder is locked in r/o mode. Ive tried factory reset and all that does is soft brick my phone. Please help and ask for any information that may be needed and i will provide it to the best of my ability. Thanks
icy201 said:
Hello, i need help on how to fix a bug ive encountered with my root. No matter what i do i cannot mount system as r/w, i cannot update subinary normally or with twrp, i cannot uninstall the subinary or any other root tools like busybox. I think i encountered the problem trying to flash an ota update using flashfire. So far nothing ive tried works, ive tried uninstalling from withing the supersu app, ive tried manually deleting the files but as i said my /system folder is locked in r/o mode. Ive tried factory reset and all that does is soft brick my phone. Please help and ask for any information that may be needed and i will provide it to the best of my ability. Thanks
Click to expand...
Click to collapse
flashing latest super su zip using twrp on ur device should fix your problem
messi2050 said:
flashing latest super su zip using twrp on ur device should fix your problem
Click to expand...
Click to collapse
Would you mind posting a link to the zip i need to flash, i did try flashing one named "UPDATE-SuperSU-v2.78-20160905010000.zip" but it didnt do anything.
Is it because i need to rename it? Also where should i place the zip before installation? I tried flashing from my download folder and the root of my external sd card and neither worked.
icy201 said:
Would you mind posting a link to the zip i need to flash, i did try flashing one named "UPDATE-SuperSU-v2.78-20160905010000.zip" but it didnt do anything.
Is it because i need to rename it? Also where should i place the zip before installation? I tried flashing from my download folder and the root of my external sd card and neither worked.
Click to expand...
Click to collapse
yes v2.78 is the correct one , it doesn't matter where you put the file but it's better to place it on your sdcard not ur internal memory
messi2050 said:
yes v2.78 is the correct one , it doesn't matter where you put the file but it's better to place it on your sdcard not ur internal memory
Click to expand...
Click to collapse
So what am i doing wrong for it to not work? While in twrp when i flash it it says that is succeeded but when i boot back into system nothing changes except the supersu app is gone and i have to reinstall it, but when i open it it still says i need to update the su binary.
Edit: thank you so much! for trying to help me but nothing is working. I posted my problems with a lil bit more insight in hopes that there are (no offense) more advanced users there that may know exactly whats wrong and how to fix it if its even fixable
Update - thread can be closed
Problem fixed, to fix the problems i was having i had to download the stock system files for my device and flash them, after that just installed the latest supersu 2.78 zip and remount problem is fixed.

[ZIP] Fix PIN Errors after restoring a nandroid backup

Many of you know how to fix this issue.
I created a simple zip to do it faster. The TWRP file manager can be very useful but it's not as confortable as a file manager like MiXplorer, Amaze, Solid...
From now on, instead of going to the TWRP file manager to remove the files one by one, just flash one of these zips and reboot.
- To remove the 5 files > DOWNLOAD LINK
- As suggested, here is another flashable zip to only remove the LOCKSETTINGS files > DOWNLOAD LINK
- Final version, to only remove locksettings.db => DOWNLOAD LINK (recommended)
Here are below the list of files it removes:
Code:
gatekeeper.password.key
gatekeeper.pattern.key
locksettings.db
locksettings.db-shm
locksettings.db-wal
Does this only apply to PIN errors?
I recentrly restored a backup and it didn't recognize my password. I gave up and deleted everything.
carlosh2k4 said:
Does this only apply to PIN errors?
I recentrly restored a backup and it didn't recognize my password. I gave up and deleted everything.
Click to expand...
Click to collapse
The zip only removes the lockscreen protection where you have to enter your PIN/patter/password to reach your homescreen.
It doesn't apply to the boot protection while you are encrypted.
Thanks for this flashable zip,
I've got the same files on my NEXUS 6P , it should work... :good:
Lol
I made the same for another device some time ago..
https://forum.xda-developers.com/g4/development/tool-lock-screen-fix-encrypted-devices-t3499478
#
Sent from my LG-H815 using XDA Labs
I had this issue and had to clean install.
I have deleted only those locksetting files and it works fine.
TurboStrutsi said:
I have deleted only those locksetting files and it works fine.
Click to expand...
Click to collapse
Yep, I only ever delete the 3 locksetting files and it works great. Preserves fingerprints too, so only need to set up the PIN again.
New zip to only remove the LOCKSETTINGS files.
Thanks for this. Saves a lot of people from nuking their ROM ?
honestly all I've ever deleted was locksettings.db and that was enough...
dimm0k said:
honestly all I've ever deleted was locksettings.db and that was enough...
Click to expand...
Click to collapse
Fingerprint enabler xposed module also works for the times i restore and forget to erase that file in twrp.
Thanks so much. Solved my problems on my rooted HTC U11. You are awesome. Do I need to flash it everytime I leave TWRP?
Cdneyes said:
Thanks so much. Solved my problems on my rooted HTC U11. You are awesome. Do I need to flash it everytime I leave TWRP?
Click to expand...
Click to collapse
no
this is only used once - when you restore your TWRP backup and lockscreen security fails to log you in
Does my phone have to be rooted and have twrp to use this? If not, how do i flash the zip file?
kingslash said:
Does my phone have to be rooted and have twrp to use this? If not, how do i flash the zip file?
Click to expand...
Click to collapse
That's a convenient solution for a specific issue, I suggest to read the OP, if you don't have TWRP you cannot be locked out due to restoring a backup by TWRP in first place, it only applies to TWRP users in a certain usage scenario... It's flashed from recovery, root has nothing to do with this...
Sent from my OnePlus3T using XDA Labs
Is it applicable to op3?
prasant737 said:
Is it applicable to op3?
Click to expand...
Click to collapse
Of course. Many devices are compatible.
Primokorn said:
Of course. Many devices are compatible.
Click to expand...
Click to collapse
Hey!
I'm an HTC U11+ user and this doesn't work for me, im facing the same issue either i restock via OTA or TWRP backup, any thing you consider sharing that could help me?
1 thing though, i manually flashed 1.24.401.2 images, while my bootloader shows the actual version to be 1.24.401.12 .
Could this be in anyway be causing my problems?
If I do not set up any boot password/pattern etc but just a swipe on lockscreen then,
after restoring the back up and then flashing the given zips for five files immediately,
Will I be able to set up the PIN/Password/pattern on the restored ROM?

[ROM][A605FN]OREO[CustomRoM][1.12.2018]

Disclaimer
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.
Installation steps
- Make sure you have twrp 3.x installed
- Make sure your phone is charged to at least 60%
- Download the ROM, and transfer to your phone / external SD card if you have encryption active
- Make sure OEM Unlock is on in developer settings
- Boot the phone into TWRP
- Do a FULL wipe: Dalvik Cache, Cache, Data, System
- Flash rom and boot (first boot may take 15-20 min)
- If you face any lags/hangs at first boot, reboot 2-3 times and it will be fixed
- If you want you can flash Magisc 17.3 to root your phone
Press thanks if you like the rom
Harry
ROM OS Version: 8.x Oreo
Based On: STOCK ROM
Version Information
Status: Stable
Created 31-11-2018
There is nothing changed from stock rom.
Apps, battery and performance is great.no lags/hangs !
Samsung health works fine!
Download link here
Whar are the customisations in this ROM? Can you provide some screenshots?
What's the difference between stock rom and yours?
nebkas said:
Whar are the customisations in this ROM? Can you provide some screenshots?
Click to expand...
Click to collapse
nothing is customised. I uploaded some screenshots.
francuz1988 said:
What's the difference between stock rom and yours?
Click to expand...
Click to collapse
nothing actually.
what about security patch?
cvhfghfghfgh said:
what about security patch?
Click to expand...
Click to collapse
Security patch is 1 july
ariber14
Great job .Thanks.
Will you deodex it in the future?
ariber14 said:
Security patch is 1 july
Click to expand...
Click to collapse
have you try any modification to your system files? or delete/debloat some apps?
"verity flag" triggerred to me when modification or deleting/debloat some apps
no-verity zip did nothing... (fstab not found in unpacked boot.img. this fstab might located in vendor partition)
Bubibubibibi said:
ariber14
Great job .Thanks.
Will you deodex it in the future?
Click to expand...
Click to collapse
I believe it's already deodexed
an-_-dro said:
have you try any modification to your system files? or delete/debloat some apps?
"verity flag" triggerred to me when modification or deleting/debloat some apps
no-verity zip did nothing... (fstab not found in unpacked boot.img. this fstab might located in vendor partition)
Click to expand...
Click to collapse
As i said above i changed nothing. But i'm not familiar with the fstab.if you tell me how to do it i can try and rebuilt it with the vendor folder and maybe make the changes nessesary for this
ariber14 said:
As i said above i changed nothing. But i'm not familiar with the fstab.if you tell me how to do it i can try and rebuilt it with the vendor folder and maybe make the changes nessesary for this
Click to expand...
Click to collapse
in my case, after i delete even only one app (with file manager romtoolbox) then restart. all become messed up.. message FC, romtoolbox file manager unable to copy/delete anymore, magisk become FC when try to download madule. i have to restore my backup up to fix this.
i just curious if this just happen to me or not. try delete any app that you consider bloatware, then restart and see if u have the same symptoms
definitely i need (we need) custom kernel with removed all protections (RMM, knox related, dm verity etc.) if we want fully modded stock rom..
an-_-dro said:
in my case, after i delete even only one app (with file manager romtoolbox) then restart. all become messed up.. message FC, romtoolbox file manager unable to copy/delete anymore, magisk become FC when try to download madule. i have to restore my backup up to fix this.
i just curious if this just happen to me or not. try delete any app that you consider bloatware, then restart and see if u have the same symptoms
definitely i need (we need) custom kernel with removed all protections (RMM, knox related, dm verity etc.) if we want fully modded stock rom..
Click to expand...
Click to collapse
I deleted about 8 apps and everything works good. do you have root with magisc 17.3?
You can try this boot.img. flash it as image from twrp
Download Here
ariber14 said:
I deleted about 8 apps and everything works good. do you have root with magisc 17.3?
You can try this boot.img. flash it as image from twrp
Download Here
Click to expand...
Click to collapse
i flashed 17.1 i gez..but will try your boot.img first.
thanks
**what actually on that boot.img change?
an-_-dro said:
i flashed 17.1 i gez..but will try your boot.img first.
thanks
**what actually on that boot.img change?
Click to expand...
Click to collapse
This is the boot.img i use.i had no problems. try it, and maybe you need to flash magics again. but tell me how it is
ariber14 said:
This is the boot.img i use.i had no problems. try it, and maybe you need to flash magics again. but tell me how it is
Click to expand...
Click to collapse
but wait, your model is FN and mine is G/DS. do u think that will cause some trouble?
when this error things done, i have so many plan with it... maybe later i'll upload deodexed version. for your base to make custom rom..
an-_-dro said:
but wait, your model is FN and mine is G/DS. do u think that will cause some trouble?
when this error things done, i have so many plan with it... maybe later i'll upload deodexed version. for your base to make custom rom..
Click to expand...
Click to collapse
I don't know if it will work but either way you can make your own patched boot img.just keep a backup of the bot.img you are using now and you can try the patched ones
ariber14 said:
I don't know if it will work but either way you can make your own patched boot img.just keep a backup of the bot.img you are using now and you can try the patched ones
Click to expand...
Click to collapse
still same.. after debloating, become crash on certain application..
maybe i need custom kernel
an-_-dro said:
still same.. after debloating, become crash on certain application..
maybe i need custom kernel
Click to expand...
Click to collapse
What model you have ? A605FN or A605G/DS ?
Maybe i can help you to make a stock file with TWRP included ..
balanadi said:
What model you have ? A605FN or A605G/DS ?
Maybe i can help you to make a stock file with TWRP included ..
Click to expand...
Click to collapse
my model is G/DS.
thanks but i got my phone deodexed already (rooted of course since TWRP by ashyx). but until now i barely can not modifying anything... replacing and deleting file make my phone unstable (already talked about this in your thread).
for your information..unstable or crash of my phone its not because i deleted some app and their dependencies.. even replacing god damn xml file triggering that weird thing :silly:

Categories

Resources