Blur Desk Clock - Droid X General

I really miss the Blur Desk Clock when I put my phone in my desk dock. Does anyone have an installable .zip or even an .apk (with procedures) that will work? I tried installing the .apk and changing the permissions myself, but I couldn't get it to work properly.

Scott48 said:
I really miss the Blur Desk Clock when I put my phone in my desk dock. Does anyone have an installable .zip or even an .apk (with procedures) that will work? I tried installing the .apk and changing the permissions myself, but I couldn't get it to work properly.
Click to expand...
Click to collapse
What ROM are you using? depends on whether or not the rom developer has written in the ability to add blur components to his work.
Sent from my DROIDX using XDA App

SysAdmin-X said:
What ROM are you using? depends on whether or not the rom developer has written in the ability to add blur components to his work.
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
I'm running the same thing as you - Liberty with a Serenity theme. Starting to realize how hard it is to add Blur to a Blurless ROM. I thought I could just add the .apk, fix the permissions and be good to go. Still trying to figure it all out.

I added back in these files from the stock ROM
/system/framework/blur-res.apk
/system/framework/com.motorola.blur.library.utilities.jar
/system/app/Dock.apk
Then you will want to remove /system/app/DeskClock.apk
I also added back in /system/app/BlurAlarmClock.apk form the Moto alarm clock as well
You may also need to do this edit to make the dock work
Code:
adb pull /data/system/packages.xml packages.xml
Find
<package name="com.motorola.dlauncher" codePath="/system/app/Dock.apk" flags="1" ts="1288859615000" version="8" userId="10057">
<sigs count="1">
<cert index="1" />
</sigs>
</package>
change the <cert index="1" /> to <cert index="0" />
adb push packages.xml /data/system/packages.xml
adb reboot
Info originally from this thread
http://forum.xda-developers.com/showthread.php?t=825969

Zanix,
Thanks for the details! Looking forward to trying this, however, I can't find the XML string in the packages.xml file:
<package name="com.motorola.dlauncher" codePath="/system/app/Dock.apk" flags="1" ts="1288859615000" version="8" userId="10057">
<sigs count="1">
<cert index="1" />
</sigs>
</package>
I'm running the Liberty ROM. Is it possible this was deleted by the developer? If so, am I out of luck?

It could have been deleted or just not added yet
Have you docked your phone on the media dock yet?

zanix said:
It could have been deleted or just not added yet
Have you docked your phone on the media dock yet?
Click to expand...
Click to collapse
Yes. It just shows the AOSP dock clock.

I prefer alarm clock plusv2. Has a better desktop mode to it and gives you all the same alarm clock functionality.

backwoods99 said:
I prefer alarm clock plusv2. Has a better desktop mode to it and gives you all the same alarm clock functionality.
Click to expand...
Click to collapse
I don't care much for how the blur dock looks, and I would use the Android default if it could link to the blur alarm when you press the clock icon
I'm just in love with the blur alarm clock
They way you have to swipe from the left side of the screen to the right at the very bottom to dismiss the alarm is why I like it, it keeps me from sleeping too long

I also really liked GAlarm when I had a Windows Mobile phone
I hear it's just been ported over to Android so I may give that a try

zanix said:
I don't care much for how the blur dock looks, and I would use the Android default if it could link to the blur alarm when you press the clock icon
I'm just in love with the blur alarm clock
They way you have to swipe from the left side of the screen to the right at the very bottom to dismiss the alarm is why I like it, it keeps me from sleeping too long
Click to expand...
Click to collapse
I use the math problems to dismiss. Then I not only make sure I wake up, but I can also wake up feeling either accomplished or like an idiot for taking 5 tries to solve it.

Scott48 said:
I really miss the Blur Desk Clock when I put my phone in my desk dock. Does anyone have an installable .zip or even an .apk (with procedures) that will work? I tried installing the .apk and changing the permissions myself, but I couldn't get it to work properly.
Click to expand...
Click to collapse
This was taken from Fission ROM, so I hope it's OK that I post this. I take no credit whatsoever.
Reboot Recovery
Install Zip from SDCARD
Select "Dock_Moto.zip"
Reboot

