Motorola Development Community

Member Login

Quick Search



A1200 Applications A1200 complied application


Reply
  #1  
Old 03-28-2007
bragon's Avatar
MotoFans JUNR
 
Join Date: Nov 2005
Location: France
Posts: 99
Thanks: 0
Thanked 11 Times in 6 Posts
Arrow [APP] MPKG - Faster/cleaner pkg installer based on yan0

Dear All,

find an updated version of yan0 pkg installation script that allows installation of non signed application on ezx platforms. What I did is to clean up a little the script and make it faster by avoiding the unnecessary testing of the pkg file format (i.e. tar.gz or .tar) through the use of its magic. I added my ezxpopup touch for a popup notification of the start of the install and completion.
Please find both versions for A1200 (R532 firmwares and R541/R532L4).
For the installation just remove (and backup!?) on your (micro)sd card the .system directory and in place untar the attached file.

Enjoy!

UPDATE: new version v1_2 of the installer implementing the following changes:
- fix automatic kill of am (application manager) at the end of the installation so that you do not need to restart the phone to see the icon (thanks clovis to spot out the error)

Attached also is the new mpkg.lin script that should replace the /mmc/mmca1/.system/QTDownLoad/mpkg/mpkg.lin one if you want to avoid reinstallation of all your apps!

Note on uninstall: it seems that the latest firmware do not offer the possibility to uninstall the pkg: it appears not related to yan0 script or my adaptation.
Attached Files
File Type: gz mpkg_system_a1200_r541_r532l4_v1_1tar_191.gz (162.1 KB, 2137 views)
File Type: gz mpkg_system_a1200_r532_v1_1tar_174.gz (255.5 KB, 1701 views)
File Type: zip mpkg_lin_r541_r532l4_v1_2_124.zip (1.6 KB, 1400 views)
File Type: zip mpkg_lin_r532_v1_2_109.zip (1.7 KB, 1110 views)
File Type: gz mpkg_system_a1200_r532_v1_2tar_522.gz (256.9 KB, 2110 views)
File Type: gz mpkg_system_a1200_r541_r532l4_v1_2tar_208.gz (163.6 KB, 1974 views)
__________________
Phones: a780/a910/a1200/rokre2/rokre6
http://www.courville.org/mediawiki/index.php/EZX
Reply With Quote
The Following 3 Users Say Thank You to bragon For This Useful Post:
amin (12-31-2007), Dark Avenger (02-03-2009), rroti (12-22-2007)
  #2  
Old 03-28-2007
kiwiguy's Avatar
Super Moderator
 
Join Date: Dec 2006
Location: New York / New Zealand
Posts: 1,139
Thanks: 11
Thanked 275 Times in 125 Posts
Default

Thanks Bragon.

For all the newbies out here can you give a bit more info about what the firmware numbers R532 and R541/R532L4 mean.

I presume that they map to specific firmware paths ?

- 3xp-->4xp-->5xp path (eg 43p,59p)
- 06p-->08p-->12p-->19p path
- 24p, 25p
- A1200i

[I will put whatever you add into the flashing Guide so does not get lost)
Reply With Quote
  #3  
Old 03-29-2007
bragon's Avatar
MotoFans JUNR
 
Join Date: Nov 2005
Location: France
Posts: 99
Thanks: 0
Thanked 11 Times in 6 Posts
Default

R541 is for the a1200 edge version
R532L4 is for the a1200 latam
R532 is for the vanilla a1200 old version
Anyway install one if it doesn't work install the other one
__________________
Phones: a780/a910/a1200/rokre2/rokre6
http://www.courville.org/mediawiki/index.php/EZX
Reply With Quote
  #4  
Old 03-29-2007
eakrin's Avatar
Moderator
 
Join Date: Jul 2005
Location: Thailand
Posts: 833
Thanks: 25
Thanked 233 Times in 80 Posts
Send a message via ICQ to eakrin Send a message via MSN to eakrin Send a message via Yahoo to eakrin Send a message via Skype™ to eakrin
Default

