How would I go about making a circle progress bar like this? The owner said it was done through Zooper, but I am not able to ask him how anymore because it was through a anonymous forum board which that thread expired a week ago.
ErraticFox said:
How would I go about making a circle progress bar like this? The owner said it was done through Zooper, but I am not able to ask him how anymore because it was through a anonymous forum board which that thread expired a week ago.
Click to expand...
Click to collapse
You need to have Media Utilities installed and the "Send Song Progress" option checked in it's options. Then you can add a Progress Bar module in Zooper. Use the "Custom" option and use the #TMU_TRACK_PERC# tag as the value. This is the percentage played, so the range is 0 to 100. Now you just need to use the Curve option of the module to bend the bar until it's a circle. Now you should have a circular music progress bar
kwerdenker said:
You need to have Media Utilities installed and the "Send Song Progress" option checked in it's options. Then you can add a Progress Bar module in Zooper. Use the "Custom" option and use the #TMU_TRACK_PERC# tag as the value. This is the percentage played, so the range is 0 to 100. Now you just need to use the Curve option of the module to bend the bar until it's a circle. Now you should have a circular music progress bar
Click to expand...
Click to collapse
Is there any way to make the song time rotat /arc over a progress bar like this clock I made.
Sent from my XT890 using XDA Free mobile app
Related
I have the non-developer edition RAZR M, but I have root. I am looking to remove the navigation bar from the bottom of the screen, to ultimately increase screen size. I have done some searching around other forums and other devices where this has been done, and it seems the files to change might be located in the SystemUI.apk. Can anyone confirm this? Also, without having a custom recovery, will it be able to make these changes by simply replacing the files through either root explorer, or adb, rather than needing to create a flashable zip? Any guidance on this mod would be appreciated, and I would love to share something like this with the wonderful XDA community.
thickey85 said:
I have the non-developer edition RAZR M, but I have root. I am looking to remove the navigation bar from the bottom of the screen, to ultimately increase screen size. I have done some searching around other forums and other devices where this has been done, and it seems the files to change might be located in the SystemUI.apk. Can anyone confirm this? Also, without having a custom recovery, will it be able to make these changes by simply replacing the files through either root explorer, or adb, rather than needing to create a flashable zip? Any guidance on this mod would be appreciated, and I would love to share something like this with the wonderful XDA community.
Click to expand...
Click to collapse
Since the Razr M doesn't have hardware buttons for home, multitask, etc how would you navigate? I've seen some apps that temporarily hide the navigation bar when playing fullscreen movies, etc.
doswizard said:
Since the Razr M doesn't have hardware buttons for home, multitask, etc how would you navigate? I've seen some apps that temporarily hide the navigation bar when playing fullscreen movies, etc.
Click to expand...
Click to collapse
There is a navigation bar launcher called LMT. It's extremely customizable and even allows for changing long press options. Check it out here:
http://forum.xda-developers.com/showthread.php?t=1330150
I use GMD Gesture Control:
https://play.google.com/store/apps/details?id=com.goodmooddroid.gesturecontrol&hl=en
Not only can you have gestures to go back / home etc, but you can have a gesture to hide & show the navigation bar and have access to the full screen. The only downside I've seen is when the navigation bar is hidden, incoming calls don't display properly, and you need to show the navigation bar before accepting the call. Make sure you have the navigation bar enable itself when turning off the screen so call notifications will work properly.
Uh;
http://forum.xda-developers.com/showthread.php?t=2098723
full!screen
This is a root app that is super stable and though it says "for tablets" it works fine on our phone.
It allows you to hide the status and nav bars through a super customizable corner pie.
The paid versions adds the ability to enable/disable the bars automatically on a per app basis.
https://play.google.com/store/apps/...251bGwsMSwxLDMsImRlLnRzb3JuLkZ1bGxTY3JlZW4iXQ.
is there a app that will alow you to add your own navigation icon like in energy rom and add icons like menu to navigation bar
Jokerslight said:
is there a app that will alow you to add your own navigation icon like in energy rom and add icons like menu to navigation bar
Click to expand...
Click to collapse
Ninjamorph for the first one... Second is done in the systemui.apk.
New to Zooper and have tried a few things. Is there a way to have a number follow a progress bar level? Thanks in advance.
carbon coupe said:
New to Zooper and have tried a few things. Is there a way to have a number follow a progress bar level? Thanks in advance.
Click to expand...
Click to collapse
Yes, there are ways using x and y offset advanced parameters and some math, but without knowing how your progress are oriented or what they are of it's hard to help you out.
If, for example your progress bar is of #BLEVN# and starts from the bottom of the widget you can anchor your text to the bottom and use something like this:
[oy]$((#BLEVN#/100)*{length of progress bar})$[/oy]
jonaseymour said:
Yes, there are ways using x and y offset advanced parameters and some math, but without knowing how your progress are oriented or what they are of it's hard to help you out.
If, for example your progress bar is of #BLEVN# and starts from the bottom of the widget you can anchor your text to the bottom and use something like this:
[oy]$((#BLEVN#/100)*{length of progress bar})$[/oy]
Click to expand...
Click to collapse
I was thinking of a clock progress bar where the time numbers followed the line of progress across the bar.
carbon coupe said:
I was thinking of a clock progress bar where the time numbers followed the line of progress across the bar.
Click to expand...
Click to collapse
Yeah, this is doable with a bit of extra math as time is not easy to show in a progress bar given that 1259 jumps to 1300 etc. You need to have the progress bar be from 0 to 2399 and have the value be (#DH#00+#Dmm#*(5/3))
Then the progress bar should be:
[oy]$((#DH#00+#Dmm#*(5/3))/2399)*{length of progress bar})$[/oy]
Haven't really tested the code, but it should work.
I can get the time to show but it doesnt follow the level of the bar. Not sure what Im doing wrong.
jonaseymour said:
Yeah, this is doable with a bit of extra math as time is not easy to show in a progress bar given that 1259 jumps to 1300 etc. You need to have the progress bar be from 0 to 2399 and have the value be (#DH#00+#Dmm#*(5/3))
Then the progress bar should be:
[oy]$((#DH#00+#Dmm#*(5/3))/2399)*{length of progress bar})$[/oy]
Haven't really tested the code, but it should work.
Click to expand...
Click to collapse
I cant cat this work.
How can I make a progress bar for playing MP3s? And is it possible to make it so you can slide your finger along the progress bar to control where you want to play the MP3?
omaral said:
How can I make a progress bar for playing MP3s? And is it possible to make it so you can slide your finger along the progress bar to control where you want to play the MP3?
Click to expand...
Click to collapse
Assuming that you already have Media Utilities installed and setup to work with Zooper this will do the trick to display the song progress. Using it as a slider is not possible though.
Progress bar module with custom values setup:
Min 0
Value #TMU_TRACK_PERC#
Max 100
kwerdenker said:
Assuming that you already have Media Utilities installed and setup to work with Zooper this will do the trick to display the song progress.
Progress bar module with custom values setup:
Min 0
Value #TMU_TRACK_PERC#
Max 100
Click to expand...
Click to collapse
Yes I got Media Utilities already set up in Zooper, so thats not a problem. I entered the code as you said in the progress bar module value. Min and max values already had 0 and 100 respectively by default. But it doesnt work. Could you check to see if this is the right code?
omaral said:
Yes I got Media Utilities already set up in Zooper, so thats not a problem. I entered the code as you said in the progress bar module value. Min and max values already had 0 and 100 respectively by default. But it doesnt work. Could you check to see if this is the right code?
Click to expand...
Click to collapse
Did you check the "Send progress" option in Media Utilities? It's down at the bottom in the Experimental section.
I'm sure the code works because I tested it on my device before posting it
kwerdenker said:
Did you check the "Send progress" option in Media Utilities? It's down at the bottom in the Experimental section.
I'm sure the code works because I tested it on my device before posting it
Click to expand...
Click to collapse
Ahhh.. perfect! thanks a million. One question.. do you think Zooper drains battery?
Not really. I have my screen full of zooper and it uses very low battery.
Sent from GT-I9505 via Tapatalk
I think it's silly that LG has given us this big beautiful screen and diminishes it's full glory by not easily allowing you to hide the top status bar. I am pleasntly supprised about the fact that they let you hide the home navigation bar on the bottom. Love that.
So getting to work, how do we hide the top status bar in the same way as the bottom bar with a swipe to activate on demand?
So far on my quest I have done the following:
Placed the phone in developer mode and allowed USB debuging. Described here in the a PurpleDrake how to guide that I used: http://www.droidviews.com/root-and-install-twrp-recovery-on-t-mobile-lg-g3-d851/
PurpleDrake: Rooted, Installed TWRP, Disable LG Security. http://forum.xda-developers.com/tmobile-lg-g3/development/root-twrp-root-twrp-tmo-lg-g3-t2821005
Installed Xposed Framework http://forum.xda-developers.com/xposed/xposed-installer-versions-changelog-t2714053
Installed G3 TweaksBox and activated the module in the Xposed Framework https://play.google.com/store/apps/details?id=it.ptoti.g3_tweaksbox&hl=en
I have searched and searched google, xda and all the phone settings looking for an easy way to hide the status bar. What am I missing? Can someone please help? I hope this will benefit a lot of people. Thanks :good:
If you download gravity box module for xposed you can put the phone in expanded desktop mode which will hide the status bar
Sent from my LG-D851 using XDA Free mobile app
dagod80 said:
If you download gravity box module for xposed you can put the phone in expanded desktop mode which will hide the status bar
Sent from my LG-D851 using XDA Free mobile app
Click to expand...
Click to collapse
Is that just for the homescreen view or all the time? I'm looking to hide it while in applications. The same way the home nav bar at the bottom hides. Thanks
I use ADB launcher to get the job done.
Apache0c said:
Is that just for the homescreen view or all the time? I'm looking to hide it while in applications. The same way the home nav bar at the bottom hides. Thanks
Click to expand...
Click to collapse
ADB Launcher allows you to hide the notification bar and create a bottom drawer where you can use folder editor to put in category Icons that when pressed open up a slideable selection bar to select programs stored under that icon. Everything is neat and tidy on mine. No wasted screen space.
vvveith said:
ADB Launcher allows you to hide the notification bar and create a bottom drawer where you can use folder editor to put in category Icons that when pressed open up a slideable selection bar to select programs stored under that icon. Everything is neat and tidy on mine. No wasted screen space.
Click to expand...
Click to collapse
Thanks. More that I play with the phone, the more I realize that I actually just want the web browser to go full screen. Just need the status bar to hide when browsing. Don't really want to install an aftermarket launcher.
For other people's benefit, in case anyone else finds this thread that wants to use their phone's full screen. I found a solution that seems to fit the bill. I'm using an app called full!screen that says it's for tablets but seems to work almost perfectly https://play.google.com/store/apps/details?id=de.tsorn.FullScreen&hl=en
It has a pie menu included so you don't even need the pie app.
Hide icons of running apps on the status bar? Is it possible to do this without rooting? I hate having to look at the spotify icon / whatsapp desktop and other apps icons on my status bar all the time, it looks so cluttered , I KNOW spotify it's running since the music is playing google, I'm not that stupid to know it's running in the background , if I want to look at my notifications, let's say I get an email, I'll slide down the notification bar , I don't need notifications being thrown at me all the time...
Chad_Petree said:
Hide icons of running apps on the status bar? Is it possible to do this without rooting? I hate having to look at the spotify icon / whatsapp desktop and other apps icons on my status bar all the time, it looks so cluttered , I KNOW spotify it's running since the music is playing google, I'm not that stupid to know it's running in the background , if I want to look at my notifications, let's say I get an email, I'll slide down the notification bar , I don't need notifications being thrown at me all the time...
Click to expand...
Click to collapse
Does long pressing the notification in question not allow you to shut it off? Or am I misunderstanding your interpretation?
Press and hold the Settings icon Quick Settings for a while. You'll see a new section System UI Tuner, from. There you can turn on or off icon in the status bar area. You'll also now notice a wrench next to your settings icon in your quick setting area.
I hope this is what you're referring to.
You can also swipe right slowly and it will reveal a settings icon, tap there and turn off notification from just that app
Badger50 said:
Does long pressing the notification in question not allow you to shut it off? Or am I misunderstanding your interpretation?
Click to expand...
Click to collapse
If you do that you then silence all the notifications for that app , don't get me wrong I don't want to eliminate the notifications , I just want to eliminate the icons on the status bar .
Take a look at the picture I uploaded , see how the bar gets crowded with all those app icons from Spotify , the new York times apps etc ?
For what you're wanting, you'll need root.