Android Community
Results 1 to 10 of 10

Thread: custom boot images

  1. #1
    Join Date
    Jun 2009
    Posts
    93

    Default custom boot images


    Ok so I need a little help or a little guidence .


    Ok so Im looking to replace the g1 boot screeen and maybe the htc hero screen on boot. Ive honestly done some searches and they just dont make sense. so i was wondering if anyone could hold my hand atleast alittle so i can make alittle more sense out of this .

    I found this post http://forum.xda-developers.com/showthread.php?t=443994
    but it just doesnt compute.
    I also found this one.
    http://androidcommunity.com/forums/f...ot-image-8876/


    I guess what im looking for is a starting point so i can sorta make sense of all this.


    BIG BIG BIG BIG thanks ahead of time

  2. #2
    Join Date
    Mar 2009
    Location
    California
    Posts
    1,967

    Default Re: custom boot images

    Ever since 1.5 came out I haven't seen many enthusiast try to change the bootscreen I'm not sure its up to date. Though I've read some older builds can do it.

  3. #3
    Join Date
    Jun 2009
    Posts
    93

    Default Re: custom boot images

    Well first of all let me start by thanking you for responding.


    So far ive got my computer to set up the adb feature in the device manager but I cant seem to start the process that allows me to set the images.

    when I do it returns an error . I also tried checking to make sure i was connected but it wouldnt let me .


    I am running 64 bit windows vista btw.

    I now understand how to convert the images i just need to figure out how to push them over.



    So i guess this is the part im having a hard time with.


    1.right click "my computer". click "advanced",then "environment variables" Click "New" under System Variables and add the following:
    Variable: adb
    Value: C:\name of sdk folder\tools 2. my method. right click "my computer". click
    "advanced",then "environment variables". in "system variables", look for one titled "path".delete it. i did this on my pc
    with no after effects. above,under "user variables for username", click "new". for variable name,title it path. for variable
    value,type this c:\android. now,when you open command prompt, it will automatically point to the folder containing
    adb,eliminating the need to change to the directory from command prompt.
    make sure phone is in usb debug mode and plug it in to your pc. open command prompt from the start menu>all
    programs>accessories>command prompt. type in adb remount. if you see "daemon started successfully" or "remount succeeded",

    I tried all that or what i could make sense of it and when I type adb devices I get nothing.
    Last edited by hazard99; 07-05-2009 at 03:02 AM. Reason: added more info.

  4. #4
    Join Date
    Nov 2008
    Location
    San Diego
    Posts
    4,751

    Default Re: custom boot images

    these are the instructions i used...

  5. #5
    Join Date
    Sep 2008
    Location
    buffalo,ny
    Posts
    2,336

    Default Re: custom boot images

    Quote Originally Posted by hazard99 View Post
    Well first of all let me start by thanking you for responding.


    So far ive got my computer to set up the adb feature in the device manager but I cant seem to start the process that allows me to set the images.

    when I do it returns an error . I also tried checking to make sure i was connected but it wouldnt let me .


    I am running 64 bit windows vista btw.

    I now understand how to convert the images i just need to figure out how to push them over.



    So i guess this is the part im having a hard time with.


    1.right click "my computer". click "advanced",then "environment variables" Click "New" under System Variables and add the following:
    Variable: adb
    Value: C:\name of sdk folder\tools 2. my method. right click "my computer". click
    "advanced",then "environment variables". in "system variables", look for one titled "path".delete it. i did this on my pc
    with no after effects. above,under "user variables for username", click "new". for variable name,title it path. for variable
    value,type this c:\android. now,when you open command prompt, it will automatically point to the folder containing
    adb,eliminating the need to change to the directory from command prompt.
    make sure phone is in usb debug mode and plug it in to your pc. open command prompt from the start menu>all
    programs>accessories>command prompt. type in adb remount. if you see "daemon started successfully" or "remount succeeded",

    I tried all that or what i could make sense of it and when I type adb devices I get nothing.
    you don't necessarily have to do that part if you know how to cd (change directories) in command prompt. make a folder in root of c named android. go to your sdk folder. copy everything from the tools folder into the android folder you created. open command prompt. type in cd c:\android hit enter
    now type adb remount hit enter
    your phone should be in usb debug mode and the proper drivers should be installed.
    ADB\FASTBOOT FOR ROOKIES
    http://androidcommunity.com/forums/f...rookies-18124/

    HOW TO INSTALL 1.33.2005 SPL (HAYKURO'S SPECIAL SPL) http://androidcommunity.com/forums/f...uctions-20500/

  6. #6
    Join Date
    Jun 2009
    Posts
    93

    Default Re: custom boot images

    http://i301.photobucket.com/albums/n...icemanager.jpg


    this is what it shows in my device manager. only thing is when i fastboot the phone it doesnt show composite adb interface. It just says htc dream.

    could that be the problem ?
    Last edited by hazard99; 07-05-2009 at 11:43 AM. Reason: orignal link did not work

  7. #7
    Join Date
    Sep 2008
    Location
    buffalo,ny
    Posts
    2,336

    Default Re: custom boot images

    you need to keep the phone unplugged from pc. enter fastboot mode on phone, then plug it in to pc. also, your link is broke\doesn't work. save the pic to your pc and upload it if necessary.
    if you follow the instructions in my sig EXACTLY, you should get it working.
    ADB\FASTBOOT FOR ROOKIES
    http://androidcommunity.com/forums/f...rookies-18124/

    HOW TO INSTALL 1.33.2005 SPL (HAYKURO'S SPECIAL SPL) http://androidcommunity.com/forums/f...uctions-20500/

  8. #8
    Join Date
    Jun 2009
    Posts
    93

    Default Re: custom boot images

    I wanna say thank you very much to crazy thunder for helping me understand I have now changed my boot images.

  9. #9
    Join Date
    Sep 2008
    Location
    buffalo,ny
    Posts
    2,336

    Default Re: custom boot images

    Quote Originally Posted by hazard99 View Post
    I wanna say thank you very much to crazy thunder for helping me understand I have now changed my boot images.
    congratulations! i'm glad you got it working. boot images is something i haven't tried....yet lol. probably one of the few things i haven't. might give it a shot tonight.
    ADB\FASTBOOT FOR ROOKIES
    http://androidcommunity.com/forums/f...rookies-18124/

    HOW TO INSTALL 1.33.2005 SPL (HAYKURO'S SPECIAL SPL) http://androidcommunity.com/forums/f...uctions-20500/

  10. #10
    Join Date
    Aug 2009
    Posts
    33

    Default Re: custom boot images


    Ah, I'd like to change the boot image as well... I have a Mac, how can I work around it?

Similar Threads

  1. Install custom boot images for dummies......
    By ROGUE7474 in forum Developers Guild
    Replies: 9
    Last Post: 09-15-2009, 09:08 AM
  2. Custom Boot Splash Screen
    By LGSilva in forum Developers Guild
    Replies: 22
    Last Post: 09-02-2009, 07:52 PM
  3. Custom boot image
    By Stericson in forum Developers Guild
    Replies: 90
    Last Post: 05-19-2009, 01:20 PM
  4. just did my new custom boot screen
    By warzchit in forum General Phone Chat
    Replies: 26
    Last Post: 02-12-2009, 05:41 PM
  5. Custom G1 Boot Screen
    By Droideo in forum General Phone Chat
    Replies: 6
    Last Post: 11-24-2008, 01:30 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •