Recommended Posts

It's really quite easy with http://unrevoked.com/

Haven't managed to get it to work :p . Everytime I launch the program and connect the phone, it says can't detect the phone, and yes, USB debugging is on.

Scirwode

What makes the SenseUI be incompatible with a wiimote?

Something to do with the framework and the way the bluetooth stack works on SenseUI.

Anyways, I have made my own car dash mount because I didn't like any of the existing solutions. I really liked the mount that my old Garmin Nuvi satnav had so I bought a spare Garmin mount on ebay (?2.68) and a Desire black rubberised hard case (?1.85) and set to work on my mission.

The result is a pivoting, rotating and rigid mount that's super quick and easy to attach the phone to and does not vibrate at all in my car as I found the ?9 mount to on rough roads.

Oh and because the case itself is made for the phone the camera lens is not obstructed so videos can be recorded and so on while driving etc.

Mount I previously bought online (?9):

htc_desire_diymount_1.jpg

Mount I just made (?4.53 total cost):

htc_desire_diymount_2.jpg

Rear of DIY mount, the case is attached using mirror bond sticky pads (the thin ones):

htc_desire_diymount_3a.jpg

Detachable for storage (not easily possible on other mounts as they're so big):

htc_desire_diymount_3b.jpg

Compared to old mount:

htc_desire_diymount_4.jpg

I highly recommend this DIY mount, anyone can do it but under 16s should seek adult supervision as a small hacksaw will be needed to cut off the clamp edges of the Garmin mount ?_?

Thought I would mention that since I rooted and flashed a different ROM my battery life has improved dramatically. I noticed it first, when during a normal day at work, when I got home my BL had only dropped by 25% (from full charge in the morning). And now today, I went out at 8, and got back for 6pm, and it was around 72%. So from 8am yesterday, to right now the BL stands at 57%. Very nice!

Got my HTC Desire last thursday. Unfortunately I think there is something wrong with it, as it is constantly locking up. No matter what I do, be it adding contacts, moving shortcuts, or even unlocking the phone, it suddenly freezes up and the only thing that will work is to remove the battery and re-add it. Will try to RMA it... :(

Found the ultimate battery drain. Google Navigation. I kid you not. Left for Bradford this morning at 07:30am, and by the time we got there (around 09:30am) my battery level had plummeted to 38% (from 90% when I left home). It isn?t a huge issue for me, because I was just messing around with it, and seeing how good it would function as a GPS unit (alongside my TomTom). But still something to note. Another thing I noticed was how hot my Desire got. Sometimes it was warm to touch back in the early days while charging it. But this was literally hot to touch.

Other than that, still rocking as normal. Oh, Google Navigation wipes the floor with my TomTom.

Patiently waiting to get my Desire whilst growing less and less fond of my iPhone every day :(

One thing I want to ask, how's the quality of 720p recording going to be? I've read about some FPS issues, think they'll stay around?

Also WTF is the deal with 2.2 taking so long to come out? Only thing I can't say I'm too excited about once I get my Desire (the apparent long waits for FW updates).

Patiently waiting to get my Desire whilst growing less and less fond of my iPhone every day :(

One thing I want to ask, how's the quality of 720p recording going to be? I've read about some FPS issues, think they'll stay around?

Also WTF is the deal with 2.2 taking so long to come out? Only thing I can't say I'm too excited about once I get my Desire (the apparent long waits for FW updates).

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

Got my HTC Desire last thursday. Unfortunately I think there is something wrong with it, as it is constantly locking up. No matter what I do, be it adding contacts, moving shortcuts, or even unlocking the phone, it suddenly freezes up and the only thing that will work is to remove the battery and re-add it. Will try to RMA it... :(

Hmm.. Might be sense, two options: 1, try the HTC forum ( http://community.htc.com/na/htc-forums/f/default.aspx ) 2, Root it, and get rid of sense..

I think sense clogged up an otherwise fantastic operating system.. but thats just my opinion :)

Running official 2.2 here (ROM is @XDA)

I had a look at that ROM. It says that the phone has to be rooted for it to work. If it is official, then why would the phone need to be rooted?

Because it has been slighty modded by Adam.

Ok. But this is not the final release of Froyo for the Desire right? I checked the other thread there with the download links to official ROMs, Froyo is not yet available. Also, my Desire has not yet recieved an OTA update.

Reading through some of the thread, I think it is.

If that's the case, then it's strange that there is no OTA upate available yet, or at least a download link. I badly want Froyo, especially for the Apps2SD feature! I prefer keeping my phone stock for now, as I personally don't see a compelling enough reason to root and use a custom ROM (other than for Apps2SD).

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!