Related
On basically all android phones i have seen (that are not from htc) there is a kind of "zooming" animation when you open an app and a kind of "unzooming" one when an app closes
How can we get this on the desire?
Thanks in advance
Kris
What a coincidence that I just posted a similar thread a few hours ago
Sorry I'm a new registered user and I'm not allowed to post the URL of my post here.
You can find it in next page hopefully, but I haven't got any replies yet
If you are using the shipped ROM, I think it is just because HTC Sense UI disabled it. I feel confused because even if I flashed my phone with OpenDesire ROM, the zooming out animation is still missing while the opening zooming in animation is OK now. So I also want to know if there is way to tweak. However, I guess you will need the root access even if there is way to tweak
Suggest you guys check out LauncherPro. That supports fly-in and fly-out effects when entering and exiting applications.
Well, I know that 3rd party launcher apps can do this, but this animation should be built-in because I can see it in the SDK emulator, and also in Nexus One, so I would more like to figure out why I cannot see it in OpenDesire, and if other users can see it normally.
Shyujikou said:
Well, I know that 3rd party launcher apps can do this, but this animation should be built-in because I can see it in the SDK emulator, and also in Nexus One, so I would more like to figure out why I cannot see it in OpenDesire, and if other users can see it normally.
Click to expand...
Click to collapse
exactly ... also i don't like LauncherPro
Kris
In my thread someone suggested to try Spare Parts, I installed it but I found I can only adjust the animation speed, but no switch to turn on / off a particular animation...
Pretty sure HTC turned off this pointless 'feature' in Sense...
so is there any way to turn it back on?
Sent from my HTC Desire using XDA App
This is based on the work from the Original thread and the original thread link from that post. All I did was package it into an Xposed module so you don't need to flash a particular version to get the short delay. I have only tested this on the international stock odexed ROM, but it should work on any ROM with the stock Samsung keyboard. If it doesn't work, please send me a copy of /data/xposed/debug.log. It's super simple, so I don't expect problems. I'm running the multi-DPI keyboard mod as well, and it works fine.
Installation is like any Xposed module, so see the Xposed thread for info on how to use it. Once installed, it should show up as a module in the Xposed installer app. Just check the box to enable it and reboot. You should be good to go after the boot is complete. Please be sure your Xposed install is working. Try using one of the other mods to make sure before reporting bugs with this module. The setup is pretty simple, but there are a few steps to getting it going. Once I get some reports that it's working, I'll post the source to github. I just don't want to push out source that doesn't work for anyone other than me.
I use that module for Xposed in my Galaxy S4, and I have a question: is that mod correctly work on another device than Galaxy Note II? In my phone there is no autocorrection, and delay is not short. Is any possibility to further decrease the time?
tomurbanowicz said:
I use that module for Xposed in my Galaxy S4, and I have a question: is that mod correctly work on another device than Galaxy Note II? In my phone there is no autocorrection, and delay is not short. Is any possibility to further decrease the time?
Click to expand...
Click to collapse
I have only tested it on a Note2 and Note3. It worked for the Note3 without any changes. The S4 may well use a different keyboard app as the Note keyboard has a number of options for the larger screen. This mod never did anything with auto-correct, only the keyboard long-press delay. Going much lower will break some other features, or just make them really hard to use.
Trying it now on my note 2, key board feels snappier but I'm still testing it, question if I ever want to go back to original, what arte the steps to go back?
Sent from my SGH-T889 using xda premium
KingP1n said:
Trying it now on my note 2, key board feels snappier but I'm still testing it, question if I ever want to go back to original, what arte the steps to go back?
Sent from my SGH-T889 using xda premium
Click to expand...
Click to collapse
I'd imagine you just disable that particular module in xposed app.
sino8r said:
I'd imagine you just disable that particular module in xposed app.
Click to expand...
Click to collapse
Exactly.
Make sure you reboot after disabling, like all xposed modules.
short delay time
How can i edit the short delay time from say 200ms to between 100 and 150.. i understand this will break swype but i dont use swype anyways. any advice is greatly appreciated! thanks!
xxcoover said:
How can i edit the short delay time from say 200ms to between 100 and 150.. i understand this will break swype but i dont use swype anyways. any advice is greatly appreciated! thanks!
Click to expand...
Click to collapse
You will need to edit the source code and rebuild the module as I didn't think anyone would want to configure it like that. See the link below for the source.
I tried this on my Galaxy Note 3, and now the keyboard is missing the shortcuts. Anyway to get the shortcuts back on my keyboard? I already uninstalled this tweak, and I tried a factory data reset, and the Samsung keyboard still has no shortcuts.
ZOMBIExM4STER said:
I tried this on my Galaxy Note 3, and now the keyboard is missing the shortcuts. Anyway to get the shortcuts back on my keyboard? I already uninstalled this tweak, and I tried a factory data reset, and the Samsung keyboard still has no shortcuts.
Click to expand...
Click to collapse
This mod doesn't change anything I can think of that would affect that. I tested it on a TMO US Note3 with stock software and it worked fine. Modded ROMs might have compatibility issues with it as they may have changed the code I'm taking over. As I understand it, the shortcuts are handled by CSC settings. Have you recently installed anything that could mess with those? A data wipe won't affect CSC, as it lives on the system partition. I believe there was an issue similar to this with Wannam breaking wifi calling due to CSC mods, as one example. Even an update to another app could have done it. It's hard to say.
If you want to get it back to stock, the only way I can think of would be to restore the stock CSC. The simplest way would be to wipe system and re-flash the ROM. Then install things one at a time to look for what might be messing with CSC settings.
The code is about as simple as an Xposed module can be, it takes over one method in the keyboard class and tells it to use a shorter delay. The original method is a one-liner, as is mine. It's literally "return 200;".
Here's a direct link to the code: https://github.com/travistabbal/Xpo...SamsungKeyboardShortDelay/ShortDelayMain.java
I have the At&t Note 3, so I don't have any custom roms. The only other app I have is Wanam Xposed and the only thing I have enabled on Wanam is the flashlight on the lock screen. Before I installed this tweak I had the shortcuts on my keyboard, after I installed it and rebooted my phone the shortcuts were gone. It feels weird without them, I'm so used to them being there. I rooted my phone with Kingo root, and I wouldn't know how to flash to the stock rom. Please help.
ZOMBIExM4STER said:
I have the At&t Note 3, so I don't have any custom roms. The only other app I have is Wanam Xposed and the only thing I have enabled on Wanam is the flashlight on the lock screen. Before I installed this tweak I had the shortcuts on my keyboard, after I installed it and rebooted my phone the shortcuts were gone. It feels weird without them, I'm so used to them being there. I rooted my phone with Kingo root, and I wouldn't know how to flash to the stock rom. Please help.
Click to expand...
Click to collapse
If you disabled/uninstalled this mod, and rebooted, it's no longer there. It makes no persistent changes to the system. If Wanam updated before you rebooted, that could do it. That one does modify CSC files. I have no idea if that is what happened in your case or not. I'm afraid that I can't be much more help directly as I don't have an ATT N3 to test on. The best advice I can give is to hit the ATT N3 Q&A forum and post there about your issue. Perhaps someone can send you a backup of their CSC files? Or someone may have run into the same thing and know the cause. I would be VERY shocked if this little mod had anything to do with it though. It's only a few steps away from "Hello World".
Wanam is what's breaking the symbols. There's a setting to turn them off, and it's "on" by default.
Turning it off doesn't always make the symbols come back. But after a few reboots they will be there. I had the same problem before I even found your .apk
And updated version would be great where I can pick my own milliseconds.. I'm a 128ms kinda guy
wdkingery said:
Wanam is what's breaking the symbols. There's a setting to turn them off, and it's "on" by default.
Turning it off doesn't always make the symbols come back. But after a few reboots they will be there. I had the same problem before I even found your .apk
And updated version would be great where I can pick my own milliseconds.. I'm a 128ms kinda guy
Click to expand...
Click to collapse
Thank you so much for saying this. I have a Verizon Note 3 but I was having this issue on a new ROM and I thought I had some weird junky modified keyboard because I didn't even realize it was a Wanam option. It was driving me insane. Somehow I found your post in a search and I'm glad I did! I actually couldn't get them to come back after a few reboots but uninstalled Wanam with the symbols turned on, reinstalled, rebooted, and THEN they came back.
This is nice! I have another question too if anyone can answer me. I flashed the root 4.3 stock odin style onto my note 2. After rebooting brand new and checking my samsung keyboard settings, it showed having the auto replace option there which is good for me. After a while though i noticed that it would not replace my words anymore and checked the keyboard settings and the auto replace was gone!! Anyone know what may have happened?
Anyone know of a way to add the stock gallery to Rootbox? I found the app but can't get it without losing my camera app. App can be found here: http://forum.xda-developers.com/showthread.php?p=34482124#
I was able to manually install it through system by changing permissions, well you know what I mean, but as stated earlier Iose my camera. Anyways, if someone knows of a work around or a similar gallery I would very much appreciate it. Thanks for your time.
idk how I got here...
treezy26 said:
Anyone know of a way to add the stock gallery to Rootbox? I found the app but can't get it without losing my camera app. App can be found here: http://forum.xda-developers.com/showthread.php?p=34482124#
I was able to manually install it through system by changing permissions, well you know what I mean, but as stated earlier Iose my camera. Anyways, if someone knows of a work around or a similar gallery I would very much appreciate it. Thanks for your time.
idk how I got here...
Click to expand...
Click to collapse
Not sure if you got an answer to this already or not, but the LG gallery is separate from the LG camera, the Google gallery has the camera built in. I was trying the opposite earlier, linking the LG stock camera to the AOSP gallery, but I ran out of patience. Don't know if this helps you or not.
I am new to this forum, actually its the only forum I was ever on. I have been trying to research my issue for over an hour now and I need an answer that is put into the simplest terms. A lot of the questions and answers are to techy for me to understand, I am also coming from having an iphone for the 6 years to having a Samsung Galaxy Note 4.
If someone could answer my question and dumb it down for me I would really appreciate it.
I downloaded Touchwiz (I was just trying to download a new calendar) and my whole phone changed. I spent the weekend adding widgets to the different pages and putting my apps into specific folders, but once I downloaded Touchwiz everything disappeared. I want to get my phone back to the way it was when I first purchased it. I have had this phone for a few months so I don't want to do anything that would delete all of my pictures, videos or apps.
All I want is to get rid of this touchwiz and get the stock setting or whatever the original setup was called back the way I had it set up before I lost it.
I know some people are going to think I am stupid, and yes I will agree with them. I am very stupid when it comes to Android devices. If someone is feeling nice enough to explain this to me in the simplest terms (like you are talking to a 2nd grader) I would really appreciate it.
Thank you!!
From where did you download touchwiz? The Samsung official touchwiz isn't just something you download and intall. Do you mean you installed a launcher from the play store?
I can help you get back to original setup, but you have to explain exactly what you installed and how.
Sent from my SAMSUNG-SM-N910A using XDA Free mobile app
In settings under applications you can clear defaults, hit default applications then hit home and select the touchwiz launcher. push your home button and you should be set.
Hi,
My phone's rooted, using the ROM that came with root. I haven't had too many problems with it since rooting, but I've noticed that nothing is rotating. I have Screen Rotation turned on and have even shut it off and turned it on a few times. It hasn't made a difference. I noticed it when I was trying to look at pictures taken in landscape using gallery. They do not rotate. Then I went in to other apps and none of them are rotating either.
Any ideas on how this can be fixed? Since rooting it, I've been keeping my phone to minimal apps. I really don't have much installed.
Try this thread. It worked for me but I think I had to use a different version of the file "libgnustl_shared.so" that it links to.
https://forum.xda-developers.com/no...-screen-rotation-fix-libgnustlshared-t3408140
Thanks, Geno
usmaak said:
Hi,
My phone's rooted, using the ROM that came with root. I haven't had too many problems with it since rooting, but I've noticed that nothing is rotating. I have Screen Rotation turned on and have even shut it off and turned it on a few times. It hasn't made a difference. I noticed it when I was trying to look at pictures taken in landscape using gallery. They do not rotate. Then I went in to other apps and none of them are rotating either.
Any ideas on how this can be fixed? Since rooting it, I've been keeping my phone to minimal apps. I really don't have much installed.
Click to expand...
Click to collapse
The stock touchwiz launcher doesn't like to sit in any aspect except portrait if u can't get other apps to rotate you may have issue
mojoswagger1980 said:
The stock touchwiz launcher doesn't like to sit in any aspect except portrait if u can't get other apps to rotate you may have issue
Click to expand...
Click to collapse
Before rooting and installing that ROM on my phone, I had no problems with getting images to rotate in the gallery. I think that it has to be this ROM.
usmaak said:
Before rooting and installing that ROM on my phone, I had no problems with getting images to rotate in the gallery. I think that it has to be this ROM.
Click to expand...
Click to collapse
Im not gonna lie, i am lost ! I cant remeber what rom this is in reference too. Hmmm touchwiz launcher must be modest rom jasmine rom paulpizz rom or nseven . Lets go with modest (its the most common)while u shouldnt need xposed (this is basic)But i beleive wanam touchwiz module has the options you are missing built into it. alternately you coyld grab a third party rotation control app from the play store or just change launchers. If your heart is set on touchwiz i beleive xposed is your best bet
mojoswagger1980 said:
Im not gonna lie, i am lost ! I cant remeber what rom this is in reference too. Hmmm touchwiz launcher must be modest rom jasmine rom paulpizz rom or nseven . Lets go with modest (its the most common)while u shouldnt need xposed (this is basic)But i beleive wanam touchwiz module has the options you are missing built into it. alternately you coyld grab a third party rotation control app from the play store or just change launchers. If your heart is set on touchwiz i beleive xposed is your best bet
Click to expand...
Click to collapse
I don't remember, either. It is whatever came with stuff for rooting 5.1.1. It's been ok for the most part. The only two issues I've had with it are the keyboard missing all of the punctuation and this rotating issue. I'm using Nova for the launcher, but the rotation doesn't work on touchwiz either. I'm thinking of moving to the Note 8, when it comes out, so this might not be something that I have to worry about (be annoyed about) for much longer.
I'll have to look up that wanam touchwiz module that you speak of.