Recommended Posts

Damn, I love Swype. It works perfectly on the phone.

I'm after a good web browser though - anyone got an ideas for an alternative one?

Also I'm still using the stock 'themes' for it - whats the best way to customise the layouts like I see on the web.

Oh, and a good site for wallpapers for it?

My battery life is much better now for sure, and usually get just over a day out of it which is great.

Damn, I love Swype. It works perfectly on the phone.

I'm after a good web browser though - anyone got an ideas for an alternative one?

Also I'm still using the stock 'themes' for it - whats the best way to customise the layouts like I see on the web.

Oh, and a good site for wallpapers for it?

My battery life is much better now for sure, and usually get just over a day out of it which is great.

Dolphin is a good browser. Tabs and all that. Quite quick.

Wallpapers. Download the Zedge application. It's brilliant. Ringtones and Wallpapers.

I have been looking at Lookout AV on the Desire and to be fair it seems to be pretty good. Apart from AV it also backs up contacts, call logs and pictures plus can find your device if it is lost or stolen although I understand that this service isnt available in all countries.

Has anyone got any other opinions on it or other AV?

how is everybody's battery life? mine isnt as good as my HTC hero, better than the Pre for sure.

Im getting at least 24 hours, but i want more :s

Im using an app called timeriffic and has allowed me to time when things are switched off, its made the battery last a lot longer and I would recomend it highly.

You will be lucky to get more than a day with any smart phone !!

Oh really, the last time I charged my HTC Desire I got a day and a half out of it, without the use of task killers, timers to kill programs and services and without turning off auto sync.

Granted my phone has gone through several charge cycles but this shows that you don't need third party apps to increase battery life.

I think a lot of it comes down to common sense. For example you don't need to have mobile internet turned on constantly. Turn this off saves a TON of battery life. Just that one small measure will make a huge difference to your battery life.

I can now get back from work with the battery level at around 80%. And this is with normal usage.

I think a lot of it comes down to common sense. For example you don't need to have mobile internet turned on constantly. Turn this off saves a TON of battery life. Just that one small measure will make a huge difference to your battery life.

I can now get back from work with the battery level at around 80%. And this is with normal usage.

You do if you use the auto sync feature!!!

You do if you use the auto sync feature!!!

Well you don't need the auto sync feature either. It drains battery. Why not disable mobile internet altogether, and then add a Sync All widget to one of your home screens. And then around lunch, just enable mobile internet manually and use the Sync All widget. Simples.

I use only Timerriffic to turn off Wifi and put it into silent. So i have it syncing the friends stream and gmail/calendar in the background with the default settings and my Desire manages to last around 2 days.

Although i'm not using the mail app itself. Maybe that could be using up a lot of battery?

Where do folks get decent widgets for the home screens? I've just got the standard ones installed and when I try to find new ones they are pretty dire.

I'm after a decent Notes-App.

Also, how do I delete those apps I dont use but arent on the sd card (ie: google mail).

Been trying out Dolphin HD browser today; seems ok but I prefer the standard HTC one to be honest!

^ Does that matter ?

I mean, what's the point of having 2 years warranty if it wont cover anything.

Did you guys read the warranty policy ?

You will be surprised.

The final decision of my HTC Desire warranty is that there is no coverage.

They stood by their statment that there has been oxidation damage.

Sincerely, i dunno how.

From my side i keep my word and say there has been no bad utilisation of my Desire and the problem appeared after the HTC update.

I am waiting for my phone to be returned, i will then reflash it myself.

If in any case i manage to fix the phone, there will be war.

I will keep you updated.

Update vom 23.06.2010:

HTC hat ?ber seine PR-Agentur dementiert, dass es in zwei Wochen ein Betriebssystem-Update f?r das Desire und das Legend geben wird. Die Aussage basiere auf einem Missverst?ndnis. Sicher ist, dass das HTC Hero in den n?chsten zwei Wochen sein Update auf Android 2.1 bekommen wird. Bei der Aktualisierung f?r das Desire bleibt HTC vage und will ein Update bis zum dritten Quartal ausliefern. Ob und wann das Legend ein Upgrade auf Android 2.2 bekomme, wisse man noch gar nicht.

Update from 6/23/2010:

HTC has denied through his PR agency, that there will be two weeks in an operating system update for the Desire and the Legend. The statement was based on a misunderstanding. It is certain that the HTC Hero will receive in the next two weeks, his update to Android 2.1. In the update for the HTC Desire remains vague and will deliver an update to the third quarter. If and when the Legend to upgrade to get Android 2.2, you do not know yet.

http://www.zdnet.de/news/mobile_wirtschaft_update_htc_bringt_os_update_fuer_desire_und_legend_story-39002365-41533741-1.htm

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Can we not have paperless office, like we was promised in the 80's
    • I actually laughed out loud in real life at the heading on this—whatever Microsoft is drinking, I want some of it.
    • Euro-Office must default to ODF to be considered "genuinely European", LibreOffice argues by David Uzondu Euro-Office is a web-based collaborative office suite that positions itself as a "European sovereign alternative" to American tech companies, backed by a coalition of developers including Nextcloud, IONOS, Abilian, BTactic, OpenProject, and, more recently, Tuta. The project officially went live a couple of days ago, but not before drawing heavy fire from LibreOffice developers, who called the marketing claim that Euro-Office represents the "first open-source office suite developed in Europe" a deceptive historical inaccuracy because projects like OpenOffice and LibreOffice existed decades earlier. Now that the project has launched, LibreOffice is back with another complaint, arguing that Euro-Office cannot consider itself "genuinely European" while it pushes proprietary Microsoft defaults on users. Euro-Office had promised to improve the OpenDocument Format (ODF) back in April, but the current release still plagues users with several technical failures. For instance, the suite lacks an admin setting to enforce ODF, and mobile editors completely block ODF saves, forcing files into Microsoft's OOXML formats. Some configurations force files into read-only mode, while editing frequently corrupts document formatting or erases data. LibreOffice thinks that merely supporting a format as an afterthought does not make you a sovereign alternative, as file formats are the battleground where" digital sovereignty is won or lost." The road to the first stable release of Euro-Office has been quite bumpy due to an aggressive public fallout with OnlyOffice, from which the coalition originally forked the project. OnlyOffice struck back by accusing the coalition of violating copyright terms under its AGPLv3 branding requirements by stripping the original branding anyway and forking the code. Getting Euro-Office up and running is a bit wonky (at least for non-technical users), as there is no direct installer to grab off the web. The easiest way we learnt is by using Docker. First, pull the official Euro-Office image from the GitHub Container Registry: docker pull ghcr.io/euro-office/documentserver:latest Then, run the container with active ports and a secure JWT token, enabling the test environment: docker run -i -t -d -p 8080:80 --restart=always -e EXAMPLE_ENABLED=true -e JWT_SECRET=my_secure_jwt_secret ghcr.io/euro-office/documentserver:latest And finally, open a web browser and go to the following address: http://localhost:8080 If you are running this on a remote server, replace localhost with your server's IP address. You will see the Euro-Office test page, where you can create new text documents, spreadsheets, or presentations directly in the browser. Image via Euro-Office Nextcloud promises that proper standalone desktop versions and mobile apps will arrive in a future release.
    • It’s any of their products not just windows.
  • Recent Achievements

    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
    • One Month Later
      Tommi118 earned a badge
      One Month Later
    • One Month Later
      sjbousquet earned a badge
      One Month Later
    • Week One Done
      sjbousquet earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!