(GSI And Not My Port) Android 12 Beta 5 On Galaxy M31 - Samsung Galaxy M31 Guides, News, & Discussion

Simple
Just use chondoe flasher and Android 12 Port from NipponGSI
"But the overlay is in vo folder (also if you have overlay you paste it in pixvo) (create pixvo folder in system then paste overlay in the pixvo folder then go to system/bin/rw-system.sh edit it
Search for system/vo line and edit it to pixvo (system/vo to system/pixvo
Finish)"
Method
Download Chondoe Flasher,NipponGSI,PrishKernel,Vendor Overlay Folder
Flash Chondoe Flasher first
Then flash PrishKernel
And Replace Vendor/Overlay with the Overlay that I provide
IMPORANT
format internal storage after finish replace Overlay
Then Format Data
Downloads:
Overlay and Rw system.sh
Finish

where is overlay flashable zip?

Viictoorh said:
where is overlay flashable zip?
Click to expand...
Click to collapse
I cannot provide that
But the overlay is in vo folder (also if you have overlay you paste it in pixvo) (create pixvo folder in system then paste overlay in the pixvo folder then go to system/bin/rw-system.sh edit it
Search for system/vo line and edit it to pixvo (system/vo to system/pixvo)
Finish

can you explain me, how to get the overlay? to use in Android 12?

trackedby said:
can you explain me, how to get the overlay? to use in Android 12?
Click to expand...
Click to collapse
I will add rw-system.sh and pixvo folder in the thread
Sorry for late reply i was sleeping

thx bro, which is the best port?
port from pixel 4, or pixel 5?
i've download pixel 5 port and, mobile network and wireless network not working without overlay (i don't know if affect i'm not using overlay)

trackedby said:
thx bro, which is the best port?
port from pixel 4, or pixel 5?
i've download pixel 5 port and, mobile network and wireless network not working without overlay (i don't know if affect i'm not using overlay)
Click to expand...
Click to collapse
Bro you need the overlay to fix fingerprints and add
And I suggest Pixel 5 but need overlay to fix punch hole (remove it by overlay) Or Pixel 3

Flylarb said:
Bro you need the overlay to fix fingerprints and add
And I suggest Pixel 5 but need overlay to fix punch hole (remove it by overlay) Or Pixel 3
Click to expand...
Click to collapse
Do volte works on this one ui gsi!? And what bugs it had?

Related

[Guide][DDKQ8] Remove "Swipe screen to unlock" | Center lockscreen Clock | more...

[Guide][DDKQ8] Remove "Swipe screen to unlock" | Center lockscreen Clock | more...
No guide can explain every bit of information a beginner needs to know to achieve the wanted results. You need to make an effort and have patience to learn what you need.
This guide assumes that you have some basic knowledge like managing files on your phone, setting permissions, using command prompt on your computer. I will not explain what is ADB or Root Explorer or how to use them. google can help with that.
The steps described here are the steps i did on my computer (windows) and my rom (rooted, deodexed). i cannot promise to offer support, i'm a semi-noob myself.
standard disclaimer applies: Do it at your own risk & Backup your system before trying any of this.
What you will need:
• apk file compiler/decompiler: i will use apktool
• archive manager: winrar, 7zip
• Text editor : Notepad++ is recommended
• A way to manage files on the phone: ADB, Android Commander, Root Explorer
• an image editor (for some parts): Photoshop, Gimp, Paint.NET...
Part I. Decompiling
1. First you need to download and install apktool which allows you to decompile apk files and rebuild them. some people prefer APK Manager but i find apktool simpler to use.
Download these two files and export them to your Windows directory.
apktool-install-windows-r04-brut1.tar.bz2
apktool1.4.3.tar.bz2
2. Pull the file framework-res.apk from /system/framework/ on your phone and place it on your computer. for exemple under C:\lockscreen\
3. Now open a command prompt window and change the current directory to C:\lockscreen\ by entering the command
Code:
cd c:\lockscreen
Then decompile your apk file by entering the following command
Code:
apktool d framework-res.apk
This will create a new folder named framework-res within it are the decompiled contents of framework-res.apk
Part II. Editing files
Remove "Swipe screen to unlock"
1. Open \framework-res\res\values\strings.xml
2. Find lockscreen_unlock_guide_text
3. In that line, delete Swipe screen to unlock
Note: \res\values\strings.xml is for English language. if you're using a differnet language on your phone then you have to edit the corresponding strings.xml file in the proper values directory. for exemple if you're using French then you'll have to edit the strings.xml file under values-fr
Change the date format on the lock screen
1. Open \framework-res\res\values\strings.xml
2. Find mid_month_day_mid_wday_no_year
3. Replace E. d MMM. with the format you want.
Reference:
d numeric Day of the Month (1)
dd numeric Day of the Month (01)
EEE short Day of the week (Mon)
EEEE long Day of the week (Monday)
M numeric Month (1)
MM numeric Month (01)
MMM short Month (Jan)
MMMM long Month (January)
yy short year (09)
yyyy long year (2009)
exemple: yyyy MMMM d, EEEE to display 2012 March 12, Monday
Center the lockscreen clock and date
Explaining this mod step by step would take too long. All the editing is done in a single file \res\layout\zzz_keyguard_screen_clockwidget.xml
I uploaded the edited file (not compiled). All you have to do is replace you original file under framework-res\res\layout\ with this one before you compile. Advanced users can take a look at it, compare it with the original and edit it if they want/can.
I also replaced the charging icon that appears on the lockscreen. The png file is inluded with the xml file. To apply it, after you're done with Part III of this guide, open your modded apk file with winrar/7zip, browse to \res\drawable-mdpi\ then drag the png and drop it in the apk.
Part III. Creating the modded file
After we're done editing the xml files, we will recompile them and update the original apk with the modded ones.
1. Go back to that command prompt window and enter the following command to recompile the files
Code:
apktool b framework-res
(no .apk at the end)
when it's done, you will find a new folder under framework-res named build where the compiled files are placed.
2. Go to framework-res\build\apk\ copy the resources.arsc file
3. Open your original framework-res.apk file with an archive manager like winrar or 7zip (do not extratct, open with) and paste resources.arsc inside it.
4. If you used the edited zzz_keyguard_screen_clockwidget.xml file, then you have also to copy the compiled version from \buid\apk\layout\ and paste it under the same path inside your apk file.
Now your framework-res.apk is modded and ready to be installed.
5. Place the apk in your phone under /system/framework/ and set its permissions to rw-r--r--
Note: Some may prefer to copy the file to /system/ first, set the permissions and then move it to /system/framework
6. Reboot
Changing the font of the clock:
For some reason, this clock is not actual text, it does not use a font. Instead, the numbers are png files placed under /res/drawable-mdpi/
So to change the font, you will have to make new png files for each number, plus one for the column )
I uploaded the ones i made. you can take a look at them to note the dimensions and names of the files. you have to use those same names. also notice that there are two different files for the number one.
After you're done modding your framework-res.apk and just before you send it your phone, open it with winrar and browse to /res/drawable-mdpi/ then drag the png files you made and drop them inside the apk.
Flashable zips:
lockscreen_text_patch_DDKQ8.zip => remove "Swipe screen to unlock" text
LockscreenMod_Stock_DDKQ8.zip => Centered clock and mod with replaced clock font for stock DDKQ8
dali47 said:
This is a short guide explaining how to remove the "Swipe screen to unlock" text from the new galaxy-note-like lockscreen available in the new DDKQ8 rom.
i will add more details if asked for.
Click to expand...
Click to collapse
Maybe you know how to make the date display more "acceptable"? I hate how it looks in stock...
I would really appreciate a flashable zip to solve this problem.
Nice
FROM XDA APP
PRESS THNX IF I HELPED YOU
U can remove everything from lockscreen
herpderp © aint got money to pay to my fish
Thanks..!! was searching for this..!!
Will try this today or tomorrow...can anyone tell or make a guide on how to enable crt animation on stock 2.3.6 DDKQ8
Sent from my GT-S5830 using xda premium
iSxy said:
Will try this today or tomorrow...can anyone tell or make a guide on how to enable crt animation on stock 2.3.6 DDKQ8
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Same way as every other
herpderp © aint got money to pay to my fish
Hey Can u tell the way by wich i can use this lockscreen in lewa rom....
if i want to replace stock rom lockscreen, i need to replace framework-res.apk only, right?
1 Question..
Can we just replace that Swipe to unlock text to our own custom one?
wassupadi said:
Hey Can u tell the way by wich i can use this lockscreen in lewa rom....
Click to expand...
Click to collapse
i dont think u can
FROM XDA APP
PRESS THNX IF I HELPED YOU
iSxy said:
1 Question..
Can we just replace that Swipe to unlock text to our own custom one?
Click to expand...
Click to collapse
Yes
FROM XDA APP
PRESS THNX IF I HELPED YOU
Good guide.
Sent from my GT-S5830 using xda premium
kmarci said:
Maybe you know how to make the date display more "acceptable"? I hate how it looks in stock...
I would really appreciate a flashable zip to solve this problem.
Click to expand...
Click to collapse
how do you mean acceptable?
i can only make a flashable zip for specific roms and themes. maybe i will see what roms out there are based on DDKQ8 and make a couple of zips.
i usually prefer making guides than making falashable zips so anyone can apply the mod on it's own specific system.
wassupadi said:
Hey Can u tell the way by wich i can use this lockscreen in lewa rom....
Click to expand...
Click to collapse
the lockscreen it hard coded un the framework, maybe also some other files. i personally cnt do it. if you want to try to port it i can provide you with any files you need from stock DDKQ8
hanaxxaru said:
if i want to replace stock rom lockscreen, i need to replace framework-res.apk only, right?
Click to expand...
Click to collapse
not really. not all frameworks are compatible with all roms. it probably will not work. it needs to be ported. but you can try of you want. just make a backup of your system before.
iSxy said:
1 Question..
Can we just replace that Swipe to unlock text to our own custom one?
Click to expand...
Click to collapse
sure you can. just replace "swipe screen to unlock" with whatever you want. there might be some limitations for how much text you can fit. i didnt try it.
K ty..ill try tomorw for custom text.. Anyone tell me some good line to write?
Sent from my GT-S5830 using xda premium
dali47 said:
how do you mean acceptable?
i can only make a flashable zip for specific roms and themes. maybe i will see what roms out there are based on DDKQ8 and make a couple of zips.
i usually prefer making guides than making falashable zips so anyone can apply the mod on it's own specific system.
Click to expand...
Click to collapse
Something in this format: year. month day., name of the day. For today: 2012. march 12., monday
I'm on same rom as you are (stocklite v5). Would you please help me how to change the date display?
kmarci said:
Something in this format: year. month day., name of the day. For today: 2012. march 12., monday
I'm on same rom as you are (stocklite v5). Would you please help me how to change the date display?
Click to expand...
Click to collapse
ok, i figured it out
open \res\values\strings.xml
find mid_month_day_mid_wday_no_year
in that line, change E. d MMM. into yyyy. MMMM d., EEEEE
re-build and replace resources.arsc in original apk
posibilities
is it possible to move the framework thing to another stock rom using maybe titanium back up?
dali47 said:
ok, i figured it out
open \res\values\strings.xml
find mid_month_day_mid_wday_no_year
in that line, change E. d MMM. into yyyy. MMMM d., EEEEE
re-build and replace resources.arsc in original apk
Click to expand...
Click to collapse
Hey dude, you're unbeleivable! Thanks a lot! (Unfortunatelly I can only hit once the thanks button... )
torchwolfery said:
is it possible to move the framework thing to another stock rom using maybe titanium back up?
Click to expand...
Click to collapse
not sure what "thing" you mean. but no. Titanium Backup backs up apps and settings. the lockscreen is neither an app nor a setting.
kmarci said:
Hey dude, you're unbeleivable! Thanks a lot! (Unfortunatelly I can only hit once the thanks button... )
Click to expand...
Click to collapse
glad to help

