DEVS: How to help YouTube from buffering in your ROMs! - Galaxy Note 10.1 Android Development

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.

Related

[ROM] ICS - Firmware 4.04(4.03) - ROOT & BUSYBOX - ONLY FOR SDE

Hi !
This is the original version ICS 4.0.4 (4.0.3) - untouched , with Root and Busybox !
For all those who want original ICS , but with root access , now they can download the root version .
Contains the original Archos ICS system, and added : Su, Superuser and Busybox .
These are the files you need to install root version :
- archos.ext4.update under archive ICS.update.zip => http://hotfile.com/dl/149252596/a4d2a34/ICS.update.zip.html
- zImage and initramfs.cpio.lzo under archive drive.zip => http://hotfile.com/dl/149250435/75b0cdb/drive.zip.html
- zImage and initramfs.cpio.lzo under archive drive.zip => http://www.4shared.com/zip/3bpGVg5z/drive_2.html
Installation :
- copy archos.ext4.update into Internal Storage ( /data/media ; /mnt/storage )
- reboot into SDE menu and under Developer Edition Mernu , Flash Kernel and Initramfs : copy zImage and initramfs.cpio.lzo on the new driver that appears on desktop/laptop
- ok ! and wait for reboot your devices : after reboot you can see Android update system for a while .....be patient !
You can not installed over your existing system ( Honeycomb) because initramfs changed ! First, must install the original ICS (firmware_archos_it4.aos) , and then you can install root version .
This Root version works on all tablets gen9, is stable and can be used as a daily ROM !
( For not to expect too much between the two download ....now you have the option to download drive.zip )
RESERVED**********
NEW UPDATE 21/03/2012 : Now we have Archos Logo on boot, Enable Bootanimation & Brightness control= > https://hotfile.com/dl/149989038/2a574d8/initramfs.cpio.lzo.7z.html
I apologize for the inconvenience !!! Was a simple mistake into initramfs !
Good luck !
Can't wait
This thing really needs swap and overclocking
Sent from my ARCHOS 80G9 using XDA Premium HD app
Quinny899 said:
Can't wait
This thing really needs swap and overclocking
Sent from my ARCHOS 80G9 using XDA Premium HD app
Click to expand...
Click to collapse
Ok man !
Do everything we can ......but we have time for all .
*boots Ubuntu to download from hot file*
Watch hotfile, they'll delete your links
Sent from my ARCHOS 80G9 using XDA Premium HD app
THEY DELETE EM' LIKE HOT CROSS BUNS!
Sent using XDA Premium HD from my ICS Powered tablet
Quinny899 said:
*boots Ubuntu to download from hot file*
Watch hotfile, they'll delete your links
Sent from my ARCHOS 80G9 using XDA Premium HD app
Click to expand...
Click to collapse
Why ? I don't think so ...
but if it will happen.....no problem ...I'll upload on 4shared tomorrow ! Good luck !
surdu_petru said:
Why ? I don't think so ...
but if it will happen.....no problem ...I'll upload on 4shared tomorrow ! Good luck !
Click to expand...
Click to collapse
They're known to delete any file which is related to android. For example, any apk goes down within a week, whether is is paid or free
Quinny899 said:
They're known to delete any file which is related to android. For example, any apk goes down within a week, whether is is paid or free
Click to expand...
Click to collapse
Ok!
Thanks !....but I have many software including android ....uploaded on hotfile....and they have not removed any yet .
Can someone post an md5 for the final file (+ the file size)
Sent from my ARCHOS 80G9 using XDA Premium HD app
wow! so fast! can i just flash this over honeycomb or i need to update to ICS first?
surdu_petru you're the man! same-day release this is awesome!
Quinny899 said:
Can someone post an md5 for the final file (+ the file size)
Sent from my ARCHOS 80G9 using XDA Premium HD app
Click to expand...
Click to collapse
ICS.update.zip
174 MB (182,835,454 bytes)
44dc12c2cede2014b259c3d3aced2d6d
drive.zip
4.79 MB (5,026,670 bytes)
d8d74f75c40f1968e8fd35381eeb0fa5
Anyone wanna upload drive.zip to mediafire, free users can only download 1 file/30 mins on hotfile
Edit: nvm I used a proxy instead. Here's mediafire link for drive.zip for ppl who don't want to way 30 mins. surdu_petru if this is not okay I will remove the link. thanks again buddy!
http://www.mediafire.com/?gubd7b4asvip84t
Hello and thank you
However, I have a concern that's 20 minutes for the update remains a block
Update android (Launching applications).
is this normal.
thank you very much
Sorry for my English
I use google translation​
antony62110 said:
Hello and thank you
However, I have a concern that's 20 minutes for the update remains a block
Update android (Launching applications).
is this normal.
thank you very much
Sorry for my English
I use google translation​
Click to expand...
Click to collapse
Sorry, this doesn't make sense in English! What language do you speak?
After i Flash Kernel and Initramfs my screen just goes black.
what do I do to fix it? Or just restart?
thanks!
Shano56 said:
Sorry, this doesn't make sense in English! What language do you speak?
Click to expand...
Click to collapse
Bonjour
je parle francais.
je suit bloquer sur la mise a jour au niveau de Lancement des applications
cela fait plus de 25 Minutes.
merci
Hello
I speak French.
I hang on the following update at the Launch Applications
it's been over 25 minutes.
thank you
zsalzy said:
After i Flash Kernel and Initramfs my screen just goes black.
what do I do to fix it? Or just restart?
thanks!
Click to expand...
Click to collapse
did you successfully push archos.ext4.update to /data/media first?
antony62110 said:
Bonjour
je parle francais.
je suit bloquer sur la mise a jour au niveau de Lancement des applications
cela fait plus de 25 Minutes.
merci
Click to expand...
Click to collapse
I would try to reflash the official ARCHOS firmware, then try again.
Shano56 said:
did you successfully push archos.ext4.update to /data/media first?
Click to expand...
Click to collapse
Yes I did. Any ideas?
After I enabled SDE I did:
Code:
adb shell rm /data/local.prop
Was I not supposed to do that?
zsalzy said:
Yes I did. Any ideas?
Click to expand...
Click to collapse
Well I tried it just now, and the screen stayed black for a minute or two right after i copied the files, then booted android, try again? do u see the green led on by the power button?
wait do u not already have sde enabled?
Shano56 said:
Well I tried it just now, and the screen stayed black for a minute or two right after i copied the files, then booted android, try again? do u see the green led on by the power button?
Click to expand...
Click to collapse
I just got the tablet so I installed SDE prior to trying this.
The green light stays on. I'll try a couple more times, but if you can think of anything, let me know please.
Thanks