SolZer said:
This was taken from Fission ROM, so I hope it's OK that I post this. I take no credit whatsoever.
Reboot Recovery
Install Zip from SDCARD
Select "Dock_Moto.zip"
Reboot
Click to expand...
Click to collapse
I'm on travel this week. I'll give this a try when I get back! Hope it works. Thanks!

Ok, I just put Liberty 1.0 on my X
I docked my phone first, to make sure the Android dock worked, and enabled the sound since i like it
Then I used the Liberty toolbox to install the Blur Alarm clock, which contains these files
/system/app/BlurAlarmClock.apk
/system/framework/com.motorola.blur.library.utilities.jar
And then I copied over the Motorola "Dock.apk" to /system/app/
Made sure the permissions where correct
Rebooted, just to be sure
Then docked the phone and the Moto dock worked

zanix said:
Ok, I just put Liberty 1.0 on my X
I docked my phone first, to make sure the Android dock worked, and enabled the sound since i like it
Then I used the Liberty toolbox to install the Blur Alarm clock, which contains these files
/system/app/BlurAlarmClock.apk
/system/framework/com.motorola.blur.library.utilities.jar
And then I copied over the Motorola "Dock.apk" to /system/app/
Made sure the permissions where correct
Rebooted, just to be sure
Then docked the phone and the Moto dock worked
Click to expand...
Click to collapse
Did you have to delete DeskClock.apk (the AOSP dock)? Can you post the Dock.apk? Thanks!

I did delete DeskClock.apk, but you don't have to.
DeskClock is the default alarm program for Android.
Here is the Dock.apk as well as all of the stock apps
http://www.chadhaney.com/droidXDefault/

Did you need to put the ODEX file on as well?
zanix said:
Ok, I just put Liberty 1.0 on my X
I docked my phone first, to make sure the Android dock worked, and enabled the sound since i like it
Then I used the Liberty toolbox to install the Blur Alarm clock, which contains these files
/system/app/BlurAlarmClock.apk
/system/framework/com.motorola.blur.library.utilities.jar
And then I copied over the Motorola "Dock.apk" to /system/app/
Made sure the permissions where correct
Rebooted, just to be sure
Then docked the phone and the Moto dock worked
Click to expand...
Click to collapse

Growler48 said:
I'm on travel this week. I'll give this a try when I get back! Hope it works. Thanks!
Click to expand...
Click to collapse
zanix said:
Ok, I just put Liberty 1.0 on my X
I docked my phone first, to make sure the Android dock worked, and enabled the sound since i like it
Then I used the Liberty toolbox to install the Blur Alarm clock, which contains these files
/system/app/BlurAlarmClock.apk
/system/framework/com.motorola.blur.library.utilities.jar
And then I copied over the Motorola "Dock.apk" to /system/app/
Made sure the permissions where correct
Rebooted, just to be sure
Then docked the phone and the Moto dock worked
Click to expand...
Click to collapse
This did not work for me. My phone recognized the dock, but the docked display wouldn't come on for some reason. Thanks for all the .apks in your link!

SolZer said:
This was taken from Fission ROM, so I hope it's OK that I post this. I take no credit whatsoever.
Reboot Recovery
Install Zip from SDCARD
Select "Dock_Moto.zip"
Reboot
Click to expand...
Click to collapse
This worked perfectly! Not sure why the method listed by Zanix didn't work, though! Thanks SolZer!

Scott48 said:
This worked perfectly! Not sure why the method listed by Zanix didn't work, though! Thanks SolZer!
Click to expand...
Click to collapse
I forgot that Fission had an recovery zip for that

Related

Removing HTC lockscreen from 2.1 Build

