Galaxy Wearable App on Rooted Phone Help - Samsung Galaxy S9 Questions & Answers

Hello, I am trying to install the new Wearable app on my galaxy s9 that is running a custom rom / rooted. The app says it is not compatible due to the phone being modified in an unauthorized way. I know people got the previous wear app to work on rooted phones, any chance to get this one to work as well? It is needed to pair with the new Galaxy Watch.

I'm on an S9, rooted, on a custom rom in Cross Development (TGP ROM) and Galaxy Wearable runs fine. I would post your issue in the specific Forum here that you are using.

Hmm okay, I'll try, just seems wierd and haven't found anything similar to it online. Here's a screenshot of what it says
{
"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"
}

kmanxx said:
Hmm okay, I'll try, just seems wierd and haven't found anything similar to it online. Here's a screenshot of what it says
Click to expand...
Click to collapse
Are you on LOS? If so, I'm guessing compatibility issues. Just a guess when I looked at your profile

Yup, loving it so far, not gonna go back to stock just to get an app to work

Same problem here with a Galaxy S6 G920F (AOSP Extended, Android 8.1.0) rooted with Magisk even if Magisk Hide is selected for Galaxy Wearable.
Edit : I've found a fix ! See the post below

Hi,
I'm coming back since I've found a workaround for Galaxy Wearable to work again.
So here is what I have done (for Samsung device with custom ROM only) :
If it's not already done, install the "MagiskHide Props Config" module from Magisk and then reboot.
Open a terminal emulator and run "su" then "props", when the module is loaded, type "1" to edit fingerprint, choose Google, then Pixel 3 (even if you're not on Android 9). For all of the manipulations when the module asks you to reboot, don't reboot.
After that, go back to the main menu and choose "Improved hiding" and enable it.
Then, go back to the main menu again and choose "Add/Edit custom props". Now we need to change everything that is related to Samsung.
Do theses steps for every prop we need to edit :
1. Type "n" to add a custom prop
2. Now we need to say which prop we need to edit : "ro.product.brand", "ro.product.device", "ro.product.manufacturer", "ro.product.model", "ro.product.name" and "ro.vendor.product.manufacturer" (Type only one of them and without the " ")
3. If the value already exists it will show you what is the actual value of the prop, and if it doesn't exist, double check that you didn't make any mistake when typing it and if not, skip it.
4. Then type respectively : "google", "crosshatch", "google", "Pixel 3", "crosshatch" and "google" (without " ")
5. The module will asks you for when do you want this to be applied ? Just keep "default" and validate with "y"
6. When you have done this for the 6 props, you should have something like the screenshots.
Now you can reboot your phone, delete all the data of the Galaxy Wearable app and it should open ! And also don't forget to hide it with Magisk Hide before clearing data.
What we have done here is to change all of the values of a Samsung related phone to a non Samsung phone, and I think that the app is checking a specific thing (like a TouchWiz related thing), and if it can't find it, the phone is unofficial and the app doesn't want to run. But with the other brands they can't do that so the app is running without problem.
Last thing, if doesn't work even with that, go to Settings, About phone and check if it's now shown as a Pixel 3, if not, there might be an issue somewhere else. Make sure that your ROM passes SafetyNet. Or if you want, you can open a build prop editor, search for "samsung", "zeroflte" (Galaxy S6 specific), etc... and see if there is a prop that I/you missed and change it to "google", "crosshatch", etc...
So let me know if it has worked for you : Working on the Note 3, Galaxy S7 Edge
PS : Sorry for my English if I have made mistakes.

To_O said:
So let me know if it has worked for you !
Click to expand...
Click to collapse
Hi dear! Absolutely yes!!
Just done pairing from my Galaxy Note 3 rooted with LOS 14.1 and my new Galaxy Watch 46mm Silver BT, all works like a charm!
Fantastic guide and perfect solution! Thanks a lot!

mrkarim said:
Hi dear! Absolutely yes!!
Just done pairing from my Galaxy Note 3 rooted with LOS 14.1 and my new Galaxy Watch 46mm Silver BT, all works like a charm!
Fantastic guide and perfect solution! Thanks a lot!
Click to expand...
Click to collapse
Hi !
Glad it worked for you ! Thanks a lot too for letting me know

To_O said:
Hi !
Glad it worked for you ! Thanks a lot too for letting me know
Click to expand...
Click to collapse
Works on the s7 edge too

Galaxy Wearable on Note 3 Lineageos 14.1
Great, Great, that works. Good job.
Samsung Note 3 (N9005) + Lineageos 14.1 + Samsung Gear S3
Thanks a lot.
:good:

can i use this method with my poco f1?

waleedoo81 said:
can i use this method with my poco f1?
Click to expand...
Click to collapse
If you can launch the Galaxy Wearable app without any errors it should be ok and you don't need to use this guide. If it's not working, make sure your phone is passing Safety Net and Galaxy Wearable is hidden in Magisk Hide. Then clear the app data and try again. If it's not working after that, try the guide

the app is launching and the phone has passed the safety net check + its already hidden in magisk hide but still not working
i followed the guide with no luck
i couldn't enable (improved hiding )
getting this error (prop file modification currently disabled)

waleedoo81 said:
the app is launching and the phone has passed the safety net check + its already hidden in magisk hide but still not working
i followed the guide with no luck
i couldn't enable (improved hiding )
getting this error (prop file modification currently disabled)
Click to expand...
Click to collapse
For this error, look at documentation of the module itself it should be explained why you have this. I don't want to say something wrong.

Perfect!
Works on Galaxy Note 4 - Lineage 15.1
Thanks a lot.

Worked on N9005 with LOS 16. Thanks a lot.

phone didnt boot after change all props ..on s6 los 16
---------- Post added at 01:18 PM ---------- Previous post was at 01:17 PM ----------
To_O said:
Hi,
I'm coming back since I've found a workaround for Galaxy Wearable to work again.
So here is what I have done (for Samsung device with custom ROM only) :
If it's not already done, install the "MagiskHide Props Config" module from Magisk and then reboot.
Open a terminal emulator and run "su" then "props", when the module is loaded, type "1" to edit fingerprint, choose Google, then Pixel 3 (even if you're not on Android 9). For all of the manipulations when the module asks you to reboot, don't reboot.
After that, go back to the main menu and choose "Improved hiding" and enable it.
Then, go back to the main menu again and choose "Add/Edit custom props". Now we need to change everything that is related to Samsung.
Do theses steps for every prop we need to edit :
1. Type "n" to add a custom prop
2. Now we need to say which prop we need to edit : "ro.product.brand", "ro.product.device", "ro.product.manufacturer", "ro.product.model", "ro.product.name" and "ro.vendor.product.manufacturer" (Type only one of them and without the " ")
3. If the value already exists it will show you what is the actual value of the prop, and if it doesn't exist, double check that you didn't make any mistake when typing it and if not, skip it.
4. Then type respectively : "google", "crosshatch", "google", "Pixel 3", "crosshatch" and "google" (without " ")
5. The module will asks you for when do you want this to be applied ? Just keep "default" and validate with "y"
6. When you have done this for the 6 props, you should have something like the screenshots.
Now you can reboot your phone, delete all the data of the Galaxy Wearable app and it should open ! And also don't forget to hide it with Magisk Hide before clearing data.
What we have done here is to change all of the values of a Samsung related phone to a non Samsung phone, and I think that the app is checking a specific thing (like a TouchWiz related thing), and if it can't find it, the phone is unofficial and the app doesn't want to run. But with the other brands they can't do that so the app is running without problem.
Last thing, if doesn't work even with that, go to Settings, About phone and check if it's now shown as a Pixel 3, if not, there might be an issue somewhere else. Make sure that your ROM passes SafetyNet. Or if you want, you can open a build prop editor, search for "samsung", "zeroflte" (Galaxy S6 specific), etc... and see if there is a prop that I/you missed and change it to "google", "crosshatch", etc...
So let me know if it has worked for you : Working on the Note 3, Galaxy S7 Edge
PS : Sorry for my English if I have made mistakes.
Click to expand...
Click to collapse
on s6 los 16 phone didnt boot after change all props

esi2121 said:
phone didnt boot after change all props ..on s6 los 16
---------- Post added at 01:18 PM ---------- Previous post was at 01:17 PM ----------
on s6 los 16 phone didnt boot after change all props
Click to expand...
Click to collapse
Oh, that's strange, maybe it is caused by Android Pie, to be honest I don't know, try to swipe the props with a different model

Here is what I did to get my watch to work.
Download from play store build prop editor. https://play.google.com/store/apps/details?id=com.jrummy.apps.build.prop.editor
Allow build prop editor root access.
Search Samsung replace samsung or the brand of your phone with htc ( not the model and the brand must be in lower case )
Reboot
Download Samsung accsessory service, galaxy wear app, gear s plugin or any other plugins, Samsung health ( if you want health, Samsung pay won't work ) from the apkmirror
Install apps in the order same as above.
reboot again
set up your watch.
Enjoy.
Sent from my [device_name] using XDA-Developers Legacy app

Related

[MOD][S6][DPI][CAMERA] Fix for Samsung Camera app on other device DPI

Do you want to claim your screen real estate but do you also want to use the Stock Camera App?
What does this MOD do?
This MOD sizes the Stock Camera App to the entire screen in the supported dpi settings (see supported dpi settings below). The MOD is available for both the stock app and the version modded by amk19 (please thank him, his mod is sweet!).
What's the problem?
If you try to change your device DPI from the default 640dpi to say 540dpi or 480dpi, your camera app will be broken and look like this:
{
"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"
}
This MOD will make the camera app fit your screen and work properly again!
What doesn't this MOD do?
Anything else. This MOD is solely created to support the camera functionality on DPI's other than stock 640dpi.
Known issues?
The 'Slow- and fast-motion video player and editor' has not yet been addressed. As such you can create slow- and fast-motion captures, but not watch/edit them on your device.
The white borders around the effects options and the preview button that takes you to the gallery are a little too small for their contents.
Supported DPI settings?
540 dpi
520 dpi
480 dpi
Sadly, due to the way the app is set-up, specific versions have to be created for each DPI setting. Is your flavor not available? Please mention your preferred dpi setting in the comments!
On which devices has this MOD been reported to work?
Galaxy S6 Edge International (SM925F)
Galaxy S6 International (SM-G920I)
If you have tested the MOD on an unlisted device and it works, please add a comment so the list can be expanded!
How to install?
Have a rooted phone
Make a backup! (better safe than sorry)
Pick the version of your choosing (see below) and download the corresponding zip file
Extract the apk file from the zip file
Copy the apk file to your phone
You can make a specific backup of all content inside the /system/app/SamsungCamera4/ folder for easy restoration
Using a mobile file browser like root explorer, copy the apk file to /system/app/SamsungCamera4/ and overwrite the existing file
Change permissions of the copied apk file to 0644 (see screenshot below)
remove the arm64 folder if there is any [UNTESTED, please confirm this works]
(Hot)Reboot your phone
Done!
If you want to install the amk19 version, please note that the 'media_profiles.xml' file is not included here. You will have to follow the install instructions provided by amk19 and replace his apk with this one.
Bla bla bla?
I have been really annoyed by the fact that the Camera didn't support much more useful DPI's, and saw an opportunity to do something back to this community, which has helped me and provided ROMs and goodies ever since I switched to android with my Galaxy Nexus. So thank you for that!
I'm providing this MOD as is, without any guarantees. I am not responsible nor liable for any kind of damage resulting from anything related to this post, etc. etc. etc. By using any of these files, you agree to be fully aware of what you're doing and to take full responsibility if anything goes awry.
Versions?
SamsungCamera4_orig_<x> - The Stock Camera App* modified to work with <x>dpi
SamsungCamera4_amk19_<x> - The Stock Camera App as modded by amk19, modified to work with <x>dpi
* The Stock Camera App used is the one included in the current ROM I'm on (XtreStoLite_G92xF-I-T-W8_DeodexedModEdition_v.1.4a_DVU1BOE3, which i really like so far).
Bugs?
Please add a comment or send me a message if you find anything amiss and I will see if and when I can help you out. For me to be able to help you please include the following information:
Which device version do you have?
Which ROM are you on?
Does the app force close or have some other malfunction?
Have you removed the arm64 folder if it was present inside the SamsungCamera4 folder?
Anything else you could mention that might help narrow down the problem?
If you used amk19's version, some additional questions:
Did you have amk19's mod installed before, and did it work?
Did you follow amk19's instructions when installing (specifically in regard to the media_profiles.xml part)?
Have you tried the orig version and did that give the same result?
Screenshots?
The following screenshots are taken on my phone at 540 DPI.
Enjoy!
- Bane -
Is there screenshots?
lilmikey201 said:
Is there screenshots?
Click to expand...
Click to collapse
I've attached some screenshots.
banenl said:
I've attached some screenshots.
Click to expand...
Click to collapse
oh ok sorry they wernt showing on my app
i dont get it ? This MOD sizes the Stock Camera App to the entire screen
doesnt the camera already fill up the screen? help me here lol
lilmikey201 said:
oh ok sorry they wernt showing on my app
i dont get it ? This MOD sizes the Stock Camera App to the entire screen
doesnt the camera already fill up the screen? help me here lol
Click to expand...
Click to collapse
Hi Lilmikey201,
The MOD solves an issue that occurs when you change the DPI setting of your device to something other than 640dpi (through build.prop editing). When changed to a lower number (for smaller UI elements and thus more room on your screen) the camera app malfunctions (buttons don't work properly anymore) and the app only takes up a part of your screen (see the screenshot I just added to the new "What's the problem?" section of my post).
So if you would want to change your DPI to 540 or 480dpi (I can support other dpi's on request) and still have the stock camera app in working order, you need this MOD.
I hope that answers your questions!
Cheers,
Bane.
Anyway to do this without having a rooted phone?
littleneutrino said:
Anyway to do this without having a rooted phone?
Click to expand...
Click to collapse
Not to my knowledge, sorry.
banenl said:
Hi Lilmikey201,
The MOD solves an issue that occurs when you change the DPI setting of your device to something other than 640dpi (through build.prop editing). When changed to a lower number (for smaller UI elements and thus more room on your screen) the camera app malfunctions (buttons don't work properly anymore) and the app only takes up a part of your screen (see the screenshot I just added to the new "What's the problem?" section of my post).
So if you would want to change your DPI to 540 or 480dpi (I can support other dpi's on request) and still have the stock camera app in working order, you need this MOD.
I hope that answers your questions!
Cheers,
Bane.
Click to expand...
Click to collapse
ohhhhh gotcha,thanks for the clear up. so changing the dpi would change like the on screen camera buttons making them smaller ect. so u can see more of the screen?
banenl said:
Not to my knowledge, sorry.
Click to expand...
Click to collapse
that sucks. I have been using the Google Camera being that it will work full screen. I also have issues with the Dialer not working in alternate DPI.
littleneutrino said:
that sucks. I have been using the Google Camera being that it will work full screen. I also have issues with the Dialer not working in alternate DPI.
Click to expand...
Click to collapse
Well, just root your phone? I've also fixed the keyboard and will have a go at the dialer next.
banenl said:
Well, just root your phone? I've also fixed the keyboard and will have a go at the dialer next.
Click to expand...
Click to collapse
in the past i have rooted every phone i have owned however, for some reason i am holding off on this. I have had my Edge replaced 3 times already (due to factory defects each time) and if i root it i fear if something happens again i wont get a new phone.
Thanks SO much for altering DPI on these, this is exactly what I was waiting for. Unfortunately, it doesn't work on the AT&T variant. If at all possible, could you alter this version for 540?
https://www.dropbox.com/s/yr14u24gv8s9i4y/ATTSamsungCamera4.zip?dl=0
Tried the amk version for 480, on the 925T and it doesn't work.
Goronok said:
Thanks SO much for altering DPI on these, this is exactly what I was waiting for. Unfortunately, it doesn't work on the AT&T variant. If at all possible, could you alter this version for 540?
https://www.dropbox.com/s/yr14u24gv8s9i4y/ATTSamsungCamera4.zip?dl=0
Click to expand...
Click to collapse
I see in your zip that you have an arm folder. Haven't had to deal with that situation yet. Could you please try to remove the arm folder as well? If that doesn't work I'll look into creating a specific version for the AT&T device.
Critical Detox said:
Tried the amk version for 480, on the 925T and it doesn't work.
Click to expand...
Click to collapse
Could you please elaborate?
Does it give a force close or some other malfunction?
Do you have an arm64 folder with odex files inside the SamsungCamera4 folder (and have you tried removing it)?
Did you have amk19's mod installed before, and did it work?
Did you follow amk19's instructions when installing (specifically in regard to the media_profiles.xml part)?
Anything else you could mention that might help narrow down the problem?
Thanks
banenl said:
I see in your zip that you have an arm folder. Haven't had to deal with that situation yet. Could you please try to remove the arm folder as well? If that doesn't work I'll look into creating a specific version for the AT&T device.
Click to expand...
Click to collapse
Thanks for the suggestion! I moved the APK without the arm folder and I just get an instant FC now - before the app would just open and close with no message.
I'm not sure whats going on.. tried playing with permissions, etc, but still nothing.
Sorry if im out of subject but can u make the dialer and thr samsung keyboard? too?
Sent from my SM-G925A using XDA Free mobile app
Hello,
Can you please explain me how I can change my dpi in my rom? (XtreStoLite)
What do i have to do?
THX!
DannySchaukens said:
Hello,
Can you please explain me how I can change my dpi in my rom? (XtreStoLite)
What do i have to do?
THX!
Click to expand...
Click to collapse
I hear there are actually apps for it in the app store (probably by searching dpi, didn't check). I like to do it myself by editing build.prop. In order to do that:
Get a file browser like root explorer in the appstore if you don't have one already.
Navigate to /system/.
Edit the build.prop file (long press on the file and select 'Open in text editor' in root explorer).
Find the first occurrence of 'so.sf.lcd_density=640'.
Change 640 to the density you want.
Save the file and exit (in root explorer this option is in the menu).
Reboot your device.
blkghost22 said:
Sorry if im out of subject but can u make the dialer and thr samsung keyboard? too?
Sent from my SM-G925A using XDA Free mobile app
Click to expand...
Click to collapse
Yes, I hope to get to that in the next few days.

[MOD] - WETA Audio 9.1 - [aroma][V4A][DolbyAtmos][xloud][srs][beats][+++]

{
"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"
}
You flash this MOD at your own risk,
i take no responsibility for any mishaps.​
Subscribe to update notifications and general chat by clicking the button below
PIXEL TELEGRAM CHANNEL​
This here is my personal setup and thought i'd share. Usually i test extensively before releasing to public, but if you do find something detrimental to the usage of your device that is either Force Closing or simply not working, let me know and i will in turn inform whether that is something i will tend to.
WETA is a rom for Music geeks like me, though because we are still waiting on TWRP to become available i'd thought i'd make this MOD to flash in the meantime. Its main focus is Audio. ​
This mod installs the following...
V4A 2.5.0.5 or 2.3.4.0
Dolby Atmos
Sony Xperiaâ„¢ Z5 Premium audio system
Beatsâ„¢ libraries and effects
WETA Reboot app
​
How to install...
As of 9.0 moving forward, you will need to flash this mod using TWRP.
NOTE: There have been some issues with systemui crashing after install. This results in having to flash back to stock and in some cases having to wipe phone completely.
I advise running an un-encrypted file system at this stage, which may or may not help. Just be aware that things are basically experimental at these early stages.
1. Make sure you are on Stock firmware and have rooted device
2. Download mod zip
3. Install this app "Root Browser"
4. Extract the zip (click and hold, select extract) using Root Browser directly into Download folder. (you should have /sdcard/Download/WETA_*** as folder with files in it)
5. Go into Download/WETA_*** folder and select WETA-flash.sh
6. Tick "Execute script as root"
7. Then select the Execute button
8. It will say "Executing script"
9. Once complete you should have a popup box with no errrors.
10. Reboot device and mods should be installed....
Changes...
31st Oct
Fixed some things in audio_effects.conf
Added a new mod, 3minit battery to download page
#3 1st Nov
Modified build.props
Added System wide audio
#5 + #5b
Script modifications to be more universal for build.prop mod
- no longer replaces build.prop, now appends to file instead, keeping existing mod lines
V4ADA1 + V4ADA2
V4ADA1 - V4a 2.5.0.5
V4ADA2 - V4a 2.3.4.0
Both these versions have all audio mods omitted as to help with echoing while gaming.
Only V4A and Atmos present.
Fyi.. this can be flashed over the top of previous audio mods
12th Nov
WETA Audio 7 + 7b + V4ADA1_V5 + V4ADA2_V5
removed modification of audio_policy_config file
12th NOV
WETA Audio 8 + 8b + V4ADA1_V6 + V4ADA2_V6
More audio_policy_config tweaks for spotify
WETA Audio 9.0
WETA Audio 9.1
Fixed V4A convolver and profile permissions
– FYI this will wipe out your /sdcard/ViPER4Android folder
This version is an Aroma installer version. TWRP only.
Added Sony music player
Weta reboot option
BusyBox Install option
Weta audio remover
MOD Download Page
If you like my work, please consider buying this poor guy a craft beer for his efforts
WETA I still use ur ROM for 6p.. hoping u making one for the Pixel as well!! Especially with WETA Mods
Thanks for this but it did not work for me. I placed the zip in my sdcard/Download directory and extracted it with Root Browser. Selected the .sh file and executed the script as root but I get the following:
no such file or directory
mdecker79 said:
Thanks for this but it did not work for me. I placed the zip in my sdcard/Download directory and extracted it with Root Browser. Selected the .sh file and executed the script as root but I get the following:
no such file or directory
Click to expand...
Click to collapse
If your extracted folder was "WETA_Audio_Pixel", try renaming it to just "WETA_Audio". I had the same problem and that is how I got it to install. I am going to test it now. Thank you Mentalmuso. V4A is one of the main reasons why I root.
mattyv316 said:
If your extracted folder was "WETA_Audio_Pixel", try renaming it to just "WETA_Audio". I had the same problem and that is how I got it to install. I am going to test it now. Thank you Mentalmuso. V4A is one of the main reasons why I root.
Click to expand...
Click to collapse
Thank you very much. Yes it did execute and I'm currently rebooting. Sometimes I overlook the simple things thinking it's much more involved.
WETA Audio mod #2
Just made some changes to audio_effects.conf, there was some mistakes in there.
This can be installed over the top of the old mod.
Download Page
--->
Works great after the update. Thank you!
The link to AFH is broken. Gives a 404 error.
PS thanks for this lol. I was thinking about using my 6P for music but then this popped up since I have notifications on for your website.
curtdragon said:
The link to AFH is broken. Gives a 404 error.
PS thanks for this lol. I was thinking about using my 6P for music but then this popped up since I have notifications on for your website.
Click to expand...
Click to collapse
Fixed the link, thanks
? --->
I've added a 3minit battery mod also fyi.
? --->
varun.gid said:
WETA I still use ur ROM for 6p.. hoping u making one for the Pixel as well!! Especially with WETA Mods
Click to expand...
Click to collapse
Yeah I'm planning to, I just got tired of waiting for a custom recovery. This is actually a good way to test mods.
? --->
Mentalmuso said:
Yeah I'm planning to, I just got tired of waiting for a custom recovery. This is actually a good way to test mods.
--->
Click to expand...
Click to collapse
awesome! any chance of navbar height change mod and 5 quicktiles also..
varun.gid said:
awesome! any chance of navbar height change mod and 5 quicktiles also..
Click to expand...
Click to collapse
Yes, I'll work on those one by one, probably navbar height first, as I use that mod myself
? --->
I just tried this and it crashed my system ui. I did have the SystemUI Tuner enabled. This may cause issues. Now, I cannot use the phone. I am looking for a way todo the system image.
I just want to note to anyone else having issues. You must use the file app that was mentioned. I usually use Root Explorer but I guess the way Root Browser runs the script it does it correctly.
---------- Post added at 12:06 PM ---------- Previous post was at 12:06 PM ----------
SmokinCharger said:
I just tried this and it crashed my system ui. I did have the SystemUI Tuner enabled. This may cause issues. Now, I cannot use the phone. I am looking for a way todo the system image.
Click to expand...
Click to collapse
I have system tuner enabled. No issues here. Maybe it's something else or how the phone was rooted?
[MOD] - WETA Audio - [V4A][DolbyAtmos][+++]
SmokinCharger said:
I just tried this and it crashed my system ui. I did have the SystemUI Tuner enabled. This may cause issues. Now, I cannot use the phone. I am looking for a way todo the system image.
Click to expand...
Click to collapse
I'm interested in whether you have modded anything else on your phone. As the Audio mode don't touch systemui. Though I had a major systemui crash earlier but I was running 3minit mod and though it crapped out on me. Though I got the systemui crash after using Spotify via Bluetooth, it went to lockscreen then when I unlocked systemui crashed. So I'm wondering what mod caused it now
Have you been using Bluetooth or Spotify?
curtdragon said:
I just want to note to anyone else having issues. You must use the file app that was mentioned. I usually use Root Explorer but I guess the way Root Browser runs the script it does it correctly.
---------- Post added at 12:06 PM ---------- Previous post was at 12:06 PM ----------
I have system tuner enabled. No issues here. Maybe it's something else or how the phone was rooted?
Click to expand...
Click to collapse
I used Root Browser and it immediately crashed and rebooted after executing the script. As far as I know, the chainfire boot-to-root.img it the only way to root. No tweaks or mods yet. Everything was working great prior to this running this mod.
That is the nature of working with rooted phones. Sometimes things just happen. I just wanted people to know that it could mess up the system and be prepared to flash system to resolve.
---------- Post added at 10:27 AM ---------- Previous post was at 10:22 AM ----------
Mentalmuso said:
I'm interested in whether you have modded anything else on your phone. As the Audio mode don't touch systemui. Though I had a major systemui crash earlier but I was running 3minit mod and though it crapped out on me. Though I got the systemui crash after using Spotify via Bluetooth, it went to lockscreen then when I unlocked systemui crashed. So I'm wondering what mod caused it now
Have you been using Bluetooth or Spotify?
Click to expand...
Click to collapse
Purchased from Google Store for use on Verizon. It was unlocked and rooted of course. This was the first mod that I was applying. Yes, it was connected to Bluetooth to wireless speaker and Pandora playing.
[MOD] - WETA Audio - [V4A][DolbyAtmos][+++]
SmokinCharger said:
I used Root Browser and it immediately crashed and rebooted after executing the script. As far as I know, the chainfire boot-to-root.img it the only way to root. No tweaks or mods yet. Everything was working great prior to this running this mod.
That is the nature of working with rooted phones. Sometimes things just happen. I just wanted people to know that it could mess up the system and be prepared to flash system to resolve.
---------- Post added at 10:27 AM ---------- Previous post was at 10:22 AM ----------
Purchased from Google Store for use on Verizon. It was unlocked and rooted of course. This was the first mod that I was applying. Yes, it was connected to Bluetooth to wireless speaker and Pandora playing.
Click to expand...
Click to collapse
It crashed while running the script? That ain't right haha.
Sorry but what was it that crashed exactly? Did the phone go into a boot loop? Or did systemui crash
Mentalmuso said:
It crashed while running the script? That ain't right haha.
Sorry but what was it that crashed exactly? Did the phone go into a boot loop? Or did systemui crash
Click to expand...
Click to collapse
Almost immediately after I ran the script, the phone rebooted. Once it rebooted, I am getting a constant System UI crash and caannot do anything.
SmokinCharger said:
Almost immediately after I ran the script, the phone rebooted. Once it rebooted, I am getting a constant System UI crash and caannot do anything.
Click to expand...
Click to collapse
You'll have to fastboot flash system system.img. You won't lose any data. Do vendor as well to be safe. Just double checking here, but you downloaded the audio mod and not the 3minit battery mod right? WETA_Audio_2.zip not WETA_3M.zip? Thanks for being a crash guinea pig, I'll be looking into this later today.

Vernee Apollo Helio X25 - ROMs and Fix

Vernee Apollo Helio X25 - ROMs and Fix
UPDATE – 13 May 2017 : NEW STOCK ROM – REBUILT
Stock Firmware FLASHABLE by SP Flash Tool
{
"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"
}
And since Vernee has not even released a stock firmware flashable by SP Flash Tool,
I have decided to build by myself a working stock firmware.
I worked very hard on it. I am glad I am finally doing this.
I guarantee 100% that it works very well.
Please see the next screenshot (click on the pic to enlarge) :
http://i68.tinypic.com/qxw1ac.jpg
Based on the latest OTA full_k15ta_a-ota-1484567521.zip
Firmware details :
ro.build.version.incremental=1484564598
ro.build.date=2017-01-16 19:09:25 CST
ro.build.date.utc=1484564965
ro.build.description=full_k15ta_a-user 6.0 MRA58K 1484564598
Download link : You will find it on Needrom
STEPS TO FLASH THE NEW REBUILT ROM :
1) Download SP Flash Tool v5.1708.00.000 at the next link :
https://mega.nz/#!D50yVaJI!5KLOuyP-q8uw8o0_JxfGd8icswqJmSC_Exa8CkDVOOE
2) Open SP Flash Tool.
3) Load the scatter file inside stock firmware folder.
4) Select "FIRMWARE UPGRADE".
- Considerations :
Why "Firmware Upgrade" option ?
It is because this option lock once again the bootloader.
Without locked bootloader the ota updates can be complicated.
5) Click Download.
6) Connect your turned off phone to the pc with USB cable.
- Considerations :
Sometimes on the first try,
SP Flash Tool returns the next error : status_err (-1073676287).
It's rare, but it does happen. Do not worry !
Disconnect the USB cable from pc. Click on "Download" once again.
Connect once again the USB cable to the pc. This time everything will be OK.
7) Be patient until the flash process will be finished (100%).
8) Disconnect the USB cable.
9) Press power button.
Congrats!!!!
This is an excellent new for the community. Now we would be able to play with the equipment wita a securing mesh in case we screw things
Thank you very much
First modded stock rom
FIRST MODDED STOCK ROM
- Added INIT.D support
- Added many tweaks onto BUILD.PROP
A little bit of explanation :
The INIT.D folder is fundamental to add some very helpful shell scripts.
The shell scripts (inside INIT.D folder) will run at boot of the device.
My goal will be to make some shell scripts about CPU frequencies and Governors.
The tweaks that I have already added onto BUILD.PROP enhance the phone performances.
List of the tweaks added onto BUILD.PROP :
1) Improved Touch Response
2) Better Responsiveness and Speed
3) Saves some battery without reducing performances
4) For sensor sleep control and Deep Sleep
5) Increase pics and video recording quality
6) Disables sending of usage data and logs
7) Decrease time for screen off/on during call
8) Makes streaming videos and media tweak
9) 3G signal and speed tweaks
10) Better internet browsing and download speed
11) Google DNS tweak
12) Better call voice quality
13) Disable error checking
14) Keep launcher in memory
15) Multi Users
First Modded stock rom download link :
https://mega.nz/#!75EAQb6T!y4Rq5HStOEIY3tHGqH2okD0d6yWKM3K-Gz4Iu9b8ByQ
Flash it by SP Flash Tool (FIRMWARE UPGRADE option).
Please take a look to the next screenshot (click on the pic to enlarge it) :
http://i63.tinypic.com/2nimyhs.jpg
Well done
bz8 said:
Well done
Click to expand...
Click to collapse
First modded stock rom with SP Flash Tool means that then everything is overwritten, right?
Can the hook be removed in "preoloader" in SP Flash Tool ?
"Security connection USB-ADB - PC"
Can the hook be removed in "userdata" "SP Flash" Tool to keep the user data ?
So hopefully my data will not be lost ???
Thanks
THANK YOU!
Well done. I will try it tonight.
I have not used SP FT for a while. Anything special I need to do?
---------- Post added at 07:55 PM ---------- Previous post was at 07:54 PM ----------
By the way - is it rooted?
I have try the rom. it is working but not rooted. i will try your recovery to root the device
---------- Post added at 09:44 PM ---------- Previous post was at 08:59 PM ----------
Root OK with custom recovery and xposed ok
Thanks for your job !!!
How can I see if I installed it? Think I have...
answers
@ Nerro47 :
Sure. Everything will be overwritten. I suggest you to reinstall all your apps.
If you want my advice, DO NOT restore the previous twrp backup of "Data" partition.
********************************************************************************************
@ bz8 :
My pleasure. I am trying to do my best in order to give support for this device.
********************************************************************************************
@ robruu :
I suggest you to download the version of SP Flash Tool at the first post.
Cleopatra Bianchi said:
@ Nerro47 :
Sure. Everything will be overwritten. I suggest you to reinstall all your apps.
If you want my advice, DO NOT restore the previous twrp backup of "Data" partition.
********************************************************************************************
@ bz8 :
My pleasure. I am trying to do my best in order to give support for this device.
********************************************************************************************
@ robruu :
I suggest you to download the version of SP Flash Tool at the first post.
Click to expand...
Click to collapse
You done a great job !! Congratulation to start developpment. How could i help you to improve it ?
Envoyé de mon Apollo en utilisant Tapatalk
proposal
@ bz8 :
If you really want to help me to improve the Apollo X25.
If you really want to help all the owners of the Apollo X25,
you could try to help me onto my twrp 3.0.3
The touch screen works well by fastboot or by otg mouse.
Unfortunately the touch screen is a thorn in my side.
Thank you in advance.
So far working great!
Good job, man. Will try battery and camera performance tomorrow.
Edit: cannot make phone calls and sending SMS is not working. Receiving is workong though. Tips?
Cleopatra - MANY MANY thanks for the effort and time you put into this phone.
I flashed your modded ROM and the battery life was HUGE improvement.
However, and I do not know if this is because of the flash, but I am having problems with my SIM.
As fast as I try to make a call, it disconnects from the net, and then connects back. Same when I send SMS; when I press send it disconnects from the net. BUT the mobile data works. Could I have screwed up the IMEI somehow?
Hello, wanted to try this out as one of the game I play is always freezing on me, and when it does it's like the phone just dies for a couple seconds, at worst case it takes 30ish seconds and then just restarts or keeps freezing for just a second constantly, which is super weird and makes me rage whenever it happens in the middle of an important game moment. Also the battery consumption is crazy. I just have a couple questions, is there anything I need to activate besides USB debugging? Do I need to turn the phone on in safe mode? Or do I just install the flash tool on my computer and do the steps that are on the image?
edit: tried using adb, tried using pdanet. The flash tool never works, neither does it even detect the phone. I don't get it.
Second modded stock rom
SECOND MODDED STOCK ROM
- Added Xposed Framework version 87
- Added a solution to hide the Android soft keys and get more screen space !
- Added SuperSU-v2.79-SR3
- Added Busybox.v1.26.2
- Added INIT.D support
- Added many tweaks onto BUILD.PROP
For further informations about init.d and build.prop tweaks, please read the post number three.
Please watch carefully the slideshow at the next link :
https://vimeo.com/207549999
Second Modded stock rom download link :
https://mega.nz/#!fktx3Aza!OCMubG_XD9izYFbP9R5Nph4hPBxqoG13vUcLzqRlRl4
INSTALLATION STEPS :
1) Download the "Apo_X25-MOD_02.zip" and copy it onto microSD.
2) Follow very carefully the TWRP steps at the next link (post number seventeen) :
https://forum.xda-developers.com/general/rooting-roms/vernee-apollo-helio-x25-twrp-root-t3554788/page2
3) Enter onto twrp recovery.
4) Make a full backup of stock rom (Boot, System and Data) onto microSD.
5) Make a backup of NVRAM separately into microSD.
6) Tap on "Wipe" (main screen of twrp).
7) Tap on "Advanced Wipe".
8) Select Dalvik/System/Cache/Data/Internal Storage BUT NOT Micro SDCard.
9) Swipe to Wipe.
10) Return to the main screen of twrp.
11) Tap on "Install".
12) Tap on "Select Storage" and tap on "Micro SDCard".
13) Tap on "Apo_X25-MOD_02.zip".
14) Swipe to confirm Flash.
15) When installation is finished, swipe to reboot.
16) BE PATIENT 5 minutes (Vernee boot logo).
17) Tap on icon of "SuperSU-v2.79-SR3" to activate it (New User).
18) Settings --> About phone --> tap seven times onto Build number.
19) Developer options --> enable OEM unlocking and USB debugging.
20) Tap on icon of "Xposed Installer".
21) Tap on "Modules" and put the check mark onto "Immerse Me".
22) Reboot the phone.
23) "Viewing full screen" --> "Got it".
24) Swipe down from the top to see the soft keys.
Clarification about the NEW solution to hide the soft keys :
Someone pointed out that there is already a default method to hide the soft keys.
Probably I did not express myself well. I will try to put some more light on it.
I already knew about the "default opportunity" to hide the soft keys.
But the "default opportunity" do NOT hide the "Notification & Status Bar".
In addition, the method to un-hide the soft keys is impractical.
Instead, my solution hide also the "Notification & Status Bar" (more screen space).
In addition, the method to un-hide the soft keys is more practical.
tiny little imperfection FIXED
tiny little imperfection FIXED
This morning, I found out that "Immerse Me" xposed module has a small flaw.
It seems difficult to type onto WhatsApp chat screen.
Unfortunately "Immerse Me" not has a very important opportunity :
to allow or deny certain apps to use immersive mode.
I have found a solution to this problem.
It is called "Immersive Mode Forcer" xposed module.
STEPS :
1) Download and install "Immersive Mode Forcer".
2) Select all apps.
3) Uncheck from WhatsApp.
Hello, I wanted to flash the modded2 with recovery carliv but the phone does not start. Is it due to recovery?
Please follow the procedure
steeve76 said:
Hello, I wanted to flash the modded2 with recovery carliv but the phone does not start. Is it due to recovery?
Click to expand...
Click to collapse
@ steeve76 :
Why did not you follow my steps ?
I have written :
2) Follow very carefully the TWRP steps at the next link (post number seventeen) :
https://forum.xda-developers.com/general/rooting-roms/vernee-apollo-helio-x25-twrp-root-t3554788/page2
Please follow the procedure
Thanks for your work on this ROM Cleopatra. :good:
My X25 will soon be arriving, and it's nice to see someone has already made a modified ROM.
Thank you.
Cleopatra Bianchi said:
@ steeve76 :
Why did not you follow my steps ?
I have written :
2) Follow very carefully the TWRP steps at the next link (post number seventeen) :
https://forum.xda-developers.com/general/rooting-roms/vernee-apollo-helio-x25-twrp-root-t3554788/page2
Please follow the procedure
Click to expand...
Click to collapse
I followed the procedure to the letter and everything is settled: o Do you know why installation was not possible with carliv recovery? Its use requiring no otg nor pc. Thank you very much for your help and for all your work.

