Speed up WIFI / LTE By enabling CRDA on Android aka wifi country code (root only) - LG V20 Themes, Apps, and Mods

STANDARD DISCLAIMER: I am not responsible for any damages caused to your phone. Use the mod at your own risk there is no warranty or guarantee.
I found out how to enable the CRDA the correct way on boot. That way the Kernel knows what country your using the phone in. And the Kernel need's to know what power level it can use for the wifi and what channels are okay to use per the FCC. This will speed up wifi a lot, also there was an unexpected side effect from this mod, The LTE on my Lgv20 is 16 MB Per second now as apposed to only 5 or 6 MB Per second. The speed will go up and down depending on how busy the network is.
All you have to do is flash my mod I made in twrp or do it yourself. Just edit your wpa_supplicant.conf file. It should be located in /data/misc/wifi/wpa_supplicant.conf
Find the line that says #country=US or it may say what ever country your in and just comment out that line, remove the # in front of the line. Make sure it's the correct country code like US or GB. Save restart it's that simple. Check with "iw reg get" command.
Country Code List
The twrp mod I made just looks in /data/misc/wifi/wpa_supplicant.conf and finds #country= and just comments out that line. It does not change the default setting. On my phone the Lgv20 H910 the default was set to US but it was commented out so the Kernel just skips over that line of code.
Before installing the mod, in termux type this command. If you get an output like this "#country=US" then you will benefit from this twrp mod. Or it may say "#country=UK" depending where you at.
command:
su
cat /data/misc/wifi/wpa_supplicant.conf | grep "country"
#country=US
The # is what we are removing.
But it if says like file not found, the mod will not work on your version of Android. Make sure to check for typo's maybe you could just copy this in a text file to your phone and copy and past.
then type
exit
exit
before
iw reg get
country 00: DFS-UNSET
(2402 - 2472 @ 40), (N/A, 20), (N/A)
(2457 - 2482 @ 40), (N/A, 20), (N/A), PASSIVE-SCAN
(2474 - 2494 @ 20), (N/A, 20), (N/A), NO-OFDM, PASSIVE-SCAN
(5170 - 5250 @ 80), (N/A, 20), (N/A), PASSIVE-SCAN
(5250 - 5330 @ 80), (N/A, 20), (N/A), PASSIVE-SCAN
(5490 - 5710 @ 80), (N/A, 20), (N/A), PASSIVE-SCAN
(5735 - 5835 @ 80), (N/A, 20), (N/A), PASSIVE-SCAN
(57240 - 63720 @ 2160), (N/A, 0), (N/A)
after
iw reg get
country US: DFS-FCC
(2402 - 2472 @ 40), (N/A, 30), (N/A)
(5170 - 5250 @ 80), (N/A, 30), (N/A), AUTO-BW
(5250 - 5330 @ 80), (N/A, 24), (0 ms), DFS, AUTO-BW
(5490 - 5730 @ 160), (N/A, 24), (0 ms), DFS
(5735 - 5835 @ 80), (N/A, 30), (N/A)
(5842 - 5863 @ 5), (N/A, 30), (N/A)
(5850 - 5870 @ 10), (N/A, 30), (N/A)
(5860 - 5880 @ 10), (N/A, 30), (N/A)
(5865 - 5885 @ 20), (N/A, 30), (N/A)
(5870 - 5890 @ 10), (N/A, 30), (N/A)
(5880 - 5900 @ 10), (N/A, 30), (N/A)
(5890 - 5910 @ 10), (N/A, 30), (N/A)
(5895 - 5915 @ 20), (N/A, 30), (N/A)
(5900 - 5920 @ 10), (N/A, 30), (N/A)
(5910 - 5930 @ 10), (N/A, 30), (N/A)
(57240 - 63720 @ 2160), (N/A, 40), (N/A)
How to install?
Flash in TWRP
Requirements:
TWRP
Only tested on Lgv20 H910 Stock Oreo.
Should work on Any Android
As long as you have /data/misc/wifi/wpa_supplicant.conf

reserved

How to change to uk please?

[email protected] said:
How to change to uk please?
Click to expand...
Click to collapse
To change the default US country code edit "/data/adb/modules/init_crda/service.sh"
Change US to GB country code in all caps then reboot.
That is a very good question and I have provided info on how to change the country code in the main guide.
Also I have made a Magisk Module just for Great Britain that includes the UK.

I Appreciate That Thx

Madnord00 said:
I Appreciate That Thx
Click to expand...
Click to collapse
Your welcome

Hey everyone I just learned some new information on how to set the CRDA on boot. This way we don't need to use the Magisk Modules I made. It works a lot better because the CRDA is set on boot.

Darnrain1 said:
Hey everyone I just learned some new information on how to set the CRDA on boot. This way we don't need to use the Magisk Modules I made. It works a lot better because the CRDA is set on boot.
Click to expand...
Click to collapse
Is this thing works in Android 12?

Mushfiq Khan said:
Is this thing works in Android 12?
Click to expand...
Click to collapse
Good Question, I only run Oreo on my Lgv20.
Before installing the mod, in termux type this command. If you get an output like this "#country=US" then you will benefit from this twrp mod. Or it may say "#country=UK" depending where you at.
command:
su
cat /data/misc/wifi/wpa_supplicant.conf | grep "country"
#country=US
The # is what we are removing.
then type
exit
exit
But it if says like file not found, the mod will not work on your version of Android. Make sure to check for typo's maybe you could just copy this in a text file to your phone and copy and past.

Darnrain1 said:
Good Question, I only run Oreo on my Lgv20.
Before installing the mod, in termux type this command. If you get an output like this "#country=US" then you will benefit from this twrp mod. Or it may say "#country=UK" depending where you at.
command:
su
cat /data/misc/wifi/wpa_supplicant.conf | grep "country"
#country=US
The # is what we are removing.
then type
exit
exit
But it if says like file not found, the mod will not work on your version of Android. Make sure to check for typo's maybe you could just copy this in a text file to your phone and copy and past.
Click to expand...
Click to collapse
what if I only try the manual way?
Which I tried.I found wpa_supplicant.conf but the folder was empty.

Mushfiq Khan said:
what if I only try the manual way?
Which I tried.I found wpa_supplicant.conf but the folder was empty.
Click to expand...
Click to collapse
Huh, well this wont work.

