[Q] How to create skin for htc sense 4.1? - HTC Desire X

hi guys,
i've seen on Desire HD forum some topics about skin creation for htc sense (2.0/3.0),
someone know how to do something for sense 4.1, or if it's the same thing of 2.0/3.0?
i have tried to modify skins already installed (serene.apk - alluminium.apk ) but when i update them
changing pngs, they don't look different

Me too...I bumped a WIP theming thread today and no one responded...
Sent from my HTC branded muffin...

You might need to decompile m10 files, most likely found in the assets folder. Not sure though, as I don't make skins.
Sent from my awesome fridge

Yes, I used VTS for that...
Sent from my HTC branded muffin...

Stereo8 said:
Yes, I used VTS for that...
Sent from my HTC branded muffin...
Click to expand...
Click to collapse
What is VTS ?
What are m10 files?

darxsen said:
hi guys,
i have tried to modify skins already installed (serene.apk - alluminium.apk ) but when i update them
changing pngs, they don't look different
Click to expand...
Click to collapse
Because they are controlled in fusion.apk

darxsen said:
What is VTS ?
What are m10 files?
Click to expand...
Click to collapse
http://lmgtfy.com/?q=m10+files+and+VTS
Here...

fushion.apk
ckpv5 said:
Because they are controlled in fusion.apk
Click to expand...
Click to collapse
So can i flash fusion.apk?
I found it zipped along a few themes in one of the posts.

Related

[SKIN] BlaY0's notification area 0.2 for stock based ROMs

Nothing special, just semi-transparent background with slightly modified bottom bar.
nice
hope u make Metamorph thread for our Legend
BlaY0 said:
Nothing special, just semi-transparent background with slightly modified bottom bar.
Click to expand...
Click to collapse
which is the battery percentage icon you are using ??
My own spin of super circle.
Can you share it dude?? It would be super cool if ya did
Btw the notification bar is awesome!!
Sent from my Legend using XDA App
I can if you know how to integrate/add files to your framework-res.apk. It cannot be done with MetaMorph tho.
Is there a guide or something I can follow and achieve it? Or could u give instructions on how to?
Sent from my Legend using XDA App
Sure, there are several guides and HOWTOs on XDA (Chef Central, Desire Development...) on how to theme, repack, sign and everything. There are even several tools available that let you do all these steps in one swoop. I'm sorry but I can't guide you through all of that but if you have a will to do it, you will find a way through, of that I'm sure.
BlaY0 said:
Sure, there are several guides and HOWTOs on XDA (Chef Central, Desire Development...) on how to theme, repack, sign and everything. There are even several tools available that let you do all these steps in one swoop. I'm sorry but I can't guide you through all of that but if you have a will to do it, you will find a way through, of that I'm sure.
Click to expand...
Click to collapse
thanks for advice, I will start learning
our Legend lack of developers
not working on froyo... can u make it work Froyo??
@BlaY0: How to apply this theme? It looks realy nice!
install like any rom!
why this not working with ur rom i install it in rom manager??
I don't think this theme is a ROM Manager flashable ZIP file...
Maybe we must use some theming app?
ogo2 said:
I don't think this theme is a ROM Manager flashable ZIP file...
Maybe we must use some theming app?
Click to expand...
Click to collapse
Metamorph/Ninjamorph, but you need to get working system overlay first.
cryshop said:
Metamorph/Ninjamorph, but you need to get working system overlay first.
Click to expand...
Click to collapse
thanks... now its installed but its not transparent its black only...=)
what should i do??
You have to decompile, edit and recompile classes.dex in services.jar. BTW it needs to be deodexed. It will be included in B 0.2.
Sent from my HTC Legend
BlaY0 said:
You have to decompile, edit and recompile classes.dex in services.jar. BTW it needs to be deodexed. It will be included in B 0.2.
Sent from my HTC Legend
Click to expand...
Click to collapse
Can you add one more modification in B 0.2, please?
I will like to see the new gingerbread style when you click menu button (white icons and text on black background).
Is this posible? I almost succeeded with some editing in framework-res.apk...
0.2
New version...
BlaY0,
Any chance to switch notifications itself to black background and white text? Curious why you didn't make it - hard to change or you just like white notifications?
_________________
there is hope...

[Q] [Theme] How to convert a theme.

