Hello guys,
As the title said, i was once able to copy apk in /system/priv-app and got them installed after a reboot; too bad it looks like it doesn't work anymore. I tried also /system/app, but still nothing.
The Story Behind: Few ROM flashing ago, i decided to install the pixel launcher app. Downloaded and installed it, it works well out of the box, whit the exception of the swipe left gesture. Some googling revealed me that the launcher must be installed as a system app for make the swipe work, and here start my struggle: i can't remember what i did (did i cut the /data/app/com.android.nexuslauncher-1 folder and pasted it in /system/app/? Or did i download the apk again and moved it in /system/app?) but anyhow it started work flawless at the next reboot (also the swipe function!) . I have tried booth and countless other path and reboot, but there's no way to see it installed. I can of course install it whit the default android package installer.
More info: Honor NOTE 8, rooted, build B320, android 7.0, emui 5.0
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Any help will be appreciated.
Jack D. said:
Hello guys,
As the title said, i was once able to copy apk in /system/priv-app and got them installed after a reboot; too bad it looks like it doesn't work anymore. I tried also /system/app, but still nothing.
The Story Behind: Few ROM flashing ago, i decided to install the pixel launcher app. Downloaded and installed it, it works well out of the box, whit the exception of the swipe left gesture. Some googling revealed me that the launcher must be installed as a system app for make the swipe work, and here start my struggle: i can't remember what i did (did i cut the /data/app/com.android.nexuslauncher-1 folder and pasted it in /system/app/? Or did i download the apk again and moved it in /system/app?) but anyhow it started work flawless at the next reboot (also the swipe function!) . I have tried booth and countless other path and reboot, but there's no way to see it installed. I can of course install it whit the default android package installer.
More info: Honor NOTE 8, rooted, build B320, android 7.0, emui 5.0
Any help will be appreciated.
Click to expand...
Click to collapse
I believe the apk must be inside a folder (like all the others)
Name that folder "nexuslauncher".
Then rename the apk file to " base.apk"
Finally, move the apk file into the nexus launcher folder, then give it the proper permissions and reboot.
Hello, thanks for the reply.
I just tried doing as you said, but still nothing. I forget to mention that if I install it manually, it get uninstalled at reboot. As attachment a couple of screenshot: the first taken when the app is installed, before the reboot, the second one taken after the reboot: the whole "installation information" tab is missing after reboot ?
Jack D. said:
Hello, thanks for the reply.
I just tried doing as you said, but still nothing. I forget to mention that if I install it manually, it get uninstalled at reboot. As attachment a couple of screenshot: the first taken when the app is installed, before the reboot, the second one taken after the reboot: the whole "installation information" tab is missing after reboot ?
Click to expand...
Click to collapse
Install it using the package installer, then use titanium backup to move it to the system.
Not even titanium backup worked.
This is by far the strangest thing I've ever witnessed.
For records, TB "convert to system app" feature took the Pixel launcher's app folder in /data/app, packed it as com.google.android.nexuslauncher.apk and placed it in /system/app/.
Still, it keep getting ignored on reboot.
As attachment a screenshot pre &post reboot. I do also try to remove all orphan data about PL, and deep searched the whole volume looking for PL residual, deleting anything.
I tried also flashing it with openGapps, with the same result. (Google camera, installed with the same openGapps installer, is up and working).
Now, I can totally live without PL, but I'm really curious about what's happening
A late update: in case someone at some point get through this post.
The launcher work fine (swipe right included) if I unroot the device after placing it in the app folder: still don't know why ?
Jack D. said:
A late update: in case someone at some point get through this post.
The launcher work fine (swipe right included) if I unroot the device after placing it in the app folder: still don't know why
Click to expand...
Click to collapse
place apk file in /system/app folder and install that apk file then reboot your android.
Just tried, no luck with the working apk placed in /system/app and than installed from that path. I tried also to maintain the folders structure /system/app/com.google.android.apps.nexuslauncher-1 and install from that path, still without luck: in both cases the app is gone after the reboot.
Thanks for your interest.
Ok, it's done for good.
I cleaned the /data/app folder from all the launcher installation: there were something like 5 launcher folders. Placed the APK in /system/priv-app/Nexuslauncher and installed with the "root package installer" of FX explorer instead of the standard package installer. Don't know why, and I got the filing that I already have done this a couple of thousands time,but this time it worked.
Related
In this guide I will show you how to enable more than the defaulft 5 homescreens
First of all, you'll need Apk Manager, this can be downloaded here.
Extract the zip to a folder you like, I'll use C:\Apk Manager\ in this guide!
Download the Home.apk from this post, note: it's for the .145 fw only.
Copy the Home.apk to C:\Apk Manager\place-apk-here-for-modding\
After you've done that, open Script.bat.
Select option 9.
Now the Home.apk will be decompiled.
When it's done decompiling, go here C:\Apk Manager\projects\Home.apk\res\values.
Open integers.xml with Notepad and go line 10. Will look like this:
Code:
<integer name="number_of_desktop_panes">5</integer>
You can change that number 5 to any number you like, let's use 9:
Code:
<integer name="number_of_desktop_panes">9</integer>
Open values/styles.xml and change line 16:
Code:
<style name="Layout.ButtonContainer">
to this
Code:
<style name="Layout.ButtonContainer" parent="@android:style/Theme.Wallpaper.NoTitleBar">
Save and close the files. Now go back to the Apk Manager tool and select option 11, the apk will now be compiled again. It will ask you this:
Is this a system apk (y/n)
Answer with y and press enter.
After that you'll get another question:
Aside from the signatures, would you like to copy
over any additional files that you didn't modify
from the original apk in order to ensure least
# of errors (y/n)
Anwer with y again.
Now this will show up:
In the apk manager folder u'll find
a keep folder. Within it, delete
everything you have modified and leave
files that you haven't. If you have modified
any xml, then delete resources.arsc from that
folder as well. Once done then press enter
on this script.
Go here C:\Apk Manager\keep and delete resources.arsc.
Now go back to the Apk Manager tool and press enter.
In C:\Apk Manager\place-apk-here-for-modding you'll find this: unsignedHome.apk. Rename it to Home.apk and push it to your device with adb.
Adb commands:
Code:
adb push Home.apk /sdcard/
adb shell
$su
#mount -o rw,remount -t yaffs2 /dev/block/mtdblock0 /system
#busybox cp -R /sdcard/Home.apk /system/app/
#sync
#reboot
After the restart you should have 9 homescreens
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks,works perfectly.
Now all I need is landscape rotation ...
Cool stuff. What will happen to my existing homescreens and all the widgets and icons on them after doing this? Will they get wiped?
And what about the overall performance? Any "lags" during games with so many homescreens?
Edit: Tried it, but got a message after starting the script.bat, saying that i have no java?! I have Java installed on my system. What should i do?
Montechristo1979 said:
Cool stuff. What will happen to my existing homescreens and all the widgets and icons on them after doing this? Will they get wiped?
And what about the overall performance? Any "lags" during games with so many homescreens?
Edit: Tried it, but got a message after starting the script.bat, saying that i have no java?! I have Java installed on my system. What should i do?
Click to expand...
Click to collapse
For some reason some widgets disappear, the best thing to do is clear data with Titanium backup and design your homescreens again
I didn't noticed any lag at all
Uhm, you might need Android SDK to be installed on your pc.. I could also compile the apk for you
I think i have the SDK on my netbook, but its about 100 km away. If you could compile it, i wouldnt say no
How many screens would you like to have?
I would like to try it with 9
Then you could just download the package from the first post
Oh, hehe, yes, um, i think i missed that one
I have root. Do i have to use adb push, or can i copy/paste the file to my device?
It's probably possible to just copy/paste it, but I prefer using adb
Maybe i did something wrong?! I copied the apk, but i played around with the permissions. After reboot the homescreens were empty, but not 9, just 5. So i checked the permissions of the old home.apk (did a backup before copy). I took the same permissions and did a reboot again. Now the phone boots up, i can unlock it, but there is no homescreen. All i see is the notofication-bar. What can i do?
Edit: I can access my apps and data using my WaveLauncher. I try to set other permissions. Maybe it will work.
Edit2: Ok, i set permissions like every other app within /system/app. Now i can access the homescreen again. Its empty, and i have 5 screens. But when i try to add a widget on my "main" homescreen, it says that there is not enough space. So i think the old widgets are still there, but i cant see/remove them. What can i do?
Montechristo1979 said:
Maybe i did something wrong?! I copied the apk, but i played around with the permissions. After reboot the homescreens were empty, but not 9, just 5. So i checked the permissions of the old home.apk (did a backup before copy). I took the same permissions and did a reboot again. Now the phone boots up, i can unlock it, but there is no homescreen. All i see is the notofication-bar. What can i do?
Edit: I can access my apps and data using my WaveLauncher. I try to set other permissions. Maybe it will work.
Edit2: Ok, i set permissions like every other app within /system/app. Now i can access the homescreen again. Its empty, and i have 5 screens. But when i try to add a widget on my "main" homescreen, it says that there is not enough space. So i think the old widgets are still there, but i cant see/remove them. What can i do?
Click to expand...
Click to collapse
happened to me before, stop the process and clear the data
Didn't work for me, couldn't get it to install, kept getting persmission denied through adb, despite the fact I'm rooted!
Could someone upload a version with 3 homescreens please?
Also, in the res/xml/default_settings_apptray -> could someone change the default sort to az instead of free! This means it should automatically sort it alphabetically and will remember it on restart...a bug in the current build.
Thanks guys
Niall
Works for me now. I did a complete new flash and root and now building up everything from scratch. Feels better now
Nhialor said:
Didn't work for me, couldn't get it to install, kept getting persmission denied through adb, despite the fact I'm rooted!
Could someone upload a version with 3 homescreens please?
Also, in the res/xml/default_settings_apptray -> could someone change the default sort to az instead of free! This means it should automatically sort it alphabetically and will remember it on restart...a bug in the current build.
Thanks guys
Niall
Click to expand...
Click to collapse
Added the one with 3 screens to the first post
No luck on the order thing yet, sorry..
works a charm, thanks man
Works like a champ lo lags on 9 screens.Thanks
xperia play not showing up on adb devices. Why?
do I need root for this or will it push without? I used adb to save the angry birds high score successfully without root but don't know if this will work same way or not. thank you
is it possiable to make an app that will install it for us
This icon has bugged forever... and I finally took care of it...
I couldn't find this for Sensation 4G... so I took from Galaxy SII forum and with a little guidance from XDA member KaneHusky got it done
So if you are on T-Mobile, and rely on wifi calling like I do, and want an ICS syle icon that is always in upper left corner... this is for you
(I am running CM9 RC1)
Before:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
After:
1. Use root explorer to copy wifi calling .apk from system\app to root of sd card
(In CM9 file is: HTC-PYRTM-ICS-4.0.1-2.3-49986-4.3.apk)
2. Mount to PC and use 7-Zip to explore .apk (dont extract or mess with anything, just explore)
3. Explore to the folder: res\drawable-hdpi\
4. make sure icons are saved and renamed accordingly:
blue: "ic_status_notify.png"
green: "status_icon_incall.png"
5. Right-click drag to Copy the two attached icon files into the folder (they will overwrite ugly ass icons)
6. Copy over original .apk in system\app (backup original to be safe)
reboot into recovery, wipe cache, (i also fixed permissions although I don't think it's necessary) then reboot and enjoy the cleaner look
Boom
UPDATE:
Sorry Everyone.... didn't realize the attached images are renamed when inserted into a thread...
which makes my whole post meaningless as they will only overwrite the proper icons if named the same.
the step by step above has been elaborated on to hopefully alleviate this issue.
What weather widget you using. Looks awesome
Sent from my HTC Sensation Z710e using xda app-developers app
Thanks... Beautiful Widgets - Super clock with Vanilla ICS skin and full alpha transparency
i must be doing something wrong , i open apk file in 7zip (open archive) then i copy icon files but when i right click on drawable-hdpi, i doesnt give me option to paste???
Try Ctrl-v when inside the folder
Sent from my Sensation 4G running CM9
The icons attached in the op save as attachment.php
not working for me??? oh well looks nice.
What rom are you using?
cooljoe226 said:
What rom are you using?
Click to expand...
Click to collapse
arhd 1.2
Thanks for sharing.
see my update
derekny said:
not working for me??? oh well looks nice.
Click to expand...
Click to collapse
I didn't realize the file names were changed when linking to dropbox
see update...
screenshots
some images of me trying to do this????
derekny said:
some images of me trying to do this????
Click to expand...
Click to collapse
Open the 'drawable-hdpi' folder in 7Zip so you can see all of the png files.
then right-click drag the new icons into that open folder and you should see this:
worked
much thanks for all the help!
Updated APK
Hello,
Thanks first to Da_Sheezy for making this, I really like the new icons.
In the spirit of making things easier and the implied approval of Da_Sheezy, I am attaching the modified apk, so people don't have to do the whole 7zip thing.
In short, here are the steps:
1. Turn off Wifi in your phone, this is just a precaution.
2. Download the attached file.
3. Save it to root directory of SD card.
4. With Root Explorer, [/B]copy original apk (for backup purposes) anywhere in the SD card, but the root directory.[/B]
5. Now, copy the downloaded file to system/app, it will ask you if you want to replace the file, say yes. You phone will freeze for a couple of seconds and reboot automatically.
6. After rebooting, go back to system/app using Root Explorer and change permissions to rw-r--r--
7. Reboot your phone one more time and you are done.
I hope that this helps some people. I am currently running CM9 RC2 and it is working like a charm.
Thanks again to the OP for this.
cgjjaf said:
Hello,
Thanks first to Da_Sheezy for making this, I really like the new icons.
In the spirit of making things easier and the implied approval of Da_Sheezy, I am attaching the modified apk, so people don't have to do the whole 7zip thing.
In short, here are the steps:
1. Turn off Wifi in your phone, this is just a precaution.
2. Download the attached file.
3. Save it to root directory of SD card.
4. With Root Explorer, [/B]copy original apk (for backup purposes) anywhere in the SD card, but the root directory.[/B]
5. Now, copy the downloaded file to system/app, it will ask you if you want to replace the file, say yes. You phone will freeze for a couple of seconds and reboot automatically.
6. After rebooting, go back to system/app using Root Explorer and change permissions to rw-r--r--
7. Reboot your phone one more time and you are done.
I hope that this helps some people. I am currently running CM9 RC2 and it is working like a charm.
Thanks again to the OP for this.
Click to expand...
Click to collapse
How dare you imply my approval!...
JK... solid work!
I just flashed RC2 myself and had to do this all over again...
and I am glad I kept my upgraded APK...
only had to do what you explained above.
Hello Everyone,
this is not my work, i just tried it on my phone and it does work!
http://forum.xda-developers.com/crossdevice-dev/sony/app-z3-keyboard-t2868406
if you have previous version of the keyboard installed, please make sure to delete app data from settings->apps->xperia keyboard after flashing (or manually installing) it.
the walkman app provided in the same thread doesn't work.
happy typing!
donjamal said:
Hello Everyone,
this is not my work, i just tried it on my phone and it does work!
http://forum.xda-developers.com/crossdevice-dev/sony/app-z3-keyboard-t2868406
if you have previous version of the keyboard installed, please make sure to delete app data from settings->apps->xperia keyboard after flashing (or manually installing) it.
the walkman app provided in the same thread doesn't work.
happy typing!
Click to expand...
Click to collapse
I manually installed it on my Verizon g3 with root explorer,changed permissions, then rebooted, updated the language pack. BOOM! sexy keyboard with no issues!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
It is, fast and pretty
It's a custom (and dumbed down) SwiftKey built using the SDK. Get the free SwiftKey instead.
ninjeratu said:
It's a custom (and dumbed down) SwiftKey built using the SDK. Get the free SwiftKey instead.
Click to expand...
Click to collapse
Yeah, I know but why should I, if I've been using this for ages now and I like the look and the features? And honestly I don't want any more fancier features for a keyboard.
Can you explain step by step how you did it ?
And how did you get the android l statusbar icons?
matdestr said:
Can you explain step by step how you did it ?
And how did you get the android l statusbar icons?
Click to expand...
Click to collapse
Sure, for the icons I downloaded and installed
http://forum.xda-developers.com/lg-g3/themes-apps/mod-gwbt-theme-g3-tweaksbox-themes-t2852754
you must have G3 Tweaksbox installed to use the theme.
To install the keyboard, downloaded the Zip file
http://forum.xda-developers.com/crossdevice-dev/sony-themes-apps/app-z3-keyboard-t2868406
Extract the lib and app folders. Using Root Explorer insert the contents of the lib folder into the /system/lib directory and changed the permissions to rw-r-r- to the file. Do the same for the contents of the app folder and also change the permissions to rw-r-r- to every file. Once completed reboot, it should say "updating" for 1 app. Once you are loaded up open the keyboard settings and download the language pack of your choice. Any questions let me know.
Lazereth said:
Sure, for the icons I downloaded and installed
http://forum.xda-developers.com/lg-g3/themes-apps/mod-gwbt-theme-g3-tweaksbox-themes-t2852754
you must have G3 Tweaksbox installed to use the theme.
To install the keyboard, downloaded the Zip file
http://forum.xda-developers.com/crossdevice-dev/sony-themes-apps/app-z3-keyboard-t2868406
Extract the lib and app folders. Using Root Explorer insert the contents of the lib folder into the /system/lib directory and changed the permissions to rw-r-r- to the file. Do the same for the contents of the app folder and also change the permissions to rw-r-r- to every file. Once completed reboot, it should say "updating" for 1 app. Once you are loaded up open the keyboard settings and download the language pack of your choice. Any questions let me know.
Click to expand...
Click to collapse
Does the Keyboard support other languages? (Arabic?)
and can we still change between the LG Keyboard and this one ?
Yes and yes
Lazereth said:
Sure, for the icons I downloaded and installed
http://forum.xda-developers.com/lg-g3/themes-apps/mod-gwbt-theme-g3-tweaksbox-themes-t2852754
you must have G3 Tweaksbox installed to use the theme.
To install the keyboard, downloaded the Zip file
http://forum.xda-developers.com/crossdevice-dev/sony-themes-apps/app-z3-keyboard-t2868406
Extract the lib and app folders. Using Root Explorer insert the contents of the lib folder into the /system/lib directory and changed the permissions to rw-r-r- to the file. Do the same for the contents of the app folder and also change the permissions to rw-r-r- to every file. Once completed reboot, it should say "updating" for 1 app. Once you are loaded up open the keyboard settings and download the language pack of your choice. Any questions let me know.
Click to expand...
Click to collapse
I wish to flash it too, but can you tell me do the keyboard has Japanese and Chinese built in, or language packs that can be downloaded? Thanks.
Let's get started.
Hello guys. Many of you must've seen the new Google Assistant 2.0 from the Pixel 4 family making a lot of buzz.
Well no need to buy a pixel because you can get it working on your phone running Android 10.
This method has been tested on various phones running PE, Havoc, and Evolution X.
Pre requisite
1. A phone
2. Android 10 (preferably Gapps version)
3. Root
4. A file explorer with root access (I use solid explorer)
5. Little bit of brain and some patience
Steps
1. The first thing to be done is to spoof your device as a pixel 4/4 XL. For this you can use one of the following methods.
A. Manually edit your build.prop file using a file explorer (Like root explorer/ solid explorer etc)
B. Flash Pixel_4_XL_props using magisk (File Attached)
C. Flash the Module MagiskHide_props_config from Magisk repo
Then open Terminal app. Type
Code:
props
followed by selection "1", then "f", then "6" (corresponding to Google), then "23" (corresponding to "Pixel 4 XL")
Then go back to main page of props make selection "2", followed by "s" (device simulation), followed by "a" (Enable all props), followed by "1" (Enable)
Then restart the device.
2. Once the device restarts, try triggering the assistant, it should prompt you to download the additional files for assistant 2.0. If not, just clear the data of Google and try again.
3. Once assistant 2.0 is enabled, you still won't get the beautiful colourful UI like the pixel 4. For that follow the following steps.
4. Using file explorer, navigate to the directory /data/data/com.google.android.googlequicksearchbox/shared_prefs.
5. Replace the file GEL.GSAPrefs.xml with the one attached bellow
6. THIS STEP IS IMPORTANT: Go one step up to /data/data/com.google.android.googlequicksearchbox/ and change the permission of the folder "shared_prefs" The folder not the files in it to 551 (dr-xr-x--x)
7. Force stop the Google App and start it again. It should now be showing the coloured bar UI like Pixel 4.
8. Profit?
NOTE: IF THE ADDITIONAL FILES FAIL TO DOWNLOAD, INSTALL THIS APK
Acknowledgements:
1. @Maxmillis and @t3sl4 for Pixel_props
2. @Didgeridoohan for MagiskHide_props_config
3. Awesome ROM developers
4. Google of course
Screen shots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Video of my phone (OnePlus 7 with Evolution X 4.20) running assistant 2.0
https://www.youtube.com/watch?v=ToE6qO6GQXg
I did all of it, but now "ok, google" is not working. Why?
It works really well on Redmi Note 4/x, Note 5/Pro, Note 6 Pro and Note 7 thanks!
Everything works flawless except "Ok Google" function.
Ok Google is not working in redmi note 5
Assistant is working fine. i'm using you prop but still "OK GOOGLE" is not working . why??
suggest me something
Google search FC'ed
MY Google search always fc when I copy the GEA
L.GEAPrefs to /data/data/com.google.android.googlequicksearchbox/shared_prefs/
Is anyone able to find solution to this error? I have moved the xml file also. No longer on beta version of Google & Play Services. I have Moto G5 Plus (Potter) on PE10 latest update.
dexter1123 said:
Is anyone able to find solution to this error? I have moved the xml file also. No longer on beta version of Google & Play Services. I have Moto G5 Plus (Potter) on PE10 latest update.
Click to expand...
Click to collapse
install this and enjoy
you used my instruction from a telegram. but OK
In Gelgsaprefs edit your email. Currently there is data nishant_713
And this guide doesn't work with all roms 10 Not works with LineageOS and smartphones arm version Only PixelExperience Rom
Is there a way to backup stuff before doing this?
Offline work.
Do you know why this doesn't work offline or a fix so that assistant can work offline.
How to manually edit build prop because when i use magisk module then my ir face unlock stops working and i tried editing build prop on my own and ended up stuck in bootloop so please tell me what to edit and where to edit
The color bar doesn't appear after flashing the magisk module. Anyone fixed this? :>(
I did all the steps on my S8+ and everything working fine but after a while when i open google search it crashes and force closes so i have to clear data and reinstall assistant additional data and so on, then everything good i get the colors, ok google working but then after a while same thing google search crashes.
What seems to be the problem, is there a solution or how can i revert to how it was? For example reverting back what i did with terminal emulator...
Thank you it worked on my redmi note 6 pro but the problem is the ok Google isn't working it say unavailable for this language
Any telegram or discord group where someone would answer questions?
Still trying to figure out why at the moment of install everything works good but then after a lil bit google search starts force closing.
With today update Google app New Google Assistant works on all ROMs with set build.prop to Pixel 4 XL And without copy gelgsaprefs.xml this file is now much bigger with all function activated
Why so complicated? Just use the nga.xml sysconfig in /product/etc/sysconfig... Would be pretty easy to make another Module for that...
Nevermind, Just saw the glowing UI...
edyny1 said:
Any telegram or discord group where someone would answer questions?
Still trying to figure out why at the moment of install everything works good but then after a lil bit google search starts force closing.
Click to expand...
Click to collapse
just delete all data of the Google app and this will reset that XML file to the original state. Do not paste the attached file again. And you'll see everything working properly
---------- Post added at 02:25 PM ---------- Previous post was at 02:24 PM ----------
edyny1 said:
I did all the steps on my S8+ and everything working fine but after a while when i open google search it crashes and force closes so i have to clear data and reinstall assistant additional data and so on, then everything good i get the colors, ok google working but then after a while same thing google search crashes.
What seems to be the problem, is there a solution or how can i revert to how it was? For example reverting back what i did with terminal emulator...
Click to expand...
Click to collapse
Delete all data of the Google app to reset the XML file to the original state. And then everything should be working properly.
I have ran into a problem, using my Pixel 6 pro this morning. When I drop off an order at the customers location. Most drop off's prompted you to take a picture. When I went to take the picture, I got a toast that read "No Camera app on device". I took a picture with the default camera, and then tried using the second option, of uploading a picture to the Dasher app. That didn't work either.
After posting on the doordash reddit. It seems to be a problem with Pixel devices, and the Dasher app.
My pixel 4XL never updated the dasher app. So I backed up the app. And I'm trying to sideload it onto my Pixel 6 Pro. But I can't find, or figure out how to Enable Unknown Sources on Android 12.
I'm having the same issue on my Pixel 6! It's frustrating
Google_is_the_Higgs_Boson said:
I have ran into a problem, using my Pixel 6 pro this morning. When I drop off an order at the customers location. Most drop off's prompted you to take a picture. When I went to take the picture, I got a toast that read "No Camera app on device". I took a picture with the default camera, and then tried using the second option, of uploading a picture to the Dasher app. That didn't work either.
After posting on the doordash reddit. It seems to be a problem with Pixel devices, and the Dasher app.
My pixel 4XL never updated the dasher app. So I backed up the app. And I'm trying to sideload it onto my Pixel 6 Pro. But I can't find, or figure out how to Enable Unknown Sources on Android 12.
Click to expand...
Click to collapse
Nickdroid86 said:
I'm having the same issue on my Pixel 6! It's frustrating
Click to expand...
Click to collapse
This is for Pixel 5, but its for android 12 so should be roughly the same.
Or, if the device is rooted you could try just using adb push commands to push the app directly to your system/app or data/app folder.
Or even try putting the app in your internal storage somewhere then open your file manager on your device and navigate to the folder where you stored the app and install it from there, it should give you pop up prompts to enable the proper permissions, just follow the prompts until it let's you install the apk.
Droidriven said:
This is for Pixel 5, but its for android 12 so should be roughly the same.
Or, if the device is rooted you could try just using adb push commands to push the app directly to your system/app or data/app folder.
Or even try putting the app in your internal storage somewhere then open your file manager on your device and navigate to the folder where you stored the app and install it from there, it should give you pop up prompts to enable the proper permissions, just follow the prompts until it let's you install the apk.
Click to expand...
Click to collapse
I can't seem to get any thing to sideload on my Pixel 6 Pro. Can't seem to get anything to sideload even on my wifes Pixel 6 Pro. I backed up a few other apps, to make sure it wasn't something wrong with the dasher app itself. Can't sideload any apk files.
This is what I get, when I try to sideload it from Google drive.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Droidriven said:
This is for Pixel 5, but its for android 12 so should be roughly the same.
Or, if the device is rooted you could try just using adb push commands to push the app directly to your system/app or data/app folder.
Or even try putting the app in your internal storage somewhere then open your file manager on your device and navigate to the folder where you stored the app and install it from there, it should give you pop up prompts to enable the proper permissions, just follow the prompts until it let's you install the apk.
Click to expand...
Click to collapse
When I try to sideload it from the files app, from my internal storage.
At the bottom, it looks like it's loading, to install. But after hitting install, the toast pops up saying the app didn't install...
Google_is_the_Higgs_Boson said:
At the bottom, it looks like it's loading, to install. But after hitting install, the toast pops up saying the app didn't install...
View attachment 5451591
Click to expand...
Click to collapse
Maybe you have some conflicting data left over from an update or leftovers from deleting the app before trying to reinstall it or just a bug. In this case, booting into recovery and choosing the option to "wipe cache partition"(DO NOT CHOOSE FACTORY RESET) could potentially help solve this issue. Or, if you already have the app installed and you are trying to reinstall the app over the existing app, you can go to system settings>apps then find and select the app on the list then on its app info screen select storage then choose the option to wipe cache for that specific app, then power off and reboot the device then try to reinstall the app.