[Q] Curving a series module? - Zooper Widget General

I have looked everywhere, but cannot find a way to "curve" a series zooper module.
Can anyone suggest either a URL where a solution may be found, or quickly summarize it here?
Much obliged.

FilSalustri said:
I have looked everywhere, but cannot find a way to "curve" a series zooper module.
Can anyone suggest either a URL where a solution may be found, or quickly summarize it here?
Much obliged.
Click to expand...
Click to collapse
To my knowledge curve as an option is currently only available on standard Text modules and neither Rich Text nor Series modules support it.
Send from my secret moonbase via space carrier pigeons

Related

[REQ] Access sms inbox folders

Hi,
Could anyone suggest how to access personal folders created in inbox using c++ or .net code. don't want to use commercial libs like in the hand libraries.
I have searched a lot on it but not able to find any opensource application/code to do this.
MAPIdotnet is the only one I've found. It's got some issues, but it seems to work in the limited case.
http://sourceforge.net/projects/mapidotnet/
godefroi said:
MAPIdotnet is the only one I've found. It's got some issues, but it seems to work in the limited case.
http://sourceforge.net/projects/mapidotnet/
Click to expand...
Click to collapse
Thanks godefroi... already found and used that in my app... can follow the link in my signature....

Add cities to weather widget

Hi folks,
i can't find my town in the list of weather widget. As far as i remember, my old WinMob device had the same problem. There it was possible to add an entry in the file weather_cities.xml (name was like this). But i can't finde such a file on my android device.
Any ideas? Thanks a lot for your help.
BurnHard said:
Hi folks,
i can't find my town in the list of weather widget. As far as i remember, my old WinMob device had the same problem. There it was possible to add an entry in the file weather_cities.xml (name was like this). But i can't finde such a file on my android device.
Any ideas? Thanks a lot for your help.
Click to expand...
Click to collapse
I'm interested in this as well...
Any ideas how we can do this team?
doesn't look like anybody has any suggestions... but I think it should be possible to manage that. maybe we have to search longer for the required file.
BurnHard said:
doesn't look like anybody has any suggestions... but I think it should be possible to manage that. maybe we have to search longer for the required file.
Click to expand...
Click to collapse
did anyone find an answer to this?

[Q] Custom apps/widgets in S-View

Does anybody know if there are custom apps or widgets that can be run in the sview window? I just feel like it'd be great to check an email, maybe scan a bar code for eBay, or do anything more than just reading texts and changing songs within s-view. It seems really simple but I'm having a difficult time finding any info on this.
I would like to know this as well. All I've seen so far is an Xposed module that lets you change the music player, but not custom apps.
I actually ended up finding a thread on hacking the s-view background and another on just hacking it in general. They seem to be adding backgrounds into ROMS actually. Even if someone completely replaced s-view with an app, maybe a shrunken down mini-game, or a music player.. Something..
This part may be strange and off topic, but I also thought it'd be awesome if somebody hacked a fake s view and added some buttons, that way when you flip it over, it starts up a gameboy emulator..
The thread is here
So I've figured out that the images are stored inside SViewCoverService.apk but I'm still searching for the executable files. I want to replace it with a launcher or something. If anyone knows what files are launched when the cover is on, please do share.
Kevin Roscom said:
So I've figured out that the images are stored inside SViewCoverService.apk but I'm still searching for the executable files. I want to replace it with a launcher or something. If anyone knows what files are launched when the cover is on, please do share.
Click to expand...
Click to collapse
There is one Xposed module by MohammadAD. Do check it out. he is making great progress with it.
Nice I have been looking for this. Thanks for sharing the thread man.

[Q] Source textures

