November update disabled Motion Sense - Google Pixel 4 XL Guides, News, & Discussion

So i updated my P4XL today for the nov sec patch
and now my motion sense says its unsupported in this country?
im from Australia but im in NewZealand at the moment so i am unsure if this is related.

virtyx said:
So i updated my P4XL today for the nov sec patch
and now my motion sense says its unsupported in this country?
im from Australia but im in NewZealand at the moment so i am unsure if this is related.
Click to expand...
Click to collapse
Did you use the A3 image?

Homeboy76 said:
Did you use the A3 image?
Click to expand...
Click to collapse
I let system updates update my phone and yes I'm on a3

A simple one, you don't have Battery Saver on do you? It disables Motion Sense.

palexr said:
A simple one, you don't have Battery Saver on do you? It disables Motion Sense.
Click to expand...
Click to collapse
i'm on A3 and it works fine, note that anytime you restart your phone motion sense will get disabled automatically, u need to re-enter those commands in the terminal to make it work again :
setprop pixel.oslo.allowed_override true
setprop persist.pixel.oslo.allowed_override true
setprop ctl.restart zygote
---------- Post added at 12:39 PM ---------- Previous post was at 12:38 PM ----------
virtyx said:
So i updated my P4XL today for the nov sec patch
and now my motion sense says its unsupported in this country?
im from Australia but im in NewZealand at the moment so i am unsure if this is related.
Click to expand...
Click to collapse
i'm on A3 and it works fine, note that anytime you restart your phone motion sense will get disabled automatically, u need to re-enter those commands in the terminal to make it work again :
setprop pixel.oslo.allowed_override true
setprop persist.pixel.oslo.allowed_override true
setprop ctl.restart zygote

They aren't in the officially "whitelisted" countries, yet. You can most likely try the workaround to enable it.
https://www.xda-developers.com/google-pixel-4-motion-sense-list-countries-supported-apps/

cliffr39 said:
They aren't in the officially "whitelisted" countries, yet. You can most likely try the workaround to enable it.
https://www.xda-developers.com/google-pixel-4-motion-sense-list-countries-supported-apps/
Click to expand...
Click to collapse
Strange
It was working fine on Octobers patch...

sta3b said:
i'm on A3 and it works fine, note that anytime you restart your phone motion sense will get disabled automatically, u need to re-enter those commands in the terminal to make it work again :
setprop pixel.oslo.allowed_override true
setprop persist.pixel.oslo.allowed_override true
setprop ctl.restart zygote
---------- Post added at 12:39 PM ---------- Previous post was at 12:38 PM ----------
i'm on A3 and it works fine, note that anytime you restart your phone motion sense will get disabled automatically, u need to re-enter those commands in the terminal to make it work again :
setprop pixel.oslo.allowed_override true
setprop persist.pixel.oslo.allowed_override true
setprop ctl.restart zygote
Click to expand...
Click to collapse
Are you sure the persist property is not enough? The persist property should not change across reboots.

Pixeling said:
Are you sure the persist property is not enough? The persist property should not change across reboots.
Click to expand...
Click to collapse
i honestly didn't try the persist property alone, i'll try it on my next reboot, several users reported though that rebooting their pixel will cause motion sense to get disabled and they need to re-enter the commands

sta3b said:
i honestly didn't try the persist property alone, i'll try it on my next reboot, several users reported though that rebooting their pixel will cause motion sense to get disabled and they need to re-enter the commands
Click to expand...
Click to collapse
That's why the persist property is there. I shall try that when I arrive at a country where it is not supported. But in general I can confirm the property persists after reboot.

I can confirm that my motion sense gets disabled despite the persistent property is there. I'm on November 5th, and setting the non persistent property together with zygote restart solves the issue.

I'm a Kiwi in NZ with P4XL and motion sense is geo blocked from functioning for me also, but I'm willing to bet once you fly back to Oz it will start working for me too ;-D

maomaoliu-bright said:
I'm a Kiwi in NZ with P4XL and motion sense is geo blocked from functioning for me also, but I'm willing to bet once you fly back to Oz it will start working for me too ;-D
Click to expand...
Click to collapse
I'm in NZ too and have managed to get motion sense working here using the adb commands.

Related

