Author Topic: [Release] Motafoca 2.0.9  (Read 53936 times)

Online motafoca

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 0
  • -Receive: 10
  • Posts: 1903
  • Reputation: +1657/-6
    • View Profile
[Release] Motafoca 2.0.9
« Reply #15 on: March 10, 2011, 07:08:03 AM »
You are not allowed to view links. Register or Login
Ok, some feedback:

Performance is excellent, but there are some problems.

1. Angry Birds refuses to install. I'm not sure what's causing the problem, but no other apps from the market give problems (even Angry Birds Seasons works). What happens is that the "downloading" icon pops up on the notification bar for 1 second, and disappears before the download even starts.

2. Memory consumption is much higher. On first boot, before any customization, only 111mb of internal memory is free (previous releases have 158mb free on first boot).

3. I'm not sure if this is a mistake. /data/dalvik-cache is not mounted on the sdcard - this is deliberate, which you changed to help some people's problems with extreme lagging. However, /data/data is also not mounted on the sdcard. Is this deliberate? After installing just a handful of apps, my internal memory is down to 80mb Register or Login<#EMO_DIR#>/sad.gif\' class=\'bbc_emoticon\' alt=\':(\' />

Some follow-up to point 2 and 3:

I modified the 02-app2sd script to mount /data/data (but not /data/dalvik-cache) on the sdcard. After a hard reset, the extreme lagging has returned. I'm going to try modifying the script to mount /data/dalvik-cache to the sdcard, but not /data/data, and see if that helps. Currently my internal memory is getting too pressured with the default config, so I need to try something! Register or Login<#EMO_DIR#>/smile.gif\' class=\'bbc_emoticon\' alt=\':)\' />

Many thanks for this awesome release.

1- Checking
2- Yes it will be higher because you have dalvik-cache on internal memory to avoid lag
3- Not mistake

Low classed mem cards lag with dalvik-cache on sdcard
Follow madteam on Twitter!
@mad_team

Offline Cleber Santos

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 0
  • Reputation: +0/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #16 on: March 10, 2011, 07:21:55 AM »
Have PT-BR language?

MADTeam Forum

[Release] Motafoca 2.0.9
« Reply #16 on: March 10, 2011, 07:21:55 AM »
Your Ad Here

Online motafoca

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 0
  • -Receive: 10
  • Posts: 1903
  • Reputation: +1657/-6
    • View Profile
[Release] Motafoca 2.0.9
« Reply #17 on: March 10, 2011, 07:32:43 AM »
not yet
Follow madteam on Twitter!
@mad_team

Online motafoca

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 0
  • -Receive: 10
  • Posts: 1903
  • Reputation: +1657/-6
    • View Profile
[Release] Motafoca 2.0.9
« Reply #18 on: March 10, 2011, 07:32:43 AM »
not yet
Follow madteam on Twitter!
@mad_team

Offline Cleber Santos

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 0
  • Reputation: +0/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #19 on: March 10, 2011, 07:39:03 AM »
You are not allowed to view links. Register or Login
not yet

