Related
I am cruious that does this work on the SGS2, including the animation and sound? Can this switch off the screen properly? Thanks
Katecca said:
I am cruious that does this work on the SGS2, including the animation and sound? Can this switch off the screen properly? Thanks
Click to expand...
Click to collapse
yes, works great.
with actual version i get FCs after screen off. doesnt matter which settings i set.
an older version works fine for me.
oh, op is the dev himself. welcome.
sent from my SGSII via T*patalk
walda said:
with actual version i get FCs after screen off. doesnt matter which settings i set.
an older version works fine for me.
oh, op is the dev himself. welcome.
sent from my SGSII via T*patalk
Click to expand...
Click to collapse
Would you please try to reinstall the app?
Katecca said:
Would you please try to reinstall the app?
Click to expand...
Click to collapse
i restore mine over from sgs, i remember it worked fine.
last few days there was an update in the market, iirc. that also worked fine.
Katecca said:
Would you please try to reinstall the app?
Click to expand...
Click to collapse
Didn't work in my case...
BUT!:
When i use an icon on the desktop or in notification bar, it works. But i have combined it with a swype option in Go Launcher Ex. When i swype up, the App is launched, the screen turns off, 2 seconds after that, he turns on again and [email protected]
So i dont think its a GoLauncher Problem, hm?
Edit:
Tried to connect a minimalistic text widget with screenlockanddonate.main activity. Same result
sunwee said:
i restore mine over from sgs, i remember it worked fine.
last few days there was an update in the market, iirc. that also worked fine.
Click to expand...
Click to collapse
Thanks for your report!
walda said:
Didn't work in my case...
BUT!:
When i use an icon on the desktop or in notification bar, it works. But i have combined it with a swype option in Go Launcher Ex. When i swype up, the App is launched, the screen turns off, 2 seconds after that, he turns on again and [email protected]
So i dont think its a GoLauncher Problem, hm?
Edit:
Tried to connect a minimalistic text widget with screenlockanddonate.main activity. Same result
Click to expand...
Click to collapse
That's strange!
I just installed the GO Launcher EX using default settings and without any theme on my Nexus S, everything is fine. Also, I tried to use minimalistic text widget to launch Screen Off and Lock and found no problem. However, you use select "com.katecca.screenlockanddonate.MainHelper" instead of "com.katecca.screenlockanddonate.main", otherwise force close is expected.
It is also fine by using gesture in my ADWLauncher. So if you are free, could you please try to install other launchers to test it or send me the log using catlog for debugging?
Thanks a lot!
Katecca said:
However, you use select "com.katecca.screenlockanddonate.MainHelper" instead of "com.katecca.screenlockanddonate.main", otherwise force close is expected.
Click to expand...
Click to collapse
That was the point! Thanks!
In Go Launcher Ex i can only select the whole App. There it crashes.
In MinimalisticText i can select an Activity of an App. When i use MainHelper instead of Main, everything is fine.
So it's fixed and working with minimalisticText, which is ok for me.
I will talk to GoLauncher Devs to make activities selectable.
Thanks man!
walda said:
That was the point! Thanks!
In Go Launcher Ex i can only select the whole App. There it crashes.
In MinimalisticText i can select an Activity of an App. When i use MainHelper instead of Main, everything is fine.
So it's fixed and working with minimalisticText, which is ok for me.
I will talk to GoLauncher Devs to make activities selectable.
Thanks man!
Click to expand...
Click to collapse
That's great and hope you enjoy using it. BTW, could you alter your rating in Market? Thanks!
better?
walda said:
better?
Click to expand...
Click to collapse
Sure! Thanks!
Hello dear xda members,I tested all the themes that should change my gs 3's appearance to an gs 4 but didn't find anything that I could like.Everything has a bug,and if someone can help me with this,it would be really nice.It would be great if the statusbar will be transparent with white text color and non-transparent notification icons.The app themes and the settings menu also white,and...you know,the basic Galaxy SIV appearance.
P.S Please tell me if you already tried it and it worked nicely
this http://forum.xda-developers.com/showthread.php?t=2212218
alberto 63 said:
this http://forum.xda-developers.com/showthread.php?t=2212218
Click to expand...
Click to collapse
i tried version 5.2 and every time i wanted to type something,the keyboard force closes
Originally Posted by phil.o
i have found the reason why the keyboard kept FCs. the issue was ticking "key-tap sound".
if it is enabled the keyboard gets FCs, if it is unticked the keyboard works!
anything else you can tell me ? and by that, I mean bugs xD
calinoii said:
anything else you can tell me ? and by that, I mean bugs xD
Click to expand...
Click to collapse
to have solved the keyboard with all the signs of phil.o
pglmro said:
to have solved the keyboard with all the signs of phil.o
Click to expand...
Click to collapse
I think I didn't understand you sir :/
Requires Xposed Framework!
Hey guys,
this is the first project I'm sharing on here, so be gentle
After stumbling across the Xposed framework one or two ideas came to mind and I made a module out of them:
Hide the "Swipe to unlock" text from the lock screen on my Xperia Z1c
Enable the CRT off animation
Prevent the screen from turning on when unplugged from the charger
The first two things work nicely on my Xperia Z1c, the third however I could not get to work.
APK and source for the first version are attached.
I don't know if this is of much use for anyone else, but I would be glad if someone could help with the third option.
Update v2:
The third option works now, the new version 2 is attached.
If activated, the screen will not turn on when connected to (or disconnected from) either charger or dock.
Update v3:
I uploaded a new version (attached) which adds the following options:
Hide the camera icon on the lock screen
Hide the carrier label on the lock screen of some Xperia devices
Hide the sparkles effect on the lock screen of some Xperia devices
Update v4:
I uploaded a new version which adds an option for disabling the analog clock face above the list of alarms on some Xperia devices.
Update v5beta2:
The new version adds preliminary support for Lollipop (untested).
You're welcome to try it and give feedback.
The module can also be found on the Xposed repo: http://repo.xposed.info/module/net.feichti.screentweaks
You say the "disable screen on on unplug" doesn't work, I haven't had a chance to check yet, but I've looked at your code an found the following
Correct me if I'm wrong, but as far as i can see on line 56 on ScreenTweaks.java, you are getting a value as a string from pref and checking if it equals "on" or "off". Why not just save a boolean?
secondly, line 39
mPrefs = new XSharedPreferences(MY_PACKAGE_NAME);
Don't you need the file name as well? Again, sorry if I am wrong about this
Otherwise, sounds like a great mod, will try it now
Hey hamzahrmalik, thanks for your reply.
The setting on line 56 is for the CRT animation, and it's that way so I can select to not do anything (don't change system default).
The other thing is correct, because I want the default shared preferences for the module package.
Well, looks like I was looking in the wrong place.
The setting for not turning on the screen works just fine if I connect a charger, but I was always testing it with the dock, which is something different.
Dock aware don't-turn-on coming soon...
thanks for work
any chance to disable the "stars effect" under the finger while unlocking?
maybe also remove the camera icon?
I have tried this on xperia z1 and it does not work
Sent from my C6903 using XDA Premium 4 mobile app
Dear Pezo,
Thank for the work, the crt-off works perfectly on my Xperia Z1c and it looks very nice!
The first option doesn't count for me because i dont use a lockscreen. The third i wil test later today and report the result.
:good:
Antho02 said:
thanks for work
any chance to disable the "stars effect" under the finger while unlocking?
maybe also remove the camera icon?
Click to expand...
Click to collapse
I have also thought about removing the camera icon, I will look into it the next few days.
About the stars effect, I rather like it, but maybe I will look into that as well.
HellRoot said:
I have tried this on xperia z1 and it does not work
Sent from my C6903 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Another user said it's working on the Z1, do all of the features not work?
Just to make sure, you have enabled it in the Xposed installer?
Pezo said:
I have also thought about removing the camera icon, I will look into it the next few days.
About the stars effect, I rather like it, but maybe I will look into that as well.
Another user said it's working on the Z1, do all of the features not work?
Just to make sure, you have enabled it in the Xposed installer?
Click to expand...
Click to collapse
Yes it was enabled and nothing worked for me..i am on monx rom kitkat
Sent from my C6903 using XDA Premium 4 mobile app
Oh well, I was just looking for your ROM and it seems it doesn't exist any more...
Could you send your Xposed log, maybe I can fix some features for you.
Sent from the Delta Quadrant.
Pezo said:
I have also thought about removing the camera icon, I will look into it the next few days.
About the stars effect, I rather like it, but maybe I will look into that as well.
Click to expand...
Click to collapse
i hate it ahah, i prefered 4.3 lockscreen because of the stars
well if you can do it, i d great you much!! two weeks i m looking a way or module to make it
thanks again
Antho02 said:
thanks for work
any chance to disable the "stars effect" under the finger while unlocking?
maybe also remove the camera icon?
Click to expand...
Click to collapse
The new version has both these features, please test them and let me know if they work.
Pezo said:
The new version has both these features, please test them and let me know if they work.
Click to expand...
Click to collapse
hi!
just tested, works flawlessly!!! thank you very much man!
i love my new lock screen
I think there is a bug on disable screen sparkles. After activate the sparkles gone forever, also after uncheck or deinstalling the mod - the Sparkles never come back! Anyone can confirm that?
Schloevogt said:
I think there is a bug on disable screen sparkles. After activate the sparkles gone forever, also after uncheck or deinstalling the mod - the Sparkles never come back! Anyone can confirm that?
Click to expand...
Click to collapse
Did you restart your device?
I deactivated this option and I have the sparkles...
yes… restarted, deactivated the Mod and also completly deinstalled… no sparkles anymore…. using monx kitkat rom (sony stock based). Any Suggestion?
Schloevogt said:
I think there is a bug on disable screen sparkles. After activate the sparkles gone forever, also after uncheck or deinstalling the mod - the Sparkles never come back! Anyone can confirm that?
Click to expand...
Click to collapse
i tried and works good for me, sparkles are back with no problem. :/
Schloevogt said:
yes… restarted, deactivated the Mod and also completly deinstalled… no sparkles anymore…. using monx kitkat rom (sony stock based). Any Suggestion?
Click to expand...
Click to collapse
I have no idea, but it can't really be my module, since I don't change any persistent settings.
Just to make sure, you did restart your phone AFTER deactivating the module, right?
Sent from the Delta Quadrant.
Okay...thanks anyway for your mod/help!
Tryed clean install on "PureStock" and here its working flawless! Returned to clean "Monx" and it happens again, maybe its rom releated! :fingers-crossed:
Does hiding the camera icon also disable the swipe camera shortcut from lockscreen?
Hey guys,
Had this pop up yesterday more than once.
I was using a third party launcher and fluid.ng gestures. I've also changed the font and turned off the NFC icon with system tuner.
Any idea if any of these tweaks could be causing this?
Anyone else had this happen and have a solution?
eallan said:
Hey guys,
Had this pop up yesterday more than once.
I was using a third party launcher and fluid.ng gestures. I've also changed the font and turned off the NFC icon with system tuner.
Any idea if any of these tweaks could be causing this?
Anyone else had this happen and have a solution?
Click to expand...
Click to collapse
do u full reset, this often happend on lineage based roms
demon2112 said:
do u full reset, this often happend on lineage based roms
Click to expand...
Click to collapse
Yikes. Hoping to avoid just a full wipe.... Perhaps if it keeps up.
After sewitching back to the (not great) default launcher it seems better today.
Hello, did u solve that? I got the same error on my Mate 20 PRO 8gb/256gb
Can someone help? After pie update application instalation both from Google store and other sources stuck and never install.I can't update or install any app! It's really frustrating.Has anyone else has this problem?
yes me too same problem
Removing Google account, clearing data, restarting phone . Helped twice already. Sometimes you have to repeat several times same steps.
constantine_black said:
Can someone help? After pie update application instalation both from Google store and other sources stuck and never install.I can't update or install any app! It's really frustrating.Has anyone else has this problem?
Click to expand...
Click to collapse
Wipe cash partition, every time when you want update...i have same problem and don want to do factory reset...
samsung pushed really an buggy update to users so that they can stop asking about pie timeframe. After updating to Pie s9 is really useless.
LazarAntic said:
Wipe cash partition, every time when you want update...i have same problem and don want to do factory reset...
Click to expand...
Click to collapse
Factory reset seems like a huge risk now.I mean what if that doesn't fix the problem and u ll be stuck with a useless phone where u cant download any apps or do anything
Maybe you habe disabled any important System-App for installation. Try to enable all apps and install the Updates again
Put it into battery saving mode...then put it back to normal mode...that usually fixes the no update to playstore ect
so far cleared cache, removed account, still can't seem to update preloaded samsung apps from the galaxy apps store (yes, cleared the app data as well). Google Play Store working fine though...
Update: Seems it was my work wifi, worked at home. Weird
Anyone know how to change the transition effects on the s9+ after the pie update?
Driving me insane trying to find it.
All i've found is a setting to turn it on & off again in biometrics settings! I still can't change what style i want? Any help with this would be very welcomed please.
Also, i want to change the default light to dark theme setting, but it's telling me i can't change it whilst i have a theme on from the theme store! How dumb is that! Good one samsung! I can only have a dark settings theme, without using a theme from your store!! How stupid!!
Anyone got a solution/way round these settings, please comment.
Ty..=]
fleebleflam said:
, i want to change the default light to dark theme setting, but it's telling me i can't change it whilst i have a theme on from the theme store! How dumb is that! Good one samsung! I can only have a dark settings theme, without using a theme from your store!! How stupid!!
Anyone got a solution/way round these settings, please comment.
Ty..=]
Click to expand...
Click to collapse
This part actually makes sense. The default theme is probably built so that it can change between both light and dark. Specifically built themes would not have a need for this functionality as the theme is already built the way the themer wanted it to look.
Sent from my SM-G965U using Tapatalk
tdevaughn said:
This part actually makes sense. The default theme is probably built so that it can change between both light and dark. Specifically built themes would not have a need for this functionality as the theme is already built the way the themer wanted it to look.
Sent from my SM-G965U using Tapatalk
Click to expand...
Click to collapse
Yes i get that, but It's the "night mode" setting that chages the notifications and settings background, from light to dark that i want to keep dark, when i have a theme from the store set.
I have only managed to find one theme in the store that lets me keep the night mode active. But i am not that keen on it. Just was hoping there was a way to keep the night mode atvive when a theme was set.
Do you know where the transition settings are on pie at all? Want to change the style, but now can't find the setting?
TY...=]
fleebleflam said:
Also, i want to change the default light to dark theme setting
Ty..=]
Click to expand...
Click to collapse
Just apply the default theme and dark mode switch activates. Guess it's not compatible due to Google/Samsung implementation
evanovici said:
Just apply the default theme and dark mode switch activates. Guess it's not compatible due to Google/Samsung implementation
Click to expand...
Click to collapse
Thank you for your reply, yes i have noticed that i can change it to dark node ONLY when set to the default theme.
Seems a little silly really, why put that option there & give you the option of changing the theme as well, only to discover, it wont work with a chosen theme!
Like i mentioned, there is one theme i have found that works with night mode, but i'm not to keen on it.
Shame!
Ok so has anyone found the page transition settings yet?
Customisation is key to Android, as everyone knows, but when you are limited to only certain customisations, it kinda defeates the object!?