Question about remaking puzzle lock screen(problem solved) - Vibrant Q&A, Help & Troubleshooting

So I remade all of the images from the samsung vibrant "puzzle" lockscreen.I thought I would be able to use root explorer and copy them in to the framework.apk in the system>framework-res.apk>res>drawable-hdpi folder ....
I was able to get the files in the folder, but its still the same lock screen that is standard on bionix 1.3.1
Any help??How should I go about doing this?
Someone PMd me telling me what i was doing wrong... this thread can be deleted.
Thanks!

Related

Call Lock Screen

Is there anyway to change the call lock screen from what I have below?
Certain ROMs will change the call screen. Do you have root on your phone?
Yep (10chars).
would there be any way to change the way you answer the phone without root? my phone keeps answering itself in my pocket
delivery_dragon said:
would there be any way to change the way you answer the phone without root? my phone keeps answering itself in my pocket
Click to expand...
Click to collapse
You have to find the apk files to replace the HTClockscreen.apk (do not remove it until you have a replacement lockscreen.apk file. technically you could probably pull one off from another ROM that you like and copy it onto your /system/app location and that might work... but be careful and do a nandbackup before you start experimenting.
Izeltokatl said:
You have to find the apk files to replace the HTClockscreen.apk (do not remove it until you have a replacement lockscreen.apk file. technically you could probably pull one off from another ROM that you like and copy it onto your /system/app location and that might work... but be careful and do a nandbackup before you start experimenting.
Click to expand...
Click to collapse
While it is true that you can replace your lockscreen, the call lockscreen is in the phone.apk, and you either choose between the HTC screen (on Sense roms) or the Android lockscreen (on CM and AOSP roms).
One solution that I have adapted is to put the phone "top-down" in my pocket (the usb plug points up) that way, even if it does rub during extraction, it's going opposite direction to answer the call.
what exactly are you trying to change? i have mine setup like Senseable's... the screen shot you posted is the sense call-lock screen.
the actual files are located in the com.htc.resources.apk (in the \res\drawable-mdpi folder)
you can change the files in the apk... and push it back over your current file.
the lock arc screen files are named:
lockscreen_arc.png
lockscreen_arcglass_bottom.png
lockscreen_arcglass_top.9.png
i'm pretty sure you can find a flashable version around here somewhere too.

Rooted samsung vibrant step by step instruction change boot animation????x_x

I have a different boot animation on my phone and I'm not sure hot to apply it I don't have a pc so I want to do this straight through the phone I have sufb and astro file and the new boot animation shows up but I don't know where to put it any body know what I can do?
Willsnews
So just to be clear I have it on my phone but don't know how to switch between the stock and the new one x_x help me please I can't stand the stock animation t mobile gives
Willsnews
You want root explorer. First you want to extract the zip file that contains the boot animation that you want, using astro file manager. Then go into root explorer, and replace /system/media/bootsamsung.qmg and /system/media/bootsamsungloop.qmg
That will replace the video. The bootup sound is /system/etc/PowerOn.wav
replace those files with the one from the zip.
The shutdown video is a handful of image files located in /system/media/video/shutdown
and the shutdown sound is /system/media/audio/ui/Shutdown_128.ogg
Any other program other than root explorer cause I can't buy it cause I can't put it on my bill?
Willsnews
I have sufbs astro and andexplorer can I use those to do it?
Willsnews
Astro file manager doesn't give me a extract option but sufbs does but I guess I need ther root explorer for this cause I haven't had any luck any other way if you do know of a way to do this with the things I have listed it would be awesome to know and thanks for the reply x_x
Willsnews
I also do not have busybox wil that make a difference?
Willsnews
i tried a different approach but it worked for me.
i used root explorer and deleted the .PNG files from
/system/media/video/shutdown
then, i used VirtualDub (free download, just google it) and opened a gif that i wanted to use as my shutdown animation
once in virtualdub, go to file, export, image sequence and change the name to
shutdown_
for the number of digits in select 1
then change output to .PNG
click ok.
Go to the folder that you exported it to and select 14 consecutive images that you want to use and change the file names in order to shutdown_1, shutdown_2 etc....
move these files to your external sd card.
Now go back into root explorer and find these files. Select all of them and move them to system/media/video/shutdown.
You are done. With this method you can use any .gif you want so long as it has only 14 frames. I'm sure there is a way you can use more than 14 frames but I haven't figured that out yet.
I followed all these steps.
1) I'm rooted
2) Have Root Explorer
When I go to paste my new .png files over the old ones, everything seems fine. But when I check the files, they are still the old ones.
Also when I try and delete some of them, they appear gone for a second, then re-appear.
I've tried changing permissions for the files / folders, which appears to work. But then when I look at the permissions again, they have been set back to the way they were before.
Any help appreciated.
Mike
Same thing for me, I have no idea where to go from here, all i know is i will do anything it takes to never have to see that eye sore of a pink square t mobile bootup again... Someone help a brotha out
bump!
There is an app to do it on the evo... not that it helps us.
Yeah I figured this out while ago thank you his for trying to help me and the thread can be deleted or closed
willsnews said:
I have a different boot animation on my phone and I'm not sure hot to apply it I don't have a pc so I want to do this straight through the phone I have sufb and astro file and the new boot animation shows up but I don't know where to put it any body know what I can do?
Willsnews
Click to expand...
Click to collapse
if you have CWM go to recovery and install the zip of your boot animation (if its not in a zip idk) but this worked for me

