Get three button nav back, hack. - Xiaomi Mi A3 Guides, News, & Discussion

Warning!: This will uninstall the default launcher! You're on your own if you want to get it back!
You'll need to install a third party launcher BEFORE you do this.
So I searched for a way to get three button navigation back since you can not enable it through gestures in system settings. Idea is from this page: disable android pie gestures google pixel 3
But instead of: pm uninstall -k --user 0 com.google.android.apps.nexuslauncher
You do this: pm uninstall -k --user 0 com.android.launcher3
The rest of the instructions are the same.
{
"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"
}

This change my whole experience using the phone, thank you !!

If there's anyone with experience in APK compilation (especially with overlays), it should be possible to add missing toggle into settings with a very simple overlay.apk (similar to AOD enabler). I can't compile it with Android Studio for some reason
Code:
[B][U]bools.xml[/U][/B]
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="config_swipe_up_gesture_default">false</bool>
<bool name="config_swipe_up_gesture_setting_available">true</bool>
</resources>
[B][U]public.xml[/U][/B]
<?xml version="1.0" encoding="utf-8"?>
<resources>
<public type="bool" name="config_swipe_up_gesture_default" id="2130837531" />
<public type="bool" name="config_swipe_up_gesture_setting_available" id="2130837532" />
</resources>
IDs in public.xml might be different, I found them in one APK from 4pda forum (it's for the same purpose, but it contains quite a lot of other possibly unrelated changes).

really really thanks ,,, wondering Re-arrange the nav buttons (back button on right side)

TiagOverminD said:
really really thanks ,,, wondering Re-arrange the nav buttons (back button on right side)
Click to expand...
Click to collapse
This app can do it easily https://play.google.com/store/apps/details?id=xyz.paphonb.systemuituner
Or you can play with ADB as described here https://www.xda-developers.com/how-...icons-or-re-arrange-the-buttons-without-root/

How to return back to stock

vishwadeepmanu said:
How to return back to stock
Click to expand...
Click to collapse
i think you have to re-install Quickstep launcher as described here for Pixel: https://www.xda-developers.com/disable-android-pie-gestures-google-pixel-3/

Tried that and works well, but recent apps list becomes vertical, is there a way to keep it sideways like stock?

airon11 said:
Tried that and works well, but recent apps list becomes vertical, is there a way to keep it sideways like stock?
Click to expand...
Click to collapse
I wonder the same.

Not really possible with this approach - new recents menu is provided by launcher3, so if you uninstall it, system must revert to old recents defined in systemUI.

If you have Magisk installed, you can use a magisk module called Pix3lify, it makes your phone look more like Pixel and also enables option to go back to three button nav

zenkhas said:
If you have Magisk installed, you can use a magisk module called Pix3lify, it makes your phone look more like Pixel and also enables option to go back to three button nav
Click to expand...
Click to collapse
Thank you very much....I am not interested in all other features but I might take a look at the module to see ifni find a way to only enable that feature in menu...

Awsome, if you want to return to normal, just reinstall quickstep, so make a backup of it becote doing it!

If anyone needs to go back to stock launcher and don't have the apk, i found one here
https://www.apkmirror.com/apk/xiaom...2-9-release/launcher3-9-android-apk-download/
Can't guarantee if this is the original one or if it's safe. After installing it, I had to reboot before it worked properly.

though I'm okay with the gestures, I feel more at home with the nav bar and the usual functions lol

Hello,
I have done this "hack" from the OP and when updated to Android 10 the recent button stopped working.
Does anyone know where can I find the Quickstep for MI A3 from Android 10 rom?
I would very much appreciate if someone shared a link to the apk or uploads it here.
Thank you very much.
Aleksandar

I am with Build Number: qssi-user 10 QKQ1.190910.002 V11.0.8.0.QFQEUXM
And both of the launcher3 apk files do not work for me. They crash when selected for default app. I actually just need the "recent apps button" working again, I hate the launcher3, but I do not know how to make it happen.

Related

[THEME] Clean TW Lockscreen Mod

Hi everyone!
I didn't like the animated arrows on Samsung's lockscreen, but couldn't find a mod for it here.
So I tweaked it a bit to remove the text and the arrows Here's a preview:
{
"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"
}
Includes my battery icons as a bonus
XWJPA
XWJPA (with multi-locale support)
XXJPO (with multi-locale support)
How-to:
1. Decompile framework-res.apk, navigate to \res\values\
2. do a search for strings.xml files in explorer
3. Drag and drop all the files from the search results into Notepad++
4. Find using REG expressions:
zzz_glass_lock_help_text_2.*
replace with:
zzz_glass_lock_help_text_2"> </string>
(Tip: use the "replace in all open documents" button)
5. Save all files
6. Compile apk as usual
Nice m8. Works great.
Edit: Noticed that I still have the text for swiping the screen. Did you remove only english text because mine is in finnish?
What is the name of the file you have edited to remove the wordings?
Nice
Can you also make this for JPM please?
pekkala89 said:
Nice m8. Works great.
Edit: Noticed that I still have the text for swiping the screen. Did you remove only english text because mine is in finnish?
Click to expand...
Click to collapse
Thanks for the note, here's a fixed version with support for other languages. Let me know if it works.
XWJPA Lockscreen mod with multi locale support
CQDOTCOM said:
What is the name of the file you have edited to remove the wordings?
Click to expand...
Click to collapse
For English, it's under res\values\strings.xml
Do a search in the file for zzz_glass_lock_help_text_2
You can also find other strings.xml files for various languages in other values folders (e.g. values-es)
Is it possible to get this for JM1? I would absolutely love this D:
Using your JPO Version but changed battery icon (Version E from repository)
For anyone interested..
Updateable through CWM (rename to update.zip or use install from zip option).
thank you great work!
Does it need deodexed ROM?
Sent from my GT-I9000 using Tapatalk
@Cy4n1d3 Can I use this with JPA?
xAmandilx said:
@Cy4n1d3 Can I use this with JPA?
Click to expand...
Click to collapse
As JPO and JPA seem to be mostly different in localization I would take a wild guess and say yes.
You better prepare an update.zip with your vanilla framework though better safe than sorry.
Does this work on stock ughjh2?
fluidd said:
Does this work on stock ughjh2?
Click to expand...
Click to collapse
Not at the moment, I'm waiting for the official Froyo builds to be released before making mods for them. Right now seems many are suffering from ORD (me included )
Also looking into how the pngs can be added to apks to save some work
This is exactlly what i was looking for...but now ive had it for a few days and reading other mods is there any chance you could make the extended power menu for this aswell? then it will truely be perfection...
tragusman said:
This is exactlly what i was looking for...but now ive had it for a few days and reading other mods is there any chance you could make the extended power menu for this aswell? then it will truely be perfection...
Click to expand...
Click to collapse
I agree.. i love the look of this theme..
If it included the ext. power menu.. I would use it forever.. lol
Maybe this is something that can be done by me if someone tells me how?
Also i am a noob with this stuff.. i have no idea how to install this even with instructions in thread.. So i would like to make this into a cwm flashable zip.. with the power menu added. If it's easy maybe someone could tell me how or just cook it up for me?
Damn I love that clock.
I wish there was a widget with that clock on the market,
looks very elegant
brendonsled said:
Damn I love that clock.
I wish there was a widget with that clock on the market,
looks very elegant
Click to expand...
Click to collapse
You and me both
cant find res\[email protected]
any chance to receive quick tutorial how to do this mode?
plus, does anyone know how to change the unlock limits? i feel like i need to scroll way more then i like in order to unlock the screen.

[Q] Create theme for GO Launcher Ex

I was woundering if someone could give me a guide on how to create a new theme or change the one I already has?
Im currently using Go Launcher Ex, but if you know of another launcher I can use, where I can create my own theme, please let me know!
I've seen a lot of themes for ADW so I assume they arent hard to make/there is something out there to make them easy to create (I don't know)
As for Go Launcher, I think it's the best thing out there and I have no interest of switching from it. While I don't know how to make a "Theme", I have managed to thoroughly customize my phone via the features provided with the launcher.
You can see some of my screen shots in this post I made earlier:
http://forum.xda-developers.com/showpost.php?p=11850977&postcount=9
If this helps you at all please hit Thanks
Hi Jankus!
Jankus said:
I was woundering if someone could give me a guide on how to create a new theme ...?
Click to expand...
Click to collapse
See: golauncher.goforandroid.com/2011/03/18/go-launcher-theme-template-v1-2/
(sorry I am not allowed to post outgoing links yet) just published two weeks after your post.
Gunther
Netsurfer24 said:
Hi Jankus!
See: golauncher.goforandroid.com/2011/03/18/go-launcher-theme-template-v1-2/
(sorry I am not allowed to post outgoing links yet) just published two weeks after your post.
Gunther
Click to expand...
Click to collapse
doesnt look like a guide..
Edith in the .zip file from gunther is an pdf with an guide
Netsurfer24 said:
Hi Jankus!
See: golauncher.goforandroid.com/2011/03/18/go-launcher-theme-template-v1-2/
(sorry I am not allowed to post outgoing links yet) just published two weeks after your post.
Gunther
Click to expand...
Click to collapse
MultiEMV said:
Edith in the .zip file from gunther is an pdf with an guide
Click to expand...
Click to collapse
Thanks guys, totally awesome
Really glad someone posted this.
this is amazing..
now i can make some themes for go launcher ex
Please talk to us new theme - it will boost Ex Launcher
More themes gives there: https://market.android.com/developer?pub=ZT+Art
Since today i become the following failure:
"Enter Passphrase for keystore:"
... what can i do?
I wanna auto change Icon and found the appfilter.xml where this defined like this example:
<!-- Yahoo Messenger -->
<item component="ComponentInfo{com.yahoo.mobile.client.android.im/com.yahoo.mobile.client.android.im.YahooMessenger}"
drawable="yahoomessenger" />
Q: How can i find out these paths for other apps?
Somebody can help me?
rizle said:
I wanna auto change Icon and found the appfilter.xml where this defined like this example:
<!-- Yahoo Messenger -->
<item component="ComponentInfo{com.yahoo.mobile.client.android.im/com.yahoo.mobile.client.android.im.YahooMessenger}"
drawable="yahoomessenger" />
Q: How can i find out these paths for other apps?
Click to expand...
Click to collapse
I am interested too! ;-)
rizle said:
<!-- Yahoo Messenger -->
<item component="ComponentInfo{com.yahoo.mobile.client.android.im/com.yahoo.mobile.client.android.im.YahooMessenger}"
drawable="yahoomessenger" />
Q: How can i find out these paths for other apps?
Click to expand...
Click to collapse
It's not its purpose, but Link2sd is showing the paths/names of the installed .apk and it's usually a string looking like that one (I don't use yahoo, can't check)
either, if you can ls /data/app, it should give you the list of your installed apps with the com.[...].apk name:
Code:
com.buak.Link2SD-2.apk
com.gau.go.launcherex-2.apk
com.gau.golauncherex.notification-2.apk
com.mediawoz.goweather-1.apk
org.connectbot-1.apk
...
But i'm not sure that's the string you need.
Edit: golauncher.goforandroid.com/2011/04/14/theme-maker-is-coming-soon/
rizle said:
I wanna auto change Icon and found the appfilter.xml where this defined like this example:
<!-- Yahoo Messenger -->
<item component="ComponentInfo{com.yahoo.mobile.client.android.im/com.yahoo.mobile.client.android.im.YahooMessenger}"
drawable="yahoomessenger" />
Q: How can i find out these paths for other apps?
Click to expand...
Click to collapse
its easy.. to know the componentinfo
install the android sdk
run the ddms.bat
than select the device
create a filter its easer with the name "ActivityManager"
than run the app
and see it on the pc scren
has you can see is on cmp=
{
"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"
}
Go Dev team have released Go themes factory beta. Get it here.
found this great site data base
http://activities.droidicon.com/
the the all activity names and the ComponentInfo
Doktaphex said:
Go Dev team have released Go themes factory beta. Get it here.
Click to expand...
Click to collapse
its still have bug...
cannot using your own icon or wallpaper, confirm button not function for change it..
all links are bad. please update.
Doktaphex said:
Go Dev team have released Go themes factory beta. Get it here.
Click to expand...
Click to collapse
I would like to learn how to theme to. The link above worked but the download from that page is a JNLP file, when you open JNLP file it pop ups with certificate problems. Not sure if you can even upload to market with that. I read a few posts that tells you what files to theme but nothing that tells you how to actually put color into it. I'm new to all this & really want to learn how to theme for Go launcher & Dev LWP. If anyone could post some help or links to TUTS it would be greatly appreciated. Thanks

