HOME | DD
#android #css #html #ios #iphone #javascript #port #wallpaper #cydia #lockscreen #request
Published: 2015-05-26 10:34:51 +0000 UTC; Views: 18476; Favourites: 28; Downloads: 585
Redirect to original
Description
A port of the Barebones Android LockScreen found on /r/AndroidThemes .Available on theΒ cydia.taskinoz.com Β repo.
Related content
Comments: 34
goldengirl1988 [2016-09-29 22:38:07 +0000 UTC]
Hi, I want to remove the battery and weather info. How can I manage that?
Thanks for your help.
π: 0 β©: 1
taskinoz In reply to goldengirl1988 [2016-09-30 10:48:07 +0000 UTC]
You will need to edit the battery.js file and find
$("#battery ").html(level+'% '+'battery '+degs+" "+weth);
Put a // before the $, save the file and respring.
π: 0 β©: 1
goldengirl1988 In reply to taskinoz [2016-10-03 17:42:38 +0000 UTC]
Doesn't seem to work
π: 0 β©: 1
taskinoz In reply to goldengirl1988 [2016-10-07 14:50:13 +0000 UTC]
Try editing the files in the /Groovylock folder instead of /LockHTML
π: 0 β©: 0
juniperrainn [2016-08-04 04:49:39 +0000 UTC]
Hi, how do I install this? I've added the repo source, and I've installed LS Barebones, yet I have no idea how to get it to work. Please help
π: 0 β©: 1
taskinoz In reply to juniperrainn [2016-08-07 08:21:47 +0000 UTC]
You will also need to install LockHTML
π: 0 β©: 0
nijbeast10 [2016-01-09 22:40:17 +0000 UTC]
How do I change the font size of the date and all that? I went into the css and change all the numbers but nothing happened. What am I doing wrong?
π: 0 β©: 2
nijbeast10 In reply to nijbeast10 [2016-01-11 15:24:23 +0000 UTC]
I've respringed multiple times. And selected the wrong what? I selected the style.css file.
This is what I have: #battery (
Font-size:80px
π: 0 β©: 0
taskinoz In reply to nijbeast10 [2016-01-11 12:20:37 +0000 UTC]
Try respringing, or you may have selected the wrong one, there can end up being multiple ones when selecting the theme.
π: 0 β©: 0
waleed-la [2015-12-06 10:23:03 +0000 UTC]
I want to keep just the battery text at bottom and remove the Temperature text? How will that be possible? Guide me please.
π: 0 β©: 1
taskinoz In reply to waleed-la [2015-12-07 07:25:14 +0000 UTC]
There is a guide on the reddit thread
π: 0 β©: 0
engramz [2015-10-29 18:29:24 +0000 UTC]
Cydia substrate PAM modules and shell-cmds just updated.Β Now tiny-mods won't load on the lock screen.Β My fav lockscreen and I'm about to toss this phone across the room.
π: 0 β©: 1
taskinoz In reply to engramz [2015-10-30 08:48:21 +0000 UTC]
I just updated Cydia substrate PAM modules and shell-cmds and I can still see and use Tiny Mod (although I'm still on iOS 8).
There are several steps you can take to possibly fix it.
1. Disable/Uncheck the theme, respring and re-enable the theme.
2. Make sure you are applying the right theme. (LS Barebones - Tiny Mod is installed to /LockHTML, /GroovyLock, and /SBHTML so it may be showing one or two different versions.)
3. Re-install the theme or uninstall, respring, and re-install.
4. Install the tweak "Nella" and rollback the updates by going to the updated tweaks, tap modify and select "Downgrade".
Hope these help.
π: 0 β©: 1
engramz In reply to taskinoz [2015-10-30 15:18:10 +0000 UTC]
Thanks so much.Β Β IOS 9.0.2Β I've tried 3 of the 4 and no luck, I'll see where the widget is installed.Β Good or Bad, no widget or tweak works on the lock screen.Β I may uninstall cydia and restore and run the jailbreak all over again.Β I just want to say the cleanest/sleekest lock screen widget available, imo.Β Thanks again.
π: 0 β©: 1
garykwong [2015-08-11 10:13:27 +0000 UTC]
Hi taskinoz!
I've been using LS Barebones and I came across this setup.
*see attached photo*
It has the Lockscreen, but without the border and blur. Is there a way to achieve this?
img11.deviantart.net/b61d/i/20β¦
Is there something I have to do in iFiles?
Specific to the style.css to alter it? If so, do you know what steps/edits I need to change to make it appear like the attached photo?Β
Thank you in advance! This is my favorite lockscreen! Β
π: 0 β©: 1
taskinoz In reply to garykwong [2015-08-11 13:09:57 +0000 UTC]
In the style.css, look for "#box ".
then you need to find and remove these lines:
border: 1px solid white;
background-color: rgba(0,0,0,0.15);
And, that's it. If you have any problems, don't hesitate to ask.
π: 0 β©: 1
garykwong In reply to taskinoz [2015-08-11 22:23:09 +0000 UTC]
Hey, yeah, I managed to tamper with the style.css coding, Thank you! but one more question!
How can I remove the ' Β : Β ' in between the time?Β
I'm looking over the clock.js and can't really find it
Thank you again <3
π: 0 β©: 1
taskinoz In reply to garykwong [2015-08-12 10:31:03 +0000 UTC]
In the clock.js look for:
if (TwentyFourHour == false){var time = h + ":" + m;}
just remove:Β +":"
π: 0 β©: 1
garykwong In reply to taskinoz [2015-08-12 22:30:23 +0000 UTC]
Your a lifesaver! Thank you magician!
π: 0 β©: 1
jimboman2000 [2015-07-30 07:25:51 +0000 UTC]
hey is there anyway to make it change from military time to regular time? i already tried to change the it in groovy lock but nothing works
π: 0 β©: 1
taskinoz In reply to jimboman2000 [2015-07-30 11:46:37 +0000 UTC]
Open the theme in ifile or any other file manager, and open the config.js change "TwentyFourHour" to false
π: 0 β©: 0
parth95 [2015-07-05 11:07:00 +0000 UTC]
Great Theme!
One question though, what should I do so that the theme handles notifications in a better way?
Thank You!
π: 0 β©: 1
taskinoz In reply to parth95 [2015-07-06 08:44:53 +0000 UTC]
I haven't added support for that yet sorry
π: 0 β©: 0
buenostacitos [2015-06-07 06:28:28 +0000 UTC]
now when i downloaded it i cant find it i thought it was gonna be in settings but not i checked winterboard not there either so where can i put it on :l
π: 0 β©: 1
taskinoz In reply to buenostacitos [2015-06-08 09:32:45 +0000 UTC]
Install GroovyLock or SBHTML, it will be in the settings for either of those tweaks
π: 0 β©: 0
buenostacitos [2015-06-06 02:13:36 +0000 UTC]
it keeps saying Depends com.mathstic.infostats please say how to fix this
π: 0 β©: 1
taskinoz In reply to buenostacitos [2015-06-06 08:28:43 +0000 UTC]
Install the package "InfoStats"
π: 0 β©: 0

















