New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
mouseclone
Old
#1  
Junior Member - OP
Thanks Meter 0
Posts: 18
Join Date: Nov 2008
Default Tux App bar

Ok, maybe I'm going a little overboard here, but I jailbroke the phone just yesterday. I thought that it was time to see what all I would be able to do with it. So i got to looking around trying to figure out what I could skin. /system/app/Launcher.apk provided what i needed to redo the app bar. Here are my results.

I didn't do any modification to the xml files yet. I would like to get where I can edit the images out of those files as well. I removed the up/down arrows, but it was more of a replace with a 1x1px png. you get errors if the files are not put back with the right names or if files are missing. So I'm sure in the xml you would be able to edit it out.

One last thing. There really isn't much space on the /system mount. even when coping the file back up after repacking, I would ofter get not enough space on disk error. Trying again resulted in a success.

How about something else. I am not the best artist or graphics person. I'm sure that my files are larger then they should be. I had to do a 255 index on the color to get the image files down small enough. I'm sure with proper programming on my part, I wouldn't need the bar image, just the tux image. /shrug. I'm tired and going to be.

Enjoy.
Attached Thumbnails
Click image for larger version

Name:	tux-land.jpg
Views:	180
Size:	21.2 KB
ID:	131307   Click image for larger version

Name:	tux-land-high.jpg
Views:	68
Size:	21.6 KB
ID:	131308   Click image for larger version

Name:	tux-land-touch.jpg
Views:	67
Size:	21.5 KB
ID:	131309   Click image for larger version

Name:	tux-port.jpg
Views:	85
Size:	21.2 KB
ID:	131310   Click image for larger version

Name:	tux-port-high.jpg
Views:	71
Size:	21.2 KB
ID:	131311  

Click image for larger version

Name:	tux-port-touch.jpg
Views:	59
Size:	21.2 KB
ID:	131312  
 
Karolis
Old
#2  
Karolis's Avatar
Senior Member
Thanks Meter 7
Posts: 789
Join Date: Jan 2008
Impressive. What does it look like with the apps menu expanded?

Oh, and how do you take screenshots?
 
mouseclone
Old
#3  
Junior Member - OP
Thanks Meter 0
Posts: 18
Join Date: Nov 2008
It looks like it would noramally but with a tux on it instead of the grey bar. I will have to gt another image up.

The program to take screen shots is ddms (i think). It is in the tools directory of the sdk. Sorry, I just woke up for work.. not much sleep. But I do know if you are running linux it has to be on a 32bit os. It wouldn't run on my 64bit ubuntu.
 
mouseclone
Old
#4  
Junior Member - OP
Thanks Meter 0
Posts: 18
Join Date: Nov 2008
Default a question I received

Quote:
Originally Posted by kron2
can you help me i am new to linux and would like to edit some off the images in the app folder on the G1 my phone is jailbroke and i have the files to resign the apk's but don't no how to use them i no how to remove the files from the phone and edit them with rar. and thin i put the files back and rename the file apk but don't no how to resign it i have the emulator and ddms plus eclipse working i would think i resign it after i edit it but don't no where to put the files or how to use signapk.jar thx for your help
I don't know how much help I can be with the jar tool. I can tell you what I did though.

I used adb to get the /system/app/Launcher.apk file. The I extracted the file. So now I have the .apk file and a folder with all of the files in it. I then copied the .apk file to make a backup of it, just in case I needed to push it to the device.

Ok now I am set to do the editing of the files. I use Linux so I started gimp up editing an image. Then saved the image, keeping it the same size (56x295 - something like that) as the previous file. The files size (k/mb) will change. You need to keep this as small as you can.

I then started up Archive Manager, I think that you said that you use winrar or something. You might want to try 7zip, not sure though. Onward. I opened the .apk with the archive manager. The allowed me not to have repack the archive. I then dragged and dropped the edited .png file into the same folder I edited it from, into the same folder browsing though the archive manager. This did nothing more than update the .apk archive with the edited file.

then I pushed the file back to the droid. I hit the end button to turn the screen off and then menu x2 to get into the interface again. This refreshed the interface. and my edits were there.

That is about it. I'm going to copy and paste this reply in the forum so others will benefit from your question.