Xperia Z3+ Dual Sim E6533 - change DPI? - Xperia Z4/Z3+ Accessories

Is there a way to change the screen dpi without root?

no.

I managed to do it with this method on my Z3+ : http://www.androidbeat.com/2015/07/how-to-change-dpi-of-android-device-without-root/

"Without root."

[NUMINIT] said:
"Without root."
Click to expand...
Click to collapse
Yes without root, what's the problem ?

My reading comprehension, never mind.

hi, how standardt dpi z3 +?

christophe80 said:
I managed to do it with this method on my Z3+ : http://www.androidbeat.com/2015/07/how-to-change-dpi-of-android-device-without-root/
Click to expand...
Click to collapse
I tested it on my Z3 + E6553
It works
ranggazhe said:
hi, how standardt dpi z3 +?
Click to expand...
Click to collapse
424
Here at 320 DPI

BITS74 said:
I tested it on my Z3 + E6553
It works
424
Here at 320 DPI
Click to expand...
Click to collapse
It is no problem on the display or any component?

grinna said:
It is no problem on the display or any component?
Click to expand...
Click to collapse
Probably not, I run my Z3+ (non DS) at 300 DPI and so far I didn't run into any software or hardware related issues. The only issues I ran into is people getting mad because "everything is too freaking small", which frankly after getting used to it isn't an issue for me anymore.

ranggazhe said:
hi, how standardt dpi z3 +?
Click to expand...
Click to collapse
Immediately wrote, the things that are needed are:
Sony Xperia Z3 + / Z4, (can be tried in other Devices as well) ** SAFE
Data cable, PC
ADB & Fastboot Driver, Xperia Driver (How to Install Googling )
Basic knowledge about adb, (noob knowledge)
Next step:
Install ADB & Fastboot Driver, Flashtool Xperia Driver
Previously the Z3 + must be in a USB Debugging on
In the Developer Options check
[] Force GPU rendering,
[] Disable HW overlays,
set [] Window animation scale,
[] Transition animation scale,
[] Animator duration scale to "Animation off"
Plug the Z3 + then open adb via cmd or pass "Minimum ADB and Fastboot"
5. Type [adb devices] until the device code appears to be used like
[abc123xy0 device]
6.To Change Screen Resolution
[adb shell wm size 720x1280]
z3 + will look less sharp because down-res emulation from 1080p (1080x1920) to 720p (720x1280)
but not change DPI (fixed 480 default value) so UI looks big. dont panic
7. In order for UI and other balanced we seem to change also its DPI
[adb shell wm density 320] for the DPI then [adb reboot]
8. Try feeling dlu feelnya, also difference
9. To rollback to default input aja [adb shell wm size 1080x1920] [adb shell wm density 480], then [adb reboot]
10. I have not tried to Resolution other than 720p and 1080p,
DWYOR if try creations other than the value I gave above (DPI & Resolution)

Related

DPI Aokp Jelly bean Rom

