[Dev]Disabling a input device(airtouch) when keyboard pops up. - Sony Xperia P, U, Sola, Go

As you know Xperia sola has Floating touch ,which is disabled as input device at boot.Only Cosmic Wallpaper and Browser uses floating touch through airtouchservice.apk.
[Mod]Enabling Floating Touch Completely in Sola.
Floating touch can be enabled throughout the UI,by deleteing excluded-input-devices.xml at system/etc.
I want to discuss the possible disabling a input device(airtouch) when keyboard pops up.
Any help would be useful..
Cheers.

look into to browser and cosmicflow xmls to see how they activate floating touch

humza123 said:
look into to browser and cosmicflow xmls to see how they activate floating touch
Click to expand...
Click to collapse
They use airtouch drivers from airtouchservice.apk.
They activate floating touch by enabling and disabling airtouchservice.
When exclude-input-devices.xml is deleted,it airtouch is taken as input same as normal touch.It doesn't require airtouchservice drivers.So it cann't be disabled in keyboard by disabling airtouchservice.

neectron said:
They use airtouch drivers from airtouchservice.apk.
They activate floating touch by enabling and disabling airtouchservice.
When exclude-input-devices.xml is deleted,it airtouch is taken as input same as normal touch.It doesn't require airtouchservice drivers.So it cann't be disabled in keyboard by disabling airtouchservice.
Click to expand...
Click to collapse
Hi!
Think it can be disable with little smali modding... Something like: airtouchService->disable(airtouchService).
BTW. In ICS (or JB, don't shure) airtouch is implemented in the rom so there will be no need externel apk

reaper61616 said:
Hi!
Think it can be disable with little smali modding... Something like: airtouchService->disable(airtouchService).
BTW. In ICS (or JB, don't shure) airtouch is implemented in the rom so there will be no need externel apk
Click to expand...
Click to collapse
Airtouchservice isn't required for floating touch.,when excluded-input-devices.xml is removed.So floating touch cann't be disabled by disabling airtouch service.

Now That is "Innovative"

neectron said:
Airtouchservice isn't required for floating touch.,when excluded-input-devices.xml is removed.So floating touch cann't be disabled by disabling airtouch service.
Click to expand...
Click to collapse
Ok, but somewhere it must be implemented cozz it's working. If it is implemented it can be disabled in some apps too. Only things are: what name has method of floatingtouch and how to turn it off...
Need to figure out framework.jar when my sola arrive.

reaper61616 said:
Ok, but somewhere it must be implemented cozz it's working. If it is implemented it can be disabled in some apps too. Only things are: what name has method of floatingtouch and how to turn it off...
Need to figure out framework.jar when my sola arrive.
Click to expand...
Click to collapse
Upon your suggestion I looked into framework.jar,found some interesting things.I'll try to mod it.
Edit:Maybe I didn't,lol

I think you're doing it wrong. You don't need to DISABLE floating touch. You need to ENABLE floating touch. AirTouchService must have some kind of an API that you should be able to see with smali. Then, calling those won't be a problem. You'll need an app (or a service) that'll monitor the current activity and turn floating touch on/off depending on a certain black/whitelist.
Edit: downloading Sola system dump now, I'll look into airtouchservice.
Edit2: Boom, found ya. com.sonyericsson.airtouch.AirTouchDriverLib.enablePipe(boolean)

K900 said:
I think you're doing it wrong. You don't need to DISABLE floating touch. You need to ENABLE floating touch. AirTouchService must have some kind of an API that you should be able to see with smali. Then, calling those won't be a problem. You'll need an app (or a service) that'll monitor the current activity and turn floating touch on/off depending on a certain black/whitelist.
Edit: downloading Sola system dump now, I'll look into airtouchservice.
Edit2: Boom, found ya. com.sonyericsson.airtouch.AirTouchDriverLib.enablePipe(boolean)
Click to expand...
Click to collapse
lol,I should have thought of that.Thank you.

neectron said:
lol,I should have thought of that.Thank you.
Click to expand...
Click to collapse
Mmkay, here's a draft, I don't have a Sola, but **** it
It probably doesn't work, try installing to system and add logcats.
http://ompldr.org/vZmdkdQ
Update: join #airtouchlab on freenode

K900 said:
Mmkay, here's a draft, I don't have a Sola, but **** it
It probably doesn't work, try installing to system and add logcats.
http://ompldr.org/vZmdkdQ
Update: join #airtouchlab on freenode
Click to expand...
Click to collapse
Joined the free node.

@K900 - Thanks for spending 2-3 hrs other day .
Since we were not successful in using airtouchservice.apk.I have some idea we could work with,
How about
-when float-on copy/delete empty excluded-input-devices.xml
-restart inputmethodmanagerservice.
-when float-off copy original excluded-input-devices.xml
-restart inputmethodmanagerservice.
Cheers

You probably aready read this?
http://developer.sonymobile.com/knowledge-base/technologies/floating-touch/
Sent from my MT27i using xda app-developers app

Related

[APP] Transparent Settings app LIST ADDED FOR INTERESTED PORTERS :D

Heey there
I was searching a while for a transparent settings app (I like transparent apps so )
Since no theme porter or dev was answering the Q for transparent settings app
I tried to customize the settings app myself i tried different things but unsuccessful (maybe because of my limited skills )
After some more trying it almost works
So thought I'll post it here so everyone can enjoy a transparent settings app
Since I'm not a dev or theme porter and I was just trying something out
There are some bugs in it but I don't have the required skills to fix them all
so if there is any dev or theme porter that could give me some tips PM PLEAS I really want this done
Extra options that work
Build in font changer in settings app itself so no need for Third party app
G-sensor calibration option
This need to be "fixed"
Wireless and network menu
Bluetooth switch on the check-box in the settings menu doesn't work (when you enable bleutooth in the statusbar the settings can be changed in the bleutooth menu)
Call settings menu
The call settings menu should be expanded (now there is only a voice-mail setting option so nothing like hide numer callsettings etc.)
Sound settings menu
There is an option for video-call ringtone (need to be removed but doesn't give FC so not urgent )
Display settings menu
Brightness setting doesn't work (if you use the Power control widget you can change the brightness)
There are options for
- White colour density
- Black colour density
- Saturation
- TV out
All FC, whether they should be removed or fixed, if someone can make these option working that would be super
The horizontal calibration must be edit because the roll indicator is not one the right scale
Location and security menu
The option for aiding sensors is missing
Application menu
in the menu "manage applications the size for each app is on the big side not verry handy if you have a lot of apps but its just for the looks so not verry urgent
SD-card and memory menu
There is an option for formatting internal memory haven't tried it yet but if someone has enough courage to try this option we will know if it works
For the rest everything is working perfect
Thx man
Love it !
longlong240 said:
Thx man
Love it !
Click to expand...
Click to collapse
I'm still looking for a solution for the parts that don't work
I need to learn a lot more to make this working fully
This was my first attempt so thanks for testing
I'll give you a thanks when I've my computer
Sent from my GT-I5800 using XDA App
(I like transparent apps
Blackyx007 said:
I'm still looking for a solution for the parts that don't work
I need to learn a lot more to make this working fully
This was my first attempt so thanks for testing
I'll give you a thanks when I've my computer
Sent from my GT-I5800 using XDA App
Click to expand...
Click to collapse
There must be a solution for the part doesn't work
I will wait for it because it is so
longlong240 said:
There must be a solution for the part doesn't work
I will wait for it because it is so
Click to expand...
Click to collapse
I've uploaded a new one looks a bit better but still some things need to be fixed but I'm trying
Blackyx007 said:
I've uploaded a new one looks a bit better but still some things need to be fixed but I'm trying
Click to expand...
Click to collapse
Downloading
longlong240 said:
Downloading
Click to expand...
Click to collapse
Thanks for trying
Could you give me some feedback and let me know which parts are not working
I'm probably doing it on the wrong way but I really want a transparent settings app so
EDIT: I think i didn't compile the apk correctly ore somthing else went wrong because now there are less functions working!? HEEEELP
Blackyx007 said:
Thanks for trying
Could you give me some feedback and let me know which parts are not working
I'm probably doing it on the wrong way but I really want a transparent settings app so
EDIT: I think i didn't compile the apk correctly ore somthing else went wrong because now there are less functions working!? HEEEELP
Click to expand...
Click to collapse
Er... When I press on any subtitles, it FC and... and... I found that i forget to do a backup... so... so... I am reflashing the rom
longlong240 said:
Er... When I press on any subtitles, it FC and... and... I found that i forget to do a backup... so... so... I am reflashing the rom
Click to expand...
Click to collapse
No need to re-flash your rom
just past the Settings.apk attachment in System/app an you got your old Settings.apk back
Blackyx007 said:
No need to re-flash your rom
just past the Settings.apk attachment in System/app an you got your old Settings.apk back
Click to expand...
Click to collapse
Reflash a Rom is much more easier than prepare a cup noodles. Just plug to PC and then fire up odin, wait for 2mins than Titanium Backup than that's all
Now doing a full Backup
But anyway thank you for your setting.apk
longlong240 said:
Reflash a Rom is much more easier than prepare a cup noodles. Just plug to PC and then fire up odin, wait for 2mins than Titanium Backup than that's all
Now doing a full Backup
But anyway thank you for your setting.apk
Click to expand...
Click to collapse
That's true
but when i see its not working but I'm on my way home and don't have a pc I just replace the old one
so no reboot, flash or backup needed
Thanks for trying I hope some day a theme porter will give me some tips or make a better one
I'll reupload my previous one so some people can try it out and maybe fix the bugs
After trying my first attempt again i discovered that the build in font changer in the settings app works so you can apply new fonts in the settings app itself so no need to install any third party apps
Also the option for G-sensor calibration works!!!
Well. The main difference you will find in styles.xml when you decompile this Settings.apk and the one from our phone. There are some lines that have to be added to it. And then you will have to define them in Public.xml also. And then again you will have to declare them in the classes.dex file. i.e. in the smali files.
Its tedious. Smali/baksmali.
dhirend_6d said:
Well. The main difference you will find in styles.xml when you decompile this Settings.apk and the one from our phone. There are some lines that have to be added to it. And then you will have to define them in Public.xml also. And then again you will have to declare them in the classes.dex file. i.e. in the smali files.
Its tedious. Smali/baksmali.
Click to expand...
Click to collapse
Thank you so much
Since I actually still have very little experience with XML. I am teaching myself more, so it will take a while before I can continue to improve this
many thanks for your advice
If there is someone with more knowledge than me please feel free to edit the app
Sent from my GT-I5800 using XDA App
^ Hi,
what's the exact problem/ui issue your are having? (like text color or list item selection color etc.)
I haven't tried modding an app before but I am a full-fledged Android developer.
So I will try to help you if possible.
sameer.pur said:
^ Hi,
what's the exact problem/ui issue your are having? (like text color or list item selection color etc.)
I haven't tried modding an app before but I am a full-fledged Android developer.
So I will try to help you if possible.
Click to expand...
Click to collapse
We need to port this. Add few lines to styles.xml and the smali files.
Ok, I got the editing part. but what should I try to fix?
Is there a list of issues for this?
sameer.pur said:
Ok, I got the editing part. but what should I try to fix?
Is there a list of issues for this?
Click to expand...
Click to collapse
Excuse me for my wrong word choice,
with fixing I meant editing
But I'm really a noob in this kind of things
I will send a list as soon as possible
Thanks for your interest

[MOD] Dialer / Phonebook.apk | Update

UPDATE:
First of all let me apologize for not being active/updating the app. or posting updates about it.
Since my mini pro is my primary phone and I have to keep restarting/modifying Semcphone.apk I couldn't devote time to it.
Over the weekend, I tried to learn the SemcPhone.apk and to see what all $ONY had done with the file.
They did do a job but I wouldn't say a good job.
Coming to that,I have a few things,
Removing a feature is always easy but to put it in requires a lot of work.
And no matter what I tried with the 'programming' I know,
It din work out
OK, That was the bad news , next
If everyone is willing to put an extra app. into their phone until $ony releases its source ( WHICH MAY BE NEVER ACTUALLY ) ,
I was thinking to make a no-bull**** app with the extra features that i wanted to add(the call connect vibrate,blacklist),
If you guys are thinking y use my app,we can use/download it directly from the market,then please do so.
So delivering to my promise,I have an update and have done with another feature i.e Vibrate on Call Waiting(simple app really just few lines of code)
If enough people want me to still continue,i'll continue with this app cause I have given up on semcphone.apk
But the overhead is that you will have to use another app. i.e Call_Waiting.apk
What the app actually does:
The app is simple few lines of code which tap into the telephony and see if there is an incoming call when there is already a call in progress.
It will vibrate after a small pause.
I did not attach any activity to it just to make it simple.Once you install it,it will be running.
For the concerned users : it asks you for the phone state permission cause the app needs to know if there is an incoming call and also to control vibrator that's all.
you can uninstall it by going to package manager and finding the app sud.phone.extra.
Little write up on the 3rd post
feed3 said:
Actually, has been asked by someone in general section HERE.
Screenshot attached (taken from that thread as well..
Click to expand...
Click to collapse
We can actually do that,if anyone has seen the semcphone file you can see that you can modify the position of the buttons.Its just trial and error am sure.more on that later
But as I said, mini pro is my primary device and I cannot find a working emulator for $ony ROM(if anyone made it run please do let me know,it'll make all of the themer's,developers life easy)
Also vibrate on call connect requires internal android packages to view the call state as being active,
Internal packages are not allowed for normal app. development, and hence looked for a workaround this and am doing my best to put this feature in call_waiting.apk soon.
I used Android devices before and I never liked the option of vibrate on keypress so I removed that and thought to share.
Features for now :
NO vibrate on key press in dialpad.(phonebook.apk)
Vibrate on Call Wait. (Call_Waiting.apk)
To-Do :
Vibrate on call connect
Blacklist
1. copy phonebook.apk to /sdcard
2. remount system rw
3. cp /system/app/Phonebook.apk /sdcard/Phonebook.apk.orig
4. cat /sdcard/Phonebook.apk > /system/app/Phonebook.apk
5. chmod 644 Phonebook.apk
6. chown root:root Phonebook.apk
7. rm /system/app/Phonebook.odex (only do this if there is a Phone.odex file)
or
Just do the required steps from RootExplorer, Its easy.
Click to expand...
Click to collapse
FAQ:
Q: Which rom can this run on?
A: I personally use Hybrom but it should work on any Sony Rom which has stock SEMCPhone and Phonebook . Am sure CM uses different phone.apk so please do not install on CM roms.
Q: Which phone can Phonebook.apk run on?
A: This can be run on any Sony phone's.
Q: Which phone can Call_waiting run on?
A: All 2.3 + phones.
Special thanks to ALL the rom,kernel developers and everyone on XDA .
[size=+2]I AM NOT RESPONSIBLE FOR ANY DAMAGE TO YOUR PHONE.PLEASE MAKE BACKUPS[/size]
P.S If anyone is adding this to their ROMS, please let me know.thnx
my only wish; corner buble removed (arc style?)
feed3 said:
my only wish; corner buble removed (arc style?)
Click to expand...
Click to collapse
Point me to some links or screenshots please??
Sent from my GT-P1000
Dare{D}evil said:
Point me to some links or screenshots please??
Sent from my GT-P1000
Click to expand...
Click to collapse
Actually, has been asked by someone in general section HERE.
Screenshot attached (taken from that thread as well..
Nice
Thank you
feed3 said:
my only wish; corner buble removed (arc style?)
Click to expand...
Click to collapse
+1 for that.
also how about swipe left/right for sms/call on contacts?
When You plan release new version?
How to use the blacklist?
eliccs said:
How to use the blacklist?
Click to expand...
Click to collapse
it is in the "to do" list. so no blacklist till new version
Sent from my ST15i using XDA App
How about a smart dialer... Missing that one in the stock dialer
Dare{D}evil said:
To-Do :
Vibrate on call connect
Click to expand...
Click to collapse
When will be released?
And is this will be mod on SemcPhone.apk?
No Updates....
To-Do :
Vibrate on call connect
Blacklist
Vibrate on call waiting.
--------------
Seems like the development has stopped..!
No updates
Sorry guys been busy with something and been also looking for ways to get more ASOP like dialer without modifying too many files.
Will roll out a new version in a few days...
feed3 said:
my only wish; corner buble removed (arc style?)
Click to expand...
Click to collapse
Your wish is fulfilled.checkout this link.
http://forum.xda-developers.com/showthread.php?t=1533575
Sent from my ST15i using xda premium

[APP][4.0.3+ & GB][XPOSED] EnhancedToast

Allows only desirable toasts, and much more
You could configure which apps are allowed to show toast notifications. If an app creates a toast it will be collected and added to the list.
You could deny *all* toasts of an app or only *specific* messages.
Changed settings are applied immediately!
A donation supports this app and further development!
Important:
This app needs the Xposed Framework. The framework requires root access for installation. Don't forget to enable the module in Xposed. You can grab it here: Xposed Installer
Donation:
No self-promotion in the app.
Text of the toast could be centered
Change toast style to GingerBread, JellyBean or KitKat
Add icon of the causing app, 6 different sizes
Add name of the app which created the toast
Per app: Regex pattern matching
Per app: Tasker support
Clear unblocked toasts for all apps
Show all apps, even without toasts yet
You support this app and further development!
Website: http://tinyurl.com/nafsxjd
Play Store: http://tinyurl.com/q6zrblv
Xposed Repository: http://tinyurl.com/lzoowto
Changelog: http://tinyurl.com/mj3zr4f
Why this app? No other easy to use app exists
Translation:
You could find here a interface to translate the english strings: http://tinyurl.com/okycacj
A free account of www.oneskyapp.com is required to edit. Additional, please attach your email address or send it via PM
Amazing, keep up dev:good:
can we get Gingerbread support plz?
It is what i needed ! The only bad thing about it is its icon !
@defim
Absolutely brilliant.
This module helps fix some other toast related issues I had with using buttered and burnt toast. Now I have harmony and control.
Thanks bro.
BTW, I get toasts from Go Launcher Prime that do not get registered with your module. Is it possible to fix this?
killoid said:
can we get Gingerbread support plz?
Click to expand...
Click to collapse
Not planned at the moment, have still no device to test. Maybe some time (it's the last point at my todo list)
pesiran said:
It is what i needed ! The only bad thing about it is its icon !
Click to expand...
Click to collapse
Sorry, i know. :crying: The one who contribute a icon (with colors red and blue) can get rid of the donate reminder bar :laugh:
themadproducer said:
@defim
BTW, I get toasts from Go Launcher Prime that do not get registered with your module. Is it possible to fix this?
Click to expand...
Click to collapse
EnhancedToast should record every toast, it hooks to a android function. I had never used Go Launcher. Could it be that this app uses a own "toast" method? Try to enable full logging in the settings and watch the logfile if such a toast is created
mauam said:
Amazing, keep up dev:good:
Click to expand...
Click to collapse
Tested so quickly? I expect errors in the first release version :angel:
defim said:
EnhancedToast should record every toast, it hooks to a android function. I had never used Go Launcher. Could it be that this app uses a own "toast" method? Try to enable full logging in the settings and watch the logfile if such a toast is created
Click to expand...
Click to collapse
@defim
OK...I will try to watch the log.
Just to let you know...maybe a clue...both Burnt Toast and Buttered Toast modules work with the GoLauncher Toast. So in other words, they both see and modify the GoLauncher toast. Other app toasts tested so far are seen by all three modules (enhanced/buttered/burnt toast)
Can it change the color of the toast?
themadproducer said:
@defim
OK...I will try to watch the log.
Just to let you know...maybe a clue...both Burnt Toast and Buttered Toast modules work with the GoLauncher Toast. So in other words, they both see and modify the GoLauncher toast. Other app toasts tested so far are seen by all three modules (enhanced/buttered/burnt toast)
Click to expand...
Click to collapse
Maybe a reboot helps, xposed is sometimes a little tricky..
obstructer said:
Can it change the color of the toast?
Click to expand...
Click to collapse
No, not at the moment
themadproducer said:
BTW, I get toasts from Go Launcher Prime that do not get registered with your module. Is it possible to fix this?
Click to expand...
Click to collapse
EDIT 3: Working now, but with a disadvantage: All "launcher" apps do not get new settings immediately, they need a reboot..
Thanks for the module, Nice be able able to control the ever growing number of toast messages.
I haven't encountered any errors, but I do have a feature request.
I would love to see some form of pattern matching, to filter on that.
If you look at the screenshot I block the TB "Number of app data elements:" toast. But since this number changes all the time I need to set it for every number. That's not very practical.
defim said:
EDIT 3: Working now, but with a disadvantage: All "launcher" apps do not get new settings immediately, they need a reboot..
Click to expand...
Click to collapse
@defim
That's Fantastic Thankx regarding Edit 3.
I look forward to testing it.
Reboot is not an issue at all for my needs..
defim said:
EDIT 3: Working now, but with a disadvantage: All "launcher" apps do not get new settings immediately, they need a reboot..
Click to expand...
Click to collapse
@defim
I updated, rebooted, made GoLauncher popup it's toast message, opened Enhanced Toast module, highlighted the GoLauncher specific toasts, and without reboot, tested. Popup toasts were intercepted successfully.
Thx very much.
themadproducer said:
Reboot is not an issue at all for my needs..
Click to expand...
Click to collapse
Reboot is not required if the "reload always" is enabled (=default). I should not write anything before i have done it ...
There are some apps which uses "special" toasts, like Swype (eg on changing language), EX File Explorer (eg on "back" touch) or GO Launcher. They all could now be handled
Btw, i just pushed another update. There was a bug which could prevent recording of any toasts :silly:
kantjer said:
I haven't encountered any errors, but I do have a feature request.
I would love to see some form of pattern matching, to filter on that.
Click to expand...
Click to collapse
There are some more features for donators, like Regex, Tasker, ...
I've attached the "strings.xml" to 1st post if someone like to have the app translated in its language. Don't forget to send me your emal adress!
I have translated this app to Spanish
strings attached
My email is: [email protected]
defim said:
There are some more features for donators, like Regex, Tasker, ...
Click to expand...
Click to collapse
Thanks, the Regex option is great. Haven't tried the Tasker plugin yet.
@badkill: Thanks. Mail is sent and I will upload it later to Store/Repository
kantjer said:
Thanks, the Regex option is great. Haven't tried the Tasker plugin yet.
Click to expand...
Click to collapse
I'm not using Tasker by myself anymore. But it's a easy way for everyone without developing knowledge to do self defined things for every toast (or notification with NotifyClean)
defim said:
[MENTION=3967831]I'm not using Tasker by myself anymore. But it's a easy way for everyone without developing knowledge to do self defined things for every toast (or notification with NotifyClean)
Click to expand...
Click to collapse
Is Tasker support already build in? I can't find in the plugin list.
I have the DefimDonator package installed.

[MOD] Screen Tweaks

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?

[MOD][XPOSED]Lenovo MultiWindow Mod 0.5.1

Hi all,
I took a few minutes (literally) to whip up an Xposed module which adds more apps to the Lenovo MultiWindow app found on (at least) Yoga Tablet 2 Pro devices.
It took quite a few days to first figure out an app list, then a selectable list, and finally transferring data between the frontend and the xposed part...
Please be aware that some apps may cause issues if run in a window.
If Steam is not logged on, it will open the app in a window saying "you need to logon", and open the logon dialog as regular fullscreen app in the background.
At least CPU Spy and Titanium Backup lose their background color (last screenshot).
And so on - I am not responsible for how any app behaves.
Finally there is an (not too well done) app picker which allows to pick apps that will be shown in the whitelist (press multiwindow, press + -> whitelist).
After saving any changes in the picker, a reboot is required for the new selection to show.
Requirements:
- Xposed Framework installed
Tested on Yoga Tablet 2 Pro 1380F, 1050L/F and 830LC. Please report back for other devices.
Works on 4.4 and 5.0.
Instructions:
- download attachment or select from Xposed Download list
- run the app, pick the apps to show in MultiWindow, save
- enable the module in Xposed
- reboot
- open MultiWindow, press the 'edit' button at the end of the list, select which apps should show in the MultiWindow selector, confirm with OK.
Changelog:
2015.03.08 - 0.5.1 - fixed java exception if device is rebooted before picking any apps (thanks @tonyp for reporting)
2015.01.05 - 0.5 - added app picker
2014.12.17 - 0.1 - initial release, static list
GitHub repository: https://github.com/subworx/LenovoMultiWindowMod
Todo:
- restore selected apps on picker launch
- exchange screen shots
reserved 1
reserved 2
reserved 3
Hi
Does it work in other lenovo tablets like s5000-H?
I dowland and instalacji but i dont swe more apps in multiwindow
Sent from my YOGA Tablet 2-1050L using XDA Free mobile app
hossein kargar said:
Hi
Does it work in other lenovo tablets like s5000-H?
Click to expand...
Click to collapse
I don't know, as I only own a 1380F.
You could give it a try, breaking multiwindow should not break the tablet in general so you can still remove the mod.
mgkudlaty said:
I dowland and instalacji but i dont swe more apps in multiwindow
Sent from my YOGA Tablet 2-1050L using XDA Free mobile app
Click to expand...
Click to collapse
Open Xposed Installer, then click "Logs" near the bottom.
Please check if it loads class de.testroid.xposed.multiwindowmod.Replacer.
Also further down, it should say two times
Code:
---> hooking multiwindow
---> replacement done
Please let me know what your log says.
ITS work, modę apps in multiwindow it will be god
Thx
Sent from my YOGA Tablet 2-1050L using XDA Free mobile app
Just released 0.5 with app picker.
Pick apps, save, reboot, add to whitelist.
Let me know what you think / if it works.
Work :beer:
Sent from my YOGA Tablet 2-1050L using XDA Free mobile app
@subworx, I like to thank you for this, even if I have Lenovo Tab S8-50F, not Yogo Tablet 2, this may come handy if Lenovo will enable multiwindow in upcoming firmware updates on Tab S8-50F
jazzespresso said:
@subworx, I like to thank you for this, even if I have Lenovo Tab S8-50F, not Yogo Tablet 2, this may come handy if Lenovo will enable multiwindow in upcoming firmware updates on Tab S8-50F
Click to expand...
Click to collapse
Thank you
I have no idea about Lenovo's plans.
You can always try to use the 1380F MultiWindow though.
Download the file here, unpack it and push both files to the phone, then move them to /system/app/ and change permissions to the same as all other files in there.
If owner is not root/root, change that as well.
After a reboot, the button might show on the left corner of the navigation bar at the bottom.
Regards,
sub
subworx said:
Thank you
I have no idea about Lenovo's plans.
You can always try to use the 1380F MultiWindow though.
Download the file here, unpack it and push both files to the phone, then move them to /system/app/ and change permissions to the same as all other files in there.
If owner is not root/root, change that as well.
After a reboot, the button might show on the left corner of the navigation bar at the bottom.
Regards,
sub
Click to expand...
Click to collapse
yeah already tried that, simply placing app(s) won't do anything...if you check Yogo Tablet's settings, there's option for Multiwindow, that's missing on this one, means code maybe there but probably some heavy modification needed on settings.apk to enable it...
jazzespresso said:
yeah already tried that, simply placing app(s) won't do anything...if you check Yogo Tablet's settings, there's option for Multiwindow, that's missing on this one, means code maybe there but probably some heavy modification needed on settings.apk to enable it...
Click to expand...
Click to collapse
You are right, the settings.apk source contains a subfolder /com/lenovo/settings/multiwindow with 4 files.
Should I send you a copy of the settings app?
Although I guess the StatusBar/NavBar app(s) would need to be changed as well.
subworx said:
You are right, the settings.apk source contains a subfolder /com/lenovo/settings/multiwindow with 4 files.
Should I send you a copy of the settings app?
Although I guess the StatusBar/NavBar app(s) would need to be changed as well.
Click to expand...
Click to collapse
yeap...send me settings app, I will decompile and compare with tabs8-50's settings and see if I can able to insert them into tabs8-50 settings...
jazzespresso said:
yeap...send me settings app, I will decompile and compare with tabs8-50's settings and see if I can able to insert them into tabs8-50 settings...
Click to expand...
Click to collapse
I added Settings, SettingsProvider, as well as NotificationCenter and NotificationCenterPlus to this archive, that should be all files related to MultiWindow.
subworx said:
I added Settings, SettingsProvider, as well as NotificationCenter and NotificationCenterPlus to this archive, that should be all files related to MultiWindow.
Click to expand...
Click to collapse
thanks...I decomplied them and will compare to Lenovo TabS8-50's settings..
jazzespresso said:
thanks...I decomplied them and will compare to Lenovo TabS8-50's settings..
Click to expand...
Click to collapse
Did you had any luck with multi window working on your tab S8-50?
If yes please post the file and instruction
electron.hTcpico said:
Did you had any luck with multi window working on your tab S8-50?
If yes please post the file and instruction
Click to expand...
Click to collapse
well, I tried, and was not successful. I decomplied S8-50's settings.apk, and compare to @subworx 's setting.apk he sent me...I added "multiwindow" piece back to S8-50's settings.apk, and recomplied...but did not work, got bootlop...also during the recompile, it complained about missing resources here and there, it turned out this is not a simple mode after all...In S8-50's settings.apk, Lenovo simple removed every bit of "multiwindow" feature, not like they just simply disabled (wish they did), so putting them back to S8-50's settings.apk is quite painful....
Can someone implement mod like it for cm12 based roms? Or if there already stuff like it, point me to it..

Categories

Resources