[Q] Script to automount swap partition - XPERIA X8 Q&A, Help & Troubleshooting

Hi, i'm needing a script to automount my swap partiton (for whatever reason, it won't mount itself), but i really don't know how the hell to make a script, can someone help me out please?
Thanks
PS: I'm running aTouch v1.3 on OXYDO ICS

quiel90 said:
Hi, i'm needing a script to automount my swap partiton (for whatever reason, it won't mount itself), but i really don't know how the hell to make a script, can someone help me out please?
Thanks
PS: I'm running aTouch v1.3 on OXYDO ICS
Click to expand...
Click to collapse
Hai.. why don't use "swapper 2" app from market, it will do anything for you automatically... Cheers..

krishna_yana said:
Hai.. why don't use "swapper 2" app from market, it will do anything for you automatically... Cheers..
Click to expand...
Click to collapse
Thank you very much! it really helped

Related

DSPmanager.apk

hi guys,
first of all, i did not create this app so all props should go out to alankila from TeamVillain.
i really like what it does and the simplicity of it...it really makes a friggin' big difference to the sound
so therefore i want to share it with those not using FroydVillain ( i searched for it in market but could not find it )
Thanks just installed
off topic but how do you extract apps from a rom?
no1male said:
off topic but how do you extract apps from a rom?
Click to expand...
Click to collapse
Open up the zip and look for 'em in either data/app or system/app.
Enjoy!
Yeah, alankila made this.
Are you not missing the modified .so file? Or am I getting confused between things?
does not work
skedone said:
does not work
Click to expand...
Click to collapse
It works on Cronos Froyo 0.2.
open up command prompt (if on windows)
type :
cd\
cd C:\AndroidSDK\tools\ (or were ever your androidsdk is located)
adb install DSPManager.apk (if the .apk is in the tools directory of your Android SDK or if it is in downloads it would be
adb install C:\downloads\DSPManager.apk)
Click to expand...
Click to collapse
Or you can put the apk in the root of your SD Card download Astro Filemanager go to your sdcard find the apk and install it.
pulser_g2 said:
Yeah, alankila made this.
Are you not missing the modified .so file? Or am I getting confused between things?
Click to expand...
Click to collapse
eh..well..i dunno to be honest
i'm just a really simple-minded 'user' so i just extracted the *.apk from the zip-file and installed it with oi filemanager on my phone
i'm now running Cronos 0.2 and it works just fine so far...i really like what it does! so alankila, thnx! ...now my hero really rocks
i tried the same procedure with the cpuspeed.apk but that didn't work ( really liked that proggie as well! )
*when i close my eyes i start dreaming of a 'Feeyo/Villain' colaboration resulting in the best hero-rom everrrrrrrrrrrrrrrr....damn that would be something
skedone said:
does not work
Click to expand...
Click to collapse
@skedone .. you're using the new MMod-rom right?
you could ask [email protected] if he could get it work?
no gone back to VR12 till bug is sorted in mmod, and all i get is invalid parser of file or summmit along them lines
Is this built only for 2.2? Tried on Chronos 2.1.3 and get invalid parser error
qpop said:
Is this built only for 2.2? Tried on Chronos 2.1.3 and get invalid parser error
Click to expand...
Click to collapse
Getting the same problem so im guessing you need to be running 2.1
no1male said:
Getting the same problem so im guessing you need to be running 2.1
Click to expand...
Click to collapse
This is for froyo (2.2) , dunno about eclair (2.1)
odin13 said:
hi guys,
first of all, i did not create this app so all props should go out to alankila from TeamVillain.
i really like what it does and the simplicity of it...it really makes a friggin' big difference to the sound
so therefore i want to share it with those not using FroydVillain ( i searched for it in market but could not find it )
Click to expand...
Click to collapse
Cheers, Odin.. This is just what I wanted!
Thanks
Just wondering but if any of you guys are audiophiles could you possible post your setting? Please and thank you
MentalDeath said:
Just wondering but if any of you guys are audiophiles could you possible post your setting? Please and thank you
Click to expand...
Click to collapse
Sorry to bump, but this won't work on Android 2.1 will it?
alexluckett said:
Sorry to bump, but this won't work on Android 2.1 will it?
Click to expand...
Click to collapse
Froyo only AFAIK, and I think it needs to be built into the ROM with a lib or two as well...
thx a million!
FYI....
Project site: http://bel.fi/~alankila/android-dsp/
This is a base system framework update, which gives enhanced sound processing capabilities to 2.2-based phones.
Click to expand...
Click to collapse
Regards,
scholbert
seems to work well