[APP][Root][4.2+]SELinuxModeChanger v10.0 :: [24.07.2017]

Now opensourced under gplv3! GITHUB
Get it in f-droid F-DROID page (v10 probably won't be there until release of stable gradle 4.0 and buildtools 26)
Now available on the XDA Labs! XDA Labs page (UPD: somebody released a fork without changing packagename so you can't get it there yet -_-)
Apk from github app-release-v10.apk - (as that's the only way to distribute it until I get control of my packagename on xda labs)
There are lots of folks around who already has KitKat on their devices. But kitkat comes with new secutity enhancement, SELinux, put into "enforcing mode". Maybe This thing is good from the point of security, but it breaks some Root Apps, like my Ultimate Dynamic Navbar, so I created this app.
What does it do? This app can change modes of SELinux:
Run app, give root access, select the mode you want SELinux to be in(permissive or enforcing) and that's all. Every time you reboot your device app will execute the script to change SELinux to the mode you've selected. Simple and stupid.
know issues:
- [THEORETICALLY] doesn't work with Samsung KNOX.
XDA:DevDB Information
SELinuxModeChanger, App for the Android General
Contributors
MrBIMC
Version Information
Status: Stable
Current Stable Version: 10.0
Stable Release Date: 2017-07-24
Created 2013-11-13
Last Updated 2017-07-24
With all the hype over SELinux Permissive and Enforcing, Ill be glad to test this out
WEM97 said:
With all the hype over SELinux Permissive and Enforcing, Ill be glad to test this out
Click to expand...
Click to collapse
Post your results once you've tested. Cuz I'm on custom kernel now that has SELinux completely disabled and didn't really tested this app
Does not work on my N9005 stock, i open the app, grant it root access, click on passive and hust to make sure i rebooted, still when i goto settings/about i get enforcing written...
Ather said:
Does not work on my N9005 stock, i open the app, grant it root access, click on passive and hust to make sure i rebooted, still when i goto settings/about i get enforcing written...
Click to expand...
Click to collapse
I don't sure the string there will actually change. Better test by executing this in some terminal emulator:
Code:
su
/system/bin/getenforce
MrBIMC said:
I don't sure the string there will actually change. Better test by executing this in some terminal emulator:
Code:
su
/system/bin/getenforce
Click to expand...
Click to collapse
Outputs: Enforcing
MrBIMC said:
Post your results once you've tested. Cuz I'm on custom kernel now that has SELinux completely disabled and didn't really tested this app
Click to expand...
Click to collapse
Same as the other guy. Passive to Passive. Post reboot of course.
WEM97 said:
Same as the other guy. Passive to Passive. Post reboot of course.
Click to expand...
Click to collapse
Just flashed stock kernel. Indeed. Works only untill reboot. After that - no Will work on a fix now!
UPD: Switched few times into different states - it works. Works when device is booted, works after reboot(wait till notification appear - go to "about phone".). Rebooted ~10 times to check it out - everything works fine for me(galaxy nexus, android 4.4)!
Dunno, guys. Maybe that's root denial in your case or something like this?
Waiting for more replies.
MrBIMC said:
Just flashed stock kernel. Indeed. Works only untill reboot. After that - no Will work on a fix now!
UPD: Switched few times into different states - it works. Works when device is booted, works after reboot(wait till notification appear - go to "about phone".). Rebooted ~10 times to check it out - everything works fine for me(galaxy nexus, android 4.4)!
Dunno, guys. Maybe that's root denial in your case or something like this?
Waiting for more replies.
Click to expand...
Click to collapse
Could be the knox not letting it set?
Ather said:
Could be the knox not letting it set?
Click to expand...
Click to collapse
Don't know. Will look to it tommorow. It's almost 4 am here, so I'm going to sleep now.
Ok, guys. Checked on few different devices. Can finally say that this thin works for every 4.3++ device, except Samsung KNOX-enabled ones.
Looking for knox fix now
Just a question: why not make it set the mode on boot the init.d way, cause I want to have less apps running at boot, anyway this is cool for those too lazy to use the setenforce command in terminal (and make a script)?
Ranomez said:
Just a question: why not make it set the mode on boot the init.d way, cause I want to have less apps running at boot, anyway this is cool for those too lazy to use the setenforce command in terminal (and make a script)?
Click to expand...
Click to collapse
init.d script could be added as an option, but not as #1 variant because this app is mainly targeted to stock users, and usually(always?) stock kernels don't support init.d scripts.
Also you shouldn't care about consumption of background process, cuz it doesn't start any service. After every reboot app starts only for ~1 second to execute few commands, and closes right after.
Works on note3 vzw,. Great app
nutpn said:
Works on note3 vzw,. Great app
Click to expand...
Click to collapse
Wow. Do you have KNOX in your rom? What was the default state for SELinux for you(Does note 3 has "enforcing" mode on 4.3 by default)?
MrBIMC said:
Wow. Do you have KNOX in your rom? What was the default state for SELinux for you(Does note 3 has "enforcing" mode on 4.3 by default)?
Click to expand...
Click to collapse
VZW Note 3 is SElinux permissive by default.
MrBIMC said:
Wow. Do you have KNOX in your rom? What was the default state for SELinux for you(Does note 3 has "enforcing" mode on 4.3 by default)?
Click to expand...
Click to collapse
All my knox stuff is deleted and vzw is permissive, I checked to see if it would work and it changed to enforce then I toggled back to permissive so it worked on my note 3 thanks Im putting this one in my later folder in case anything ever happens it may work out for us.
Thanks for this useful app.
Just tried it on my Xperia mini pro running 4.3.1,unofficial CM10.2.
But after clicking the "Enforcing" button and rebooting a couple of times,my SELinux status still shows Permissive.
Am I still missing something?
Confirming that it doesn't work on my Samsung galaxy note 3 even after freezing all knox stuff. Didn't expect it to work but just so other people don't try lol
Sent from my SAMSUNG-SM-N900A using xda app-developers app
tried. on note 2 leaked 4.3 MJ5.
was permissive but tried and changed to enforcing.
now cant get back.
P.S. : we dont have knox implemented as in s4 or note 3.
and also removed all knox related things.
see pic :http://i44.tinypic.com/azjas.png

[Fix] Wifi Fix for ivanich's CyanogenMod

hi,
well, as you know there is problem with CyanogenMod(and some other aosp roms) wifi in some countries and the problem is due to wifi_country_code value inside global database.
so after reading HTCZ715E amazing guide i made this flashable zip for those who still have problem with wifi in ivanich's CyanogenMod.
Installation
flash it via recovery(no need to wipe)
Credits:
@ivanich for his awesome rom
@HTCZ715E for WiFi Country Problem Solving guide
Thank you
I'm going to experience
@jinxul if it's only related to the record in the global table of settings storage database, I thought, wouldn't it be easier to use an init.d script with an addon.d script?
For example:
Code:
#!/system/bin/sh
# Set wifi country code
sqlite3 /data/data/com.android.providers.settings/databases/settings.db "update global set value=nz where name='wifi_country_code';"
hinxnz said:
@jinxul if it's only related to the record in the global table of settings storage database, I thought, wouldn't it be easier to use an init.d script with an addon.d script?
For example:
Code:
#!/system/bin/sh
# Set wifi country code
sqlite3 /data/data/com.android.providers.settings/databases/settings.db "update global set value=nz where name='wifi_country_code';"
Click to expand...
Click to collapse
the main problem is in the telephony-common.jar. every time that wifi turns on framework will rewrite the record on its own... so framework has to be patched(and all that will do is to stop rewriting wifi_country_code on every time wifi turns on).
i also put an script in the zip(similar to this) to change the value back to null but that's just for those who don't want to wipe their data(cause its wont work if there is already a value for wifi_country_code)
so init.d wont do anything as long as framework isnt patched.
jinxul said:
the main problem is in the telephony-common.jar. every time that wifi turns on framework will rewrite the record on its own... so framework has to be patched(and all that will do is to stop rewriting wifi_country_code on every time wifi turns on).
i also put an script in the zip(similar to this) to change the value back to null but that's just for those who don't want to wipe their data(cause its wont work if there is already a value for wifi_country_code)
so init.d wont do anything as long as framework isnt patched.
Click to expand...
Click to collapse
I thought that but when I changed mine to 'us' and toggled wifi on and off a few times and connected to network it didn't revert back for me. I tried 'uk' too but couldn't find any networks when turning wifi on.
hinxnz said:
I thought that but when I changed mine to 'us' and toggled wifi on and off a few times and connected to network it didn't revert back for me. I tried 'uk' too but couldn't find any networks when turning wifi on.
Click to expand...
Click to collapse
reboot is required when you change it manually.. system wont just read it like that unless you tell it to do so, and you cant do that with sqlite3. you need an app/service with WRITE_SETTINGS permission (android.permission.WRITE_SETTINGS).
Let me chime in:
Similar Wi-Fi issues have been persistent across my previous two devices running Android 5+. Setting the Wireless channel of your network to 11 or below (U.S. standard) fixed it. If you don't live in a too dense area - eg. have free uninterfered channels in that scale - then I suggest using those. EU channels (12,13) break far too often due to this specific issue which seems either upstream or hardware-specific. To your information, the three (with this) tested devices all have BCM4329 Wireless modems.
If anyone tries this instead, let me know if it worked here as well.
I would really appreciate if you release Wifi Fix for ivanich's CyanogenMod CM11
this4you said:
I would really appreciate if you release Wifi Fix for ivanich's CyanogenMod CM11
Click to expand...
Click to collapse
as i said in OP i dont have cm11 so i need telephony-common.jar for it. find it (system/framework/telephony-common.jar) and give it to me.
CARBON-KK-UNOFFICIAL-KERNEL-3.4-20141123-1107-pyramid
and again Hi
here you go telephony-common.jar taken from Carbon KK ROM
jinxul said:
as i said in OP i dont have cm11 so i need telephony-common.jar for it. find it (system/framework/telephony-common.jar) and give it to me.
Click to expand...
Click to collapse
there I found it as you directed me and Just Uploaded or should I say posted here for you to get it patched
However it is to say that once I tried the Guide to patch the file but it did not work at all and I faced FC at phone state
actually I could not find the line mentioned in the guide to edit that ...
by the way I`M proud of you
this4you said:
and again Hi
here you go telephony-common.jar taken from Carbon KK ROM
Click to expand...
Click to collapse
try this and let me know the result.
jinxul said:
try this and let me know the result.
Click to expand...
Click to collapse
Thank you ill try it now
in a minute ...
---------- Post added at 08:22 AM ---------- Previous post was at 08:05 AM ----------
jinxul said:
try this and let me know the result.
Click to expand...
Click to collapse
Thank yooooooooooooooooooou It worked !!:good:
I wounder is it possible to put the patched telephony-common.jar inside the Zipped ROM and replaced the old one ?
it may sound rude but as the last request can I upload the vanich's CyanogenMod`s telephony-common.jar ?
this4you said:
Thank you ill try it now
in a minute ...
---------- Post added at 08:22 AM ---------- Previous post was at 08:05 AM ----------
Thank yooooooooooooooooooou It worked !!:good:
I wounder is it possible to put the patched telephony-common.jar inside the Zipped ROM and replaced the old one ?
it may sound rude but as the last request can I upload the vanich's CyanogenMod`s telephony-common.jar ?
Click to expand...
Click to collapse
unzip the rom, replaced it then zip it. it should do the job.
sure.. which one is it?(cm11 or 12)
jinxul said:
unzip the rom, replaced it then zip it. it should do the job.
sure.. which one is it?(cm11 or 12)
Click to expand...
Click to collapse
up to here I was to use viper`s ROM cause of KK`S wifi issues but here you wiped out the nightmare , and I must give you a big thanks...:good:
and again cm-11-20150607-UNOFFICIAL-pyramid ...
but i have to download it first and then upload it here
this4you said:
up to here I was to use viper`s ROM cause of KK`S wifi issues but here you wiped out the nightmare , and I must give you a big thanks...:good:
and again cm-11-20150607-UNOFFICIAL-pyramid ...
but i have to download it first and then upload it here
Click to expand...
Click to collapse
here you go the telephony-common.jar of cm-11-20150607-UNOFFICIAL-pyramid
this4you said:
here you go the telephony-common.jar of cm-11-20150607-UNOFFICIAL-pyramid
Click to expand...
Click to collapse
OP updated to include cm11 patched file.
jinxul said:
OP updated to include cm11 patched file.
Click to expand...
Click to collapse
thank you very much
Great work
After months of searching for a solution
Wi-Fi now works nicely
Without any problems
Thanks
Hi
Please for cm12.1 (06/29) ivanich
Thanks

[APP][5.0+][ROOT] Network Type Switcher

I've created a little application, which is able to switch network type (e.g. GSM only, LTE only, EvDo only, etc.) on any android with API 21 (Lollipop 5.0) or higher. I created this app because on some phones (e.g. Huawei devices), you cannot change the network type, even though you've managed to open the network engineering screen.
Please note that this app requires ROOT! Here are some features of this app:
- very small (about 50 kB) :angel:
- material design! :silly:
- no ads!
- ability to change to one of 12 network types supported by android
- on Android API 23 (Marshmallow) or newer, you can also change network type on devices with multiple SIM card slot (this is what I think other apps cannot do )
- able to detect if selected network type is not supported, and will revert back to previous setting if it the device doesn't support selected network type
I've tested this app (and use it on daily basis for about 1 month) on a rooted Huawei P9 Plus dual SIM and a rooted HiSense I46D1G, and so far so good.
Example use case : This app is great for locking to LTE only mode if your carrier gives huge bonuses on 4G data (to avoid falling back to WCDMA and cost you extra ), and locking to WCDMA only mode if you need adequate data speed while retaining the ability to place and receive CS calls and SMSes.
Download link for version 4:
Droid Host
Historical:
Download links for version 3:
Droid Host
Google Drive
Hi. Do you have a copy of your app in different host,not in mega? Thanks
xgneilx said:
Hi. Do you have a copy of your app in different host,not in mega? Thanks
Click to expand...
Click to collapse
Added Google Drive link. See my edited post. Thanks for your interest!
Thanks dev..
I'm on Xiaomi Mi Max Prime, MIUI 8.0.3 Global stable, marshmallow ROM. I can see the option to change network type for 2 SIM cards, but when i change one, the other one automatically follows. Meaning, whatever i change the sim 1 to, the SIM 2 gets changed as well. Is that supposed to be the logical outworking of your design?
cm14.1, apps not working.
already given superuser permission.
Sent from my peregrine using XDA Labs
VERY good app!
You made something what I started looking a week ago. A hell of "Thanks" mate. you made my day.
xgneilx said:
I'm on Xiaomi Mi Max Prime, MIUI 8.0.3 Global stable, marshmallow ROM. I can see the option to change network type for 2 SIM cards, but when i change one, the other one automatically follows. Meaning, whatever i change the sim 1 to, the SIM 2 gets changed as well. Is that supposed to be the logical outworking of your design?
Click to expand...
Click to collapse
No it doesn't. On marshmallow or higher, it should be able to switch network from those 2 slots independently. However, some OEM or device doesn't support switching it independently. Usually devices that comes with android lollipop or earlier doesn't support independent network switching. But as always, there will be some exceptions. I apologize if it doesn't work.
schrickz said:
cm14.1, apps not working.
already given superuser permission.
Click to expand...
Click to collapse
I've not tested in CM yet, since I don't have a device which has RIL and has CM ROM for it. This app has to negotiate with selinux. I heard that CM has pretty restrictive selinux policy. Maybe you can try to disable selinux by executing"setenforce 0" on a superuser shell. Please note that this disables selinux temporarily until reboot.
when I open the app it show this message.
i can't give root permission in cm13 beacuse there isn't a popoup where privacy guard ake you root access like other appps
Me Zoo, root is given but same error on android 5.1 ...
ivifly said:
Me Zoo, root is given but same error on android 5.1 ...
Click to expand...
Click to collapse
filip2805 said:
when I open the app it show this message.
i can't give root permission in cm13 beacuse there isn't a popoup where privacy guard ake you root access like other appps
Click to expand...
Click to collapse
Well, it seems that I have to investigate more about this. Thank you for your problem reports.
Sorry that I can't give an ETA at the moment. I am a little bit busy lately
Take your time...it'd your lifetime!
By the way, I don't gonna use lucky patcher seem to be a unsafe software and kind of black sheep of XDA......greetings ivi
I'm getting same error on CM13 (Root shell access is denied) whereas app don't ask for root permission, Even app don't show any permission in privacy guard
Please fix this
Thanks
Reinstalling the app is temporary fix, after reboot, getting same error...
Fixed : new version 4 is working fine for me, using from last 2 days
Thanks a lot jnakoda. Very useful app
Replies for the following posts:
schrickz said:
cm14.1, apps not working.
already given superuser permission.
Sent from my peregrine using XDA Labs
Click to expand...
Click to collapse
filip2805 said:
when I open the app it show this message.
i can't give root permission in cm13 beacuse there isn't a popoup where privacy guard ake you root access like other appps
Click to expand...
Click to collapse
ivifly said:
Me Zoo, root is given but same error on android 5.1 ...
Click to expand...
Click to collapse
spacexgen said:
I'm getting same error on CM13 (Root shell access is denied) whereas app don't ask for root permission, Even app don't show any permission in privacy guard
Please fix this
Thanks
Reinstalling the app is temporary fix, after reboot, getting same error...
Click to expand...
Click to collapse
Hi guys, could you try the new version 4 (on my edited 1st post)? See if it fixes the problem. Thanks.
now it works
jnakoda said:
Replies for the following posts:
Hi guys, could you try the new version 4 (on my edited 1st post)? See if it fixes the problem. Thanks.
Click to expand...
Click to collapse
still not working.
schrickz said:
still not working.
Click to expand...
Click to collapse
OK. Judging from the screenshot that you posted earlier, your issue doesn't stem from SELinux, and the app get root access properly. Seems like an issue with nougat API 25. Unfortunately, I don't have a nougat device at the moment . Will investigate the issue after getting a nougat device (or AVD!)
It's good work on my SM-Note 4 N9100 dual SIM(but i just used one),Marshmallow.
Good job,Thx!

[APP : ROOT : TOOL] Optimising App Fixer

"Android is Starting" "Optimizing App x of xxx" With Restarts of the phone 5.1
Last week, when I upgraded from Kitkat to Lollipop, during boot it said,
"Optimising apps, 1 of 132"​
took around 20 minutes to complete. Obviously I thought that will be one-time process but it repeated randomly during boot.
Its quite annoying. When it took like 30 minutes, I decided to search for solutions. Seems like well-known issue and lot
of people gave such different answers like:
Clear cache.
Wipe cache partition via bootloader.
Don't reboot while charing.
Re-flash firmware
Don't reboot the device at all!
Downgrade to Kitkat.
Options 1,2,3 didn't work me. Later I realized its completely wrong solution. Not sure, whether 4 will help or not. 5th one is seriously funny solution!
Looked like 6th (going back to Kitkat) is the only option. But I have rooted device and thought about debugging the issue further. Few hours, later here is my solution. It works with Moto-E Lollipop 5.1 . If you have this issue please test and let me know. Thank you!
https://play.google.com/apps/testing/in.co.giis.optimisingappfixer
XDA:DevDB Information
Optimising App Fixer [Root], Tool/Utility for all devices (see above for details)
Contributors
glaks
Link to App on Play Store: https://play.google.com/store/apps/details?id=in.co.giis.optimisingappfixer
Version Information
Status: Beta
Current Beta Version: 0.1
Beta Release Date: 2017-03-10
Created 2017-03-10
Last Updated 2017-06-14
Reserved
If you have specific requirement or device support, let me know. I'll try to add them.
Version 1.2 release with improvements
This app is not tested with CM12. Please backup critical data before you try. Its tested with Stock Android-5.1/TWRP/SuperSU.
Release v1.3.
- Possible fix for CM12.
Link to app: https://play.google.com/store/apps/details?id=in.co.giis.optimisingappfixer
I received quite few messages on this one: Just want let you know this message: "Please undo the fix, before you un-install this app" Never uninstall without running 'unfix it' option. thanks
Hey,
I would try this app but can you elaborate as to what is causing this issue in devices? I have HTC 826 Dual Sim and I have the same issue.
Thanks
Sure, I added the link to details on Google Play store page. Forgot to mention it here, Here is the technical details:
http://giis.co.in/wasted_user_time.html
Paid update to unlock features didn't work, fix didn't work
1) I paid for the update to the app and it didn't unlock the full version the app remained the same with the upgrade button no longer doing anything.
2) I applied the fix and the Optimizing loop still runs every time
dovw said:
1) I paid for the update to the app and it didn't unlock the full version the app remained the same with the upgrade button no longer doing anything.
2) I applied the fix and the Optimizing loop still runs every time
Click to expand...
Click to collapse
There are two issues here 1) Optimizing loop still runs.
2) Paid upgrade doesnt work.
Issue 1) is more critical than 2). Whats your device & rooted method? I know it works well with TWRP & Supersu.
ps: Send me your order id I'll make refund. If issue 1 gets resolved, you can upgrade if needed.
glaks said:
Whats your device & rooted method? I know it works well with TWRP & Supersu.
Click to expand...
Click to collapse
Thanks for the fast response. Moto G XT1031 (Boost) TWRP & SuperSU
glaks said:
ps: Send me your order id I'll make refund. If issue 1 gets resolved, you can upgrade if needed.
Click to expand...
Click to collapse
Order # GPA.3355-7114-8257-28000
dovw said:
Thanks for the fast response. Moto G XT1031 (Boost) TWRP & SuperSU
Click to expand...
Click to collapse
hmm..I'm using Moto E1 XT1022 TWRP, SuperSU. Do you have apps moved to or installed on SD card?
Order # GPA.3355-7114-8257-28000
Click to expand...
Click to collapse
Okay, I did the Refund now.
Also If you are quite familiar with commandline please share the output of following commands:
Code:
su
ls -lR /data/
ls -lR /data/dalvik-cache/arm/
glaks said:
Do you have apps moved to or installed on SD card?
Click to expand...
Click to collapse
No.
glaks said:
Okay, I did the Refund now.
Click to expand...
Click to collapse
Thank you very much.
---------- Post added at 01:40 PM ---------- Previous post was at 01:36 PM ----------
glaks said:
Also If you are quite familiar with commandline please share the output of following commands:
Code:
su
ls -lR /data/
ls -lR /data/dalvik-cache/arm/
Click to expand...
Click to collapse
(for the public record) As you already know I PM'd you the output
Thanks for the detailed logs. Will continue debugging the issue.
What's the latest on this app? Did it get removed from the Play Store?
mmortal03 said:
What's the latest on this app? Did it get removed from the Play Store?
Click to expand...
Click to collapse
Yes, Today Morning got email from Google on " Primarily Child-Directed " policy update. I updated the settings and re-submitted it. Hopefully it will become available in few hours.
Hi glaks!
I have the problem with optimising apps but they are certainly related to Apps2SD. Every time I symlink odex of an app into SD card, it is being optimized at next reboot.
I tried your app but it seems it does not help. I have a feeling that the "openat()" function doesn't follow symlinks or something, so it overrides them with newly optimized files. Is that possible this could be the case? And any ideas for the fix (maybe prevent symlinks from overriding)?
I'm using Magisk systemless root on Android 6.0.1, Sony Xperia M4.
Thanks in advance.
asus zenfone max zc550kl android 6.0.1
Hi, how can i fix the optimization apps in asus zc550kl (android 6.0.1 marshmallow)?