[possible Port?] Note II's Multi Window feature ==> Devs needed for assistance!

ok, guys,
For the ones, who don't know what multiwindow-feature is: http://www.youtube.com/watch?v=k6c7XaDWmJg
I diffed 2 different Note 2 ROMs (1 with multiwindow, 1 without), to point out the differences responsible for making multiwindow work.
This is what I could find out:
you need 'multiwindow.jar' inside /system/framework (inside attached 'multiwindow' package)
you need 3 additional xmls inside /system/etc/permissions (inside attached 'multiwindow' package)
you need the app 'FlashBarService.apk' and according permission xml 'com.sec.feature.flashbar.xml' (inside attached 'FlashBar' package)
various changes in xmls and strings within framework-res.apk have also to be done...attached 'framework' package with 1 'without mulitwindow' and 1 'with multiwindow' of original Note 2 ROMs: http://www.mediafire.com/?p6zem8je5sakvfg
and the most tricky part: you need to port smalis inside 'android.policy.jar' to make it working (original Note 2 android.policy.jar inside attached 'multiwindow' package)
--> there is one complete folder inside \com\android\internal\policy\impl\ called 'multiwindow' ==> you for sure have to add to your android.policy.jar
--> there are several code-changes to be made inside \com\android\internal\policy\impl\PhoneWindowManag er.smali (at least to define backbutton working for starting multiwindow)
--> maybe other changes in same folder to other smalis
I also attached the android.policy.jar from Note2-ROM without multiwindow --> it is for devs to diff and find out what to port in a more detailed way....
Unfortunately I am not good in porting smali-code, but for sure others are able to do that!
I guess, if this succeeds, there is a good chance to make it working on other Sammy-Devices, such as S3 or Note1....or the feature depends on more then just that - who knows
So someone with deeper smali / java knowledge should continue....
For the devs wanna diff themselves, here are the sources I used:
--> this is deodexed Odin-ROM with multiwindow enabled (so you have to unyaff system.img after DL): https://hotfile.com/dl/175413315/b8e...EODEX.zip.html
--> this is custom ROM by indie without multiwindow: http://depositfiles.com/files/g3zkghhq7
Click to expand...
Click to collapse
Rly cool feature!
really appreciate your effort +1
Nice, gonna try it!!
Sent from my Galaxy Note or from my Transformer TF300T
Gr8!I was looking for this on my GNote
jonsey said:
Gr8!I was looking for this on my GNote
Click to expand...
Click to collapse
it's not done yet....just started, so we need assistance in smali coding from talented devs to get it running
The best new feature of sn2.
Hehe dam eybee i will give it a try but the one is very good on smalis is grgciols maybe he can help us
Sent from my GT-N7000 using Tapatalk 2
Crash 1976 said:
Hehe dam eybee i will give it a try but the one is very good on smalis is grgciols maybe he can help us
Sent from my GT-N7000 using Tapatalk 2
Click to expand...
Click to collapse
and framework-res.apk also need to be worked on...will attach now to OP
I send a message to Criskelo he is good on smalis too so lets wait eybee to see if he can give us a hand :good:
Crash 1976 said:
I send a message to Criskelo he is good on smalis too so lets wait eybee to see if he can give us a hand :good:
Click to expand...
Click to collapse
great!!!
i send a message to grgciol
Hope this mod comes to all ROMS
Crash 1976 said:
i send a message to grgciol
Click to expand...
Click to collapse
thanks crash...got your PM...I have note 2 now, so it would be more easy for me to look in to the porting..let me see how I can contribute...
grgsiocl said:
thanks crash...got your PM...I have note 2 now, so it would be more easy for me to look in to the porting..let me see how I can contribute...
Click to expand...
Click to collapse
Awesome hugs mate :good:
This is gonna be awesome teamwork, hats off to u guys
grgsiocl said:
thanks crash...got your PM...I have note 2 now, so it would be more easy for me to look in to the porting..let me see how I can contribute...
Click to expand...
Click to collapse
Maybe you could try on your note2 if just the files i mentioned are responsible fro making multiwindow work...flashin the rom without multiwindow and then just the files in op
Thank you so much eybee1970, Crash 1976 & grgsiocl for joining hands together and working for our beloved Note, A BIG THANK YOU from all Note users!!
jeetu1981 said:
Thank you so much eybee1970, Crash 1976 & grgsiocl for joining hands together and working for our beloved Note, A BIG THANK YOU from all Note users!!
Click to expand...
Click to collapse
Se want to believe in you!!
Inviato dal mio GT-N7000 con Tapatalk 2
Please make that possible! !! Im here for test if you need
Sent from my GT-N7000 using xda app-developers app

