Samsung Moment Forum
  
Welcome, Guest. Please login or register.

News: Do you like Samsung Moment?
Advanced search
Scratch-Proof your Samsung Moment        Best Price on Sprint Phones      Screen Protection Latest Ringtone for your mobile
Pages: [1] 2
Print
Topic: Boot Animation Fun  (Read 2429 times)
chibucks
Full Member
***

Cookies: 6
Posts: 201


View Profile Email
« on: February 23, 2010, 10:56:07 AM »

stayed up way too late working on this...  sucks that it can only be 20 frames, so it's quick...  :-(



edit:  png's attached...  having an issue that's not showing up in the png's...  i have one pixel that is white on the left side...  it's not a dead pixel because it's fine for everything else.  any ideas?

as for how to do this,
1)  you'll have to pull framework-res.apk from /system/framework
2)  open up with 7zip
3)  open up assets > images
4)  copy 00000 through 00019.png over the ones there (backup of course first)
5)  push the file back into /system/framework

and voila - new boot animation.  Smiley

* hAXsung.7z (426.12 KB - downloaded 30 times.)
Logged
badboy303
Newbie
*

Cookies: 0
Posts: 16


View Profile Email
« Reply #1 on: February 23, 2010, 03:20:29 PM »

So all in words i am a noob at pulling stuff from my phone so what is the correct way to pull and push to the phone in cmd?
justin
Logged
chibucks
Full Member
***

Cookies: 6
Posts: 201


View Profile Email
« Reply #2 on: February 23, 2010, 03:34:12 PM »

So all in words i am a noob at pulling stuff from my phone so what is the correct way to pull and push to the phone in cmd?
justin

do you have root?  start your phone in recover (hold down vol down, call, end)

1.  start > run > "cmd"
2.  go into the directory where you have the SDK tools saved...  (cd <folder>)
3.  type in "adb devices" to make sure your phone is listed.
4.  type in "adb pull /system/framework/framework-res.apk" - should save into the directory you're in
5.  open up the framework-res.apk with 7-zip and go into assets/images
6.  drag the haXsung images over to the 7-zip window (over the default) - backup beforehand if you want...  (copy to)
7.  close up file
8.  type in "adb push framework-res.apk /system/framework/framework-res.apk"

reboot and you should be there.  Smiley

an alternative way to step 8 is to
1.  "adb push framework-res.apk /sdcard" - which pushes it to your sdcard
2.  "adb shell" - should give you the # access (if you have $, type "su")
3.  "cd sdcard" - goes into your sdcard directory
4.  "ls -l" to verify file is there
5.  "cp framework-res.apk /system/framework/framework-res.apk"

reboot and you should be there.

hope that helps.
Logged
badboy303
Newbie
*

Cookies: 0
Posts: 16


View Profile Email
« Reply #3 on: February 23, 2010, 03:56:49 PM »

when i do the adb pull it seems not to work for me it brings up a list of commands for adb Sad
i also did this with the adb pull /system/framework/framework-res.apk
justin


* Captured.PNG (90.37 KB, 711x719 - viewed 77 times.)
« Last Edit: February 23, 2010, 04:01:25 PM by badboy303 » Logged
hokansoc
Global Moderator
Moment Monster
*****

Cookies: 21
Posts: 898


hokansoc@googlewave.com


View Profile WWW Email
« Reply #4 on: February 23, 2010, 05:13:58 PM »

You forgot the /system part. and the destination...

So it should be:

adb pull system/framework/framework-res.apk (where you want it to go on your comp)
Logged
badboy303
Newbie
*

Cookies: 0
Posts: 16


View Profile Email
« Reply #5 on: February 23, 2010, 05:15:50 PM »

You forgot the /system part. and the destination...

So it should be:

adb pull system/framework/framework-res.apk (where you want it to go on your comp)
lol ok  tried it and it says this

NVM i have got it i just typed it all leter for letter to C:\ and it worked lol i guess a few times and tries to figure out


works like a charm thanks you rock


* cmd.PNG (72.1 KB, 680x349 - viewed 36 times.)
« Last Edit: February 23, 2010, 05:43:16 PM by badboy303 » Logged
badboy303
Newbie
*

Cookies: 0
Posts: 16


View Profile Email
« Reply #6 on: February 23, 2010, 06:22:43 PM »


put your phone in recovery mode on ZE12 doing the following holding down the vol down camera and end button untill the screen comes up to the recovery mode
1.  start > run > "cmd"
2.  go into the directory where you have the SDK tools saved...  (cd <where ever your tools folder is stored>)example "cd C:\android\tools"

3.  type in "adb devices" to make sure your phone is listed.
4.  type in "adb pull /system/framework/framework-res.apk (to where ever you want to save the file) example adb pull /system/framework/framework-res.apk C:\android
you should see the framework-res.apk file in that folder on your computer

5.  open up the framework-res.apk with 7-zip and go into assets/images
6.  drag the haXsung images files over to the 7-zip window (over the default) - backup the image files by extracting to where ever you want to on your
7.  close up file
8. use the alternative to push file back in its easier

an alternative way to step 8 is to
1.  "adb push (where ever dir file is in in)\framework-res.apk /sdcard" - which pushes it to your sdcard example adb push C:\ androidframwork-res.apk /sdcard

