Smart LED case! - Samsung Galaxy S20 / S20+ / S20 Ultra Questions &

Hi everyone! I wonder when XDA team tries to hack the Samsung Galaxy S20 smart LED cover? Because there's no customization at all... if I want to have incoming calls icons and custom icons!

I'm also interested in this topic, I see a lot of potential in modifying the configuration of this case that in my opinion is great, you could do very interesting things, but first of all it would be good to know if you could do something without being root...

Providing some information
I've had some free time ... I have researched a little about how that app and the shell works, and I discovered some interesting things, at least I see it interesting (I want to clarify first of all that I have no idea how to program for android or how the apk works by issues of permissions signatures etc ...) to begin with, something that has shocked me a lot is that there is a part of programming for the figure of the cactus and there is no code inside, that figure does not appear.Then I have also seen that all the figures or icons programmed are with color #ffffff (pure white) ... seeing the tone of white that emits and seeing the color that the app sends to emit makes me think that the leds of the housing are RGB, maybe it is crazy to think that, but I do not know ... makes me suspicious. Finally I have modified the icon of the coffee changing it of color simply and when trying to save the apk it gives me an error of only reading, I understand that that apk cannot be saved or something I am doing badly... I would like that the community or somebody that it was controlling more helped us

Related

Home screens for the Dash ?

