Pixel Experience Plus Moto G6 Play Android [11] [R] (xt1922-5) - Moto G6 Play Guides, News, & Discussion

Pixel Experience Plus Moto G6 Play Android [11] [R] (model xt1922-5)
bugs: no bugs
specifications:
-Android 11
-arm64
-Gapps included
Download:
-rom:
PixelExperience_Plus_jeter-11.0-20220107-0122-UNOFFICIAL
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
-twrp:
recoveryNoPort.img
drive.google.com
-gapps: no gapps (already included)
-magisk:
PASTA PARA O ROOT
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com

I hope you like the rom!
oh credits:

Will it work in moto g6 play (Jeter)xt1922-10
Please tell me fast

I love your rom installed sussesfully

It worked for me with model model xt1922-7 but I have only done minimal testing.
It initially failed because the version of TWRP I had was old so I updated that to twrp-3.6.0_9.0.
Sound did not work but that seems to have been fixed after I moved the files mentioned in this post to /vendor/etc/ . I have not tried actually using it as a phone (I'll probably get a SIM for the phone & test it soon).
Wifi connection seems unstable. It is often reported as having no internet or otherwise less than optimal even though the access point device is reasonably new (Calix Gigaspire Blast u4), the signal is strong & other devices have no issues with wifi.
What other failures am I likely to see?
Edited to add:
Also, when setting auto-rotate (which I very much like to have enabled), my rotation seems to often be off by 90° (which will be extremely annoying if I can't fix it).

Btw phone also heated when charging
Or playing games

How to install?

Will work on ALJETER?

Related

[APP] Beta testers wanted! Simon Tatham's Puzzles, native edition

(Feel free to move/copy this to anywhere beta requests should be.)
Simon Tatham's portable puzzle collection is 27 single-player games, all automatically generated (so you never run out of puzzles). I first ported this to Android about a year ago, but that was before the Native Development Kit, so I had to use NestedVM instead, which made it slow to start a game, memory-hungry, and storage-hungry (5MB!) It was also before any keyboardless devices, so I didn't bother with any on-screen keyboard support. There was no translation support. It had a few other smaller bugs that I've left there for far too long.
Ladies and gentlemen, may I introduce... the new, slimmer (632KB apk, 1.21MB install), faster, translatable, keyboard-enabled Puzzles. Edit: This can now be found on Android Market and on the project website.
Update: 8736.2 now includes docs in the package, without launching a Browser, which I know a lot of Market commenters wanted.
Update: 8736.3 fixes a crash on rotation during your first game.
Update: 8745.2 allows saving/loading games (on SD card). This is compatible with other platforms.
Update: 8750.2 fixes several serious bugs on Android 2.0 / Droid, and devices with small screens, and has a rewritten crash handling system to send me logs by email.
market://search/?q=pname:name.boyle.chris.sgtpuzzles
More about the project and apk download at:
http://chris.boyle.name/projects/android-puzzles
aka http://sn.im/apuz (quicker to type on the device)
GitHub:
http://github.com/chrisboyle/sgtpuzzles
If you find any problems, please reply here or ideally send me logcat / Log Collector output: [email protected]
Thanks!
Thanks!
I just installed 8736.3 and it works great. No problems so far. I really like the speed boost!
Thanks,
It works perfectly on my G2.

[Update 13/Oct] Beta Testers Wanted for WiFi Direct app

Hi guys,
Google market version is the most up-to-date.
Soon to remove the BETA tag out of it.
New Link as of 13th of October!!
Ok, file handling should be spot on now.
I've tried several different ways of sending from good sources and bad sources and I reckon I cover all the bases.
To organise some stuff I've removed the internationalisation, sorry, for now is english only, soon I'll put back the other languages.
If I managed to put the tutorial on it on the next few hours I'll update it as V0.4 on the google play, but I'm not sure it's going to happen, maybe tomorrow.
so the plan now is:
- tutorial
- tips n tricks
- logging for missing intents (maybe)
- future feature? NFC? bump? who knows.
have fun!
New Link as of 08th of October!!
Hi again guys,
I found out what was wrong on the file on the 7th, it was not the transmission or connection or even anything WiFi related. It's just that the files can come from several different sources I'm not properly dealing with them.
So here's the deal, this new build, I just blocked the files the app is not handling properly (most likely from 3rd parties galleries, and should work as expected on local files from the stock gallery). Files that are currently not handling properly should just close the app and pop-up a quick message saying "Can't handle this 'Share' at the moment, we're working on it!".
so let's recap:
- local media files from the gallery should work
- connection process is still and will always be hardware/manufacturer dependent and it might or not work.
- transmission (once passes connection) should work rock solid. Including canceling transmission midway through and also once completed tapping on the notification to open the media.
What I'll work on next:
- proper handling of every possible file/intent
- include a tutorial that will appear the 1st time the app is opened.
- a tips & tricks section with what I learned until now on what's best to get it connected.
and after that we should be in a V1.0... does it sound ok?
have fun!
New Link as of 07th of October!!
In this one I completely redid the transmission process and it's ROCK SOLID !!!!
The version on the market if you try really big videos they'll eventually fail, with this new protocol I've transferred HUGE 1.7giga video file without any problem.
Furthermore there's TONs of optimisations on the transfer speed that you won't see on this version, but it's already on the file and it will be unlocked by the future paid version that give around 2 to 3 times after transfer times.
Before put this version into the market I'll include a tutorial and link to the youtube video, but you guys can already test it.
PS.: also there's not much internationalization on this one, there some parts that language will be lacking, I'm aware of it don't need to come tell me.
Have fun!
---------------------------------------------------------------------------------------------
I've doing an open beta testing of the first and only (until now) WiFi Direct sharing app available in the Google Play.
here is the link for it:
https://play.google.com/store/apps/details?id=com.budius.WiFiShoot
I just finished refactor most of the code and should be smooth stable now.
So I'm creating this thread to invite anyone that have a FORCE CLOSE to get a Logcat and post it here for me
Please also state if it was the Sender or Receiver, the phone manufacturer/model and which ROM you're running.
Please do not post if you try to connect but the other device fail to reply, or if you device reboots when you try to switch the WiFi Direct on.
Those problems are 100% unrelated to the App itself and it's direct related to the hardware and OS on it.
Developers info:
The WiFi Direct API is 100% with callbacks. So the app just requests a connection and wait for a callback. And sometimes the callback is "failed to connect".... why this happens? is up to the OS.. the OS is responsible to all the transactions and there's no API available for any app to interfere with the process.
Hi, Nice app! It didn't force close on me at all and the UI design has a good look and feel. I just tried it with my Nexus 7 and Galaxy Nexus (both stock 4.1.1) and it worked. However, when launching the app to receive you might want to add a help menu or something to tell you what to do on the other device otherwise people might think to share something you need to launch the app on both devices and then share from there (this is what I did at first because I didn't watch your video!)
Is there any way you can launch the app automatically on the receiving device when the other device tries to send something? Also tapping "Shoot" to receive something is slightly odd. "Receive" or "Receive Shoot" might be better.
footboydog said:
However, when launching the app to receive you might want to add a help menu or something to tell you what to do on the other device otherwise people might think to share something you need to launch the app on both devices and then share from there (this is what I did at first because I didn't watch your video!)
Is there any way you can launch the app automatically on the receiving device when the other device tries to send something? Also tapping "Shoot" to receive something is slightly odd. "Receive" or "Receive Shoot" might be better.
Click to expand...
Click to collapse
Yeah, the help will definitely be necessary but at the moment I'm focusing on nailing the actual software functionality. Non nexus devices not always works so nicely.
When I started developing I though about the same (auto launching) but it can't be done, unfortunately, I wanted something liked the show on last year Google io for he ask. But no, I couldn't do it without taking over ALL WiFi direct transactions on the device, which I reckon it would be bad a behavior. Maybe in the future I'll thin about it as an option for the paid version.
About the shoot.... hmmmm..... it kinda feels better to have the confirmation on the receiver, but for sure feels like the text could be different, but then the "cool factor" of it is to have that single big button with a very simple and almost graphical SHOOT, that won't even be translated to other languages.
Something to think about it.
Sent from my Nexus 7 using xda app-developers app
nice app
waiting it support any file type
thanks
@Dev
Great work, any plans to expand the functionality and maybe expand to share a wireless shared connection from your laptop using direct wifi?
Sent from my htc_jewel using Tapatalk 2
Nice initiative, I am on evo 4g lte. I tried it with my laptop sony viao, installed to latest atheros utility which haves wifi direct interface.
wifi shoot found it, invited it, get connected.
I just tried to send a songs or 3gp file thru root explorer. without enabling wifi direct from setting.
In send option it shows wifi shoot. I clicked on wifi shoot.
wifi shoot connect to my laptop wifi direct. then nothing no transfer.
Great work. Very high potential. once again great initiative. Thanks.
I'm sorry but you misunderstood the function of the app.
Is a direct transfer from android device to Android device, and both devices must have the app installed. It has never been meant to be used with a laptop.
Sent from my Galaxy Nexus using xda app-developers app
Works great! I sent a small video from my S3 to my N7 successfully. Thanks a bunch, will try a big file later.
Sent from my Nexus 7 using xda premium
Budius said:
I'm sorry but you misunderstood the function of the app.
Is a direct transfer from android device to Android device, and both devices must have the app installed. It has never been meant to be used with a laptop.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
ohh got it. both device same apps. Thanks. will test it. Sorry
My Nexus 7 and S3 don't play wel together.
What does work is using the S3 as a hotspot and then run Samba on the Galaxy S3 (Root required)
Samba takes a while to activate.. but after it does you can browse your phone using the Nexus 7 and copy stuff... no limitations on specific file extansions either.
It work great... for a picture. But I want to transfert any file I want and Wifi Shoot! doesn't appear in "Send"/"Share" menu in ES file explorer or X-Port... What can I do ?
NFC pairing would be a great addition to this app! Maybe include it in a pro version of the app and charge a small fee? I'd definitely pay for it!
taylortr said:
I sent a small video from my S3 to my N7 successfully.
Click to expand...
Click to collapse
jwedda said:
My Nexus 7 and S3 don't play wel together.
Click to expand...
Click to collapse
It's not the first time I hear ppl saying that S3 and N7 doesn't play nice together, but on the other side, there're reports that they do work nice.
Can you both tell me which versions of the S3 you have? Some US variant or the international?
thanks.
Work great beetwin mu gnex and n7
Nice work bedalus, now we only need The ability to share every file, not only media from gallery
dropped by a jellybeans cup...
Just downloaded to both my N7 and my GNex.
I really need something like this for files. As of right now, I'm using WiFi Explorer. It works but this would be faster.
The version from the Google play store (v0.3.5) worked fine both ways with my Galaxy Nexus with JB and my bro's Galaxy Nexus with JB. We both had to looking at the program during pairing to get the notifications though.
I was able to transfer a 323 mb .mkv video file in 2:30 mins. Pretty good considering transferring the file originally to my phone took about 15 mins over wifi via a PC router.
By the way, is there any reason in particular you made it so you can only transfer pics and video files? The program would be much more useful if you could transfer any file type.
Can i use it between galaxy S and SIII?
Please, add all kind of file type. Not only image and videos, also others type (.pdf, .zip, .dat…).
Wifi shoot installed on i9100 and i9000, both devices on Rom ICS AOKP milestone 6. The process work fine only if I follow exactly the same steps on the demo video :
Receiver:
1- Open wifi shoot and wait
Sender:
2- Open the apps where the file to send is
3- Share via wifi shoot
4- wifi shoot apparears and select client to invite
Receiver:
5- Accept the invite
6- Click on big button shoot
Sending + receiving…
So, if we follow the guide of use, wifi shoot work fine. But please, add support for all kind of file type. Not only image and videos, also others type (.zip, .pdf…).
Please, continue to develop this great app, I hope one day you will be able to win money with it.
Wifi shoot are not still unique for wifi direct. There is also this apps, but not working at all for my devices.
philippe734 said:
The process work fine only if I follow exactly the same steps on the demo video
Click to expand...
Click to collapse
Hi,
thanks for the reply and tests. Could you further explain, how else were you expecting it to work? DId you try some other way?
I'm currently working on a better protocol to make the transfers more reliable, after that is fine tuned I'll enable every file type, multiple files and photos that are synchronised from picasa.
wifi shoot! is a great idea ... but would be better to have some kind of server on the phone that allow to share any file to another phone or tablet. Something like an ftp server or upnp/dlna server. This way we wont have to send the files frome the phone, we will just need to request it from the other device.
I don't know how wifi direct works ... but if it works using TCP/IP the only thing we need is to know de wifi direct IP address of the phone to connect to any available ftp/smb/upnp server phone from the other phone/tablet connected via wifi direct ...
the problem is: the available servers will be bound to the external IP only or will accept requests from the wifi direct interface? maybe this willraise the need of a special server and client prepared to work via wifi direct ..
PS: sorry about my poor english

Android 5.1.x care package for Cuba

Greetings fine folks of the S3 Mini forum!
I first broached this idea in the OmniROM 5.1.1 thread - I just got back from Cuba having met some folks out there who are pretty keen to get their hands on the latest Android goodness, but are completely unable to as:
there is essentially no residential internet in Cuba
there is no cellular internet
the WiFi you can find in tourist hotels/town telecoms offices cuts in and out preventing downloads of any size
Many Google services don't work due to the embargo
Currently apks are shared phone-to-phone using Zapya over Bluetooth and WiFi hotspotting. To give these guys something to play with, I am planning on sending an SD card over - an Android 'care package' - including:
Everything needed to flash custom ROMs (USB drivers, ODIN, minimal fastboot/adb)
A couple of custom ROMs (CM12.1 and OmniROM?)
Comprehensive flashing instructions (using Odin and not) for the S3 Mini (translated into Spanish ideally)
GApps (5.1.x) - 'Mini' if the phone can take it
Useful .apks/binaries e.g. Camera, Cardboard (I took one over, it was a big hit!), SuperSU...
Anything else useful to get them started playing with Lollipop
I'm currently working in a Google Doc collecting where these things can be downloaded and starting to find flashing instructions - which is where you guys come in. Although I found the S3 Mini to be relatively popular in Cuba, I don't own one so I can't test this stuff myself. If anyone would like to contribute to this project, I'd really appreciate it. It won't require too much work - but some sanity checking would be appreciated. You can find the Google Doc here. If you do make any changes, please use 'Suggesting' mode or coloured text
If you have any suggestions for things I should be including other than what's above and in the document, please add it or let me know. I'll update this thread once I've got some instructions done to be checked.
Thanks!
Regarding the flashing instructions, I don't know if this can help you, though it's in English.
http://forum.xda-developers.com/showthread.php?t=3102258
Sent from my GT-I8190 using XDA Free mobile app
Since the the guide mentioned above is mine, i would like to know if it is the final choice.
Why not set up a mesh network? If you could get enough devices running it, You could in concept make your own internet.
I'm not from Cuba, (live in south Florida) but I can probably help out.

App Issues

I have the Finow q3 plus and am having issues finding apps that work on the round screen./ all my go-to apps dont i.e. ez file explorer etc so at present i cant do simple things like unzip watch faces. i watched smartwatchticks youtube series on basic apps but apart from the cache cleaner and settings search nothing else was of much use. anyone got any tips for basic apps that work on stand alone (chinese) full androind smartwatches?
FYI everything has to be transferred by bluetooth as theres no direct cable connection (another pain)
thanks guys.
t

[Guide] How to play reallive visual novels (Clannad ect) on your Xperia Play w/o RLVM

Download this apk https://android-apk.org/com.bakateam.androidclannad/1835422-simple-team-clannad/
IIRC it asks you for a folder on boot, if it doesn't just place your Clannad files in sdcard/clannad, version I've tried and it seems to be built for is the full voice version.
Ironically voices don't work.
Seems to have been intended for just Clannad but other reallive vn's work apparently.
More info here https://forums.fuwanovel.net/topic/531-android-xclannad/
Some advanced effects are slow but it's otherwise basically perfect
Would use RLVM but couldn't get it to work for some reason. Crashes on every Clannad version I've tried, haven't tried any other game though.
Looked into the VNDS version after that but it seems to be lost to time If anyone has it please chime in!
Remember to use volume up/down to save/load!

Resources