Why has no one worked out how to add desktop widgets!!! - G1 Themes and Wallpapers

xda-dev is one of the best forums ever and the people here are amazing i just can't seem to understand why no-one has worked out how to add desktop widgets, i mean i know were waiting for the sdk to allow us but with some of these great minds surely we can make do it i mean whats holding us back come on jesusfreke . Also i know its adding to launcher.apk i know its difficult but surely if we can add multi-touch we can add desktop widgets
excuse me btw for being a bit of a **** i just cant seem to get why we can work it out
all hail Jesusfreke lol

I think the problem is they haven't released the source for widgets yet. I could be wrong but i think that's what i read awhile back.

That is exactly it. Google / Android Devs haven't yet released the tools or code required to do so. Once it hits, I expect the widgets to blow up though. Tons will be released overnight if you ask me.

i suppose what he's saying is, although we don't have the source code for widgets, do we actually need it? could someone find a way to add 'hacked' widgets without it? there must be a way round the source code issue

If it could be done, it would have already been done.

First widget I make is going to be a flashlight, tip calculator right on the desktop, that way I can delete all 96 apps of both. (true reason I moved apps to SD)

hehe.... all i want is a weather widget..... seriously......
but i really do think there is a market for a tip calculator! esp. here in australia where you don't normally tip!

ive been thinking of a myfaves widget ....that way you dont have to go into the app itslef to see them ...that way you can actually just move the little cricle thingy right on the page

They'll get around to it when they do. If you want them that bad, why don't you make them yourself?

Thats what the whole response to this thread is, we can't make them yet. You typically can't open a lock without a key.

dom2684 said:
ive been thinking of a myfaves widget ....that way you dont have to go into the app itslef to see them ...that way you can actually just move the little cricle thingy right on the page
Click to expand...
Click to collapse
That is a very cool idea!

forceshield said:
Thats what the whole response to this thread is, we can't make them yet. You typically can't open a lock without a key.
Click to expand...
Click to collapse
Unless you pick the lock. But I think its been made clear that's not possible or people would rather wait for the source code than waste so much of their time trying to crack it instead of building more apps!
Hope this comes soon. aHome is lame (its a G1 not an iPhone) and so is only 3 default widgets, only one of which I actually use..

Also if go like dxtop web page. Andorid peps said not to make anymore widgets becase to do so creats some kind of law that could leave ur phone open for attack. And also I don't the battery life on the g1 will suport widgets very well. But I could be wrong.

Theres are huge concerns from a security standpoint when it comes to opening up the ability to add 3rd party widgets, thats why it hasnt been released yet. The new cupcake branch added more secure widget support.
Per http://betterandroid.wordpress.com/2009/03/15/open-home-faqs-where-are-widgets/:
"Home runs with quite a few permissions, most notably the ability to
read contacts. With your implementation of widgets, any application
can offer a new widget that, once installed by the user, will silently
use Home’s permissions to achieve whatever it needs. For instance,
a widget could be easily modified to read all the
contacts and upload them silently to a website. At no point the user
will know that the widgets will make use of the “read contacts”
permission.
The second security hole is the ability you give the widgets to spoof
any other app. A widget could for instance find shortcuts on the Home
screen and change their Intent or attach a different click listener to
execute something entirely different. This way, a widget could for
instance execute a fake Email app and grab the user’s password and
emails. A widget could do much more too since they have access to all
the information stored in the Home screen UI.
These two very important issues are the reason why widgets were not
implemented in Android 1.0. We need to implement them correctly to
guarantee the privacy and safety or the user’s data.
As your application currently stand, I would strongly advise you to
disable the widgets support until you come up with a secure
implementation of widgets. You have customers who paid for your
applications and it would be really bad both for them, you and Android
if a malicious widgets started taking advantage of these security
holes"

Related

Windows Phone 7 will have multitasking.

