Droid turbo command center widget - X 2014 Themes and Apps

I extracted the command center widget from my droid turbo for use on my new moto x. The zip contains the apk and odex.apk. use a file browser and place them both in system/app folder. Change permissions on the apk file to 0777. To get it to fit properly on stock launcher you must have xposed installed and use xposed gel settings. In home screen change width to -2 and widget will fit properly. If you're using a third party launcher it should fit fine.
https://www.dropbox.com/s/qhe2hgcf4xg9p1j/commandcenter.zip?dl=0

So this won't work without root?

Nope. Tried to install like a normal apk. No luck @sthpaw01

damn you verizon!

just thinking will this work on non rooted motox if i deodex the app
Sent from my XT1092

Looks cool! Thanks for sharing!

It is my understanding that 0777 translates to rwx rwx rwx. After copying the apk and odex files to system/app and changing permissions for the apk file, it still refuses to install on my rooted xt1092. Am I doing something wrong? I'm quite the noob when it comes to setting permissions, so I won't be surprised if I've messed up at that step.

HAXTREME said:
It is my understanding that 0777 translates to rwx rwx rwx. After copying the apk and odex files to system/app and changing permissions for the apk file, it still refuses to install on my rooted xt1092. Am I doing something wrong? I'm quite the noob when it comes to setting permissions, so I won't be surprised if I've messed up at that step.
Click to expand...
Click to collapse
Everything else in system/app is rw-r-r, maybe give that a shot? Haven't had a chance to mess with it myself.

borxnx said:
Everything else in system/app is rw-r-r, maybe give that a shot? Haven't had a chance to mess with it myself.
Click to expand...
Click to collapse
Tried, but that didn't work either. Thanks though!

HAXTREME said:
Tried, but that didn't work either. Thanks though!
Click to expand...
Click to collapse
Hmm, just made a flashable zip for it, maybe I'll wait for more info to do that just yet...
Or wouldn't it give itself the proper permissions at boot after flashing in recovery?

0644 / rw r r should be permissions. Reboot after placing in system/app

bmwh0r3 said:
0644 / rw r r should be permissions. Reboot after placing in system/app
Click to expand...
Click to collapse
No luck with 644 and a reboot either. Looks like I'll just have to give this a pass for now.

bhp090808 said:
I extracted the command center widget from my droid turbo for use on my new moto x. The zip contains the apk and odex.apk. use a file browser and place them both in system/app folder. Change permissions on the apk file to 0777. To get it to fit properly on stock launcher you must have xposed installed and use xposed gel settings. In home screen change width to -2 and widget will fit properly. If you're using a third party launcher it should fit fine.
https://www.dropbox.com/s/qhe2hgcf4xg9p1j/commandcenter.zip?dl=0
Click to expand...
Click to collapse
I'm using Nova, and when you click the 3 dots to extend the weather and calendar panels, the sides get cut off because the widget is too big. Any idea how to fix it and shrink it down?

_MetalHead_ said:
I'm using Nova, and when you click the 3 dots to extend the weather and calendar panels, the sides get cut off because the widget is too big. Any idea how to fix it and shrink it down?
Click to expand...
Click to collapse
I used xposed as described in the first post

bhp090808 said:
I used xposed as described in the first post
Click to expand...
Click to collapse
OK, so that will work even though I'm not using the google launcher?

_MetalHead_ said:
OK, so that will work even though I'm not using the google launcher?
Click to expand...
Click to collapse
It might. Give it a shot

bhp090808 said:
It might. Give it a shot
Click to expand...
Click to collapse
No dice. Didn't even work on the google launcher. You sure all you did was adjust the width margins? I don't see how that would physically shrink the widget.

_MetalHead_ said:
No dice. Didn't even work on the google launcher. You sure all you did was adjust the width margins? I don't see how that would physically shrink the widget.
Click to expand...
Click to collapse
It didn't shrink the widget it just made room for the widget to fit on the screen I haven't had time to try to decompile and resize the widgets manually I will when I get a chance here's a picture to show that it will that when adjusting the margins

