Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


View this topic in a long page with up to 500 replies per page Create new topic
1 | ... | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22
heavenlywild
5060 posts

Uber Geek

Trusted

  #375506 1-Sep-2010 21:35
Send private message

TheUngeek: I got my Desire today! Finally!
I was rather surprised to find 2.2 preloaded! :D


Wow, where did you get yours TheUngeek?  I didn't think Desires would have 2.2 pre-installed so fast. 



aim

aim
247 posts

Master Geek


  #375507 1-Sep-2010 21:36
Send private message

I've had mine for over a week now, and I'm still not settled on a ROM :P

TheUngeek
924 posts

Ultimate Geek
Inactive user


  #375511 1-Sep-2010 21:37
Send private message

heavenlywild:
TheUngeek: I got my Desire today! Finally!
I was rather surprised to find 2.2 preloaded! :D


Wow, where did you get yours TheUngeek?  I didn't think Desires would have 2.2 pre-installed so fast. 


Clove. newstock that arrived to them last week.
I charged it, turned it on, logged into accounts.
Then went looking for how to update and found the software data screen and it said 2.2!



TheUngeek
924 posts

Ultimate Geek
Inactive user


  #375972 2-Sep-2010 20:46
Send private message

Ok, whats the deal with memory?
I'm down to 99mb free.... and I have installed bugger all. In fact is was down to 140ish mb before I installed anything.... Where's it all gone??
Is there a way to see what's on the internal memory and using the space?
By that I mean what is taken up by the os etc, not just the apps and widgets.

eXDee
4032 posts

Uber Geek

Trusted

  #376011 2-Sep-2010 22:19
Send private message

If you use adb to mod default install location, I think you can install any app on sd card without rooting.

d3Xt3r
688 posts

Ultimate Geek

Trusted

  #376044 2-Sep-2010 23:46
Send private message

TheUngeek: Ok, whats the deal with memory?
I'm down to 99mb free.... and I have installed bugger all. In fact is was down to 140ish mb before I installed anything.... Where's it all gone??
Is there a way to see what's on the internal memory and using the space?
By that I mean what is taken up by the os etc, not just the apps and widgets.


That's pretty normal on a stock 2.2 device.

To find out what's using all the space, you'll have to root your phone and then execute this command on your PC using ADB:

