Moto Hell - The Motorola Modding Community

Motorola Phone Models => Motorola ROKR E8 => Topic started by: fich on February 15, 2009, 11:38:30 pm



Title: [mgx] E8 Backup Tool
Post by: fich on February 15, 2009, 11:38:30 pm
Castaway in nowhere place. Nothing have to do. So I try to create this application.

E8 Backup Tool by fich
By using this simple application, based on E2 Backup Tools by keaglez, you can backup and restore
- SMS
- Contact (incl. Calendar,Notes,Task List)
- NetProfile

Requirement :
- PHP by arctu
download and put PHP file under one of these diretories :
/mmc/movinand1/bin
/mmc/mmca1/bin
/ezxlocal/bin
- 7z
it must be found at .mpkgbox under p7zip directory

hope it's usefull for us
any critics, suggestions are welcome


Thanks to :
- Allah Subhanahu Wa Ta'ala, the Mighty God
- huatz84 (for answering my noob question about E8), keaglez (for script explanation), arctu (for awesome show* n PHP file), ilove3d (need to know how your brain works :Sylar Mode ON:)
- all Motorola User & Modder brotherhood

Download Here (http://fich.web.id/e8-backup-tool/)


Title: Re: [mgx] E8 Backup Tool
Post by: KINGDOM on February 15, 2009, 11:45:11 pm
wow good..
thank you very much.
++


Title: Re: [mgx] E8 Backup Tool
Post by: AV3LaR on February 16, 2009, 05:54:34 am
Thanks dude +++


Title: Re: [mgx] E8 Backup Tool
Post by: tuyie78 on February 16, 2009, 07:05:46 am
Great work! Backup file found in mmca1 and after restore contact need restart phone it will appear...nice.sms and netprofile no need restart ++


Title: Re: [mgx] E8 Backup Tool
Post by: tuyie78 on February 16, 2009, 08:14:21 pm
Fich can u try make shortcut.sh to mgx app


Title: Re: [mgx] E8 Backup Tool
Post by: huatz84 on February 16, 2009, 10:33:54 pm
You are the man,fich..Thanx.++


Title: Re: [mgx] E8 Backup Tool
Post by: alxbrt on March 02, 2009, 08:17:50 am
It does not work in Ilove3D Magic Elba.
It shows "7zip not found" error.

It expects to find 7zip folder inside .mpkgbox folder, but this firmware does not have this folder.
I created it mannually and copied files from BW Combo Mpkg Flash, it worked(no more 7zip error), but now i got a "Backup error" in all backup options...


Title: Re: [mgx] E8 Backup Tool
Post by: nikhil007 on March 02, 2009, 08:58:38 am
@ alxbrt check if you have installed php in the correct folder and then installed this app !!


Title: Re: [mgx] E8 Backup Tool
Post by: alxbrt on March 02, 2009, 09:24:23 am
PHP is OK!

When it is a PHP problem it shows: PHP not found!


Update:

I got it!

I edited "backuptool.php", after unzip mgx:

if (file_exists("/mmc/movinand1/.mpkgbox/p7zip/7z")) {
    $dir7z="/mmc/movinand1/.mpkgbox/p7zip";
} elseif (file_exists("/mmc/mmca1/.mpkgbox/p7zip/7z")) {
    $dir7z="/mmc/mmca1/.mpkgbox/p7zip";
} else {
    $no7z = new showNotify("Error","",2, null, null);
    $no7z->set_context("7zip Not Found");
    $no7z->exec(0);
    exit;

I've changed /mmc/movinand1/.mpkgbox/p7zip/7z by /usr/local/p7zip/7z
and $dir7z="/mmc/movinand1/.mpkgbox/p7zip" by /usr/local/p7zip

Now BackupTool is working fine!!!


Title: Re: [mgx] E8 Backup Tool
Post by: fich on March 02, 2009, 05:19:45 pm
Thx alxbrt
maybe I need  to re-make new version so it can works well on any firmware
someday :D


Title: Re: [mgx] E8 Backup Tool
Post by: ilove3d on March 15, 2009, 05:20:34 pm
magic elba has 7z in

/usr/local/p7zip/




Title: Re: [mgx] E8 Backup Tool
Post by: silvinx1213 on May 07, 2009, 02:20:17 am
can somebody please help me with this? i'm totally lost. T.T