bhp090808 said:
It didn't shrink the widget it just made room for the widget to fit on the screen I haven't had time to try to decompile and resize the widgets manually I will when I get a chance here's a picture to show that it will that when adjusting the margins
Click to expand...
Click to collapse
On mine, it's not the margins that's cutting off the sides, it's that the widget is physically too big for the screen. See my screenshot. Are you sure you haven't done anything else prior that would affect it? Like changing your DPI or something? The widget looks smaller on yours than it does mine.

_MetalHead_ said:
On mine, it's not the margins that's cutting off the sides, it's that the widget is physically too big for the screen. See my screenshot. Are you sure you haven't done anything else prior that would affect it? Like changing your DPI or something? The widget looks smaller on yours than it does mine.
Click to expand...
Click to collapse
Nope that's all I did. I tried resizing it first but couldn't get it to take. After taking margins to -2 it just barely fits

Related

Finally - Faves button remapped - Browser added 19.11.10

For those using the espresso sense that hate the stupid faves app and are tired of having a dead button on the home screen, this is for you. I remapped it, and have attached a couple different versions. One maps it to open the stock contacts app, and the other to the stock browser app.
I'm working on getting rid of faves all together, and would like to have the old htc favorites tab in the contacts app and the htc favorites widgets too. But I dont know if I can do it, we'll see. For now though here is the new Rosie.
Instructions:
This was taken from a stock rooted build of espresso 2.1 and is only known to work on such.
Back up your old files first!
adb shell cp /system/app/Rosie.apk /sdcard
adb shell cp /system/app/Rosie.odex /sdcard
For those with system apps odexed, you'll want to get the appropriate Rosie.apk and Rosie.odex.zip. Rename them to Rosie.apk and Rosie.odex. Reboot into recovery, then use this adb code:
adb shell mount /system
adb shell rm /system/app/Rosie.apk
adb shell rm /system/app/Rosie.odex
adb push (your saved file location)\Rosie.apk /system/app
adb push (your saved file location)\Rosie.odex /system/app
For those of you without separate .odex files in your /system/app folder, I used a de-odexer on the two files to join them, but have not tested it yet, as the build I am running is odexed. Grab the appropriate Rosie_noodex.apk rename it to Rosie.apk reboot into recovery and use the same code, but ignore lines 3 and 5 (the ones with .odex in them!) and then post here to let me know it works.
Sweet!!! Works great on CR_Mod_1.35.531_OTA Full ROM, thanks!!!
Awesome work I saw something like this on hero forums and wondered if someone would do the same here
Sent from my T-Mobile myTouch 3G Slide using XDA App
THANK YOU!
Nice job, works great.
Puts my phone in a bootloop. Glad to see others with success though.
I used the odex ones. It could be something wrong with my phone.
SilverL said:
Puts my phone in a bootloop. Glad to see others with success though.
I used the odex ones. It could be something wrong with my phone.
Click to expand...
Click to collapse
are you using an odexed rom?
acejoker25000 said:
are you using an odexed rom?
Click to expand...
Click to collapse
Yes I am. But I'll look further into it.
Not to be negative, but this could be remapped to something more useful. Contacts are very easily already accessible through the left shortcut. You could better help yourself and others by making the the faves shortcut a text or web shortcut.
Sent from my T-Mobile myTouch 3G Slide using XDA App
guitarist5122 said:
Not to be negative, but this could be remapped to something more useful. Contacts are very easily already accessible through the left shortcut. You could better help yourself and others by making the the faves shortcut a text or web shortcut.
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
patience... this could develop into a whole bunch of different shortcuts and we can just use the one we want
but i think a browser button would be awesome lol
exactly what file are you editing to allow the contacts instead of faves?
As requested I've mapped another version to the browser. See first post. Enjoy.
SilverL said:
Puts my phone in a bootloop. Glad to see others with success though.
I used the odex ones. It could be something wrong with my phone.
Click to expand...
Click to collapse
What build are you using? I'll see if I can help.
acejoker25000 said:
exactly what file are you editing to allow the contacts instead of faves?
Click to expand...
Click to collapse
The changes are in the launcher.smali after decompiling the classes.dex
@OP: have you looked into adding livewallpapers in our sense ? I know incredibles sense has it hacked in.
the1wingedangel said:
As requested I've mapped another version to the browser. See first post. Enjoy.
What build are you using? I'll see if I can help.
The changes are in the launcher.smali after decompiling the classes.dex
Click to expand...
Click to collapse
I see the browser icon in the tray, but still launches contacts for me.
h.nocturna said:
I see the browser icon in the tray, but still launches contacts for me.
Click to expand...
Click to collapse
Hmmm, are you sure you got the right .odex? The rosie has the pics and the odex tells it what to open. It worked on mine. But I may have uploaded the wrong one I'll look when I get home.
the1wingedangel said:
Hmmm, are you sure you got the right .odex? The rosie has the pics and the odex tells it what to open. It worked on mine. But I may have uploaded the wrong one I'll look when I get home.
Click to expand...
Click to collapse
I'm pretty sure, but I'll go ahead and transfer it over again and see if it helps. Maybe I downloaded the wrong odex.
EDIT: Yeah, that did it. I guess I pushed the wrong odex file. Thanks.
thought about modding the rosie on the 3rd sense rom? i think a lot of people are using that now
how did you reodex?
acejoker25000 said:
how did you reodex?
Click to expand...
Click to collapse
I used an odex script available on the forums here (got it forever ago, dont remember where, do a search for odex) that will odex apks from inside the rom, as the odex file is dependent on that specific rom. Though I edited the script to suit my needs, the functions are still the same as it uses the dexopt-wrapper to do it.
I got rid of the slide and never tried the 3rd sense roms, but if I still had it, I wouldn't use the rom anyway, as they're still buggy..
I'm a dev interested in making an SMS version of this shortcut.... could you give me a jumping off point? I don't believe the source for Rosie Espresso is available so how were you able to replace this shortcut? You can't just change the icon and all the layouts are compiled.
Thanks for the help!
_tek_ said:
I'm a dev interested in making an SMS version of this shortcut.... could you give me a jumping off point? I don't believe the source for Rosie Espresso is available so how were you able to replace this shortcut? You can't just change the icon and all the layouts are compiled.
Thanks for the help!
Click to expand...
Click to collapse
Use smali and baksmali (search Google for them) to decompile the odex or the apk if its been deodexed then once decompiled check the folder called out>HTC>launcher> or some order like that then look for the launcher.smali not launcher1 or 2 etc etc. Now use a text editor and open launcher.smali then do a search in it for faves or the faves app real name and change the fields to the messaging app name and action the save exit and recompile add to the apk or reodex depending on the rom
Sent from my T-Mobile myTouch 3G Slide using XDA App

