Recommended Posts

You would lose FriendStream, there's no alternative to that as far as I am aware. If you use the 'People' widget, that's out in LauncherPro Plus, so you can keep that. The only other thing would be the fancy clock and it's visual/sound effects. The clock you can get in Fancy Widget, but the effects are solely on the SenseUI.

If you can use the standard Android calendar, contacts, messaging system then you won't be losing much. It depends if you want to keep the HTC appearance or can live with other alternatives. Even after using my brother's Desire, I'm not sure how far the SenseUI goes and what functionality it adds.

Then again, if you only want to lose Sense due to Froyo, there are legit ROMS out there with Froyo AND SenseUI.

Running official 2.2 here (ROM is @XDA), 720p recording is pretty good. No FPS issues here.

Really? I only get around 18fps when recording @ 720p.

I have the MoDaCo Custom ROM for HTC Desire r5 release flashed.

Edit -

Something that might appeal to the gamers out there, psx4droid the Playstation Emulator for Android has been released.

I have tested it out and must say all things considered for a Playstation Emulator running on a mobile phone its pretty impressive, some games are quite playable. Most games dont quite work at full speed and have a few sound problems.

However one of my favorites, Circuit Breakers, runs at full speed so I would imagine some other less demanding games might do too. The emulator will also load PS1 games converted to run on the PSP.

2axz8qpsyfah2ufhp4rb.jpg

81epac8y9vylbyjlywmt.jpg

Very impressive for a first release all the same :)

Really? I only get around 18fps when recording @ 720p. I have the MoDaCo Custom ROM for HTC Desire r5 release flashed.
Yeah mate, honestly no problems here with the recording or the playback. Do a nandroid backup, and try out the Official 2.2 ROM over @XDA.
Something that might appeal to the gamers out there, psx4droid the Playstation Emulator for Android has been released.

I have tested it out and must say all things considered for a Playstation Emulator running on a mobile phone its pretty impressive, some games are quite playable. Most games dont quite work at full speed and have a few sound problems.

However one of my favorites, Circuit Breakers, runs at full speed so I would imagine some other less demanding games might do too. The emulator will also load PS1 games converted to run on the PSP.

2axz8qpsyfah2ufhp4rb.jpg

81epac8y9vylbyjlywmt.jpg

Very impressive for a first release all the same :)

Yeaaah, saw that pop up on AppBrain. Doesn't look half bad to me, won't be grabbing it just yet.

Apparently the 2.2 Update is going to start rolling out to European Desires from tomorrow (Staggered release)

About time really.

The Alpha's for the Galaxy S were leaked this morning, and that's only been out a few weeks. The Desire has been out a few months and still not got it. Pretty poor on HTC's part.

Think I might just hold the purchase on this and just wait until January when my O2 simplicity contract is up.

It's not long to stick it out with my 3G for, but I'll wait and see how finances go over the next 1~2 months.

I finally took the plunge and rooted, installing the "Official 2.2" ROM :) HD recording is indeed very nice
Start customizing the crap out of it now then ;)

619428762t.jpg

(click to make bigger as usual)

I'm only missing one thing. I used to use the HTC messages widget alot. But now that I have replaced the standard home screen with LauncherPro it is no longer available to me. Anyone got any ideas as to a replacement? Ideally I want something nice and simple like you see in my 3rd home screen - can you believe that is the Urban Dictionary widget, very nice, simple and smart.

Through the twitter app you can take pictures and have the phone automatically upload it, love that.

But, it uploads it to "Twitgoo" where the picture is HEAVILY resized to a tiny blurred thumbnail almost - Is it possible to do something about that, have it display higher res ( Logged into Twitgoo, no luck )

or have it upload automatically somewhere else =/

When I see people upload pics on twitter through some server, it's always a high quality shot.

Can someone just explain to me about Facebook integration?

While I like the idea of having someone's face on the screen when they are calling, I don't really like the idea that Facebook will overwrite anything when it connects to it.

Thanks

It won't. The Facebook account stuff can be linked to or unlinked from an existing contact. You can then set which "linked" item is displayed in your contact list

Start customizing the crap out of it now then ;)

(click to make bigger as usual)

I'm only missing one thing. I used to use the HTC messages widget alot. But now that I have replaced the standard home screen with LauncherPro it is no longer available to me. Anyone got any ideas as to a replacement? Ideally I want something nice and simple like you see in my 3rd home screen - can you believe that is the Urban Dictionary widget, very nice, simple and smart.

Wallpaper :p

And is that widget for the battery/GPS/whatever something you downloaded or does it come with 2.2?

Where do you even get unlocked ones. Even if you buy them PAYG they're still locked to the network usually.

in Denmark, most phones can be bought with either a contract or unlocked, price is just a bit higher for unlocked phones.

Bought mine off a computer hardware store online.

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

    • No registered users viewing this page.
  • Posts

    • 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.
    • Google Gemini has been failing for users across the United States, Europe, and Asia since early Wednesday morning, June 10, 2026, and more than six hours into the incident Google has yet to declare a fix............. https://www.techtimes.com/articles/318152/20260610/google-gemini-outage-tops-six-hours-errors-1076-1099-worldwideflash-lite-still-answers.htm
    • Fun fact: There are more Warhammer 40k games than there are stars in the universe.
  • 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!