Getting tired of the Camera app look?

This is a discussion on Getting tired of the Camera app look? within the Droid Themes forums, part of the Droid Hacking category; I experimented with 2 different things. The Original file size for the wallpaper on the Camera app is 192x192. I edited a photo to be ...

+ Reply to Thread
Page 1 of 4 1 2 3 ... LastLast
Results 1 to 10 of 36

Thread: Getting tired of the Camera app look?

  1. Junior Droid
    summerfish's Avatar
    Member #
    19011
    Join Date
    Dec 2009
    Posts
    17
    Phone
    Droid
    #1

    Getting tired of the Camera app look?

    I experimented with 2 different things. The Original file size for the wallpaper on the Camera app is 192x192. I edited a photo to be that size (the black and white one) and did the steps below. I then redid another one with a 854x480 pixel size photo and it also worked. So Anything up to 854x480 will work! Finally no more ugly grey looking wallpaper when taking pictures!

    You must be rooted with busybox Click here for instructions to get busybox after being rooted. BusyBox Install
    This is for a non-deodexed Camera.apk. So not safe for Smoked Glass Rom. If using Smoked Glass Rom, use this one ONLY SmokedGlass-Camera.apk
    Also as another thing, I copied and pasted the new bg_camera_pattern.png I wanted through Windows Explorer, not directly through Winzip/winrar.

    Download the Camera.zip below (the correct one for your)
    Open the zip
    Click on res
    Click on drawable-hdpi
    Replace the file bg_camera_pattern.png with the picture of your choosing
    Close the Zip
    Rename Camera.zip to Camera.apk
    Copy Camera.apk to the root of your SDCARD
    Dismount from your computer
    Open up Terminal Emulator
    enter exactly this below

    Code:
    su
    mount -o remount,rw -t yaffs2 /dev/mtd/mtdblock4 /system
    busybox cp /sdcard/Camera.apk /system/app/Camera.apk
    chmod 755 /system/app/Camera.apk
    sync
    reboot

    Attached Files
    Last edited by summerfish; 02-17-2010 at 01:30 PM.
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Junior Droid
    akrab's Avatar
    Member #
    36070
    Join Date
    Feb 2010
    Location
    Central Illinois
    Posts
    24
    Phone
    Droid by Motorola
    #2
    this is COOL! ok where do I get busybox? I am rooted and have all the steps done but I dont have busybox and dont see it in the market... do I have to have busybox?
  4. Droid Sensei
    natediddy1120's Avatar
    Member #
    23380
    Join Date
    Jan 2010
    Location
    ???
    Posts
    3,183
    Phone
    CyanogenMod :-)
    #3
    Those are SWEET mods......thank you summerfish for your work on this

  5. Droid Sensei
    natediddy1120's Avatar
    Member #
    23380
    Join Date
    Jan 2010
    Location
    ???
    Posts
    3,183
    Phone
    CyanogenMod :-)
    #4
    Okay, thought I would also warn people to read the OP and don't try this if you have a smoked glass ROM!! I figured I would just try it and see if it would work anyway, even though summerfish said not too lol

    But after I did everything I don't even have a stock camera application now

  6. Junior Droid
    summerfish's Avatar
    Member #
    19011
    Join Date
    Dec 2009
    Posts
    17
    Phone
    Droid
    #5
    Quote Originally Posted by natediddy1120 View Post
    Okay, thought I would also warn people to read the OP and don't try this if you have a smoked glass ROM!! I figured I would just try it and see if it would work anyway, even though summerfish said not too lol

    But after I did everything I don't even have a stock camera application now
    I couldn't add 2 attachments on the same post before so here is the one for the Smoked Glass Rom!
    Attached Files
  7. Junior Droid
    summerfish's Avatar
    Member #
    19011
    Join Date
    Dec 2009
    Posts
    17
    Phone
    Droid
    #6
    Quote Originally Posted by akrab View Post
    this is COOL! ok where do I get busybox? I am rooted and have all the steps done but I dont have busybox and dont see it in the market... do I have to have busybox?
    Yes you need busybox, as far as I can tell. If you wish to try without busy box, you can try at your own risk and let us know. Try the following:

    Code:
    su
    mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
    cat /sdcard/Camera.apk > /system/app/Camera.apk
    chmod 644 /system/Camera.apk
    mount - remount,ro -t yaffs2 /dev/block/mtdblock4 /system
    reboot
  8. Master Droid
    mach330's Avatar
    Member #
    1784
    Join Date
    Nov 2009
    Location
    The OC
    Posts
    680
    Liked
    2 times
    Phone
    Galaxy Nexus
    #7
    bumping for later. looks cool.
  9. Junior Droid
    akrab's Avatar
    Member #
    36070
    Join Date
    Feb 2010
    Location
    Central Illinois
    Posts
    24
    Phone
    Droid by Motorola
    #8
    wouldnt accept it. wish I could get busybox to install!

    Quote Originally Posted by summerfish View Post
    Quote Originally Posted by akrab View Post
    this is COOL! ok where do I get busybox? I am rooted and have all the steps done but I dont have busybox and dont see it in the market... do I have to have busybox?
    Yes you need busybox, as far as I can tell. If you wish to try without busy box, you can try at your own risk and let us know. Try the following:

    Code:
    su
    mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
    cat /sdcard/Camera.apk > /system/app/Camera.apk
    chmod 644 /system/Camera.apk
    mount - remount,ro -t yaffs2 /dev/block/mtdblock4 /system
    reboot
  10. Junior Droid
    summerfish's Avatar
    Member #
    19011
    Join Date
    Dec 2009
    Posts
    17
    Phone
    Droid
    #9
    Quote Originally Posted by akrab View Post
    wouldnt accept it. wish I could get busybox to install!

    Quote Originally Posted by summerfish View Post
    Quote Originally Posted by akrab View Post
    this is COOL! ok where do I get busybox? I am rooted and have all the steps done but I dont have busybox and dont see it in the market... do I have to have busybox?
    Yes you need busybox, as far as I can tell. If you wish to try without busy box, you can try at your own risk and let us know. Try the following:

    Code:
    su
    mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
    cat /sdcard/Camera.apk > /system/app/Camera.apk
    chmod 644 /system/Camera.apk
    mount - remount,ro -t yaffs2 /dev/block/mtdblock4 /system
    reboot
    Because I'm bored with nothing else to do: lol
    This will also give you nandroid to make backups of your entire phone.

    Download the Zip below
    Unzip the .apk and Tools Folder to the root of your SDcard
    Install the .apk file through Astro or RootExplorer
    Open the program DroidRootHelper (you just installed this)

    Click in this order!
    Mount mtdblock4 System read/write
    Rename recovery-from-boot.p
    Install and chmod busybox(installs to /system/bin)
    Install and chmod flash_image(busybox must be installed first)
    Flash 99.1b recovery (yada yada)
    Unmount System mtdblock4
    sync
    Reboot

    I believe you can install only busybox by omitting the flash_image steps, but don't quote me on that.
    Attached Files
  11. Master Droid
    gotta have that funk's Avatar
    Member #
    16788
    Join Date
    Dec 2009
    Posts
    870
    Phone
    Thunderbolt
    #10
    well i tried both files with a non-deodexed smoked glass rom and camera disappears for each one.
+ Reply to Thread
Page 1 of 4 1 2 3 ... LastLast

Sponsors

Posting Permissions

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

Similar Threads

  1. Camera questions re Motorola Droid. Does the camera work properly?
    By AlphaDroid in forum Droid General Discussions
    Replies: 10
    Last Post: 08-01-2010, 10:54 PM
  2. I'm sure your tired of seeing this....
    By sackings245 in forum Droid Audio / Video
    Replies: 29
    Last Post: 01-19-2010, 10:49 PM
  3. 100% Tired of AT&T
    By New2u in forum Off Topic Forum
    Replies: 7
    Last Post: 01-04-2010, 09:23 PM
  4. Camera and Update / PRO Zoom Camera 5X
    By sillyrabbitt123 in forum Droid General Discussions
    Replies: 0
    Last Post: 12-10-2009, 08:03 AM
  5. Getting pretty tired of the run around..
    By Zippster in forum Droid General Discussions
    Replies: 17
    Last Post: 11-02-2009, 08:09 PM

Search tags for this page

android camera png
,
busybox .apk
,

camera apk permission denied

,
cameraapp.apk png
,
find original camera app on android 1
,
how to rename photos android camera app
,
???? ?????? ? h2000
Click on a term to search our site for related topics.