[MOD] Compete One UI Project - System Mods for Pie

[UPDATE ver 2.4.4]
NOW AVAILABLE ON PLAY STORE
Download via PLAY STORE (Donate Link)
Download via XDA LABS
Changelog:
Bugs fix
Improve Mods
{
"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"
}
[ABOUT]
Complete One UI is a project try to improve the experience of One UI on Samsung Pie devices. Specifically, by using Substratum overlay to fix the UI to what majority of user think it should be and make it dark if Samsung didn't. And also making One UI look more consistent by providing icon pack follow One UI style for more apps - here.
Here is Complete One UI telegram group. It is fun here =))
https://t.me/joinchat/IVyxzw8OttVkIEMLHhO__w
[DONATE]
Thanks for your all encouragement and donation. This is just such a great motivation for me to keep this project better and better.
DONATE via PAYPAL​
[WARNING]
This project mainly for official Samsung Pie devices (for now are S9, S9+). So these mods may crash other devices. You could try but make sure you now how to uninstall these overlays.​
[MODs]
How to use?
[Recmmend] Install Substratum apk if you are familiar with it (you need andromeda to use Substratum on Samsung Pie)
If you don't want to involve with Substratum, install individual apk for each mod. Downside of this way is difficult to manage and uninstall mod overlays.
Attempt no.1: Dark Package Installer
Make a dark theme for Package Installer. Round the corners, buttons and bring the dialog to the bottom follow One UI style.
Warning again: This apk tested on S9 Pie. Not guarantee to work with others. This is just a simple Substratum Overlay, so if you want to be tester, maker sure you know how to uninstall if it does not work for your devices. You can read this post for help
Use "White Permission Icon" (android) mod to fix readability of icons
Attempt no.2: Samsung Keyboard bottom gap
For some reason from One UI beta 3, Samsung decide to add an empty space at the bottom of the keyboard while using gesture navigation.
Some people like it but I and someone didn't. You could avoid this issue by using other keyboard like Gboard or SwiftKey but I like Samsung keyboard so finally, this is the mod to remove that empty space.
Note: This can only use with gesture navigation mode. Navigation buttons mode won't work, it will remove your nav buttons.
For users who use Samsung Pay, use "RemoveKeyboardSpaceSpay" version. This will keep the Samsung Pay on your lock and home screen. The different between this version and the other is it still leaving a tiny space under the keyboard.
Attempt no.3: Dark Samsung Note
For now Samsung Notes had dark mode but not complete so let complete it.
The compose page cannot be theme because it is hard code.
Attempt no.4: Black Nav Bar
This mod is so popular so I will re-direct it to another post - here
For short: use this on adb to get black nav bar
Code:
adb shell settings put global navigationbar_color -16777216
adb shell settings put global navigationbar_current_color -16777216
adb shell settings put global navigationbar_use_theme_default 0
Attempt no.5: Remove Multisim Panel
For some want to save some space in the quick settings panel by remove multi-sim panel
Attempt no.6: Bigger Rotation Button
From android 9, there is a assistive rotation button when your rotation is locked. On Samsung devices if using gesture navigation, this rotation button is quite small and very difficult to touch. This is where this mod is useful to enlarge this button.
Tips: After your phone is restart, the rotation button could disappear after watching full screen video. Re-install the mod will fix the problem.
Attempt no.7: Dark Lockscreen Notification
With theme on Samsung Themestore you can easily change this color but with Substratum it harder because Samsung have block it outside Themestore. So this is the best I can tweak to back it Dark. Yes and it is not perfect.
Note: For the mod Dark Lockscreen Notification, to change the text color go to Settings>Lockscreen>Notification, set View Style to Brief, Transparency to highest value and turn on Auto-reverse text color.
Attempt no.8: Dark Recent App Menu
Another UI Samsung forget to theme for Night Mode
Attempt no.9: Better Tabs Bottom Bar
This is BIG mod . I bring the Close All button in Samsung Browser tabs view to the bottom for easier one-hand use. And also turn it to icon button instead off text button for clean look.
Note: Better Tabs Bottom Bar is only compatible with version 9.0.01.65 or above
Attempt no.10: Change Statusbar Clock Position
Attempt no.11: Night Mode for Theme Store & Galaxy Store
This mod is work with system night mod which mean when system night mod is toggle off, these apps will be changed to light theme as well.
Note: Use "Grey Statusbar" (android) mod to fix readability of the status bar
Attempt no.12: One Hand Folder View and Remove App Name, Page Indicator and Folder Color Button
BEFORE
AFTER
Attempt no.13: Bottom Search Bar for Drawer and Bottom Recent App Menu
BEFORE
AFTER
Attempt no.14: 4 or 5 Quick Settings Rows and Remove Label
Attempt no.15: Task Changer Dark Menu and Dark Background
Attempt no.16: Smart Capture (Screenshot) Bottom Edit Toolbar
[ICON PACK]
MORE DETAIL . . .
[INDIVIDUAL APKs]
HERE - ANDROID FILE HOST
[TIPS]
How to revert/uninstall the mods?
As I mention if you get rid of Substratum may get you difficulties in manage and uninstall the overlay because Samsung default hide these overlays. But you still can follow one of two ways to remove them:
Install Substratum and uninstall them in Overlay Manager tab.
Use this adb line:
Code:
adb uninstall [mod's package name]
How to identify mod's package name?​Mod's package name is the name of the mod's apk that you install​For example: to uninstall the mod "com.google.android.packageinstaller.CompleteOneUIMods.apk" use this code​
Code:
adb uninstall com.google.android.packageinstaller.CompleteOneUIMods
now I receive the error "package installation program stopped" when I open a new app just installed... ?
ferozzzz said:
now I receive the error "package installation program stopped" when I open a new app just installed... ?
Click to expand...
Click to collapse
Which app you opened. Your device and your android version?
osuki9x said:
Which app you opened. Your device and your android version?
Click to expand...
Click to collapse
Any application that I have installed after this apk (even the error appeared when I try to install a new apk manually)
Samsung Galaxy S9 SM-G9600
Android Oreo 8.0. december security patch (BL G9600ZHS3ARL1, PDA G9600ZHS3ARL, CSC G9600WO3ARK1, BB G9600ZCS3ARL1)
I did a reinstallation with CSC_HOME (ODIN) and the error continued. I had to do a complete clean reinstall...
ferozzzz said:
Any application that I have installed after this apk (even the error appeared when I try to install a new apk manually)
Samsung Galaxy S9 SM-G9600
Android Oreo 8.0. december security patch (BL G9600ZHS3ARL1, PDA G9600ZHS3ARL, CSC G9600WO3ARK1, BB G9600ZCS3ARL1)
I did a reinstallation with CSC_HOME (ODIN) and the error continued. I had to do a complete clean reinstall...
Click to expand...
Click to collapse
You dont need to reinstall. Just go to app in setting and uninstall the overlay apk. Let me investigate the crash. Will report later.
Same error
osuki9x said:
You dont need to reinstall. Just go to app in setting and uninstall the overlay apk. Let me investigate the crash. Will report later.
Click to expand...
Click to collapse
I install your app and have same problem like ferozzzz. I go in setting find apk name "package installer" but it is not possibile to uninstall it, dont have option for that. Please same solution because I dont want to complete clean reinstall...
SM G960FAndroid version 8.0.0
buildG960FXXS2BRK3
Please give me same solution to resolve this problem. Thanks
dragang said:
I install your app and have same problem like ferozzzz. I go in setting find apk name "package installer" but it is not possibile to uninstall it, dont have option for that. Please same solution because I dont want to complete clean reinstall...
SM G960FAndroid version 8.0.0
buildG960FXXS2BRK3
Please give me same solution to resolve this problem. Thanks
Click to expand...
Click to collapse
Sorry to hear that. There are some ways that you can fix the problem. It seems like Samsung is hiding the overlay apk in the system so you could fix that by:
1: Install the apk in attached file. This apk revert to the original state of Package Install, however, if you use this way the overlay apk is still install in your phone
2: Uninstall the overlay apk using adb, this way you can totally uninstall the apk out of your phone bye using the line "adb uninstall com.google.android.packageinstaller.CompleteOneUI"
3: Uninstall using Substratum (if you know what is Substratum), go the the overlay manager tab, select Package Install overlay and uninstall.
Get back to let me know if it work or not
what the hell are you doing? this broke my package installer too!
darknecrotic said:
what the hell are you doing? this broke my package installer too!
Click to expand...
Click to collapse
I should warn you.
Warning: This apk tested on S9 Pie. Not guarantee to work with others. This is just a simple Substratum Overlay, so if you want to be tester, maker sure you know how to uninstall if it does not work for your devices. You can read this post for help
Click to expand...
Click to collapse
Do you mind if I ask how you did this. I have a couple of apps I would like to do this to, like samsung music or health.
osuki9x said:
I should warn you.
Click to expand...
Click to collapse
works perfectly on s9 one ui
osuki9x said:
This is my attempt to complete One UI experience. I use substratum overlay to fix UI where it's still not Dark or what I think the UI should be to consist One UI experience. I am not a developer so this thread is for sharing my work, discuss and helping.
Attempt no.1: Dark Package Installer
If you want this Package Installer UI install the apk in attach file (overlay apk)- no need to restart on Pie
Warning: This apk tested on S9 Pie. Not guarantee to work with others. This is just a simple Substratum Overlay, so if you want to be tester, maker sure you know how to uninstall if it does not work for your devices. You can read this post for help
Attempt no.2: Remove the gap under Samsung Keyboard when using Gesture Navigation
The Samsung Keyboard has a gap under it but Gboard does not have. So I believe that I could change the dimens gap under to 0.0dip by using Substratum but I cannot find the layout xml yet. If someone can find it please share.
Click to expand...
Click to collapse
Can you make it for s7 oreo (run in custom rom)?
Really like it...
@osuki9x, I like a lot the work you are doing here!
Samsung OneUI with dark mode looks great and your work for improving it is appreciated.
Can I ask you two questions?
1) does the APK you shared work without root or Substratum?
2) feature request: would it be hard for you to build a little package with just one single change, that is to make Samsung navigation bar background always black, so it does not change per application?
Thanks in advance, and keep up the good work!
wildcbot said:
Do you mind if I ask how you did this. I have a couple of apps I would like to do this to, like samsung music or health.
Click to expand...
Click to collapse
These app belong to Samsung so I believe soon or later they will update all there apps to match with One UI design language. So let see
haythemos01 said:
works perfectly on s9 one ui
Click to expand...
Click to collapse
great to here that :good::good::good:
bobby47 said:
Can you make it for s7 oreo (run in custom rom)?
Really like it...
Click to expand...
Click to collapse
I am not sure cause cannot test the app in that condition :|
Giocarro said:
@osuki9x, I like a lot the work you are doing here!
Samsung OneUI with dark mode looks great and your work for improving it is appreciated.
Can I ask you two questions?
1) does the APK you shared work without root or Substratum?
2) feature request: would it be hard for you to build a little package with just one single change, that is to make Samsung navigation bar background always black, so it does not change per application?
Thanks in advance, and keep up the good work!
Click to expand...
Click to collapse
1) It depend on your device. But I believe that any device that can use Substratum without root (Samsung) will be able to use this apk. The apk is actually an overlay build by Substratum (which you can find substratum apk in this post) but I already built it for you guy so technically you don't need Substratum to work. Note that this is only tested on S9 Pie.
2) I like your idea, maybe I will build one ?. For now still stuck with the keyboard gap.
Giocarro said:
@osuki9x, I like a lot the work you are doing here!
Samsung OneUI with dark mode looks great and your work for improving it is appreciated.
Can I ask you two questions?
1) does the APK you shared work without root or Substratum?
2) feature request: would it be hard for you to build a little package with just one single change, that is to make Samsung navigation bar background always black, so it does not change per application?
Thanks in advance, and keep up the good work!
Click to expand...
Click to collapse
you should check this. this work fine on pie. It will make your default nav bar to whatever color you like. It is just default nav bar color which mean that if devs does not assign any color to the nav bar in their, it will be default color.
https://forum.xda-developers.com/galaxy-s8/themes/change-navigation-bar-colors-t3622626
Theme store version not dark
Remove Samsung Keyboard Emty Space on One UI
Damn Yeah, finally I found solution. It is surprisingly easier than I though. Enjoy man! Tell me if it work for you guys too.
osuki9x said:
. . .
Attempt no.2: Samsung Keyboard bottom gap
For some reason from One UI beta 3, Samsung decide to add an empty space at the bottom of the keyboard while using gesture navigation.
Some people like it but I and someone didn't. You could avoid this issue by using other keyboard like Gboard or SwiftKey but I like Samsung keyboard so finally, this is the mod to remove that empty space.
Note: This can only use with gesture navigation mode. Navigation buttons mode won't work, it will remove your nav buttons.
. . .
Click to expand...
Click to collapse
Thanks it works for me .
Feature request :
Is there anyway that we can have dark ui for whatsapp also?
bunnykons said:
Thanks it works for me .
Feature request :
Is there anyway that we can have dark ui for whatsapp also?
Click to expand...
Click to collapse
you may want to use Swift Minimal Substratum for that