Android L style recent apps for nokia X/XL

Every device is getting lollipop these days but our x and xl's dont even have a decent kitkat rom.
The most we've done to our popular 4.1.2 roms is theme it like lollipop using launchers apps xposed and stuff.
One of the best things new in the new android 5.0 is the stylish recent apps panel. I did a lot of googling and here im going to teach how to install 5.0 recent apps panel in any custom rom and even stock rom.
Prerequisites:
1- Fancy app switcher
(Im too lazy to post a link so go to play store type the app name and download the app at top of the list)
2- Xposed module.(ya'll know how to install it)
3- gravitybox(found im the download section of xposed app)
Now lets begin.
1 - install the fancy switcher app.
2- install xposed. (If you dont know how to do this step shame on you. [emoji14] )
3- now install gravitybox and activate it in xpose module.
4- open gravitybox go to navigation key actions.
5- now in the back key long press action(as we dont have a recent apps key) select fancy app switcher as default app.
6- now long press the back key and bam.......
( if you are using a nav bar select the function of recent key as fancy app switcher)
Credits to jeremy kabiche for creating such an awesome app and me myself for wasting almost half and hour googling and writing this tutorial.
{
"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 a lot.
it was great..thanks a lot..but you know what...when we kill an app using fancy app switcher..it doesn't kill really...i checked it with UDN lite...though good app for switching.
krayG said:
Every device is getting lollipop these days but our x and xl's dont even have a decent kitkat rom.
The most we've done to our popular 4.1.2 roms is theme it like lollipop using launchers apps xposed and stuff.
One of the best things new in the new android 5.0 is the stylish recent apps panel. I did a lot of googling and here im going to teach how to install 5.0 recent apps panel in any custom rom and even stock rom.
Prerequisites:
1- Fancy app switcher
(Im too lazy to post a link so go to play store type the app name and download the app at top of the list)
2- Xposed module.(ya'll know how to install it)
3- gravitybox(found im the download section of xposed app)
Now lets begin.
1 - install the fancy switcher app.
2- install xposed. (If you dont know how to do this step shame on you. [emoji14] )
3- now install gravitybox and activate it in xpose module.
4- open gravitybox go to navigation key actions.
5- now in the back key long press action(as we dont have a recent apps key) select fancy app switcher as default app.
6- now long press the back key and bam.......
( if you are using a nav bar select the function of recent key as fancy app switcher)
Credits to jeremy kabiche for creating such an awesome app and me myself for wasting almost half and hour googling and writing this tutorial.
Click to expand...
Click to collapse

Post your setup of apps/tweaks

I don't see a thread like this in here like other devices usually do, so let's share our setups. If you're running xposed list what you're using and what it does! Should be good info to get things away from the stock ugly ui.
My xposed list is as follows:
Audio privacy - for removing album art on lockscreen
Clean lockscreen - removes user icon, emergency call button,letters and backspqce from pin lock
Enable notification ticker on lollipop - self explanatory
Gravity box LP - long press back to kill, media controls, hide am/PM
Hide carrier label v2 - removes carrier label from lockscreen
Hide emergency button - clean lockscreen leaves the space clickable, this stops that
Lockscreen widgets LP - self explanatory, very needed!
Lockscreen Disabler - disables pin lock so I can unlock with fingerprint or swipe, relocks pin after idle
Reboot without su - enable xposed reboot
Return my enter key - replaces smiley on hangouts with enter key
Snapprefs - if you don't know what this is you've never rooted before
Spotify skip - unlimited skips, track seeking, peek, everything you want
Xperia camera enhancements - unbind album app to quickpic
Xperia/aosp navbar buttons - use this for menu key and shrinking navbar styling
Xperia xposed LP - power menu theming!
Xstana - status bar theming
YouTube ad away - essential
YouTube background playback - listen to playlists with screen off
A lot of those are to get features back that lollipop took away, which hasn't been easy to do. I am also using nova prime, Materis icon pack, lollipop minimal theme, team battery bar, and Modded Google keyboard with emojione emojis. A few system tweaks I'm using are the sound boost mod, torch LED upgrade, and a really nice hosts file. And in the spirit of theming I run Google maps 6.9.0, eBay 3.0.0.19, and quickpic 4.5.2 because their redesigned apps all have sucked.
I'm curious to see what else y'all have tried as I'm still not happy with a few things and not being able to change them. Hopefully we can get cyanogenmod to the z5c soon.
{
"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"
}
Waiiiiiiit, which firmware version are you running, and which xposed version ?
omnomnomkimiiee said:
Waiiiiiiit, which firmware version are you running, and which xposed version ?
Click to expand...
Click to collapse
I'm on .200 with zombie kernal and v80 xposed. I forgot who helped me on here but I couldn't get xposed to work on this phone for weeks. The only combination that's works to my knowledge is zombie kernel (doesn't support twrp so you have to hot boot it to use it..) Wipe dalvic and cache, flash xposed, reboot and it'll compile all 600+ apps. This is where mine kept messing up the phone kepg overheating and shutting off at around 190 degrees. It took a few tries to get it not to crash and all has been good so far. You can't wipe dalvic again without going into boot loop, keep the uninstall zip handy and just redo the framework if you ever need to.
Goddamn it, I've tried everything except trying another kernel. Thanks for the info!
Error 404
omnomnomkimiiee said:
Goddamn it, I've tried everything except trying another kernel. Thanks for the info!
Error 404
Click to expand...
Click to collapse
Yup, When I first tried zombie I couldn't get into twrp and dismissed the kernel entirely until I was told to use it lol

Need help creating a flashable .zip

I want to achieve the following two tasks by flashing a .zip file in recovery:
1. Open the following file:
Code:
/system/etc/permissions/handheld_core_hardware.xml​
Add in the following lines right before the </permissions> closing tag at the end:
Code:
<feature name="android.software.vr.mode" />
<feature name="android.hardware.vr.high_performance" />
2. Open
Code:
/system/build.prop
Add this line:
Code:
ro.product.device=sailfish
So how can I do it?
Lownita said:
I want to achieve the following two tasks by flashing a .zip file in recovery:
1. Open the following file:
Code:
/system/etc/permissions/handheld_core_hardware.xml​
Add in the following lines right before the </permissions> closing tag at the end:
Code:
<feature name="android.software.vr.mode" />
<feature name="android.hardware.vr.high_performance" />
2. Open
Code:
/system/build.prop
Add this line:
Code:
ro.product.device=sailfish
So how can I do it?
Click to expand...
Click to collapse
Find an existing zip so you can see the structure of the file. SuperSU would be good so it uses a shell script rather than the Android mess.
You can use the sed built in to busy box to do the rest. Just call it from your shell script.
Sent from my ONEPLUS A3000 using Tapatalk
Lownita said:
2. Open
Code:
/system/build.prop
Add this line:
Code:
ro.product.device=sailfish
Click to expand...
Click to collapse
You do not need to spoof it as a Pixel for Daydream. Just the additions to /etc/permissions will work.
SpasilliumNexus said:
You do not need to spoof it as a Pixel for Daydream. Just the additions to /etc/permissions will work.
Click to expand...
Click to collapse
Hey man, thanks for answering!!!!! I already checked your magisk module for OP3T as I was thinking about using it with my current RR rom!! Spoofing as Pixel because I read that it is important for some apps to work: https://www.reddit.com/r/oneplus/comments/5spgpb/how_to_make_your_op3t_daydream_capable_requires/
Lownita said:
Hey man, thanks for answering!!!!! I already checked your magisk module for OP3T as I was thinking about using it with my current RR rom!! Spoofing as Pixel because I read that it is important for some apps to work: https://www.reddit.com/r/oneplus/comments/5spgpb/how_to_make_your_op3t_daydream_capable_requires/
Click to expand...
Click to collapse
Nope, I've tested it on OxygenOS, RR, and LineageOS (currently running), and it's not needed at all
Also, having interest in creating a flashable zip which inserts those lines you wanted in OP as I did not want to keep adding them manually when I do a ROM update, I've did a bit of research and figured how to do it:
This one searches for the word "mode" and inserts
Code:
<feature name="android.software.vr.mode" />
below in /system/etc/permissions/handheld_core_hardware.xml
Code:
sed -i -r 's/(.*mode.*)/\1\n <feature name="android.software.vr.mode" \/>/g' /system/etc/permissions/handheld_core_hardware.xml
This one searches for the word "high_performance" and inserts
Code:
<feature name="android.hardware.vr.high_performance" />
below in /system/etc/permissions/handheld_core_hardware.xml
Code:
sed -i -r 's/(.*high_performance.*)/\1\n <feature name="android.hardware.vr.high_performance" \/>/g' /system/etc/permissions/handheld_core_hardware.xml
As those words are the only ones in that XML, it made the process pretty easy. I'm still new to using sed, so maybe someone will come up (hopefully) with an even better solution. I haven't created a flashable zip yet as I'm not home, but tested these commands in TWRP and they run perfectly.
Credits to John WH Smith on Stack Exchange for the solution: http://unix.stackexchange.com/quest...-a-new-line-after-the-test-message1-using-sed
And jherran for the replace: http://unix.stackexchange.com/quest...tribute-to-existing-xml-file-using-sed-or-awk
Flashable ZIP attached.
EDIT: Screenshot.
{
"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"
}
Spoofing it as another device will make the Daydream apps available if you do these edits on a device that is already set up and synced with your Google account
If you do the XML edits on a clean install BEFORE booting to Android, no spoofing is needed in build.prop.
SpasilliumNexus said:
Flashable ZIP attached.
Click to expand...
Click to collapse
Thanks a lot! I just tested without sailfish spoofing in buildprop and the app called "Within" didn't work properly. After I added the line back, it worked again!

Categories

Resources