I posted a question in FLipzs' 2.1 thread about how to remove the HTC lockscreen and Katmandu4responded with:
katmandu421 said:
Remove the HtcLockScreen.apk
# adb remount
# adb shell rm system/app/HtcLockScreen.apk
Click to expand...
Click to collapse
I did this and have the normal 2.1 lockscreen visible now but the problem I am having is that its is clear, i can see my homescreen underneath likke the "clear as a bell" lockscreen. anyone have any ie to get the blue back on?
If you set a lockscreen wallpaper, it will place what ever you pick behind.
i tried to set a lockscreen wallpaper to no avail
Orangeandblue302 said:
i tried to set a lockscreen wallpaper to no avail
Click to expand...
Click to collapse
Same here. Without the "albums" being accessible I don't think we can change the lockscreen wallpaper.
VoX is yours clear as well?
I forget where it is at, but there is a googlebits.zip or something like that floating around, with an albums in it, that works. On my 2.1 I can adjust wallapapers/locksceen. On an interesting note...I guess with the "rotate" lockscreen..it stays clear..I just found that out..whoops. I guess when I am done with the other 2.1 projects I am working on, I will take a look at porting the "rotate" part from ASOP. Then again, maybe someone with a bit more code experience will know how to unclear the background.
yea if we can unclear the background that would work because the lockscreen is functional, so i guess no reason to port.
Has anyone been able to add a back ground to the clear 2.1 lockscreen?
So will this be available for our HTC Hero..?...I really liked the lockscreen and always wanted it...Atleast till we get a fully functional 2.x ROM..
when you try to select a lockscreen wallpaper by clicking Albums, do you get a com.htc.launcher FC?
thats what I got after messing around with it a little. anyone have googlebits with working albums?
regaw_leinad said:
when you try to select a lockscreen wallpaper by clicking Albums, do you get a com.htc.launcher FC?
thats what I got after messing around with it a little. anyone have googlebits with working albums?
Click to expand...
Click to collapse
I'm in the same boat as you are, it I get a fc when I press Albums, but it still doesn't change when if you hit the Wallpaper gallery button, so idk if it the albums thing would work.
Unlike you I kinda like the clear wallpaper, I just don't like the clock on the lockscreen, it covers my HTC clock
Vrekk said:
I just don't like the clock on the lockscreen, it covers my HTC clock
Click to expand...
Click to collapse
Yeah that's my problem
Same boat here. Maybe we can remove the info on the lockscreen?
any progress here for anyone else...? I've been trying a lot, but nothing seems to work so far.
Has anyone been able to remove the htc bar for incoming calls also?
clear background
I get a clear background as well.

Bionix V Change icons??

i just download bionix V and 3 words " I LOVE IT " thanks TW.
I showed it to my girl and she likes it and want it too, with only one condition, she wants to keep the old icon from 2.1.
My question is, Can i download Bionix V.zip to my computer and open it with 7-zip and modified the Icons, and the flashed it? please advice, BTW she wants the BionixV TW version.
thanks.
Get a new girlfriend. Bionix is just that good.
huasamaya said:
i just download bionix V and 3 words " I LOVE IT " thanks TW.
I showed it to my girl and she likes it and want it too, with only one condition, she wants to keep the old icon from 2.1.
My question is, Can i download Bionix V.zip to my computer and open it with 7-zip and modified the Icons, and the flashed it? please advice, BTW she wants the BionixV TW version.
thanks.
Click to expand...
Click to collapse
A far easier method is to download LauncherPro from the market. Then just Google for some free icons or TouchWiz Icons. Launcher Pro will let you set whatever icons you want for apps. Way easier and way less chance of screwing something up. I wasn't a big fan of the green icons either, so I went this route and made it look just the way I wanted.
You can unzip the old apks and find the appropriate .png file, then copy it into the Bionix-v apks and adb push them to /system/app
That's what I did when I ran Nero, getting back the original (FAR LESS UGLY AND GREEN) AOSP icons (though, the AOSP mms app already has an ugly icon, but I hate it anyway and use TouchWiz mms).
Yaz75 said:
A far easier method is to download LauncherPro from the market. Then just Google for some free icons or TouchWiz Icons. Launcher Pro will let you set whatever icons you want for apps. Way easier and way less chance of screwing something up. I wasn't a big fan of the green icons either, so I went this route and made it look just the way I wanted.
Click to expand...
Click to collapse
How do u do this with launcher pro?it only lets me change dock icons
xriderx66 said:
How do u do this with launcher pro?it only lets me change dock icons
Click to expand...
Click to collapse
Delete the icon from the home page. Then long press to add a shortcut. When you do, Launcher Pro will pop open a window and give you the option to change the name under the icon. While it's in that mode, look under the icon in the pop up window and it will say "touch the icon to change it". It will then take you to your gallery where you can select a new icon.
Yaz75 said:
Delete the icon from the home page. Then long press to add a shortcut. When you do, Launcher Pro will pop open a window and give you the option to change the name under the icon. While it's in that mode, look under the icon in the pop up window and it will say "touch the icon to change it". It will then take you to your gallery where you can select a new icon.
Click to expand...
Click to collapse
Ooooh thanks
Thank you guys.
Sent from my SGH-T959 using XDA App
Shes trying to run your life. resist!!
There are themes for adw launcher. Give her and tell her to pick one. Then tell her to make you a sammich.
Sent from my SGH-T959 using XDA App

