Anyone noticed a new app called google settings show up today at some point
Sent from my XT890 using xda app-developers app
This might help explain it:
http://www.droid-life.com/2013/02/2...pp-included-with-launch-of-play-services-3-0/
oatmealboy said:
This might help explain it:
http://www.droid-life.com/2013/02/2...pp-included-with-launch-of-play-services-3-0/
Click to expand...
Click to collapse
Thanks another settings app for settings love google ha
Sent from my XT890 using xda app-developers app
Guys I've inadvertantly disabled the above app but for the life of me a can't find it to re-enable it any idea where I should be looking
Thanks
Sent from my Nexus 4 using xda app-developers app
nickslg said:
Guys I've inadvertantly disabled the above app but for the life of me a can't find it to re-enable it any idea where I should be looking
Thanks
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Go to Settings>Apps> View all apps and find your app in the list. open it and enable it
Tried but its not in there
Sent from my Nexus 4 using xda app-developers app
If it's disabled, it won't be in alphabetical order with your other apps. It will be at the very end of the list.
In the settings menu it is named Contacts.
Sent from my Nexus 4 using Tapatalk 4
You sure you froze the app and didn't accidentally deinstalled it?
Send from my Nexus 4
It's called Contacts.
via xda app
nickslg said:
Tried but its not in there
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Re-Check, the name might be. Contacts or it may be on the end of the list
If it's not, then try re-installing your rom or you can manually push the apk to /system/app/
thanks for all the help guys ive sorted it now
Same problem with People App
nickslg said:
thanks for all the help guys ive sorted it now
Click to expand...
Click to collapse
How did you sort it out? I installed Overstock rom on my nexus 4 and after that I am unable to add contact. I cleared data from Settings->Apps-> Contact storage , still no luck.. Can you please explain what steps you took to sort it out.
Anyone found a way to lower the dpi and still have a working window, without it being cut off etc?
Thanks
Sent from my LG-D802 using xda app-developers app
DaveHTC200 said:
Anyone found a way to lower the dpi and still have a working window, without it being cut off etc?
Thanks
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
You can install xposed framework and install "app settings" I think it's called. It let's you basically have paranoid Android ability in any rom.
Sent from my LG-D800 using Tapatalk 2
Clienterror said:
You can install xposed framework and install "app settings" I think it's called. It let's you basically have paranoid Android ability in any rom.
Sent from my LG-D800 using Tapatalk 2
Click to expand...
Click to collapse
I have that installed mate, but I can't find anything specific for the window/lockscreen feature
Sent from my LG-D802 using xda app-developers app
DaveHTC200 said:
I have that installed mate, but I can't find anything specific for the window/lockscreen feature
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
change the dpi for the lockscreen app if possible
Sent from my VS980 4G using xda app-developers app
cslingerland said:
change the dpi for the lockscreen app if possible
Sent from my VS980 4G using xda app-developers app
Click to expand...
Click to collapse
Sadly I can't find anything there that works
Sent from my LG-D802 using xda app-developers app
DaveHTC200 said:
Sadly I can't find anything there that works
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
Hey, I found this in the lockscreen app. looks like this is where it's defined. If you get me the values that are needed, I might be able to hook you up. Feel free to give it a try yourself as well. It's located in /res/values/dimens.xml
<dimen name="quick_cover_window_width">247.0dip</dimen>
<dimen name="quick_cover_window_height">307.54688dip</dimen>
p.s.
This is also right below it. May need to be changed along with it but im not sure
<dimen name="knock_on_area_left">0.0dip</dimen>
<dimen name="knock_on_area_top">208.0dip</dimen>
<dimen name="knock_on_area_right">360.0dip</dimen>
<dimen name="knock_on_area_bottom">300.0dip</dimen>
cslingerland said:
Hey, I found this in the lockscreen app. looks like this is where it's defined. If you get me the values that are needed, I might be able to hook you up. Feel free to give it a try yourself as well. It's located in /res/values/dimens.xml
247.0dip
307.54688dip
p.s.
This is also right below it. May need to be changed along with it but im not sure
0.0dip
208.0dip
360.0dip
300.0dip
Click to expand...
Click to collapse
Sounds promising!
Can you just edit and save or do you need to repackage file etc?
Also, that directory doesn't exist on my phone ?
Edit, just realised you said about the lockscreen app!
How do you decompile and recompile it? Which tool can I use?
Thanks for your help!!
Sent from my LG-D802 using xda app-developers app
DaveHTC200 said:
Sounds promising!
Can you just edit and save or do you need to repackage file etc?
Also, that directory doesn't exist on my phone ?
Edit, just realised you said about the lockscreen app!
How do you decompile and recompile it? Which tool can I use?
Thanks for your help!!
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
No problem! You can decompile with apktool -----> https://code.google.com/p/android-apktool/downloads/list
You can recompile with the same tool Here's how to use apktool -----> http://forum.xda-developers.com/showthread.php?t=1891686
Let me know if you need any more help.
cslingerland said:
No problem! You can decompile with apktool -----> https://code.google.com/p/android-apktool/downloads/list
You can recompile with the same tool Here's how to use apktool -----> http://forum.xda-developers.com/showthread.php?t=1891686
Let me know if you need any more help.
Click to expand...
Click to collapse
Thank you!!
If you have the stuff and time, I'm on limited internet so downloading is a pain at moment, would you be able to try it with the following values?
The width at 370.5
The height at 461.32032
Thanks again for your help!
Sent from my GT-N7100 using xda app-developers app
DaveHTC200 said:
Thank you!!
If you have the stuff and time, I'm on limited internet so downloading is a pain at moment, would you be able to try it with the following values?
The width at 370.5
The height at 461.32032
Thanks again for your help!
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Alright, here it is. I've changed only the two lines. I have not tested it. It would be a good idea to backup your current lockscreen app. You may have to uninstall it before installing this one.
Let me know how it goes. Link below
https://www.dropbox.com/s/r82ei9vzfchy3vd/LGLockScreen-signed.apk
cslingerland said:
Alright, here it is. I've changed only the two lines. I have not tested it. It would be a good idea to backup your current lockscreen app. You may have to uninstall it before installing this one.
Let me know how it goes. Link below
https://www.dropbox.com/s/r82ei9vzfchy3vd/LGLockScreen-signed.apk
Click to expand...
Click to collapse
Thanks mate!
I've tied it and sadly the whole lock screen changes and becomes pointless , the quick window doesn't function either
Backup restored and up and running again. It's a shame but thanks for your help :thumbup:
Sent from my LG-D802 using xda app-developers app
DaveHTC200 said:
Thanks mate!
I've tied it and sadly the whole lock screen changes and becomes pointless , the quick window doesn't function either
Backup restored and up and running again. It's a shame but thanks for your help :thumbup:
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
no problem! it was worth a try
cslingerland said:
no problem! it was worth a try
Click to expand...
Click to collapse
It was!! Might not bother with the case
Sent from my GT-N7100 using xda app-developers app
You can also add notifications in the black band below.
http://forum.xda-developers.com/showthread.php?p=49708984
Who can share this APP: S health:good:
no body help?
Do mean upload the apk? I can try to pull it from my phone...
Sent from my SM-N900T using xda app-developers app
kabuk1 said:
Do mean upload the apk? I can try to pull it from my phone...
Sent from my SM-N900T using xda app-developers app
Click to expand...
Click to collapse
Pleases email: [email protected]
Because I accidentally deleted
gdjackychen said:
Pleases email: [email protected]
Because I accidentally deleted
Click to expand...
Click to collapse
Its actually too big to email, so I uploaded it to my public dropbox. Here's the link-
https://dl.dropboxusercontent.com/u/11030661/SHealth2_5[1].apk
I've been rooted and removed some bloat ware but have not gone overboard. I can't figure out why XDA and Zedge and a few other apps are giving me the dreaded unfortunately xda has stopped message with black screen. Is this happening to anyone else and is there something I need to fix? Thanks
Did you try clearing data on the app?
Sent from my SM-N900V using xda app-developers app
MACHEK said:
Did you try clearing data on the app?
Sent from my SM-N900V using xda app-developers app
Click to expand...
Click to collapse
No I will give that try. Thanks