Is there a decent source for some alternate home screens for the Dash ?
I know there are quite a few home screens for the Q out there, but I find that although many look very nice, they often don't work very well with the Dash. Specifically, they generally do not support a home screen option to jump/click to the Comm Mgr the way that the Tmobile Dash default does. Also many do not properly handled missed calls. And the color palettes end up being suboptimal for the Dash -- e.g. they can render the setup pages for Outlook almost useless.
So how about some Dash-specific home screens ? Otherwise I gather that I can hack my own by snarfing some of the Q images or other images from where-ever and piece together more Dash-appropriate XML from the default Dash home screen.
Try searching the forum, this has been extensively covered.
Dash Home Screens
Here is a link where I found some great home screens.
http://www.kooldezine.com/Q.htm
Thanks for your replies. Indeed I did do a search (even before posting ) but didn't really find what I wanted (perhaps I don't really understand). Mostly what I found were tutorials on how to hack screen files and otherwise pointers to sites with mostly Q screens, which all had the problems mentioned in my OP (i.e. various incompatibilities).
So... I hacked my own... I started with the included Dash default screen, T-MobileDefaultBlue because its the only one I knew that worked the way it was supposed to. I made minor adjustments with two main objectives: 1) I wanted to be able to see the time easily... not some teenie little font, 2) I wanted it to be compatible with most any background image (the default screen doesn't work well with background images at all). I threw in an indicator of voicemails. Here it is, if anyone is interested. It uses a background image "dashhome.jpg" so anyone can easily change the background image. I also made 2 other versions that use a black font and a blue font, in case those colors would be better with certain background images (snowy or sunny scenes). Hope this helps someone:
dashhome.home.xml
dashhome.jpg
dashblack.home.xml
dashblue.home.xml
One more, the version below makes the bottom button bar and other trimmings gray, which may be more neutral...
dashgray.home.xml
BTW, the default dashhome.jpg image, if anyone recognizes it, is of a "vortex" in Sedona, AZ...
You could go to MoDaCo. They've got some nice ones there, but you have to register.
~Cheers~
P.S. The way I have mine, people think it's the iPhone's cousin, .
You've been busy I think if you generalized your searches a bit (if you haven't already) you might find more if you look for 'landscape homescreen' than device specific. A good one to start with: http://www.kolumbus.fi/anders.ruohio/sp.html
With a modest purchase price, SBSH Facade opens a whole other class of homescreens: http://www.sbsh.net/forums/index.php?showforum=57
One that I did a while back for my Dash (for use with Facade), along the lines of 'less is more': http://www.sbsh.net/forums/index.php?showtopic=14372
neurocutie said:
Thanks for your replies. Indeed I did do a search (even before posting ) but didn't really find what I wanted (perhaps I don't really understand). Mostly what I found were tutorials on how to hack screen files and otherwise pointers to sites with mostly Q screens, which all had the problems mentioned in my OP (i.e. various incompatibilities)....
Click to expand...
Click to collapse
chaznet said:
One that I did a while back for my Dash (for use with Facade), along the lines of 'less is more'...
Click to expand...
Click to collapse
One thing I suppose I should make clearer... nearly all of these other home screens do not provide for WiFi status/CommMgr access (the Q screens for obvious reasons since it doesn't have WiFi). But that's one thing that I absolutely need -- I use WiFi on the Dash more than GSM. I guess that's why I had to hack my own...
Yes I know about Facade... perhaps later... I do like the "less is more" aesthetic...

Transparent/Translucent Forms & Controls

So I have been searching these forums a bit each day for the past week, and I have yet to see a working solution for SmartPhones AND PPC's alike. I have tried P/Invoking AlphaBlend, SetBkMode, etc. but to no avail. I am not a great coder, so I may be using them wrong.
If anyone knows how to get this to work on SmartPhone's and PPC's, could they please share their knowledge
Thank you!
Cyclonezephyrxz7 said:
So I have been searching these forums a bit each day for the past week, and I have yet to see a working solution for SmartPhones AND PPC's alike. I have tried P/Invoking AlphaBlend, SetBkMode, etc. but to no avail. I am not a great coder, so I may be using them wrong.
If anyone knows how to get this to work on SmartPhone's and PPC's, could they please share their knowledge
Thank you!
Click to expand...
Click to collapse
What exactly do you want to do?
I want to be able to make forms / controls that have Opacity less than 255 ... (I want to do this in C#) ... take, for instance, SMSBubbles, it displays a small bubble at the bottom of the screen about a new text message...how would i be able to achieve that and still maintain the background to be transparent. Also look at SmartToolKit, when you pop open the Start Menu, the back (what is not covered by the menu) remains updating (etc.) but you still get the menu..
I want to do something along those lines...
any help is greatly appreciated
Have you checked out this blog entry?
blogs.commentor.dk/post/Transparent-Controls-in-NETCF.aspx
Or a library: http://beemobile4.net/?sitecateg=products&productID=5
Thanks for the replies, the first I tried implementing, but it didn't work as I would have hoped (The second, well I don't want to pay 45+$ for it...heh)
So I re-tried P/Invoking SetBkMode in the onPaintBackground method:
Code:
protected override void onPaintBackground(PaintEventArgs e)
{
setBkModeCE(e.Graphics.getHDC(), BkMode.TRANSPARENT);
}
I also made sure to P/Invoke
Code:
SetCursor(IntPtr cursor)
...main loop starts here...
SetCursor(IntPtr.Zero)
to get rid of the wait cursor.
While this works perfectly in terms of eliminating the background, it doesn't actually make it transparent. What it does, i can do by taking a screenshot and applying it as the bg (It doesn't update). I suppose I can use a timer and have it update the background on Events of all sorts, on user-activity, and every minute, but that seems like it is a hassle.
That may be the only way to actually do it, I don't know, but it just seems that there is a better way to do it (and be able to conserve RAM).
I used this library in one of my apps: http://code.msdn.microsoft.com/uiframework
Sourcecode is available, written in C# so its easily adaptable to your needs too.

Im a developer, I know some basics. Give me ideas.