I'm opening a new thread so people don't have to dig thru other threads to find this.
Leaked documents show that Windows Phone 7 will indeed have multitasking after approval by Microsoft. Appearently you will need to ask Microsoft for special permission, and as such you will need to prove your need for multitasking. I'm sure it will be limited to apps such as Pandora that show a specific need for running in the background.
http://www.wmexperts.com/leak-windows-phone-7-documents-developers
Thanks for posting this. It looks like I need to start learning silverlight which I expected would be the case.
The multitasking is annoying. I dont want to have to ask for permission to enable this. Do they plan on controlling this through the app store? If its just some hidden API's they would get leaked in minutes and everyone could use them.
Weird interpretation
From the leaked documents provided, I cannot figure out how did they come to the conclusion that developers would need to ask for permission to do multitasking. It seems that the authors of the article are not really technical and had things mixed up. OEMs and MOs will have to request access to some native APIs if Managed API and provided limited native API set is not enough for their needs, which is something totally different from processes and threads. Processes and threads, or in layman terms multitasking is business as usual. I don't see any restrictions there.
Of course the OS can multitask. That's never been a question.
The question is whether third party applications will be allowed to run in the background.
There is no word on whether this is the case, and in fact, every official statement from Microsoft currently hints to this not being the case. It seems like they're going the Apple way of not allowing third party applications to run in the background.
Did anybody read the document? There's no connection between multitasking and approval. It's not going to be done with hidden APIs that can get leaked. It's not completely clear but here's what it seems to say to me:
Anyone can write C#/Silverlight apps that use the .NET Compact Framework and install them. Hopefully this will let you do most things you want to do. The big problem would be if .NET CF 4 is missing any of the "normal" useful stuff. Personally, if I can interact with calls, texts, contacts, location services (e.g. GPS) and the internet then I'm happy.
If you want to write unmanaged (i.e. C++) code or call some extra managed APIs you'll need to get the code signed. This will probably go through a similar process to Apple's app store. This should only be required for low level stuff - drivers, etc. The wording of the doc suggests that it would only be phone carriers that are likely to be using this.
Multitasking isn't mentioned, so it's only guesswork between now and MIX10.
freyberry said:
Of course the OS can multitask. That's never been a question.
The question is whether third party applications will be allowed to run in the background.
There is no word on whether this is the case, and in fact, every official statement from Microsoft currently hints to this not being the case. It seems like they're going the Apple way of not allowing third party applications to run in the background.
Click to expand...
Click to collapse
I think it may work more like the way Android does than the way iPhone does. Android multitasks properly, but suspends non-foreground processes. Looking at the built in calendar demo, it pops in and pops out to the same place, so it's not being restarted, merely resumed.
l3v5y said:
I think it may work more like the way Android does than the way iPhone does. Android multitasks properly, but suspends non-foreground processes. Looking at the built in calendar demo, it pops in and pops out to the same place, so it's not being restarted, merely resumed.
Click to expand...
Click to collapse
That's not how multitasking on Android works. Android applications save their state when they are sent to the background, but they continue to run. They are not suspended, unless the system runs out of RAM.
If the system runs out of RAM, then the "oldest" process that's running in the background gets killed. Since it saved its state when it was sent to the background, you can reopen it and continue where you left off.
That's exactly how multitasking *should* work.
freyberry said:
That's exactly how multitasking *should* work.
Click to expand...
Click to collapse
Really? Isn't it the same as stated by MS that apps will be "paused" in background? Also, how is it going to help my satnav app be at the right position when I minimize the dialer in a call?
vangrieg said:
Really? Isn't it the same as stated by MS that apps will be "paused" in background? Also, how is it going to help my satnav app be at the right position when I minimize the dialer in a call?
Click to expand...
Click to collapse
No, it is not at all the same. Read my post again.
guys take a look at this.. this guy is playing music while navigating trough the phone..
http://www.wmexperts.com/wme-mwc-video-hands-no-2-windows-phone-7-series?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+wmexperts+(WMExperts)&utm_content=Twitter
may i ask for this thread to list facts only?
i would love this thread not to be dragged into the debate of hints and speculations. I would say, as long as we don't have something solid let's keep the speculations at the other thread.
i have seen some videos where by mistake shows multi tasking cappabilites, and i believe as long as the cappability is there (even if locked down) we can find a way around it. but we are still in the dark, maybe Microsoft will simply say that hey developers, yes we have full multitasking but not for .net cf apps, only unmanaged code can? maybe! just to ensure that not anyone can write an app to stay in the background.
Mostly the usage of multitasking is not that high, i don't keep much apps in memory. infact alot of the users of Windows Mobile (5, 6.x.x) do set their phones to close the app on X click. and most of us (including me) didn't want to run multiple apps in the background, actually that's why HTC built the Taskmanager into their ROMS. even SonyEricsson.
Of course there are exceptions for that, i would love for my Navigation app to stay in the background while my friend is playing on the phone.
the main point is we don't have any clue yet, if we get any info that is official/confirmed leak then we can get either UPSET or releafed
take it easy mates.
young blade said:
guys take a look at this.. this guy is playing music while navigating trough the phone.
Click to expand...
Click to collapse
Music (Zune) is not a 3rd party app.
pilgrim011 said:
Music (Zune) is not a 3rd party app.
Click to expand...
Click to collapse
okay so its about 3th party apps in running in the background.
I'm sure it will be possible.. whats the point of not doing it and having 500+ ram in the device..
thats like tuning a car up to 999 of horse power and restricting it down to 300.
young blade said:
okay so its about 3th party apps in running in the background.
I'm sure it will be possible.. whats the point of not doing it and having 500+ ram in the device..
thats like tuning a car up to 999 of horse power and restricting it down to 300.
Click to expand...
Click to collapse
Don't be so sure. Unfortunately, Microsoft is heading Apple's path, the dark side...
Honestly if they make is so you have to actually program it to run the background instead of natively making everything work in the background, I beleive that would be a good thing. I have to pull the task manager up to close every app after I open it because I don't really need it in the background. For example when I use a calculator to compute something why does it need to stay up after I'm done with the calculation?
On the otherhand, If they are making it so you have to get direct permission from Microsoft and not just from the OS to run in the background that probably means they want some more money or something outta the deal and I don't think thats the best way to go. Phone these days usually have a good amount of ram to be able to run task in the background and they shouldn't underpower the device if it can handle it.
I don't think that iPhone is the way to the dark side.... they are able to make "dumb users" (I don't think you are dumb, it's a way to put it into), a way to make what they want with their device. As a higher user, you know how to manage properly a system unmanaged because you know to play properly with the system, resources, and more over, but some people just has problems knowing how to open a file...
Really, the iPhone way is bring the IT technologies to people that not usually knows or likes the IT, and use them because they must, or they like the services but not the tech itself.
I belive that maybe WP7S has become so iPhone, and we may want to drop it, but really, the human history has ever been the same. It's not about how good or how many features has a device/technology/thing, it's about how many people use it in daily life. Try to think about a space travel agency, the people will believe in space travels once people become able to go to the moon by themselves, not because the NASA did it. And no matter that NASA was able to take a "car" for the astronauts and an space agency only can bring you an your package, it just doesn't matter.
Yes, it will indeed multitask for the native apps at least. In the presentation, Joe goes to a maps app, then goes right back to the calendar app where he was. Looks like the iPhone push stuff.
Kloc said:
Honestly if they make is so you have to actually program it to run the background instead of natively making everything work in the background, I beleive that would be a good thing.
Click to expand...
Click to collapse
That would be the best thing they could do. That's how it *should* work.
yes, not all apps require to be able to run in the background. things like calculator for example, i hate killing it using task manager.
things like sending sms or email, when I hit the send button and close the gui, the msg should be sent to the background service and really close remove the gui interface from the memory. i hate killing tmail.exe.
and there are a lot more examples why current winmo multitasking is not right. tweaks required just to be able to completely close app like htc album, opera, etc.
i am glad that finally microsoft will address this seriously. i am not surprise that ability to run in the background will be controlled by them. it is still better being controlled rather than not allowed at all (like Apple iPhone?).
freyberry said:
That would be the best thing they could do. That's how it *should* work.
Click to expand...
Click to collapse
Careful, careful....!!
You don't know HOW they're going to adress the issue. If they completely forbid multitasking, like Apple, then things will get a LOT WORSE than they are now.
I agree that not every application has to run in the background. But some MUST run in the background and it would be a huge failure if they didn't allow third party developers to use multitasking at all, like Apple.
Multitasking for each and every application, like on WM6.5, is still a lot better than no multitasking at all!!

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.

