I noticed the sprint HTC one has the downloads app on it but it's not accessible. What do I do?
What do you mean by not accessible? It runs on my phone but is empty. I've never used it so I don't even know where it's looking for downloaded apps or even what it considers to be a downloaded app.
~ Sent from my HTC One running ViperROM One using Tapatalk 4 beta
NachoB said:
What do you mean by not accessible? It runs on my phone but is empty. I've never used it so I don't even know where it's looking for downloaded apps or even what it considers to be a downloaded app.
~ Sent from my HTC One running ViperROM One using Tapatalk 4 beta
Click to expand...
Click to collapse
in the app drawer if you pull down from the top you should see it says custom. Click on the word custom and you should be able to choose alphabetical. For some reason the app drawer comes defaulted that way
wranglerray said:
in the app drawer if you pull down from the top you should see it says custom. Click on the word custom and you should be able to choose alphabetical. For some reason the app drawer comes defaulted that way
Click to expand...
Click to collapse
Did you mean to quote me? If so, I'm not using Sense5 as my launcher, I use ssLauncher. The original poster is the one with problem
~ Sent from my HTC One running ViperROM One using Tapatalk 4 beta
I was still in a whiskey induced coma this morning. So no I didn't mean to quote you lol
haha. know what you mean. I get in trouble with the wife if she catches me.
~ Sent from my HTC One running ViperROM One using Tapatalk 4 beta
Yep, shows up in alpha list for me.
Sent from my HTCONE using xda app-developers app
Missing Downloads App
Can someone direct me on how to get the Downloads app to show in the drawer? I see it under settings>apps>all.. I've checked to make sure it wasn't hidden, and its not even showing up on there.. All responses are appreciated, thanks!
devindjs411 said:
Can someone direct me on how to get the Downloads app to show in the drawer? I see it under settings>apps>all.. I've checked to make sure it wasn't hidden, and its not even showing up on there.. All responses are appreciated, thanks!
Click to expand...
Click to collapse
it's hidden by default....I believe there is an app that will unhide, but I don't recall the name
when building a ROM I unhide by removing the code @ \system\customize\MNS\default.xml
Code:
<function name="applications_hide">
<set name="plenty" max="7">
<item name="package">com.twitter.android</item>
<item name="class">com.twitter.android.StartActivity</item>
<item name="flags">1</item>
</set>
<set name="plenty" max="7">
<item name="package">com.infraware.docmaster</item>
<item name="class">com.htc.FilePicker.FilePickerPolarisOffice</item>
</set>
<set name="plenty" max="7">
<item name="package">com.htc.Weather</item>
<item name="class">com.htc.Weather.WeatherActivity</item>
</set>
<set name="plenty" max="7">
<item name="package">com.lmi.htc.rescuestart</item>
<item name="class">com.lmi.htc.rescuestart.RescueStart</item>
</set>
[B] <set name="plenty" max="7">
<item name="package">com.android.providers.downloads.ui</item>
<item name="class">com.android.providers.downloads.ui.DownloadList</item>
</set>[/B]
</function>
For those of you who have the Downloads app available, did you install the Sprint Default Configuration?
For those of you who don't have the Downloads app available, did you install the Sprint Default Configuration?
O.M.J said:
it's hidden by default....I believe there is an app that will unhide, but I don't recall the name
when building a ROM I unhide by removing the code @ \system\customize\MNS\default.xml
Code:
<function name="applications_hide">
<set name="plenty" max="7">
<item name="package">com.twitter.android</item>
<item name="class">com.twitter.android.StartActivity</item>
<item name="flags">1</item>
</set>
<set name="plenty" max="7">
<item name="package">com.infraware.docmaster</item>
<item name="class">com.htc.FilePicker.FilePickerPolarisOffice</item>
</set>
<set name="plenty" max="7">
<item name="package">com.htc.Weather</item>
<item name="class">com.htc.Weather.WeatherActivity</item>
</set>
<set name="plenty" max="7">
<item name="package">com.lmi.htc.rescuestart</item>
<item name="class">com.lmi.htc.rescuestart.RescueStart</item>
</set>
[B] <set name="plenty" max="7">
<item name="package">com.android.providers.downloads.ui</item>
<item name="class">com.android.providers.downloads.ui.DownloadList</item>
</set>[/B]
</function>
Click to expand...
Click to collapse
its showing up fine in my app drawer just by selecting alphabetical instead of custom
msimindlessmsi2 said:
Yep, shows up in alpha list for me.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
wranglerray said:
its showing up fine in my app drawer just by selecting alphabetical instead of custom
Click to expand...
Click to collapse
Did both of you accept the installation of Sprint's Default Configuration?
DiZzyBonne said:
Did both of you accept the installation of Sprint's Default Configuration?
Click to expand...
Click to collapse
are you referring to the setup up when it asks you if you want to start from scratch or import from another phone?
No, I mean sometimes a little popup will appear on the phone saying something along the lines of "Sprint Default Configuration."
http://forum.xda-developers.com/showthread.php?t=2243322
DiZzyBonne said:
No, I mean sometimes a little popup will appear on the phone saying something along the lines of "Sprint Default Configuration."
http://forum.xda-developers.com/showthread.php?t=2243322
Click to expand...
Click to collapse
no the joys of being rooted is getting rid of the sprint bloat ware..... I've deleted all the sprint stuff off my roms before I flash them
Hmm, I guess that debunks my theory that the Downloads app only shows if you accept it.
DiZzyBonne said:
Hmm, I guess that debunks my theory that the Downloads app only shows if you accept it.
Click to expand...
Click to collapse
I downloaded the Sprint configuration so it would stop popping up. I downloaded something the other day and I notice I don't have the Downloads app. I'm not sure if it was there before I installed the configuration. As a work around I installed ES File Manager to access my downloads folder.
Related
Hi guys, if you've tried making your own theme for the theme chooser from scratch, you'll know how ridiculously annoying it is to add every image to the concerned xml file. Well I got fed up with it and wrote a command line tool to generate the xml for you.
To use it, you put all the images that you want to add in a folder, and then run the following command (you need the Java runtime environment for your operating system) (note that your images can begin with "frameworks_res_" or other package names - the program will automatically detect most of the common package names and you can specify your own as shown below)
Code:
$java -jar XMLGenerator.jar [package_name_1] [package_name_2] [package_name_3] [etc] [/path/to/input/folder] [outputfile]
For a more detailed guide about how to set up java and use this program, see this.
Suppose you have a folder "myDir" with 3 images: com_nhnt11_image1.png, com_nhnt22_image2.png, and frameworks_res_image3.png.
Then run
Code:
$java -jar XMLGenerator.jar com_nhnt11 com_nhnt22 myDir output.xml
The output of the program would be a file "output.xml" containing this:
Code:
<item name="drawable/image1">@drawable/com_nhnt11_image1</item>
<item name="drawable/image2">@drawable/com_nhnt22_image2</item>
<item name="drawable/image3">@drawable/frameworks_res_image3</item>
Then you can copy and paste this to whichever XML you need.
Enjoy!
Here is a list of package names that are automatically detected
This is very helpful !!
Sent from my Optimus 2X
Much much love for this! Thanks man!
This will save me a lot of time..Thank you
Awesome, thanks.
thanks man!
I've been searching and I have the java sdk installed but is there a web page someone can point me to that can help me in what I need to run that command on windows?
tia
MrDSL said:
I've been searching and I have the java sdk installed but is there a web page someone can point me to that can help me in what I need to run that command on windows?
tia
Click to expand...
Click to collapse
Command prompt...
Sent from my Blade using XDA App
hehe i did actually figure that..i must have something wrong cause even after installing java sdk when i enter that command it errors out..ill look some more..
MrDSL said:
hehe i did actually figure that..i must have something wrong cause even after installing java sdk when i enter that command it errors out..ill look some more..
Click to expand...
Click to collapse
You probably havent set your path properly, look up stuff about putting Java in your path (environment variables)
Sent from my Blade using XDA App
This fixed me up, Might want to add to OP in case someone else has the issue! http://www.java.com/en/download/help/path.xml
I got it to work but had to change the command to:
java -jar XMLGenerator.jar drawable-hdpi/ Browser.xml
Click to expand...
Click to collapse
What it created:
<item name="drawable/com_android_browser_app_web_browser_sm">@drawable/com_android_browser_app_web_browser_sm</item>
<item name="drawable/com_android_browser_arcs">@drawable/com_android_browser_arcs</item>
<item name="drawable/com_android_browser_browser_thumbnail">@drawable/com_android_browser_browser_thumbnail</item>
<item name="drawable/com_android_browser_btn_close_window">@drawable/com_android_browser_btn_close_window</item>
<item name="drawable/com_android_browser_dialog_divider_horizontal_light">@drawable/com_android_browser_dialog_divider_horizontal_light</item>
<item name="drawable/com_android_browser_fav_icn_background">@drawable/com_android_browser_fav_icn_background</item>
Click to expand...
Click to collapse
I'm runnign Windows 7
You can use .txt for the output file too! Your choice!!!!
This is great Thanks again!!!!
djdarkknight96 said:
I got it to work but had to change the command to:
What it created:
I'm runnign Windows 7
You can use .txt for the output file too! Your choice!!!!
This is great Thanks again!!!!
Click to expand...
Click to collapse
Hmm, I should really add a feature to omit the com_android_browser part in the item name... I'll think about how best to implement it and update.
Sent from my Blade using XDA App
nhnt11 said:
Hmm, I should really add a feature to omit the com_android_browser part in the item name... I'll think about how best to implement it and update.
Sent from my Blade using XDA App
Click to expand...
Click to collapse
AH, I didn't even notice that:
Template:
<item name="drawable/btn_default_pressed">@drawable/frameworks_res_btn_default_pressed</item>
Click to expand...
Click to collapse
Script:
<item name="drawable/frameworks_res_btn_default_pressed">@drawable/frameworks_res_btn_default_pressed</item>
Click to expand...
Click to collapse
I guess it won't work till you fix it? well I rather hit Find "frameworks_res_" and press delete then type and copy paste!!!! Still better!!! Thanks for making life easier!!!
I have an Idea, can you have it use the original folder from the app before we rename it on the
<item name="drawable/frameworks_res_btn_check_on_disable_focused">
Click to expand...
Click to collapse
area anad then the folder with the files renamed for the
@drawable/frameworks_res_btn_default_pressed</item>
Click to expand...
Click to collapse
???
I had the same idea, but that has some other complications... Right now I have 3 possible ways to implement this, and will update soon when I figure out which is best.
nhnt11 said:
I had the same idea, but that has some other complications... Right now I have 3 possible ways to implement this, and will update soon when I figure out which is best.
Click to expand...
Click to collapse
Saweet! I'll wait cause I'm lazy that way! Hehe
DarkGingered CM7 G2x sent this with the DarkXDA app!
OK, here's how I've done it - the program will automatically do it for common package names (it does it for all the ones that Androidian uses). However, you can specify additional package names for it to replace. Here's the new syntax -
$java -jar <packagename1> <packagename2> <etc> <input dir> <output file>
Example:
$java -jar com_upwardspiral_wallpapers com_nhnt11_dummyapp myDir output.xml
Here's the list of the package names it automatically does:
Code:
"frameworks_res_",
"com_android_systemui_",
"com_android_browser_",
"com_android_calculator2_",
"com_android_calendar_",
"com_android_camera_",
"com_android_contacts_",
"com_android_deskclock_",
"com_android_email_",
"com_android_fm_",
"com_android_inputmethod_latin_",
"com_android_launcher_",
"com_android_mms_",
"com_android_music_",
"com_android_phone_",
"com_android_providers_calendar_",
"com_android_providers_downloads_ui_",
"com_android_quicksearchbox_",
"com_android_settings_",
"com_android_wallpaper_",
"com_cooliris_media_",
"com_google_android_apps_genie_geniewidget_",
"com_google_android_carhome_",
"com_google_android_gm_",
"com_google_android_googlequicksearchbox_",
"com_google_android_talk_",
"net_cactii_flash2_"
Let me know if I'm missing anything.
nhnt11 said:
OK, here's how I've done it - the program will automatically do it for common package names (it does it for all the ones that Androidian uses). However, you can specify additional package names for it to replace. Here's the new syntax -
$java -jar <packagename1> <packagename2> <etc> <input dir> <output file>
Example:
$java -jar com_upwardspiral_wallpapers com_nhnt11_dummyapp myDir output.xml
Here's the list of the package names it automatically does:
Code:
"android_",
"frameworks_res_",
"com_android_systemui_",
"com_android_browser_",
"com_android_calendar_",
"com_android_camera_",
"com_android_contacts_",
"com_android_deskclock_",
"com_android_email_",
"com_android_inputmethod_latin_",
"com_android_launcher_",
"com_android_mms_",
"com_android_music_",
"com_android_phone_",
"com_android_providers_calendar_",
"com_android_providers_downloads_ui_",
"com_android_quicksearchbox_",
"com_android_settings_",
"com_android_wallpaper_",
"com_cooliris_media_",
"com_google_android_apps_genie_geniewidget_",
"com_google_android_carhome_",
"com_google_android_gm_",
"com_google_android_googlequicksearchbox_",
"com_google_android_talk_",
"net_cactii_flash2_"
Let me know if I'm missing anything.
Click to expand...
Click to collapse
Damn, that was fast! I'm diving in to try it out! Your awesome!
DarkGingered CM7 G2x sent this with the DarkXDA app!
djdarkknight96 said:
Damn, that was fast! I'm diving in to try it out! Your awesome!
DarkGingered CM7 G2x sent this with the DarkXDA app!
Click to expand...
Click to collapse
Test this please, I would myself but I have nothing to test it on
hey guys just want to know, is there a gpsd file in the i9305?? or should i use the gps.config????
winxuser said:
hey guys just want to know, is there a gpsd file in the i9305?? or should i use the gps.config????
Click to expand...
Click to collapse
What are you trying to do?
Sent from my GT-I9305 using xda app-developers app
winxuser said:
hey guys just want to know, is there a gpsd file in the i9305?? or should i use the gps.config????
Click to expand...
Click to collapse
For all my GPS mods i use the GPS.config which is in ETC they seem to work fine.
the GPSD file is in bin folder but is encrypted ELF file.
Goodluck.
Here is my GPS.config
Code:
NTP_SERVER=0.au.pool.ntp.org
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
SUPL_HOST=supl.google.com
SUPL_PORT=7276
and the XML GPS.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<glgps xmlns="http://www.glpals.com/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.glpals.com/glconfig.xsd" >
<!--HAL Confguration -->
<hal
acPortName="/dev/ttySAC1"
lBaudRate="115200"
gpioNStdbyPath="/sys/class/sec/gps/GPS_PWR_EN/value"
gpioNResetPath="/sys/class/sec/gps/GPS_nRST/value"
gpioDelayMs="250"
acNvStoDir="/data/"
FactoryTestFilePath="/data/"
acLogDirectory="/sdcard/gps/broadcom/"
TISEnabled="true"
LPmode="false"
cp-cold-start="false"
cp-guard-time-sec="1"
arp-supl-enable="true"
arp-supl-cap-msb="true"
arp-supl-cap-msa="true"
arp-supl-cap-ecid="false"
arp-supl-use-apn="false"
acSuplServer="supl.google.com"
SuplPort="7276"
tlsCertPath="/system/bin/gps.cer"
tlsEnable="false"
ReAidingIntervalSec="1200"
SuplUT1Seconds="20"
SuplUT2Seconds="20"
SuplUT3Seconds="20"
SuplVersion="1"
LbsEnable="true"
LbsLocal="false"
LbsServer="BCMLS2.glpals.com"
LbsPort="7275"
LbsSyncLto="false"
SyncLto="true"
ltoFileName="lto2.dat"
acLtoDir="/data/gps/"
LbsSyncLtoThresholdDays="1"
LbsTAC="10101222"
LbsWlanEnable="false"
IgnoreJniTime="true"
AssertEnabled="false"
/>
<gll
LogPriMask="LOG_INFO"
LogFacMask="LOG_GLLAPI | LOG_NMEA | LOG_RAWDATA"
FrqPlan="FRQ_PLAN_26MHZ_2PPM_26MHZ_300PPB"
RfType="GL_RF_47511_BRCM_EXT_LNA"
WarmStandbyTimeout1Seconds="10"
WarmStandbyTimeout2Seconds="15"
>
</gll>
<gll_features
EnableLowPowerEls="false"
EnableLowPowerPmm="true"
/>
</glgps>
I installed an other device rom just that this command does not work even though it is written
<CscFeature_Launcher_EnableViewByAlphabetAsDefault >true</CscFeature_Launcher_EnableViewByAlphabetAsDefault>
pranto said:
I installed an other device rom just that this command does not work even though it is written
<CscFeature_Launcher_EnableViewByAlphabetAsDefault >true</CscFeature_Launcher_EnableViewByAlphabetAsDefault>
Click to expand...
Click to collapse
Seriously? Who uses the stock launcher.... Just nova launcher and you're done.
Sent from my Blackberry Torch
if I want to remain the current one does not stock that command where to be copied
Brava27 said:
Seriously? Who uses the stock launcher.... Just nova launcher and you're done.
Sent from my Blackberry Torch
Click to expand...
Click to collapse
ONE feature nova doesn't have. pin an action note in homescreen.
pranto said:
I installed an other device rom just that this command does not work even though it is written
<CscFeature_Launcher_EnableViewByAlphabetAsDefault >true</CscFeature_Launcher_EnableViewByAlphabetAsDefault>
Click to expand...
Click to collapse
I've been using this entry since I got my Note5. I'm using a stock rom.
I added a feature.xml file in system/csc with that command and it puts all apps alphabetically in the drawer.
possible that I can not make it work in this command others.xml
Notes 5 a-z automatic AppDrawer
Yeah I guess it might not work with others.xml
Just create feature.xml
how do you create this file and then write only in that row.
This is how mine looks like. Think I copied it over from another model.
<?xml version='1.0' encoding='UTF-8' ?>
<SamsungMobileFeature>
<Country></Country>
<CountryISO></CountryISO>
<SalesCode></SalesCode>
<FeatureSet>
<CscFeature_Launcher_EnableViewByAlphabetAsDefault>TRUE</CscFeature_Launcher_EnableViewByAlphabetAsDefault>
</FeatureSet>
</SamsungMobileFeature>
Hope it will work for you as well.
Alta1r said:
This is how mine looks like. Think I copied it over from another model.
<?xml version='1.0' encoding='UTF-8' ?>
<SamsungMobileFeature>
<Country></Country>
<CountryISO></CountryISO>
<SalesCode></SalesCode>
<FeatureSet>
<CscFeature_Launcher_EnableViewByAlphabetAsDefault>TRUE</CscFeature_Launcher_EnableViewByAlphabetAsDefault>
</FeatureSet>
</SamsungMobileFeature>
Hope it will work for you as well.
Click to expand...
Click to collapse
features within the file I added the part that you indicated to me but the same does not work.
The file name should be 'feature.xml' not 'features.xml'.
If that is not the problem, then I don't know it either.
Do note that when it's activated you don't have the A-Z option anymore in the app drawer; it will automatically put all your apps alphabetically. Also when you delete or add an app it will do that automatically.
Unfortunately it does not work
Friends possible that having installed a ROM for s6 and making all the changes I had no problem except with the automatic alignment of applications. csc is written in the words that should do what I requested. but nothing. can I do something missing.
no one can give me an explanation
news...news.....news.....thank you..thank you..thank you
328 <project path="frameworks/opt/telephony" name="CyanogenMod/android_frameworks_opt_telephony" groups="pdk" />
312 <project path="frameworks/native" name="CyanogenMod/android_frameworks_native" groups="pdk" /
178 <project path="external/libexif" name="platform/external/libexif" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
what is this? More "advanced" users will know
XTutorials said:
328 <project path="frameworks/opt/telephony" name="CyanogenMod/android_frameworks_opt_telephony" groups="pdk" />
312 <project path="frameworks/native" name="CyanogenMod/android_frameworks_native" groups="pdk" /
178 <project path="external/libexif" name="platform/external/libexif" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
what is this? More "advanced" users will know
Click to expand...
Click to collapse
Are you trying to build LineageOS/Cyanogenmod ? I guess you have errors where projects are conflicting.
For me, Problem was caused because XePeleatos external/libexif and 2 others you mentioned had same path= as lineageos's manifest. It helped when i removed those 3 lines from .repo/manifest.xml
Audriuskins said:
Are you trying to build LineageOS/Cyanogenmod ? I guess you have errors where projects are conflicting.
Click to expand...
Click to collapse
Yes, I am in state of building a custom rom, had some "same path" error at the .repo/manifest.xml file
Vika__ said:
For me, Problem was caused because XePeleatos external/libexif and 2 others you mentioned had same path= as lineageos's manifest. It helped when i removed those 3 lines from .repo/manifest.xml
Click to expand...
Click to collapse
lol, had same isssue, have you build a custom rom?
XTutorials said:
lol, had same isssue, have you build a custom rom?
Click to expand...
Click to collapse
I build just for my own fun
Vika__ said:
I build just for my own fun
Click to expand...
Click to collapse
And you succeded?
XTutorials said:
And you succeded?
Click to expand...
Click to collapse
I left lineage 14 since i trust its development on people who know whats doing and i moved to lineage 13. First build atm going and i don't think it's gonna boot
THIS MODULE ENABLES UNLIMITED FULL RESOLUTION UPLOAD IN GOOGLE PHOTOS
REPORTS SAY IT DOESN'T WORK
Update 3 – Uploads May Still Count Against Drive Storage
We’re hearing reports that this trick was discovered by the team over at OpenGapps a few months back and was quietly patched by Google already. In that case, applying this trick will still result in uploaded photos to apply against your Google Drive storage (ie. it doesn’t work). We haven’t confirmed this ourselves, but if/when we do we will update the above tutorial.
Click to expand...
Click to collapse
Update 4 – Google Photos Unlimited Storage Not Working, Pixel Wallpapers Still Work
I have confirmed that photos uploaded in “original quality” using this trick still count against your Drive storage. My Drive shows that I uploaded 0.2GBs of photos and videos from yesterday. This means that the trick was patched, likely when it was discovered by the people over at OpenGapps. It’s strange that this trick somehow still triggers Google Photos into showing you the original quality onboarding message, though.
Click to expand...
Click to collapse
Code:
Thread will be updated to look nicer. Atm I was in a hurry to post this for everyone to use
FLASH IN RECOVERY, FLASHING THROUGH MAGISK MANAGER ISN'T WORKING
What about photos already uploaded?
Inviato dal mio Nexus 6P utilizzando Tapatalk
---------- Post added at 10:33 ---------- Previous post was at 10:28 ----------
dariomrk said:
THIS MODULE ENABLES UNLIMITED FULL RESOLUTION UPLOAD IN GOOGLE PHOTOS
Code:
Thread will be updated to look nicer. Atm I was in a hurry to post this for everyone to use
Click to expand...
Click to collapse
Install fails on Magisk Manager 5.3.0 (on MagiskSu v14)
Inviato dal mio Nexus 6P utilizzando Tapatalk
Helpful module will try to install this on my S6
Sent from my SM-G920F using Tapatalk
CyberZeus1977 said:
What about photos already uploaded?
Inviato dal mio Nexus 6P utilizzando Tapatalk
---------- Post added at 10:33 ---------- Previous post was at 10:28 ----------
THIS MODULE ENABLES UNLIMITED FULL RESOLUTION UPLOAD IN GOOGLE PHOTOS
Install fails on Magisk Manager 5.3.0 (on MagiskSu v14)
Inviato dal mio Nexus 6P utilizzando Tapatalk
Click to expand...
Click to collapse
Works if you Install it via Recovery.
Does this module makes every app think that my phone is Pixel?
Shished said:
Does this module makes every app think that my phone is Pixel?
Click to expand...
Click to collapse
Yes... Could anybody make a module that only adds the nexus.xml?
Simeonico said:
Yes... Could anybody make a module that only adds the nexus.xml?
Click to expand...
Click to collapse
There you go
https://drive.google.com/open?id=0B35Q-_-S5yi-SENWYkNyTU1JX3M
Does this module edit build.prop and change device name to Pixel 2 XL ?
Sent from my Nexus 6 using XDA Labs
StaticBlaze said:
There you go
https://drive.google.com/open?id=0B35Q-_-S5yi-SENWYkNyTU1JX3M
Click to expand...
Click to collapse
Thank. This module works and does not changed the device name.
Edit: I will upload my module without Pixel 2 XL build.prop later as an alternative (just the nexus.xml)
dariomrk said:
Edit: I will upload my module without Pixel 2 XL build.prop later as an alternative (just the nexus.xml)
Click to expand...
Click to collapse
Thanks for the awesome module! I was able to modify the system.prop, in the common folder, to match my device. Seemed to do the trick.
Will not work!
https://www.xda-developers.com/enable-google-photos-unlimited-storage/amp/
Update 3 – Uploads May Still Count Against Drive Storage
We’re hearing reports that this trick was discovered by the team over at OpenGapps a few months back and was quietly patched by Google already. In that case, applying this trick will still result in uploaded photos to apply against your Google Drive storage (ie. it doesn’t work). We haven’t confirmed this ourselves, but if/when we do we will update the above tutorial.
Click to expand...
Click to collapse
Update 4 – Google Photos Unlimited Storage Not Working, Pixel Wallpapers Still Work
I have confirmed that photos uploaded in “original quality” using this trick still count against your Drive storage. My Drive shows that I uploaded 0.2GBs of photos and videos from yesterday. This means that the trick was patched, likely when it was discovered by the people over at OpenGapps. It’s strange that this trick somehow still triggers Google Photos into showing you the original quality onboarding message, though.
Click to expand...
Click to collapse
zpower said:
Will not work!
https://www.xda-developers.com/enable-google-photos-unlimited-storage/amp/
Click to expand...
Click to collapse
Thanks for the info
Not sure where else to put this, but if you just want the wallpapers, you only need the following in the XML (which I named google_wallpapers_2017.xml):
Code:
<?xml version="1.0" encoding="utf-8"?>
<config>
<feature name="com.google.android.feature.PIXEL_EXPERIENCE" />
</config>
This is meant for the unlimited Google Photos (now patched, xml named google_unlimited_photos.xml):
Code:
<?xml version="1.0" encoding="utf-8"?>
<config>
<feature name="com.google.android.apps.photos.NEXUS_PRELOAD" />
<feature name="com.google.android.apps.photos.nexus_preload" />
</config>
You do not need any of this:
Code:
<!-- Enable Zero Touch Provisioning support for 2016 and newer Nexus devices. -->
<feature name="com.google.android.feature.ZERO_TOUCH" />
<!-- Allow Google unbundled tethering entitlement app in background -->
<allow-in-power-save package="com.google.android.tetheringentitlement" />
<!-- Allow ssr detector service in background -->
<allow-in-power-save package="com.google.SSRestartDetector" />
<!-- Allow ramdump uploader service in background -->
<allow-in-power-save package="com.android.ramdump" />
<!-- These are telephony components that need to run in the background -->
<allow-in-power-save package="com.qualcomm.atfwd" />
<allow-in-power-save package="com.qualcomm.embms" />
<allow-in-power-save package="com.qualcomm.qti.telephonyservice" />
<allow-in-power-save package="com.qulacomm.qcrilmsgtunnel" />
<allow-in-power-save package="com.qualcomm.qti.ims" />
<allow-in-power-save package="com.qualcomm.qti.radioconfiginterface" />
i will try it later but let me thanx, it might be the best module for me if it works
It works for me, just flashed through twrp nothing else
StaticBlaze said:
There you go
https://drive.google.com/open?id=0B35Q-_-S5yi-SENWYkNyTU1JX3M
Click to expand...
Click to collapse
Thank you!!!!!
Enviado desde mi ONEPLUS A5000 mediante Tapatalk
chazarss said:
It works for me, just flashed through twrp nothing else
Click to expand...
Click to collapse
Read the article i post above
SpasilliumNexus said:
Not sure where else to put this, but if you just want the wallpapers, you only need the following in the XML (which I named google_wallpapers_2017.xml):
Code:
<?xml version="1.0" encoding="utf-8"?>
<config>
<feature name="com.google.android.feature.PIXEL_EXPERIENCE" />
</config>
This is meant for the unlimited Google Photos (now patched, xml named google_unlimited_photos.xml):
Code:
<?xml version="1.0" encoding="utf-8"?>
<config>
<feature name="com.google.android.apps.photos.NEXUS_PRELOAD" />
<feature name="com.google.android.apps.photos.nexus_preload" />
</config>
You do not need any of this:
Code:
<!-- Enable Zero Touch Provisioning support for 2016 and newer Nexus devices. -->
<feature name="com.google.android.feature.ZERO_TOUCH" />
<!-- Allow Google unbundled tethering entitlement app in background -->
<allow-in-power-save package="com.google.android.tetheringentitlement" />
<!-- Allow ssr detector service in background -->
<allow-in-power-save package="com.google.SSRestartDetector" />
<!-- Allow ramdump uploader service in background -->
<allow-in-power-save package="com.android.ramdump" />
<!-- These are telephony components that need to run in the background -->
<allow-in-power-save package="com.qualcomm.atfwd" />
<allow-in-power-save package="com.qualcomm.embms" />
<allow-in-power-save package="com.qualcomm.qti.telephonyservice" />
<allow-in-power-save package="com.qulacomm.qcrilmsgtunnel" />
<allow-in-power-save package="com.qualcomm.qti.ims" />
<allow-in-power-save package="com.qualcomm.qti.radioconfiginterface" />
Click to expand...
Click to collapse
Somebody should make a new thread for a "Pixel Wallpapers Enabler" module.
How to see whether the wallpapers of pixel are enabled or nor???
Sent from my Redmi Note 4 using Tapatalk