Huawei Mate 8 and Huawei P9 stock themes

Hi all!
I've extracted the Huawei Mate 8 and Huawei P9 themes for use on other EMUI devices (like the Honor 7!)
You can find them in the zips in these posts - extract and push all the files to /sdcard/HWThemes to use.
Mate 8 - details
P9 - details
Enjoy!
P
paulobrien said:
Hi all!
I've extracted the Huawei Mate 8 and Huawei P9 themes for use on other EMUI devices (like the Honor 7!)
You can find them in the zips in these posts - extract and push all the files to /sdcard/HWThemes to use.
Mate 8 - details
P9 - details
Enjoy!
P
Click to expand...
Click to collapse
Hi!
Thanks! The second link (P9) send me to an other topic... battery life... So I can't download it. Please fix the link.
Tapatalkkal küldve az én PLK-L01 eszközömről
I made those two themes whith apple emoji check it out
https://app.box.com/s/r2ptvuws5vyey27979nfg7bn8qd78jjs
https://app.box.com/s/19oprioktvmr1x1kvrbswg1nr2tsugt0
Sent from my H60-L04 using Tapatalk
Thank you
nice
Hi Sir,
can you share how you extract and crack .hwt?
i have tried to extract with 7zip, and zip again as .zip and rename .hwt.
i put it to Huawei Theme folder and does see theme from Theme Setting
please help.
djxyon said:
Hi Sir,
can you share how you extract and crack .hwt?
i have tried to extract with 7zip, and zip again as .zip and rename .hwt.
i put it to Huawei Theme folder and does see theme from Theme Setting
please help.
Click to expand...
Click to collapse
Hi,..
From my experience, do not zip the folder, but inside the folder > select all files and folder, right click, and zip it.
Hope i make my self clear, and it works for you too.
Cheers!
Wollu said:
Hi,..
From my experience, do not zip the folder, but inside the folder > select all files and folder, right click, and zip it.
Hope i make my self clear, and it works for you too.
Cheers!
Click to expand...
Click to collapse
It works now.
I zip again -- compression method with 'store' with 7zip.
it works now. Thanks
Another question is "how can I find the location of default Theme in system root.?
I want to replace default theme with my edited theme, to work even factory reset.
djxyon said:
It works now.
I zip again -- compression method with 'store' with 7zip.
it works now. Thanks
Another question is "how can I find the location of default Theme in system root.?
I want to replace default theme with my edited theme, to work even factory reset.
Click to expand...
Click to collapse
It is in ROOT > SYSTEM > THEME.
You will find spectrum.hwt, the default theme.
Wollu said:
It is in ROOT > SYSTEM > THEME.
You will find spectrum.hwt, the default theme.
Click to expand...
Click to collapse
thanks alot