Moto G6 (Ali) Android 9.0 First Soak Test OTA

Tested on Indian version, I'm currently running it.
Build is super smooth.
I don't know who uploaded the zip so for credits please pm.
Installation instructions:
- Make sure your device is on the Android 8 Oreo OPSS27.82-87-3 firmware.
- Download the Android Pie OTA update zip from below and transfer it to the root of your device’s internal storage (Meaning, do not put it in any folder. It should be outside all folders.)
- Now, go to Settings > Apps&notifications > Show all apps.
- Click on the 3 dots menu on the top right corner of the screen and then select > show system apps.
- Search for the ‘Motorola Update Services’ app and give it storage permission.
- Now, got to settings > system updates and check for update.
The latest Android 9.0 Pie update will show up. Install normally.
Download Link (AFH) : https://androidfilehost.com/?fid=11410963190603868639
aaryan1596 said:
Tested on Indian version, I'm currently running it.
Build is super smooth.
I don't know who uploaded the zip so for credits please pm.
Installation instructions:
- Make sure your device is on the Android 8 Oreo OPSS27.82-87-3 firmware.
- Download the Android Pie OTA update zip from below and transfer it to the root of your device’s internal storage (Meaning, do not put it in any any folder. It should be outside all folders.)
- Now, go to Settings > Apps&notifications > Show all apps.
- Click on the 3 dots menu on the top right corner of the screen and then select > show system apps.
- Search for the ‘Motorola Update Services’ app and give it storage permission.
- Now, got to settings > system updates and check for update.
The latest Android 9.0 Pie update will show up. Install normally.
Download Link (AFH) : https://androidfilehost.com/?fid=11410963190603868639
Click to expand...
Click to collapse
G cam is working ??
access is denied for the download. you should pull the link since the poster didnt give permission to post.
fix-this! said:
access is denied for the download. you should pull the link since the poster didnt give permission to post.
Click to expand...
Click to collapse
Since when do you need permission to reupload leaks? OP already has them, just upload them to AFH yourself and edit the post.
Link is up again. Flashed, a bit of lag comparing to the last 8.0 build.
nlooooo said:
Link is up again. Flashed, a bit of lag comparing to the last 8.0 build.
Click to expand...
Click to collapse
Dumb question: does VoLTE function properly?
teckgiik101 said:
Dumb question: does VoLTE function properly?
Click to expand...
Click to collapse
Can't tell you that, not supported in my country, or at least by my network.
nlooooo said:
Link is up again. Flashed, a bit of lag comparing to the last 8.0 build.
Click to expand...
Click to collapse
More than likely the new kernel needs some time to settle in before performance really flies.
AngryManMLS said:
More than likely the new kernel needs some time to settle in before performance really flies.
Click to expand...
Click to collapse
I have it for a few hours, it feels better, bit still has a bit of lag here and there. I'll probably do a factory reset tommorow to see if I can get some more juice...
"Kernel settling" is just not true! That was poor information 10 years ago that I haven't heard someone mention in ages...
The code of the kernel does not change or adapt with time. It's static, not dynamic.
How it performs immediately after flashing is how it's going to perform, period!
Anything else perceived is simply the placebo effect!!
The only thing I can see as perceived "settle time" is after just flashing and booting up for the first time, the battery and CPU are going to be warm from the flashing process and thermal throttling might be taking place. After everything is cooled down to normal use, that's how it's going to perform...
It's just lines of code...
nlooooo said:
I have it for a few hours, it feels better, bit still has a bit of lag here and there. I'll probably do a factory reset tommorow to see if I can get some more juice...
Click to expand...
Click to collapse
I'm not experiencing any kind of lag, in fact it's faster than oreo.
So I followed all the directions in the OP and no update is showing.
---------- Post added at 08:36 PM ---------- Previous post was at 08:32 PM ----------
aaryan1596 said:
I'm not experiencing any kind of lag, in fact it's faster than oreo.
Click to expand...
Click to collapse
How did you get yours to work?
Testando
Obrigado por compartilhar esse tutorial, estou fazendo o download para testar...
Pie is running very smoothly on Ali. And it's not even the final version! I believe 3gb of ram users will benefit the most.
sapo_joe said:
Pie is running very smoothly on Ali. And it's not even the final version! I believe 3gb of ram users will benefit the most.
Click to expand...
Click to collapse
Can u install TWRP and Magisk root?
HueyT said:
Can u install TWRP and Magisk root?
Click to expand...
Click to collapse
Well I believe it's possible although I don't intend to. I'll keep it stock to test for performance and stability.
Can any can confirm is g cam is working or not ?
Jasoneg said:
So I followed all the directions in the OP and no update is showing.
---------- Post added at 08:36 PM ---------- Previous post was at 08:32 PM ----------
How did you get yours to work?
Click to expand...
Click to collapse
Just paste the download zip (do not change the name) into root of your internal memory and grant storage permissions to 'Motorola Update Services' and check for updates.
spreet said:
Can any can confirm is g cam is working or not ?
Click to expand...
Click to collapse
It's still 32 bit OS.
aaryan1596 said:
It's still 32 bit OS.
Click to expand...
Click to collapse
Yes it is 32 bit

Categories

Resources