[Milestone] Enabling Swap by a kernel module - anyhow, anyone ?

I know some tried this without result.
But imppossible is nothing.
Could the linux geeks try more to do this ???
Thats the main disatvantage of Milestone. Pls try to enable SWAP partition or file
IFLPI said:
I know some tried this without result.
But imppossible is nothing.
Could the linux geeks try more to do this ???
Thats the main disatvantage of Milestone. Pls try to enable SWAP partition or file
Click to expand...
Click to collapse
i vote for this too !!!
If it's possible
Milestone with 512mb or 1gb ram - awesome
scandaliero said:
Milestone with 512mb or 1gb ram - awesome
Click to expand...
Click to collapse
Sorry, couldn't resist
IFLPI said:
But imppossible is nothing.
Click to expand...
Click to collapse
I agree but it's just very hard to break that 1024 RSA key
Sent from my Milestone using Tapatalk

[DEV] Framebuffer console

Hi,
I wanted to see Tux on my phone, so I tried to make framebuffer console working.
Here is the result: http://www.youtube.com/watch?v=IB7g6zTDQjs
As you can see, android boots up with it, and I did not find any bug once booted, but if you try to turn phone on with USB plugged-in, it will freeze - I think something in display driver is wrong or the driver itself is not intended to be used with fbcon. But when I just plug USB to phone when its turned off, it starts charging.
Modifications to kernel with my comments(its kernel for froyo, I tested GB kernel as well, but its pretty much the same): https://github.com/Tasssadar/kernel/commit/b1c614341dbc04ec1ace604f0b4903944dd8aa9d
Kernel command line: console=tty0,115200 androidboot.hardware=thunderg fbcon=font:VGA8x8,rotate:1 mem=471M no_console_suspend=1
ZIP for recovery(for froyo ROMs): http://www.multiupload.com/NQQ1YKN6K8 - dont forget to make nandroid backup, it will replace whole boot partition, so re-flashing your kernel wont help.
Did anybody play with this already? Maybe solved the driver bug?
i dont understabnd what is this
very nice for debug ... sometimes we realy need this!!!
omg, this is soo cool =D cant help ya but i will try to make one of that for me =)
https://github.com/Tasssadar/kernel/commit/49ff95225eb724926434adaaa8abcd9a53c9b29b - makes it much faster, but without rotation. Or you can just turn off logo and rotation, result will be the same thing.
Working..
Ex.how to uninstall?
Flash your kernel again (that way you will see just black screen instead of logo) or restore from your nandroid backup, which I am sure you have.
What's the purpose of this, what does this do for our device
Sent from my LG-P500 using XDA App
Jrhodes85 said:
What's the purpose of this, what does this do for our device
Sent from my LG-P500 using XDA App
Click to expand...
Click to collapse
If you dont know what it is just dont bother - this is devs stuff.
Sent from my Nexus S using xda premium
franciscofranco said:
If you dont know what it is just dont bother - this is devs stuff.
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
@franco:
Why this is dev's stuff? let users install this nice thing and tell him it speeds up
the system as never seen before - most users want to install realy every thing
andy572 said:
@franco:
Why this is dev's stuff? let users install this nice thing and tell him it speeds up
the system as never seen before - most users want to install realy every thing
Click to expand...
Click to collapse
You guys should really let the users install it. It says it the topic title [DEV], the idiot who will install this and not know what it's used for is simply "stupid".
With fbcon log + camera(coolest debug log ever) I finally managed to make dual-boot working - I have one rom in the internal memory and another one on ext partition on SD card. It is however kinda tricky to make it working properly, would you like to see some dev topic with this or you think its useless?
AFAIK (correct me please) this displays kernel infos,so it's kinda useful to fserve,mik and others. However,I'll try to do that with mik's sources. I'll post it if you guys want.
ciaox said:
AFAIK (correct me please) this displays kernel infos,so it's kinda useful to fserve,mik and others. However,I'll try to do that with mik's sources. I'll post it if you guys want.
Click to expand...
Click to collapse
Wait, what? Is my english that bad or are you quoting my post, but responding to something else?
Tasssadar said:
Wait, what? Is my english that bad or are you quoting my post, but responding to something else?
Click to expand...
Click to collapse
Sorry,wasn't supposed to quote. Correcting now,thanks.
Tasssadar said:
With fbcon log + camera(coolest debug log ever) I finally managed to make dual-boot working - I have one rom in the internal memory and another one on ext partition on SD card. It is however kinda tricky to make it working properly, would you like to see some dev topic with this or you think its useless?
Click to expand...
Click to collapse
I don't use this phone regulary anymore, but it would be pretty neat to know how you did that - I have an idea of how it's done though.
Can anyone help me doing this for my lg optimus black?