[ROM][magisk-based]*** GoogleWiz *** {Pixelize your OnePlus 7T pro}

***
{
"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"
}
Wiz *** Pixelize your OnePlus 7T pro
"Extreme debloat: Go where OnePlus has never gone before"
You thought that OnePlus phones were pretty stock Android? Hmmm .... think again ... there's still lots of stuff on these phones that you actually don't need (or want).
For example, did you know they have an engineering mode? Did you know that they can connect to your phone remotely? Did you know that when the phone starts up it connects to a OnePlus server in the back? Well, I don't want all that ...
In addition, there are even standard things in Android that only 0.01% of the people ever use ... for example ... tracing, android dumps, ... these things are disabled in this ROM.
Then there's bits and pieces of Qualcomm stuff that you actually do not need/want (I don't even know what they do).
This is a ROM in the form of a Magisk (thanks: @topjohnwu) module. That's great (I think). You can install it on top of the normal OnePlus software. If you don't like it or want to revert back to the "standard" OnePlus software, just remove the Magisk module and ... done!
Upfront "warning"
There are a few features which I personally do not use. When you install this module then:
- you will no longer have face unlock
- you will not have VoLTE (I have disabled this because it does not work on my carrier)
Basic requirement
(1) Your OnePlus 7T pro must be ROOTED! Without root, do not read any further as you will not be able to use this ROM. There are other threads in the OnePlus 7T Pro pro forums which explain how to root (so please don't start asking how to do this).
(2) You must also be on the latest OnePlus software: 10.0.7.HD01BA (since I own a EU model of the OnePlus 7T pro, I have ONLY tested this ROM in this device/software). It "may" work on other variants of the device ... but I don't know. I can't answer questions to that either.
(3) You must have access to ADB over USB. If you don't know what this means, stop reading, then this is not for you.
Kernel requirement
This ROM will work with the standard out-of-the-box OnePlus 7T pro kernel. However, I would strongly advice you to flash the "arter97" kernel (see https://forum.xda-developers.com/on...development/arter97-kernel-oneplus-7-t3952578). It's a fantastic kernel and this ROM has some optimizations which go very well with this kernel (don't worry, they will work on the standard kernel as well).
Download?
Interested? Start downloading the magisk module from the link below (but please read further for installation instructions !!!).
https://drive.google.com/file/d/1XpiDKFQiuFuuTBvbKMAsxMH-B9Obi-Gz/view?usp=sharing
(click on the donwload icon upper right of screen)
The link contains always the LATEST version; check the changelog in post #2 below. You can find the file size and md5sum there as well.
Changelog
See post #2 below.
History
I once owned a Galaxy S8. ***GoogleWiz*** was one one the most popular ROMs on that phone. See https://forum.xda-developers.com/ga...t/rom-googlewiz-oreo-extreme-debloat-t3750641. The difference is that I have now converted this to a Magisk module (reason: the "dynamic partitioning scheme" of Android Q makes it really hard to flash in the classical way; as you know even full TWRP functionality does currently not exist for the OnePlus 7T pro.
(Re)Using this work
Other devs, please feel free to (re)use this for your own work ... I am not asking anything from anybody, no donation, no thanks, no beer ... you don't even have to mention that you (re)use this. We are here on XDA to share and learn from eachother. If you unzip the Magisk module, you can see exactly what is inside. But ... there has been quite some work into this. It was not created in 5 minutes. But I do this as a "hobby" ... I have always rooted and customized my Android phones. So hopefully you will enjoy. Source code in post #3 (https://forum.xda-developers.com/showpost.php?p=81887167&postcount=3).
Telegram
No telegram group; I don't have time for that, so do not ask please.
Features
The ROM does NOT contain OnePlus applications! The only OnePlus applications are "Settings" and "Camera".
Nova launcher (https://play.google.com/store/apps/details?id=com.teslacoilsw.launcher)
SwiftKey keyboard (https://play.google.com/store/apps/details?id=com.touchtype.swiftkey)
Google
play services (which can be put into doze mode)
play store (https://play.google.com/store)
photos (used as gallery; but NOT integrated with camera) (https://play.google.com/store/apps/details?id=com.google.android.apps.photos)
dialer (https://play.google.com/store/apps/details?id=com.google.android.dialer) with spam detect and nearby places
contacts (https://play.google.com/store/apps/details?id=com.google.android.contacts)
messaging (https://play.google.com/store/apps/details?id=com.google.android.apps.messaging)
text-to-speech (https://play.google.com/store/apps/details?id=com.google.android.tts)
gmail (https://play.google.com/store/apps/details?id=com.google.android.gm)
keep (https://play.google.com/store/apps/details?id=com.google.android.keep)
drive (https://play.google.com/store/apps/details?id=com.google.android.apps.docs)
maps (https://play.google.com/store/apps/details?id=com.google.android.apps.maps)
chrome (https://play.google.com/store/apps/details?id=com.android.chrome)
clock (with Spotify integration) (https://play.google.com/store/apps/details?id=com.google.android.deskclock)
calendar (https://play.google.com/store/apps/details?id=com.google.android.calendar)
calculator (https://play.google.com/store/apps/details?id=com.google.android.calculator)
search app integrated with Nova search bar (https://www.google.com/search/about/)
assistant (https://www.apkmirror.com/apk/google-inc/google-assistant/)
tasks (https://play.google.com/store/apps/details?id=com.google.android.apps.tasks)
translate (https://play.google.com/store/apps/details?id=com.google.android.apps.translate)
earth (https://play.google.com/store/apps/details?id=com.google.earth)
fit (https://play.google.com/store/apps/details?id=com.google.android.apps.fitness)
now cards integrated with Nova launcher (see https://forum.xda-developers.com/showpost.php?p=75591011&postcount=4)
lens (https://play.google.com/store/apps/details?id=com.google.ar.lens)
news (https://play.google.com/store/apps/details?id=com.google.android.apps.magazines)
chromecast (aka Google home) (https://play.google.com/store/apps/details?id=com.google.android.apps.chromecast.app)
youtube (https://play.google.com/store/apps/details?id=com.google.android.youtube)
markup (https://9to5google.com/2018/03/07/android-p-dp1-markup-screenshot-editor/)
measure (https://play.google.com/store/apps/details?id=com.google.tango.measure)
weather (just type "weather" in the google search app; it will offer you to get an icon on the desktop)
android auto (Google's car mode) (https://www.android.com/auto/)
snapseed photo editor (https://play.google.com/store/apps/details?id=com.niksoftware.snapseed)
docs (https://play.google.com/store/apps/details?id=com.google.android.apps.docs.editors.docs)
slides (https://play.google.com/store/apps/details?id=com.google.android.apps.docs.editors.slides)
spreadsheets (https://play.google.com/store/apps/details?id=com.google.android.apps.docs.editors.sheets)
streetview (https://play.google.com/store/apps/details?id=com.google.android.street)
pixel icons in statusbar, quick settings tiles
pixel ringtones, notifications, UI sounds
camera2 API enabled (but I don't think this actuall does something useful)
- OnePlus bloatware removed (dialer, phone, messages, calculator, notes, gallery, zen, ...) + lots of background APKs
- OnePlus background processes (which send data to OnePlus) are disabled
- ad-free through large "hosts" file (works both for apps and web pages)
- lots of optimizations, really, *lots* of them (too many to list)
- support for init.d / services.d (see posts below if you want to use this)
- passes SafetyNet (I am using Google Pay and some Belgian NFC pay apps)
- "clean" and as close as possible to a Pixel phone
- optimized network/wifi config
- optimized touchboost (slightly faster application startup)
- optimized kernel scheduling settings
- disabled all kernel debugging/tracing
- frequency scaling throughout full CPU frequency ranges (saves battery and better performance when needed)
- disables swapping / zram (who needs this with 8GB of RAM)?
- bash shell in "su" mode (when using "adb shell")
- latest busybox (by @osm0sis)
- 1x7 icon row for quick settings, 5 icons per row when you swipe down the full quick settings
- added .xml permission files to enable Pixel exclusive features (e.g. Google dialer)
- optimized .proto, .conf, .json, .ini, .sql files in the system
- improved thumbnail quality
- dalvik VM optimized settings (for "speed")
- auto clean junk files at boot time
- optimized audio settings
- optimized camera settings (e.g. supernight mode; but personally I don't see a difference in the night pictures)
- disabled "factory" and "engineering" mode
- reduced wifi scan interval
- auto sqlite optimization at boot time (only runs every 3 days)
- support for both 2.4GHz and 5GHz wifi bonding
- speaker and headset volume boost
Installation (really IMPORTANT to read)
You must start from the 10.0.7 "standard" OnePlus 7T pro software. I suggest you do a clean install from factory reset. Strictly speaking a full reset is not needed (so you could just go and install the Magisk module on your phone) but there may be certain side effects in that case. Anyway, assuming you will do a full reset, follow the instructions below:
Go to Settings > System > Reset options > Erase all data (factory reset)
Proceed through the normal setup sequence: accept the terms and conditions of OnePlus, skip the User Experience Program, skip the System Stability Program, skip the Push Notifications, skip the Built-in App Updates, connect to your wifi network, do NOT copy apps and data, enter your google account email of phone number, enter your google password, do 2 factor authentication (if you have enabled this on your google account), if a dialog pops up with "Add your current account", do that, disable Backup to Google Drive, disable Use Location, disable Send Usage and Diagnostic Data, type NEXT to use fingerprint, enter PIN code (twice), set up 1 or more fingerprints, you see a message about Google Assistant, press NEXT, you see a message about Google Pay, press Got It, skip the Anything Else screen, choose your screen calibration, choose font (slight preference for Roboto, better compatibility with Google apps), choose Navigation bar or Gestures, press START on the Setup Complete screen, you are now in the OnePlus launcher, allow carrier location service, swipe down the notification which says: Android Setup, click on Finish Setup, copy your data if you want that, press START, system will now check for updates, let it complete, copy your data from cloud or iphone, continue until you are back in the OnePlus launcher, go to Settings > About phone, tap build number 7 times to activate developer options (if you don't know what this is, search XDA)., enter your PIN, press back arrow, go to Settings > System > Developer options, enable "Advanced reboot", disable "Automatic system updates", enable "USB debugging mode", connect your phone to a PC, a dialog will pop up to Allow USB debugging (tick "Always allow from this computer") and press ALLOW, install the LATEST Magisk Manager APK (see https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445), push the Magisk Manager APK to your phone, e.g.
Code:
> adb push MagiskManager-v7.5.1.apk /sdcard/
open the app drawer, open the app called "Files", on the upper right, click the 3 dots, then "Show internal storage", on the upper left, click the 3 lines, select "OnePlus 7T Pro", scroll down and click on MagiskManager-v7.5.1.apk; install the app, open Magisk Manager, it will say your phone requires Additional Setup, click OK ... your phone will reboot 5 seconds later, open Play Store, select My Apps and Games, it will say that a number of updates are pending, press "Update all", exit Play Store, reopen it ... it might still say that there are pending updates, do them, activate NETFLIX ... do it NOW ... (if you first install the Magisk module, you will no longer be able to activate Netflix), push the downloaded magisk module to your phone
Code:
> adb push mm-googlewiz.zip /sdcard/
open the Magisk Manager app, press the 3 lines (top left of screen), press Modules, press + button (and allow Magisk Manager to access media), press the 3 lines top left in the file manager, select OnePlus 7T pro, scroll down and click on the mm-googlewiz.zip file, Magisk Manager will now install the module ... you will see some text output on the screen ... wait until installation is done (it will take a minute or so), press the yellow Reboot button which appears (your phone will reboot), unlock the lock screen by entering your PIN, let the ROM settle 30 secs ... it will say "Restarting" and reboot once more your phone, unlock the lock screen by entering your PIN, open the drawer, open the Settings app (will be in black mode [my personal liking] ... you can change later back to white), press Apps & Notifications, select Default Apps, press home app and select Nova Launcher, open Settings, press Apps & Notifications, select Default Apps => select "Phone app" and then select "Phone" (this is the Google phone app)
Now you will have NOVA launcher as default ... which you can customize to your liking (much better than OnePlus launcher).
Open Drawer, use the app Nova-settings to customize.
Open Drawer, click on "Nova Google Companion" => this will enable left swipe Google Now behavior in Nova launcher
Done! .... now you can further customize your phone in any way you want ...
Bootloop?
If - after installation - you should get into a bootloop then check the following thread (https://forum.xda-developers.com/7t-pro/how-to/guide-remove-magisk-modules-twrp-t3995677) for how to remove the Magisk module.
Disclaimer
I will try to support questions / feedback. I will not answer questions such as "Can you please add OnePlus feature X,Y,Z" ... I have deliberately removed them. If you want OnePlus apps, use the standard OnePlus software.. The usual applies: no warranty, installing this void warranty, install at your own risk, ... I am not responsible for soft or hard bricks. Your phone must be rooted (again).
Help ... I really don't like it ... I want to remove it ...
Stay calm. Open Magisk Manager, press the 3 lines top left on screen, press Modules, then press the trash icon next to "googlewiz" module and reboot ... you will have the standard OnePlus software again.
Removing Google apps
You can remove Google apps from the ROM as follows. Go to the following URL: https://raw.githubusercontent.com/foobar66/googlewiz/master/googlewiz.config click right and then "Save as". Save the file using "googlewiz.config" as file name. Note that this file is a LINUX plan vanilla text file. The file will look as follows:
Code:
keep=1
lens=1
news=1
assistant=1
sheets=1
snapseed=1
street=1
home=1
measure=1
fit=1
tasks=1
earth=1
slides=1
clock=1
calculator=1
docs=1
Edit the file and put "xyz=0" for Google apps that you do NOT want to install. Above is respectively for Google {Keep, Lens, News, Assistant, Sheets, Snapseed, Streetview, Home, Measure, Fit, Tasks, Earth, Slides, Clock, Calculator, Docs}. Put the file onto your sdcard, e.g. via adb ("adb push googlewiz.config /sdcard/"). Download today's version ([version: 2020-03-30 18:28]) of the module (or later). Re-install the module via Magisk manager and reboot. You will see debug output on the screen during module installation which Google apps are getting removed.
Credits
@topjohnwu, @osm0sis, @Zackptg5, @DeadmanxXD, @arter97
Changelog
[version: 2020-02-28 17:28]
Initial version
File size: 877404687, MD5: 038c3285a68e2be5421dc1a3eb2d041e
[version: 2020-03-01 08:34]
- fix some permissions in system/xbin files
- updated com.google.android.apps.docs.editors.sheets
- updated com.google.android.apps.turbo
File size: 881052548, MD5: 7fed9105aaba0bb1def6ca145527ea4d
[version: 2020-03-01 10:54]
- use original APN files
- update com.google.android.apps.docs.editors.sheets
File size: 881149942, MD5: 93d54a90fef970d7250723895b7c6cec
[version: 2020-03-11 18:46]
- small bug fixes
- upgraded a number of Google apps to latest version
File size: 898125981, MD5: 4b82cff7e572da635f6ca252ec54f58f
[version: 2020-03-30 18:28]
- updates to Google apps
- supports configuration file /sdcard/googlewiz.config
File size: 898132639, MD5: 1bcfa989673f3e59a378243306dc3d94
[2020-04-30 07:09]
- updated to Google apps
- update to latest OnePlus camera
- added Android Auto phone screen
File size: 963547129, MD5: 67a5057d0e882ec38b7e5101c8d0bbe7
How was this Magisk module created?
Actually the Magisk module is generated by a bash script (I use linux) starting from the original OnePlus software zips.
The script is attached to this thread. Download the zip file attached and then rename the file by removing the ".zip" extention). You will have a plain Linux bash shell script file. No secrets. Sharing all in the open (which I believe should be the spirit of XDA).
Reuse as you like ...
Source code
Feel free to (re)use ... no secrets, no hidden stuff, no need to thanks, no need to donate ...
https://github.com/foobar66/googlewiz
My only request ... if you make an interesting improvement, please share with the community so we all can benefit from it!
Misc stuff
a) How do you debloat? Well ... there are different ways.
- some init.rc files are not needed, the Magisk module bind-mounts "empty" files over the original ones so they do not run
- OnePlus APKs are "debloated" by bind-mounting an "empty" APK over them; Android will no longer recognize them as valid applications
- some background processes are not needed, they are "debloated" by bind-mounting empty files over the executables in /system/bin
Unzip the Magisk module, look at the file called "service.sh" and you will understand how this is done (partly).
Check out the previous post where you can find the bash shell script which I use to "generate" the Magisk module.
b) Debug info
To see what the module has done during boot, there is a dedicated log file /data/googlewiz/googlewiz.log, do:
Code:
> adb shell
$ su
# cat /data/googlewiz/googlewiz.log
c) Logging of init.d and services.d scripts. Init.d scripts run immediately together with Android boot. services.d scripts run once /sdcard is mounted. To see the debug output do:
Code:
> adb shell
$ su
# cat /data/LS00*
# cat /data/LS99*
d) You talk about "bloatware" ... what is actually "removed"?
Code:
./system/vendor/app/com.qualcomm.qti.improvetouch.service/com.qualcomm.qti.improvetouch.service.apk
./system/vendor/app/PowerOffAlarm/PowerOffAlarm.apk
./system/vendor/app/CACertService/CACertService.apk
./system/vendor/app/CneApp/CneApp.apk
./system/vendor/app/IWlanService/IWlanService.apk
./system/vendor/app/pasrservice/pasrservice.apk
./system/product/app/remotesimlockservice/remotesimlockservice.apk
./system/product/app/SimSettings/SimSettings.apk
./system/product/app/Duo/Duo.apk
./system/product/app/QdcmFF/QdcmFF.apk
./system/product/app/OPCarrierLocation/OPCarrierLocation.apk
./system/product/app/datastatusnotification/datastatusnotification.apk
./system/product/app/embms/embms.apk
./system/product/app/GoogleLocationHistory/GoogleLocationHistory.apk
./system/product/app/uceShimService/uceShimService.apk
./system/product/app/Music2/Music2.apk
./system/product/app/imssettings/imssettings.apk
./system/product/app/PerformanceMode/PerformanceMode.apk
./system/product/app/uimgbaservice/uimgbaservice.apk
./system/product/app/TTS/TTS.apk
./system/product/app/talkback/talkback.apk
./system/product/app/Videos/Videos.apk
./system/product/app/uimlpaservice/uimlpaservice.apk
./system/product/app/DynamicDDSService/DynamicDDSService.apk
./system/product/app/uimremoteclient/uimremoteclient.apk
./system/product/app/com.qualcomm.qti.services.secureui/com.qualcomm.qti.services.secureui.apk
./system/product/app/LatinImeGoogle/LatinImeGoogle.apk
./system/product/app/DeviceInfo/DeviceInfo.apk
./system/product/app/CallFeaturesSetting/CallFeaturesSetting.apk
./system/product/app/TmoEngMode/TmoEngMode.apk
./system/product/app/ConfURIDialer/ConfURIDialer.apk
./system/product/app/uimremoteserver/uimremoteserver.apk
./system/product/app/colorservice/colorservice.apk
./system/product/app/remoteSimLockAuthentication/remoteSimLockAuthentication.apk
./system/product/priv-app/GoogleFeedback/GoogleFeedback.apk
./system/product/priv-app/StorageManager/StorageManager.apk
./system/product/priv-app/GoogleRestore/GoogleRestore.apk
./system/product/priv-app/CarrierConfig/CarrierConfig.apk
./system/product/priv-app/OPAppLocker/OPAppLocker.apk
./system/product/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk
./system/product/priv-app/daxService/daxService.apk
./system/product/priv-app/dpmserviceapp/dpmserviceapp.apk
./system/product/priv-app/seccamservice/seccamservice.apk
./system/product/priv-app/QAS_DVC_MSP/QAS_DVC_MSP.apk
./system/product/priv-app/WallpaperCropper/WallpaperCropper.apk
./system/product/priv-app/AndroidAutoStub/AndroidAutoStub.apk
./system/product/priv-app/ims/ims.apk
./system/product/priv-app/ConfigUpdater/ConfigUpdater.apk
./system/app/OPAppUpgrader/OPAppUpgrader.apk
./system/app/OPLiveWallpaper/OPLiveWallpaper.apk
./system/app/OPBugReportLite/OPBugReportLite.apk
./system/app/OPFilemanager/OPFilemanager.apk
./system/app/DeskClock/DeskClock.apk
./system/app/BuiltInPrintService/BuiltInPrintService.apk
./system/app/NVBackupUI/NVBackupUI.apk
./system/app/GooglePrintRecommendationService/GooglePrintRecommendationService.apk
./system/app/OPBreathMode/OPBreathMode.apk
./system/app/OPSoundTuner/OPSoundTuner.apk
./system/app/SimAppDialog/SimAppDialog.apk
./system/app/WapiCertManage/WapiCertManage.apk
./system/app/EngSpecialTest/EngSpecialTest.apk
./system/app/Backup/Backup.apk
./system/app/Traceur/Traceur.apk
./system/app/PacProcessor/PacProcessor.apk
./system/app/CarrierDefaultApp/CarrierDefaultApp.apk
./system/app/OPScreenRecord/OPScreenRecord.apk
./system/app/CompanionDeviceManager/CompanionDeviceManager.apk
./system/app/OPMmsLocationFramework/OPMmsLocationFramework.apk
./system/app/SmscPlugger/SmscPlugger.apk
./system/app/OPGamingSpace/OPGamingSpace.apk
./system/app/OPBackup/OPBackup.apk
./system/app/BasicDreams/BasicDreams.apk
./system/app/OemAutoTestServer/OemAutoTestServer.apk
./system/app/ARCore_stub/ARCore_stub.apk
./system/app/EngineeringMode/EngineeringMode.apk
./system/app/SoterService/SoterService.apk
./system/app/OPIntelliService/OPIntelliService.apk
./system/app/PartnerBookmarksProvider/PartnerBookmarksProvider.apk
./system/app/OPGeoIpTime/OPGeoIpTime.apk
./system/app/WAPPushManager/WAPPushManager.apk
./system/app/oem_tcma/oem_tcma.apk
./system/app/SensorTestTool/SensorTestTool.apk
./system/app/WifiRfTestApk/WifiRfTestApk.apk
./system/app/BackupRestoreRemoteService/BackupRestoreRemoteService.apk
./system/app/SdCardService/SdCardService.apk
./system/app/BookmarkProvider/BookmarkProvider.apk
./system/app/PhotosOnline/PhotosOnline.apk
./system/app/OPPush/OPPush.apk
./system/app/QColor/QColor.apk
./system/app/Calculator/Calculator.apk
./system/app/AntHalService/AntHalService.apk
./system/app/WallpaperBackup/WallpaperBackup.apk
./system/app/CtsShimPrebuilt/CtsShimPrebuilt.apk
./system/app/OEMLogKit/OEMLogKit.apk
./system/app/OPCommonLogTool/OPCommonLogTool.apk
./system/app/PlayAutoInstallConfig/PlayAutoInstallConfig.apk
./system/app/LiveWallpapersPicker/LiveWallpapersPicker.apk
./system/app/BluetoothMidiService/BluetoothMidiService.apk
./system/app/Rftoolkit/Rftoolkit.apk
./system/app/EasterEgg_O2/EasterEgg_O2.apk
./system/app/HTMLViewer/HTMLViewer.apk
./system/app/OPWallpaperResources/OPWallpaperResources.apk
./system/app/Netflix_Stub/Netflix_Stub.apk
./system/app/BTtestmode/BTtestmode.apk
./system/app/OPTelephonyDiagnoseManager/OPTelephonyDiagnoseManager.apk
./system/app/OPSesAuthentication/OPSesAuthentication.apk
./system/app/LogKitSdService/LogKitSdService.apk
./system/app/Netflix_Activation/Netflix_Activation.apk
./system/app/NFCTestMode/NFCTestMode.apk
./system/priv-app/Houston/Houston.apk
./system/priv-app/OPMms/OPMms.apk
./system/priv-app/InputDevices/InputDevices.apk
./system/priv-app/ProxyHandler/ProxyHandler.apk
./system/priv-app/DynamicSystemInstallationService/DynamicSystemInstallationService.apk
./system/priv-app/OPAppCategoryProvider/OPAppCategoryProvider.apk
./system/priv-app/OPCellBroadcastReceiver/OPCellBroadcastReceiver.apk
./system/priv-app/OPFaceUnlock/OPFaceUnlock.apk
./system/priv-app/LocalTransport/LocalTransport.apk
./system/priv-app/Contacts/Contacts.apk
./system/priv-app/HotwordEnrollmentOKGoogleWCD9340/HotwordEnrollmentOKGoogleWCD9340.apk
./system/priv-app/ONS/ONS.apk
./system/priv-app/ManagedProvisioning/ManagedProvisioning.apk
./system/priv-app/TagGoogle/TagGoogle.apk
./system/priv-app/RcsSDK/RcsSDK.apk
./system/priv-app/CallLogBackup/CallLogBackup.apk
./system/priv-app/OnePlusGallery/OnePlusGallery.apk
./system/priv-app/OPDeviceManager/OPDeviceManager.apk
./system/priv-app/WfdService/WfdService.apk
./system/priv-app/OPDeviceManagerProvider/OPDeviceManagerProvider.apk
./system/priv-app/CtsShimPrivPrebuilt/CtsShimPrivPrebuilt.apk
./system/priv-app/IFAAService/IFAAService.apk
./system/priv-app/SharedStorageBackup/SharedStorageBackup.apk
./system/priv-app/HotwordEnrollmentXGoogleWCD9340/HotwordEnrollmentXGoogleWCD9340.apk
./system/priv-app/MmsService/MmsService.apk
./system/priv-app/EmergencyInfo/EmergencyInfo.apk
./system/priv-app/BackupRestoreConfirmation/BackupRestoreConfirmation.apk
./system/priv-app/Dialer/Dialer.apk
./system/priv-app/OPSimContacts/OPSimContacts.apk
d) Which /etc/init scripts are disabled?
Code:
system/etc/init/tombstoned.rc
system/etc/init/perfetto.rc
system/etc/init/atrace.rc
system/etc/init/bluetooth-events.rc
system/etc/init/[email protected]
system/etc/init/perfservice.rc
system/etc/init/heapprofd.rc
system/etc/init/dumpstate.rc
system/etc/init/sarahd.rc
system/etc/init/incidentd.rc
system/etc/init/traceur.rc
system/etc/init/iorapd.rc
system/etc/init/bootstat.rc
system/etc/init/mdnsd.rc
system/etc/init/uncrypt.rc
system/etc/init/engineermode.rc
system/etc/init/recovery-persist.rc
system/etc/init/caffed.rc
system/etc/init/update_verifier.rc
system/etc/init/rss_hwm_reset.rc
system/etc/init/wfdservice.rc
system/etc/init/update_engine.rc
system/etc/init/recovery-refresh.rc
system/etc/init/flags_health_check.rc
system/etc/init/statsd.rc
e) If you want to have full "black", use Substratum (https://play.google.com/store/apps/details?id=projekt.substratum) and the Swift Black theme (https://play.google.com/store/apps/details?id=com.brit.swiftblack.layers). That will allow you to mod all the Google apps (and others) into full black mode.
f) "adb logcat" does not seem to move ... correct, to re-enable it do:
Code:
> adb shell
$ su
# setprop log.tag I
i use face unlock...
yenkoPR said:
i use face unlock...
Click to expand...
Click to collapse
Good for you, stick with OnePlus standard software.
Nice one might give this a blast later thanks op?
Ok what have I done wrong lol ?
jaythenut said:
Ok what have I done wrong lol ?
Click to expand...
Click to collapse
You downloaded from: https://mega.nz/#!2BZSiCwR!A4VQ6ZhSr...Sd_8F5W8Njb5Sg
I downloaded and it installs fine for me (just to be sure I was not using a local copy) ... it installs fine for me.
Check the md5 sum if you know how to do that: 3fb9c987cbe94874471c7c699e65d8a1
foobar66 said:
You downloaded from: https://mega.nz/#!2BZSiCwR!A4VQ6ZhSr...Sd_8F5W8Njb5Sg
I downloaded and it installs fine for me (just to be sure I was not using a local copy) ... it installs fine for me.
Check the md5 sum if you know how to do that: 3fb9c987cbe94874471c7c699e65d8a1
Click to expand...
Click to collapse
Asking for decryption key ?
jaythenut said:
Asking for decryption key
Click to expand...
Click to collapse
Weird ... that is the first time I see mega doing this ...
I will upload to a different cloud storage ... please wait a few mins ...
Edit: uploading to my Google drive ... will take 30 mins ...
Edit: OK ... file is uploaded to Google drive, please use following link:
https://drive.google.com/file/d/1XpiDKFQiuFuuTBvbKMAsxMH-B9Obi-Gz/view?usp=sharing
(click on the donwload icon upper right of screen)
File size: 877404687, MD5: 038c3285a68e2be5421dc1a3eb2d041e
I will update OP as well.
Can I 'dirty install' over the latest global stock ROM (already rooted with Magisk)?
Is the stock call recorder activated on this ROM?
Also, any possibility of working V4A being bundled in with this ROM? (I had no luck via the adb method).
Many thanks.
elmor0 said:
Can I 'dirty install' over the latest global stock ROM (already rooted with Magisk)?
Click to expand...
Click to collapse
Is the stock call recorder activated on this ROM?
Also, any possibility of working V4A being bundled in with this ROM? (I had no luck via the adb method).
Many thanks.[/QUOTE]
Dirty install should be possible.
ROM uses the Google dialer, so no call recording for now.
V4A ... never tried it so far, I would need to investigate ... try to find a Magisk module for it (not sure if that exists).
Done a dirty flash all seems to be working fine so far ?
Hi, thx for your work. Sadly for me its not working. Going to endless boot. Followed every Step. Sadly I didnt realize that I have Netflix installed wich was not Active and now even after removing the Modules it Says not Compatible with my Device....My Vault... Is there a Workaround for this?
Iam on Hd 1.0.0.7 AB
Edit: got it fixed with Netflix but even after full reset Iam not able to boot this Module
iceraum said:
Hi, thx for your work. Sadly for me its not working. Going to endless boot. Followed every Step. Sadly I didnt realize that I have Netflix installed wich was not Active and now even after removing the Modules it Says not Compatible with my Device....My Vault... Is there a Workaround for this?
Iam on Hd 1.0.0.7 AB
Edit: got it fixed with Netflix but even after full reset Iam not able to boot this Module
Click to expand...
Click to collapse
Did you have any other Magiks modules active when you tried to install this one?
foobar66 said:
Did you have any other Magiks modules active when you tried to install this one?
Click to expand...
Click to collapse
No. Just Clean new Install after Factory reset.
can i use this rom for op7p ?
and one question. hows swipe to home animation doing here? i've tried nova launcher on stock rom but swipe to home doesnt work properly and i the app icon doesn't collapse nicely
Dark Fear said:
can i use this rom for op7p ?
and one question. hows swipe to home animation doing here? i've tried nova launcher on stock rom but swipe to home doesnt work properly and i the app icon doesn't collapse nicely
Click to expand...
Click to collapse
I don't know it if will work for op7p ... try ...
Swipe to home works fine for me on OnePlus 7T pro
iceraum said:
No. Just Clean new Install after Factory reset.
Click to expand...
Click to collapse
Which country are you in? Just realize that I might have copied the wrong APN file ... (but not sure this is why it does not work in your case).
I am uploading a new version with the original APN files ... please wait a bit.
Edit: new version available (use original download link).

Categories

Resources