I was wondering if anyone has been able to change the DPI on AOKP Jelly Bean Build 1 everytime I use LCD Density modder the phone will not boot. Any suggestions??????
Just change the density in the build.prop yourself. The LCD Density app doesn't work with Jelly Bean and will just result in a soft brick if you use it.
mbh87 said:
Just change the density in the build.prop yourself. The LCD Density app doesn't work with Jelly Bean and will just result in a soft brick if you use it.
Click to expand...
Click to collapse
I have a pretty good understanding of what im doing but I wouldnt even know where to start with those edits any chance you can give the quick version??
angelino0919 said:
I have a pretty good understanding of what im doing but I wouldnt even know where to start with those edits any chance you can give the quick version??
Click to expand...
Click to collapse
Answered my Own question
Step 1: Open Root Explorer ("allow" superuser if first time loading) and you should be at the root partition. / Scroll down and select "system". You should now be located in /system.
Step 2: Select the "Mount R/W" button at the top. The "r/o" to the left of the button should change to "r/w".
Step 3: Long press build.prop and "Open in Text Editor".
Step 4: Scroll about half way down and find the line "ro.sf.lcd_density=240". Change it to a value you like 167/180/200/220. (I'm using 187 right now).
Step 5: Select the "menu" button on your phone and then select "Save Changes". Root Explorer will make a nice build.prop.bak backup for you.
Step 6: Open the Spare Parts application and make sure "Compatibility Mode" is unchecked.
Step 7: Reboot your phone.
Great well you can go through the build.prop file and go through a hassle... or... use ROM Toolbox and change the DPI in the app.
Nexus S. (GSM i9020a)
Paranoid (1.991 - 4.1.1)
Air Kernel (Week 193 - Vodoo)
Ondemmand (1000/200)
Deep Idle (On - Deadline)
BLX (98 - Inverted. Apps)
Black Exodus (UnderVolted)
I changed my DPI to 240 and it seems to invoking tablet mode or something. My lockscreen slider is pushed to the right on my lockscreen and I have phone elements that don't look right. What are the acceptable lower DPI's to choose from on Build 1?
does this change affect play store? why it is no more natively supported in aokp?

Themer on Nexus 7 !

Right guys,
As you know it, Themer doesn't display Themes on 1280x800, 800x1280, 1920x1200, 1200x1920, 600x1024 and 1024x600 resolutions !
I found a working way to display Themer Themes on these displays.
Maybe the tips have been posted ago, sorry for double posting then.
Don't Blame if your tablet become unusable, It's your fault NOT mine :silly:
What you need :
- Adb or Terminal Emulator
- 3rd Party Softkeys (I used well known PIE Controls)
- A third party launcher since stock launcher cause SystemUI FC (I used Nova Launcher)
- 2 Minutes of your LIFE :silly:
Let's get started.
Before you start, add these line to your build.prop
Code:
qemu.hw.mainkeys=0
For Android 4.1.x and Android 4.2.x :
Via Adb :
Code:
cd c:/
cd adb (or wherever you have adb)
adb shell
su
am display-density 240
am display-size 720x1280 (example Nexus 7)
or
Code:
wm display-density 240
wm display-size 720x1280
exit (to exit shell)
adb reboot
Via Terminal Emulator :
Code:
su
am display-density 240
am display-size 720x1280
or
Code:
wm display-density 240
wm display-size 720x1280
reboot
For Android 4.3 and Above:
Via Adb:
Code:
cd c:/
cd adb
adb shell
su
[COLOR="Red"]wm[/COLOR] density 240
[COLOR="Red"]wm[/COLOR] size 720x1280
or
Code:
am density 240
am size 720x1280
exit
adb reboot
Via Terminal Emulator :
Code:
su
[COLOR="Red"]wm[/COLOR] density 240
[COLOR="Red"]wm[/COLOR] size 720x1280
or
Code:
am density 240
am size 720x1280
reboot
Softkeys/Navbars still here ?
use
Code:
qemu.hw.mainkeys=1
in build.prop instead. (just change 0 with 1 )
Don't want to hide Softkeys/Nav bars ?
Try this, However SystemUI may FC whatever you use a 3rd Party Launcher or NO !
To keep navbars, use "1184x768" resolution (aka Nexus 4 resolution with Softkeys) instead.
Screenshots :
Nothing here so far :laugh:
I no longer have the Nexus 7, so please do post screenshots in replies if it's working for you !
That's it,
Hope you like it :angel:
Regards,
Nonta
Is there anything for 4.1?
Sent from my Memo Pad using Tapatalk
fundre said:
Is there anything for 4.1?
Sent from my Memo Pad using Tapatalk
Click to expand...
Click to collapse
Not sure, but you can TRY with am command because wm one won't work.
You can check ever if the command will work or NOT !
Just use this command to check
Code:
am ?
Sent from my roomate's computer
Will this work on 4.4? My nexus 7 came installed with 4.3 but i've updated to 4.4
Should I try your instructions for 4.3?
Thanks ...this would be so awesome if it works! I can't wait! ☺
Sweetcaroline00 said:
Will this work on 4.4? My nexus 7 came installed with 4.3 but i've updated to 4.4
Should I try your instructions for 4.3?
Thanks ...this would be so awesome if it works! I can't wait! ☺
Click to expand...
Click to collapse
Well, some members reported that am and wm commands weren't recognized on Android 4.1.X So maybe it won't work.
Anyways, you can give it a try, it won't harm your device if it didn't work.

Tweaking Screen DPI

Hi all
I have been a xperia z ultra owner and really enjoyed screen space.our t2 is also having same display but dpi is set in way where in we dont have much space left.
So to have more space I did change built in prop dpi and manage to get good space.
Requirements
1 rooted phone
2 file explore which can edit built in prop (root explore is my favourite)
3.xposed fremwork inatalled
4. "App setting" module installed from xposed modules(to change phone dpi)
Before u start have a look at attached screenshot if you like then you can proceed.
Steps to tewake
1. Open file explorer and go to system/buildin prop(open it with text edit mode)
2. Now go to Al the way down and look for ro.sf.lcd_destiny:
3.by default it wod be 240 change it to 200 and save.
4.now reboot you will have much space on home
5. Now open xposed module app setting
6. Search for phone and do change DPI and screen(dp) as per sereen shot attached below also dont forget to check xlargeres
7. Save changes and reboot
All done
forget to mention
please clear xperia home data after reboot
Loved your tutorial.
But there's one thing, can it increase the battery consume? Or it will remain the same?
dropdan said:
Loved your tutorial.
But there's one thing, can it increase the battery consume? Or it will remain the same?
Click to expand...
Click to collapse
no it will remain the same
as a matter of fact some time you may see some speedy performance

DPI Change?

Hi All!
So just got this phone , its rooted etc.
Just curious - anyone find a way to change DPI?
Texdroider doesnt seem to work at all - doesn't detect what its at currently and changing it seems to have no effect.
I saw a thread about changing DPI on non-rooted , but does anyone know of an app that works to do this?
For reference - this thread http://forum.xda-developers.com/zenfone2/help/dpi-change-t3161491
I dont really mind running ADB commands but would prefer a different solution as im unable to use ADB at the moment ( work pc )
Any information appreciated - thanks!
FYI i have 4gb ram 2.3 ghz model if that makes any difference.
I don't have the phone to try it out but how about the good old way of editing build.prop?
Install a Terminal emulator. Open the app, then type "SU" > then "wm density *DPI*" Ex. wm density 460.
I'm pretty happy with 400 DPI.

[z1 z1c z2 z3 z3c] - Xperia System/Camera Package and Guide on clean installing a ROM

Hey guys, I would like to introduce the packages I've create for the CarbonROM (might work on other roms) using Magisk systemless module to get the Sony look and apps back again on Oreo, Pie and 10.
Also, I've prepared a comprehensive guide on flashing a CustomROM on z3c but it should help with the install process on other phones as well.​
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this MOD
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
* If you don't like this MOD, Stay away from this thread!
DISCLAIMER:
- Use it at your own risk
- Feel free to ask any questions
- All credit goes to the devs of each project, I just put everything together in a pack that is more helpful for new and old users in my view. Feel free to contact me anyway.
Big thanks and credits to all devs mentioned below!
MODULES:
So far the Xperia System Package Module contains:
- Last (Universal)Xperia Home by @Ben Ling
- Last Clock
- Last Clock Widgets
- Last Weather
- Last Contacts
- Last Xperia Keyboard by @omikron20
- Last Email
- Last Sony Mobile Support
- Last Xperia Movie Creator
- Last Audio Recorder
- Last Xperia Services
- Last Battery Adviser
- Last Sketch
- Last Smart Connect
- Last Sony Calculator
- Last Music
- Last Album
- Last Photo Editor
- Last Video Editor
- Last Calendar
- Movies
- Xperia XZ2 Icon pack by @Beton Style
- Last Android Messages
*All original apps were kept by now. Decided to add Android Messages in this mean time while Sony Conversations is not ported.
*You can use the last Google Phone from here as well
So far the Xperia Camera Module contains:
- Xperia Camera
- Sweep Panorama
- 4K video
- TimeShift Video
- Last Creative Effect
- Last Sound Photo
- Last Style Portrait
- Last AR effect
- Last Background defocus
- Last Motiongraph
**Movie creator, ActiveClip, AR Mask and Face in Picture were removed due to incompatiblity (Not Working)
**New module is a combination of [PORT] [STOCK SONY CAMERA] [3.4] for Nougat ROMs by @opendata with the Cyberian Camera 8.0 Mod by @mkdmc . All credit goes to them!
So far the Xperia Camera Add-on Package Module contains (Discontinued):
DOWNLOAD:
- Xperia System Package Magisk Module
- Xperia Stock Camera Magisk Module [z3c]
- Xperia System Package Lite Magisk Module
DOWNLOAD UNIVERSAL CAMERA (SHOULD WORK ON Z1, Z1C, Z2, Z3 and Z3C):
- Xperia Stock Camera Magisk Module [uni]
*Flashable .zip is coming soon in the case you don't have/use magisk.
OLD VERSION:
- Xperia Stock Camera Magisk Module v1
- Xperia System Package Magisk Module v1.61
- Xperia Stock Camera Magisk Module [z3c] v1.41
- Xperia Camera Add-ons Magisk Module v1.11
- Xperia System Package Magisk Module v2
- Xperia Stock Camera Magisk Module [z3c] v2
- Xperia Camera Add-ons Magisk Module v2
INSTRUCTIONS:
- Install Xperia Stock Camera Magisk Module for your device [only z3c]
- Install Xperia System Package (Full or Lite version) Magisk Module
- Install Xperia Camera Add-on Package Magisk Module
*If you reboot your system and didn't see the modules, just reboot your phone one more time. All done!
*Make sure that you are using the latest Magisk Version (Canary Build)
*Note that the Xperia Stock Camera Module replaces the main CR camera app while the Xperia System Pack replace all corresponded original apps on the system.
MISC:
- If you just want to add the add-ons to camera, download Xperia Camera Add-on Pack Magisk Module.
- If you miss Sony Notes you can use the last Samsung Notes which in my view is great.
- As I only have a z3c, I've only tested the module on it, but feel free to test on your device and post your feedback
KNOWN BUGS:
- The modules seems not to be working on LineageOS 16 somehow (z1c and z3c users related bootloops, more confirmations would be good tho)
- Can't change the save destination to SD card
- TimeShift Video: video records works but only saves the video file on reboot.
- Video recording on 4K resolution not working, use OpenCamera instead for that by now.
- Support icon on setting is buggy on CR6.1
- Camera seems to be recording videos with 60fps instead 120fps
- HDR and Manual Exposure doesn't seems to work
- 20mp 16:9 labeled wrongly, it is actually 15.5mp 16:9
- Album recognize photos on SD card, but deleting them does not work.
*Not all features of Cyberian Camera are present in Magisk Version [z3c]
Guide: Second Post
Press the ":good: Thanks!" button if you find this mod helpful!
I've thought on providing a user friendly clean install tutorial here (assuming that you coming from stock):
1. Get the last CarbonROM, the last Gapps (OpenGapps ARM or MindTheGapps ARM), the last stable or beta Magisk (Installer, Uninstaller and Manager) and the last TWRP.
2. If your device is D5833 get .575 and .291 roms (however you just need the kernels), if it is D5803 skip this step.
3. Follow this tutorial to root your phone.
4. Backup your DRM keys if you want (I personally like to backup them)
5. Now unlock your Bootloader using Flashtool (get the unlock code from here if you don't have it)
6. After get your bootloader unlocked flash again .291 rom
7. Get Minimal ADB and Fastboot
8. Copy the TWRP that you download to the Minimal ADB and Fastboot folder (C:\Program Files (x86)\Minimal ADB and Fastboot)
9. Run Minimal ADB and Fastboot as admin
10. Connect your phone in fastboot mode (press volume up and connect the usb cable)
11. In Minimal ADB and Fastboot type fastboot flash FOTAKernel <"twrp_name">.img and hit enter
12. If everything were OK type exit and hit enter
13. Now press volume down and the power button at the same time to boot in the recovery, when the phone vibrates release the power button, when the light came out release the volume down button. thanks @casouzaj for this post.
14. Click on Wipe, Advanced and select and clear Everything (Dalvik/ART Cache, system, cache, Data, Internal Storage)
15. Go back and click on Install, find and install CarbonROM
16. Go back and click on Install, find and install Gapps
17. Go back and click on Install, find and install Magisk
18. Go back and click on Install, find and install Image Enchament and Smart Technologies (Optional - I installed but not sure if it is doing anything)
19. Go back and click on Install, find and install Oreo-XZ2-DisplayMod-for-XZ-XZs-XP (Optional - I installed but not sure if it is doing anything)
20. Reboot to system
21. Upgrade Magisk Manager (Swipe up on the main screen, find and open Files app, click on the on top left, select SD card, find Magisk Manager apk)
22. Open Magisk Manager and install SONY XPERIA XZ2 SOUND SYSTEM™ by @sirdoha (v1.35 Magisk recommended) (not necessarily anymore)
(Quick guide: Open Magisk Manager, click on the on top left, click on Modules, click on the "+" button on the center of the screen, give its permissions, search for the file and click on it).
23. Remember, after install any Magisk module, reboot your system, otherwise it will not get installed properly. (At least I've tried to flash many modules at once and it didn't work)
24. Install the right Sony Stock Camera Magisk Module on your device (Camera button acts just like in Sony Stock ROMs).
25. Install the right Xperia System Pack Magisk Module.
26. Install Xperia Camera Add-on Package Magisk Module.
27. If you want to boost your torch get the Magisk Module from here
28. Reboot. Done!
*If you reboot your system and didn't see the modules, just reboot your phone one more time. All done!
Congrats, welcome to the CustomROMs world. Now you need to set somethings up: 3rd Post
Press the ":good: Thanks!" button if you found this tutorial helpful!
To get more of stock sony stuff:
1. Go to settings, Sound, select your favorite ringtones
2. Go to settings, system, Languages & Input, Virtual Keyboard and select Xperia Keyboard
3. Long press on Xperia Home, Settings, Icon Appearance and select Xperia XZ.
4. Get one (or more) Xperia Wallpaper (Download and move to your internal/external storage the Static Wallpapers; for the live wallpapers just install it as a normal apk):
- Xperia 10 and 10+ Static Wallpapers.
- Xperia XZ3 Wallpapers.
- Xperia XZ2 Stock Wallpapers (go for the Static ones).
- Xperia XZ1 Stock Wallpapers.
- Xperia™ Live Wallpaper 3.1.A.0.1.
- Xperia™ Live Wallpaper 2.1.A.0.19.
- AmbientTime Live Wallpaper.
- Cosmic Flow Live Wallpaper.
After that, long press on Xperia Home main screen, select Wallpapers, find, select one and apply it.
5. Install one Xperia Bootanimation:
- Xperia 1 bootanimation Magisk Module by @okij use 720p version.
- Xperia 10 bootanimation Magisk Module.
- Xperia XZ2 bootanimation Magisk Module by @okij use 720p version.
- Xperia X Black bootanimation Magisk Module based on original 720p version of @chitshiv
- Xperia X White bootanimation Magisk Module based on original 720p version of @chitshiv
Reboot.
To improve battery life:
1. Enable Support for Multi-Core Power Saving on Kernel Adiutor, don't forget to enable apply on boot.
2. Install Enable Doze for GMS Magisk Module (Find it searching in the Download menu) by @otonieru
3. Install Greenify4Magisk Module (Find it searching in the Download menu) by @abacate123
4. Reboot.
5. Go to settings, Connected devices (, Connection Preferences on CR7) and turn off NFC (if you don't use it)
6. Go to settings, fibers, Gestures, untick Jump to camera
7. Go to settings, Display (, Advanced on CR7) and untick Tap to wake
If you want to try other camera apks, here is listed few of them who actually works:
1. Nokia Camera with PRO mode ported by @linuxct (stick with 8.1041.71 version, new version doesn't work).
2. Google Camera
3. HTC Camera
Optionals:
1. Install LOS Recorder Magisk Module by @oF2pks. Reboot.
2. Install MagiskHide Props Config Module (Find it searching in the Download menu) by @Didgeridoohan . Reboot.
3. Go to settings, fibers, system, power menu, enable screenshot.
4. Go to settings, fibers, system, Enable memory bar and Custom clear all button
5. Go to settings, fibers, Lock Screen, Display charging info
6. Install Google Markup app by @Quinny899
Press the ":good: Thanks!" button if you found this tutorial helpful!
reserved
Man, thanks, this is nice!
Since video editor is not; is there a way to actually make timeshift video work this far?
Kind regards
camera modules dont work on xzp carbon rom,,camera used by other application,sony keyboard fc,other things work good.
> me, being a former Sony Xperia developer, sees a mention in a Sony Cross device development thread
> thinks some tool I made back in good old times was used in the thread
mxperial said:
Optionals:
1. Install Nokia Camera with PRO mode ported by @linuxct.
Click to expand...
Click to collapse
??
Still, thanks for giving credits for it, and for using it in your thread.
claudiobar said:
Man, thanks, this is nice!
Since video editor is not; is there a way to actually make timeshift video work this far?
Kind regards
Click to expand...
Click to collapse
Yep, have to look at video editor as it was kinda working but it was giving many FCs.
I coudn't get timeshift video working as well by now, have to look closely to it as well.
Cheers!
muphetz said:
camera modules dont work on xzp carbon rom,,camera used by other application,sony keyboard fc,other things work good.
Click to expand...
Click to collapse
Thanks for letting me know.. Cheers!
Anybody using this in Xperia Z2?
Sent from my Xperia XZ2 using XDA Labs
BladeRunnerN5A said:
Anybody using this in Xperia Z2?
Sent from my Xperia XZ2 using XDA Labs
Click to expand...
Click to collapse
Could you give it a try and let me know the outcome? I suppose yes since z2, z3 and z3c are very close devices... Cheers!
Minor Update Up:
- Fixed FCs on system package - now everything should install and run smoothly.
- Added Smart Connect apk on system package.
- New Stock Camera Module - now combined with Cyberian Camera Mod (better features)
- Introduction of Xperia Camera Add-ons Magisk Module (good option for those who want to add the add-ons only).
- Minor update regarding Timeshift - It actually saves the video, but only when device is rebooted (still looking on it)
muphetz said:
camera modules dont work on xzp carbon rom,,camera used by other application,sony keyboard fc,other things work good.
Click to expand...
Click to collapse
@mxperial also don't wok on Xperia Z2, same "camera used by other application".
Could you please combine to create that ZIPs for Z2? We also have stock camera port and cyberian
mxperial said:
21. Open Magisk Manager and install SONY XPERIA XZ2 SOUND SYSTEM™ by @sirdoha
Click to expand...
Click to collapse
I don't even expect my MOD to be included in your awesome guide. Thanks for giving credit and using it in your thread. :laugh:
kuba130000 said:
@mxperial also don't wok on Xperia Z2, same "camera used by other application".
Could you please combine to create that ZIPs for Z2? We also have stock camera port and cyberian
Click to expand...
Click to collapse
You on CarbonROM yes? both Cameras Modules (v1 and v1.1) does not work on Z2?
I got a similar problem recently while messing with camera files, you coming from a clean install ? If not, have you previously installed Sony Camera?
I see what can I do mate about z2 but as I don't have one it's kinda difficult to test, btw do you have cyberian 7.4 for z2? the last version 8.0 isn't fully working when combined with stock camera at least on the tests I did on my z3c.
Cheers!
mxperial said:
You on CarbonROM yes? both Cameras Modules (v1 and v1.1) does not work on Z2?
I got a similar problem recently while messing with camera files, you coming from a clean install ? If not, have you previously installed Sony Camera?
I see what can I do mate about z2 but as I don't have one it's kinda difficult to test, btw do you have cyberian 7.4 for z2? the last version 8.0 isn't fully working when combined with stock camera at least on the tests I did on my z3c.
Cheers!
Click to expand...
Click to collapse
Hi,is it possible to do the same job for xz premium and create a stock camera module for carbon 6.1 ROM?
Hello, I have Z3 Compact D5803, Carbon rom 6.1. I have all the camera modules installed. I do not have all the Cyberian Mod functions. I miss 20px in 16: 9 resolution.
vdavidk said:
Hello, I have Z3 Compact D5803, Carbon rom 6.1. I have all the camera modules installed. I do not have all the Cyberian Mod functions. I miss 20px in 16: 9 resolution.
Click to expand...
Click to collapse
v1.2 fixed this. Now 20mpx 16:9 is present as well as 12mp and 10mp. However, have to look at 8mp resolutions that dissapeared.
Cheers!
sirdoha said:
I don't even expect my MOD to be included in your awesome guide. Thanks for giving credit and using it in your thread. :laugh:
Click to expand...
Click to collapse
You welcome sir, you can add - Xperia Z3 Compact running CarbomROM | Android 8.1 - to you compatible list when you got time for it
Also, I saw that in the 1.4 Magisk version of your port XZ2 media was removed, and also noticed that Music apk is with a weird name in system "artist..." and not just 'Music' so I made a Magisk module combining both 1.3 and 1.4 versions, could you add that in your post? or allow me to add it here?
Cheers!
Blackghosthm said:
Hi,is it possible to do the same job for xz premium and create a stock camera module for carbon 6.1 ROM?
Click to expand...
Click to collapse
I can't guarantee you that it is possible, since xz premium is from a complete different architecture and I don't know nothing about it.

Categories

Resources