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 #30 on: March 10, 2011, 09:50:32 AM »
motafoca> Backup your Files
<motafoca> - For Vfat partition (windows visible) use windows to backup
<motafoca> - For /data and app2sd backup do the code bellow on "normal mode"
<motafoca> adb shell tar cpfv /sdcard/backup_data.tar /data --exclude="data/dalvik-cache"
<motafoca> adb pull /sdcard/backup_data.tar

<motafoca> - For restore backup do bellow
<motafoca> adb shell mount -t vfat /dev/block/mmcblk0p1 /sdcard
<motafoca> adb push backup_data.tar /sdcard/
<motafoca> adb shell restore_backup
Follow madteam on Twitter!
@mad_team

Offline code28h4p

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 0
  • Reputation: +0/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #31 on: March 10, 2011, 09:54:42 AM »
Sorry at first rate i'm just a noob. I think lag with low class sdcard was caused by /data/data which moved into sdcard not data/dalvik-cache. I've used class 2 sdcard and have tried both app2sd method (normal app2sd with /data/dalvik-cache moved into sdcard and extrem app2sd with data/data moved) and found that /data/data moved was brought some extra work in my phone my phone was lagged while others not.
And i have told/wrote it down by tweet @mad_team (but didn't have any response).
Once more sorry for my noob opinion.

MADTeam Forum

[Release] Motafoca 2.0.9
« Reply #31 on: March 10, 2011, 09:54:42 AM »
Your Ad Here

Offline yuyu

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
  • Reputation: +4/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #32 on: March 10, 2011, 09:55:55 AM »
You are not allowed to view links. Register or Login
motafoca> Backup your Files
<motafoca> - For Vfat partition (windows visible) use windows to backup
<motafoca> - For /data and app2sd backup do the code bellow on "normal mode"
<motafoca> adb shell tar cpfv /sdcard/backup_data.tar /data --exclude="data/dalvik-cache"
<motafoca> adb pull /sdcard/backup_data.tar

<motafoca> - For restore backup do bellow
<motafoca> adb shell mount -t vfat /dev/block/mmcblk0p1 /sdcard
<motafoca> adb push backup_data.tar /sdcard/
<motafoca> adb shell restore_backup
i do that in mad toolbox app..adb shell..is correct..my error is: adb not found..i have android sdk installed.

Offline Pinuzzo

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 0
  • Reputation: +0/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #33 on: March 10, 2011, 09:56:31 AM »
Hi Mota, thank you very much, I have just 2 questions:
1. The procedure to install the rom is the same of 2.0.8?
2. Have you solved the problem of sd >4GB?
« Last Edit: March 10, 2011, 09:57:49 AM by Pinuzzo »

Offline ProTToType

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 0
  • Reputation: +-3/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #34 on: March 10, 2011, 09:57:01 AM »
Hey mota, if it isnt much trouble, can you please Give precise instructions to partition and format using the MADteam apps2sd? For some reason no matter what i do, i'm not able to make it happen successfully. Please help out.

Offline sagar

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 239
  • Reputation: +100/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #35 on: March 10, 2011, 10:07:19 AM »
hi mota.... nice wrk Register or Login<#EMO_DIR#>/wink.gif\' class=\'bbc_emoticon\' alt=\';)\' />

can u upload the ginger theme??? or shud i use th same old theme installer u had uploaded?? im kinda used to tht blackish theme *_^ thnk u:)


Edited, dont use large fonts
« Last Edit: March 10, 2011, 11:06:18 AM by motafoca »
!!~~I AM MY OWN HEAVEN AND HELL~~!!

Offline ProTToType

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 0
  • Reputation: +-3/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #36 on: March 10, 2011, 10:29:35 AM »