hi bragon., I'm interest in your ezxpopup. can you make it display an ok button like a ezxdialog in E680i/A780. this will make A1200 script programming more interactive.

and another request is make ezxpopup display a UTF-8 text for ppl that are not good at english.
__________________
Visit my Blog here.http://my.opera.com/eakrin
Reply With Quote
  #5  
Old 03-29-2007
bragon's Avatar
MotoFans JUNR
 
Join Date: Nov 2005
Location: France
Posts: 99
Thanks: 0
Thanked 11 Times in 6 Posts
Default

earkin, I have been inspired by ezxdialog in terms of behavior thus I use ZMessageBox::timerMessage or ZMessageBox::information depending on the delay introduced in the argv[3]. If it is null then the argv[4] is used in place of the default "Ok" message for the button.
Bottom line you can use that program for other scripts directly.
__________________
Phones: a780/a910/a1200/rokre2/rokre6
http://www.courville.org/mediawiki/index.php/EZX
Reply With Quote
  #6  
Old 03-30-2007
eakrin's Avatar
Moderator
 
Join Date: Jul 2005
Location: Thailand
Posts: 833
Thanks: 25
Thanked 233 Times in 80 Posts
Send a message via ICQ to eakrin Send a message via MSN to eakrin Send a message via Yahoo to eakrin Send a message via Skype™ to eakrin
Default

thx bragon.

here is a ok dialog from ezxpopup on my A1200. it connot use \n and andther language string like ezxdialog.
Attached Images
 
__________________
Visit my Blog here.http://my.opera.com/eakrin
Reply With Quote
  #7  
Old 04-03-2007
bragon's Avatar
MotoFans JUNR
 
Join Date: Nov 2005
Location: France
Posts: 99
Thanks: 0
Thanked 11 Times in 6 Posts
Default

Please refer to top of the thread for v1_2 update
__________________
Phones: a780/a910/a1200/rokre2/rokre6
http://www.courville.org/mediawiki/index.php/EZX
Reply With Quote
  #8  
Old 04-03-2007
bragon's Avatar
MotoFans JUNR
 
Join Date: Nov 2005
Location: France
Posts: 99
Thanks: 0
Thanked 11 Times in 6 Posts
Default

A last thing for tonight:
Concerning the lack of uninstall I think that it is related to the Attribute of the application as declared into the /mmc/mmca1/.system/java/CardRegistry file and has nothing to do with yan0 script. Before for A1200 R532 vanilla firmware the value declared was 2 now it is 4. Reverting to 2 or other values (5 enabling uninstall but not execution) doesn't help. So we will have to bare with this lack of uninstall I am afraid...
__________________
Phones: a780/a910/a1200/rokre2/rokre6
http://www.courville.org/mediawiki/index.php/EZX
Reply With Quote
  #9  
Old 06-30-2007
MotoFans NWBE
 
Join Date: Jun 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

well how can i know the firmware version of my cell ..
can anyboby help me out...
Reply With Quote
  #10  
Old 07-12-2007
Queesy's Avatar
MotoFans JUNR
 
Join Date: Jul 2007
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
Default

so using these you cant uninstall the pkgs? =( so if i install a pkg file and find out i dont want it ... im stuck wiht it?
Reply With Quote
 
Reply

Tags
app, based, faster or cleaner, installer, mpkg, pkg, yan0

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[APP] Yan0's Mpkg Installer and LinLoader.mpkg eakrin A1200 Applications 63 02-01-2010 08:47 AM
UPD faster & little cleaner pkg installer based on yan0 bragon E6 General Chat 12 04-19-2009 09:02 AM
[APP] Yan0 and Yan0 MPKG kiwiguy A1200 Applications 23 09-18-2008 02:52 PM
i cant understand chinese in yan0 mpkg installer ashbaby E6 General Chat 3 06-22-2008 01:16 PM

 
Advertisement

Partner Links





Web Analytics