Enable Google Pixel AR Stickers on the Xperia XZ Premium - Sony Xperia XZ Premium Guides, News, & Discussion

Instruction on the xda:
https://www.xda-developers.com/enab...kers-nexus-5x-nexus-6p-oneplus-3-xiaomi-mi-5/
other:
My solution :
It works on my Xperia XZ Premium In build.prop I change Android version from 8.0 to 8.1 but maybe working to on 8.0 I don't try I use everytime 8.1 on my XZ Premium and I have Pixel 2 XL model name and etc. I use pixelify magisk but I change after flash in magisk file system.prop in folder root > magisk > pixelify-4rk4n with this line from screenshot

Related

[Dev Request] Z5 Lockscreen for all X series phones

As the title says I could use some help in porting the Z5 Framework over to the X series devices. I have tested the X compact with a Z5C's framework with no success yet.
Z5C Marshmallow system dump can be found here:
https://forum.xda-developers.com/z5-compact/general/z5-compact-dump-ftf-32-0-6-200-t3330637
Xc Marshmallow system dump can be found here:
https://forum.xda-developers.com/crossdevice-dev/sony/dev-xperia-x-compact-dump-t3453852
Thanks for any help
Edit: FYI Z series lockscreen doesn't have left swipe unlock and no unlock with any fingerprint. Lockscreen widgets can be modified with xposed on Z series as well.

ARCore for Xperia Z5 Premium e6833 [32.4.A.1.54, Android7.1.1]

1_ What are the requirements for running Arcore for Xperia Z5 Premium e6833 [32.4.A.1.54, Android7.1.1]??
2_What are the modifications to the file system (build.prop)??
ro.build.product
ro.product.device
ro.product.board
ro.product.name
ect ...............
3_ Is used: deviceName and brand; (marlin or sailfish or walleye or taimen), ( Pixel, Pixel 2, and Pixel 2 XL).......???
4_ Is used Is it used for modification file calibration_cad.xml or device_profile.proto??
( ro.config.calibration_cad=/system/etc/????).
5_ Should we install pixelify-4rk4n for magisk manager. Yes or no??
Possible of all help me!!!
I want too ar core

[Review] Difference android oreo 8.1.0 with android P 9.0 DP1 in Mi A1

I compare the interface between android oreo 8.1 with android P 9.0 DP1 in Mi A1. the result as shown below. of course this is not real, because there is currently no rom android P for Mi A1. Only based on LineageOS 15/15.1
If you want to get same like android P, you need to install the tools:
>Latest xposed installer v3.1.5 apk (you can download xposed-framework in app)
>latest version android P-ify.apk
>Substratum theme.apk
>Flux white.apk
>LockClean substratum mod.apk
>//Substweaks//.apk
>Round screen corners pro.apk
>Pixel launcher 2 android P.apk
>Rootex.apk
for the steps I think you already understand. so please try it yourself.
hello where is link for download ?
To be honest I actually hate the wifi and other icons in notification bar on android P.
Where did you get Android P DP1 for Mi A1??
Deleted
Where you get this one ?
Thats awesome
Edit : I just see you mobile network, are you from Indonesia ?
missleading title, useless BS!
Wow nice clickbait.
I hate these teardrop design icons, but anyting else looks nice.

[REFERENCE] Converting Oreo DSSI into sGSI

