Moto Hell - The Motorola Modding Community
April 25, 2024, 07:15:15 pm *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: The forum is no longer active and registration is disabled; however you can still fetch everything as guest.
 
   Home   Help Facebook Search Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: [mgx] E8 Backup Tool  (Read 10008 times)
fich
Guest
« 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
Logged
KINGDOM
Guest
« Reply #1 on: February 15, 2009, 11:45:11 pm »

wow good..
thank you very much.
++
Logged
AV3LaR
Guest
« Reply #2 on: February 16, 2009, 05:54:34 am »

Thanks dude +++
Logged
tuyie78
Guest
« Reply #3 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 ++
Logged
tuyie78
Guest
« Reply #4 on: February 16, 2009, 08:14:21 pm »

Fich can u try make shortcut.sh to mgx app
Logged
huatz84
Guest
« Reply #5 on: February 16, 2009, 10:33:54 pm »

You are the man,fich..Thanx.++
Logged
alxbrt
Guest
« Reply #6 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...
Logged
nikhil007
Guest
« Reply #7 on: March 02, 2009, 08:58:38 am »

@ alxbrt check if you have installed php in the correct folder and then installed this app !!
Logged
alxbrt
Guest
« Reply #8 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!!!
« Last Edit: March 02, 2009, 09:55:16 am by alxbrt » Logged
fich
Guest
« Reply #9 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 Cheesy
Logged
ilove3d
Guest
« Reply #10 on: March 15, 2009, 05:20:34 pm »

magic elba has 7z in

/usr/local/p7zip/


Logged
silvinx1213
Guest
« Reply #11 on: May 07, 2009, 02:20:17 am »

can somebody please help me with this? i'm totally lost. T.T
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Design By Forum Hosting
Powered by SMF 1.1.21 | SMF © 2015, Simple Machines