Hi !
I have made some magisk modules to test v17 template
These mods are build.prop related and are released as a "test if you want".
GPSfr: GPS for France
OptimizeFR: Some optimizations and tweaks (specially in France)
I'm testing them on a Samsung S7 (SM-930F) LTE and Samsung Tab S 10.5 Wifi.
I provide them for peoples who want to test too.
PS: these mods expext that Magisk v17 is installed on Android
Please, how i can clear dalvik/ART?
Thank you
jordirpz said:
Please, how i can clear dalvik/ART?
Thank you
Click to expand...
Click to collapse
You need à custom recovery like Twrp 1nd use it to clear dalvik, art and cache.
Regards
Envoyé de mon SM-G930F en utilisant Tapatalk
jordirpz said:
Please, how i can clear dalvik/ART?
Thank you
Click to expand...
Click to collapse
Download ClearDalvikCache4Magisk From This Thread https://forum.xda-developers.com/apps/magisk/module-dalvik-cache-t3787264 Then Flash It Thru Magisk Manager.
Hey, modules work for OP6 or only for Samsung ?
Envoyé de mon ONEPLUS A6003 en utilisant Tapatalk
black_file said:
Hey, modules work for OP6 or only for Samsung ?
Envoyé de mon ONEPLUS A6003 en utilisant Tapatalk
Click to expand...
Click to collapse
It works for all Androids
Why you don't create module on magisk regroup all of these ?
Envoyé de mon ONEPLUS A6003 en utilisant Tapatalk
black_file said:
Why you don't create module on magisk regroup all of these ?
Envoyé de mon ONEPLUS A6003 en utilisant Tapatalk
Click to expand...
Click to collapse
I made multiple modules to test each of them individually... And I was good as BetterART make my phone lag after some hours... So I need to debug values
Two of the modules listed are not available to download :silly:
Hi Thanks for spotting missing mods. I uploaded new ones !
kraoc said:
Hi !
I have made some magisk modules to test v17 template
These mods are build.prop related and are released as a "test if you want".
Better3G: is used to tweak mobile data 3g/4g system properties
BetterART: used to tweak ART & Dalvik properties (need to clear Dalvik & ART manually)
BetterGaming : ... use to optimize for gaming
BetterStreaming : some tweaks to optimize system for streaming
BetterUI : changes are made on some system properties to boost system ui
BetterNetwork : special tweaks for network transfert
BetterGPS : tweaks to optimize GPS in France
BetterErrors : optimize errors and performances by disable them
BetterRAM : optimize ram usage
BetterZBattery : optimize battery usage and autonomy
I'm testing them on a Samsung S7 (SM-930F) LTE...
I provide them for peoples who want to test too.
PS: these mods are for all Android peripherals (and not only Samsung ones) expext that Magisk v17 is installed on them
Click to expand...
Click to collapse
Hi! 3g tweak work in all country?
Other module are totally compatible with all Android version and all devices?
3G/4G are test tweaks. I put max values and it should work anywhere.
All other modules should also work, as I said it's a "test if you want"
I made change to Dalvik/ART because it causes lag and I need to upload these mods.
I compiled them to provide a single module for Samsung S7 I'll upload soon
kraoc said:
3G/4G are test tweaks. I put max values and it should work anywhere.
All other modules should also work, as I said it's a "test if you want"
I made change to Dalvik/ART because it causes lag and I need to upload these mods.
I compiled them to provide a single module for Samsung S7 I'll upload soon
Click to expand...
Click to collapse
I will test 3g/4g module and report it.
If doesn't work, how can I delete it?
I tested 3g/4g module but I had bad results.
In screenshot 1st and 2nd test module active, 3rd and 4th module not active.
Network speed is lower when the module is active.
Hi !
I tested and refacto all my modules. I rebuilt all of them after some days testing
Some minor code correction on modules Network and DalvikART that caused some lag with a some applications (like Gmail)
Does this module affect draining battery?
gloeyisk said:
Does this module affect draining battery?
Click to expand...
Click to collapse
Long answer is:
You must choose between performance and battery. Both are impossible or is stock settings.
Sort answer is:
Yes
I uploaded new updates. I also think about using NFS-Injector Magisk module in place of my mods
The post mentions a network module, but there aren't any attachments for that.
Related
Ever been on a quality, high-speed connection yet have YT just rebuffer all the time? Turns out that (as usual) the issue isn't technical, but political; several ISPs *****ed to Google about YT bandwidth and as a compromise Google will attempt to serve content from CDNs that may throttle bandwidth. If you reject outgoing connections to those CDNs, YT works far better.
So at the bottom of one of your boot.img .rc files (I use init.smdk4x12.rc on the GNote) add:
Code:
service fix-youtube /system/bin/sh /fix-youtube.sh
class main
oneshot
Then add the file "fix-youtube.sh" to the root of your ramdisk (or to /etc/init.d if you're using that):
Code:
# stop YouTube from sucking (block bad CDNs)
/system/bin/iptables -A OUTPUT -d 173.194.55.0/24 -j DROP
/system/bin/iptables -A OUTPUT -d 206.111.0.0/16 -j DROP
We have a 250 Mbit connection to our ISP at the office and even with that YT would buffer all the time; this cures that.
kcrudup said:
So at the bottom of one of your boot.img .rc files (I use init.smdk4x12.rc on the GNote) add:
Code:
service fix-youtube /system/bin/sh /fix-youtube.sh
class main
oneshot
Click to expand...
Click to collapse
Hi,
Is it normal that this disappears at reboot ?
Envoyé depuis mon GT-N8010 avec Tapatalk
nic.stl said:
Is it normal that this disappears at reboot ?
Click to expand...
Click to collapse
What do you mean?
kcrudup said:
What do you mean?
Click to expand...
Click to collapse
When i reboot the note10.1, these added lines disappears of the rc file
Envoyé depuis mon GT-N8010 avec Tapatalk
Are you trying to edit those files in-place on your device? That won't work- you'll have to build a boot.img using "mkbootimg", then flash that onto your device with Odin/Heimdall.
kcrudup said:
Are you trying to edit those files in-place on your device? That won't work- you'll have to build a boot.img using "mkbootimg", then flash that onto your device with Odin/Heimdall.
Click to expand...
Click to collapse
Ok ... my bad
Thank you
Envoyé depuis mon GT-I9100G avec Tapatalk
I just made a init.d called fixyoutube and added those lines. Seems to be working, :fingers-crossed:well thanks
Hi
Can someone make a tuto of mkbootimg or post the file with the lines already added for android revolution HD 5.1 rom ?
Envoyé depuis mon GT-I9100G avec Tapatalk
Another question, where is the ramdisk ?
Envoyé depuis mon GT-N8010 avec Tapatalk
Must be edit the boot.img?
Or if the ROM init.d supportet only take this file in the init.d folder enough?
For boot.img edit must be Linux or in example for Windows Cygwin used.
send from the streets......
I have make a few tests....
If your ROM init.d supports!!! Then you must only put the fix-youtube.sh (look in attachment and extract the ZIP) file to system/etc/init.d/ Folder and restart your device!
Then it works fine :good:
Testet on all my deodexed ROMs and Android Revolution HD ROM supports init.d too!
Darkman said:
I have make a few tests....
If your ROM init.d supports!!! Then you must only put the fix-youtube.sh (look in attachment and extract the ZIP) file to system/etc/init.d/ Folder and restart your device!
Then it works fine :good:
Testet on all my deodexed ROMs and Android Revolution HD ROM supports init.d too!
Click to expand...
Click to collapse
Hi
Thanks,
Do we have to add the 3 lines in the boot.img.rc file ?
If so, how to ?
Envoyé depuis mon GT-N8010 avec Tapatalk
nic.stl said:
Hi
Thanks,
Do we have to add the 3 lines in the boot.img.rc file ?
If so, how to ?
Envoyé depuis mon GT-N8010 avec Tapatalk
Click to expand...
Click to collapse
No if init.d support you must only add the file to the folder... no mod from boot.img needed....
send from the streets......
Thank you darkman for this file, i've used it for my deodexded stock rom for 8010 and it works really really well. I just download the file and extract it to the folder with the app "ZArchiver" and after a reboot you'll see the big difference.
Ps: would this file or method work on my samsung s2, too? Because I have very long buffering time sometimes there, and it would be great if it would work on my phone.
Sent from my GT-N8010 using xda app-developers app
19bjk03 said:
Ps: would this file or method work on my samsung s2, too? Because I have very long buffering time sometimes there, and it would be great if it would work on my phone.
Click to expand...
Click to collapse
If this S2 ROM init.d supportet it works too! I use it on my Galaxy Nexus too
Odexed Stock ROMs dont support it!
send from the streets......
Darkman said:
If this S2 ROM init.d supportet it works too! I use it on my Galaxy Nexus too
Odexed Stock ROMs dont support it!
send from the streets......
Click to expand...
Click to collapse
I confirm it works on s2 rom with init.d support
Envoyé depuis mon GT-N8010 avec Tapatalk
Would this script work with something like AFWall? $IPTABLES -A INPUT -s 206.111.0.0/16 -j REJECT
$IPTABLES -A INPUT -s 173.194.55.0/24 -j REJECT
I think there's something wrong with the code because i'm still getting buffering..Maybe change to output?
Thanks kcrudup, I posted this in the Nexus 4 forum as well (linked to this thread, all credit to you). Hope we can get it to work on other devices as well. Nice work.
TexasRules777 said:
Would this script work with something like AFWall?
Click to expand...
Click to collapse
Since I'm assuming "AfWall" is just some sort of app interface to the "iptables" command, why not just use exactly what I'd posted above?!
tgtoys said:
... all credit to you
Click to expand...
Click to collapse
Well, that's not strictly true, as the basic idea came from something I'd seen on Reddit (in /r/Android).
Hope we can get it to work on other devices as well
Click to expand...
Click to collapse
As every (recent?) Android build has the "iptables" command in it, I'd imagine it should work on (nearly?) every device. I do wonder if those CDN ranges apply outside the US, however.
Hello S4 Users (E330 / E470 / 9506)
I want to introduce MagmaNX Note 7 ported rom.
This project already started through Note 3 forum but I couldn’t see any s4 users even though all devices (E330 / E470 / 9506) was included to this rom.
Maybe nobody notice this thread, that’s why I open new thread on S4 forum.
You can see the all information of MagmaNX from below link.
MagmaNX
But I hope you would post all queries and trouble report via this thread, not Note3 thread
to prevent we confused which your device it is.
Thanks.
General Fetures
=========================================
Note7 Port based on N930KKKU1BPI8 Firmware
- Aroma Installer 3.0
- Multi-Language Support
- Magisk
- Systemless Xposed / System Xposed
- Phh's Superuser / SuperSU
- AOD Touch Support
- AOD Brightness Control App
- AOD Auto Move (No Burn-in)
- Bluelight Filter
- Note7 - Green Color Batt. Indicator
- Fastest Perfomance
- Beats + Viper4Android + Dolby Atmos
- Sound Alive
- Sound Control App
- 100 CSC Country code support
- Camera Selection (Note3, Note7, S7E)
- Private mode fixed
=========================================
It has bugs?post some screenshots also pls
Dedede_ said:
It has bugs?post some screenshots also pls
Click to expand...
Click to collapse
As the op says look at the link there is all the information needed
sir im using the rom but gugu0das kernel is not updated to 3.4.33 can u link me the lattest flashable kernel because of slow charging issue. quick charge is not happening.ty
Friends upload the link from a kernel that does not leak battery. Thank you
Great. Maybe this is the best Touchwiz-based ROM for our msm8974 devices. Good job NXTeam.
@PALAMATOR upload new gugu0das kernel please
New gugu0das kernel install update supersu for root and flash with flashify. working good and no lags in this Rom update of today http://www16.zippyshare.com/v/SqXBOtrV/file.html
New gugu0das kernel
luistro said:
@PALAMATOR upload new gugu0das kernel please
Click to expand...
Click to collapse
Done!
Kernels [androidfilehost]
Hi thaks for new ROM.
I try install this ROM on i9506,but istallation no work.Waiting fave second on start aroma instaler and phone shutdown and nothing more.
Where is problem?Somebody can you help me?
I have this issue on the latest TWRP. Should work on 2.8.7.0
Wysłane z mojego GT-I9506 przy użyciu Tapatalka
Dikuran thank you solved problem
Sent from my SM-N930F using XDA-Developers mobile app
weird ! i've updated and blue light not working ? Can anyone give solution ?
Any plan on double tap st bar to turn off display? @@ this rom is a huge monster...
OMG
Like I said - OMG. You guys are awesome. I havent seen this stable rom for a while on Galaxy S4 (ks01lte)! And the fact it's N7 port makes it even more awesome. :good:
How on earth did you managed to do it? Just kidding, I love you!
Hi Karkass i have problem with last release Magma ROM UN on i9506.Rom lagy and use toomuch RAM.I use last release with gugu0das kernel from 8.1.2017.Do you have the same problem?
This is my installing way:
1.full wipe dalvik,cache,system
2.install ROM with support for i9506
3.install patch for i9506
4.wipe dalvik and cache
5.install gug0das kernel
6.boot ROM
I dont use any more app clean install.
Thaks for your hard work and i hope you help me.
M.
Sent from my SM-G935F using XDA-Developers Legacy app
Mnichovec said:
Hi Karkass i have problem with last release Magma ROM UN on i9506.Rom lagy and use toomuch RAM.I use last release with gugu0das kernel from 8.1.2017.Do you have the same problem?
This is my installing way:
1.full wipe dalvik,cache,system
2.install ROM with support for i9506
3.install patch for i9506
4.wipe dalvik and cache
5.install gug0das kernel
6.boot ROM
I dont use any more app clean install.
Thaks for your hard work and i hope you help me.
M.
Sent from my SM-G935F using XDA-Developers Legacy app
Click to expand...
Click to collapse
You dont need to install patch if rom booted successfully and Latest gugudas kernel already included to rom. Just choose 9506 kernel during aroma installing. Don't wipe after rom installation, just wipe before rom installation.
And turn on/off flashlight make some lag (this lag will be disappeared when you execute camera)
ok thx i will try and give you report back
Karkass- I Install ROM without patch,but give me bootloop on splash screen.After install patch ROM normal boot.
Flashlight ON/OFF reduce lag perfect ROM is smooth.
Only one more question ROM showing me installed kernel 3.4.112-gugu0das Mon Aug 1 it is last one or i need flash new one.
Thanks for your support.
Mnichovec said:
Karkass- I Install ROM without patch give me bootloop on splash screen.After install patch ROM normal boot.
Flashlight ON/OFF reduce lag perfect ROM is smooth.
Only one more question ROM showing me installed kernel 3.4.112-gugu0das Mon Aug 1 it is last one or i need flash new one.
Thanks for your support.
Click to expand...
Click to collapse
Bootloop on splash screen mean which one?
https://forum.xda-developers.com/showthread.php?p=70362163
1 or 2?
WIP. No lazy introduction, lets skip to the main point. Xposed v87 for arm/arm64/x86 specially built for Nougat MR1 (7.1.x). Now with Magisk supports. First and original unofficial WIP version.
Generic version, maybe not compatible with Samsung or special ART. Tested on Sony Xperia XZ F8332 and should be working on AOSP/Lineage/Lineage-based ROM
UNSTABLE
Download
Code:
[URL="https://goo.gl/eUukmA"]Google Drive[/URL]
[URL="https://mega.nz/#F!9e5QSIpK!IgX-hQm7Ev1zfR886uqRLA"]Mega[/URL]
Install instruction:
Code:
-Disable SELinux or set it as permissive (non Magisk user)
-Flash with TWRP or CWM (who using this these day?)
-Wipe dalvik and cache
-Reboot
-The 1st boot maybe stuck in bootloop. In that case you should force power off and try to boot again. The 2nd boot will work
-Install the Marshmallow Xposed apk (yes its working) to manage your Xposed.
Issues:
Code:
-Initial release. Bugs falling from the sky...
-Xposed modules that change resources will fail.
Wait for proper updates for both framework and modules.
For example GravityBox:
https://forum.xda-developers.com/showpost.php?p=73099015&postcount=1774
Credits:
Code:
-Me
-abforce with his works: [URL="https://github.com/abforce/xposed_art_n"]Xposed for Nougat[/URL]
-Rovo89 and all devs working on Xposed
-Zhuang Shao? (idk your name on XDA) for testing and helping
-topjohnwu for Magisk installer
If you want to help, press Thanks or donate to me and abforce to speed things up!!!:good::good:
Dude you're the man !!
Don't play Ur foolish.
Wow, at last, thanks for your hard work!! Let's try it
Sent from my R7sf using XDA Premium 4 mobile app
@BlackSoulxxx Did you prepare any uninstaller? It might come handy...
iTalisman said:
@BlackSoulxxx Did you prepare any uninstaller? It might come handy...
Click to expand...
Click to collapse
No. But I will do, shortly. Backup first
Ummm.......Why is Rovo not involved in this? Not seeing his name even mentioned here makes me feel Suspicious about this.
Also, seems suspicious given there was just information released saying Xposed compatibility for Nougat would need to be baked in at the ROM build stage (by Devs).....No mention to that here either.
Kinda want more confirmation/information.
Tried it on AOSPA 7.2.0 on the Nextbit Robin and I get a crash on boot for com.quicinc.cne.cneservice and then it reboots again infinitely
Stupifier said:
Ummm.......Why is Rovo not involved in this? Not seeing his name even mentioned here makes me feel Suspicious about this.
Click to expand...
Click to collapse
It isnt equal to just credit Rovo89 alone, Xposed is an open source project and many devs contributed to it. So in credit I said to "all devs working on Xposed". Yes Rovo89 created Xposed, but without any helps he coudnt do it alone....
But sure, I will credit him just to be happy
Stupifier said:
Ummm.......Why is Rovo not involved in this? Not seeing his name even mentioned here makes me feel Suspicious about this.
Click to expand...
Click to collapse
It's based on modified code by abforce which is based on Rovo's original code. You can see here for the differences between abforce's and Rovo's (not sure about OPs though) https://github.com/abforce/xposed_art_n/commit/1d14337b858cabd184335804b178f16849186f89
bgiesing said:
Tried it on AOSPA 7.2.0 on the Nextbit Robin and I get a crash on boot for com.quicinc.cne.cneservice and then it reboots again infinitely
Click to expand...
Click to collapse
Im not sure about those Qualcomm stuffs, they just keep breaking. Maybe you can try with another "pure android" rom
Well.....I'll backup and give it a try. Thanks for getting back to me so fast. Will definitely chip in donation given positive results.
O my good congratulations bro thank you
BlackSoulxxx said:
Issues:
Code:
-No Magisk yet? Still finding the cause.
Click to expand...
Click to collapse
Does it mean you tried to build a module without success ?
Thanks for sharing
Greenify xposed module doesn't work.
Enviado desde mi Redmi 3 mediante Tapatalk
Stupifier said:
Ummm.......Why is Rovo not involved in this? Not seeing his name even mentioned here makes me feel Suspicious about this.
Also, seems suspicious given there was just information released saying Xposed compatibility for Nougat would need to be baked in at the ROM build stage (by Devs).....No mention to that here either.
Kinda want more confirmation/information.
Click to expand...
Click to collapse
Revo89 knows but does not want to be involved with translating old commits for N.
Read more here: https://github.com/rovo89/Xposed/issues/230#issuecomment-315959127
---------- Post added at 07:14 PM ---------- Previous post was at 07:02 PM ----------
luilly said:
Greenify xposed module doesn't work.
Enviado desde mi Redmi 3 mediante Tapatalk
Click to expand...
Click to collapse
It's still long way but promising thanks to abforce (Ali Reza Barkhordari)
Maybe at the moment AOSP roms be more compatible. Like LineageOS.
Can I flash this on my LOS 14.1 rom????
Sent from my Htc Desire 816 dual sim using XDA Labs
rjcool1999 said:
Can I flash this on my LOS 14.1 rom????
Sent from my Htc Desire 816 dual sim using XDA Labs
Click to expand...
Click to collapse
700+ posts and still cant figure out, yes. Read the post plz
BlackSoulxxx said:
700+ posts and still cant figure out, yes. Read the post plz
Click to expand...
Click to collapse
Okkkk tysm
Sent from my Htc Desire 816 dual sim using XDA Labs
I'm proud to present the first dual boot project for the HTC one M8! This will allow any number of ROMs to be installed at the same time. It works by patching the secondary ROM's installation scripts and boot image to load the ROM files from an alternate location (/system/multiboot, /cache/multiboot, and /data/multiboot). Because of the way this is implemented, no changes to the primary ROM are necessary
A huge thanks goes out to all of the donators for supporting this project! I if forgot to add you (and you want to be added), please send me a quick PM.
See all of our supporters here: https://gist.github.com/chenxiaolong/3f3fb485cbd0cb77c4281941433ec54d
It patches...
Custom kernels for dual boot support
ROMs so that they can be installed as secondary
Google Apps packages for AOSP-based ROMs
SuperSU so that it can be used in the secondary ROM
NOTE: If you want to dualboot a Sense ROM, I highly recommend installing Sense rom as the primary ROM. Otherwise, any mods will need to be patched before flashing.
How to use the patcher
Android
Download the patcher apk and run it. Tap "Patch Zip File" from the navigation drawer and choose the file you want to patch.
Windows (GUI)
Double click DualBootPatcher.exe and choose the file you want to patch.
--------
After patching the zip file, a new file, like some_rom_dual.zip file will be created. For example, patching ktoonsez's
KT-SGS4-JB4.3-AOSP-TMO-08.28.2013.zip
would create a new
KT-SGS4-JB4.3-AOSP-TMO-08.28.2013_dual.zip
Instructions for dual booting
Before doing anything, download the Dual Boot Patcher app and the DualBootUtilities.zip from the download section below.
The patcher offers several locations for installing ROMs:
Primary: This is normally used for installing a zip to the primary ROM. It is not required, but is strongly recommended because it has code to prevent the zip from inadvertently affecting other ROMs.
Dual: Dual/Secondary is the first multiboot installation location. It installs to the system partition. This is a good spot for installing a second ROM because it doesn't take any space away from the internal storage.
Multi-slots: There are 3 multislots: multi-slot-1, multi-slot-2, multi-slot-3. These install to the cache partition. This is specifically for devices, like the Galaxy S4, that have a massive cache partition.
Data-slots: There can be an unlimited number of data slots. These install to the data partition and eat up space on the internal storage. This is useful for devices where the system partition is nearly full and the cache partition is tiny. These slots are named "data-slot-[id]", where "id" is something you provide in the app.
Extsd-slots: There can be an unlimited number of extsd slots. These install to the external SD card, which is useful as it keeps the ROMs off of the internal storage. Note that the ROM's data files are still stored on the data partition.
With that said, let's get to the "how to"!
First, boot into your primary ROM and install the Dual Boot Patcher app
Open the app and go to "Roms" in the navigation drawer. It will ask if you want to set the kernel. Make sure that you do.
Go to "Patch zip file" in the navigation drawer and patch the ROM or zip you want to install. You can select one of the installation locations described above.
There are two ways of flashing the patched zip file. You can either flash it normally from recovery or flash it using the in-app flashing feature. Both methods are explained below.
Flashing from recovery
To flash from recovery, just flash the patched zip file like you would for any other zip. Nice and simple.
In-app flashing
To use in-app flashing, go to "Roms" in the navigation drawer, tap the floating button on the bottom right, and add the zips you want to install. You can queue multiple zips and they will all be flashed in one go. Once you've added all the zips you want to flash, click the check mark in the action bar and they will be flashed right away.
A normal backup from recovery will backup every ROM. If you would like to back up ROMs individually, please see @rlorange's awesome tool: http://forum.xda-developers.com/show....php?t=2491299
Here is a full guide for DualBoot Patcher : https://forum.xda-developers.com/android/software-hacking/guide-dualbootpatcher-build-source-t3663076
How do I...?
Switch the ROM if something doesn't work properly?
You can flash the DualBootUtilities zip from recovery. It will provide a menu interface that allows switching to the various ROMs.
If you have TWRP, you can also switch manually by tapping Install -> Images (bottom right) -> Go to /sdcard/MultiBoot/[Your ROM]/ -> flash boot.img.
Wipe /cache, /data, /system, or dalvik-cache?
The easiest way is to do it from the app while booted in another ROM. Just go to "Roms" in the navigation drawer, tap the 3 dots options menu for the ROM you want to wipe, and tap "Wipe ROM".
Alternatively, flash the DualBootUtilities zip from recovery, which will also allow you to wipe a ROM.
NOTE: Don't use the recovery's built-in wiping abilities as that may delete non-primary ROMs!
Update the primary ROM?
Patch the zip for primary and flash it. The "primary" installation target is designed so that other ROMs won't be affected when you want to flash something for the primary ROM.
Update a non-primary ROM?
Patch and flash the zip exactly like how you did it the first time.
Flash a mod or custom kernel for the primary ROM?
Patch it for primary before flashing. If the zip does not wipe /cache, it is also safe to flash it directly.
Flash a mod or custom kernel for a non-primary ROM?
Just patch and flash it
Downloads:
Downlaod link : https://dbp.noobdev.io/downloads/
Donations:
Donations are not required, but are greatly appreciated Donators will have their names listed in a nice big font on this post and will also be listed in the README file of the patcher.
Source code :
DualBootPatcher: https://github.com/chenxiaolong/DualBootPatcher
Build instructions: https://github.com/chenxiaolong/DualBootPatcher/tree/master/docs
Thanks :
@chenxiaolong as the creator of this method huge thanks to him
@navcar for correcting and making test build !
@Mysteryagr as the one who made the debug app (working)
@ahmed.ismael for testing
:good:
The great project:fingers-crossed:
:highfive:
Whhhhooooooooottttt :laugh::laugh::victory::highfive:
Thanks!!!!
great
thank you very much
Sent from my HTC M8 using XDA Labs
ahmed.ismael said:
great
thank you very much
Sent from my HTC M8 using XDA Labs
Click to expand...
Click to collapse
Thanks to you for testing phase
Envoyé de mon HTC M8w en utilisant Tapatalk
Enjoy the app
Mysteryagr said:
Enjoy the app
Click to expand...
Click to collapse
hi
thank you for the fixed version ( highly appreciated )
yesterday I reported a bug to @3lambda in private about the device name ( case sensitive ) m8 instead of M8 it causes a lot of issues once I edited the build.prop it worked fine
so any chance for an update for the debug version or better for the official app ?
thanks in advance
Sent from my HTC M8 using XDA Labs
ahmed.ismael said:
hi
thank you for the fixed version ( highly appreciated )
yesterday I reported a bug to @3lambda in private about the device name ( case sensitive ) m8 instead of M8 it causes a lot of issues once I edited the build.prop it worked fine
so any chance for an update for the debug version or better for the official app ?
thanks in advance
Sent from my HTC M8 using XDA Labs
Click to expand...
Click to collapse
I already committed the codename on my repo, the fix will be available in the next release.
Mysteryagr said:
I already committed the codename on my repo, the fix will be available in the next release.
Click to expand...
Click to collapse
Huge thanks for your help !
Very much appreciated
Envoyé de mon HTC M8w en utilisant Tapatalk
3lambda said:
Huge thanks for your help !
Very much appreciated
Envoyé de mon HTC M8w en utilisant Tapatalk
Click to expand...
Click to collapse
Model validation does not match:crying:
Cloverkit said:
Model validation does not match:crying:
Click to expand...
Click to collapse
Try looking into the meta inf / com / google/ android / updater script
then add this line || getprop("ro.build.product") == "m8" ||
somewhere in the beginning
Cloverkit said:
Model validation does not match:crying:
Click to expand...
Click to collapse
Yap app doesn't detect lower and upper case
So it doesn't recognise "m8" only "M8"
Next update will fix that
Stay tuned
As workaround in build.Prop replace all "m8" by "M8"
Envoyé de mon HTC M8w en utilisant Tapatalk
3lambda said:
Yap app doesn't detect lower and upper case
So it doesn't recognise "m8" only "M8"
Next update will fix that
Stay tuned
As workaround in build.Prop replace all "m8" by "M8"
Envoyé de mon HTC M8w en utilisant Tapatalk
Click to expand...
Click to collapse
I try to modify /multiboot/device.json replace "m8" by "M8"
Through the verification
New build is up
https://www.androidfilehost.com/?fid=673368273298979644
Mysteryagr said:
New build is up
https://www.androidfilehost.com/?fid=673368273298979644
Click to expand...
Click to collapse
thank you very much
Any bugs in the new build? Might give it a try tomorrow.
Ryan2400 said:
Any bugs in the new build? Might give it a try tomorrow.
Click to expand...
Click to collapse
I only added the missing codename with small letters, nothing else changed.
When I try to patch a zip file from the app, it won't work and crashes every time so just used the PC app to patch it and works well. Keep up the good work
Ryan2400 said:
When I try to patch a zip file from the app, it won't work and crashes every time so just used the PC app to patch it and works well. Keep up the good work
Click to expand...
Click to collapse
it works fine for me
how ever try to pull a log ( it will be useful )
Sent from my HTC M8 using XDA Labs
ahmed.ismael said:
it works fine for me
how ever try to pull a log ( it will be useful )
Sent from my HTC M8 using XDA Labs
Click to expand...
Click to collapse
Sorry for the stupid question, how do I do that?
Looks to be a simple LinkedList iteration NPE, but I can't comment further since I am unacquainted with the code base.
Partial logs attached, which in my opinion should be enough to pinpoint and debug the issue. Full logs available on request.
Device: Pixel 2 XL (taimen)
OS: Android P Beta (latest build)
Magisk Version: 16.4
Magisk Manager: 5.7.0
Further details available on request.
I do have the same issue. But it's a rare occurrence.
Enviado desde mi SM-G550T1 mediante Tapatalk
It's a known bug that, as far as I know, has been fixed already (https://github.com/topjohnwu/MagiskManager/commit/8fd03f743455219c67089b262bf7d1fc3dcd38dd).
Until there's a new release, it should be enough to clear repo cache in the Manager settings before going to the Downloads window.
Didgeridoohan said:
It's a known bug that, as far as I know, has been fixed already (https://github.com/topjohnwu/MagiskManager/commit/8fd03f743455219c67089b262bf7d1fc3dcd38dd).
Until there's a new release, it should be enough to clear repo cache in the Manager settings before going to the Downloads window.
Click to expand...
Click to collapse
Just reporting. Happens to be a rare occurrence for me. All setup it's working juts great. Thank you.
Enviado desde mi SM-G550T1 mediante Tapatalk