[THEME][EMUI][12.01.2019] Material MIX Black v3.7 BETA (Discontinued)

Material MIX Black Theme for EMUI 4.0-4.1.3
Instructions for installation:
1. Download the theme file.
2. Copy/move the file to HWthemes folder on the Internal memory.
3. Open the Themes app and go to the tab called "Me". Scroll down until you see "MATERIAL MIX BLACK vX.X.X" with the thumbnail and tap on it. Select Apply and reboot. After the reboot Apply it again.
Note: If you want to use my work, PM me.
Here's my PayPal donation link: paypal.me/ErayMustafa
Also don't forget to hit the :good: button!
Changelog
V3.7 (2018.01.12)
1. Updated SystemUI and Settings overlays to look more like the ones on Android Pie.
2. Removed broken third-party app overlays.
V3.6.2 (2017.12.11)
1. Fixed major invisibilities in the YouTube app.
2. Optimised notifications.
3. Added new round icons for some apps.
4. Updated Phone manager overlay.
5. Themed LIghtning and Lightning+ browsers, Naptime.
6. The main clock+weather widget background is now transparent.
7. Optimised Lock screen icons.
8. General bug fixes and code cleanup.
V3.6.1 (2017.09.04)
1. Hotfix for YouTube v12.32.60+.
2. Fixed invisible text on YouTube notifications.
3. Added round icons for some apps.
4. Themed Sesame Shortcuts app.
5. Code cleanup.
V3.6.0 (2017.08.20)
1. Optimised Quick settings toggles and some notification icons.
2. Changed avatar images and added new buttons background throughout the system.
3. Fixed issues with feedback on press and hold in some apps.
4. Fixed a bug in Themes app and optimised text colours.
5. Themed Emmergency calls screen and some deeper telephony related settings.
6. Themed Screen recorder, Google Opinion Rewards and Terrarium.
7. Tweaked YouTube and Play Store overlays.
8. Added support for K Settings.
9. Colourized Sub Tabs switchers and Call screen digits.
10. Changed some app icons.
11. + Many more tweaks and optimisations.
Reserved
Downloads
Rename the '.zip' extension to '.hwt'
NB: You have to reapply the theme every time after a reboot for everything to work properly!
in settings the font is black on black background here on huawei p9.
paratox said:
in settings the font is black on black background here on huawei p9.
Click to expand...
Click to collapse
got same prob on my P9, great theme but the settings menu cannot read. Black font on black background
red_brindle said:
got same prob on my P9, great theme but the settings menu cannot read. Black font on black background
Click to expand...
Click to collapse
+1
I will investigate in this issue ????
Can someone send me a screenshot!
Edit:
Please test the latest version and report
Sent from my Huawei P8 using XDA Labs
latest version,settings works great
bugs , languages not visible and free memory not visible,screenshoot add
Edit gallery not visible setting menu when change wallpapers
not fixed
Can someone decompile some apks for me so i will try fixing the bugs. I can't because I don't have a pc. All the work was done on my phone.
Sent from my Huawei P8 using XDA Labs
use winzip ,open apk ,and extract
maxpaynezm said:
use winzip ,open apk ,and extract
Click to expand...
Click to collapse
It's force closing.
I'm using an app called Apk Editor but it's not working with all Huawei apps.
Either i can open apks as zip files but colors.xml file cannot be found so it needs to be decompiled like this
I tried with online decompiling website but got an error.
Sent from my Huawei P8 using XDA Labs
Great job but i have a problem with setting.... it's all black with the last version 3.2.2. I have honor 8 euro. Can you help me?
kikish said:
Great job but i have a problem with setting.... it's all black with the last version 3.2.2. I have honor 8 euro. Can you help me?
Click to expand...
Click to collapse
Can you send me framework-res-hwext and settings apks?
Sent from my Huawei P8 using XDA Labs
here is honor 8 files framework-res-hwext ,settings and framework-res apk
https://mega.nz/#!NENh0LgK!NG1h5aFoBX1svNJF2UMsWbuIRIRO1_cc2eFlsxghxys
I have to install both?
kikish said:
I have to install both?
Click to expand...
Click to collapse
No, the Settings.apk needs to be decompiled from which i need the colors.xml file. I tried to do it on my phone but it wasn't successful. I needs to be decompiled on a PC but i don't have one..
Sent from my Huawei P8 using XDA Labs
erayrafet said:
No, the Settings.apk needs to be decompiled from which i need the colors.xml file. I tried to do it on my phone but it wasn't successful. I needs to be decompiled on a PC but i don't have one..
Sent from my Huawei P8 using XDA Labs
Click to expand...
Click to collapse
i try decompile with latest apktool,but not working
maxpaynezm said:
i try decompile with latest apktool,but not working
Click to expand...
Click to collapse
It's is compiled with different method maybe. Blame Huawei
Sent from my Huawei P8 using XDA Labs

