Paroli-e

From Openmoko

Revision as of 06:32, 19 June 2009 by Khiraly (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  1. Compiling .edc
 edje_cc
  1. Decompiling .edc
 edje_decc
  1. Compiling .cfg (from .txt file)
  eet -e e.cfg config e.txt 1
  1. Decompiling .cfg (resulting the source .txt file)
 eet -d e.cfg config e.txt
  1. Comparing paroli-serenity and illume

http://paste.pocoo.org/compare/123851/123852/

Personal tools
  1. Compiling .edc
 edje_cc
  1. Decompiling .edc
 edje_decc
  1. Compiling .cfg (from .txt file)
  eet -e e.cfg config e.txt 1
  1. Decompiling .cfg (resulting the source .txt file)
 eet -d e.cfg config e.txt
  1. Comparing paroli-serenity and illume

http://paste.pocoo.org/compare/123851/123852/