Darnrain1 said:
Huh, well this wont work.
Click to expand...
Click to collapse
okk
You were talking about magisk module.Is that different from twrp method?

Mushfiq Khan said:
okk
You were talking about magisk module.Is that different from twrp method?
Click to expand...
Click to collapse
Yeah I had a Magisk module at one point. But I don't think it will work in Android 12. They changed so many things in that version.

Darnrain1 said:
Yeah I had a Magisk module at one point. But I don't think it will work in Android 12. They changed so many things in that version.
Click to expand...
Click to collapse
Please don't kill my hope
I really have to change the country code to us or something else otherwise my phone can not detect 5ghz wifi channels below 149.

Mushfiq Khan said:
Please don't kill my hope
I really have to change the country code to us or something else otherwise my phone can not detect 5ghz wifi channels below 149.
Click to expand...
Click to collapse
ok ok
In termux type
su
iw reg set US
it should be changed to us now. you can check with "iw reg get"
You need to disable wifi and enable wifi for it to take affect.
You will need to do this every time you reboot.

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Is this the proper way to type in termux?
I'm actually quite new to termux : )

Mushfiq Khan said:
View attachment 5647231Is this the proper way to type in termux?
I'm actually quite new to termux : )
Click to expand...
Click to collapse
Yep you did it correct. Then type "iw reg get"
It should say like US-FCC or something like that. Then turn off wifi and back on again and you should be able to get your channel 149.
In the terminal if you don't get an error back that means it worked. So no news is good news haha.
Oh and you don't need to type "type'
Only
su
iw reg set US
iw reg get
exit
exit

My phone wifi after done this mod have decided not to turn on anymore is there a way to fix it

alohaxz123 said:
My phone wifi after done this mod have decided not to turn on anymore is there a way to fix it
Click to expand...
Click to collapse
That's so odd I don't see how this mod would affect you wifi. But anyway just uninstall it in Magisk and reboot your phone. That will completely remove the mod. It does not make any permanent changes to the os.

Related

Xtreamer MxV Serie (S905 Amlogic)