adb shell du /data/* | sort -nr | more


To get some free space, you could go to Settings -> Applications -> Manage applications, sort the list by size, and start moving the big apps to the SD card (if its supported) one by one.


eXDee: If you use adb to mod default install location, I think you can install any app on sd card without rooting.


Not unless the app explicitly supports being able to be installed to the SD card - which, at present, represent very few apps in the market. If you want to install any app to SD by default then A2SD+ is the way to go.


kiwitrc
4123 posts

Uber Geek
Inactive user


  #376070 3-Sep-2010 06:14
Send private message

TheUngeek: Ok, whats the deal with memory?
I'm down to 99mb free.... and I have installed bugger all. In fact is was down to 140ish mb before I installed anything.... Where's it all gone??
Is there a way to see what's on the internal memory and using the space?
By that I mean what is taken up by the os etc, not just the apps and widgets.



Get Systempanel app to see whats going on with memory, active apps, CPU etc.

 
 
 
 

Shop now on Samsung phones, tablets, TVs and more (affiliate link).
TheUngeek
924 posts

Ultimate Geek
Inactive user


  #376116 3-Sep-2010 09:14
Send private message

Thanks for that, sorta glad to here it's not abnormal!
I already have apps2sd but only a few are able to be moved.
Also found how to do that in froyo without an app. Have to go through each app on its own though.... I guess as time goes on more apps will be updated to be sd capable.

I'm not wanting to root it, didn't get the chance to anyway as it came with froyo preinstalled.


Jerry123456
88 posts

Master Geek


  #376126 3-Sep-2010 09:34
Send private message

I recommend doing this:
http://androinica.com/2010/08/03/how-to-install-apps-to-the-sd-card-by-default-on-android-2-2-froyo/

Works perfect for me, and can move the big-buggery applications over to clear up lots of room immediately

kiwitrc
4123 posts

Uber Geek
Inactive user


  #376130 3-Sep-2010 09:38
Send private message

Jerry123456: I recommend doing this:
http://androinica.com/2010/08/03/how-to-install-apps-to-the-sd-card-by-default-on-android-2-2-froyo/

Works perfect for me, and can move the big-buggery applications over to clear up lots of room immediately


Hey Jerry thanks for that link. I did this just after 2.2 came out but have since done a reset on my phone and have been searching for this link again without success (until now).

Cheers


TheUngeek
924 posts

Ultimate Geek
Inactive user


  #376131 3-Sep-2010 09:39
Send private message

That looks good.... But the problem I would have is knowing which ones need to be internal, and which ones are fine on the sd.
I'm guessing you can enable that, and if something doesnt work, you can then used the apps2sd function to switch it to internal?

Jerry123456
88 posts

Master Geek


  #376136 3-Sep-2010 09:45
Send private message

At the bottom of the article there is an update on what this person found to be good or bad on the sd card.  Widgets and items needed on boot up should be kept on internal memory as far as I can tell.  If problems arrise you can, as you said, switch the install back to the previous location.

And no worries kiwitrc!

"I should point out that it’s preferable to install certain apps to the main memory, since it will take a while before the SD card becomes available when you start your phone. Applications installed on the memory card will also be unavailable to the system each time you mount your phone as a disk drive. The internal storage is probably quicker as well, even though Google claims that “there is no effect on the application performance so long as the external storage is mounted on the device.” In general, apps that integrate with the Android OS and that often run in the background is better to install on the internal storage, while games and most other applications will have no problem chilling outside on your SD.

Update: Homescreen widgets should be installed to the internal storage as well. I noticed that LauncherPro, for example, won’t recognize widgets stored on the SD card when you start your phone, because when the app is launched, the memory card is still unavailable"

d3Xt3r
688 posts

Ultimate Geek

Trusted

  #376159 3-Sep-2010 10:28
Send private message

TheUngeek: Thanks for that, sorta glad to here it's not abnormal!
I already have apps2sd but only a few are able to be moved.
Also found how to do that in froyo without an app. Have to go through each app on its own though.... I guess as time goes on more apps will be updated to be sd capable.

I'm not wanting to root it, didn't get the chance to anyway as it came with froyo preinstalled.



You can still root the phone if you want- there's a new method for stock 2.2 phones. The biggest advantage of rooting would be App2SD+, which will automatically install stuff to your SD card, and you don't need to worry about widgets or other app compatibility issues.

kiwitrc
4123 posts

Uber Geek
Inactive user


  #376162 3-Sep-2010 10:32
Send private message

d3Xt3r:
TheUngeek: Thanks for that, sorta glad to here it's not abnormal!
I already have apps2sd but only a few are able to be moved.
Also found how to do that in froyo without an app. Have to go through each app on its own though.... I guess as time goes on more apps will be updated to be sd capable.

I'm not wanting to root it, didn't get the chance to anyway as it came with froyo preinstalled.



You can still root the phone if you want- there's a new method for stock 2.2 phones. The biggest advantage of rooting would be App2SD+, which will automatically install stuff to your SD card, and you don't need to worry about widgets or other app compatibility issues.


New method?

d3Xt3r
688 posts

Ultimate Geek

Trusted

  #376165 3-Sep-2010 10:39
Send private message

kiwitrc:
d3Xt3r:
TheUngeek: Thanks for that, sorta glad to here it's not abnormal!
I already have apps2sd but only a few are able to be moved.
Also found how to do that in froyo without an app. Have to go through each app on its own though.... I guess as time goes on more apps will be updated to be sd capable.

I'm not wanting to root it, didn't get the chance to anyway as it came with froyo preinstalled.



You can still root the phone if you want- there's a new method for stock 2.2 phones. The biggest advantage of rooting would be App2SD+, which will automatically install stuff to your SD card, and you don't need to worry about widgets or other app compatibility issues.


New method?




http://forum.xda-developers.com/showthread.php?t=750852

1 | ... | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22
View this topic in a long page with up to 500 replies per page Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.