hi all

hi all I move in forum
this forum is very interesting because I have a
CM9 mini galaxy with this very well :fingers-crossed:
yeneito said:
hi all I move in forum
this forum is very interesting because I have a
CM9 mini galaxy with this very well :fingers-crossed:
Click to expand...
Click to collapse
no offense.. why do you make a stup*d thread like this? -_-
yusufz12 said:
no offense.. why do you make a stup*d thread like this? -_-
Click to expand...
Click to collapse
was to ask for help but I forgot to put it is that I can not use S2E on my galaxy mini and would like to help me to expand the memory of the mobile
yeneito said:
was to ask for help but I forgot to put it is that I can not use S2E on my galaxy mini and would like to help me to expand the memory of the mobile
Click to expand...
Click to collapse
i have s2e installed in my cm9 here is tutor:
To make S2E working for CM9 I did the following:
1a) copy "05mountsd" and "20userinit" to \system\etc\init.d\ (by Root Explorer)
1b) change their permissions as that of file "90userinit" (rwxrwxrwx)
in \system\etc\init.d\
2) delete "90userinit" (as replaced by 20userinit)
3a) copy "S2E.apk" to \system\app\ or install it from Google Play
3b) change its permissions to rw-r--r--
4) reboot
Enable and set S2E as usual but I never enable "Mount as ext4" in the Settings as it always corrupt the sd-ext partition.
The above works for me!
Nb: you can put "05mountsd" and "20userinit" from cm7( dont put from cyanmobile) i take it from new experience rom from autoradio78
+ i put it on attachment
good luck
Click to expand...
Click to collapse

[Q] D2SD for cm10.1

Does anyone know of a script or app that mounts \sd-ext as \data that doesn't bootloop rohan007's and erikas's cm10.1 for galaxy mini?
script can't do it and one needs to make changes in the kernel
You can use S2E in CM10
Sent from my Nexus⁴
Thanks
dheeraj (dhlalit11) said:
script can't do it and one needs to make changes in the kernel
Click to expand...
Click to collapse
Thanks. I'll ask rohan007 if he can modify the jellaxy kernel. Then we can live with our low memory devices!
Insufficient memory
Razor! said:
You can use S2E in CM10
Sent from my Nexus⁴
Click to expand...
Click to collapse
I already tried it but when I try to install apps through Play Store, File manager or ADB I get insufficient memory error even though I have more than enough space. ~95mb free internal and ~1.64GB SD-EXT.
In Settings>about phone>partion info Free space shown as -12457720mb?
If you know what the problem is pls let me know. I'm having to use link2sd which slows down phone and crashes play store after app install.
A2SDX by michie was perfect in cm10. I flashed cm10.1 as it is miles better. Now A2SDX results in no wifi. Any other script bootloops. It's really annoying. You can't use a galaxy mini properly with the dreaded 'low memory error".
Any working script really appreciated.
theperson333 said:
I already tried it but when I try to install apps through Play Store, File manager or ADB I get insufficient memory error even though I have more than enough space. ~95mb free internal and ~1.64GB SD-EXT.
In Settings>about phone>partion info Free space shown as -12457720mb?
If you know what the problem is pls let me know. I'm having to use link2sd which slows down phone and crashes play store after app install.
Click to expand...
Click to collapse
i hope this link can help you ---->> http://forum.xda-developers.com/showthread.php?t=2098841 :good:
thanks
tjah_gk said:
i hope this link can help you ---->> http://forum.xda-developers.com/showthread.php?t=2098841 :good:
Click to expand...
Click to collapse
Thanks. Just for anyone else having issues, just don't move app data.
(Yes I clicked the thank you button)

Categories

Resources