Here's the guide to convert an Oreo trebled DSSI(OEM ROM) into an sGSI.
Before starting, I have to claim these points below:
1.This thread aims to converting ,not generalizing.This means they are the basic steps of porting a DSSI, I can lead you to boot, but bug fixes are up to you.
2.Some of the devices with official / unofficial treble support isn't compatible with sGSI(at least my definition) e.g. mido
3.Only supports Oreo porting.VNDK version of DSSI and your vendor needs to be the same.If you want to support a different vndk,you should investigate the way to add another vndk support by yourself.
First - unpack and deploy the original rom to your device.
This means that you don't need to use a kitchen,as it will cause problems.
Unpack the rom and get raw system.img.
-use brotli tool to covert system.new.dat.br to .dat
-use sdat2img to convert dat to raw img
Mount it to your device's /system
-copy it to your sdcard.
-goto twrp-advanced-terminal
Enter:
losetup /dev/block/loop0 /sdcard/system.img
mount /dev/block/loop0 /system
Debloat it by using filemanager
-Goto twrp file manager,
-goto /system
-delete only apps that you are sure it's safe to remove(e.g. Downloadable GApps)
Create a twrp backup of the target
-Just use twrp to backup /system using normal method.
Write /system to your real partition.
-twrp mount menu - uncheck /system
-restore your backup created.
Then you've flashed the rom's system to your device.
Second - SELinux Fix
This is the most important step to avoid fastboot kick.
-Download an Oreo GSI and unpack using whatever methods you like.
-extract /system/etc/selinux/mapping from the GSI.
-adb push <your extracted folder>/system/etc/selinux/mapping/. /system/etc/selinux/mapping
To test it:
Flash permissiver.zip from semiGSI thread.
Reboot.
If your device isn't kicked into fastboot mode, then it's possible to port this DSSI.
Third - ramdisk fixes.
Get boot patcher from any sGSI thread.
Unpack target rom's boot.img
Put necessary files into boot patcher zip.
Mainly:
/init.rc
/init.environ*
/init.zygote*
/init.($oem name / rom name).*
Exclude:
/init
/init.usb*
is possible take my rom of huawei mate 9 , emui 8.0 and create a GSI for install in others phones ????
Fourth - Vendor patch fixes.
Download vendor patch from my MIUI sGSI thread.
Extract your DSSI's vendor.img using the same way as system.img.
In the patcher from my thread you will see some files under /vendor.They are the files necessary for ports of Oreo Qualcomm DSSIs.
-get the "necessary" files from vendor.img and put them to the patcher.
-If there are vendor implementations the one I described in my P Preview porting thread , add them too.
There will be some files that is rom-specific and you need to find out later by logs.
Fifth - build.prop editing.
-copy and add contents from target rom's /vendor/*.prop to /system/build.prop
(Mainly PMS configs)
Sixth - Test
Modify /system/etc/prop.default to disable adb secure.
Wipe /data
Reboot and adb logcat
is possible take my rom of huawei mate 9 , emui 8.0 and create a GSI for install in others phones ????
aureliomilitao said:
is possible take my rom of huawei mate 9 , emui 8.0 and create a GSI for install in others phones ????
Click to expand...
Click to collapse
Other EMUI8.0 phones.
fxsheep said:
Other EMUI8.0 phones.
Click to expand...
Click to collapse
so, no possible take the gsi and create a rom for install in others, mido, example...custom rom ?
aureliomilitao said:
so, no possible take the gsi and create a rom for install in others, mido, example...custom rom ?
Click to expand...
Click to collapse
Yes it's possible but without RIL GPS and Sensors .maybe HWC too.
BTW mido doesn't support sGSI.
Can we use this guide to port Oyxgen os (P) to Asus Zenfone max pro m1?
Would it be possible to port z17 rom to z17s? The z17 has 8.1. The z17s does not but it can boot GSI.
devast8ndiscodave said:
Would it be possible to port z17 rom to z17s? The z17 has 8.1. The z17s does not but it can boot GSI.
Click to expand...
Click to collapse
yes
Pretty much thank you for the guide. Ill try to convert the Redmi 6 Pro ROM into sGSI and try to get it stable for mido(Mido can boot sGSI btw like your MIUI10 sGSI).
Just a question @fxsheep . How can i get away with force encryption? Ive tried many methods on my old MIUI Oreo port but all of them failed.
Στάλθηκε από το Redmi Note 4 μου χρησιμοποιώντας Tapatalk
Tisenoiazei100 said:
Pretty much thank you for the guide. Ill try to convert the Redmi 6 Pro ROM into sGSI and try to get it stable for mido(Mido can boot sGSI btw like your MIUI10 sGSI).
Just a question @fxsheep . How can i get away with force encryption? Ive tried many methods on my old MIUI Oreo port but all of them failed.
Στάλθηκε από το Redmi Note 4 μου χρησιμοποιώντας Tapatalk
Click to expand...
Click to collapse
forcecrypt -> encryptable in fstab.qcom
so would u recommend going with android P Releases or Oreo ?
cause i wanted to port funtouch os 4.0 8.1 from vivo x9 which has the same chip as my phone (rn4x) and i saw you ported the P Version which did not boot
omarilzz said:
so would u recommend going with android P Releases or Oreo ?
cause i wanted to port funtouch os 4.0 8.1 from vivo x9 which has the same chip as my phone (rn4x) and i saw you ported the P Version which did not boot
Click to expand...
Click to collapse
Then Oreo.But imo it has nothing to do with Android version.MIUI also have many bugs on it(which is from the same chipset too).That's because of the poor vendor support of your device.
@fxsheep Just a tip:
Include the need to add libcameraservice.so from stock lib & lib64 to port as phones like mido bootloop without it.
Στάλθηκε από το Redmi Note 4 μου χρησιμοποιώντας Tapatalk

Root, google pay no can pay

I have root on OP 8 PRo OS12.1, magisk 25.1 with fix module, google pay no can pay beacause no security, is it any solution?
zioloiso said:
I have root on OP 8 PRo OS12.1, magisk 25.1 with fix module, google pay no can pay beacause no security, is it any solution?
Click to expand...
Click to collapse
SafetyNet fails on C.20 update for OnePlus 8 Pro · Issue #188 · kdrag0n/safetynet-fix
The "C.20" update for OnePlus 8 Pro based on Android 12 and the OxygenOS 12.1 overlay in correlation with "SafetyNet-Fix v2.2.1" completely blocks the fingerprint scanner. Uninstalling this module ...
github.com
ablak44 said:
SafetyNet fails on C.20 update for OnePlus 8 Pro · Issue #188 · kdrag0n/safetynet-fix
The "C.20" update for OnePlus 8 Pro based on Android 12 and the OxygenOS 12.1 overlay in correlation with "SafetyNet-Fix v2.2.1" completely blocks the fingerprint scanner. Uninstalling this module ...
github.com
Click to expand...
Click to collapse
This totorial is for android 10 and 12, I have 12 and no can select 12.
Ok, wokrs after select A11 on A12.

Categories

Resources