Moto Hell - The Motorola Modding Community

Motorola Phone Models => Motorola A780/A1200/E2/E6/E680/V8/Z6 => Topic started by: alex01 on December 10, 2007, 11:35:44 pm



Title: Doubt!
Post by: alex01 on December 10, 2007, 11:35:44 pm
Hello!
 Everyone I have a doubt, what happens is that I want to edit and compile a firmware using Linux, the version currently use OpenSUSE 10.3 KDE is not yet achieving nothing. And I tried the script's Ilove3D (smgtools), but the terminal throws me a message:


[alex@linux]$ editsmg CG31.smg
mount:Only root can carry out this action
CG31/
CG31/
umount: /homo/alex/CG31 not mounted (according mtab)
[alex@linux]$_


Title: Re: Doubt!
Post by: arctu on December 11, 2007, 03:40:24 am
u need root permissions.. run the command "su" before running "editsmg".


Title: Re: Doubt!
Post by: ilove3d on December 11, 2007, 06:28:17 am
it only works with cramfs smgs


Title: Re: Doubt!
Post by: alex01 on December 12, 2007, 02:01:52 pm
Hello again, Thanks for the information but now resolved the issue, but we do not know how to recompile *. smg and more a question mmmm, Can edit *. smg not only cramfs?

http://software.opensuse.org/ (http://software.opensuse.org/)


Title: Re: Doubt!
Post by: zjole on December 12, 2007, 09:09:32 pm
you can mount cramfs/squashfs images as loopback files
Code:
mount -t cramfs cgXX.smg -o loop /mountpoint