Trebuchet for Prime

I went ahead and compiled CM9's Trebuchet Launcher to work with within the Prime. You will need to put this in the /system/app folder and give it proper rights.. Otherwise it will error out while trying to add widgets
BTW I have removed all the wallpapers and non-working preferences from this release.
Enjoy
Trebuchet4Prime
Nice, i'll give this a go when i get my new prime.
Will you be updating this as they release new versions ?
Might be an Idea to stick the version number in the title ..
Cheers
Danny-B- said:
Nice, i'll give this a go when i get my new prime.
Will you be updating this as they release new versions ?
Might be an Idea to stick the version number in the title ..
Cheers
Click to expand...
Click to collapse
I don't think they really have a version number yet as CM9 is yet to be release... I will offer a version number when I update (just my own though)
I tried it, but it crashes every time I try to put a widget on the home screen. Sticking with stock for now.
hollywould said:
I tried it, but it crashes every time I try to put a widget on the home screen. Sticking with stock for now.
Click to expand...
Click to collapse
Yea I figured that out and updated the OP.. you need to put the apk in the system folder and give it the proper permissions
So uninstall it and put it in your system/app folder then using root browser or explorer change the permissions to match the rest of the files in the system/app folder
Anyway to save desktop settings from an older trebuchet install? Will they carry over?
-RioT- said:
Anyway to save desktop settings from an older trebuchet install? Will they carry over?
Click to expand...
Click to collapse
not that I know of... maybe where did you get an older Trebuchet?
kejar31 said:
not that I know of... maybe where did you get an older Trebuchet?
Click to expand...
Click to collapse
Here.
http://forum.xda-developers.com/showthread.php?t=1410674
Now I know its a very early build so I'm not to worried. That and I am very happy with trebuchet as is so far.
I just cant stand the tap middle to scroll desktops on the other ICS launchers.
-RioT- said:
Here.
http://forum.xda-developers.com/showthread.php?t=1410674
Now I know its a very early build so I'm not to worried. That and I am very happy with trebuchet as is so far.
I just cant stand the tap middle to scroll desktops on the other ICS launchers.
Click to expand...
Click to collapse
ahh I see...
Trebuchet is so much smoother than stock home for me.. Only issue is that the screen indicator isn't showing up... Thanks again
Sent from my Transformer Prime TF201 using xda premium
kejar31 said:
I went ahead and compiled CM9's Trebuchet Launcher to work with within the Prime. You will need to put this in the /system/app folder and give it proper rights.. Otherwise it will error out while trying to add widgets
BTW I have removed all the wallpapers and non-working preferences from this release.
Enjoy
Trebuchet4Prime
Click to expand...
Click to collapse
im havin a bit of trouble installin as a system app.. :S
ive tried a couple ways (adb and systemapp remover) to no avail.
any help?
i copied and pasted it across using root explorer. made sure system was writable