=(

Waiting for the next version, thanks Mota Register or Login<#EMO_DIR#>/wink.gif\' class=\'bbc_emoticon\' alt=\';)\' />

Offline Snaydher

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 39
  • Reputation: +15/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #20 on: March 10, 2011, 07:43:55 AM »
Whats means 'deodexed'?   Register or Login<#EMO_DIR#>/unsure.gif\' class=\'bbc_emoticon\' alt=\':unsure:\' />

Offline tomazf

  • Sr. Member
  • ****
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 331
  • Reputation: +243/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #21 on: March 10, 2011, 08:00:39 AM »
hello!

mota, can you pot slovenian language inside?
thanks,

tomazf

Offline psyke83

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 0
  • -Receive: 6
  • Posts: 1298
  • Reputation: +1850/-1
    • View Profile
[Release] Motafoca 2.0.9
« Reply #22 on: March 10, 2011, 08:20:11 AM »
You are not allowed to view links. Register or Login
1- Checking
2- Yes it will be higher because you have dalvik-cache on internal memory to avoid lag
3- Not mistake

Low classed mem cards lag with dalvik-cache on sdcard

Did you get Angry Birds working? Register or Login<#EMO_DIR#>/wink.gif\' class=\'bbc_emoticon\' alt=\';)\' /> It still refuses to install here, but everything else seems fine.

I've just reflashed, hard reset and reconfigured the script to mount the /data/dalvik-cache to sd. There's absolutely no lag at all, and I now have 151mb of internal storage available on first boot.

To confirm it's setup and working correctly:
Code: You are not allowed to view links. Register or Login
C:\Users\Conn\Desktop\I5500\adb_toolbox>adb shell
# mount
mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
/dev/stl14 /cache ext4 rw,nosuid,nodev,relatime,barrier=1,data=ordered 0 0
/dev/stl13 /data ext4 rw,nosuid,nodev,relatime,barrier=1,data=ordered 0 0
/dev/stl12 /system ext4 ro,relatime,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p2 /system/sd ext4 rw,relatime,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p2 /data/dalvik-cache ext4 rw,relatime,barrier=1,data=ordered
0 0
/dev/block/mmcblk0p2 /data/app ext4 rw,relatime,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p2 /data/log ext4 rw,relatime,barrier=1,data=ordered 0 0
# free
free
             total         used         free       shared      buffers
Mem:        188452       183912         4540            0         9196
-/+ buffers:             174716        13736
Swap:       293304        10868       282436
# du -m /data/dalvik-cache
du -m /data/dalvik-cache
44      /data/dalvik-cache
#

I haven't installed anything yet, and it's cached 44mb of files for the JIT already. I think it would be an advantage for the next version of the mod to put the dalvik-cache on sd, what do you think? I'll keep testing to make sure it doesn't lag... Register or Login<#EMO_DIR#>/wink.gif\' class=\'bbc_emoticon\' alt=\';)\' />

I also suspect that we could improve the situation with the /data/data folder. Considering the extreme lag I'm seeing, I suspect that  a system app/service is constantly reading/writing data, causing slowdown for everything else. If we were able to find the app causing problems and symlink its data folder to internal memory, it may resolve the problem. Is there a good way for me to monitor filesystem activity using built-in tools?
« Last Edit: March 10, 2011, 08:43:19 AM by subpsyke »
Please do not send me PMs for support issues. Use the public support threads for support, and send me PMs only for messages that are private. Thank you.

Offline Bear.Julin

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 61
  • Reputation: +-1/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #23 on: March 10, 2011, 08:26:13 AM »
You are not allowed to view links. Register or Login
hello!

mota, can you pot slovenian language inside?
thanks,

tomazf

As far as I'm aware, correct me if I'm wrong, but language support depends on which language is already in the files from Samfirmware. :-)

Right? :-)

Offline Chloe

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 67
  • Reputation: +-3/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #24 on: March 10, 2011, 08:29:31 AM »
I really want to try this release, but internal space and memory are precious to me. I hope you can move dalvik-cache to SD.

subpsyke, when I first installed stock Europe Froyo I had the same problem trying to install Angry Birds from the Market even after a factory reset. I restore it from Titanium Backup now.

Offline psyke83

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 0
  • -Receive: 6
  • Posts: 1298
  • Reputation: +1850/-1
    • View Profile
[Release] Motafoca 2.0.9
« Reply #25 on: March 10, 2011, 08:39:08 AM »
You are not allowed to view links. Register or Login
I really want to try this release, but internal space and memory are precious to me. I hope you can move dalvik-cache to SD.

subpsyke, when I first installed stock Europe Froyo I had the same problem trying to install Angry Birds from the Market even after a factory reset. I restore it from Titanium Backup now.

I've moved the dalvik-cache to SD, and I can say it works perfectly - see my previous post. My card lags extremely badly when /data/data is on the card, so it should work well for you too.

I also tried the Europe Froyo (JP9) and was able to install Angry Birds from the market. Maybe we should investigate that in case there's a "hidden" problem with our filesystems...
Please do not send me PMs for support issues. Use the public support threads for support, and send me PMs only for messages that are private. Thank you.

Offline tomazf

  • Sr. Member
  • ****
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 331
  • Reputation: +243/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #26 on: March 10, 2011, 08:39:59 AM »
You are not allowed to view links. Register or Login
As far as I'm aware, correct me if I'm wrong, but language support depends on which language is already in the files from Samfirmware. :-)

Right? :-)

well, do not know about that, but in slovenia we have on the phones slovenian language, so i thought it's that easy. anyway thanks for the answer.

Offline Bear.Julin

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 61
  • Reputation: +-1/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #27 on: March 10, 2011, 08:45:49 AM »
You are not allowed to view links. Register or Login
well, do not know about that, but in slovenia we have on the phones slovenian language, so i thought it's that easy. anyway thanks for the answer.

With what firmware? :-)

Offline tomazf

  • Sr. Member
  • ****
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 331
  • Reputation: +243/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #28 on: March 10, 2011, 08:55:47 AM »
You are not allowed to view links. Register or Login
With what firmware? :-)

the one, that is installed on slovenian phones.

Offline yuyu

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
  • Reputation: +4/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #29 on: March 10, 2011, 09:48:32 AM »
can you explain how to backup my apps?i have my apps installed on sd..but if i run adb command..nothing happens..i dont want to install al my apps 1 by 1

MADTeam Forum

[Release] Motafoca 2.0.9
« Reply #29 on: March 10, 2011, 09:48:32 AM »
Your Ad Here

Tags:
 

Your Ad Here
SimplePortal 2.3.5 © 2008-2012, SimplePortal