Backgorund
I like having a different wallpaper on the lockscreen than the homescreen, but a lot of the ROMs don't support that. GravityBox does that, but it's too heavy weight for my taste (oh so many features!). A lot of people have been asking for the See Through blurred lockscreen from SaberMod and PA4.0 as well, so I figured I will write a module myself
Requirements
Xposed Framework
Android KitKat (Stock Google or AOSP)
Features
Set lockscreen background with solid color
Set lockscreen background with custom image from gallery
Set lockscreen background as a semi-see-through "frosted glass" (SaberMod and PA)
Known issues
Custom image only works for local images (from gallery)
Credits
David96 and AOSPA for See-Through lockscreen
RoboBunny for Seekbar Preference
GravityBox for everything else
Source
https://github.com/ctbear/xposed-lockscreen-wallpaper
Xposed Repo
http://repo.xposed.info/module/jh.xposed.lockscreenwallpaper
I wrote this mostly for myself, and I don't expect to keep adding features. I have only N5 and N7 2013 (and they both run 4.4.2) so I probably won't support anything below KitKat.
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Changelog
May 13, 2014 - 1.6.2 - Add Russian and Ukrainian translations (thanks @JRoot3D)
Apr 4, 2014 - 1.6.1 - Fix for SlimROM for real this time (thanks @JKab)
Mar 31, 2014 - 1.6 - Fix module not working on SlimROM. Add Slovenian translation (thanks kv1dr)
Mar 11, 2014 - 1.5 - Attempt to fix crash at boot for CM. Update FR and PL translations (thanks @Micks29 and @MPL92)
Feb 13, 2014 - 1.4.1 - Add PL translation (thanks @MPL92)
Feb 12, 2014 - 1.4 - Landscape (rotation) should be fixed. This includes custom wallpaper and see-through. Add PT-BR (thanks DigitalJosee) and FR translations (thanks @YoshiFrance)
Jan 27, 2014 - 1.3 - Add preference to set how "blurry" the image is. Applicable to custom image and see-through.
Jan 18, 2014 - 1.2 - Refactor a lot of code to be faster and more reliable - this should fix see through for most people now. Fix delay when turning screen off. Fix see through image persists through power cycle.
Jan 17, 2014 - New test build here. Please try and report back.
Jan 16, 2014 - 1.1 - Many fixes, hopefully it works more reliably now. Also fixed landscape see through.
Jan 16, 2014 - 1.0 - First release (please help me test it!)
Please add to xposed repo
Sent from my Nexus 4 using XDA Premium 4 mobile app
Hmm, I can't get the blur to work, it just shows my default wallpaper. Neither does the custom image mode.
Do you think something else could be interfering? I'm on a Moto X.
Seems to be hit/miss for me. Sometimes the blur works, other times I just get my default lock screen. Weird.
jfltevzw running cm11 if it matters
Can you share the source?
Does not work at all for me. Nexus 4 with 4.4.2
See through works for me but custom image shows as a black screen.
Personal request - please hide the icon from the app drawer, it can be accessed via the Xposed installer so no need to clutter up the screen with yet more icons.
Many thanks
Adrian
Edited: colour fill works.
When selected a custom image, a toast message briefly flashes up saying 'no application installed' then 'background changed'. If I select a .png from inside my file manager, the Xperia Album starts and shows the image so the file association is there. Any ideas?
Running 4.4.2 on an SGS4:
* Color fill works fine
* Custom image works fine. Blur as well.
* See through works fine. Tinting makes no difference however.
All in all: happy :good:
All features worked. Thanks a lot!
Moto G, stock 4.4.2.
I'm on the HTC One with official OmniRom nightlies (4.4.2)
And It works on and off, very occasional tbh
Working fine on Razr XT910, I'm using ParanoidAndroid 4.4.2 with JBX Kernel.
BTW Great job dev, loved it!
Awesome work, keep up dev:good:
Not working on N5
Nice work man!! Thanks but not working on my Nexus 5 with Droidkang 16..
Even if you don't plan on supporting under KK, could you compile with API level 16 instead of 19? Maybe it runs just fine on JB and it would be a shame to pass on this module if it does.
Not working, Nexus 5 4.4.2 I have GB, Unicon, App Settings and Tablet Metrics
rush25 said:
Please add to xposed repo
Sent from my Nexus 4 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Will do when I can get it more stable.
rhar**** said:
Can you share the source?
Click to expand...
Click to collapse
I will do that after I clean up all the debugging junk in my code.
iSecks said:
Hmm, I can't get the blur to work, it just shows my default wallpaper. Neither does the custom image mode.
Do you think something else could be interfering? I'm on a Moto X.
Click to expand...
Click to collapse
Do you have GravityBox installed?
adrian.aitken said:
See through works for me but custom image shows as a black screen.
Personal request - please hide the icon from the app drawer, it can be accessed via the Xposed installer so no need to clutter up the screen with yet more icons.
Many thanks
Adrian
Edited: colour fill works.
When selected a custom image, a toast message briefly flashes up saying 'no application installed' then 'background changed'. If I select a .png from inside my file manager, the Xperia Album starts and shows the image so the file association is there. Any ideas?
Click to expand...
Click to collapse
Does it work when you use the lockscreen settings on GravityBox? it is the same code.
polobunny said:
Even if you don't plan on supporting under KK, could you compile with API level 16 instead of 19? Maybe it runs just fine on JB and it would be a shame to pass on this module if it does.
Click to expand...
Click to collapse
I can build one later and let others try.
ctbear said:
I can build one later and let others try.
Click to expand...
Click to collapse
I'm willing to test it if you build it. Who knows, might get a cool new module. Thanks a bunch!
Hey guys, thanks for the feedback. I knew a lot of things will break for something so low level in the system :crying:
Can you try the followings if things are not working correctly?
None of the modes work, or it just gives me a black lockscreen - if you have similar modules installed, try deactivating them
Setting custom image doesn't work - try using GravityBox and see if it works there
I think I have an idea why the see through works on and off. I will upload a test build when I get off work tonight.
Thanks!
Just installed it on my S4 running AOSP 4.4.2, custom wallpaper and blur are working fine.
See through style not working
I have a nexus5 with stock rom and kitkat 4.4.2. All the styles work, except the see through.
Related
NEW THREAD
OTA RELEASE
FXP47 & MIUI
you can find discussion of this new release from HERE
BlackEditionHD(Based on MIUI 1.11.4 & FXP045 | Android 2.3.7)
Attention:
UNLOCKED BOOTLOADERS ONLY!!!
If you have a Locked Bootloader, please reade and follow THIS cobrato Thread
Notes on this build:
Personally i just "hate" the iPhone look of MIUI but i really love the other stuff so this is a sort of mix.
This was made to give you the first available rom completely based on FXP Team work
Features:
CHECK HERE
Bugs/Not Working:
????
Max Brightness issue - Settings --> Display Settings --> Brightness (advanced mode) --> Turn On Use Custom --> set Light Level To Dim to 20
Installation procedure:
CHECK HERE
Credits:
Rdannar (who help me and give some lights on how-to, thx pal);
DooMLoRD;
jerpelea & zdzihu & FreeXperia Team for not freakin`out on port/use files. And of course for sharing there sources/knowlage and kernel;
Huge thanks to azuzu & cobrato for pointing me the right way and brainstorming (or should i say BrainDamaged? );
EffectX for the still boot image
XDA Dev Team
XDA Users
MIUI Dev Team
Tips/tricks/hacks & more
Changelog:
MAY 13th - first release
MAY 14th - minor bug fixes, reboot fix, some hacks added
MAY 18th - New launcher, added LaucherPro tweaks from DooMLoRD (follow instructions bellow), added some widgets, contacts clean-up (fix for SMS - read bellow), uncap fsp, some general improvements
MAY 24th - Now you can choose beetween 3 launchers at anytime (LaucherPro, ADW and Go Launcher EX), new system animations, GoodMorning, Bubbble, Chrome2Phone, DSP Manager, Spare Parts 4, XDA app and more
SEP 12th - 2.3.5 gingerbread with kernel support
SEP 14th - 2.3.5 gingerbread with kernel v05 from Doom support
Change from LP SenseUI to LP due some issues
Doom´s Kernel with deepsleep supported
Bravia Engine ON by default
xLoud OFF by default
Suave Icons on v0.1 Theme from My_Immortal .....uppps iridaki
MIUI Optimization thx to 28spawn
Increase screen sensibility
Much Smoother/faster
Unlock Slide Screen
Added aicbootfix.apk (may increase battery life)
Added talk.apk
Much more hacks & tweaks in system
NOV 06th - 2.3.7 MIUI Imported into FXP - Version 1.1
Unlocked Bootloader (only?)
FXP kernel
BootManager1.3 FXP Supported
Without DataBug
Bravia Engine by default (no, there´s no option to turn that off)
Lot of tweaks on init
Increase screen sensibility
Much Smoother/faster
Much more hacks & tweaks in system
NOV 09th - - Version 1.2 & 1.3
Based on FXP_V045
Lock Screen without Chinese characters (please install attached file from "Add-Ons")
Hoppefully no more WLOD`s
Added DSP Manager
Increase automatic search for wifi to save battery
Add some change to increase security
NOV 11th - Version 1.4
Upgrade to MIUI 1.11.11
Upgrade lancherpro to 0.8.6
Little improvment on Bravia Engine
Improve sound quality
Remove DSP manager due previous
Change keyboard to cm7 version
Make some internal changes
Little RAM Improvment +-160Mb free
Facebook now work (thks cobrato )
NOV 23th - MIUI47
1st OTA Release
Add-Ons/Fixes - OTA ONLY:
MIUI47 - WLOD Fix
Go to rom updater > settings > Repository URL (QR code) and apply this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
of course you need QR Code
after that apply the "normal" repository
Basebands:
baseband supported 2.1.71
Hidden features:
Hidden phone tests: Open dial pad type *#*#MIUI#*#* or (*#*#6484#*#*);
More hidden phone tests/settings: Open dial pad type *#*#4636#*#* (more for advanced users!!! If u don't know what u doing than don't change any settings here !!!)
Hi!
Downloading ..................
Keep it up.
looking good so far on bb52...
amazing job Ricardo!!!
Will try it out now!
I have one Question: Does wifi work??? Because you wrote about wifi notification => Wifi?
But i will try it out now and will feedback in some Minutes!
nice one rendeiro....
Whitecookie said:
I have one Question: Does wifi work??? Because you wrote about wifi notification => Wifi?
But i will try it out now and will feedback in some Minutes!
Click to expand...
Click to collapse
it works perfectly
you´ll see what´s wifi notification
rendeiro2005 said:
it works perfectly
you´ll see what´s wifi notification
Click to expand...
Click to collapse
nice ADW icons!!! can u post a fix/addon for LP too?
suggestion: add android version tag in thread title... will be easier for all & may avoid stupid questions
thanks
will try this over this weekend...
P.S.: really love the way u represent screenshots from OS... absolutely brilliant & unique!
DooMLoRD said:
nice ADW icons!!! can u post a fix/addon for LP too?
suggestion: add android version tag in thread title... will be easier for all & may avoid stupid questions
thanks
will try this over this weekend...
Click to expand...
Click to collapse
What do you mean by LaucherPro fix
rendeiro2005 said:
What do you mean by LaucherPro fix
Click to expand...
Click to collapse
i ment launcherpro compatible icons & config file...
i just checked... launcherpro saves the icons/config file/other preferences in:
/sdcard/launcherpro_backup/
if i get time over weekend i will create one myself and send it to u...
DooMLoRD said:
i ment launcherpro compatible icons & config file...
if i get time over weekend i will create one myself and send it to u...
Click to expand...
Click to collapse
ohh, ok. that will be great since i just use ADW and that way avoid me install LP
appreciate that
Using Reboot from the toggles, there is Chinese Text??
soblecram said:
Using Reboot from the toggles, there is Chinese Text??
Click to expand...
Click to collapse
nop. only the one one the left.
you should see previous version
FC - Google Voice
FC - Google Services Framework
soblecram said:
FC - Google Voice
FC - Google Services Framework
Click to expand...
Click to collapse
google voice had issues on this MIUI version;
GSF? where do you go to have that?
WOOOOWWW!!!!
The only thing, i can say is : It´s just incredible!!! My Xperia is now as fast as a iphone!
Really great work rendeiro (and thanks to J and Z for the new Kernel!)
i know you stated camera doesn't work.. but can we use like vignette or illusion ? has anyone tried it plz write back..
wali01x said:
i know you stated camera doesn't work.. but can we use like vignette or illusion ? has anyone tried it plz write back..
Click to expand...
Click to collapse
not sure but don`t belive
Getting reboot midway through reinstalling apps with MyBackupPro (apk's only) so unable to restore apps at the moment...
The choice between shiny new CM10 and good ol' CM7 isn't a tough one for Defy users, it's a matter of priority: adventure vs stability. But once you've tried JellyBean and it's lovely UI, going back to GingerBread is a pain to the senses! That doesn't takes away from the fact the latest CM7.2 is amazingly smooth so only the UI needs bit of tweaking and theming.
Enough talk, here's what this thread is about. Screens taken from maniac103's CM7.2 -
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Description -
Mods:
--> Jellybean style notification layout & icon, clear button and botttom carrier name (thanks to AChep. His thread)
--> Jellybean style notification bar time-date and settings button (thanks to petrukgrinder. His thread)
--> Jellybean style settings (thanks to balamu96m. His thread) with fixed redundant entries and graphical battery info on main screen
--> Jellybean transition animations
--> Roboto fonts from CM10
Theme:
--> Holo style theme for ThemeChooser. It's a fixed version of jasonevil's Ice9 theme. New resources and color schemes to be more like JB, custom icons, Nexus 4 analog clock, improved XMLs etc.
Instructions -
--> To keep things simple I have just included the tweaked files in a flashable zip and the theme as installable apk
--> Download the mods for your build (see Important section below if your's is not listed):
JBMakeOverMods_maniac103: (0712/12) | (1304/13)
JBMakeOverMods_Quarx: (2511/12)
JBMakeOverMods_Fuzz: (0312/12) | (1412/12)
JBMakeOverMods_Epsylon3: (2611/12)
--> Download Font.zip
--> Go to recovery, wipe dalvik and wipe cache
--> Flash the zips and reboot
--> Install Ice10.apk, apply in theme chooser and reboot
--> Recommended install: Holo Launcher
--> Done
Important -
The tweaked files in the zip (fremework-res, systemUI, settings, deskclock, bluetooth, phone, music and downloadprovider) are verified to be working on my MB525 with maniac103's and official builds. In theory, they should work with any CM7.2 build but I haven't tried with others. MB525 and MB526 versions are same. What matters is the build date and that only when there has been any major changes between them (I'll update if there has been any).
Before trying, always create an Undo.zip by replacing the respective files in the mod with yours.
The theme however is universal and will work for any device so if you don't want the mods, just use the theme
Same goes for fonts.
Otherwise, Make your own mod using JBMakeOver Patcher
UPDATE: 23rd Nov 2012
--> More JB like notification bar (See updated screens) with settings button
--> Battery text in status bar made smaller for better aesthetics. Also battery bar (maniac specific) displays properly now.
--> Settings.apk tweaked with more logical groupings.
--> Theme update
UPDATE: 28rd Nov 2012
--> Added support for 0711 maniac103's build: JBMakeOverMods_maniac103_0711
UPDATE: 1st Dec 2012
--> Added support for 2511 official build: JBMakeOverMods_Quarx_2511
--> Theme update
UPDATE: 2nd Dec 2012
--> Added simple one-click patcher to make your own mods (for all Defy CM7.2 builds): JBMakeOverMods_Patcher
UPDATE 04 Dec 2012
--> Added support for Euroskank builds in the patcher. Not tested (confirmed working in this post )
--> Theme update.
UPDATE 09 Dec 2012
--> Added Fuzz 0312 build patches:
JBMakeOverMods_Fuzz_0312
--> Theme update
UPDATE 23 Dec 2012
--> New JB style phone
--> Added mods for Fuzz 1412 build:
JBMakeOverMods_Fuzz_1412
--> Added mods for Epsylon3 2611 build:
JBMakeOverMods_Epsylon3_2611
--> Theme updated minor changes
really neat theme/mod!
nice
I don't want a tapatalk sig!
Looks great! I'm about to try. Thank you!
Awesome!
Which mod is for the clock + date layout in notification dropdown?
And the notification power widget is a mod or cm7 settings?
^ Date-Time layout is the DateView.smali inside SystemUI (link in the post). You can use them in your AIO patch
Power widgets will look like that after you apply my Ice10 theme.
Is lg optimus 2x considered hdpi as far as the theme is considered?
Sent from my Optimus 2X using xda app-developers app
I have try this mod ower white rabbit 1.8 for defy+.Working and looking great!!
Yeah and it is a good MOD, but I have ( WhiteRabbitEdition Developer ) make it for the next Version by myself. Haven't seen this topic, but now a German User recommented it.
Of course if will work with most of the WR Editions, but maniac is bugfixing from Version to Version more Errors and some of them are also in framework-res.apk, settings.apk or systemui.apk and if you use this mod you will replace the files and the new bugfixes or features are gone. Nothing big, but for the next Version I will adjust the moods to the latest maniac, which I will use.
In advance, big thx to bhupatib
TweetyPeety said:
Of course if will work with most of the WR Editions, but maniac is bugfixing from Version to Version more Errors and some of them are also in framework-res.apk, settings.apk or systemui.apk and if you use this mod you will replace the files and the new bugfixes or features are gone. Nothing big, but for the next Version I will adjust the moods to the latest maniac
Click to expand...
Click to collapse
The mod itself works same across different builds that's why I included the manual process as well. In any case, I will also update them when maniac release builds with major changes (unlikely) in the mentioned apps. But it's great to know that you'll include them in WR
Meanwhile, I'm working on the theme to improve the ICS look and optimize theme contents.
Theme Update:
* Resource and code cleanup
* Status bar icons and font change (more ICS like)
* Bigger contact thumbnails and custom quickcontact popup
* Other minor changes
Ice10 now has a dedicated thread
Download
nice, thx man
UPDATE: 23rd Nov 2012
--> More JB like notification bar. With settings button and updated looks.
--> Battery text in status bar made smaller for better aesthetics. Also battery bar (maniac specific) displays properly now.
--> Settings.apk tweaked with more logical groupings.
--> Theme update
New links in OP.
how you get the lockscreen, because it is not in your pack
TweetyPeety said:
how you get the lockscreen, because it is not in your pack
Click to expand...
Click to collapse
That's standard CM7.2 lockscreen with the clockopia font included in the OP.
UPDATE: 28rd Nov 2012
--> Updated for 0711 maniac103's MB526 build: JBMakeOver_MB526
--> Added JB transition animation
Sorry if its been asked but does it work with ldpi phones running cm7??
Or can u tel me wat to edit in systemui..i followed petrukgrinder's thread but didnt get any of it to work status bar FC everytime i modified from it
Can't help you with something I can't test out as I don't have a LDPI device. But check OP again, I have updated the "Make your own mods" section to be more simplified. Also go through comments on petrukgrinder's thread, there has been errors pointed out by users in his code.
Least I can do is to add LDPI support in my theme. Keep checking http://forum.xda-developers.com/showthread.php?t=2003484 for updates.
bhupatib said:
Can't help you with something I can't test out as I don't have a LDPI device. But check OP again, I have updated the "Make your own mods" section to be more simplified. Also go through comments on petrukgrinder's thread, there has been errors pointed out by users in his code.
Least I can do is to add LDPI support in my theme. Keep checking http://forum.xda-developers.com/showthread.php?t=2003484 for updates.
Click to expand...
Click to collapse
I gone through each n every step as well as comments in that thread but still cant able to get it working..n one more question which tool to use for decompile/compile apks?i mean which is best and commonly used..im asking because i use apkmultitool n thought i might did something wrong so that it wont work..
Thanks
Not working on official cm7 builds
Hi bhupatib,
I´m just willing to help by reporting this.
This mod does not work properly with the latest stable Cm7 official build (20121008). It got many misplaced UI elements and outscaled lockscreen size. I apologize that i did not take any screenshots, i´ve flashed maniac build and now it´s working as expected.
PS: I was using the CM7MakeoverV2 when i got this issues.
Thx for the great job!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Credit to:
Mantas Zilius [MNT]
@Skyraider37
@wowthatisrandom
http://www.cyanfox-rom.com/
CyanFox is a light-weight Android 4.4.x custom ROM, which is based on AOSP/Android (4.4) and CyanogenMod (11.0) source bases.
Custom SkyRaider features
-Active Display (thanks Omni/Chameleon for the base)
- added features
- New UI to active Display notification
- Added Notification Actions to Active Display
- Target text shows when target is highlighted
- certain actions will not unlock the device (Archive, Read, Delete/Trash) - setting coming soon
- fixes to current active display
- fixed issue where screen would blank out if interacting with active display when a new notification arrived
- fixed issue with dismissing notifications
- Working IR (thanks to kejar)
- Working GPS (thanks to cm)
CyanFox features:
- Dark UI mode
- Screen Recording
- NavBar settings and native enabling
Features in progress:
- Unread notifications count-icons with new 4.4 API for any app/launcher
- Apps sidebar-launcher
- Advanced Recent Apps RAM bar
- Multi-color/alpha status/nav bars
- Network speed indicator in status bar
- List view animations
- More new features coming soon...
https://github.com/CyanFox
https://github.com/CyanogenMod/android_kernel_samsung_jf/tree/stable/cm-11.0
Please submit bugs to: https://code.google.com/p/cyanfox/issues/list
And feature requests to: http://cyanfox.uservoice.com/forums/220748-general
Cyan Fox info:
http://www.cyanfox-rom.com/
https://plus.google.com/communities/103538505102439103284
Downloads
ROM
(we recommend using PA GAPPS)
GAPPS
previous builds
2/11/14
2/4/14
Buy us a beer
Changelog
2/11/14
synced up with cyanfox (see github for changes)
active display: added support for apps using custom notifications
active display: fix for notifications getting out of sync with glowpad
2/9/14
synced up with cyanfox (see github for changes)
fix for developer mode not enabling
added disable wifi action to network notification
add notify once option to settings/sound - this feature will only play the sound/vibrate 1 time per app/thread until notification is cleared or the notify once timeout has elapsed. (defaults to on)
active display: disable soft key lights
active display: replace show notification text around handle with full notification view
active display: adjusted layout position so that no overlapping occurs
one more just in case
Phone won't set up
Wiped everything, installed the ROM and then the PAGapps. Once phone boots up and I select a language I get the unfortunately setup wizard has stopped. Any ideas what I can do to fix that?
---------- Post added at 07:11 PM ---------- Previous post was at 07:05 PM ----------
Wiped everything, installed the ROM and then the PAGapps. Once phone boots up and I select a language I get the unfortunately setup wizard has stopped. Any ideas what I can do to fix that?
derek910 said:
Wiped everything, installed the ROM and then the PAGapps. Once phone boots up and I select a language I get the unfortunately setup wizard has stopped. Any ideas what I can do to fix that?
Click to expand...
Click to collapse
I'm not running this ROM but just finished porting something over from the international S4 and ran into something similar.
Try wiping, flashing the ROM only (no gapps) and then reboot to your home screen. Reboot into recovery again, wipe cache and dalvik, flash gapps, then reboot.
Sent from my SCH-I545 using Tapatalk
Ironclad Lou said:
I'm not running this ROM but just finished porting something over from the international S4 and ran into something similar.
Try wiping, flashing the ROM only (no gapps) and then reboot to your home screen. Reboot into recovery again, wipe cache and dalvik, flash gapps, then reboot.
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
Tried that it didn't help, but thanks though. The link is gone so I imagine they are fixing something
derek910 said:
Tried that it didn't help, but thanks though. The link is gone so I imagine they are fixing something
Click to expand...
Click to collapse
ya cyan added some gapps to the rom we didnt realize when we synced.. we are sorting it out now, sorry for that should be back as soon as we get it fixed
Can't wait to try this. Thank you! Haven't ran anything from Skyraider since the Tbolt days lol Everything he did was perfect!
Sent from my SCH-I545 using Tapatalk
ok its back and fully functional. CM made some changes to a method that is called by the setup wizard, surprised more people using a cm base arent having this issue.
Anyone get past start up screen? Mine just freezes with clean install.
Sent from my SCH-I545 using Tapatalk
heath2805 said:
Anyone get past start up screen? Mine just freezes with clean install.
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
shouldnt have any issues. where are u getting stuck? the setupwizard? make sure u have the rom from the op that was updated last night
wowthatisrandom said:
shouldnt have any issues. where are u getting stuck? the setupwizard? make sure u have the rom from the op that was updated last night
Click to expand...
Click to collapse
yeah selecting english it just freezes. I downloaded it this morning around 5am. Maybe I'll check md5 this time lol
Sent from my SCH-I545 using Tapatalk
heath2805 said:
yeah selecting english it just freezes. I downloaded it this morning around 5am. Maybe I'll check md5 this time lol
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
ya that was caused by a change cm made to the enable wifi method, so when it was merged it broke the setupwizard since its still looking for the old method. the newest rom fixed it.
Active Display
Is anyone else having issues with the active display not working? I have enabled it, but it isn't working. There is also a clock widget on my lockscreen that I can't figure out how to get rid of either. Wonder if that is causing the active display not to work. Hope someone can help
derek910 said:
Is anyone else having issues with the active display not working? I have enabled it, but it isn't working. There is also a clock widget on my lockscreen that I can't figure out how to get rid of either. Wonder if that is causing the active display not to work. Hope someone can help
Click to expand...
Click to collapse
ok so
1. the clock on the lockscreen is called cLock u can access those settings from settings/interface/lockscreen/Clock widget
2. active display enable in settings/active display. i also recommend enabling notification text, hide low priority and setting pocket mode to always. to use it leave your phone on your desk and send your self a message, your phone will show active display hands free. also you can cover your prox sensor(to the right of the earpiece) for the threshold time in active display settings (stock is 5 sec) then move your hand and it will enable active display. you can also blacklist applications from triggering active display within its settings.
Any difference with this unofficial thread from the official thread/build for jfltevzw? http://forum.xda-developers.com/showthread.php?t=2474541
arcane spade said:
Any difference with this unofficial thread from the official thread/build for jfltevzw? http://forum.xda-developers.com/showthread.php?t=2474541
Click to expand...
Click to collapse
yes, this rom has added features that we personally added, things like working IR, and active display along with a few other little things. The base is the same. I am also not sure if the other dev has a gs4 like we do or is just building. The choice is yours, ours will remain unofficial as we are making our own modifications to the cyanfox base.
wowthatisrandom said:
yes, this rom has added features that we personally added, things like working IR, and active display along with a few other little things. The base is the same. I am also not sure if the other dev has a gs4 like we do or is just building. The choice is yours, ours will remain unofficial as we are making our own modifications to the cyanfox base.
Click to expand...
Click to collapse
Sorry, now I see it in the OP. The format was so similar to the other thread I skimmed it fast and thought it was the same. Thanks for the response.
safestrap
I have a friends Galaxy S4 which is on MK2. I have rooted, installed safestrap, and backed up his stock ROM. Is this ROM safestrap compatible? I don't want to brink his phone. thanks for any help
derek910 said:
I have a friends Galaxy S4 which is on MK2. I have rooted, installed safestrap, and backed up his stock ROM. Is this ROM safestrap compatible? I don't want to brink his phone. thanks for any help
Click to expand...
Click to collapse
safestrap is not compatible with any aosp roms. do NOT flash this w safestrap
Hybrid Theme for LG G4 (H815)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I proudly present you the first flashable theme for our loved LG G4. This is my implementation of UX4 desing and AOSP style elements.
Requirements:
- LG G4 H815 stock software (or Stock based ROM). Always check the version's base.
- Root
- Custom recovery
Installation:
Copy the zip to your sdcard. Reboot into recovery and flash the zip in twrp. Reboot. Enjoy.
Features:
- tinted navbars (on material and LG system apps)
- choose between navbar height 24, 30, 36 or 42dpi (stock)
- (green) restyled AOSP switches and radio buttons
- green battery saver mode color
- safe media volume disabled
- notification panel with AOSP icons
- quick settings icon animation redesigned (teaser here)
- volume panel icons redesigned
- brightness and volume sliders recolored
- dark grey toast messages
- AOSP signal cluster (data indicator optional)
- option to hide battery icon
- MiniView
NEW!
Hybrid Theme for Marshmallow (20A)
Since the 20A sw supports layers the theme comes partially in form of overlay apk-s.
Layers is an extension of run-time resource overlay (RRO). RRO is a framework created by Sony for them to create Xperia themes but also for quick internal prototyping. Layers uses the native android code to do what it does. It is absolutely secure. Layers allows you to theme every app individually which also adds the ability to mix and match various layer packages, cool isn't it? For more information look here: http://bitsyko.codelax.me/ and at the G+ community.
Unfortunately I could not get layers working targeting the framework files and the notification panel animations. This is why you should also flash a zip containing the themed fw and systemui first.
Then install Layers Manager from the Store first. You need to be rooted and to have BusyBox installed. Run Layers Manager, it will create a folder "overlay" on your sdcard. Then dowload the G4FlymePlugin.apk and install it.
The installation is very simple. Start Layers Manager and you will see the theme as a Plugin on the home screen. The apply the plugin choose the target apk-s (select all) apply and reboot. That is it.
The package contains a flashable zip including framework and systemui. Furthermore, you may find in the zip overlay apk-s for several system app. Recently InCallUI, Calculator, AlarmClock, and the Email app are themed.
The Systemui has: centered clock, AOSP signal cluster, AOSP dismiss all button.
More to come.
Credits:
@minhvu=center clock
@skin1980=AOSP signal cluster
@BySezerSimsek = modded Systemui (10G, 20A, 20E)
@Seven = for the working OneHandcontroller.apk
@Upstreammiami=fonts
@Spannaa=vrtheme (modded by Skin)
@Amarullz=Aroma installer;
Download:
Marshmallow
H81520E_Hybrid_Theme_Base.zip
Baskedbuild is down. Look at my Gdrive.
Restore Stock H81520E
H81520A_Hybrid_Theme_Base.zip
G4HybridOverlay_Plugin
Lollipop
hyBRid_thEMe_(H81510E)_Aroma_V6a.zip (Base 10E)
hyBRid_thEMe_H815_V5d_(Aroma).zip (Base 10D)
Older versions:
hyBRid_thEMe_(H81510E)_Aroma_V6.zip (Base 10E)
hyBRid_thEMe_H815_V5c_(Aroma).zip
(Base 10D)
hyBRid_thEMe_H815_V5b_(Aroma).zip
hyBRid_thEMe_H815_V5a_(Aroma).zip
hyBRid_thEMe_H815_V5_(Aroma).zip (Base 10d only)
hyBRid_thEMe_H815_V4a_(Aroma).zip (Base 10b/c)
XDA:DevDB Information
Hybrid Theme, Theme for the LG G4
Contributors
Kickoff
Version Information
Status: Stable
Stable Release Date: 2015-11-11
Created 2015-06-29
Last Updated 2015-11-11
Update 30.06.15
V2 released with minor changes. Wifi activity indicators fixed. Framework switches polished.
Update 01.07.15
V3 with Aroma installer released. Aroma installer with UX4 UI. You can easily go back to stock or combine several options: center clock, system icons in extended statusbar, AOSP dismiss all button, fonts (Stock, Roboto, Cocon, Segoe).
Update 02.07.15
V4 including AOSP signal cluster released. V4a let you hide the battery icon.
Update 07.08.15
V5 released, theme updated to base 10d.
Update 13.08.15
V5a contains a fix for stock clock position.
Update 20.08.15
V5b contains a fix for LG signal cluster. Helvetica font added.
Update 24.08.15
V5c contains a fix for clock position and bluetooth icons.
Update 27.08.15
Bluetooth icons really fixed with 5d.
Update 04.09.15
Updated to new base 10E.
Update 10.09.15
Data indicators (new design) added.
Update 11.11.15
New package for 20A released. Enjoy the Layers on your G4.
Update 31.03.16
New base zip for 20E released.
Awesome
Kickoff said:
reserved
Click to expand...
Click to collapse
great work as always, well done!!
Very nice. Can't find download link.
Sent from my LG-H811 using Tapatalk
Copy the url and paste it in your browser. Then you will see the menubar.
Sent from my LG-H815 using Tapatalk
nice!
would love to see your chocolate dark ui, i miss it since i left my g3!
paratox said:
nice!
would love to see your chocolate dark ui, i miss it since i left my g3!
Click to expand...
Click to collapse
Do not have unjustified expectation. Darken the system is HUGE work, I became really fed up with all the bugs I had to seek for days. Every change in the framework caused bugs in system apps I could not really fix.
Anyway, I really like the UI now and will develop further.
Hi
I can confirm it works real nice so far after 30 mins of use with 10c firmware provided by autoprime.
Thanks.
Beer token sent via PayPal.
@Kickoff great work!!
Wysłane z mojego LG-H815 przy użyciu Tapatalka
any easy way to uninstall ?
Sent from my unlocked and rooted LG-H815
Anyone tested on 10A?
masze said:
any easy way to uninstall ?
Sent from my unlocked and rooted LG-H815
Click to expand...
Click to collapse
Dirtyflash your ROM. I will prepare a zip with the stock files later.
Kickoff said:
Dirtyflash your ROM. I will prepare a zip with the stock files later.
Click to expand...
Click to collapse
cool,
btw, its look amazing!
Sent from my unlocked and rooted LG-H815
I just released a minor update. Please use the devdb menu for reviews, bug reports, feature requests. And rate the thread. Thx.
Because my question was already asked (is there an easy uninstall) and dirtyflashing seems fine by me, I will take the plunge, looking forward, gonna try it out, thanks a lot for your work, loving the spirit!
I've just noticed that if you try and use the Task Manager to kill an app, Task Manager FCs (and doesn't kill the app).
nobnut said:
I've just noticed that if you try and use the Task Manager to kill an app, Task Manager FCs (and doesn't kill the app).
Click to expand...
Click to collapse
Correct, thx- Will remove in the next update.
Center clock, system icons in extended statusbar solved.
Sent from my LG-H815 using Tapatalk
V3 with Aroma installer released. Aroma installer with UX4 UI. You can easily go back to stock or combine several options: center clock, system icons in extended statusbar, AOSP dismiss all button, fonts (Stock, Roboto, Cocon, Segoe).
Thanks for your work! A beer is in order.
Paypal 3K289649R6165362F
Cheers!
Heyho fellow people of XDA, I'm here to proudly present my first Xposed module!
NeoPowerMenu is an replacement for androids stock power menu, it gives the ability to customize the entire power menu how you like!
You can freely change the colors, graphics, whats displayed, and much more!
Don't like your default power menu colors?
Then change them!
To do this, simply tap on "Theme" in the apps main screen and change every color of it, or download one of the various community made presets!
Need more unique graphics?
Then the "Graphics" screen is the right thing for you! Try it out and pick your favorite graphics!
Want to have your favorite apps, shortcuts, or similar in your power menu?
No problem for NeoPowerMenu, just tap on "Visibility and order" in the apps main menu, then tap on the + in the top right of the screen to add new elements!
This module is not compatible with any other Module that performs Power Menu Modifications...(my module will try to overwrite the other modifications)
Main features:
Replace the Default power menu
Additional reboot options (For example: bootloader, safe mode, recovery mode)
Change the colors and save/load presets
3 Built in presets (Light, Dark, Black)
Online preset server with over 250 community made presets (Containing custom graphics and colors)
Choose which items are displayed
Reorder the items as you wish
Multi Language, currently supported: English, German, Russian, Polish and Portuguese and more
Download from:
Xposed Repository
Neon-Soft.de
Other links:
View the changelog.
View a list of devices on which this module is confirmed to work on.
Help translating this app on Crowdin. (If your language isn't in the list of available languages, just pm me!)
Find this apps source on GitHub.
Find this app on Google+ where you can share ideas, ask questions, or even share your setup!
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
~ Sorry when my english is not the best
Current Version:
Stable: v1.5.7
Package name: de.NeonSoft.neopowermenu
Size: ~3,43mb
Congratulations for your first module
? dont work in lg lbello 5.0.2
Can you fix it please
---------- Post added at 10:07 PM ---------- Previous post was at 09:57 PM ----------
The first time it dont granted supersu permission but now its okay
Interesting module but it is not working on my Nexus 6P (stock rom - 6.0.1).
Working on Samsung Note 4 stock lollipop. Looking forward to implementation of other items on your planned list.
May I also suggest to allow users to configure the colour of the overlay (currently green)?
Not working for me. Galaxy V SM-G313HZ running CM11. Looks awesome man but I enabled the module, granted SU, rebooted several times and it's not working. Also, hoping to see screenshot added in the power menu. I hope this would be fixed soon. Have a nice day OP.
Nice module, works on XPERIA ZR stock 5.1.1
Hey there, great module man nice work
I'm running CM 12.1 does it conflict with CM Theme Engine cause some themes Change the power menu
I liked your module and if there will be no problems i will try it
Faisal Z Ahmad said:
Hey there, great module man nice work
I'm running CM 12.1 does it conflict with CM Theme Engine cause some themes Change the power menu
I liked your module and if there will be no problems i will try it
Click to expand...
Click to collapse
My module hooks into the method of showing the dialog, in my information the cm theme engine change its styles in the 'createDialog' there should be no problem
adriansticoid said:
Not working for me. Galaxy V SM-G313HZ running CM11. Looks awesome man but I enabled the module, granted SU, rebooted several times and it's not working. Also, hoping to see screenshot added in the power menu. I hope this would be fixed soon. Have a nice day OP.
Click to expand...
Click to collapse
I will add the screenshot option to the planned list!
To solve the problem logs would be nice
DrAcHe981 said:
I will add the screenshot option to the planned list!
To solve the problem logs would be nice
Click to expand...
Click to collapse
Going to send logs soon man. Thanks,
sunwee said:
Working on Samsung Note 4 stock lollipop. Looking forward to implementation of other items on your planned list.
May I also suggest to allow users to configure the colour of the overlay (currently green)?
Click to expand...
Click to collapse
Its planned to let the user change every color ^^
Does not work on Nexus 6P (latest stock image 6.0.1). Thanks!
anmar21 said:
Does not work on Nexus 6P (latest stock image 6.0.1). Thanks!
Click to expand...
Click to collapse
I have made some optimisations, the problem is that I don't have a 6.0.x device to test on but I hope the v1.1 is working now
Here it is man.
DrAcHe981 said:
I have made some optimisations, the problem is that I don't have a 6.0.x device to test on but I hope the v1.1 is working now
Click to expand...
Click to collapse
Thanks for your efforts but still no success.
Dafuq I'm having issues sending attachments.
Not Working Nexus 6p
Not working on nexus 6p running latest pure nexus rom. Switched all power menu mods to default.
https://db.tt/V3e3zNzR
My logs. Hope this helps.
(Removed: Network bug -.-)
i2andog said:
Not working on nexus 6p running latest pure nexus rom. Switched all power menu mods to default.
Click to expand...
Click to collapse
adriansticoid said:
https://db.tt/V3e3zNzR
My logs. Hope this helps.
Click to expand...
Click to collapse
anmar21 said:
Thanks for your efforts but still no success.
Click to expand...
Click to collapse
Well that was my fault, I have used the wrong strings, v1.1 messes up everything so I will upload v1.1-1 when I have more battery (I'm programming on the phone ;D) but for now use the v1.0 and for android M users: stay tuned!