Remove lockscreen wall?

How can i remove the lockscreen wallpaper? I can set from both gallery or xperia wallpapers (but the gallery ones aren't as crisp as the xperia ones), but can't remove it if I have a live wallpaper, for instance... Does anyone knows how to remove it?
Found it!
If you need, and have root: go to /data/data/com.sonyericsson.lockscreen.uxpnxt/ and delete the wallpaper.png file.
rinxas said:
Found it!
If you need, and have root: go to /data/data/com.sonyericsson.lockscreen.uxpnxt/ and delete the wallpaper.png file.
Click to expand...
Click to collapse
Unfortunately no solution if you're not rooted. Tried to remove it with adb. No success.
Code:
$ pwd
pwd
/data/data/com.sonyericsson.lockscreen.uxpnxt
$ ls
ls
opendir failed, Permission denied
$ rm wallpaper.png
rm wallpaper.png
rm failed for wallpaper.png, Permission denied
Couldn't you just use a pure black image from the gallery?
3Shirts said:
Couldn't you just use a pure black image from the gallery?
Click to expand...
Click to collapse
Exactly what I was thinking lol
Sent from my Xperia S via transwarp beacon.
if I undertand this tread propely
change wallpaper under lockscreen
setting ->displaysetting-> lockscreen setting
Yes, you're able to change it. But not remove it, once set.
RiotRick said:
Yes, you're able to change it. But not remove it, once set.
Click to expand...
Click to collapse
Still not getting you. I can change mine whenever I want.
Lord Takyon said:
Still not getting you. I can change mine whenever I want.
Click to expand...
Click to collapse
Yes, but once set you can not get it back like it was on first boot with live wallpaper. Also noticed that images gets compressed when you set it as lockscreen background :/
Sent from my XPS
skifyr123 said:
Yes, but once set you can not get it back like it was on first boot with live wallpaper. Also noticed that images gets compressed when you set it as lockscreen background :/
Sent from my XPS
Click to expand...
Click to collapse
Exactly the same issue, I can't remove my lockscreen background picture to get back livewallpaper
Yes you can, just change to a different theme, apply it, then change back.
3Shirts said:
Yes you can, just change to a different theme, apply it, then change back.
Click to expand...
Click to collapse
That was the golden tip!
Sent from my LT26i using XDA
3Shirts said:
Yes you can, just change to a different theme, apply it, then change back.
Click to expand...
Click to collapse
Didn't work for me...that's why I had to do it the "hard" way, by deleting the PNG.
Solved The Same problem
I had the same problem of changing to default lock screen and i did a Settings Reset which solved it.
Goto Settings > Privacy > Settings Reset. After that the phone reboots and the only thing to bother is to correct the time.
Take care not to do the Factory Data Reset
Googled it
rinxas said:
How can i remove the lockscreen wallpaper? I can set from both gallery or xperia wallpapers (but the gallery ones aren't as crisp as the xperia ones), but can't remove it if I have a live wallpaper, for instance... Does anyone knows how to remove it?
Click to expand...
Click to collapse
The wallpaper will be removed when you change themes.
ReYoBeP said:
Exactly the same issue, I can't remove my lockscreen background picture to get back livewallpaper
Click to expand...
Click to collapse
just change the theme.
I know it's kinda off topic but can we change the lockscreen without a app like use a zip to flash as the go locker ,etc. are kinda slow...?
remove Xperia S lock screen wallper
ReYoBeP said:
Exactly the same issue, I can't remove my lockscreen background picture to get back livewallpaper
Click to expand...
Click to collapse
go to settings->apps->all->lock screen then clear data and force stop it....
now lock the screen and check it back, the lock screen wallpaper is removed
Odp: Remove lockscreen wall?
ravipgm said:
go to settings->apps->all->lock screen then clear data and force stop it....
now lock the screen and check it back, the lock screen wallpaper is removed
Click to expand...
Click to collapse
Stop digging old threads
Sent from my LT22i using xda app-developers app
I'm digging up this old thread only to say that the last post with the suggestion of clearing the lock screen app actually solved my problem.
So there you go.

[Q] Landscape Rosie

If I pull the rosie.apk out of a rom that has the landscape homescreen mode working and put it in my system/app folder and change permissions will that allow my phone to go into landscape or are there other changes that need to be made?
I am running the Fresh rom atm and it's the only thing bugging me.
Thanks.
Evo_Shift said:
If I pull the rosie.apk out of a rom that has the landscape homescreen mode working and put it in my system/app folder and change permissions will that allow my phone to go into landscape or are there other changes that need to be made?
Thanks.
Click to expand...
Click to collapse
It depends on if you are running a deodexed version of the ROM currently. If yes, then, it should work as you described. If it is still ODEXED, then, no it won't.
alternative:
http://forum.xda-developers.com/showthread.php?t=1711339
Kujila said:
alternative:
http://forum.xda-developers.com/showthread.php?t=1711339
Click to expand...
Click to collapse
Thanks, I did see that but I didn't like the idea of another app running in the background when I could just change one out. If I wasn't unlocked and rooted I would use that.
In case anyone wants it I pulled the .apk out of flex360's rom. Thanks flex360.
This, I believe, also has the ultrasmooth mod.
If posting this is against the rules or whatever let me know and I'll remove it. Just thought it would save people having to download a 500+mb rom if they are running a deodex rom and want the landscape rosie.
I kind of thought this would make the lockscreen rotate too but it doesn't... I have my phone sitting on the kickstand at work and I turn it on to look at the weather on the lockscreen which is why I originally wanted it rotated.
Evo_Shift said:
In case anyone wants it I pulled the .apk out of flex360's rom. Thanks flex360.
This, I believe, also has the ultrasmooth mod.
If posting this is against the rules or whatever let me know and I'll remove it. Just thought it would save people having to download a 500+mb rom if they are running a deodex rom and want the landscape rosie.
I kind of thought this would make the lockscreen rotate too but it doesn't... I have my phone sitting on the kickstand at work and I turn it on to look at the weather on the lockscreen which is why I originally wanted it rotated.
Click to expand...
Click to collapse
either this apk doesn't play well with viper, or I installed it wrong. I dropped it in /system/app and set permissions, but just got a black screen on reboot. Luckily, I was able to install apex from the play store from my computer, and once that installed, I was able to launch root explorer and change back to the backup rosie.apk I made before I pushed the new one. How are you supposed to install this?
Weird. Maybe some roms have changes not compatible or something. I did exactly what you did and it worked fine for me on the fresh 5.1.1 rom. I just renamed my original and put this one in system>app and changed permissions. After a reboot it worked.
I assume you meant system>app.
Evo_Shift said:
Weird. Maybe some roms have changes not compatible or something. I did exactly what you did and it worked fine for me on the fresh 5.1.1 rom. I just renamed my original and put this one in system>app and changed permissions. After a reboot it worked.
Click to expand...
Click to collapse
eh - if it really bothered me, I'd ask about it in the viper thread. Definitely weird though.
Evo_Shift said:
I assume you meant system>app.
Click to expand...
Click to collapse
oops, yeah, fixed my post.
should work ^_^
maybe you did it wrong.
still wont be as smooth as my rom tho jk
flex360 said:
should work ^_^
maybe you did it wrong.
Click to expand...
Click to collapse
Possible, but I don't know what else to try. Root explorer's pretty basic when it comes to cutting and pasting files.
flex360 said:
still wont be as smooth as my rom tho jk
Click to expand...
Click to collapse
you might be right, but it's smooth enough for me
If its still odexed first delete the Rosie.odex file in root explorer then place your new Rosie in there. If you have modified the Rosie make sure it is signed. Signature verification has not been disabled in any of the roms that are out I don't believe.
Sent from my EVO using xda premium
I agree with Flex360. I'm an Android nub learning slowly here. Tried a few of the new roms and his is just...ultra smooth.
Crazy good battery life too, do the one click root. Then install and you are g2g.
Thanks Flex! I can't post on developer yet, 8 more posts! woot.
Johnny
sbjohnny said:
I agree with Flex360. I'm an Android nub learning slowly here. Tried a few of the new roms and his is just...ultra smooth.
Crazy good battery life too, do the one click root. Then install and you are g2g.
Thanks Flex! I can't post on developer yet, 8 more posts! woot.
Johnny
Click to expand...
Click to collapse
I really do like his rom but i want the menu mod. If i flash the menu mod i lose the power menu mod and maybe something else...not sure. It's hard to choose, lol. I'm glad we have so many cool ROM options.

Lock Screen

hi! I come from a nexus 4 and I don't quiet like the Sony lock screen.. is there a way of changing it with a stock android one?
I kinda second this.
While there are numerous apps that act as lockscreen replacements, none of them actually do the job well. The one that comes closest to pure AOSP is Holo Locker (https://play.google.com/store/apps/details?id=com.mobint.locker), but it's closer to ICS than it is to KitKat.
'Tis a shame since Sony's UI can actually be made to resemble AOSP, except for the single most seen screen on the phone -- the lockscreen (even the wallpaper can only be a static image ffs).
Matteo Mazzu said:
hi! I come from a nexus 4 and I don't quiet like the Sony lock screen.. is there a way of changing it with a stock android one?
Click to expand...
Click to collapse
If you are on rooted your device then just delete the lockscreen apk and odex file from /system/app folder. now you are on stock lock screen.
I was looking for a way without using root.. I prefer wait for a root that doesn't lose DRM Keys..
shyam4ever said:
If you are on rooted your device then just delete the lockscreen apk and odex file from /system/app folder. now you are on stock lock screen.
Click to expand...
Click to collapse
Might I ask what the name of the lockscreen apk is? I found keyguard in priv-app but nothing of the sort under the app folder.
Have any other tips to make stock look like AOSP?
Emily Thorne said:
thank you shyam4ever
Click to expand...
Click to collapse
How did you make it work?
I tried deleting the Keyguard.apk and its .odex, that failed. Next, I tried an Xposed module but all I got from that was a bootloop.
Please, anyone?
someone755 said:
How did you make it work?
I tried deleting the Keyguard.apk and its .odex, that failed. Next, I tried an Xposed module but all I got from that was a bootloop.
Please, anyone?
Click to expand...
Click to collapse
If you don't use Pin or Pattern protection you can try disabling the lockscreen alltogether. The wallpaper thing was annoying me also. I've turned the thing off, works just fine to me.
GeoI777 said:
If you don't use Pin or Pattern protection you can try disabling the lockscreen alltogether. The wallpaper thing was annoying me also. I've turned the thing off, works just fine to me.
Click to expand...
Click to collapse
I do prefer having a swipe lockscreen of some sort to place a widget (such as CLock) to be able to see things with a single push of a button, without really unlocking. Sony's way of doing lockscreens is just absurd, especially the way you can't set the background to match your homescreen. And those sparkles, ugh, don't even get me started.
Xperia Xposed let my live wallpaper show on lock screen
Tried many Xposed Xperia modules, all of them got me a bootloop.
someone755 said:
How did you make it work?
I tried deleting the Keyguard.apk and its .odex, that failed. Next, I tried an Xposed module but all I got from that was a bootloop.
Click to expand...
Click to collapse
The Keyguard.apk is the AOSP one so don't delete that, look for XperiaLockScreen.apk in the app folder and delete that.
XperienceD said:
The Keyguard.apk is the AOSP one so don't delete that, look for XperiaLockScreen.apk in the app folder and delete that.
Click to expand...
Click to collapse
I swear there is no XperiaLockScreen in there. And no, I didn't delete it, else I'd leave an .odex behind. Despite it missing, it's still working perfectly. Or, rather, as Sony intended it to work (which is, for me, far from perfect).
(See the attachment if you don't believe me -- I always leave .odex behind when I delete system apps just in case something goes wrong and I have to restore it from an earlier backup)
I absolutely love ACDisplay, similar to the motorola lock screen, and I really like the minimalist approach. I set it to show my background instead of the black screen and I think it looks great in combination with Tapet wallpaper app.
Alex2x3 said:
I absolutely love ACDisplay, similar to the motorola lock screen, and I really like the minimalist approach. I set it to show my background instead of the black screen and I think it looks great in combination with Tapet wallpaper app.
Click to expand...
Click to collapse
Can AcDisplay be set as the lockscreen (that is, can it be set to show itself even when there are no notifications)?
Having it wake up the screen will probably drain the battery as well, so unless there's a way to basically set it to act as a normal lockscreen, I'd avoid it.
someone755 said:
I swear there is no XperiaLockScreen in there. And no, I didn't delete it, else I'd leave an .odex behind. Despite it missing, it's still working perfectly. Or, rather, as Sony intended it to work (which is, for me, far from perfect).
(See the attachment if you don't believe me -- I always leave .odex behind when I delete system apps just in case something goes wrong and I have to restore it from an earlier backup)
Click to expand...
Click to collapse
Attach that XTP.apk or have a look at the res folders for any images that show what it might be for, they may have renamed it, or changed the way the Keyguard.apk works.
XperienceD said:
Attach that XTP.apk or have a look at the res folders for any images that show what it might be for, they may have renamed it, or changed the way the Keyguard.apk works.
Click to expand...
Click to collapse
The XTP one is pretty much empty, no res folder, just the manifest and meta-inf. The keyguard is interesting though -- this is Sony's lockscreen!
Any chance replacing this with an older Xperia's Keyguard would work?
And to answer my own previous question -- AcDisplay can be made into the lockscreen. A damn good one, too, though I'd still like a system app.
someone755 said:
The keyguard is interesting though -- this is Sony's lockscreen!
Click to expand...
Click to collapse
They always have to make things that little bit more difficult it seems. You could try the old one for nothing, the attached one is a deodexed one from Z1C 157, can you attach yours, I'd like a look at that.
someone755 said:
Can AcDisplay be set as the lockscreen (that is, can it be set to show itself even when there are no notifications)?
Having it wake up the screen will probably drain the battery as well, so unless there's a way to basically set it to act as a normal lockscreen, I'd avoid it.
Click to expand...
Click to collapse
Yes you can set it to be as a normal lock screen. It works great, especially with double tap --> double tap to wake up (check clock or notifications) and again double tap to turn off the screen.
You can also set that notifications don't wake up the phone.
LP v Ljubljano iz Ljubljane
XperienceD said:
They always have to make things that little bit more difficult it seems. You could try the old one for nothing, the attached one is a deodexed one from Z1C 157, can you attach yours, I'd like a look at that.
Click to expand...
Click to collapse
Thanks, I tried but it didn't work. For some reason, the status bar and navigation bar were disabled though. I'll post a link (or PM you) once I find a few minutes off.
blazcimpe said:
Yes you can set it to be as a normal lock screen. It works great, especially with double tap --> double tap to wake up (check clock or notifications) and again double tap to turn off the screen.
You can also set that notifications don't wake up the phone.
LP v Ljubljano iz Ljubljane
Click to expand...
Click to collapse
Installed last night, works like a charm. Nice to see it's an Xposed module as well
Though I really do prefer KitKat's AOSP feel to this (WHERE IS CM11 DAMMIT).
Don't see a lot of Slovenes here -- hi! o/
someone755 said:
Thanks, I tried but it didn't work. For some reason, the status bar and navigation bar were disabled though.
Click to expand...
Click to collapse
I tried the Z3C on mine and the SystemUI crashed at startup so had to flash my backup, but at least thats a hint as to how to possibly make it work.

Categories

Resources