Recommended Posts

I've also just read somewhere that having an ext3 partition can slowdown 720p recording? Any truth to this?

Usually even with Apps 2 SD, you still get about 2-2.5 MB/s on the FAT32 partition if you have a Class 6 card, more than fast enough

As for all the other people asking about the speed of the card: It doesn't really matter for general usage, however if you use an Apps 2 SD hack (EXT3 partition) it is a lot better with a Class 6 card

Just got my 16GB Sandisk card in today, smooth transition over!

One thing I love about this phone over my iPhone, no paying stupid extra prices for storage and not being able to upgrade it.

?20 delivered (Y)

ok, just a quick question,

Is it possible to root but not flash a custom rom (LeeDroid, Open Desire etc) and remain on the Official rom that came with the phone

If not, is there a rom that have sense ui cooked in?

Just got my 16GB Sandisk card in today, smooth transition over!

One thing I love about this phone over my iPhone, no paying stupid extra prices for storage and not being able to upgrade it.

?20 delivered (Y)

Just ordered my Class 10 Kingston 16gb (Y)
ok, just a quick question,

Is it possible to root but not flash a custom rom (LeeDroid, Open Desire etc) and remain on the Official rom that came with the phone

If not, is there a rom that have sense ui cooked in?

Yes. You can, just use Unrevoked. As for the ROM, you are looking for something like this.

and can you please guide me towards a site/ guide which just shows how to root :D or should I just follow the steps in this guide and follow it till rooting? and then instead of custom rom load the nandroid backup???

Excellent! Prices have dropped for the Desire and I hope will continue to do so as many people go for the DesireHD:

18 09 2010 - ?419

22 09 2010 - ?409

25 09 2010 - ?385

The further down it goes, the more value my contract will become in October. I may even look at getting it with a network as they will all be promoting the DesireHD, so may give me the phone for free on a ?15/month contract. But then the problem with this is it will have their branding all over it, I don't like that :/

I'm starting to get annoyed with OpenDesire. Seems there is some small annoyance / bug in every new build. Apps that stop responding, wifi that doesn't work or is too slow, etc. In short, I'm looking for a more stable experience. OD just changes around stuff too much.

I do like the quite frequent feature updates with OD, so if possible I'd like a ROM that has this as well. Just needs to be as bug free as possible. Can anyone here recommend me anything?

I'm starting to get annoyed with OpenDesire. Seems there is some small annoyance / bug in every new build. Apps that stop responding, wifi that doesn't work or is too slow, etc. In short, I'm looking for a more stable experience. OD just changes around stuff too much.

I do like the quite frequent feature updates with OD, so if possible I'd like a ROM that has this as well. Just needs to be as bug free as possible. Can anyone here recommend me anything?

DeFrost is a better ROM with regular updates and IMO a better OTA ap (DeFrost setup).

I have used all the big name ROMs now and have always gone back to DeFrost.

What didn't you like about Leedroid?

I've not used it, but I saw it uses Sense. That's enough for me not to use it.

OpenDesire seems fine for me. You're right by saying there's occasionally bugs but the update cycle is quick enough and painless enough that I can look over it because the rest is so good.

One thing I don't like is the cyanogen modifications such as music mod. Does anyone know if someone's maintaining a rooted nexus one rom that works with the Desire?

What didn't you like about Leedroid?

I'm not too keen on Sense and since I use Launcher Pro it means I have no need for it whatsoever and since you cannot shut it off completely a Sense-free ROM is the best way to free up internal memory.

Plus LeeDroid bundles in apps that I don't want and I can't bothered to manually remove them each update via ADB.

And then there's the lack of bluetooth support for Wiimotes and so on.

Plus LeeDroid bundles in apps that I don't want and I can't bothered to manually remove them each update via ADB.
Those apps are all commonly used apps hence why they have been added. But you can easily remove them without having to use ADB. Use open the the ZIP file with WinRAR navigate to data/app and delete the APKs in there. Job done.
SK[' date=26 September 2010 - 20:32' timestamp='1285533141' post='593196276]

I was using OpenDesire on my Desire before it broke. As for android being better for skinning. It is better for sure. But IMO it's maybe the only thing I like over the iPhone 4.

The iPhone is much better for skinning with Winterboard... Android still has a way to go with making skinning a more intuitive process. Besides that, my Desire is great! I'm running Leedroid 2.1a but hoping for a fully functional and stable Desire HD rom.

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!