I have an idea for a really cool application, need help developing it.

Hello all
I have been using XDA for years, and yet this is my first post. I have always felt inferior to the development genius's on this site, so I thought it best to keep my mouth shut and just marvel at all of you.
I think I can now give something back.
I have an idea for an application that I have not seen on the market (I am from South Africa so we only get free apps here, but I have used google and can't find something similar)
I think this idea would be quite successful on the market, and therefore can not describe it openly.
If there is an application developer (not a newbie like me) who is interested in helping design this application, please let me know.
Thank you
You should just share it right here. The more people that can freely see it, the more would be interested.
All that secret stuff will only work in your disadvantage.
Hi there
You may be right. I have not done this before. How do protect your idea? Or is that not done on this forum?
Maybe you can explain how application development works and how to you protect it if and when the application is a success and goes to the Andorid market.
Explain why this needs to be a secret. Are you looking to make a profit from it? If you're thinking that way you will make very little as a non-functioning member of the application development team.
Just say what your amazing idea is.
Thanks Gazebee, since you put it like that.
I have a desire and when I received it, swore to myself that I would never 'fiddle' with the Rom, like I did with my Windows mobile devices. Well, that was then...
I really liked HTC sense, but have in the interim, moved over to Froyo (Currently using Open Desire1.5).
I miss Sense very much. One of the main reasons for this is that, with Sense you can custom design your Scenes. You can save your back ground, widgets, shortcuts apps etc for all your homescreans, and go back to a previouly saved scene if you wish.
The items that you may wish to have on your homescreans will vary dependant on a variety of factors.
For example, in the week when I am at work the most important items are email, calander, weather(we work outdoors often), messaging, work contacts etc.
On the weekend there are other things that are more important, Photo album, camera, family and friend contacts, music etc.
There may even be times each week when your phone needs to be in airplane/ silent mode etc.
The application I was hoping to develop would allow the user to set scenes for himself, based on the day of week.
So for example, on Monday morning at 6AM, your phone swithces from the 'weekend' scene that the user designed to its "workday"scene. (either needing confirmation or automatically depending on the settings previosly stipulated).
Perhaps when you leave work at 5pm, your phone switches to "evening scene"
The user can stipulate /design as many as he wants and set timed controls to switch between the scenes.
The above was my initial thoughts, but why stop there.
It is surly possible to use Gps location to contol the scenes. When you pull arrive at work, the appropriate scene is activated. When you get to Church on Sunday morning your phone goes into airplane mode so that you don't get struck down by lightning because your phone interupts the sermen.
It may even be possible to take this one step further.
Integrating with applications like Rom Manager it may be possible to use a different THEME for the weekend, work week or whatever, depending on you mood.
Hell, if that is not enough, you may want to switch Roms for the weekend. Perhaps you prefer using the Sense UI at work, but want FROYO on the weekend. These choices can be set in advance and timed based on previously set perameters.
Please let me know what you think of this, it was something that I definitly thought was missing from the Sense UI.
Thank you
tyronius said:
Please let me know what you think of this, it was something that I definitly thought was missing from the Sense UI.
Thank you
Click to expand...
Click to collapse
I really like that you took the idé and threw it out there. A great step forward. I like that you understood that finalizing the idé will be hard since you, the "inventor" don't have any development skills, such as programming.
This idé, almost excist. Based on different set of logical operations, like if it's 8 AM and my GPS position tells that I'm at work, it turns the phone down to silent for example. You can also connect different types of applications that should interact with this application, i.e. develop your own plugin for this program.
The app is called Locale and can do a **** load of things; http://www.twofortyfouram.com/
What it doesnt have is the personlization of the homescreens depending on logical operations. Sounds cool, but to get this to work with Sense will take a ****load of work, I would think that implement it to a launcher i.e. will be much easier. Maybe tip the guy behind http://www.launcherpro.com/ to have a look on this.
Cheers!
Something that may be easier than fiddling with homescreens is having a full screen widget that had a 4 x 4 grid of configurable shortcuts that you can setup as you wish for each "profile".
Developing a widget will be far easier than trying to interface with the large number of launchers/interfaces around.
Sent from my HTC Desire using XDA App
This is actually a great idea. SPB Mobile Shell on Windows Mobile has a similiar function. But doesn't do it automatic. What it has is a Lifestyle Home and a Professional Home. In each of them you get 3 screens left and right. But if you flick the screen up/down. it switches to the screens of Lifestyle and then to Professional.
While this idea is good, it's too much work to start it from nothing. It would be best do integrate it with one of the already homescreen alternatives out there (e.g. LauncherPro and the likes)
I used to love Locale until they started charging $10 for it... It's useful, but not THAT useful... Am I being a tightarse?
Sent from my HTC Desire using XDA App
streetdaddy said:
I used to love Locale until they started charging $10 for it... It's useful, but not THAT useful... Am I being a tightarse?
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
it also drains battery like crazy

First time with....well everything almost.

I've been with Sprint for almost 9 years now, and before my Evo 4G in 2010 all I had were the old Nextel i95's...so needless to say I'm at a complete loss with WP7. I tinkered and tailored with Android ROM's for years now and have loved a lot about the OS...but I just couldn't pass up this deal for the Lumia 900 on AT&T. I'm beyond satisfied after having set everything up and loving how tightly knit and integrated a lot of the features are. But I still have some questions:
1) Can i screen capture with the stock rom? I don't want to have to unlock this phone (That was one of the reasons I left Android, you needed to unlock to do ANYTHING)
2) Are there any apps beyond the 3 that use a double tile? Is this a setting somewhere that I'm missing on? Kinda like resizing widgets?
3) Are there different themes, beyond the color switching pallete, that can be used with WP7? And while we're at it, is there a different lockscreen or anything else that can be done from it besides unlocking it? (Such as unlocking to text, email, custom app?)
4) What's up with the notifications disappearing after a while before I get a chance to check em? Is there a way to check them besides going to their respective clients to see what I missed?
5) Can you guys point me towards some alternative apps or settings to replace some of the stock feaures?
6) Besides having to login to AT&T all the time, is there a different way to monitor my data usage? A simple app perhaps?
7) Oh and how could I forget....do I have to go all the way to the settings every time to see what the percentage on my battery is? I found a couple threads saying that you have to unlock the phone for this feature but I refuse to believe that something this simple needs a workaround like that.
Thanks in advance guys, loving this OS and looking forward to some of the changes.
1) Unfortunately not. Most screen captures you see on the net are done using the development software.
2) Tiles sizes are determined by the developers. I wish there was a way of making them single or double too.
3) The colours are the only customisation you can do right now without unlocking the device other than changing the lock screen. The lockscreen I like, as it unlocks to the "desktop" when there is no notifications but if you unlock it as a notification happens then it will take you the application required to see the notification.
Also for some awesome lock screens go to the deviantart website.
4) This is my one and only gripe with WP7. Having said that after unlocking the notication is either facebook or twitter (the only ones not shown on the home screen) and both of those show on my "ME" tile. So really if I want to see anything I missed I go to the "ME" tile and slide across to notifications.
5) What stock features do you need help with?
6) Im not on AT&T and my phone provider has an app to do this so I would be contacting AT&T about this.
7) They do not show a % because its not very accurate I think. This is something I at first hated but I don't care that much any more. This is not like my Samsung Galaxy II which wouldn't last a day. I usually get over a days use out of my Lumia so I don't have to look all the time and be worried. When the love heart goes on the battery I know its getting low but still I have HOURS left.
In terms of number 5 I just meant is there an alternate keyboard, browser, gallery, search feature/marketplace etc. Not that I have a problem with any of these (although I do miss haptic feedback on my keyboard) I just wanted to know if there were alternatives.
EDIT: I do have a problem with ONE of those things I mentioned. The marketplace...it seems too cluttered and feels like the phone is always zoomed in with the way everything looks...but that looks like it was done on purpose.
You.can get two off your list with a Developer unlocked device. Think of it this way. Nokia is giving you a $100 credit because of the data issue. Use it to purchase a legitimate Dev key from Microsoft. Can sideload apps, and also develop with it.
1) can do it with homebrew Screen Capturer app.
2) Only Microsoft or OEMs can develop double wide tiles.
3) Need to have an interop unlocked device to add colors, etc. More involved than dev unlocked and not yet available for the L900.
6) The AT&T myAT&T app will give you the info you need. Nokia is also releasing a data tracking app. Coming soon.
7) Homebrew Battery Meter app. Updates a Live Tile every 10 minutes. Pretty accurate. Good history charts.
Sent from my Lumia 900 using Board Express
There are a few other browsers and such but they are all just front ends for the existing apps supplied with the device. There is also a few marketplace apps which you might find better. I use AppTastic every now and then purely as it shows what's on sale. There might be an app which I don't think is worth $5 or $6 after the trial but would happily purchase to support the developers for a few bucks.
iiDeadSeriousii said:
In terms of number 5 I just meant is there an alternate keyboard, browser, gallery, search feature/marketplace etc. Not that I have a problem with any of these (although I do miss haptic feedback on my keyboard) I just wanted to know if there were alternatives.
EDIT: I do have a problem with ONE of those things I mentioned. The marketplace...it seems too cluttered and feels like the phone is always zoomed in with the way everything looks...but that looks like it was done on purpose.
Click to expand...
Click to collapse
Well, there are alot of the things that are different. Can't/Won't say if its better because thats a personal choice. I've grown to love the look and feel now. So has my daughter...but my son hates it. I gave them both 2 weeks to like it or I would buy them their next phone. My daughter converted...my son did not, and did not want new phone. But, with that said, there are some things I miss from Android....not much, but some. I do wish Live Tiles were a touch more customizable. I wish I could have some more color schemes instead of the just the current ones. I'd love to have a Black/White and/or Grey/white combination of colors also.
Otherwise....its a matter of just trying and getting used to it. I think it took my daughter 3 days to get used to the tiles and groupings of the hubs and what they are designed for. Her original list of must haves went away....
Thanks for all the help guys, yea I figured that most of my complaints/issues could only be solved with an unlock phone but I figured I'd ask. I've got another question, do apps auto update or do I need to manually check em every time?
Your marketplace tile will have a number on it showing the number of updates available. So no you never need to go check but you do need to initiate the update manually when you see that there is some waiting for update.
Again thanks guys for getting me started with the phone. Just a few more questions:
1) Is there a way to set a tile to immediately turn on/off either Bluetooth or Wifi? Or am I stuck with the default settings tile?
2) Can I save a setting where I don't have to download my pictures every time I open an email? I used to just pit "Always show pictures" on the Android GMail client.
3) I've looked and looked and still cant find a tile to just show battery. Can someone link me to an official one that I don't have to side load?
4) Is the app Bandwidth the only app for network speed test? Its kinda glitchy for me.
5) Is there a way to get that HTC Hub on this Lumia or is that another thing where I gotta unlock the phone? I really like the look of it.
6) Someone mentioned that you can change the lockscreen, or at the very least the wallpaper, how do you do that?
Thanks.
iiDeadSeriousii said:
Again thanks guys for getting me started with the phone. Just a few more questions:
1) Is there a way to set a tile to immediately turn on/off either Bluetooth or Wifi? Or am I stuck with the default settings tile?
2) Can I save a setting where I don't have to download my pictures every time I open an email? I used to just pit "Always show pictures" on the Android GMail client.
3) I've looked and looked and still cant find a tile to just show battery. Can someone link me to an official one that I don't have to side load?
4) Is the app Bandwidth the only app for network speed test? Its kinda glitchy for me.
5) Is there a way to get that HTC Hub on this Lumia or is that another thing where I gotta unlock the phone? I really like the look of it.
6) Someone mentioned that you can change the lockscreen, or at the very least the wallpaper, how do you do that?
Thanks.
Click to expand...
Click to collapse
Dont know if someone mentioned this, but you're in the droid mentality right now. Like Apple, alot of the framework is locked down. Even with sideloads, alot of the framework is not available. HTC Hub is one of those. MS did not want that kind of screen and they don't allow it. WP is based on Live Tiles and they are sticking with it...for now.
You can change the lock screen pic by going to settings and Lock+Wallpaper. You can change the timeing settings and the picture. If you have a picture you want to use, go to your pictures hub and simply long press on the pic, use as wallpaper is an option.
But mostly, do not expect alot of hack/modding on these phones. For the most part, most of Windows phones, were Android phones at 1 time...ie the Samsung focus line. HD7 was the HD2 line which has been successfully ported to Android and WP7. If you want android type functionality in terms of look and feel...probably not gonna get it here. Of course, I could be wrong....but...who knows.
iiDeadSeriousii said:
Again thanks guys for getting me started with the phone. Just a few more questions:
1) Is there a way to set a tile to immediately turn on/off either Bluetooth or Wifi? Or am I stuck with the default settings tile?
2) Can I save a setting where I don't have to download my pictures every time I open an email? I used to just pit "Always show pictures" on the Android GMail client.
3) I've looked and looked and still cant find a tile to just show battery. Can someone link me to an official one that I don't have to side load?
4) Is the app Bandwidth the only app for network speed test? Its kinda glitchy for me.
5) Is there a way to get that HTC Hub on this Lumia or is that another thing where I gotta unlock the phone? I really like the look of it.
6) Someone mentioned that you can change the lockscreen, or at the very least the wallpaper, how do you do that?
Thanks.
Click to expand...
Click to collapse
I don't have answers for all of these, but here's a few (and fwiw I agree
with alodar1). But before I begin, not sure if you're aware of the Marketplace online (http://www.windowsphone.com/en-US/marketplace) - might make searching easier as you're starting out.
1) "Settings Tile" is 1 such app (I don't use these, so I can't recommend which one to install, but I've seen this one recommended... *shrug*) http://www.windowsphone.com/en-US/apps/102014a6-156e-4604-8f1a-2a86e4edf191
2 & 3 don't know, sorry
4) TestMyNet works decent: http://www.windowsphone.com/en-US/apps/a25ec139-fc33-4571-9425-cf031a3312bb
5) No, sorry (I had it and never really used it...)
6) Answered above =)
You may also want to check out 'AppFlow' (http://www.windowsphone.com/en-US/apps/578ef361-c265-46b7-b6f4-63cbd7fbefe0) or some similar application recommendation app.
alodar1 said:
Dont know if someone mentioned this, but you're in the droid mentality right now. Like Apple, alot of the framework is locked down. Even with sideloads, alot of the framework is not available. HTC Hub is one of those. MS did not want that kind of screen and they don't allow it. WP is based on Live Tiles and they are sticking with it...for now.
You can change the lock screen pic by going to settings and Lock+Wallpaper. You can change the timeing settings and the picture. If you have a picture you want to use, go to your pictures hub and simply long press on the pic, use as wallpaper is an option.
But mostly, do not expect alot of hack/modding on these phones. For the most part, most of Windows phones, were Android phones at 1 time...ie the Samsung focus line. HD7 was the HD2 line which has been successfully ported to Android and WP7. If you want android type functionality in terms of look and feel...probably not gonna get it here. Of course, I could be wrong....but...who knows.
Click to expand...
Click to collapse
Yea I realize I still kinda am in that mentality. It's just there's so many little things I took for granted that I never realized were there until this happened. I love this platform so far though, I have no major complaints, just small issues with it. But thanks for the tip, yea I know about the HD2 cause the first thing my brother did when he got that a couple years ago was have me put Gingerbread on it lol. I'll stick with what I've got for now tho, this is a ridiculously smooth experience and if I've gotta make some sacrifices, oh well. I still get everything done that I want throughout the day...I just wished some apps were better supported.

Zooper's future? (I'm looking at you, MyColorScreen)