[MOD,7.1.x/7.1.2 ] Network traffic meter ( root required)

[DISCLAIM]
Doing at your own risk, I don't hold any responsibility for any consequence that may have occured.
I personally have tested this mod on my rooted pixel on NOF26v release.
Remember to do a backup first.
I personally recommended to overwrite those files and keep your adb connected and restart the system ui instead of a directly rebooting by install the app. . By this way, if there is something wrong, you could easily revert the change via adb.
[Background]
After a week, accompanied with many bootloop and systemui FCs, I finally managed to make the real network traffic to show in the status bar.
I was inspired by this post post by @Morningstar, however, the code is outdated and does not work with the latest nougat release.
I then extracted all the updated smali files from Resurrect Remix ,specifically the system image for flo device because I personally owned a nexus7 2013.
I modified the scripts provided by @sellsky, actually a lot of changes needs to be done, and you need to add missing code when you see something unusual in 'adb logcat'.
You can find the modded files (SytemUIGoogle.apk, SettingsGoogle.apk ) from here.
You can find the modded trafficcm from here.
Screenshot is also attached.
Updated files for NOF27B: https://drive.google.com/file/d/0Bzu0Zqno-_D7ZzFOckhHSHRZeGc/view?usp=sharing
Updated files for N2G47E : https://drive.google.com/file/d/0Bzu0Zqno-_D7ejRYZU9UeFljTFE/view?usp=sharing
Updated trafficcm script for 7.1.2: https://drive.google.com/file/d/0Bzu0Zqno-_D7a3F6aTU2MDVrdFU/view?usp=sharing
Nicely done.
Great job .
Bro can you give me some instructions so that I can mod on my stock OnePlus 3 rom
Hi,
I would like to ask how apply this mod. Must I copy SettingGoogle.apk and SystemUIGoogle.apk from traffic_mod.tar? Where can I find this *.apk in system.
Thank you very much for your help
kevin.kvik said:
Hi,
I would like to ask how apply this mod. Must I copy SettingGoogle.apk and SystemUIGoogle.apk from traffic_mod.tar? Where can I find this *.apk in system.
Thank you very much for your help
Click to expand...
Click to collapse
They are both in system/priv-app in their own folders.
Tulsadiver said:
They are both in system/priv-app in their own folders.
Click to expand...
Click to collapse
I don´t have this folders in system/priv-app
kevin.kvik said:
I don´t have this folders in system/priv-app
Click to expand...
Click to collapse
Then you don't have a Pixel?
works perfectly, I copied both files to system/priv-app, reboot, magic. Thank you!
This one feature is ~70% of my love for xposed. Thanks for porting this over... greatly appreciate it.
To be clear for others, the script is not required for this to work.
Back up the two files in question, both in system/priv -- then copy the above apks into the respective folders and reboot.
After installing this mod and you want it on the left hand side, flash this.
If someone who is using a OnePlus 3/T is able to make this work please say how you did it because I can't find the files that need replacing on my device.
have no idea on how to use the modification and will this still work on latest security patch
bush911 said:
have no idea on how to use the modification and will this still work on latest security patch
Click to expand...
Click to collapse
Works fine.
The thread has been quite clear.
1.) Download
2.) Copy
3.) Reboot
4.) Enable
bush911 said:
have no idea on how to use the modification and will this still work on latest security patch
Click to expand...
Click to collapse
Should work fine, and you could also try the newest build I made ( I have updated the main OP ).
Scarface1991 said:
If someone who is using a OnePlus 3/T is able to make this work please say how you did it because I can't find the files that need replacing on my device.
Click to expand...
Click to collapse
Are you deodexed?
Tulsadiver said:
Are you deodexed?
Click to expand...
Click to collapse
I'm using a custom ROM that is based on AOSP so I think I am. At least there are no .odex files within my system/app folder.
Scarface1991 said:
I'm using a custom ROM that is based on AOSP so I think I am. At least there are no .odex files within my system/app folder.
Click to expand...
Click to collapse
Upload your systemui.apk, framework-res.apk, and settings.apk or whatever yours is called.
I'm not a pixel user, using clean AOSP on Redmi note 3 snapdragon. Can I use these modded files? Or they are SoC dependent?
I'm pretty much a noob ?
kurogami95 said:
I'm not a pixel user, using clean AOSP on Redmi note 3 snapdragon. Can I use these modded files? Or they are SoC dependent?
I'm pretty much a noob
Click to expand...
Click to collapse
You can't use the finished product but using the script might work if you will change the names of your settings.apk and systemui.apk to match the pixel and run his script on your pc. Afterwards change the names back.
Ops updated for android 7.1.2, there are some change in the android support lib.