[2.3.5] Top T5 End Rom (20130204)

Top T5 End is based on 2.3.5 chinese rom. i have modified abit to get english, removed some apps etc.
Based rom Blur 2.3.5 chinese
Everything working even Webtop
Call record support
its clean,fast and stable
How to install :
1. Joint file using hjsplit, then extract
2. Copy folder named "2013-02-02.15.29.31" to your clockworkmod backup folder on your phone
3. Restore using clockworkmod recovery
4. Flash zip file named "gapp.zip" , flash radio zip file named "N_01.41.00R.zip"
5. Flash "ramfix.zip" for int'l user
Download (rom, radio, gapp, optional themes) :
part 1 : http://www.mediafire.com/?llklg3xusfg1kqs
part 2 : http://www.mediafire.com/?lr94x9uuk8znym9
Webtop : http://115.com/file/aqxbqwd7
ramfix : http://bbs.gfan.com/forum.php?mod=misc&action=attachcredit&aid=3173031&formhash=b936b991
For screenshoot you can see on original chinese thread
Original chinese link : http://bbs.gfan.com/android-3591719-1-1.html
this rom supported overclocking or any available chinese overclocked kernel?i am asking because chinese roms have very good gpu score and screen detail is very good..
Screenshots
How about the screen performance? I hate the blur's BG screen performance, it's too sloppy. Does it have HWA enabled?
Sorry, too many questions =(
iranterres said:
How about the screen performance? I hate the blur's BG screen performance, it's too sloppy. Does it have HWA enabled?
Sorry, too many questions =(
Click to expand...
Click to collapse
It is a blur ROM so it will have everything working including fingerprint, HWA and webtop
and OP has mentioned it in first post
This rom is based chinese stock blur rom...of course with tweak in performance..stable and fast
Sent from my ME860 using Tapatalk 2
You can see in the chinese original thread for ss
Sent from my ME860 using Tapatalk 2
webtop....
i cant download the webtop... askme for acount ..i tried with jdownloader, the page is in chinese and really... i cant understand anything
In order to download the webtop go to pan.baidu.com/share/link?shareid=29779&uk=539073869 and push the white button in the center.
Downloading now thanks!
Works after I installed non oc ed kernel faux 123. Verry nice rom smooth.Webtop works quite fast.
I just can not make market works. Reinstalled gaaps but no luck. Any help ?
Sent from my ME860
Flash only ramfix.zip for int'l user to make call recorder working properly..
Sent from my MB860 using Tapatalk 2
Can someone post the second part of the rom in other place? Download limit exceeded. Very thanks.
Enviado desde mi MB860 usando Tapatalk 2
Malaquai said:
Can someone post the second part of the rom in other place? Download limit exceeded. Very thanks.
Enviado desde mi MB860 usando Tapatalk 2
Click to expand...
Click to collapse
Here you go
http://www.4shared.com/file/jDen2Y_7/T5_Blur_romrar.html
I only use TWRP so i might wait for a flashable zip.
Battery life?
ramfix link is broken or something doesn't work...is it the same as other ramfix in the forum?
shadowed87 said:
ramfix link is broken or something doesn't work...is it the same as other ramfix in the forum?
Click to expand...
Click to collapse
yup
Arabic
very good and speed
But
there's no arabic
No arabic
Sent from my MB860 using xda premium
Second download link seems to be broken, any alternative link please?

(Official) Dual Boot Patcher

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?

[modules] [2018.12.14] build.prop tweaks

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.

Categories

Resources