Join Today
+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 24
Like Tree1Likes

Thread: Q: Changing Boot Image Without Flashing?

  1. #1
    Join Date
    Oct 2007
    Location
    Mumbai, India
    Posts
    209

    Question Q: Changing Boot Image Without Flashing?

    The post at http://www.motorolafans.com/forums/s...ing+boot+image describes how to change the boot logo image in A1200 but it involves flashing the phone.

    Another way to change the boot logo image is described at http://www.motorolafans.com/forums/s...ad.php?t=14484 (not the entire post #1; just the first part of it) which doesn't involve flashing.

    Has anyone changed the boot logo image as described in the 2nd URL I have cited above (which doesn't involve flashing)? If yes, can the steps given in the 2nd URL be executed to successfully change the boot logo image without crashing the phone?

    The 2nd URL also says that the size of the boot logo image shouldn't be very large which would truncate the boot logo image but it doesn't say what should be the maximum size of the boot logo image. Does anyone have any idea on how much should the size of the boot logo image be limited to?
    Thanks,

    Ron
    ===================================

    IF YOU HAVE AN APPLE & I HAVE AN APPLE AND WE EXCHANGE OUR APPLES, THEN BOTH OF US WILL STILL HAVE ONLY ONE APPLE BUT IF YOU HAVE AN IDEA & I HAVE AN IDEA AND WE EXCHANGE OUR IDEAS, THEN EACH OF US WILL HAVE TWO IDEAS!
    ------------------------------------
    A FEW DAYS BACK, I READ THAT SMOKING IS INJURIOUS TO HEALTH. SINCE THEN, I HAVE STOPPED....READING!
    ------------------------------------
    SAVE WATER....TAKE BATH WITH YOUR NEIGHBOUR'S DAUGHTER!

  2. #2
    Join Date
    Oct 2007
    Location
    Mumbai, India
    Posts
    209

    Default

    Hasn't anyone tried changing the boot logo image in A1200 using the method given in the 2nd URL I have cited in post #1?
    Thanks,

    Ron
    ===================================

    IF YOU HAVE AN APPLE & I HAVE AN APPLE AND WE EXCHANGE OUR APPLES, THEN BOTH OF US WILL STILL HAVE ONLY ONE APPLE BUT IF YOU HAVE AN IDEA & I HAVE AN IDEA AND WE EXCHANGE OUR IDEAS, THEN EACH OF US WILL HAVE TWO IDEAS!
    ------------------------------------
    A FEW DAYS BACK, I READ THAT SMOKING IS INJURIOUS TO HEALTH. SINCE THEN, I HAVE STOPPED....READING!
    ------------------------------------
    SAVE WATER....TAKE BATH WITH YOUR NEIGHBOUR'S DAUGHTER!

  3. #3

    Default

    Yes, (probably cause I wrote it) I can testify that it works. The limit on the size I don't know but all you have to do is try and if it doesn't work, it doesn't hurt anything, it just truncates the bottom of the image. If the image you install is truncated, then reduce its byte size and try again until it doesn't truncate. Trial and error should work, tedious but then everyone will benefit if you report back.

  4. #4
    Join Date
    May 2007
    Location
    Indonesia
    Posts
    71

    Default

    It works for me...I just followed all tutorials and I made a new gif image by using Photofiltre.It works great on my Ming...
    ...MotoLinux is the best mobile phone in the world...

  5. #5
    Join Date
    Jan 2007
    Location
    Brazil
    Posts
    387

    Default

    /mmc/mmca1/mtd/flash_unlock /dev/mtd11
    /mmc/mmca1/mtd/flash_erase /dev/mtd11
    dd if=/mmc/mmca1/moto.gif of=/dev/mtd11 bs=512 seek=4 conv=notrunc
    /mmc/mmca1/mtd/flash_lock /dev/mtd11 0 -1
    This IS flashing.
    It is just that you are not using a PC to do it.
    And.. The size of the partition for the GIF image is 128KB (131072 bytes).

  6. #6
    Join Date
    Oct 2007
    Location
    Mumbai, India
    Posts
    209

    Default

    starkrav, I could successfully change the boot image using your method & boot image but can the boot image be an animated GIF (provided it's size is less than 128 KB)?
    Thanks,

    Ron
    ===================================

    IF YOU HAVE AN APPLE & I HAVE AN APPLE AND WE EXCHANGE OUR APPLES, THEN BOTH OF US WILL STILL HAVE ONLY ONE APPLE BUT IF YOU HAVE AN IDEA & I HAVE AN IDEA AND WE EXCHANGE OUR IDEAS, THEN EACH OF US WILL HAVE TWO IDEAS!
    ------------------------------------
    A FEW DAYS BACK, I READ THAT SMOKING IS INJURIOUS TO HEALTH. SINCE THEN, I HAVE STOPPED....READING!
    ------------------------------------
    SAVE WATER....TAKE BATH WITH YOUR NEIGHBOUR'S DAUGHTER!

  7. #7

    Default

    Good question but I don't have the answer - you could try it yourself and see what happens. It certainly seems like it would work - however the animated GIF has to be small, less than 56KB I think to prevent it being truncated.

    If you DO try it, let us know the results.

  8. #8
    Join Date
    Oct 2007
    Location
    Mumbai, India
    Posts
    209

    Default

    BTW, starkrav, what do the parameters bs & seek in the 3rd line do? Does the conv parameter accept values other than notrunc? If yes, then what are they? What do 0 & -1 signify in the 4th line?

    Can the mtd folder be deleted (or moved to some other place) after changing the boot image without any harmful repercussions?

    Also if I am not mistaken, the boot image can be in any folder in the TransFlash card, isn't it? Only thing to make sure of is to enter the correct path to the folder where the boot image resides in the 3rd line. Please do correct me if I am wrong.
    Thanks,

    Ron
    ===================================

    IF YOU HAVE AN APPLE & I HAVE AN APPLE AND WE EXCHANGE OUR APPLES, THEN BOTH OF US WILL STILL HAVE ONLY ONE APPLE BUT IF YOU HAVE AN IDEA & I HAVE AN IDEA AND WE EXCHANGE OUR IDEAS, THEN EACH OF US WILL HAVE TWO IDEAS!
    ------------------------------------
    A FEW DAYS BACK, I READ THAT SMOKING IS INJURIOUS TO HEALTH. SINCE THEN, I HAVE STOPPED....READING!
    ------------------------------------
    SAVE WATER....TAKE BATH WITH YOUR NEIGHBOUR'S DAUGHTER!

  9. #9

    Default

    Howdy Ron,

    First of all, you need to understand that the guy who came up with this boot logo modification was NOT me - it was tmr. All I did was write it up in a step by step fashion as clearly as I could. However, I am NOT a Linux guy nor do I know the details of the commands. I'm certain if you Google the command you'll find tons of information explaining exactly how it works and what the parameters do.

    The MTD directory can definitely be deleted afterwards - it's not very big so I just leave it myself, in case I want to use it again.

    As for the location of the boot image itself, you can definitely put anywhere you want as long as you change the commands to reflect the new path. The main thing is to "match" the commands and paths exactly to the file names and locations. eKonsole requires precision in typing so you have to be accurate.

  10. #10
    Join Date
    Oct 2007
    Location
    Detroit
    Posts
    159

    Question

    Quote Originally Posted by starkrav View Post
    Howdy Ron,

    First of all, you need to understand that the guy who came up with this boot logo modification was NOT me - it was tmr. All I did was write it up in a step by step fashion as clearly as I could. However, I am NOT a Linux guy nor do I know the details of the commands. I'm certain if you Google the command you'll find tons of information explaining exactly how it works and what the parameters do.

    The MTD directory can definitely be deleted afterwards - it's not very big so I just leave it myself, in case I want to use it again.

    As for the location of the boot image itself, you can definitely put anywhere you want as long as you change the commands to reflect the new path. The main thing is to "match" the commands and paths exactly to the file names and locations. eKonsole requires precision in typing so you have to be accurate.
    MTD Folder:
    I was wondering...

    I didn't want to keep the MTD folder in my memory card so I copied it into phone memory and kept it in Preload folder.

    What is the DIR address to access the preloaded folder?

    /USR/Preload/MTD ????
    ::


 
+ Reply to Thread
Page 1 of 3 123 LastLast

Similar Threads

  1. [APP] Boot Image Changer
    By BruceLee in forum E6 General Chat
    Replies: 64
    Last Post: 10-31-2010, 11:03 AM
  2. Req: Boot Image and Animations from Image
    By tanmayjindal in forum MotoTheme
    Replies: 10
    Last Post: 01-15-2010, 12:25 PM
  3. Nice boot image and animation image for e6
    By drhardik in forum Moto Media
    Replies: 18
    Last Post: 06-19-2009, 04:44 PM
  4. [APP] Boot Image Changer
    By BruceLee in forum A1200 Applications
    Replies: 8
    Last Post: 10-04-2008, 10:27 AM
  5. Changing the BOOT IMAGE ---How to?
    By telectroguy in forum E6 General Chat
    Replies: 33
    Last Post: 05-13-2008, 07:18 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Optimization by vBSEO 3.6.0 RC 1