I have a small problem. After freshly installing the 2.0.9 final I go in and root the device. After which i run apps2sd. I input 512MB for da ext2 partition and 32mb swap and press partition. It comes into recovery reboot. I wipe the data and reboot the device. then i go back into the apps2sd and give the same details and press format. after reboot it says Blank SD card or has unsupported filesystem. I wanna use this as I find it really helpful to have a decent amount of internal memory. Please help out. thx in advance Register or Login<#EMO_DIR#>/smile.gif\' class=\'bbc_emoticon\' alt=\':)\' />

Offline ToNi96

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 0
  • Reputation: +0/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #37 on: March 10, 2011, 11:00:15 AM »
benchmark?
BTW downloading

Offline Bear.Julin

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 61
  • Reputation: +-1/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #38 on: March 10, 2011, 11:06:19 AM »
You are not allowed to view links. Register or Login
the one, that is installed on slovenian phones.

Is that 2.1 or 2.2?

Online motafoca

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 0
  • -Receive: 10
  • Posts: 1903
  • Reputation: +1657/-6
    • View Profile
[Release] Motafoca 2.0.9
« Reply #39 on: March 10, 2011, 11:06:57 AM »
Making procedures, be patient
Follow madteam on Twitter!
@mad_team

Offline Bear.Julin

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 61
  • Reputation: +-1/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #40 on: March 10, 2011, 11:08:50 AM »
You are not allowed to view links. Register or Login
Making procedures, be patient

Have all the time in the world, when it comes to waiting for MAD-Team firmwares. :-D

Offline tomazf

  • Sr. Member
  • ****
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 331
  • Reputation: +243/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #41 on: March 10, 2011, 11:12:05 AM »
You are not allowed to view links. Register or Login
Is that 2.1 or 2.2?

when i bought it it was 2.1 installed. i don't think samfirmware's 2.2 has in installed. so at the time i do not have slovenian language installed.

Offline Bear.Julin

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 61
  • Reputation: +-1/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #42 on: March 10, 2011, 11:17:30 AM »
You are not allowed to view links. Register or Login
when i bought it it was 2.1 installed. i don't think samfirmware's 2.2 has in installed. so at the time i do not have slovenian language installed.

So your language is only in the 2.1?
Then the only thing to do is be patient, and wait for the final version of 2.2 and hope that MAD-Team will continue the fantastic work. :-)

Offline tomazf

  • Sr. Member
  • ****
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 331
  • Reputation: +243/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #43 on: March 10, 2011, 11:30:52 AM »
You are not allowed to view links. Register or Login
So your language is only in the 2.1?
Then the only thing to do is be patient, and wait for the final version of 2.2 and hope that MAD-Team will continue the fantastic work. :-)

well, thank you for the explanation.

regarding to Quadrant dvanced, my results are:
Total: 574;
CPU: 671;
Memory: 785;
I/O: 565;
2D: 488;
3D: 359;

It's really, really fast. Thanks for good, fast and reliable firmware.

Offline ToNi96

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 0
  • Reputation: +0/-0
    • View Profile
[Release] Motafoca 2.0.9
« Reply #44 on: March 10, 2011, 11:38:19 AM »
Quote
regarding to Quadrant dvanced, my results are:
Total: 574;
CPU: 671;
Memory: 785;
I/O: 565;
2D: 488;
3D: 359;

It's really, really fast. Thanks for good, fast and reliable firmware.
tnx for results Register or Login<#EMO_DIR#>/biggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' />
and THANKK YOU motafoca for this awesome firmware Register or Login<#EMO_DIR#>/biggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' />
He said it all. Register or Login<#EMO_DIR#>/tongue.gif\' class=\'bbc_emoticon\' alt=\':P\' />
battery duration?
« Last Edit: March 10, 2011, 11:38:36 AM by ToNi96 »

MADTeam Forum

[Release] Motafoca 2.0.9
« Reply #44 on: March 10, 2011, 11:38:19 AM »
Your Ad Here

Tags:
 

Your Ad Here
SimplePortal 2.3.5 © 2008-2012, SimplePortal