Whats the easiest way to covert a 6.1CM theme to work on a 6.2CM ROM.
asiandrg0n said:
Whats the easiest way to covert a 6.1CM theme to work on a 6.2CM ROM.
Click to expand...
Click to collapse
Depends. Which theme? Link?
There's a couple theme porters available here on xda, or google. Or you can look into doing it manually, then you can grab what you want and mix and match. It sometimes takes a few tries, but its fun if you like that sort of thing. All you have to do is unzip, swap out the pngs you want, zip and and sign, make an update.zip and flash, or use something like Ninjamorph to stuff it back. Automates the zip, sign, replace.
Sent from my ERIS using XDA App
The Theme that I was interested in coverting over to CM6.2 was the andro green theme originally found in the Hero forum, the link is http://forum.xda-developers.com/showthread.php?t=783883
+1 for an answer to this, I'm in the same boat. Tried Theme Porter but I think I'm doing it wrong...
Basically what i ended up doing was just replacing all the appropriate images in the framework-res.apk
asiandrg0n said:
Basically what i ended up doing was just replacing all the appropriate images in the framework-res.apk
Click to expand...
Click to collapse
what program/app did you use to do this?
It be really easy to port that theme since its already on a same size mdpi device . Only thing that would be a little time consuming is if he made any changes to the xml's which isn't hard to do just takes a little time to sift through it and compile it to your framework based on the rom you are using.
Sent from my Lucid-Eris with Froyo using XDA App
xlumberjackx said:
what program/app did you use to do this?
Click to expand...
Click to collapse
I used dsixda's HTC Android Kitchen to decompile the ROM that I wanted to replace the images in the framework-res.apk. I definitely recommend learning how to use it because it will allow you to customize ROMs of your choice and allow u to add and remove apk's in the ROM. And then recompile it.
SicNside said:
It be really easy to port that theme since its already on a same size mdpi device . Only thing that would be a little time consuming is if he made any changes to the xml's which isn't hard to do just takes a little time to sift through it and compile it to your framework based on the rom you are using.
Sent from my Lucid-Eris with Froyo using XDA App
Click to expand...
Click to collapse
Do you know where i could read up on creating themes and modifying the xml's?
asiandrg0n said:
I used dsixda's HTC Android Kitchen to decompile the ROM that I wanted to replace the images in the framework-res.apk. I definitely recommend learning how to use it because it will allow you to customize ROMs of your choice and allow u to add and remove apk's in the ROM. And then recompile it.
Do you know where i could read up on creating themes and modifying the xml's?
Click to expand...
Click to collapse
Not anywhere specifically, I learned by decompiling frameworks and reading tthrough the source xml's and asking and read up in theme threads and Appmanager. But if you have any question about something specific you can pm me
Sent from my Lucid-Eris with Froyo using XDA App
asiandrg0n said:
Do you know where i could read up on creating themes and modifying the xml's?
Click to expand...
Click to collapse
Here's a guide on how to theme.

HTC Desire X System dump/pull

Hey guys,
I just noticed that alot of people wanted to get a system dump/pull from the HTC Desire X, so here it is
http://d-h.st/Foj
Marteen - Replace your link with this one
http://d-h.st/Foj
If you got a lot of abnormal traffic, Dropbox will suspend your account.
Ah thank you, did not know that
can someone upload buid.prob for me ?
thanks
alirez_sos said:
can someone upload buid.prob for me ?
thanks
Click to expand...
Click to collapse
I have a stock, deodexed base uploaded.
http://forum.xda-developers.com/showthread.php?p=32905650
Sent From My HTC Amaze 4G via Someone's Room
sorry for the OT but you have to correct your title: Systme -> System
Oh lol thnx, didn't see that
Sent from my HTC Desire X, alias DA BOMB
MaartenXDA said:
Oh lol thnx, didn't see that
Sent from my HTC Desire X, alias DA BOMB
Click to expand...
Click to collapse
hey man can you send me the following files here.
framework-res.apk
com.htc.resources.apk
SystemUI.apk
the thing is i havent downloaded any of the system dumps or any extracted rom image. i am still on stock. and i have a very slow connection speed right now. but the size of these files is pretty small i assume.
my plan is to make themes for our desire x. i would of coz share them with you all. but i need those files to build my theme kitchen, as these files are needed to extract existing themes/apks in sense 4/android 4
Sure thing, here they are
framework-res.apk - 11.06 MB
com.htc.resources.apk - 16.60 MB
SystemUI.apk - 2.88 MB
MaartenXDA said:
Sure thing, here they are
framework-res.apk - 11.06 MB
com.htc.resources.apk - 16.60 MB
SystemUI.apk - 2.88 MB
Click to expand...
Click to collapse
Wow. That was fast
Anyone have the latest system dump? Might do some dev for poor desire x users
torxx said:
Anyone have the latest system dump? Might do some dev for poor desire x users
Click to expand...
Click to collapse
Had it up here, maybe alirez_sos got it after posted it on my dropbox, don't know if he downloaded it, but he was the one that asked for it . Had to delete the public link (deleted the file too) because my dropbox account got suspended for too many downloads.
edit : alirez_sos has it in his ftp, you're welcome to pm him for it
torxx said:
Anyone have the latest system dump? Might do some dev for poor desire x users
Click to expand...
Click to collapse
Well we do have a deodexed or odexed version of stock Rom, but no system dump.
Sent from my HTC Desire X using xda premium
have any one tested this dump which berison it is ...............
Emraan_ikks said:
have any one tested this dump which berison it is ...............
Click to expand...
Click to collapse
And 10 posts finally...
nlooooo said:
And 10 posts finally...
Click to expand...
Click to collapse
lol...
Can somebody reupload the dump?
@MaartenXDA: your link to the system dump is dead. Pls fix that
Can you give me the stock sense 4.1 rosie.apk please??
nachiketa.ramesh said:
Can you give me the stock sense 4.1 rosie.apk please??
Click to expand...
Click to collapse
Attached here.