2.  "adb shell" - should give you the # access (if you have $, type "su")
3.  "cd sdcard" - goes into your sdcard directory
4.  "ls -l" to verify file is there
5.  "cp framework-res.apk /system/framework/framework-res.apk"

all credit goes to ChiBucks
« Last Edit: February 23, 2010, 11:14:38 PM by badboy303 » Logged
hokansoc
Global Moderator
Moment Monster
*****

Cookies: 21
Posts: 898


hokansoc@googlewave.com


View Profile WWW Email
« Reply #7 on: February 23, 2010, 06:52:43 PM »

You forgot the /system part. and the destination...

So it should be:

adb pull system/framework/framework-res.apk (where you want it to go on your comp)
lol ok  tried it and it says this

NVM i have got it i just typed it all leter for letter to C:\ and it worked lol i guess a few times and tries to figure out


works like a charm thanks you rock

btw the reason it didn't work the first few times was you mis-spelled framework Cheesy
Logged
badboy303
Newbie
*

Cookies: 0
Posts: 16


View Profile Email
« Reply #8 on: February 23, 2010, 07:00:35 PM »

Yes i did see that thanks lol it happens to the best of us lol  like someone said once in this forum i may not be a genoius at spelling but i know enough to get by lol


You forgot the /system part. and the destination...

So it should be:

adb pull system/framework/framework-res.apk (where you want it to go on your comp)
lol ok  tried it and it says this

NVM i have got it i just typed it all leter for letter to C:\ and it worked lol i guess a few times and tries to figure out


works like a charm thanks you rock

btw the reason it didn't work the first few times was you mis-spelled framework Cheesy
Logged
tbag1122
Newbie
*

Cookies: 0
Posts: 7


View Profile Email
« Reply #9 on: March 01, 2010, 11:57:46 AM »

Ok, I'm trying to figure out this adb thing. (sorry if I'm being to technical, lol) So When I go to run and I type in "C:\Users\Travis\Desktop\moment reflash\android-sdk-windows\tools\adb shell" I get the command prompt just fine. While in recovery mode it starts out with "/ #" which is su mode already. Now I know it's connecting to my phone cause I can delete the crap programs, see the system files and reboot and what not.  The problem I'm having is when I type in "adb devices" I get "/bin.sh: adb: not found". So I assume before I start pulling/pushing this needs to be good first.  Any suggestions?

thanks in advance,

travis
Logged
flam253
Newbie
*

Cookies: 0
Posts: 2


View Profile
« Reply #10 on: March 03, 2010, 08:48:42 PM »

that was awesome, any chance you can create other ones?
Logged
chibucks
Full Member
***

Cookies: 6
Posts: 201


View Profile Email
« Reply #11 on: March 06, 2010, 07:32:13 PM »

that was awesome, any chance you can create other ones?

sorry for the late reply, was out of the country...  any suggestions?  Smiley
Logged
chibucks
Full Member
***

Cookies: 6
Posts: 201


View Profile Email
« Reply #12 on: March 06, 2010, 07:35:37 PM »

Ok, I'm trying to figure out this adb thing. (sorry if I'm being to technical, lol) So When I go to run and I type in "C:\Users\Travis\Desktop\moment reflash\android-sdk-windows\tools\adb shell" I get the command prompt just fine. While in recovery mode it starts out with "/ #" which is su mode already. Now I know it's connecting to my phone cause I can delete the crap programs, see the system files and reboot and what not.  The problem I'm having is when I type in "adb devices" I get "/bin.sh: adb: not found". So I assume before I start pulling/pushing this needs to be good first.  Any suggestions?

thanks in advance,

travis


thought i replied to this, but evidently i haven't...  Smiley  when you get into adb shell, then the commands are a little different...  (when you have the # prompt) - the adb commands are when you're under c:\blahblahblah\

if you're in the # prompt in recovery, then it'd be more navigate to the folder and:

"cp filename.apk /sdcard/backup" - copy filename.apk to your sdcard/backup folder
"rm filename.apk" - remove filename.apk (make sure you backup in case you want it later)

you can pull from your sdcard to your computer later on by mounting.  Smiley

hope this helps.
Logged
flam253
Newbie
*

Cookies: 0
Posts: 2


View Profile
« Reply #13 on: March 07, 2010, 04:21:19 AM »

that was awesome, any chance you can create other ones?

sorry for the late reply, was out of the country...  any suggestions?  Smiley

all up to you! honestly, i loved the one you made, but only thing i didnt like about it was the haxsung part. but i really liked how you combined that cool white dude with the nexus boot animation. right now im using just the nexus boot animation but maybe you'll be able to make something even better!
Logged
aaronb1980
Newbie
*

Cookies: 0
Posts: 45



View Profile
« Reply #14 on: April 05, 2010, 07:38:41 PM »

Im having a crap time with drivers for my win7 64bit pc in recovery mode. When i try to adb Im getting nothing when I run the command- adb devices. Point me to some drivers. Everything I do is wrong here!!!

Alternatively I have tried including a system folder in an update.zip to be flashed through the recovery tool. I was able to change my boot.png in the update file but everything contained in the system file from the .zip is just not happening. The theme, the boot animation, nothing. Is there something I'm missing? Should I run the stock theme zip then this again. (yes i cleared the dalvik!) 
Logged

Pages: [1] 2
Print
Jump to:  

Samsung Moment SPH-M900 (Full Body)






Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC