Guest Paul Posted January 3, 2010 Report Posted January 3, 2010 Just an update (that I also posted on Twitter)... i'm trying to do something a bit different with 3.1 (after all, going to release .66 and chucking in an updated busybox isn't all that exciting) so it's taking a little longer. If my plan works it should make everything faster / smoother. Watch this space! P
Guest dr_ysp Posted January 3, 2010 Report Posted January 3, 2010 Just an update (that I also posted on Twitter)... i'm trying to do something a bit different with 3.1 (after all, going to release .66 and chucking in an updated busybox isn't all that exciting) so it's taking a little longer. If my plan works it should make everything faster / smoother. Watch this space! P paul i am sitting on the edge here man!! though i am loyal fan will wait!!
Guest Moenmann Posted January 3, 2010 Report Posted January 3, 2010 I have a problem when I run the marked enabler (not included in the ROM) when its about to fake the provider (o2 from DE) the phone restarts itself.. anyone have expirienced this? try to run superuser permissions first.. worked for me..
Guest uk786 Posted January 3, 2010 Report Posted January 3, 2010 Just an update (that I also posted on Twitter)... i'm trying to do something a bit different with 3.1 (after all, going to release .66 and chucking in an updated busybox isn't all that exciting) so it's taking a little longer. If my plan works it should make everything faster / smoother. Watch this space! P Ooh can't wait :)
Guest dalim Posted January 4, 2010 Report Posted January 4, 2010 cant wait for 3.1 any chance we will be seeing full BT OBEX support with this one?
Guest AsteP Posted January 4, 2010 Report Posted January 4, 2010 Hello All! Want to write a small note here about incorrect Wi-Fi working! First of all, I’m running Modaco 3.0 with a suggested radio. As far as I see a lot of people are experiencing problems with Wi-Fi on Hero. And I’m too.. So I decided to do a small investigation to determine what part is responsible for BAD wi-fi. My problem with Wi-Fi is _very_ strange. Phone connects, everything seems to go right, BUT!!! Some sites do not open. DNS is resolving, even redirect goes.. But not a single bit is loaded… For example – all Google sites work fine... But twitter doesn’t load... Facebook doesn’t load.. And it immediately starts loading if I switch phone to another AP (BTW my AP is DLINK DAP-1160 firmware 1.31b) or if I switch phone to EDGE Internet… First of all I tried another radio - 63.18.55.06JU_6.35.09.26. Yes, it works with Modaco 3.0 fine. But that gave no effect at all. Then I tried aosp-2.0.1-jnwhiteh-r6.zip.. And you know, it WORKED… Everything began loading. But for me that firmware is not usable as it is so slow and buggy. I’m back again on Modaco 3.0. But now I know that the problem is NOT in radio. That’s a good news! A bad one is that I still don’t know how to fix my wifi…
Guest dux Posted January 4, 2010 Report Posted January 4, 2010 If my plan works it should make everything faster / smoother. Watch this space! P Everything is very faster after disabling the ramzswap on MCR3.0 and TCK1.91!! Realy faster and no lags :)
Guest Pitel Posted January 4, 2010 Report Posted January 4, 2010 Everything is very faster after disabling the ramzswap on MCR3.0 and TCK1.91!! Realy faster and no lags :)I installed MCR 3.0 over vanilla rom, and the updated to tck1.91. How to disable the ramzswap?
Guest dux Posted January 4, 2010 Report Posted January 4, 2010 (edited) I installed MCR 3.0 over vanilla rom, and the updated to tck1.91. How to disable the ramzswap? # adb remount # adb pull /system/init.d/ramzswap.sh ramzswap.sh # vim ramzswap.sh # adb push ramzswap.sh /system/init.d/ramzswap.sh I have only commented out lines related to ramzswap, so content of ramzswap.sh looks like this: #/system/xbin/insmod /system/lib/modules/tun.ko #/system/xbin/insmod /system/lib/modules/lzo_decompress.ko #/system/xbin/insmod /system/lib/modules/lzo_compress.ko #/system/xbin/insmod /system/lib/modules/xvmalloc.ko #/system/xbin/insmod /system/lib/modules/ramzswap.ko disksize_kb=131072 #/system/xbin/swapon /dev/block/ramzswap0 echo "10" > /proc/sys/vm/swappiness echo "performance" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor I have partitioned SD card, so I have added line to activate swap (32MB) partition on SD (this step is not neccesary): /system/xbin/swapon /dev/block/mmcblk0p3 Enjoy your Hero without lags, especially after turn on the device :) Edited January 4, 2010 by dux
Guest irispen Posted January 4, 2010 Report Posted January 4, 2010 I really love the rom.. i really just need this update: BT OBEX support please..
Guest uk786 Posted January 4, 2010 Report Posted January 4, 2010 (edited) Hello All! Want to write a small note here about incorrect Wi-Fi working! First of all, I’m running Modaco 3.0 with a suggested radio. As far as I see a lot of people are experiencing problems with Wi-Fi on Hero. And I’m too.. So I decided to do a small investigation to determine what part is responsible for BAD wi-fi. My problem with Wi-Fi is _very_ strange. Phone connects, everything seems to go right, BUT!!! Some sites do not open. DNS is resolving, even redirect goes.. But not a single bit is loaded… For example – all Google sites work fine... But twitter doesn’t load... Facebook doesn’t load.. And it immediately starts loading if I switch phone to another AP (BTW my AP is DLINK DAP-1160 firmware 1.31b) or if I switch phone to EDGE Internet… First of all I tried another radio - 63.18.55.06JU_6.35.09.26. Yes, it works with Modaco 3.0 fine. But that gave no effect at all. Then I tried aosp-2.0.1-jnwhiteh-r6.zip.. And you know, it WORKED… Everything began loading. But for me that firmware is not usable as it is so slow and buggy. I’m back again on Modaco 3.0. But now I know that the problem is NOT in radio. That’s a good news! A bad one is that I still don’t know how to fix my wifi… I have this issue also.. Edited January 4, 2010 by uk786
Guest ritdaw Posted January 4, 2010 Report Posted January 4, 2010 (edited) # adb remount # adb pull /system/init.d/ramzswap.sh ramzswap.sh # vim ramzswap.sh # adb push ramzswap.sh /system/init.d/ramzswap.sh I have only commented out lines related to ramzswap, so content of ramzswap.sh looks like this: #/system/xbin/insmod /system/lib/modules/tun.ko #/system/xbin/insmod /system/lib/modules/lzo_decompress.ko #/system/xbin/insmod /system/lib/modules/lzo_compress.ko #/system/xbin/insmod /system/lib/modules/xvmalloc.ko #/system/xbin/insmod /system/lib/modules/ramzswap.ko disksize_kb=131072 #/system/xbin/swapon /dev/block/ramzswap0 echo "10" > /proc/sys/vm/swappiness echo "performance" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor I have partitioned SD card, so I have added line to activate swap (32MB) partition on SD (this step is not neccesary): /system/xbin/swapon /dev/block/mmcblk0p3 Enjoy your Hero without lags, especially after turn on the device :) I think you meant to type adb push Giving it a go without ramzswap, my mate is getting loads of speed issues himself so I thought I would test! Edited January 4, 2010 by ritdaw
Guest dux Posted January 4, 2010 Report Posted January 4, 2010 I think you meant to type adb push Sure ... it's just a typo. Thx :)
Guest ritdaw Posted January 4, 2010 Report Posted January 4, 2010 Sure ... it's just a typo. Thx :) With ramzswap disabled my hero is flying!
Guest Dan Mullen Posted January 4, 2010 Report Posted January 4, 2010 With ramzswap disabled my hero is flying! I'll be very interested to hear how it's performing after a day or so of using your phone. I've had the same problems with lag and am convinced that compcache interferes with the automatic memory management in Android. I'm sure compcache is a huge benefit for a lot of people - it probably boils down to how each person uses their phone, what apps they run, etc.
Guest ngocminhsteel Posted January 5, 2010 Report Posted January 5, 2010 i am waitting next ROM for long time ;) Paul hepl us :)
Guest irispen Posted January 5, 2010 Report Posted January 5, 2010 i got an erroe when im trying to mount my sd card.. can anyone help me?
Guest ZeTiNaL Posted January 5, 2010 Report Posted January 5, 2010 # adb remount # adb pull /system/init.d/ramzswap.sh ramzswap.sh # vim ramzswap.sh # adb push ramzswap.sh /system/init.d/ramzswap.sh I have only commented out lines related to ramzswap, so content of ramzswap.sh looks like this: #/system/xbin/insmod /system/lib/modules/tun.ko #/system/xbin/insmod /system/lib/modules/lzo_decompress.ko #/system/xbin/insmod /system/lib/modules/lzo_compress.ko #/system/xbin/insmod /system/lib/modules/xvmalloc.ko #/system/xbin/insmod /system/lib/modules/ramzswap.ko disksize_kb=131072 #/system/xbin/swapon /dev/block/ramzswap0 echo "10" > /proc/sys/vm/swappiness echo "performance" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor I have partitioned SD card, so I have added line to activate swap (32MB) partition on SD (this step is not neccesary): /system/xbin/swapon /dev/block/mmcblk0p3 Enjoy your Hero without lags, especially after turn on the device :) I got the error when type # vim ramzswap.sh also do I need to apply all the codes you mention in this section? "I have only commented out lines related to ramzswap, so content of ramzswap.sh looks like this:" I am a newbie, sorry Thx in advance
Guest Posted January 5, 2010 Report Posted January 5, 2010 Hi AsteP, I have kind of the same problem - just vice versa. I can connect to Twitter, facebook, and others but no google services are working via WiFi. Switching to 3G network lets me connect to all services without restrictions (see my post No google services via WiFi). Unfortunately nobody seems to have a clue why this happens :) Regards, reeja Hello All! Want to write a small note here about incorrect Wi-Fi working! First of all, I’m running Modaco 3.0 with a suggested radio. As far as I see a lot of people are experiencing problems with Wi-Fi on Hero. And I’m too.. So I decided to do a small investigation to determine what part is responsible for BAD wi-fi. My problem with Wi-Fi is _very_ strange. Phone connects, everything seems to go right, BUT!!! Some sites do not open. DNS is resolving, even redirect goes.. But not a single bit is loaded… For example – all Google sites work fine... But twitter doesn’t load... Facebook doesn’t load.. And it immediately starts loading if I switch phone to another AP (BTW my AP is DLINK DAP-1160 firmware 1.31b) or if I switch phone to EDGE Internet… First of all I tried another radio - 63.18.55.06JU_6.35.09.26. Yes, it works with Modaco 3.0 fine. But that gave no effect at all. Then I tried aosp-2.0.1-jnwhiteh-r6.zip.. And you know, it WORKED… Everything began loading. But for me that firmware is not usable as it is so slow and buggy. I’m back again on Modaco 3.0. But now I know that the problem is NOT in radio. That’s a good news! A bad one is that I still don’t know how to fix my wifi…
Guest dux Posted January 5, 2010 Report Posted January 5, 2010 I'll be very interested to hear how it's performing after a day or so of using your phone. I've had the same problems with lag and am convinced that compcache interferes with the automatic memory management in Android. No lags after two weeks without restart :)
Guest dux Posted January 5, 2010 Report Posted January 5, 2010 I got the error when type # vim ramzswap.sh Vim is a text editor, so you just use your favorite text editor (for example notepad) to edit this file.
Guest AsteP Posted January 5, 2010 Report Posted January 5, 2010 Hi AsteP, I have kind of the same problem - just vice versa. I can connect to Twitter, facebook, and others but no google services are working via WiFi. Switching to 3G network lets me connect to all services without restrictions (see my post No google services via WiFi). Unfortunately nobody seems to have a clue why this happens :) Regards, reeja What wifi router do you have? I read a lot of threads on bad wifi in hero... And there is a chance that if you'll upgrade firmware of your router everything will work. Another way that helps to some people is to try to add the mac of your hero to the router... And another way - try to setup static ip , dns and gateway.. It helps for someone (but unfortunaly not for me)... For sure there is a strange problem with firmware... If we could solve it it would be great!
Guest kendon Posted January 5, 2010 Report Posted January 5, 2010 i got an erroe when im trying to mount my sd card.. can anyone help me? absolutely. we just ask our crystal balls what your error message is exactly, and what you did to get this error, and they will tell us the answer...
Guest kendon Posted January 5, 2010 Report Posted January 5, 2010 Vim is a text editor, so you just use your favorite text editor (for example notepad) to edit this file. you need to use a unix compatible editor, it probably won't work if you use notepad. my suggestion would be notepad++.
Guest dux Posted January 5, 2010 Report Posted January 5, 2010 you need to use a unix compatible editor, it probably won't work if you use notepad. my suggestion would be notepad++. Imho MS Wordpad should work with unix text file format.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now