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?
 
jaywillsoul
Old
#1  
Member - OP
Thanks Meter 12
Posts: 97
Join Date: Apr 2012
Location: Vineland
Default [Q] t499 port issue

I've been trying to port HTC and Droid Aria roms to the t499. Problem comes in where I can't open the boot.img-kernel to transfer the kernel bootpathclass line and I can't find the android.util.displaymetrics to change the dpi so the buttons don't overlap and the labels for the apps aren't cut off in the drawer.

I've looked in the ramdisk (all the init files) I've checked the build.prop and I've looked through the manifest. This is really getting aggravating. I also want to change the droid boot image from the laser eye looking thing to something better and not so obvious.

If someone can help with this that would be great. I've been using Cygwin to unpack the boot.img but it doesn't come out as gzip, just rar and img-kernel.
 
Messi10
Old
#2  
Messi10's Avatar
Senior Member
Thanks Meter 404
Posts: 967
Join Date: Feb 2012
Location: Dubai
Quote:
Originally Posted by jaywillsoul View Post
I've been trying to port HTC and Droid Aria roms to the t499. Problem comes in where I can't open the boot.img-kernel to transfer the kernel bootpathclass line and I can't find the android.util.displaymetrics to change the dpi so the buttons don't overlap and the labels for the apps aren't cut off in the drawer.

I've looked in the ramdisk (all the init files) I've checked the build.prop and I've looked through the manifest. This is really getting aggravating. I also want to change the droid boot image from the laser eye looking thing to something better and not so obvious.

If someone can help with this that would be great. I've been using Cygwin to unpack the boot.img but it doesn't come out as gzip, just rar and img-kernel.
for bootanimaition change bootanimation.zip im system/media
unpack boot.img with dsixda kitchen
port from same dpi or u need to resize apps
Sorry for my bad English

 
jaywillsoul
Old
#3  
Member - OP
Thanks Meter 12
Posts: 97
Join Date: Apr 2012
Location: Vineland
I'll try the dsixda kitchen. Didn't think about using that. And if I'm porting the DPI where would I find that? If your talking about the build.prop I changed those from 120 to 140 to 180. None of which changed anything, that's why I need to find the display metrics utility.