As the title says, Im a developer but I dont know anything majorly complicated.
I want YOUR ideas for something to make.
Stuff I know:
Things to do with the file system - copy, paste, delete, create etc
Read/write/create text files
Simple or even more complex UIs (nothing too extreme though)
most of the basic stuff
Heres a video of stuff Ive done before:
http://www.youtube.com/watch?v=g3_5xBqf-eQ
If you have any idea for simple apps, please let me know and Ill tell you if I can make them or not
Thanks
Maybe a new app to replace and improve SmileySMS ( development is stopped, and on windows mobile we can't have smileys in sms without this buggy app).
I wish a prog for my HD2, very simple : Use Webradio (with url) as ringtone !
Hi Cris,
I am looking for an app that can do the following:
Disable the touchscreen.
Why?
It's annoying when you watch movies and accidentaly touch the screen (especially with core player).
The app would have to disable the touchscreen after a set time, so you have enough to start the movie (or other application).
A certain area of the screen would have to be defined as touchable, so that you can disable again. Maybe with a gesture? ie. swipe from bottom left hand corner to top right???
just an idea
idea
it would be amazingg if you could make an application that allows the drag down notifications panel like android has
antdawg702 said:
it would be amazingg if you could make an application that allows the drag down notifications panel like android has
Click to expand...
Click to collapse
you know what, im gonna look into this one.
I cant promise anything.
I cant say I have any idea how to do that.
but I can say that im gonna look into it ^_^
wm7
can you make a windosmobile7series for nontouchscreen windowsmobile.need help with it.its just navigaating threw it with the arrow keys
Hi Cris,
Can I suggest a application that can do 2 things which I can't find something similar to this (suggestion).
To create a application for both "Shopping List" + "Inventory".
Let me know if you interested, I can share the idea ..
Hope you can consider it .. thanks
antdawg702 said:
it would be amazingg if you could make an application that allows the drag down notifications panel like android has
Click to expand...
Click to collapse
do you have a screenshot?
how about an application like e-mail and walk for the iphone..........so that wed be able to type and walk at the same time with the background being whats in front of us fed by our camera....
I would like a app that does the following:
All for the Sense music tab!
When NOT in a call:
Long press : Play / pause
Pressed twice : Next song
(If possible:
Pressed three times: previous song
pressed shot : call)
When you are being called:
short press: pickup / hangup
PLUS
The hardware buttons (buttons on the PHONE) MUST be disabled,
But ONLY when the headset is plugged in!
With no headset plugged in everything should be as normal!
Could some developer please make this?
Maybe you can use code from the following:
http://forum.xda-developers.com/showthread.php?t=502881
http://forum.xda-developers.com/showthread.php?t=556801
Great Greet Giblet
I've actually been pitching this one around but no luck yet ... A small GPS toggle cmd app. Here's an OSS project that may have usefull code.
What I would like it to have is:
1- Commands to toggle GPS on or off
2- Stay running and output number of connected satellites and connection status (position fixed/not fixed) as a reg name/value
3- Maybe other stuff (like coordinates, hour/date, update system time... but what I really want is the first point 1 and 2).
Why would I want such an app? To add a GPS connection manager to my today screen HS++ skin (also maybe make a script that will only launch my device navigation software when it has a position fix).
PS:
Other stuff I'd like to see are either other small cmd apps or small updates/fixes of some OSS apps like GSFinder+ or even emulators (small stuff like adding onscreen controls using existing sources, emulate mutli touch or improving controls by mixing the use of oncreen keys with hw ones or minor GUI standardization and fixes related with new devices screen resolution).
cris_rowlands said:
As the title says, Im a developer but I dont know anything majorly complicated.
I want YOUR ideas for something to make.
Stuff I know:
Things to do with the file system - copy, paste, delete, create etc
Read/write/create text files
Simple or even more complex UIs (nothing too extreme though)
most of the basic stuff
Heres a video of stuff Ive done before:
http://www.youtube.com/watch?v=g3_5xBqf-eQ
If you have any idea for simple apps, please let me know and Ill tell you if I can make them or not
Thanks
Click to expand...
Click to collapse
OK here is an idea for a simple but useful application please would you consider making this
http://forum.xda-developers.com/showpost.php?p=5711236&postcount=1
Slide2Action
Hi cris, How about a simple slide to do anything? Just a scrollable list of blank sliders that you can assign a function too, eg launch an app, blank screen, reset, close all, new message, WiFi, bluetooth etc. the list could be endless. Just a scrollable action screen with sliders instead of buttons. Transparency would be a bonus for a nice visual.
well folks, youve given me plenty of ideas.
A few of them ill try to work on, sadly many of your ideas are a little beyond me
Anyway, Ive got some stuff to be doing so I wont be checking out this thread anymore.
If any developers feel they want to take up any of these, please feel free ^_^
zinconnu said:
Maybe a new app to replace and improve SmileySMS ( development is stopped, and on windows mobile we can't have smileys in sms without this buggy app).
Click to expand...
Click to collapse
I was going to make this same suggestion. I hope somebody with the skills stumbles upon this and can continue the development for this.
cris_rowlands said:
well folks, youve given me plenty of ideas.
A few of them ill try to work on, sadly many of your ideas are a little beyond me
Anyway, Ive got some stuff to be doing so I wont be checking out this thread anymore.
If any developers feel they want to take up any of these, please feel free ^_^
Click to expand...
Click to collapse
Hi Cris,
if you can consider my suggestion to develop a "shopping List" + "Inventory" apps I think is not that difficult to develop. It almost similar to like any shopping list app & you be able to keep track of the inventory list maybe with photo or pic is good enough.
pls do consider this apps, as both iPhone & WinMo still do not have such app yet. If you do build up, you will be the 1st to come out with.
Lockscreen Slider
Please try to do a Lockscreen Slider for WM 6.5
http://forum.xda-developers.com/showthread.php?t=638230
Thanks
salo1 said:
Please try to do a Lockscreen Slider for WM 6.5
http://forum.xda-developers.com/showthread.php?t=638230
Thanks
Click to expand...
Click to collapse
yes let's steal some more apple patents!!! The idea is great! Few months ago I already asked this topic in the S2U thread but no response, probably my request got overseen or the guy is just too busy with other stuff.

[Q] Is there a theme or mod or whatever to change all screens/menus white on black?

There's so many different themes and such out there that do different things, but generally are "too much" for what I'm looking for. What I'd like to find is something that could/would change everything in the evo to white text on black background. I don't need fonts or icons or anything else changed the way it looks. The skills that I'm guessing that would be required to do this I'm positive are way beyond anything I'm capable of.
Menus, settings, mms and google voice would be a huge plus too. I know the mms one has been done and I already have that. I'm assuming that it could be quite a project to go through just about everything and change them from a "flashlight" theme to something easier on the eyes in the dark.
I bought the weather and toggle widget and found the flip clock version that is the opposite of stock and it looks good but is a little heavy sometimes on the resources. If my memory serves me still, I remember the old school flip clocks being more light numerals and dark or colored background.
For those persons that enjoy doing this sort of thing, perhaps you might consider this project. I don't know how many other people out there like what I'm describing. If there were quite a few, maybe that would be an incentive? I know money talks, so I will say ahead of time, I could only say to you "thank you for your hard work and skills."
P.S.
I sent google a request for adding the choice of light or dark theme (and attachments) to google voice, but going by what other people have said, it is most likely falling on deaf ears.
This idea has tutorial project written all over it.
I imagine a more or less monochrome UI with most just solid blacks and not much in the way of gradients, very plain and basic.
I think it would be cool, I really like simplicity/minimalism.
What I mean by the tutorial comment is: For ANYONE even half way interested in learning how to theme and mod this would be a great place to start, for the following reasons..
- Most of the mods would be super easy, there is a wide variety of difficulty levels in theming and the easiest of them will be SIMPLE for anyone who has basic computer skills
- Learning to theme (if you enjoy this stuff) is fun because you build on what you know. It''s almost like a video game in that you do/learn things in levels. There is a dossier (guides, wiki's, google, other forum members, etc.) where you learn what you need to know before you begin the next level (achieving the mod you want to do). You fight through the pawns (editing images, xml's, smali's, etc) to get to the boss (flashing, morphing, testing your mod) and when you defeat the boss you have a sense of accomplishment that is almost immediately replaced with the next level
- The sheer simplicity of this themet lends it to being a community project
For anyone who wants to spend more "quality" time with this hobby and learn more about the platform I think this theme is a great opportunity
*edit- People collaborate a lot on this site and others but I've never personally seen a collaborative theme project. I wonder what the best way would be to (if anyone is interested in it) house everything in an open repository..

Surf cube 2.0

This thing has not gotten near the respect it deserves on WP7... this browser is amazing compared to IE, it renders about a millisecond slower and I have a landscape address bar, better access to tabs, and just a more enjoyable and fun browsing experience. Worth the 1.99 without a doubt.
Is version 2.0 even out yet? I thought the announcement last week said it would come to the Marketplace 'within the next few weeks'.
OGCF said:
Is version 2.0 even out yet? I thought the announcement last week said it would come to the Marketplace 'within the next few weeks'.
Click to expand...
Click to collapse
Just now came through some time within the last 30 minutes or so. It's so much better than IE.
Really? Awesome! I didn't buy version 1 but I think I'll buy this one. I'll get the trial first.
Best buy I've made next to ilomilo... really an awesome browser.
Downloaded it love it but having trouble loading YouTube videos anybody know why? YouTube works with IE
I love this one but unfortunately the rendering is IE.
So the same issues as stock browser for me.
But the UI is great.
Surfcube 2.0 is great, but the Tile on the startscreen is bad...it's not a square so it destroys the elegant design of the tiles.
That's the only reason for me not to buy it, I can't live with such a fractured startscreen
Hello guys, it's the developer of SurfCube. Thanks very much for this thread, we are very glad that you like our work! Also, thank you for the purchases - every penny we get is going back to development. If you have time, we would really appreciate a rating in the Marketplace.
Let me know if you have any questions or suggestions! So far, SurfCube's development has mostly been request-driven, and we intend to keep it that way,
@Asheyb8: As for playing Youtube videos, unfortunately we as developers have to work really hard to get it done from the browser. Microsoft didn't give us the facilities that would make it easy, and have to settle for lots of hacks.
@skycamefalling: are you using your phone with the light theme? I admit the icon looks a bit out of place there, but we cannot put transparent pixels in it - that would show the accent color instead of the background, and the icon would look horrible with purple, blue, red, etc tile colors. If you don't want to pin the app to the start screen, just use voice recognition to start it
vbandi said:
@skycamefalling: are you using your phone with the light theme? I admit the icon looks a bit out of place there, but we cannot put transparent pixels in it - that would show the accent color instead of the background, and the icon would look horrible with purple, blue, red, etc tile colors. If you don't want to pin the app to the start screen, just use voice recognition to start it
Click to expand...
Click to collapse
No, I am using the black theme because the display is a SAMOLED. I just tried the light theme and there the tile of your Surfcube looks good because it is a black square and fits the other squares on the startscreen.
With the black theme you cannot see the black square around the cube-icon, so it looks like there is only the cube. Between all the other square tiles of the startscreen this looks bad. It would be nice if the tile would have a colour different than black so it stands out from the background.
Of course, this is just my opinion...but I don't think my collegues would be happy if I started talking to my phone to open your browser
skycamefalling said:
No, I am using the black theme because the display is a SAMOLED. I just tried the light theme and there the tile of your Surfcube looks good because it is a black square and fits the other squares on the startscreen.
With the black theme you cannot see the black square around the cube-icon, so it looks like there is only the cube. Between all the other square tiles of the startscreen this looks bad. It would be nice if the tile would have a colour different than black so it stands out from the background.
Of course, this is just my opinion...but I don't think my collegues would be happy if I started talking to my phone to open your browser
Click to expand...
Click to collapse
Interesting, I guess it is a matter of taste - I personally love the icon on the black theme, because it stands out - but I feel it is out of place on light, because of the different square color.
vbandi said:
Hello guys, it's the developer of SurfCube. Thanks very much for this thread, we are very glad that you like our work! Also, thank you for the purchases - every penny we get is going back to development. If you have time, we would really appreciate a rating in the Marketplace.
Let me know if you have any questions or suggestions! So far, SurfCube's development has mostly been request-driven, and we intend to keep it that way,
@Asheyb8: As for playing Youtube videos, unfortunately we as developers have to work really hard to get it done from the browser. Microsoft didn't give us the facilities that would make it easy, and have to settle for lots of hacks.
@skycamefalling: are you using your phone with the light theme? I admit the icon looks a bit out of place there, but we cannot put transparent pixels in it - that would show the accent color instead of the background, and the icon would look horrible with purple, blue, red, etc tile colors. If you don't want to pin the app to the start screen, just use voice recognition to start it
Click to expand...
Click to collapse
Hello. It's great you're here.
I have a question:
Is it possible for you to build browser based on different rendering engine than IE built into WP7?
doministry said:
Hello. It's great you're here.
I have a question:
Is it possible for you to build browser based on different rendering engine than IE built into WP7?
Click to expand...
Click to collapse
at present nope. even though i'm not the developer, i know it isn't possible.
The Gate Keeper said:
at present nope. even though i'm not the developer, i know it isn't possible.
Click to expand...
Click to collapse
Yes, you are right. Technically it is possible, but it would require tons of work, and most likely, even then it wouldn't be smooth and fast enough. Same goes for porting an existing browser engine.
However, HTML5 support should hit WP7 this year, and I expect the IE engine we are using to be updated, too.
Thanks. I was asking mainly because of annoying problem with support for certain pages, not html5/flash related.
vbandi said:
Hello guys, it's the developer of SurfCube. Thanks very much for this thread, we are very glad that you like our work! Also, thank you for the purchases - every penny we get is going back to development. If you have time, we would really appreciate a rating in the Marketplace.
@Asheyb8: As for playing Youtube videos, unfortunately we as developers have to work really hard to get it done from the browser. Microsoft didn't give us the facilities that would make it easy, and have to settle for lots of hacks.
Hacks? so youtube won't work at all? That is a pity since its a very cool browser, is there no way to get around this?
Click to expand...
Click to collapse
Click to expand...
Click to collapse
AsheyB;11281266
Hacks? so youtube won't work at all? :confused: That is a pity since its a very cool browser said:
By hacks, I don't mean OS hacks or anything illegal. I mean, we as SurfCube developers have to do a lot of extra work, some of those may not be too elegant, and may not work in all circumstances.
But if enabling video support in a third party browser is possible at all, rest assured, we will do it.
Click to expand...
Click to collapse
vbandi said:
Interesting, I guess it is a matter of taste - I personally love the icon on the black theme, because it stands out - but I feel it is out of place on light, because of the different square color.
Click to expand...
Click to collapse
Just a quick note to say that I also really like the cube icon on the black theme (SAMOLED screen here). It gives the app an elegant look that makes it stand out from the other tiles, and I like periodic alterations from the standard theme (Surf Cube, AP Mobile, Office, Newsroom, etc.). Kudos on the version 2 release, by the way; it's the best browser purchase I've made on the platform.
Would it be possible to have the tabs in the next release able to completely rotate as an option? Also, do you know if it is possible to do any sort of text reflow on zoom with 3rd party browsers based on the IE render engine? I would guess not, based on the browsers that are out today, but it's one of the features I really miss from Opera.
Cheers, and keep up the good work.
VelJharig said:
Would it be possible to have the tabs in the next release able to completely rotate as an option? Also, do you know if it is possible to do any sort of text reflow on zoom with 3rd party browsers based on the IE render engine? I would guess not, based on the browsers that are out today, but it's one of the features I really miss from Opera.
Cheers, and keep up the good work.
Click to expand...
Click to collapse
Thanks - if you really like SurfCube, a 5 star rating in the Marketplace helps a lot
I am not sure I understand what you mean by rotating the tabs, can you elaborate on that?
Text reflow is unfortunately not possible - I have found no way to determine the current viewport of the browser. Even if there was, it would require tons of html / javascript trickery, and may not be practical. I miss text reflow, too - but most sites can be read pretty well in landscape mode.
Cheers
I tried out the first version and at first I thought it was a browser where you rotated the cube not only to different settings pages, but also to different tabs of the browser (for instance, one side of the cube is Google.com, and the other could be set at yahoo.com, etc).
To me that would be more useful as I don't go into settings very often. Favorites would be the most used setting, and I don't use that very often.
So what if you could make it a cube with each side a different tab, and be able to specify a different start page for each side of the cube...
If it already does something similar, I apologize.. it is cool though.

Categories

Resources