[MOD] SM-N9750/DS Secure Folder (Working with Root)

Secure Folder for SM-N9750/ds with root
1st off:
Credit khongloi113 for Guide: @khongloi113 https://forum.xda-developers.com/galaxy-note-8/development/secure-folder-patch-custom-rom-t3949878
Go to his thread and hit the Thanks Button!
Credit ShaDisNX255 for claifying the guide AND for his speedy responses !!! @ShaDisNX255 You are a superstar my friend!
You see this guy around the forum, automatically hit the thanks. This guy is Pure Blood XDA !
SM-N9750 ONLY!!! exynos already has this...
You should do a system backup in TWRP before these steps just in case.....
Services.jar.apk attached to bottom of post....follow instructions i.e rename to [ services.jar ] etc
You will need to edit a single line in your build.prop file (located in /system)
Look for the line: ro.config.iccc_version=3.0
change it to read: ro.config.iccc_version=iccc_disabled (replacing 3.0 with iccc_disabled)
Save and Exit.
Replacing the services.jar manually.
Please follow these steps, otherwise your system may bug out until you are able to set permissions for the file correctly.
keep in mind if system is bugging out it will be difficult to set the permissions.....so lets just keep this as simple as possible and follow these steps.
1st, REMOVE (.apk) from the end of the file name So name it to: services.jar (from services.jar.apk)
I use Root Explorer, whichever you use just follow the same steps.
Once you have my modified services.jar on your phone....
With root explorer
1. navigate to the modified file, select copy.
2. navigate to /system/hidden NOT INTO FRAMEWORK.....Not Yet!!
3. paste modified services.jar into "/system/hidden folder
4. NOW WE'LL CHANGE THE PERMISSIONS to 0644 aka (rw-r-r-)
5. And now we will select the modified jar again with our explorer and this time select CUT or MOVE and paste it into /system/framework folder.
Reboot and test it out.
all the steps above are just meant to have the permissions for the file PRESET before overwritting your original services.jar.
In past dealings with the services.jar things get wonky before you have a chance to adjust permissions....so is best to have the file permissions set prior to paste operation.
You can (in my experience) only set the permissions we need within the system files....meaning you can't set them to correct permissions while in place on your internal or external sdcard.....
So it doesn't have to take place in /system/hidden....Just make sure not to attempt the change in the /system/framework folder!
ONLY TESTED ON SM-N9750/DS
Hit my thanks button.....However if you only have it in ya to hit the button one time only Please give it to one of the gents I mentioned above!
Thank you!
Reserved
And 1 more....
Sent from my [device_name] using XDA-Developers Legacy app
In the future i plan to get biometrics unlock after boot, and........damn it slipped my mind....something else annoying that i want to fix.....it'll come to me.
Sent from my [device_name] using XDA-Developers Legacy app
Good work, smali can be a bit scary at times but that's why we always try our best to help.
Thank you again. [emoji109][emoji106]
Sent from my [device_name] using XDA-Developers Legacy app
Are there precompiled modded services.jar for the other Note 10 models (e.g., N975F or N976B)? This N9750 secure folder patch is the only version I can find.
vpxlxdb said:
Are there precompiled modded services.jar for the other Note 10 models (e.g., N975F or N976B)? This N9750 secure folder patch is the only version I can find.
Click to expand...
Click to collapse
I believe dr ketan rom has this feature.....at least his android 9 rom
Sent from my [device_name] using XDA-Developers Legacy app
Does this still work for N9750 on Android 10?
vpxlxdb said:
Does this still work for N9750 on Android 10?
Click to expand...
Click to collapse
I don't believe this mod works with 10....last i saw (months ago) there wasn't a working solution.....hopefully that has changed as I'm getting nearer to updating to 10 myself.
Sent from my [device_name] using XDA-Developers Legacy app
anyone can confirm this works in andorid Q
m_carleone82 said:
anyone can confirm this works in andorid Q
Click to expand...
Click to collapse
I'm still on android 9, but from what i have seen when Q first dropped it doesn't work.
Sac23 was the most recent dev I've seen that was working on it.
Sent from my [device_name] using XDA-Developers Legacy app
@sac23 , sir do you have any updates?
m_carleone82 said:
@sac23 , sir do you have any updates?
Click to expand...
Click to collapse
not yet this times its kickin my ass but ill be working on this on the side need to update couple phones before
Eagerly waiting for an update to work on Android 10
What mod you make in your service.jar?
Because I replace your jar in my s10 5G but phone not boot I whant to mod my one service.jar for s10 5g
Thanks
Franc89 said:
What mod you make in your service.jar?
Because I replace your jar in my s10 5G but phone not boot I whant to mod my one service.jar for s10 5g
Thanks
Click to expand...
Click to collapse
This modded file doesn't work with android 10, you'll want to use the secure folder mod sac23 made here in the note 10 development thread.
Sent from my [device_name] using XDA-Developers Legacy app

Categories

Resources