Hi All,
I open this threads for all series XTREAMER MXV:
You have 3 models :
MxV (Basic)
MxV Plus (with tuner Tv)
MxV Pro (with tuner Tv and Sat)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Specification :
Chipset:
Processor: Amlogic S905 ARM Cortex-A53 Quad-Core/2.0GHZ
GPU: Penta Core Mali-450
Memory:
FLASH: 8GB eMMC
SDRAM: 1GB DDR3
DVB-T2:
system standard:ETSIEN 302 755 Support MPLP
Demodulation: QPSK,16QAM,64QAM or 256QAM
Forward error correction rate 1/2,2/3,3/4,3/5,5/6
Guard interval :1/4,19/256,1/8,19/128,1/16,1/32,1/128
Bandwith: 6/7/8MHz
Input Frange range:54--860MHz Input Impedance:75
Input Signal level: -84 dBm to 0 dBm (average power)
ANT. Connector:IEC TYPE,female
DVB-S2:
Roll-off factors for pulse shaping: 0.2, 0.25 and 0.35
Symbol Rates: 1--55 Msps
Code Rates: 1/2, 2/3, 3/4, 5/6,7/8
Input Signal level: -84 dBm to 0 dBm (average power)
ANT. Connector:IEC TYPE F
Dual OS:
Android Lollipop 5.1 OS (Xtreamer Android TV OS) with OTA upgrading, and Linux openELEC OS (Clean KODI 16 Pre-Installed), dual-boot and switch between them anytime.
Multilingual support as supported in Android Lollipop 5.1
Video Output:
4K*2K, HDMI2.0 60fps
H.265 hardware decoding upto 4K
This box is possible run Dual Os Android (Lollipop) and Openelec (Jarvis 16) firmware : http://download.xtreamer.net/Firmware/mxv/xtreamer_mxv_p20x_2016-06-24.udisk.zip
Update 24/08/2016 : Root Methode
Root is possible with eZroot
Installation :
copy ezroot.zip in your usb dongle or hard disque
turn on your box in recovery mod
in recovery mod go to update firmware and select ezroot
accepte and wait.....
.....your box is now rooted
go to android and update SuperU
Finish !
For me is a good box but à lot of bug / problem :
Launcher : Launcher google (leanback) is not customisable (you can't pick your apps ! is very boring ! xtreamer have pick xtreamer app's but for EU region is not good.... ) and you can't update leanback launcher...
TV issue : application tv have a big bug screen you can't see settings menu... you must navigate "blind" for go to settings menu...
TV issue : freez is very important when you change chanel...
TV issue : not have ccam option....
Kodi : Kodi pre-installed is very catastrophic ! better you remove Kodi and install SPMC !
Openelec : Openelec lag... i have install Aeon Mq7 and is very slow... (i have try same installation in intel nuc (openelec Jarvis) Celeron... very fast.... so you must desactivate all effect in the theme
if someone have information, tweak, trick or config for this box, (or maybe a custome firmware....) it would be a pleasure for improvement
I have try to install Libreelec Amlogic.. fail... and Malaysik custom rom for K1 PLUS (Box with same specs) Fail.... always black screen box dont start :silly:
TRY THIS ONE FOR K1 PLUS
https://mega.nz/#!TwwkTJ7D!5UhmMkkO6AYPe4AKycMxQ9I6zzedIhcWfQn3eCjSKv0
OR THIS WITH ANDROID 6.0 FOR K1 PLUS WHITOUT DTV
https://mega.nz/#F!lp4zyb6Z!-0y-n5ByZSgJKryRDgeOPw
Thank you for your reply. Your first link need a key for download. But i think dont work with mxv pro. I have test rom libreelec for k1 dont work
i've got xtreamer mxV too today, but no root, help please, i need root
and in Settings it's not showing all settings i've changed the resolution to 1080p but still the same
i add root method tonight
post 1 edited with rood instruction.
i knew it that ezroot is the solution
Is possible to install classic Android Stock to this device? Android TV is not good idea...
i think.... all it's possible ! now how to install classic android stock. i dont now i dont have tested that.
but my opignon buy other box... xtreamer is not good brand !
How can I install latest firmware for this. I went to the website and in the downloads section, they have so many options but none for mxv. I need the upgrade as I am unable to get Dolby Digital Plus sound out of this.
Any news about this device? The xtreamer forum is not available anymore.
mxV firmware update
The Xtreamer.net website is down "for maintenance" for months now, not sure if they are coming back.
They have a post on Facebook from April 4, 2017 with "latest firmware" for MXV:
Code:
mega.nz/#F!ZJ0UkTwZ!0FCmO_6wpHBD-JFHe8ayFQ
The file is named
Code:
AndroidTV_Xtreamer_mxV_Lolipop_7.0.3_Beta2_UNZIP_THIS_ARCHIVE.zip
.
And it contains
Code:
651386418 15 Jun 2016 AndroidTV_Xtreamer_mxV_Lolipop_7.0.3_Beta2.zip
111 15 Jun 2016 factory_update_param.aml
12441600 29 Feb 2008 recovery.img
The ZIP in the ZIP contains
Code:
d 204 31 Jan 23:59 META-INF
10039785 29 Feb 2008 boot.img
868352 29 Feb 2008 bootloader.img
33287 29 Feb 2008 dtb.img
14008 29 Feb 2008 file_contexts
10751328 29 Feb 2008 logo.img
12441600 29 Feb 2008 recovery.img
d 578 1 Feb 00:00 system
The only question I have: how do I install this?
Hi.maybe who has a valid download link? xtreamer_mxv_p20x_2016-06-24.udisk.zip
The link mega.nz/#F!ZJ0UkTwZ!0FCmO_6wpHBD-JFHe8ayFQ works for me.
I somehow thought it's Android 7, but its only Lollipop.
Be aware that the installation removes the OpenElec installation.
can anyone share twrp backup?with firmware xtreamer_mxv_p20x_2016-06-24.udisk.
no longer needed, I found.
TV issue : application tv have a big bug screen you can't see settings menu... you must navigate "blind" for go to settings menu...
to fix it.It is necessary from build.prop to remove the line
#Density
ro.sf.lcd_density=320
some useful apps for Xtreamer mxV Pro
DPIResolutionChanger.apk, change DPI of screen so you can see all menus
install both these APK's for PowerVU emulator (after install and reboot DVB-S2 > Menu - hold/press number 1 six times)
**********
DTVLauncher_PV_20161207.apk
th_dtv_PV_20161207.apk
**********
INSTALL BUT DON'T RUN, install both, restart box

Lineage13 Reloaded [microG] [Magisk] [Xposed] [Aroma]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
* Your warranty is now void.
* We're not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed.
* Please do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications,
* and if you point the finger at us for messing up your device, we will laugh at you.
* Please DO A BACKUP of your System and datas , then COPY it on your computer
This is my LineageOS 13, customizable by Aroma Installer with many changes and features:
Aroma options :
- Root Magisk systemless
https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
- Xposed systemless
https://forum.xda-developers.com/xposed/unofficial-systemless-xposed-t3388268
- Kitana tweaks by terminal (read official tread to use it properly)
https://forum.xda-developers.com/android/software-hacking/kitana-tweak-power-android-t3630278
- Signature Spoofing ( Haystack by Lanchon )
https://github.com/microg/android_packages_apps_GmsCore/wiki/Signature-Spoofing
- microG (read post #02 to set it properly , and read official tread too)
https://forum.xda-developers.com/android/apps-games/app-microg-gmscore-floss-play-services-t3217616
- Open Gapps (micropack)
- Viper4android
- Emojii
- Many apps and modules ...
Screenshots
;
;
Changelog (from regular Lineage13)
v2.0 :
based on build Honor 7 by spirtix
sources : https://github.com/Spirtix/android_device_huawei_HWPLK
Kernel from sources build by Speedo
sources : https://github.com/SpeedoWBT/android_kernel_hwplk
- Fixed ir Blaster (work with "zaza" and sometime with "sure" remote)
- All tweaks from v1.0
- Update to Magisk v16
- ... I forget some ...
v1.0 :
based on my port from P8 to H7
Rework build.prop + init.d (hope a better battery life)
Rework Ramdisk
Removed Lineage su
Removed Lockclock and yahoo weather wich don't work since Juillet 2017 : Replaced by Chronus
Removed Gello and CM13 browser : Replaced by Lineage14 browser + Firefox Focus
Moded default wallpaper/bootanimation/framework
... I forget some ...
Bugs :same as regular Lineage13
Video recording don't work with CM/Google and many camera apps : look at "Working" section please
maybe others ..
Working :
Video recording with :"Footej Camera" , "Cameringo" and "Camu" (extra in zip)
Telephony
Dual Sim Cards
Wifi / bluetooth
All tethering
GPS
Fingerprint
ir Blaster
SDcard : please don't use uggly "adoptable" storage.
THX and Credits :
@spirtix for the nice build from sources
@nexolight (XDA)
@AD2076 (XDA)
@Meticulus (Github)
@XePeleato (Github)
@surdu Pedru (Github)
@papsi177 (XDA)
@bhb27 (XDA)
@topjohnwu (magisk)
@tanu548 (KITANA)
@Lanchon (Haystack patch for spoofing sign)
@MaR-V-iN (microG)
@HonorCasper (tester)
Download:
v2.0 : http://www.mediafire.com/file/b2be607e6moejd2/LOS13_Reloaded_v2.0.zip
v1.0 : http://www.mediafire.com/file/jbcagaefql17h7s/Lineage13_reloaded_v1.0.zip
#################################################
DO NOT MIRROR MY LINK without my authorization
DO NOT POST/PUBLISH at any other place without my authorization
#################################################
microG config (it's a mess) and usage:
1/ active dev' options, activate Allow signature spoofing
2/ open microG app : active google registration, then config UnifiedNLP
...reboot...
3/ create your google account
to use sync of contacts/calendar/gmail
1/ in settings/apps/calendar/authorizations : give all authorizations
2/ in settings/apps/contacts/authorizations : give authorizations (minimum: contact+phone)
3/ in settings/apps/Gmail/authorizations : give all authorizations
4/ check that synchro is activated
5/ in google account start synchro
6/ wait for sync .... can take time depend of your network speed.
Play store will get updated automatically to new version ... wait it ..
if any off theses apps don't work properly do :
1/ settings/apps/*your_app*/storage : wipe data and cache
2/ kill the app
3/ do authorization again ..
4/ restart the app
i have full workings : Playstore/Gmail/Maps,and my contacts/mails/calendar are synchronized, so i know it work
Following.
Any changes applied on modems, build.prop (...) anything significant regarding LTE speeds & aggregation?
I'll probably give it a try anyway...
Cheers.
Thanks speedo, for keeping our device alive. Going to test it as soon as details come out.
Can you tell what the difference is between this version and your p8 based los13 rom, except for the systemless mods.
Speedo.thc said:
This is my LineageOS 13, customizable by Aroma Installer with many changes and features:
Aroma options :
- Root Magisk systemless
https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
- Xposed systemless
https://forum.xda-developers.com/xposed/unofficial-systemless-xposed-t3388268
- Kitana tweaks by terminal
https://forum.xda-developers.com/android/software-hacking/kitana-tweak-power-android-t3630278
- Signature Spoofing ( Haystack by Lanchon )
https://github.com/microg/android_packages_apps_GmsCore/wiki/Signature-Spoofing
- microG
https://forum.xda-developers.com/android/apps-games/app-microg-gmscore-floss-play-services-t3217616
- Open Gapps (micropack)
- Viper4android
- Emojii
- Many apps and modules ...
i will detail more how to use this or that tomorrow , no time today
Download:
http://www.mediafire.com/file/rqf1dnd3r4t4x4p/Lineage13_reloaded_v1.0.zip
Thx to [email protected] for testing
Click to expand...
Click to collapse
Did u fix the LTE problem?
Gør problems with gaaps, it wouldn't log me in and playstire kept force closing, but flashed mini gaaps and problems solved.. Still no LTE..
HonorCasper said:
Gør problems with gaaps, it wouldn't log me in and playstire kept force closing, but flashed mini gaaps and problems solved.. Still no LTE..
Click to expand...
Click to collapse
Hi , there was a small error in aroma script for emoji and gapps , i rectified this morning (there was only 20 downloads)
i don't understand why your LTE still not work , ( you told me before that B version was ok after change to simslot 1 )
- need root explorer:
- look at /data/property/persist.radio.sim_slot_cfg , if values is 0,1 LTE is at sim1 , if values are 1,0 LTE is at sim2
- you can change the value using file in system/SwithLTEsim , it need a reboot.
Speedo.thc said:
Hi , there was a small error in aroma script for emoji and gapps , i rectified this morning (there was only 20 downloads)
i don't understand why your LTE still not work , ( you told me before that B version was ok after change to simslot 1 )
- need root explorer:
- look at /data/property/persist.radio.sim_slot_cfg , if values is 0,1 LTE is at sim1 , if values are 1,0 LTE is at sim2
- you can change the value using file in system/SwithLTEsim , it need a reboot.
Click to expand...
Click to collapse
Well, at that time I got LTE for the first 5-10min after boot and then just edge again, but I just checked again and in explorer data/property/persist.radio.sim_slot_cfg it says 1,0 which should be sim slot 2, and I got the sim in slot 2, but still no LTE..
Some screenshots..
HonorCasper said:
Some screenshots..
Click to expand...
Click to collapse
OK , i got it again :
- i removed my glued sim2 and put my LTE sim at slot 2.
- i did the switch LTE to sim2 (1,0) then reboot. (this tweak inverse sim number for system)
- after this in settings/simcard i selected settings sim1 : choice LTE and it's OK
also deactivate "profiles" coz it can be wrong for you.
Speedo.thc said:
OK , i got it again :
- i removed my glued sim2 and put my LTE sim at slot 2.
- i did the switch LTE to sim2 (1,0) then reboot. (this tweak inverse sim number for system)
- after this in settings/simcard i selected settings sim1 : choice LTE and it's OK
also deactivate "profiles" coz it can be wrong for you.
Click to expand...
Click to collapse
How do you activate switch LTE to sim2?
I'm using root explorer and then execute script..
And last do you mean system profiles?
HonorCasper said:
How do you activate switch LTE to sim2?
I'm using root explorer and then execute script..
Click to expand...
Click to collapse
If you have 1,0 it's OK , just set LTE to sim1 (not sim2) in settings
HonorCasper said:
How do you activate switch LTE to sim2?
I'm using root explorer and then execute script..
And last do you mean system profiles?
Click to expand...
Click to collapse
Settings/personal/profil
I can't play most of videos that i record using stock rom before. Using mx player n custom codec also not work. The progress bar move but the video freeze.
lockmunk said:
I can't play most of videos that i record using stock rom before. Using mx player n custom codec also not work. The progress bar move but the video freeze.
Click to expand...
Click to collapse
Did you try vlc ?
Speedo.thc said:
Settings/personal/profil
Click to expand...
Click to collapse
Its all good now!:laugh: I did the opposite of what you said, I put my LTE sim in sim slot 1, then executed switch LTE to sim1 script and rebooted, and voil
HonorCasper said:
Its all good now!:laugh: I did the opposite of what you said, I put my LTE sim in sim slot 1, then executed switch LTE to sim1 script and rebooted, and voil
Click to expand...
Click to collapse
Cool, but one question : for what hell did you put only 1 sim card to slot 2 ???
Speedo.thc said:
Did you try vlc ?
Click to expand...
Click to collapse
Ok it works now.
Thanks !
Speedo.thc said:
Cool, but one question : for what hell did you put only 1 sim card to slot 2 ???
Click to expand...
Click to collapse
Well, I think it stopped working in slot1 sometime ago, and since then I've been changing back and forth to get it to work, so I ended up using it in slot2, but now I got it in slot 1 and I've been having LTE since the change?
Edit. The magisk manager prompts for update but nothing happens if you press it..
Edit. Downloading and installing latest manager apk seems to solve the problem?
So, how is battery life in this rom? Can anyone comment?
I think I'll try it anyway

t95 max+ root

Hi all im looking to root my t95 max+ android box. running android 9. So far i have tried kingroot to no avail. So was hoping someone could point me in the right direction thanks.
Would like to know this also if anyone here can help
Did you manage to root it at all.
As I would like to root mine too.
Thanks
I returned the box, so i never found out if you could.
There is a video on YT in Russian that helped me get my T95 Max Plus rooted.
Download the zipped file.
https://mega.nz/file/vQ9V1LrB#a_41LgGiMVPik3eO3HVVntxjuPqSD4RHnZVPxunBVig
Unzip and there is a TWRP zip that I used to boot into TWRP. Inside TWRP I installed the patched .img to the boot image. Reboot and install Magisk Manager and now you are rooted.
Link to the YT video.
How to root my T95 max + android tv box.
so i already downloaded the file from mega link. what should I do next? I already extracted the file using zarchiver. can anyone provide me with the detailed instruction? thank you
Can you drop the link to the video,please?I'm from Russia
Rccm112 said:
На YT есть видео на русском языке, которое помогло мне укоренить мой T95 Max Plus.
Загрузите заархивированный файл.
https://mega.nz/file/vQ9V1LrB#a_41LgGiMVPik3eO3HVVntxjuPqSD4RHnZVPxunBVig
Распакуйте архив, и там будет ZIP-файл TWRP, который я использовал для загрузки в TWRP. Внутри TWRP я установил исправленный файл .img В загрузочный образ. Перезагрузитесь и установите Magisk Manager, и теперь вы укоренены.
Click to expand...
Click to collapse
Someone was able to solve the problem of missing the image from the front panel (clock light blue) after root?
-ChillBill- said:
Can you drop the link to the video,please?I'm from Russia
Click to expand...
Click to collapse
Here is the link to the video.
caioRJ said:
Someone was able to solve the problem of missing the image from the front panel (clock light blue) after root?
Click to expand...
Click to collapse
did you ever find out how to fix the missing clock?
FYI, if anyone is still interested I gave up on this method as nobody seemed to have a fix for the clock. So looked around and tried a few rom's most would not boot, but I had success with the T95Q Max X3 - 20201110 loaded perfectly on the T95 Max+ and then I used Kingoroot successfully. Changed the Launcher (hate those tv style ones) and added a Nav bar.
My box is not t95, it's a x96 max plus 4g/64g s905x3
Do you think i can use this method to root it ?
Is there a fix for this front panel ?
Thanks
The X96 Max plus is already rooted.
falciatrice10 said:
My box is not t95, it's a x96 max plus 4g/64g s905x3
Do you think i can use this method to root it ?
Is there a fix for this front panel ?
Thanks
Click to expand...
Click to collapse
The x96 Max plus is already rooted.
Rccm112 said:
The x96 Max plus is already rooted.
Click to expand...
Click to collapse
No not rooted
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
falciatrice10 said:
My box is not t95, it's a x96 max plus 4g/64g s905x3
Do you think i can use this method to root it ?
Is there a fix for this front panel ?
Thanks
Click to expand...
Click to collapse
No, I tried a X96 img on the t95 and it did not work.
Ran across this for the clock, but haven't tried it..
# This file must be renamed to vfd.conf and placed in the /storage/.config/ folder.
# T95 max Plus (S905X3) configuration
#--------------------
#gpio_xxx:
# [0] 0 = &gpio, 1 = &gpio_ao.
# [1] pin number - https://github.com/openSUSE/kernel/blob/master/include/dt-bindings/gpio/meson-gxl-gpio.h
# [2] Reserved - must be 0.
vfd_gpio_clk='0,24,0'
vfd_gpio_dat='0,23,0'
vfd_gpio_stb='0,0,0xFF'
#chars:
# < DHHMM > Order of display chars (D=dots, represented by a single char)
vfd_chars='0,1,2,3,4'
#dot_bits:
# Order of dot bits. Typical configurations:
# Display Type 0, 1 usually has Alarm, USB, Play, Pause, Col, Ethernet, Wifi dots
# Alarm = 0, USB = 1, Play = 2, Pause = 3, Col = 4, Eth = 5, Wifi = 6
# Display Type 2 usually has APPS, USB, SETUP, CARD, Col, HDMI, CVBS dots
# APPS = 0, USB = 1, SETUP = 2, CARD = 3, Col = 4, HDMI = 5, CVBS = 6
# Display Type 3 Power, LAN, Col, Low Wifi, High Wifi
# N/A = 0, N/A = 1, Power = 2, LAN = 3, Col = 4, Low Wifi = 5, High Wifi = 6
vfd_dot_bits='0,1,2,3,4,5,6'
#display_type:
# [0] - Display type.
# [1] - Reserved - must be 0.
# [2] - Flags. (bit 0 = '1' - Common Anode display, bits [1-7] - Reserved.)
# [3] - Controller.
vfd_display_type='0x01,0x00,0x00,0x06'
Rccm112 said:
There is a video on YT in Russian that helped me get my T95 Max Plus rooted.
Download the zipped file.
https://mega.nz/file/vQ9V1LrB#a_41LgGiMVPik3eO3HVVntxjuPqSD4RHnZVPxunBVig
Unzip and there is a TWRP zip that I used to boot into TWRP. Inside TWRP I installed the patched .img to the boot image. Reboot and install Magisk Manager and now you are rooted.
Link to the YT video.
Click to expand...
Click to collapse
seem my bootloader only flash zip with sign, any bypass it?
oldman20 said:
seem my bootloader only flash zip with sign, any bypass it?
Click to expand...
Click to collapse
If you flash TWRP through the update app it should fail and boot to the stock recovery and allow you to temp flash TWRP. It has to be on a flash drive though.
This will get you into TWRP. Then you can flash the patched .img file to boot.img. Then reboot and install magisk using the direct method.

How To Guide [Close] Project Blaze 12L GSI Unofficial vs Mod Stock ROM A12 , May be you should give up from GSI.( Enjoy or suffer, who knows. Serve it yourself )

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Release v20221023 · ChonDoit/treble_blaze_patches
CHANGELOG | Initial and latest Release | Fixed Safety Net | Fixed things which exist on source but not on final product (Amazing, right?) | Broken as expected | Enjoy as it or GTFO Why so big image...
github.com
-》No video tutorial for "CustomAP" cause it is very easy to read step by step​ -》The last i will compared our Mod Stock A12 ROM with ProjectBlaze GSI as the same features.
i want to modify system then i selected this variant.
ProjectBlaze_v415-arm64-bgS-slim-lite_20221023.img.xz​
*** Not Project Blaze from j7b3y
Note Download : There are only "bgS variant then if you wants "magisk" ...must mod system.img yourself by
Delete
/system/xbin/su
/system/etc/init/su.rc
/system/bin/phh-su
/system/bin/phh-securize.sh
su app in /system/app/phh.superuser
Together with
*disable toggle SuperSU in phh-treble setting.
or
Select this variant "ProjectBlaze_v415-RO-arm64-bgS-slim-secure_20221023.img.xz" which no build-in SuperSU but you can't mod system files cause its Read Only .
Note2: Advanced mod options ( edit sub partition)
Because we don't have TWRP on Android 12 then you want my step by step CustomAP Part 2 to work with editing System before flashing CustomAP with odin.
Update 30 oct 2022: Custom AP Step by Step(install GSI without TWRP Part 1, 2)
New Trick.. for Low Spec Computer. Part 3 Step By Step CustomAP for Odin (Non-TWRP) Enable Linux Subsystem and Install Ubuntu in Windows 10 (For modify GSI system image) 30 Oct 2022 ✓ Don't try Android 13 with base on TrebleDroids patch. (...
forum.xda-developers.com
Requirements
Android 12 Stock ROM ( T22xXXU1BVGB ) I'm not update to T225XXS1BVI2 cause Bootloader will changes to S1. >>will be lost ability to downgrade from Android 12 to Android 11. ( But if currently you re on XxxBVI2 then you can make it )
CustomAP file >tar.md5< for Odin. (Edit Stock AP firmware with Linux Subsystem on Win 10,11)
Fdroid-termux
*** proximity sensor not working
*** Gyroscope sensor not working.
But i test it on STOCK A11, A12 it show result test the same as below.
Check spec: Tab A7 Lite only have 3 sensor. Accelerometer, Geomagnetic, light sensor.
Specification sheet (buy online): SM-T225 Samsung SM-T225 Galaxy Tab A7 Lite 8.7" WXGA+ 1340x800 Android Tablet with LTE
Specification sheet: SM-T225 Samsung SM-T225 Galaxy Tab A7 Lite 8.7" WXGA+ 1340x800 Android Tablet with LTE. Information, datasheets and documents. Where to buy in South Africa.
www.comx-computers.co.za
*Not supported Tablet Display ( All GSI did not )
** Not supported VoLTE for Samsung devices.
We can test with this code.
Be Supported: test by myself
Face-unlock
MTP ( open Developer options >Default USB configuration>File Transfer)
exFat SD card
Double tab for screen sleep from BlazeHouse menu
Double tab for awake screen from Phh-treble Setting menu
GPS
Bluetooth sound & audio
Headphone ( Bluetooth & wire)
Phone (except VoLTE)
* ** Offline charging for break Samsung warranty bit warning massages. (options) **** Power_off charging animation = non
Hotspot
Nearby Share
Screen Recording
Battery usages history reset
* Protect battery (to extend the lifespan of your battery , limit the min &maximum charge to any % you like.)
* Auto Screen Brightness. (velis auto brightness)
Screen Casting
Safety Net PASS ( but i don't care about this )
Screen Casting
* * *optional ( did not explained in tutorial )
Sound module supported from magisk modules list here.
*Not support Hi-res
GitHub - reiryuki/Audio-Wizard-DTSX-Ultra-Asus-Zenfone-6-Magisk-Module
Contribute to reiryuki/Audio-Wizard-DTSX-Ultra-Asus-Zenfone-6-Magisk-Module development by creating an account on GitHub.
github.com
GitHub - reiryuki/Arkamys-Audio-BLU-BOLD-N1-Magisk-Module
Contribute to reiryuki/Arkamys-Audio-BLU-BOLD-N1-Magisk-Module development by creating an account on GitHub.
github.com
!Garranty | Better than Stock DOLBY
PHH Treble Setting for fixing Bluetooth Error .
DTSX
Note: I will fix auto-brightness conflict with battery usages history soon.​
[Close].Treble GSIs overlay
Overlay uses with all GSI
forum.xda-developers.com
Specificed Customize Menu of This GSI.
>>> Add Battery Charging Limit Apps​
GitHub - VR-25/acc: Advanced Charging Controller
Advanced Charging Controller. Contribute to VR-25/acc development by creating an account on GitHub.
github.com
1. Flash Backend ACC with Magisk Manager.
2.Find suitable Charger_switch
Plug your Charger with tab 7 lite
type
Code:
su
acc -t
and you'll find the list of all the charging swich you can use. (Switch work ✓)
3.Enforce your Charger Switch
Code:
acc -ss
and Select No.x which Switch work ✓ + idle mode = true
4.Install Frontend.​
Now you could easily use any features with no type command.
Run acc --test (or acc -t) to see which switches work.
Run acc --set charging_switch (or acc -ss) to enforce a working switch.
Test the reliability of the set switch. If it doesn't work properly, try another.
Testing .. Please share your.
Auto Brightness (after installed i made it be system app.)
How's the performance? Anyone can upload any video of using this rom?
SykoraLukas said:
How's the performance? Anyone can upload any video of using this rom?
Click to expand...
Click to collapse
Yes
Need A13
Difficul said:
Need A13
Click to expand...
Click to collapse
on based A12 -- No testing A13 is good for SM-T225, 220 yet.
tom.android said:
Release v20221023 · ChonDoit/treble_blaze_patches
CHANGELOG | Initial and latest Release | Fixed Safety Net | Fixed things which exist on source but not on final product (Amazing, right?) | Broken as expected | Enjoy as it or GTFO Why so big image...
github.com
Note Download : There are only "bgS variant then if you wants "magisk" ...must mod system.img yourself.
Delete
/system/xbin/su
/system/etc/init/su.rc
/system/bin/phh-su
/system/bin/phh-securize.sh
su app in /system/app/phh.superuser
Together with disable toggle SuperSU in phh-treble setting.
Note2; Because we don't have TWRP on Android 12 then you want my step by step CustomAP Part 2 to work with editing System before flashing CustomAP with odin.
Click to expand...
Click to collapse
Managed to make a GSI from this ROM for my T220...but I did not have to follow any of those instructions. I just patched the .tar file with Magisk 25.2 as usual and Magisk setup did everything including disabling phh-SU. I did have to manually install the Magisk app at first.
Edit: Question, do the last two tabs inside Settings > BlazeHouse crash on you? They do here.
Difficul said:
Need A13
Click to expand...
Click to collapse
Then you should compile it if you "need" it. New versions of Android always take several months until they get stable. Do remember Phhusson is no longer actively maintaning GSIs so we have to give the new TrebleDroid team lots of time to master everything GSI.
SykoraLukas said:
How's the performance? Anyone can upload any video of using this rom?
Click to expand...
Click to collapse
Performance depends on the user configuration (as does battery life). To me, they're all similar in both performance and features.
NOOB HERE : is it possible for someone to post already compiled custom AP to download and then flash it with correct BL and CSC for (t220) ?
Doesn't matter witch build or region
And should the bootloader be unlocked for that?
Thanks
niksot said:
NOOB HERE : is it possible for someone to post already compiled custom AP to download and then flash it with correct BL and CSC for (t220) ?
Doesn't matter witch build or region
And should the bootloader be unlocked for that?
Thanks
Click to expand...
Click to collapse
1. Can't do, sorry. My connection's currently having upstream issues (1Mbps or less).
2. Yes, the bootloader should be unlocked, otherwise the firmware won't allow you to flash anything custom. Also, users that do post their custom AP should always state which firmware they're using or they're risking others to brick their devices so yeah, be careful with that crucial detail. I for one moved to Android 12 firmware but there are others that have not.
nirogu325 said:
Managed to make a GSI from this ROM for my T220...but I did not have to follow any of those instructions. I just patched the .tar file with Magisk 25.2 as usual and Magisk setup did everything including disabling phh-SU. I did have to manually install the Magisk app at first.
Edit: Question, do the last two tabs inside Settings > BlazeHouse crash on you? They do here.
Click to expand...
Click to collapse
Hello BlazeHouse menu do its job well. thanks for sharing "disabling phh-su with magisk"
i must modified system.img of GSI ( before Odin fashing ) to patch offline-charging for breaking warranty bit of Samsung Warning state, but can't tell details because of English language is not my mother language. sorry
tom.android said:
Hello BlazeHouse menu do its job well. thanks for sharing "disabling phh-su with magisk"
i must modified system.img of GSI ( before Odin fashing ) to patch offline-charging for breaking warranty bit of Samsung Warning state, but can't tell details because of English language is not my mother language. sorry
Click to expand...
Click to collapse
Hmm. The last two tabs inside BlazeHouse crash for me. Weird. If they work for you, can you take some screenshots just to see what they are about?
nirogu325 said:
Hmm. The last two tabs inside BlazeHouse crash for me. Weird. If they work for you, can you take some screenshots just to see what they are about?
Click to expand...
Click to collapse
ok i wll take sreccnshot, during this you can see my video attach .
tom.android said:
ok i wll take sreccnshot, during this you can see my video attach .
Click to expand...
Click to collapse
I see many interesting things in those two tabs. Gonna reflash the GSI to see if that fixes it. It could be me tapping on Securize that broke those two tabs, who knows. Thank you.
nirogu325 said:
I see many interesting things in those two tabs. Gonna reflash the GSI to see if that fixes it. It could be me tapping on Securize that broke those two tabs, who knows. Thank you.
Click to expand...
Click to collapse
if you want , can make customAP for patch offline-charging breaking Warranty bit .
tom.android said:
if you want , can make customAP for patch offline-charging breaking Warranty bit .
Click to expand...
Click to collapse
The normal ROM doesn't have that? I thought it did. How do you patch something like that? Is it too hard?
nirogu325 said:
The normal ROM doesn't have that? I thought it did. How do you patch something like that? Is it too hard?
Click to expand...
Click to collapse
-normal gsi don't
-too many step ( hard to explain for me )
but final step to show %charging not success. but can break samsung warranty bit stop state.
-what firmware you need?
tom.android said:
-normal gsi don't
-too many step ( hard to explain for me )
but final step to show %charging not success. but can break samsung warranty bit stop state.
-what firmware you need?
Click to expand...
Click to collapse
Ah, I see. Nah, it's ok, I don't charge anything while it's off. Thanks though. The August CherishOS did have the offline charging right?
nirogu325 said:
Ah, I see. Nah, it's ok, I don't charge anything while it's off. Thanks though. The August CherishOS did have the offline charging right?
Click to expand...
Click to collapse
yes
niksot said:
NOOB HERE : is it possible for someone to post already compiled custom AP to download and then flash it with correct BL and CSC for (t220) ?
Doesn't matter witch build or region
And should the bootloader be unlocked for that?
Thanks
Click to expand...
Click to collapse
CustomAP must be created with specific firmware , firmware must depended on zone or country from Samsung.
This is my example for user' s problem.
CustomAP 2022
The only way to get away from the official firmware. Changes Degoogle (LeOS-TD.2.0 ) A13 GSI Home Launcher For SM-T225 FastbootD ☆☆☆ Tips and Tricks For [ LOS TD Unofficial GSI ] latest 2023-03-24 microG...
forum.xda-developers.com

How To Guide APPLY Customed SparkOS 13.5.5 A13 GSI (bvN) For SM-T225 ( Rewritten )

RICH FEATURES A13 GSI ( Rewritten )​
DOWNLOAD:
☆☆ Original GSI: https://github.com/naz664/SparkOS_gsi/releases
( We used "SparkOS-13.5.5-arm64_bvN-Unofficial.img" for my modification.)
☆☆☆ Customed GSI , Add spaces 490 Mb for R/W system sub-partition , Screen Auto-Brightness Fix ,Quick Tile ( columns landscape for tablet)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
STEP TO INSTALL:
A. Download "system.img.zip" and extracts it.
B. Must have pre-installed (Stock A13 ) + patched- recovery for fastbootD.
C. Uses Set of fastboot command for flashing. (CLAEN FLASH ONLY)
- Can't use dirty-flashing because Super partition was changed.
D. First system booted click gear icon of above picture.
- Open Settings menu to Enable Adaptive brightness and set Smallest width = 598 dp
E. Enable Split Notification from Tablet mode.
Code:
adb shell
su -c "cmd overlay enable com.android.systemui.SplitShade"
F.
Quick Access:
☆☆ Desktop mode PC here. ( I don't see this feature implemented in any GSI though.)
☆☆ microG with Toggle GMS mode.(control Google services & core apps)
Full processing Commands for GSI here.
ALL of my Tutorial include full CustomAP way here.
☆☆☆ Note: microG setting is not suitable for google (GMS) user.
☆☆☆ Al lot of features required Writable sub-partion of Super-partition (System ,product,vendor ) such as 》》Auto Screen Brightness fix
☆☆☆ Some scripts are during testing with owner. May be requires back and forth re-locked bootloader.
Resources:
(profile-generator microG here , Github Here , Run script)​TEST hardware attestation first then relock bootloader AND install Stock Firmware Test hardware attestation again , the last connect device with Computer Run profile-generator .
☆☆☆ Warning: Please use your base as Android 13 only. to make sure , you didn't suffered from network errors.
☆☆☆ Now Stock A13 is quickly as Stock A11 but it More stable than.
** Not supported Vega Bobo DSU.
Why?
The term "de-googled" is complicated, as AOSP (SparkOS) by itself is by Google.
We aim to reduce Google's data collection on mobile devices and make active efforts to remove contacts to Google Servers and document more...
(De-Googled user download bvN Variant)
(No Gapps)
Used "LeOS Droid"download FOSS apps.
(FREE & Open Source Software)
​
You can test the new features . its for degoogled.
This is new features in SparkOS 13.5.5 GSI.
1. Desktop Mode.
2. Toggle GMS. ( MicroG is best fit.)
and more ...I will show you here. ( first uses your fastbootD to flash new GSI . May be can't update from v.13.5 cause new encryption )
Test GPS Location Service
( compare with GMS / microG )
Screen Auto brightness enable by Adaptive brightness. and you must specific smallest screen to 598 dp.
Meanwhile Battery usages show all normally.
Hotspot works
-Optimize power consumption.
Offline power charging.
Nearby share works
Bluetooth Headphone.
There are more testing guide later from comment below...
How to fix battery drain ?
Difficul said:
How to fix battery drain ?
Click to expand...
Click to collapse
use spark system manager is not enough ? then used FDE.AI. https://github.com/feravolt/FDE.AI-docs
tom.android said:
use spark system manager is not enough ? then used FDE.AI
Click to expand...
Click to collapse
What is FED.AI ?
Difficul said:
What is FED.AI ?
Click to expand...
Click to collapse
read my link.
tom.android said:
read my link.
Click to expand...
Click to collapse
I see download link , to want try later
Thank you
But you are try yet ?
New FEB patch.
SparkOS 13.5.5 v. 20-03-2023
Releases · naz664/SparkOS_gsi
Script and patches for building PHH-Treble based SparkOS GSI - naz664/SparkOS_gsi
github.com
tom.android said:
New FEB patch.
SparkOS 13.5.5 v. 20-03-2023
Releases · naz664/SparkOS_gsi
Script and patches for building PHH-Treble based SparkOS GSI - naz664/SparkOS_gsi
github.com
Click to expand...
Click to collapse
I am using version 13.4
Date time January
Any bug like camera, Bluetooth , connecting wired earphone?
I using this Tab to gaming and media social , I don't see any bug
tom.android said:
DOWNLOAD: https://github.com/naz664/SparkOS_gsi/releases
Warning: Please use your base as Android 13 only. to make sure , you didn't suffered from network errors.
You can test new features .​1. Desktop Mode.
2. Toggle GMS.
and more ...I will show you here. ( first uses your fastbootD to flash new GSI . May be can't update from v.13.5 cause new encryption )
View attachment 5867105
View attachment 5867313
View attachment 5867131
View attachment 5867147
View attachment 5867149
View attachment 5867329
View attachment 5867327
View attachment 5867331
View attachment 5867153
Screen Auto brightness enable by my magisk module. and you must specific smallest screen to 598 dp.
Meanwhile Battery usages show all normally.
View attachment 5867155
View attachment 5867157
-Optimize power consumption.
View attachment 5867461
Offline power charging.
View attachment 5867761
View attachment 5867877
View attachment 5867879
Nearby share works
View attachment 5868339
More..
Click to expand...
Click to collapse
Not booting for me, T220, OneUI 5 Vendor
DARK002s said:
Any bug like camera, Bluetooth , connecting wired earphone?
Click to expand...
Click to collapse
Don't know about that, no need to fix
RealDexxo said:
Not booting for me, T220, OneUI 5 Vendor
Click to expand...
Click to collapse
Tell me more how installed?
tom.android said:
Don't know about that, no need to fix
Tell me more how installed?
Click to expand...
Click to collapse
Classic steps,
wipe data from recovery,
fastboot erase system
fastboot flash system system.img
fastboot -w
I'm using magisk patched kernel, its stuck on boot logo.
RealDexxo said:
Classic steps,
wipe data from recovery,
fastboot erase system
fastboot flash system system.img
fastboot -w
I'm using magisk patched kernel, its stuck on boot logo.
Click to expand...
Click to collapse
Most GSIs not for tablet.
-You can try TrebleDroid before if it boot or not.
Releases · TrebleDroid/treble_experimentations
Scripts to automatically build/CI/Release TrebleDroid GSI - TrebleDroid/treble_experimentations
github.com
Set up AOD (Always On Display)
Configure Phh Treble settings.
Configure Special SparkOS Menu.
Firework > Settings > Lock Screen
-
does this work on SM-T220 android 12
divya rapen said:
does this work on SM-T220 android 12
Click to expand...
Click to collapse
No report yet.
microG unofficial with SparkOS.13.5.5 A13-GSI. (I only uses to get my purchase apps from play store .)
Step.
1. Flash Vanilla Variant.
SparkOS-13.5.5-arm64_bvN-Unofficial.img.xz on top of Android 13 Stock ROM.
2. Download file into sdcard/Download if not copy it to your device " sdcard/Download" github page
AndroidFileHost.com | Download GApps, Roms, Kernels, Themes, Firmware and more. Free file hosting for all Android developers.
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
androidfilehost.com
3. Your SparkOS must had pre-installed Magisk. ( No adb root mode)
Connect your device with Computer. Run CMD under "platform tools" folder.
* Not worry about TWRP
Code:
adb shell
Code:
su
Code:
cd /sdcard/Download
Code:
unzip ./microg-unofficial-installer-v1.3.0.1-alpha-by-ale5000-signed.zip zip-install.sh
Code:
sh ./zip-install.sh ./microg-unofficial-installer-v1.3.0.1-alpha-by-ale5000-signed.zip
4. Restart
5. Flash Universal Safety net fix mod with Magisk.
☆ Checking all nessessary services had passed SafetyNet.
- microG service core.
- device attestation.
- Safetynet attestation.
- play protect device certification.
Hide some MicroG services in magisk 's deny list.
☆☆☆ How to control GMS ? ( Turn On_-OFF )
Note: When re-enable google services, you must register google'account at microG setting again.
The last Google Play setting is device passed certification .
[ MUST Delete Google play app cache.] And Waite.
This microg can run google play
.
Difficul said:
This microg can run ch play.
Click to expand...
Click to collapse
don't known "ch play".

Categories

Resources