RAM - Tilt, TyTN II, MDA Vario III General

Hello,
Is there away to increase the RAM in this device? Or, is there even RAM inside. I'm just trying to think of ways to make it perform better.
Maybe I'm out of luck.
Thanks for any help though.

maiahsdad said:
Hello,
Is there away to increase the RAM in this device? Or, is there even RAM inside. I'm just trying to think of ways to make it perform better.
Maybe I'm out of luck.
Thanks for any help though.
Click to expand...
Click to collapse
Try SKTools, it has a FreeUP RAM Service. There is a trial. http://s-k-tools.com/?m_freeuprams.html

Related

swap how it works not how to set it up

i have not stayed as up to date with all the advancements on the g1. so im asking about swap and how it works i read how works on like desktop and ect but i did not fully understand it. also tried looking a some threads about again could not really find anything on how it works. i get that its kind of like extra ram but not really. i guess im wondering how its not like ram i understand that its not hardwired and that can create issue is that the only real difference? and why can too much give you strange lags and ect? any reply would be of tremendous help
on that subject please explain swappiness 2. how to check and change swappiness. i understand u can change swappiness with terminal with code: su
then
echo xx > proc/sys/vm/swappiness
but how to check the swappiness?
j0k3rn2o said:
on that subject please explain swappiness 2. how to check and change swappiness. i understand u can change swappiness with terminal with code: su
then
echo xx > proc/sys/vm/swappiness
but how to check the swappiness?
Click to expand...
Click to collapse
I actually pull the file and look at it.
Code:
su
cp /system/bin/user.conf /sdcard/user.conf
Then once you edit or do what you will now we need to move it back.
Code:
cp /sdcard/user.conf /system/bin/user.conf
Then i use "Text Edit" to look at the file and read the swappiness.
jmon777 said:
i have not stayed as up to date with all the advancements on the g1. so im asking about swap and how it works i read how works on like desktop and ect but i did not fully understand it. also tried looking a some threads about again could not really find anything on how it works. i get that its kind of like extra ram but not really. i guess im wondering how its not like ram i understand that its not hardwired and that can create issue is that the only real difference? and why can too much give you strange lags and ect? any reply would be of tremendous help
Click to expand...
Click to collapse
The swap is something like Virtual Ram. It helps the G1 run things like Hero or make cupcake faster. Its something that the G1 lacks but most other android devices will have. You'll need to set up your SD card in the following order. Fat32/Ext2-3-4/Linux-Swap. Most ROM's will use the swap automatically so there's nothing extra you need to do.
nolimit78 said:
The swap is something like Virtual Ram. It helps the G1 run things like Hero or make cupcake faster. Its something that the G1 lacks but most other android devices will have. You'll need to set up your SD card in the following order. Fat32/Ext2-3-4/Linux-Swap. Most ROM's will use the swap automatically so there's nothing extra you need to do.
Click to expand...
Click to collapse
ok i get that. and i dont think that any of the new phones will have this until there is larger internal storage. but i could wrong. but my question that remains is why a swap partition of 128 or so seem to create odd lag problems. and most devs say 32 mb is most stable so a little information on this would be nice.
jmon777 said:
ok i get that. and i dont think that any of the new phones will have this until there is larger internal storage. but i could wrong. but my question that remains is why a swap partition of 128 or so seem to create odd lag problems. and most devs say 32 mb is most stable so a little information on this would be nice.
Click to expand...
Click to collapse
Hmmm I've acutally heard good things about 128. I haven't gone over 100mb for Linux Swap and it's actually pretty smooth... I would stick with that and if you want more speed increase your swappiness And that's the thing when rooting your phone like we're doing. It's a clear example of "Results my Vary" What works for one person may not work for another. I would use a linux-swap that works best for you. Try using 64 or 96mb.. see if that works better for you.
nolimit78 said:
Hmmm I've acutally heard good things about 128. I haven't gone over 100mb for Linux Swap and it's actually pretty smooth... I would stick with that and if you want more speed increase your swappiness And that's the thing when rooting your phone like we're doing. It's a clear example of "Results my Vary" What works for one person may not work for another. I would use a linux-swap that works best for you. Try using 64 or 96mb.. see if that works better for you.
Click to expand...
Click to collapse
i haven't done much experimenting because i have not had a complete understanding of it but i am getting there. and i had to get a replacement g1. im going play with a probably burn out a card or 2. but still i would like to know why too much room in the swap partition can make issues and also i was wondering if the size of the card matters in relation to size of the partitions.
jmon777 said:
i haven't done much experimenting because i have not had a complete understanding of it but i am getting there. and i had to get a replacement g1. im going play with a probably burn out a card or 2. but still i would like to know why too much room in the swap partition can make issues and also i was wondering if the size of the card matters in relation to size of the partitions.
Click to expand...
Click to collapse
Some of the ROM's just have a hard time. I don't think there's an exact reason. (someone correct me if I'm wrong, I've looked myself) It's weird because some people have great results and others it's just awful.
When it comes to your SD Card It doesn't matter the sizes as long as:
Fat32 Can be the remainder of the card
EXT2/3/4: 1.5GB or less. I've read that any higher and the ROM's freak out
Linux: This can be 128mb or less. Either create a 32/64/96/128 size partition and you should be fine.
do you mind if u can dumb it down for me a lil cuz i have been trying to figure out what the helll swappiness means and i cant find any good explanations. heres what i got so far, correct me if i am wrong. basically, as mentioned, its virtual ram. this virtual ram comes from ur SD card. so when our phones internal ram is not enough, say like on my MT3G, then the ROM, hero in this case, will use the SD memory as RAM. right? ok so whats the point of needing 3 partitions? why is this linux one so freakin important? and what do u mean by swappiness? do u mean just how much mb u are using from every partition?
from what i understand... (which isn't very much)
a swap space is used like ram (like some one said earlier virtual memory) the reason a larger swap space is not as stable in the long run is that once the space starts to fill up more it has more to read through and swap between the swap space and the phone.
swappiness is the rate at which the info is stored in the swap space. its measured in 0 to 100. 0 being the lowest and 100 the highest. the higher the number the more the swap space is used but also the faster the swap space will start to fill up.
i hope my mediocre explanations are not to horribly wrong
Iman07 said:
do you mind if u can dumb it down for me a lil cuz i have been trying to figure out what the helll swappiness means and i cant find any good explanations. heres what i got so far, correct me if i am wrong. basically, as mentioned, its virtual ram. this virtual ram comes from ur SD card. so when our phones internal ram is not enough, say like on my MT3G, then the ROM, hero in this case,
Click to expand...
Click to collapse
will use the SD memory as RAM. right?
Click to expand...
Click to collapse
It'll use it in addition to the internal RAM.
ok so whats the point of needing 3 partitions?
Click to expand...
Click to collapse
Fat32: Needed to keep additional files on. Storage, music, pictures, ect.
EXT2-3-4: This is used in conjunction with the internal memory. (The G1 suffers from a lack of internal space. This is the primary reason why I rooted to begin with)
Linux-Swap: This helps improve the G1/MT3G run CupCake/AOSP/Hero a lot smoother. This works as additional RAM for the unit.
why is this linux one so freakin important?
Click to expand...
Click to collapse
This helps run ROM's on a phone that it shouldn't be running on. IE the G1 Running Hero
and what do u mean by swappiness?
Click to expand...
Click to collapse
Swappiness is the speed that the ROM can access the LinuxSwap Partition
do u mean just how much mb u are using from every partition?
Click to expand...
Click to collapse
This one I didn't understand..
this thread has been very helpful to ne thanks to all those who read it and gave me some info i hope it helps others as well. i got a g1 in the mail today (hope its new and not referb) but im try this this weekend and see how works. but im going try look into and understand why the size matters little more. because i dint think anyone knows.
thank you so much nolimit and everyone else for helping me understand this. i really do appreciate it. it all makes sense now!

German G1 less ram than others?

Hi, I am using a German verison G1.
I just find out that the normal ram for linux use is 95, not 96.
Is it normal?
When I use the patch of extra ram, it just show 107008, is it normal?
Booker-T said:
Hi, I am using a German verison G1.
I just find out that the normal ram for linux use is 95, not 96.
Is it normal?
When I use the patch of extra ram, it just show 107008, is it normal?
Click to expand...
Click to collapse
i get 107292 when i type in free and use the additional ram patch, so it is not that far off.
david1171 said:
i get 107292 when i type in free and use the additional ram patch, so it is not that far off.
Click to expand...
Click to collapse
But what is the matter of my phone?
Why my one lose 194?
Booker-T said:
But what is the matter of my phone?
Why my one lose 194?
Click to expand...
Click to collapse
i don't know is the best answer i have for you, you can try asking in the thread for it and see if someone with more experience in that field knows.

Does CM5.0.8 have a 10mb RAM hack?

If it does can someone give me a link to where i can find it?
ronii1123 said:
If it does can someone give me a link to where i can find it?
Click to expand...
Click to collapse
No it does not. This is why we use Compcache or a Swap partition on our sd card.
ronii1123 said:
If it does can someone give me a link to where i can find it?
Click to expand...
Click to collapse
No, and to continue to beat a dead f-ing horse:
<edit>Please</edit>Don't post questions in the dev section.
<edit>Please</edit>Do your own research. This has been brought up before and has been explained.
Because the ram hack takes away from 3D, the performance is actually worse off than helped.
ronii1123 said:
If it does can someone give me a link to where i can find it?
Click to expand...
Click to collapse
No it doesn't because most CM followers want cool toys instead of stable phones. I don't play 3d games either, so there's a sacrifice I'm willing to make, but they don't understand that. I'm working on one, but with the job and family, it will be a while. I'll post it once it's stable.
That is no longer used, due to the fact that the new kernel branch isn't compatible with the ram hack at all. A kernel dev would have one avail if it was possible to make one.
You people are all missing the facts in this;
The reason there is no 10 MB hack is NOT because it isn't possible, or even because it is difficult.... it is because ECLAIRE DEPENDS ON 3D much more than previous android versions did. Take away 10 MB from the GPU and it all turns to crap -- whether you 3dgame or not.
lbcoder said:
You people are all missing the facts in this;
The reason there is no 10 MB hack is NOT because it isn't possible, or even because it is difficult.... it is because ECLAIRE DEPENDS ON 3D much more than previous android versions did. Take away 10 MB from the GPU and it all turns to crap -- whether you 3dgame or not.
Click to expand...
Click to collapse
Oh dang, shoulda known king lbcoder would come in and correct everyone.
Anyway, since we have no 10mb ram hack, we use compcache or a swap partition (at least on G1's) to make up for low memory. But this might not be fact...just what everyone is doing in the G1 Development Forum.
G1ForFun said:
Oh dang, shoulda known king lbcoder would come in and correct everyone.
Anyway, since we have no 10mb ram hack, we use compcache or a swap partition (at least on G1's) to make up for low memory. But this might not be fact...just what everyone is doing in the G1 Development Forum.
Click to expand...
Click to collapse
I suggest not using swap.... it is quite an ugly hack for android -- makes things slow. Let the android memory manager do its job -- it is very good at it.
lbcoder said:
I suggest not using swap.... it is quite an ugly hack for android -- makes things slow. Let the android memory manager do its job -- it is very good at it.
Click to expand...
Click to collapse
it does a terrible job... why does my homescreen have to reload all the time after using an app? and why doesn't it do that in donut?
yeah it does a HORRRIBLE job haha, dont try it
jcarrz1 said:
it does a terrible job... why does my homescreen have to reload all the time after using an app? and why doesn't it do that in donut?
Click to expand...
Click to collapse
SiL3nTKiLL said:
yeah it does a HORRRIBLE job haha, dont try it
Click to expand...
Click to collapse
If you're using ADW Launcher, try locking home in memory from spare parts. It fixed that issue for me.
nevermind found it.

[Q] App that clears RAM and makes cellphone faster

Hey guys,
a few weeks ago, I found a thread with an app for an HD2 Android Rom, that clears unnecessary stuff from your phone and somehow links all data better and therefore makes the rom run smoother and faster. i tried to find it on here but i cant.
hope you understand what i mean.
thanks in advance,
greetings!
You mean like a task killer?
There are many task killers available on the Android Market for free.
Or you mean cache cleaners?
If that's what you're looking for, I highly recommend NG Cache Cleaner, free from market.
i thinks hes talking about this one http://forum.xda-developers.com/showthread.php?t=1305060
spikex said:
Hey guys,
a few weeks ago, I found a thread with an app for an HD2 Android Rom, that clears unnecessary stuff from your phone and somehow links all data better and therefore makes the rom run smoother and faster. i tried to find it on here but i cant.
hope you understand what i mean.
thanks in advance,
greetings!
Click to expand...
Click to collapse
Use "AutoKiller Memory"

Curious about different model specs.

So,from what i understand there are models in the East that have 6gb of ram and then the rest of us have 4gb variants. Now what im curious about is this,are they exactly the same internally excepting for the ram difference or are there other differences? If they are exactly the same,is there not a way to add the extra 2gb of ram to a 4gb ram device?
Trace.Oneil said:
So,from what i understand there are models in the East that have 6gb of ram and then the rest of us have 4gb variants. Now what im curious about is this,are they exactly the same internally excepting for the ram difference or are there other differences? If they are exactly the same,is there not a way to add the extra 2gb of ram to a 4gb ram device?
Click to expand...
Click to collapse
No, you can't add new RAM to a smartphone
marcogiannetta said:
No, you can't add new RAM to a smartphone
Click to expand...
Click to collapse
@marcogiannetta,could you please explain why not? If the only difference between the two variants is only the extra ram. Why is it not possible to change it?
Trace.Oneil said:
@marcogiannetta,could you please explain why not? If the only difference between the two variants is only the extra ram. Why is it not possible to change it?
Click to expand...
Click to collapse
Because the RAM is solded on the motherboard, is not a modular component like on a PC.
marcogiannetta said:
Because the RAM is solded on the motherboard, is not a modular component like on a PC.
Click to expand...
Click to collapse
Thank you,but could one not replace said soldering with the 6gb and solder that onto the board? Sorry,but im just trying to figure out if it isnt possible at all. I know one could replace the whole motherboard,but to do that,you could just as well have bought a phone with the 6gb ram already in it.
Trace.Oneil said:
Thank you,but could one not replace said soldering with the 6gb and solder that onto the board? Sorry,but im just trying to figure out if it isnt possible at all. I know one could replace the whole motherboard,but to do that,you could just as well have bought a phone with the 6gb ram already in it.
Click to expand...
Click to collapse
Tooooo little components.
Trace.Oneil said:
Thank you,but could one not replace said soldering with the 6gb and solder that onto the board? Sorry,but im just trying to figure out if it isnt possible at all. I know one could replace the whole motherboard,but to do that,you could just as well have bought a phone with the 6gb ram already in it.
Click to expand...
Click to collapse
Smartphones are not meant to replace RAM, CPU, etc..
You tried google to find your answers ? You ask and open alot of threads here and btw see pm
Pandemic said:
You tried google to find your answers ? You ask and open alot of threads here and btw see pm
Click to expand...
Click to collapse
Isnt the whole point of XDA to ask questions and share developement etc of Android devices @Pandemic? I would much rather gather my info here where there are clever people like the Devs to explain things to you,instead of using Google. I did see the pm and have replied,thanks.

Categories

Resources