[GUIDE][HOWTO] theme for the Nook

I've seen it asked quite a few times now, so I thought I would share how I've been creating my own themes for the Nook. This is a quick and dirty guide as I've almost got it down to a science for quick, keyboard shortcut, theming.
Things you'll need
Photoshop or The Gimp for editing files
Android SDK so you can push and pull files to/from the Nook.
draw9patch app in the Android SDK /tools folder for creating 9.png files
APK Manager (http://forum.xda-developers.com/showpost.php?p=6703735&postcount=1)
Notepad++ or some other text editor for editing XML files. After using Notepad++ on this, I'd highly recommend it though
An attention span
Some restraint
This is a rather good guide that helped me get started. My only complaint is that it is almost to complicated and includes more information than what is needed for a basic theme.
http://forum.xda-developers.com/showthread.php?t=916814
​
Getting Started:
Download the Android SDK and get it installed.
Download APK Manager
ADB pull /system/framework/framework-res.apk
Make a copy of the framework-res.apk files as a back-up in case you need to revert
Copy the framework-res.apk file to the /place-apk-here-for-modding folder under the APK Manager folder
Launch the APK Manager Script.bat file
Type in 22 to select the default project
Type in the number next to framework-res.apk in the list to select it as your project
Select 1 to extract the files
Select 9 to decompile (this is what makes the XML files readable)
Go to the /projects/framework-res/res folder under the APK Manager folder to view all the files from the theme
Images are located in the /drawable-mdpi folder. XML files are located throughout, but the files specific to layout are under the /layout folder. To change global settings, such as color codes and strings, edit the XML files under the /values folder.
Creating custom PNG files: If you are using Photoshop, use the Save For Web feature when saving. Save the image as PNG-24. Select None under the Matte option. Select None under Metadata.
A word on 9.png files: 9.png files are files that can be stretched by the OS. There is a 1 pixel border all the way around the image. In that 1 pixel border, you'll notice solid black lines here and there. The black pixels indicate which portions of the image are to be stretched. You can add this border and the black pixels in Gimp or Photoshop, or you can open the file the draw9patch app under the Android SDK /tools folder. The draw9patch app will actually display how the image will look when stretched as you add the black pixels around the border, so it can come in handy and it's what I prefer to use. You can open and edit .9.png files in draw9patch and edit the border even after you save the file.
​
Once you have all your files edited, recompile the APK package with APK Manager
Option 11
y
y
It will tell you to delete the files under the /keep folder that you have edited. Delete any images and XML files, from the /keep folder, you edited under the /projects folder. If you edited XML files, delete the /keep/res/resources.arsc file as well
Press any key to continue and let the script finish
In a separate command line window, mount your Nook's /system folder (adb shell mount -o remount,rw /dev/block/mmcblk1p2 /system)
back in APK Manager, select 8
/system/framework/framework-res.apk
Reboot your Nook
Boot Loop: If you messed something up and are stuck in a boot loop, most of the time you can still mount your Nook, push the original framework-res.apk to it and reboot. Or, you can use an unedited version of the CWM flashable zip file from the link below.
NOTE: it is not smart to push your framework-res.apk file to the Nook. I've learned the hard way that you can only do this about 10 times before you run out of memory and can no longer boot your Nook until you reflash Froyo again.
I'd recommend only a few flashes on a bare bones copy of Froyo until you feel comfortable with working on the framework theme. After that, I'm attaching a base, flashable zip for you to use in CWM so you can flash the theme instead of pushing. This will prevent you from getting stuck in a boot loop (unless you do something wrong yourself).
To add your framework-res.apk file to the zip, just open the zip and replace the /system/framework/framework-res.apk file (I'd recommend 7zip).
​
A Few Goodies
I'm including all of the PSD files I use to edit and create themes. If you want to create your own, custom theme, these will get you started. The only downside to these PSD files is that they are at the MDPI scale. If you want to create an HDPI theme, you'll need to increase the sizes.
Link to PSD files for creating your own theme, plus the flashable CWM zip file:
http://jjis.me/android-theme-templates
​
Hey man, I know you theme the froyo roms, but Im attempting a theme for the Phiremod CM7 and I cant seem to get anything but splash hangs and bootloops. I theme CM7 for the hero so I know my way around that, but Im wondering if theres something about the Nook that I have to do differently. For instance what is the mount.sh file you have in the tools folder on your themes? Is that only for froyo? Any help you could give me would be appreciated.
PMDColeslaw said:
Hey man, I know you theme the froyo roms, but Im attempting a theme for the Phiremod CM7 and I cant seem to get anything but splash hangs and bootloops. I theme CM7 for the hero so I know my way around that, but Im wondering if theres something about the Nook that I have to do differently. For instance what is the mount.sh file you have in the tools folder on your themes? Is that only for froyo? Any help you could give me would be appreciated.
Click to expand...
Click to collapse
CM7 is a little different than the stock builds of Froyo and others. They use the theme manager for it. If you are looking to theme for CM7, I'd suggest learning what it is needed to package it for the theme manager. I spent about an hour one day trying to find documentation, but couldn't. If can, or have it, please let me know where to find it so I can link to it and use it myself.
With that said, it appears that CWM does not flash, or at least mount, the same on the Nook. I'm assuming it's because it's on the external SD card and not internal. The mount.sh file was borrowed from samuelhaff's flashable ROMs. It actually tells CWM to mount the internal memory and flash to it.
If you are flashing without the mount.sh, it could be why you're getting the boot loops.
CWM uses edify language instead of amend. Again, it took me forever to find little to no documentation on it.
If you are using the mount.sh file and you are still getting stuck in a boot loop, I did discover a little issue with it yesterday. I was trying to use it to flash my new theme without the Vending.apk mod and I kept getting stuck in a black screen during start up. I forgot my edify code deletes the Vending.apk file so that was causing my problem. If you know how to edit the file, go for it. If not, I'm planning on updating it to correct this. If you need to, for now, just copy the Vending.apk to your flashable zip file.
It deletes the services.jar file as well. This was a requirement on Froyo since the status bar text is black by default. The services.jar file has to be edited to change the status bar text to white. Since CM7 does not need that change, try pushing just the framework-res.apk file, reboot and see if you boot successfully. If so, that is more than likely your problem.
wretchedlocket said:
CM7 is a little different than the stock builds of Froyo and others. They use the theme manager for it. If you are looking to theme for CM7, I'd suggest learning what it is needed to package it for the theme manager. I spent about an hour one day trying to find documentation, but couldn't. If can, or have it, please let me know where to find it so I can link to it and use it myself.
With that said, it appears that CWM does not flash, or at least mount, the same on the Nook. I'm assuming it's because it's on the external SD card and not internal. The mount.sh file was borrowed from samuelhaff's flashable ROMs. It actually tells CWM to mount the internal memory and flash to it.
If you are flashing without the mount.sh, it could be why you're getting the boot loops.
CWM uses edify language instead of amend. Again, it took me forever to find little to no documentation on it.
If you are using the mount.sh file and you are still getting stuck in a boot loop, I did discover a little issue with it yesterday. I was trying to use it to flash my new theme without the Vending.apk mod and I kept getting stuck in a black screen during start up. I forgot my edify code deletes the Vending.apk file so that was causing my problem. If you know how to edit the file, go for it. If not, I'm planning on updating it to correct this. If you need to, for now, just copy the Vending.apk to your flashable zip file.
It deletes the services.jar file as well. This was a requirement on Froyo since the status bar text is black by default. The services.jar file has to be edited to change the status bar text to white. Since CM7 does not need that change, try pushing just the framework-res.apk file, reboot and see if you boot successfully. If so, that is more than likely your problem.
Click to expand...
Click to collapse
Thanks for the reply! I actually took yours apart and was able to correct my script and I noticed that the delete services.jar line was causing issues as well. If you can I'd like you to take a look at the updater script after I edited it and see if you see any errors. It's attached below. I have gotten the framework and other themed apps to flash fine, but for some reason the themed market will not install. After flash it is in the /system/app folder as vending.apk. but it doesn't actually replace the stock market anywhere else. I actually spent several hours today trying to get the market back because I got frustrated and went all delete happy in root explorer, lol.
As far as Theme Chooser goes, here is a decent tutorial, but I haven't taken the time to really try and change my whole MO to use it. I theme the aospCMod for the heroc without using the chooser app. You can also get some good tips on building themes for the chooser in the #aospbot irc channel. A few of the guys in there build themes for it.
View attachment updater-script.zip
PMDColeslaw said:
Thanks for the reply! I actually took yours apart and was able to correct my script and I noticed that the delete services.jar line was causing issues as well. If you can I'd like you to take a look at the updater script after I edited it and see if you see any errors. It's attached below. I have gotten the framework and other themed apps to flash fine, but for some reason the themed market will not install. After flash it is in the /system/app folder as vending.apk. but it doesn't actually replace the stock market anywhere else. I actually spent several hours today trying to get the market back because I got frustrated and went all delete happy in root explorer, lol.
As far as Theme Chooser goes, here is a decent tutorial, but I haven't taken the time to really try and change my whole MO to use it. I theme the aospCMod for the heroc without using the chooser app. You can also get some good tips on building themes for the chooser in the #aospbot irc channel. A few of the guys in there build themes for it.
View attachment 546902
Click to expand...
Click to collapse
Stupid question, but you are copying the vending file as Vending.apk and not vending.apk, correct?
Also, if you're using my themed market, there are only two icons that are customized. The rest looks stock.
Sent from my SAMSUNG-SGH-I897 using Tapatalk
wretchedlocket said:
Stupid question, but you are copying the vending file as Vending.apk and not vending.apk, correct?
Also, if you're using my themed market, there are only two icons that are customized. The rest looks stock.
Sent from my SAMSUNG-SGH-I897 using Tapatalk
Click to expand...
Click to collapse
Yeah the file is Vending.apk but its my themed market.
Sent from my NookColor using Tapatalk
PMDColeslaw said:
Yeah the file is Vending.apk but its my themed market.
Sent from my NookColor using Tapatalk
Click to expand...
Click to collapse
Sorry for the delay in response. I had too many things to do with the family yesterday.
If you haven't got this working yet, I'd suggest trying to start with removing just the /system/app/Vendind.apk file via the updater-script. If it works, then go back in and add each additional line until you run into problems again. At that point, you'll know what your problem is.
Since everything else (framework-res.apk, services.jar, etc.) gets replaced successfully, leave those lines alone. I'd just start with the basics of replacing the Vending.apk first and then work your way back up from there.

[GUIDE] Change your boot animation

REQUIRES ROOT ACCESS
If you want to change your boot animation, its easy.
1. Download Root Explorer off the market (which costs like 3 BUCKS)
2. Inside root explorer, press button up top "MOUNT R/W"
3. Download your bootanimation.zip
4. Extract the bootanimation.zip.
5. After you extracted, you will find another bootanimation.zip inside the one you just extracted.
6. Move the .zip into system/media. (Delete or Backup the original inside)
7. Long click the zip once you moved.
8. Go to permissions.
9. Tick all boxes.
10.Reboot and Enjoy!
Any Problems PM me and i will edit this thread. Thanks all
The same occurs when you do it with a computer program such as Droid Explorer.
this method works for 2.3.3 as well?
a.monteiro said:
this method works for 2.3.3 as well?
Click to expand...
Click to collapse
Yes, it works..
With instruction #6 I recommend: copy the original first to a secure folder on your SD-card, so as to be sure that, when something goes wrong, you can get it back...
Greetz,
kwarkje
EDIT: Question: do the bootanimations for 2.1 work on 2.3.3? Anybody knows that?
#9 found that the original one ticked R&W of the Owner line and Read of the other lines.
is it OK to tick all boxes?
kwarkje said:
EDIT: Question: do the bootanimations for 2.1 work on 2.3.3? Anybody knows that?
Click to expand...
Click to collapse
I think it's ok.
made an bootanimation by myself.
the script of bootanimation is generic.
kwarkje said:
With instruction #6 I recommend: copy the original first to a secure folder on your SD-card, so as to be sure that, when something goes wrong, you can get it back...
Greetz,
kwarkje
EDIT: Question: do the bootanimations for 2.1 work on 2.3.3? Anybody knows that?
Click to expand...
Click to collapse
It's just a boot animation- nothing harmful so I doubt it wil effect your system.
The worst would be a very pixelated and slow boot animation if your desired boot animation is for LDPI (Lower Def) Devices.
do you know how to change the zdzihu's boot logo?
I'm quite sick with that ugly face(sorry for this, but I still respect zdzihu)
does that mean have to edit the RAMDISK?
Alphading said:
do you know how to change the zdzihu's boot logo?
I'm quite sick with that ugly face(sorry for this, but I still respect zdzihu)
does that mean have to edit the RAMDISK?
Click to expand...
Click to collapse
I think i answered you're question already on private messages, but for other people with this question, just switch to an alternative like doomkernel, ThKernel etc.
You can always use this tool to change the bootanimation
quick question.
my bootanimation is the bios one i founf on this forum
did all i had to do and it works on my X10
BUT,
it doesnt load completely i get the (enter pin code) frame before its finished.
what i did was delete some pictures in the zip (the double frames (pics that look the same))
and renamed em all to follow in sequence seeing im pretty new to all this and wasnt sure if it was needed.
now its loading a bit further in the pictures cause i see more changes in the X time its loading.
now my point is can i edit/do something to make it finish and THEN enter the pin code or ? did i do something wrong.
uploaded it with total commander .. the permissions you talked about i didnt do that is that root explorer only or ?
thnx in advance
Bjornlindekens said:
quick question.
my bootanimation is the bios one i founf on this forum
did all i had to do and it works on my X10
BUT,
it doesnt load completely i get the (enter pin code) frame before its finished.
what i did was delete some pictures in the zip (the double frames (pics that look the same))
and renamed em all to follow in sequence seeing im pretty new to all this and wasnt sure if it was needed.
now its loading a bit further in the pictures cause i see more changes in the X time its loading.
now my point is can i edit/do something to make it finish and THEN enter the pin code or ? did i do something wrong.
uploaded it with total commander .. the permissions you talked about i didnt do that is that root explorer only or ?
thnx in advance
Click to expand...
Click to collapse
Sorry I'm not an expert in that field, sorry I don't know how to deal with that. Yeah the permissions are for root explorer but if another program supports permissions in that form, them it's for that other program as well.
Cheers

[Q] Where to find the lock screen wallpaper on the Tab

Hi,
which folder on the Tab contains the wallpapers for homescreen and lock screen? I would like to modify the lockk pictures slightly but cannot locate it on the tab through Filemanager.
Thanks
xdatroxx
Its located inside framework-res.apk
Ok, so there is no chance to modify/exhange some JPG?
Changing the lock screen results in some strange request to resize. I wanted to avoid that and put in my desired picture in the correct resolution right away.
thanks
xdatroxx
OK, found it, extracted the apk, send the image to PC, modified it.
Now, how to I make an apk file out of the extracted files and folders without risking to brick my tab when putting it back?
So the APK is just to be treated as an ZIP File. Easy to exchange the Pic.
Thanks.
I went to my framework-res.apk but could not find the homescreen image I wanted to relace. Could you tell me, step by step, how you managed this and what app you used etc?
okizen said:
I went to my framework-res.apk but could not find the homescreen image I wanted to relace. Could you tell me, step by step, how you managed this and what app you used etc?
Click to expand...
Click to collapse
Post #8 in http://forum.xda-developers.com/showthread.php?t=1330311

Categories

Resources