[Q] Sense 4.1 keyboard on new viper3d rom

I just flashed the r330 of the Viper3d rom on an GSM Evo 3d. Any way to get the sense 4.1 keyboard(the one that is in rev310-12), not the new sense 4.5 one? I hate it, i got used to the old one and i want it back. Any way besides flashing the old version of the rom?
LE: is it enough if i switch the HTC_IME apk from the old rom, with the new one? or do i have to do something else too?
i tried replacing them in the zip's. Extracted the r330 zip, replaced the htc_ime.apk file, recompressed to zip but couldn't flash "installation aborted". Also i can't install the htc_ime over the current one...i'm out of ideas...
Just take htc_ime.apk from old rom and place to system/app, and set permissions like all the other apps, reboot and thats it
hrvoje334 said:
Just take htc_ime.apk from old rom and place to system/app, and set permissions like all the other apps, reboot and thats it
Click to expand...
Click to collapse
Will try. Thanks
hrvoje334 said:
Just take htc_ime.apk from old rom and place to system/app, and set permissions like all the other apps, reboot and thats it
Click to expand...
Click to collapse
It requires a bit more for some reason. There are additional libs n such needed as well. Someone has already ported it though-good news. I'll find the link. Be back
Here's the link to the 4.1 keyboard.
Viper3d thread
http://forum.xda-developers.com/showthread.php?p=3764154
Sent from my shooter using xda app-developers app
bjones8515 said:
It requires a bit more for some reason. There are additional libs n such needed as well. Someone has already ported it though-good news. I'll find the link. Be back
Here's the link to the 4.1 keyboard.
Viper3d thread
http://forum.xda-developers.com/showthread.php?p=3764154
Sent from my shooter using xda app-developers app
Click to expand...
Click to collapse
you linked something for Windows Phone...I can't seem to find it, and i searched through the Viper3d thread...
pandyx said:
you linked something for Windows Phone...I can't seem to find it, and i searched through the Viper3d thread...
Click to expand...
Click to collapse
My bad thats odd. Here u go.
Subject:[[ROM][Sense 4.1] Team Venom presents: V, http://forum.xda-developers.com/showthread.php?t=1277431
[[ROM][Sense 4.1] Team Venom presents: Viper3D 1.6.3 Nightly welcome to the future
Sent from my shooter using xda app-developers app
bjones8515 said:
My bad thats odd. Here u go.
Subject:[[ROM][Sense 4.1] Team Venom presents: V, http://forum.xda-developers.com/showthread.php?t=1277431
[[ROM][Sense 4.1] Team Venom presents: Viper3D 1.6.3 Nightly welcome to the future
Sent from my shooter using xda app-developers app
Click to expand...
Click to collapse
You linked the first page on the thread, searched the thread for a fix, but none found...how can i do this?
pandyx said:
You linked the first page on the thread, searched the thread for a fix, but none found...how can i do this?
Click to expand...
Click to collapse
Here ya go. I'm sorry it took so long LOL. http://db.tt/mooK7vf9
Sent from my shooter using xda app-developers app
bjones8515 said:
Here ya go. I'm sorry it took so long LOL. http://db.tt/mooK7vf9
Sent from my shooter using xda app-developers app
Click to expand...
Click to collapse
I have the file from the old revision, but still doesn't work. replacing this with the one in r330, and it will work? if so, thank you. But from what i hear, replacing the ime apk is not enough, some libs need replacing too and i have no idea about libs
pandyx said:
I have the file from the old revision, but still doesn't work. replacing this with the one in r330, and it will work? if so, thank you. But from what i hear, replacing the ime apk is not enough, some libs need replacing too and i have no idea about libs
Click to expand...
Click to collapse
The link I posted has the apk's/libs u need. Just flash the zip, or extract and place manually. It works just fine.
Sent from my shooter using xda app-developers app
i am trying this too. tried flashing sensai's 4.1 keyboard over r330 of venom rom, the system is spamming me with "htc sense input has stopped working"...what libs need replacing and how can i do that? i HATE the sense 4+ keyboard, want the normal sense 4 one...

[Q]

Hey there,
Is there any way to customise lockscreen? the right that we hav to pull up to unlock our phone... I want it the way we can customise sense clock..
if any one could hep me out that would be great! :laugh:
Look here: http://forum.xda-developers.com/showthread.php?t=1473293
You will find the tutorial that should work on DX too.
xpirt
xpirt said:
Look here: http://forum.xda-developers.com/showthread.php?t=1473293
You will find the tutorial that should work on DX too.
xpirt
Click to expand...
Click to collapse
Where can I find developed lock rings for sense 4+?
gagangera said:
Where can I find developed lock rings for sense 4+?
Click to expand...
Click to collapse
You can do it yourself easily, Open Up a Skin with 7zip and Replace Lockring.png with your desired Image (named the Same.) Or I think you can do the Same in Fusion.apk

Categories

Resources