Sense 3.0 lock for AOSP roms! Agile Lock

Finally! someone created and lockscreen replacement that mimics sense 3.0 !
You don't get the nice animated wallpaper but the ring and icons are there.
I downloaded the free version.
In the free version you can download some other apps to gain points. Install those apps, get 300 points to unlock the paid version. Then just uninstall the extra apps.
I'm using it on CM7 and no problems so far.
https://market.android.com/details?id=com.nanoha.SenseScreen
Works great on oxygen.
Thanks
Cool, thanks
Nice lockscreen - better than the stock android IMO.
80 cents worth it.
just modded a lil bit, remove the background...
MarcusBremen said:
just modded a lil bit, remove the background...
Click to expand...
Click to collapse
How did you do it?
I have the purchased version - is it possible to do this on that, too?
think so
Okay - modified it Looks nice
looks great, thx
MarcusBremen said:
just modded a lil bit, remove the background...
Click to expand...
Click to collapse
How did you change the font? Didn't see that one as an option
Great app,
Thank you
goochj said:
How did you change the font? Didn't see that one as an option
Click to expand...
Click to collapse
my default font is helvetica, that's the reason...
but there is a option for changing the font, you have to download some apps to collect 300 points and than you get the full version.
here is another one, just take the original background from the htc sense 3.0 lockscreen...
edit: to change the files in the .apk you have to change "properties" and set "open with" default to winrar.
I'm loveing this lockscreen, works very well but i find it anoying that it rotates... is there anyway from it doing so (without locking orientation on all the other apps obviously!!!)
Thanks a lot and great app!!!!
i think in the .xmls files but i can't handle that...
when i try to use the green messaging symbol i get an fc =(
any solutions?
snorfu said:
when i try to use the green messaging symbol i get an fc =(
any solutions?
Click to expand...
Click to collapse
Try to re assign the button and then assign it back
you have to collect points???wtf.... its nice...... but come on.... open up some options.....
but still cool non the less!!! great work!
Can you get access to change the lockring itself? I am thinking of making a mario theme for my phone, and I found a lockring which uses the one up mushroom and I love it. Would love to be able to use it, with this app on an aosp rom.
give me the pics and i see what i can do
EDIT: AGILE LOCK HAS BEEN UPDATED, ROTATING BUG BEEN SOLVED.
Is it possible to remove the shortcut icons?
how do you remove the orginal lock screen/slider screen? it still shows up before showing the agile lockscreen
baste07 said:
how do you remove the orginal lock screen/slider screen? it still shows up before showing the agile lockscreen
Click to expand...
Click to collapse
On what ROM do you have this issue?

Rooted KF ADW Launcher Ex Wallpaper Changes on every unlock

Hi,
I have a rooted kindle fire & I have set up ADW Launcher EX as my daily driver. I have a weird problem whereby the wallpaper changes every time I unlock my device. This is really annoying as some of the backgrounds are really bright and it becomes difficult to read and see the screen.
Even if i set a wallpaper on my own, as soon as I unlock the device the wallpaper again changes.
Please advise what to do?
Thanks!!
I just tested this on mine as well. It appears to use whatever image is used in the unlock screen. I would be curious to see if there is a folder of images that the unlocker uses that could be tweaked to include custom images. Perhaps of I have time today or this weekend ill poke around the filesystem and see if this is the case. If you find out anything definitely post it up though I would be interested in fixing this on mine as well.
Sent from my Kindle Fire using xda premium
smart_evo said:
I just tested this on mine as well. It appears to use whatever image is used in the unlock screen. I would be curious to see if there is a folder of images that the unlocker uses that could be tweaked to include custom images. Perhaps of I have time today or this weekend ill poke around the filesystem and see if this is the case. If you find out anything definitely post it up though I would be interested in fixing this on mine as well.
Sent from my Kindle Fire using xda premium
Click to expand...
Click to collapse
Thanks, I will post as soon as i find something!!
Does this on an unrooted Fire too.
Yes, same situation with unrooted KF
Sent from my Kindle Fire using Tapatalk
Of note, WidgetLocker has been updated to work around this if you've rooted. The wallpaper replacement was taking place entirely in the lock screen it seems. Bypass that and no more wallpaper changes.
Taedirk said:
Of note, WidgetLocker has been updated to work around this if you've rooted. The wallpaper replacement was taking place entirely in the lock screen it seems. Bypass that and no more wallpaper changes.
Click to expand...
Click to collapse
Will this work on a non-rooted KS?
Never mind. In order to run WidgetLocker, it must be rooted. My bad!!!
Hi all. Head over to this thread for a quick and simple solution: http://forum.xda-developers.com/showthread.php?t=1375825
You must be rooted.
Hope it helps.
fcw89 said:
Hi all. Head over to this thread for a quick and simple solution: http://forum.xda-developers.com/showthread.php?t=1375825
You must be rooted.
Hope it helps.
Click to expand...
Click to collapse
I tried the suggested mod - first I changed wallpaper to just a simple jpg that I had (I'm using ADW EX launcher). Then, before I even had a chance to use the method, the wallpaper immediately reverted back to one of the ugly Amazon wallpapers. I am rooted (BurritoRoot) and on 6.21
Does this method depend on the nature of the jpeg image because for the life of me, I cannot get a wallpaper to stick.
There's an app called rotating wallpaper that if set up correctly will fix this. Works without root. It will update the wallpaper every minute to keep your wallpaper intact. Its not perfect but works pretty well.
Sent from my Nexus S
Hey docfreed, I don't know whether there is a difference with what type of image file you use. I'm personally currently running go launcher ex and using its live wall papers with no problem after using the method I suggested. In your case maybe change the permissions and then change the wallpaper? I'm curious how that works out for you. Wish I could be more helpful.
fcw89 said:
Hey docfreed, I don't know whether there is a difference with what type of image file you use. I'm personally currently running go launcher ex and using its live wall papers with no problem after using the method I suggested. In your case maybe change the permissions and then change the wallpaper? I'm curious how that works out for you. Wish I could be more helpful.
Click to expand...
Click to collapse
Maybe I'll switch to Go Launcher and give it a try - it maybe something in ADW EX. But let me ask, do you chmod to 550 first or change the wallpaper first? 'cause I cannot get the wallpaper to stay at all - after I set it to my own jpeg, it changes almost instantly - could that be the pernmissions on the wallpaper file?
docfreed said:
Maybe I'll switch to Go Launcher and give it a try - it maybe something in ADW EX. But let me ask, do you chmod to 550 first or change the wallpaper first? 'cause I cannot get the wallpaper to stay at all - after I set it to my own jpeg, it changes almost instantly - could that be the pernmissions on the wallpaper file?
Click to expand...
Click to collapse
docfreed, so before I solved the problem, I'd switch wallpaper, whether it was a Live Wallpaper from Go Launcher Ex or a simple jpeg from my albums, the wallpaper would stick and stay, but as soon as I turned off the fire and back on, the stock wallpaper would return (which is the problem this thread is trying to resolve). I never experienced an immediate re-switch like you are.
When I tried out the solution (changing the permissions in the wallpaper folder in /data/data/com.android.settings/files), I first changed to a Live Wallpaper, then changed the permissions, and haven't had a problem since.
In your case, since you get the immediate re-switch, try changing the permissions first THEN change your wallpaper and see if that helps.
Let us know if that works, hope it does!
I understand how frustrating not being able to control wallpapers is.

Live Wallpaper - Fire HD 10

Hi all,
Ok so I rooted my Fire HD 10 and I want to apply a live wallpaper to the home screen? I have installed Zedge and Google wallpaper app, but I cannot get any live wallpaper to apply! I have tried everything! downloaded wallpaper picker app, I just get a parsing error? and whenever I try to apply a live wallpaper I get App not installed error, What am I missing? I de-bloated the device only disabling safe recommendations.
Can someone help me please! it's driving me nuts.
Do I need to enable or install something to get this to work?
Thanks
Andy
Here is what you need: https://forum.xda-developers.com/hd8-hd10/general/root-install-stock-android-live-t3748061
---------- Post added at 03:11 PM ---------- Previous post was at 02:14 PM ----------
Triton2019 said:
Hi all,
Ok so I rooted my Fire HD 10 and I want to apply a live wallpaper to the home screen? I have installed Zedge and Google wallpaper app, but I cannot get any live wallpaper to apply! I have tried everything! downloaded wallpaper picker app, I just get a parsing error? and whenever I try to apply a live wallpaper I get App not installed error, What am I missing? I de-bloated the device only disabling safe recommendations.
Can someone help me please! it's driving me nuts.
Do I need to enable or install something to get this to work?
Thanks
Andy
Click to expand...
Click to collapse
I thought I should quote you so you are advised of my response above.
Hey lichan, sorry for late reply but thanks a lot for pointing me in the right direction. I've got the live wallpapers working now thanks to Dragonfire1024's post. My wallpaper keeps reverting back when the screen is turned off though so I need to have a look at that! I'm closer than I was though.
Thanks again
Cheers
Triton2019 said:
Hey lichan, sorry for late reply but thanks a lot for pointing me in the right direction. I've got the live wallpapers working now thanks to Dragonfire1024's post. My wallpaper keeps reverting back when the screen is turned off though so I need to have a look at that! I'm closer than I was though.
Thanks again
Cheers
Click to expand...
Click to collapse
My Live wallpaper stays selected and doesn't revert when the screen is off so there may be something that needs to be redone. I'm on 5.6.3.0 (or 5.6.3.4 as Amazon has incorrectly numbered it.) I 'm not sure about a plain wallpaper but I'm going to switch to a non-live version because the live one seems to eat more battery even while the screen is off - not really sure , that's just an impression right now. Go back through DragonFire1024's thread and make sure every thing worked correctly. If that doesn't work post a question in his thread and he may be able to give you some specific help.
Hi lichan, yes the static one stayed fine it was just when I changed it to a live wallpaper? I have found a fix on this post I came across :
https://forum.xda-developers.com/amazon-fire/help/remove-entire-lockscreen-t3338235
I ran the sqlite3 script to disable the lockscreen using a terminal app. I ran this code in terminal emulator :
su
cd /data/system
sqlite3 locksettings.db
UPDATE locksettings SET value = '1' WHERE name = 'lockscreen.disabled';
.quit
Now I can turn the screen of and on with no lock screen which keeps the live wallpaper running. As far as battery consumption I've only had it running for a day or so and it doesn't seem too bad but I can imagine it would consume more!?
Triton2019 said:
Hi lichan, yes the static one stayed fine it was just when I changed it to a live wallpaper? I have found a fix on this post I came across :
https://forum.xda-developers.com/amazon-fire/help/remove-entire-lockscreen-t3338235
I ran the sqlite3 script to disable the lockscreen using a terminal app. I ran this code in terminal emulator :
su
cd /data/system
sqlite3 locksettings.db
UPDATE locksettings SET value = '1' WHERE name = 'lockscreen.disabled';
.quit
Now I can turn the screen of and on with no lock screen which keeps the live wallpaper running. As far as battery consumption I've only had it running for a day or so and it doesn't seem too bad but I can imagine it would consume more!
Click to expand...
Click to collapse
Yes, I disabled the lock screen, also.
Triton2019 said:
Hi all,
Ok so I rooted my Fire HD 10 and I want to apply a live wallpaper to the home screen? I have installed Zedge and Google wallpaper app, but I cannot get any live wallpaper to apply! I have tried everything! downloaded wallpaper picker app, I just get a parsing error? and whenever I try to apply a live wallpaper I get App not installed error, What am I missing? I de-bloated the device only disabling safe recommendations.
Can someone help me please! it's driving me nuts.
Do I need to enable or install something to get this to work?
Thanks
Andy
Click to expand...
Click to collapse
Until I can figure out how to disable the Amazon lock screen or hack it, you can't add a live wallpaper. I have thought about creating an overlay, which would likely work. Creating a symlink or even a su.d script might work too.
For now, here is my personal collection of stock live and static wallpapers https://forum.xda-developers.com/hd8-hd10/general/root-install-stock-android-live-t3748061
You can set a static wallpapers in your lockscreen (it overlays/overrides all other wallpapers regardless of what amazon throws at you) by following my super easy guide here. Results have varied. https://www.google.com/amp/s/forum....t-change-lock-screen-wallpapers-t3859459/amp/
Until we can modify the boot.img without breaking it, Amazon's lock screen can't be removed or disabled. See on the root file system, the file service_contexts. It has to be removed from that list otherwise it will persist through eternity.
Sent from my MotoG3 using XDA Labs
DragonFire1024 said:
Until we can modify the boot.img without breaking it, Amazon's lock screen can't be removed or disabled. See on the root file system, the file service_contexts. It has to be removed from that list otherwise it will persist through eternity.
Sent from my MotoG3 using XDA Labs
Click to expand...
Click to collapse
And can not be modified by modifying framework-res?
Rortiz2 said:
And can not be modified by modifying framework-res?
Click to expand...
Click to collapse
You can change the wallpapers that rotate in the framework (or systemui. I forget which stores the wallpapers). But that's it. Some of the lockscreen is in both the framework and systemui. But the main running process is a system 'server' (not service) so it's impossible to shut it down or uninstall it without modifiying the boot.img. I actually have to give credit to Amazon on this one. Very very smart.
Sent from my Amazon KFSUWI using XDA Labs
I have the same problem.
LiveWallpaper working successfully on 5.6.0.0 / 5.6.0.1
When I update to 5.6.1.0 or above.
LiveWallpaper will reset on unlock LockScreen.
erono said:
I have the same problem.
LiveWallpaper working successfully on 5.6.0.0 / 5.6.0.1
When I update to 5.6.1.0 or above.
LiveWallpaper will reset on unlock LockScreen.
Click to expand...
Click to collapse
Do you mean the wallpaper resets on the home page? For now, live wallpapers don't work on the lock screen.
Sent from my MotoG3 using XDA Labs
The wallpaper changing app '500 firepaper' by @Chainfire works great with my daydream enabled framework.
Sent from my Amazon KFSUWI using XDA Labs
I use Wallpaper Changer by Javelin Software.
GuyInDogSuit said:
I use Wallpaper Changer by Javelin Software.
Click to expand...
Click to collapse
Also a good one.
Sent from my Droid RAZR M using XDA Labs

Categories

Resources