It's been well over a year since MyColorScreen acquired Zooper, and Zooper's online presence is STILL a hideous mess. The official links at the Google Play store are broken, and even some of the reference links on this forum's sticky are dead. I can't even find an official blog post that isn't less than a year old. Zooper's documentation wasn't that good to begin with, and it looks like MyColorScreen has done absolutely nothing to improve it.
Here's my fear:
MyColorScreen is going to mothball Zooper so it won't compete with one of its future pet products (themer maybe). Zooper requires a huge time investment to use properly, and I don't want to lose that investment. I've been burned by this exact scenario with other successful apps.
PROVE ME WRONG, MYCOLORSCREEN... PLEASE! Get your support and reference material in one place and make it available. Communicate your plans for Zooper. If you're just "parking" the app until you figure out a business plan, then say so. We're on your side, so please don't screw us over.
Yeah.... You are so true.
But I have to add that they don't do anything to improve the App. Even their Promises regarding Zooper are just empty words. They promised to add multiple Timezone support, but nothing happens.... Still only possible for text....
brownblack said:
It's been well over a year since MyColorScreen acquired Zooper, and Zooper's online presence is STILL a hideous mess. The official links at the Google Play store are broken, and even some of the reference links on this forum's sticky are dead. I can't even find an official blog post that isn't less than a year old. Zooper's documentation wasn't that good to begin with, and it looks like MyColorScreen has done absolutely nothing to improve it.
Here's my fear:
MyColorScreen is going to mothball Zooper so it won't compete with one of its future pet products (themer maybe). Zooper requires a huge time investment to use properly, and I don't want to lose that investment. I've been burned by this exact scenario with other successful apps.
PROVE ME WRONG, MYCOLORSCREEN... PLEASE! Get your support and reference material in one place and make it available. Communicate your plans for Zooper. If you're just "parking" the app until you figure out a business plan, then say so. We're on your side, so please don't screw us over.
Click to expand...
Click to collapse
Well, they have apparently fixed their broken links. But their web presence is still awkward. Every link at the Play store points you to a support page which has a feedback forum, yet doesn't even mention these XDA forums. So is XDA still relevant? And one of the top hits from a google search takes you to the old zooper.org page which indeed directs you to these XDA forums. But a few people are still trying to post on the defunct zooper.org archives!
So as far as I can tell, there are 3 separate zooper forums that are unaware of each other. It's this kind of disjointed mess that makes me worry about the future of the product line.
I wouldn't of upgraded to pro had I known it was going to be abandonware myself. It was the first, and one of the few, apps I've upgraded to pro. Even if an update was months away it would be nice to know there's something going on.
bterrill said:
I wouldn't of upgraded to pro had I known it was going to be abandonware myself. It was the first, and one of the few, apps I've upgraded to pro. Even if an update was months away it would be nice to know there's something going on.
Click to expand...
Click to collapse
Update just released. So far it looks to be just a ui update but at least its something.
jr67 said:
Update just released. So far it looks to be just a ui update but at least its something.
Click to expand...
Click to collapse
The Google Play store is showing version 2.58 (Nov 2014) as the latest. Do you know of something more recent?
brownblack said:
The Google Play store is showing version 2.58 (Nov 2014) as the latest. Do you know of something more recent?
Click to expand...
Click to collapse
Sorry, it must be a beta update. You can join the beta google+ group to get access. As far as I can tell its just a UI update nothing more.
Well it's something I guess. I never digged too deep and didn't even know someone bought this out a while back or whatever. Damn shame there's not more work being done though. I'm not on zooper beta but not even sure what ui would need updated unless there's finally support for better weather location things.
I guess I'll join the bandwagon on hoping work that matters to most of us is done .... eg variables and what not. I would even pay 4.99 or 5.99 for a diff version that had 3 updates a year to stuff that's fun to mess with. I must of spent the first 2 months straight on my galaxy playing with zooper... like hours on end
Thanks for the info jr67
Zooper is awesome!
While I agree that updates are great and there are things that would be nice to have added, I think the app is pretty awesome as is. I rarely feel like I run out of opportunities for new ways to customize my phone and tablet because it lends itself to so many possibilities. Now if they would only update their app Media Utilities to work correctly with Android Lollipop (Zooper can't display cover art and music information at the same time with Lollipop), I'd be all smiles!!
MyColorScreen kinda died
I'm sorry to be the bearer of bad news, but according to my sources, MyColorScreen is dead and it's likely that they won't be coming back. I talked to a former MyColorScreen employee, about how to get a human response from MyColorScreen, and here was the interaction (Via Twitter)
@MarcoJHB I need a little help. How can I get in contact with mycolorscreen and get a human response?"
"@burner_studios sad to say but MCS is pretty much dead. Anything I can help with though?"
@MarcoJHB not really, but thanks for the info!"
Here is a link to the conversation.
https://twitter.com/burner_studios/status/631000884072349696
Why do I believe this?
1. MyColorScreen's last tweet was "All good things must come to an end. Follow @MarcoJHB to stay updated with his new ventures! https://youtu.be/kxFyq1I-g-I #dontstopcustomizing" and proves that the source is trustworthy.
2. The last update to Zooper Widget (free and pro) was 11/3/2015, Media Utilities was last updated 18/12/15, and Themer, MyColorScreen's main product, is no longer avalible on the Play Store.
3. The Zooper Widget beta community has a very old icon
4. The official MyColorScreen community had it's last "Screen of the day" post 19/3/2015.
5. The last "Question of the day" post in the aforementioned community was 19/3/2014.
6. Again with the aforementioned community, Marcos Agas is still a co-owner, despite him no longer being employed with MyColorScreen.
7. Again with the MyColorScreen Google+ community, there is essentially no moderation whatsoever.
8. MyColorScreen CEO Ashvin Dhingra last posted on Google+ 30/4/2014.
9. Ashvin's LinkedIn profile says "Co-Founder & CEO at Themer by MyColorScreen (acquired by IAC)"
10. On the Zooper Widget uservoice website, under "Report a Problem" you will find an item with 111 votes (As of this post) named "Editing interface HUGE lag" which is a bug that appears to be occurring on devices primarily running lollipop. It was reported on 5/5/2015, however I can testify that this has occurred on devices running 4.4 as early as 2014.
Based on that, I'd say that the information is fairly trustworthy.
So I suppose, the real question is, "What is OUR future with Zooper Widget?"
Are we going to decompile and update it ourselves, just like with steam?
Are we going to look for a new design tool to use?
Are we all just going to switch to using KLWP?
because I may know what the future of Zooper Widget is from the perspective of MyColorScreen, but we have great developers in this community that could keep the app going now that MCS stopped doing so.
That sad news, I dont like KWLP I stay with Zooper Widget I made like 200+ widgets. I hope someone acquire ZW and gonna develop it further
I tried kwlp but I hate ui and everything is unorganized.. In Zooper is nice and simple organised. What alternatives do we have? Can't find anything that match zooper customization and easy to use.
Gesendet von meinem GT-I9295 mit Tapatalk
I'm not a fan of KLWP. Looks like the people who did Themer and Zooper just moved on to another app and abandoned the others.
Sent from my Nexus 6 using XDA Premium 4 mobile app
Has anybody tried Make Your Own Clock Widget? It seems to do a lot more than just clocks
ewa12321 said:
That sad news, I dont like KWLP I stay with Zooper Widget I made like 200+ widgets. I hope someone acquire ZW and gonna develop it further
I tried kwlp but I hate ui and everything is unorganized.. In Zooper is nice and simple organised. What alternatives do we have? Can't find anything that match zooper customization and easy to use.
Gesendet von meinem GT-I9295 mit Tapatalk
Click to expand...
Click to collapse
I completely agree with you on that front. I already have invested so much into zooper widget development that I'm willing to push it to, and far past its limits. Although I don't expect IAC to let someone else acquire zooper widget until the profits from it begin to decrease.
But yeah zooper hasn't hit the end of its lifespan just yet. In the end it's developers that decide when that happens.
Sent from my SM-N900V using Tapatalk
What other widget maker I can recommend is Buzz Widget. Easy to use some functions are really cool wish to have some in Zooper Widget: bigger preview, tap hold and move object with your finger (optional), filter widgets by show only clocks, weather widgets, music widgets etc only disadvantage is that to share download stuff from other people it's recommend to download Buzz Launcher and idk if it works with Tasker and no support with Kolorette . Worth trying.
Maybe UCCW lots of skins similar to Zooper
That's not fair, Themer got update and Zooper Widget nothing since March
Gesendet von meinem GT-I9295 mit Tapatalk
Another update, KWGT by the team of KLWP is now in development.
Yeah... Bye bye zooper.
Further information found here: https://plus.google.com/+FrankMonzas/posts/9PpjCce44PL
Sent from my SM-N900V using Tapatalk
firebirdfilms said:
Another update, KWGT by the team of KLWP is now in development.
Yeah... Bye bye zooper.
Further information found here: https://plus.google.com/+FrankMonzas/posts/9PpjCce44PL
Sent from my SM-N900V using Tapatalk
Click to expand...
Click to collapse
That's the death blow to Zooper. They walked away from Themer and Zooper do they really think that they won't walk away from this?
Sent from my Nexus 6 using Tapatalk
KLWP and KWGT are developed by "Kustom industries" hailing from Italy. MCS is from California, and has had no known interaction with kustom industries. Also KI only has 4 apps they are working on including pro keys, and KWGT reuses a lot of code from KLWP. So I'm not really worried.
Yet.
Just found this thread, so, for anyone trying to understand what's the difference between KWGT and the other widgets around i have filled up a list of Kustom advantages over Zooper / UCCW on the main thread, i will list them here just for clarity:
How is KWGT better than Zooper, Buzz, Mycw or UCCW??
You have Komponents which are like widgets inside widgets or reusable items inside the editor. So for example you can create a clock and redistribute it as a module for KWGT, users will just add your clock and change the options you expose (like colors and font), there are many examples online on the store already or you can check the dedicated thread above
You can download content directly from HTTP, so you can have a Google Map with the city you are in directly in the widget background if you want, or use Street View, or you can have a Komponent that does that for you like this, you can add it with one click
You have global variables, so you can set a color once and then use it whenever you like, so, when you want to change it you just change the global and it will change the color everywhere in one click, this allows users of your theme to change color easily
You can create touch actions that will hide / show elements based on touch, so you can show full weather data when someone clicks on a weather icon and then hide it automatically after X seconds
You have containers, so you can group items inside an object, move them together, apply effects and rotation to the entire group
You have built in music support, so music will work without any additional tool, no music utilities needed, it just works
You have more effects, like long shadows, morphable text, blur images and so on
You can extract colors from images, cover art or anything downloaded from the internet (like kolorette does, but builtin)
You can use formulas on any property you like, no need to use "advanced parameters", you just turn a property into a formula and then you can do anything you like
You have full support for different location, so you can apply a location to any group and make a world clock in seconds, locations are then easily accessible from the settings
You have much more functions, you can download text from HTTP, use regular expressions, parse RSS, XML and JSON, do math with dates, create timers
Much better resizing, the widget will resize automatically and touch will always work on any module regardless of the orientation
A wizard to create APK skins in seconds without any Android development knowledge or additional tool except the JDK
Last but not least from my measurement battery usage difference between KWGT and the others is like 1/100th (not kidding, you can try yourself with a good battery monitor like better battery stats plus, Kustom has 2 processes so you can clearly see the difference between the editor and the real widget/wallpaper service)
@Katt50 / @ewa12321 what's wrong with KWGT UI? anything i can improve? BTW i have absolutely no intention of stopping the development anytime soon, it might slow down at a certain point (i am now releasing a new version every 3 weeks because i have a HUGE todo list) but i will always try to do my best to add new stuff, so if you have any suggestion glad to help
frankmonza said:
@Katt50 / @ewa12321 what's wrong with KWGT UI? anything i can improve? BTW i have absolutely no intention of stopping the development anytime soon, it might slow down at a certain point (i am now releasing a new version every 3 weeks because i have a HUGE todo list) but i will always try to do my best to add new stuff, so if you have any suggestion glad to help
Click to expand...
Click to collapse
Here's my problem...
Most of the people involved were the same people that abandoned Themer. And abandoned Zooper. I was active in the Themer G+ Community and see many names that were active there
How do I know that in a year that you decide to move on to a different app and just abandoned KWLP? Personally, I have not played around with KWLP much but I didn't find it easy to use for a beginner at all.
Sent from my Nexus 6 using Tapatalk

Categories

Resources