New here so if this is the wrong place for my question please move, thanks.
I've just got myself a UK Fire TV and I've started making an XBMC skin based on it by using the adbFIRE screenshot feature but this still involves a lot of guess work on colours and textures. So my question is can I get access to the Fire TV's source images somehow or are they available online anywhere?
Thanks.
PS I'm Hitcher over at XBMC forums.
HitcherUK said:
New here so if this is the wrong place for my question please move, thanks.
I've just myself a UK Fire TV and I've started making an XBMC skin based on it by using the adbFIRE screenshot feature but this still involves a lot of guess work on colours and textures. So my question is can I get access to the Fire TV's source images somehow or are they available online anywhere?
Thanks.
PS I'm Hitcher over at XBMC forums.
Click to expand...
Click to collapse
From my experience getting the screensavers off the AFTV, I'm guessing you need a rooted device to get the files they use off the AFTV, and to probably even find them. I'm guessing they are in /data/data somewhere.
No root for UK models and I tried accessing that folder using XBMC's file manager but it's not available.
HitcherUK said:
New here so if this is the wrong place for my question please move, thanks.
I've just myself a UK Fire TV and I've started making an XBMC skin based on it by using the adbFIRE screenshot feature but this still involves a lot of guess work on colours and textures. So my question is can I get access to the Fire TV's source images somehow or are they available online anywhere?
Thanks.
PS I'm Hitcher over at XBMC forums.
Click to expand...
Click to collapse
May need just snip the screenshots and use the color dropper. Most images seem to have a slight gradient, but it may not be very noticeable.
You could try grabbing one of the system dumps or pre-rooted images scattered throughout the forums, extracting the Launcher, and try decompiling it if you want to get true sources, but that may be more trouble than it's worth.
elmerohueso said:
May need just snip the screenshots and use the color dropper. Most images seem to have a slight gradient, but it may not be very noticeable.
Click to expand...
Click to collapse
Yeah, that's what I'm doing at the moment but it's not ideal when diffuses are used and there's no way of knowing the opacity of images, plus I can't simply hide the text when gradients are used.
elmerohueso said:
You could try grabbing one of the system dumps or pre-rooted images scattered throughout the forums, extracting the Launcher, and try decompiling it if you want to get true sources, but that may be more trouble than it's worth.
Click to expand...
Click to collapse
If I knew how to I would.
Here's what I've done a couple of days -
EDIT: Cant post links yet so you'll have to work it out for yourselves.
youtu.be/GA5KT8KMz_I
HitcherUK said:
Here's what I've done a couple of days -
EDIT: Cant post links yet so you'll have to work it out for yourselves.
youtu.be/GA5KT8KMz_I
Click to expand...
Click to collapse
That looks awesome. It looks like your selected and deselected text needs to be fixed (boxes seem to always show "Artist" deselected and "Genres" selected). Any chance you could post it github and perhaps invite others to help out?
elmerohueso said:
That looks awesome. It looks like your selected and deselected text needs to be fixed (boxes seem to always show "Artist" deselected and "Genres" selected). Any chance you could post it github and perhaps invite others to help out?
Click to expand...
Click to collapse
They're just screen grab textures hence the text which is why I'm trying to get to the actual source files if possible to make things easier - transparency being the main one.
I prefer to work alone so I know what's what.
So can anyone with root have a dig in some of the unavailable folders for me?
Thanks.
HitcherUK said:
They're just screen grab textures hence the text which is why I'm trying to get to the actual source files if possible to make things easier - transparency being the main one.
I prefer to work alone so I know what's what.
So can anyone with root have a dig in some of the unavailable folders for me?
Thanks.
Click to expand...
Click to collapse
I grabbed the newest pre-rooted image, extracted the Launcher apk, and grabbed the graphics ("drawable-xhdpi" folder) and sounds & fonts ("raw" folder) I could find. APK and zipped resources attached. I'm very much looking forward to see your skin progress!
That's awesome, thanks.
Is the Fire TV open source?
HitcherUK said:
That's awesome, thanks.
Is the Fire TV open source?
Click to expand...
Click to collapse
Source code can be found at http://www.amazon.com/gp/help/customer/display.html?nodeId=201452680, but I'm not sure how much of the code they actually released.

Watch face editor on android soon?

I really like my mi band 4, bought it from xiaomi official shop in Budapest for equivalent of 35$ and I have found the price phenomenal for the features.
I liked the way we can change watche faces but it will be awesome if xiaomi or any dev can release an editor on android so we can customise on the go by making our own designs.
There is a tool on PC but it's not easy to use.
As this band is relatively new I still hope such easy editors will come on android
Technically it's probably possible, but I doubt that anyone will bother. It's just too cumbersome to create a WF on a phone. For a simple custom watch face (different background picture) you can already use Mi Fit or Notify & Fitness. For anything more complicated just boot up your PC and do the magic there.
Btw. not sure which tool you have in mind, but I doubt that there can be anything more simple (yet offering all the possible features) than this https://amazfitwatchfaces.com/forum/viewtopic.php?f=29&t=890
_mysiak_ said:
Technically it's probably possible, but I doubt that anyone will bother. It's just too cumbersome to create a WF on a phone. For a simple custom watch face (different background picture) you can already use Mi Fit or Notify & Fitness. For anything more complicated just boot up your PC and do the magic there.
Btw. not sure which tool you have in mind, but I doubt that there can be anything more simple (yet offering all the possible features) than this https://amazfitwatchfaces.com/forum/viewtopic.php?f=29&t=890
Click to expand...
Click to collapse
Can someone upload it somewhere else? Do I need to log in? It is in Russian.
Scorpion2185 said:
Can someone upload it somewhere else? Do I need to log in? It is in Russian.
Click to expand...
Click to collapse
No need to login and page is in English. Just click on the "download" button.
_mysiak_ said:
No need to login and page is in English. Just click on the "download" button.
Click to expand...
Click to collapse
I did it but on firefox probably some extension, I have a lot of them, was blocking it.

Categories

Resources