Need a dev! - Desire HD General

Have a ROM I'm playing about with but want to go more in depth. Needs backsmali so we can figure it out ans tweak. But I have limited knowledge. Anyone want to help out?
Thanks,
Sent from my JimmyMIUI v3 fuelled DHD!

you want to backsmali what? If it's an apk or jar file than use apk manager, it gives you the option to either just unpack the file, decomplie it as well as backsmali.

haerigrek said:
you want to backsmali what? If it's an apk or jar file than use apk manager, it gives you the option to either just unpack the file, decomplie it as well as backsmali.
Click to expand...
Click to collapse
Hmm...everyone makes it sound easy. But its what you do to change things once you're decompiled it.....I don't know what to tweak to get what I want or what to look for to remove or change...I need someone in the know lol....
Sent from my JimmyMIUI v3 fuelled DHD!

just say what you want to change.

haerigrek said:
just say what you want to change.
Click to expand...
Click to collapse
I don't know what that is yet lol....
Sent from my JimmyMIUI v3 fuelled DHD!

Most things can be manipulated easily within xml files without backsmali, you just need some xlm knowledge.

what are you trying to acomplish with this mod?

jameslsmith said:
Have a ROM I'm playing about with but want to go more in depth. Needs backsmali so we can figure it out ans tweak. But I have limited knowledge. Anyone want to help out?
Thanks,
Sent from my JimmyMIUI v3 fuelled DHD!
Click to expand...
Click to collapse
Try to look at this http://forum.xda-developers.com/showthread.php?t=1136625

CLOSED - No need for any more responses, thanks

jameslsmith said:
CLOSED - No need for any more responses, thanks
Click to expand...
Click to collapse
PM a mod and ask them to close your thread

Related

THX Sound System bootscreen/sound

Eh, here's a better one.
Download:
Bootscreen: http://www.mediafire.com/?ph1fb37x495moeq
Bootsound: http://www.mediafire.com/?kvovzrjr99b8ixx
(remember to rename the bootsound to PowerOn.mp3 and back the old one up!)
Enjoy and please provide feedback!
looking nice
Thanks! Do you have any requests for other bootscreens?
sorry for this, haven't tried changing bootsound, basically how do you change that one? thanks man
Back the original one up in /system/sounds/lgeSounds/PowerOn.mp3, download this one, rename it to PowerOn.mp3 and put it in the same place.
Could u make a bootscreen of HP Lovecraft's Call of Cthulhu
Depends if it's bootable.
You know how to change is it our in this case add it in miks Cm7 rom
Sent from my LG-P500 using XDA Premium App
Umm, well if you want it in that ROM I'll go speak to Mik.
Well I posted out in the thread never got a response I don't want our in the rom I just want to know how to do it
Sent from my LG-P500 using XDA Premium App
There are lots of tutorials online on how to make a bootscreen and set it...
metalboy94 said:
Depends if it's bootable.
Click to expand...
Click to collapse
just anything with Cthulhu would be cool
FnH84 said:
just anything with Cthulhu would be cool
Click to expand...
Click to collapse
Kay, I'll give it a shot.
metalboy94 said:
Kay, I'll give it a shot.
Click to expand...
Click to collapse
thanks!
Im curious, on athenos rom I dont see a folder like listed.
I also looked on my nanadroid of asop and no folder like mentioned.
Im on the V how would I go about making this work?
very nice
awesome man
eollie said:
Im curious, on athenos rom I dont see a folder like listed.
I also looked on my nanadroid of asop and no folder like mentioned.
Im on the V how would I go about making this work?
Click to expand...
Click to collapse
Hmm... To tell you the truth, I have no idea. I am using the stock v20g ROM + root and tweaks btw. You should go find the special tutorial for applying bootscreens on the V or your ROM.
metalboy94 said:
Hmm... To tell you the truth, I have no idea. I am using the stock v20g ROM + root and tweaks btw. You should go find the special tutorial for applying bootscreens on the V or your ROM.
Click to expand...
Click to collapse
Applying the bootanimation is cake. I should have been more clear. The sound file folder doesnt exist in the path listed above. Ive tried various different things to get this to work and asked about it before in other threads. But nobody knows.
Thanks for the reply guess Ill go rip apart the stock rom and see where virgin hides their sounds.
eollie said:
Applying the bootanimation is cake. I should have been more clear. The sound file folder doesnt exist in the path listed above. Ive tried various different things to get this to work and asked about it before in other threads. But nobody knows.
Thanks for the reply guess Ill go rip apart the stock rom and see where virgin hides their sounds.
Click to expand...
Click to collapse
Ah, I see. Yeah, guess you gotta do that if the sound is not the same as the original LG one (you can check that out in a recent video on my YouTube channel).

[Request] How to remove recent apps from status bar

Hi devs,
I want to remove recent apps from the status bar.
The SystemUI.apk is from Hintay's HTX Mod 0.59.1|Android 2.3.3
I browsed all the forum and tried all these methods but didn't work on 2.3.3.
The methods I tried as below:
http://forum.xda-developers.com/showthread.php?t=1018818
http://forum.xda-developers.com/showthread.php?t=1225558
http://forum.xda-developers.com/showpost.php?p=15417961&postcount=107
I upload the SystemUI.apk and hope devs would be kind to teach me or help me to remove recent apps from the status bar.
Great thanks to you all !
Much appreciated !
There are two ways, one easy and one hard. In the hard one you kind of remove all the functionality of the recent apps section. In the easy one you just adjust the height to 0, so It's not visible. I only know the easy one do you know how to decompile apps? If not take a look in my guide ;-)
Then you can probably just do as the guides says or something. I haven't seen through them yet ;-) else go to res/ layout/ status bar expanded and find the line which includes recent apps or something similar. Change layout_height to 0.0dp ;-)
Edit: took a look at the guides. They are a bit more work, but you should use one of them instead, as they remove the whole thing so it will probably improve performance a bit more
Sent from my Hero using XDA
Thank you Habarug!
The purpose i want to remove the recent apps is just as you said it will improve performance when pulling down the notification bar.
So only adjusting the height to 0 may not improve the performance and reduce the laggy. Just my guess.
I've tried these guides but don't work..
But when you tried the guides, did you decompile the systemui or did you just open it with 7zip or smthing? You cannot change any xmls or smalis or stuff like that unless you decompile it
yes, i use apktool to decompile the SystemUI.apk and Notepad++Portable to edit.
who can answer...
another and easiest way is just replace system.ui from SalsaSense 4.0
http://jieehd.qap.la/options/HtcSalsaStatusBar.zip
Thank you! Good idea!
but my purpose is to learn the methods, just be curious and interested in these things
It seems that just editing the status_bar.xml as I explained above might help a bit on the performance I have no idea about the smali edits, I cannot change smalis without guide
caiyc9064 said:
Thank you! Good idea!
but my purpose is to learn the methods, just be curious and interested in these things
Click to expand...
Click to collapse
by the way,i tryed your rom and i can tell is very slow,i suggest you to try Rose v5
Habarug said:
It seems that just editing the status_bar.xml as I explained above might help a bit on the performance I have no idea about the smali edits, I cannot change smalis without guide
Click to expand...
Click to collapse
alright, i will have a try
slobo2712 said:
by the way,i tryed your rom and i can tell is very slow,i suggest you to try Rose v5
Click to expand...
Click to collapse
right, it's slow. but when i delete some apks such as htc hub, htc likes etc. and then add some scripts (06loopy_smoothness_tweak, 13KickAssKernel, 15cleanup_init_ram, 17speedy_modified, 30memtweak) from [ROM][2.3.5] Zero Hero Sense 3.5 RC 2.5 [Mar. 2, 2012] and also enable swap.
after that you will find this rom is really fast!
caiyc9064 said:
right, it's slow. but when i delete some apks such as htc hub, htc likes etc. and then add some scripts (06loopy_smoothness_tweak, 13KickAssKernel, 15cleanup_init_ram, 17speedy_modified, 30memtweak) from [ROM][2.3.5] Zero Hero Sense 3.5 RC 2.5 [Mar. 2, 2012] and also enable swap.
after that you will find this rom is really fast!
Click to expand...
Click to collapse
can u give a link to all the stuff u mentioned in your post?
tnx in advance
you mean the list of apks i remove or the scripts i add ?
caiyc9064 said:
you mean the list of apks i remove or the scripts i add ?
Click to expand...
Click to collapse
well if u can, please
List of apk's removed and scripts
scripts added:
06loopy_smoothness_tweak
13KickAssKernel
15cleanup_init_ram
17speedy_modified
30memtweak
50swapon
apks removed:
com.htc.FriendStreamWidget.apk
com.htc.MusicWidget.apk
com.htc.TrendsWidget.apk
com.htc.TwitterWidget.apk
CSPeopleSyncService.apk
DCSStock.apk
Flickr.apk
FriendStream.apk
GenieWidget.apk
GoogleBackupTransport.apk
GoogleFeedback.apk
GoogleQuickSearchBox.apk
HtcDirect.apk
HtcDirectDownloadsProvider.apk
HtcFeedback.apk
HtcGreader.apk
HtcHubSyncProvider.apk
HtcLog.apk
HtcProfileWidget.apk
HtcRecommends.apk
HtcRecommendsWidget.apk
HtcTipWidget.apk
LiveWallpapersPicker.apk
maps6.0.0-ownhere-signed.apk
MarketUpdater.apk
MyHTC.apk
MyReportAgent.apk
OnlineAssetDetails.apk
QuickLookup.apk
SpareParts.apk
Stk.apk
Stock.apk
Street.apk
Transfer-icong-8.20.0.26-S21.apk
VoiceDialer.apk
VoiceSearch.apk
YouTube.apk
maybe you could try to create and upload a flashable zip of your version of the ROM ... I'm sure many people who pay attention to your work
At least me
lolo7291 said:
maybe you could try to create and upload a flashable zip of your version of the ROM ... I'm sure many people who pay attention to your work
At least me
Click to expand...
Click to collapse
And me
lolo7291 said:
maybe you could try to create and upload a flashable zip of your version of the ROM ... I'm sure many people who pay attention to your work
At least me
Click to expand...
Click to collapse
pirlouit2 said:
And me
Click to expand...
Click to collapse
i'd love to share the rom.
but i'm in China, i can't upload it to the mediafire cause the GFW of our government.
can you suggest other web disks so i can have a try?
caiyc9064 said:
i'd love to share the rom.
but i'm in China, i can't upload it to the mediafire cause the GFW of our government.
can you suggest other web disks so i can have a try?
Click to expand...
Click to collapse
dropbox maybe? or e-mail it to somebody

[Q] Can someone make...?

Can someone please make a updatezip of these animations: http://forum.xda-developers.com/showpost.php?p=25361097&postcount=92.
I have tried many times and different ways but i just cant get them work. I Would be thankfull if someone can make working updatezip!
I have tried to replace framework-res.apk file in system, i have tried modify framework-res.apk, i have tried some theme flasher also nothing works... there is always stock transistion animations.
ziiHelmet said:
Can someone please make a updatezip of these animations: http://forum.xda-developers.com/showpost.php?p=25361097&postcount=92.
I have tried many times and different ways but i just cant get them work. I Would be thankfull if someone can make working updatezip!
I have tried to replace framework-res.apk file in system, i have tried modify framework-res.apk, i have tried some theme flasher also nothing works... there is always stock transistion animations.
Click to expand...
Click to collapse
I don't know but you want to use a framework-res.apk from a Samsung Note? You do understand not only that framework-res.apk is for another device, its for a modded framework of a rom for another device. Unless you want to crack open the apk and look at the code/images but even the images wouldn't work I think. Update.zip won't help you, needs to be properly ported.
Cheers
prbassplayer said:
I don't know but you want to use a framework-res.apk from a Samsung Note? You do understand not only that framework-res.apk is for another device, its for a modded framework of a rom for another device. Unless you want to crack open the apk and look at the code/images but even the images wouldn't work I think. Update.zip won't help you, needs to be properly ported.
Cheers
Click to expand...
Click to collapse
But is that possible to only move the animations from that framework-res.apk to our blade´s framework-res.apk?
ziiHelmet said:
But is that possible to only move the animations from that framework-res.apk to our blade´s framework-res.apk?
Click to expand...
Click to collapse
I am no themer or dev. So I don't know. I've never really looked much in to the xml files in the apk either so I wouldn't know. Everything can be ported with enough knowledge, patience and time
prbassplayer said:
I am no themer or dev. So I don't know. I've never really looked much in to the xml files in the apk either so I wouldn't know. Everything can be ported with enough knowledge, patience and time
Click to expand...
Click to collapse
What animation is it? App drawer?
QuantumFoam said:
What animation is it? App drawer?
Click to expand...
Click to collapse
All transistion and so on animations.
ziiHelmet said:
All transistion and so on animations.
Click to expand...
Click to collapse
What transitions?
QuantumFoam said:
What transitions?
Click to expand...
Click to collapse
Transition animations for example between apps, when lock screen is opened and so on! Youtube -> /watch?v=5im5VxclHCw <- this video explains it better than me!

[Q] Changing my Verizon N3 Theme

I was just curious to know if I could take the Wi-Fi and LTE indicator from one theme and add it to another? I like the indicators from Bobcats theme, but am using Blak X for my theme and its just white bars.
I did look around for answers, and couldn't find anything that seemed to match what I was asking. Any help or direction would be appreciated, and clearly I am new to this, otherwise I wouldn't have wasted anyone's time if this was asked differently and answered.
Just some guidance is all I'm looking for.
Thanks-
Wow... nobody has answered yet? Yes, you can. They are simply png's in systemui, but it can only be used for personal uses
Team BlackOut... or Back Out
Train88 said:
Wow... nobody has answered yet? Yes, you can. They are simply png's in systemui, but it can only be used for personal uses
Team BlackOut... or Back Out
Click to expand...
Click to collapse
I've seen build prop edits that semi worked. So I should be able to pull the pngs from another system ui zip it up and flash?
Have you ever used 7zip? You will have to do it on a computer, but you don't even have to unzip your rom or decompile the systemui.apk. Right click on the zip, choose open archive with 7zip, then navigate within the folders to systemui and simply replace the pngs. You will need to make sure they are named exactly the same though
Team BlackOut... or Back Out
Btw, you could also use root explorer too, but I've never used it before so not sure how people go about doing it that way
Team BlackOut... or Back Out
Train88 said:
Wow... nobody has answered yet? Yes, you can. They are simply png's in systemui, but it can only be used for personal uses
Team BlackOut... or Back Out
Click to expand...
Click to collapse
neopolotin75 said:
I've seen build prop edits that semi worked. So I should be able to pull the pngs from another system ui zip it up and flash?
Click to expand...
Click to collapse
Train88 said:
Have you ever used 7zip? You will have to do it on a computer, but you don't even have to unzip your rom or decompile the systemui.apk. Right click on the zip, choose open archive with 7zip, then navigate within the folders to systemui and simply replace the pngs. You will need to make sure they are named exactly the same though
Team BlackOut... or Back Out
Click to expand...
Click to collapse
Train88 said:
Btw, you could also use root explorer too, but I've never used it before so not sure how people go about doing it that way
Team BlackOut... or Back Out
Click to expand...
Click to collapse
Yeah, nobody answered lol.. till now. Thanks @Train88 and @neopolotin75 for your replies and guidance.
@Train88 I tried using root explorer early on and kinda fumbled stuff up in there. I did see using 7zip before and finally had the time to dl it to the pc.
@neopolotin75 I appreciate the offer, I just wanted the guidance. If you have the time, I'd appreciate it, if not no worries.
All of these themer's do so much already and produce such amazing work, I wanted to just know/learn how to do simple mods to my ROM without the burden of someone having to do it for me.
Thanks again :good:
Team BlackOut rocks BTW :good:

3minit

Has anyone taken the time to change deodex the SystemUI_ZTE file and making the edits to enable 3minit functionality yet? If so let me know, if not I am gonna work on it in the next few days. The pain was deodex odex files from what I remember, anyways thanks!
neo4uo said:
Has anyone taken the time to change deodex the SystemUI_ZTE file and making the edits to enable 3minit functionality yet? If so let me know, if not I am gonna work on it in the next few days. The pain was deodex odex files from what I remember, anyways thanks!
Click to expand...
Click to collapse
I can upload any deodex, file you may need to get to work,
I try but no luck and been short in time to keep trying.
P.S. B29.Community ROM & Dmix7 or any ROM base on both of my ROM are deodex.
If you can get me the the the deodex SystemUI_ZTE file I can get the other files needed if not I may have time to deodex it myself I just remember that deodex for odex file was a pain and I will have to teach my self how to do it again.
neo4uo said:
If you can get me the the the deodex SystemUI_ZTE file I can get the other files needed if not I may have time to deodex it myself I just remember that deodex for odex file was a pain and I will have to teach my self how to do it again.
Click to expand...
Click to collapse
No problem, I'll have a zip file ready later today with SystemUI and framework?
P.S. Superr's Kitchen is a beast for cooking ROM and Deodexing is what I been using by the way.
DrakenFX said:
No problem, I'll have a zip file ready later today with SystemUI and framework?
P.S. Superr's Kitchen is a beast for cooking ROM and Deodexing is what I been using by the way.
Click to expand...
Click to collapse
That will be awesome, then we can get some 3minit action going with some custom batteries
neo4uo said:
That will be awesome, then we can get some 3minit action going with some custom batteries
Click to expand...
Click to collapse
Yeah , that'll be awesome.... I'll have them ready in a few hours.
EDIT : @neo4uo
i'm about to get the zip file ready, which files you'll need? beside SystemUI_ZTE and Framework?
DrakenFX said:
Yeah , that'll be awesome.... I'll have them ready in a few hours.
EDIT : @neo4uo
i'm about to get the zip file ready, which files you'll need? beside SystemUI_ZTE and Framework?
Click to expand...
Click to collapse
All I need is the system ZTE deodexed I have the rest!
neo4uo said:
All I need is the system ZTE deodexed I have the rest!
Click to expand...
Click to collapse
okie, here is a bundle
enjoy and let us know about the progress
http://www.mediafire.com/file/79dch06482d7x39/3mint_work_files.zip
DrakenFX said:
okie, here is a bundle
enjoy and let us know about the progress
http://www.mediafire.com/file/79dch06482d7x39/3mint_work_files.zip
Click to expand...
Click to collapse
Thanks man I will get on it, if it goes alright you will have to start a thread in apps and themes and post the files since you are good at that kind of stuff
Well I got the files and made the changes and flashed and it.... Didn't work. Now when I was in one of the XML files making some edit I noticed that ZTE pulls it's battery file from another app kind of like 3minit does. So the problem is going to be tracking that down and making some more edits... Error oh well the standard procedure didn't work, but I have not given up it will take longer and I might have to change another app or have one deodexed, but I will let you know.
neo4uo said:
Well I got the files and made the changes and flashed and it.... Didn't work. Now when I was in one of the XML files making some edit I noticed that ZTE pulls it's battery file from another app kind of like 3minit does. So the problem is going to be tracking that down and making some more edits... Error oh well the standard procedure didn't work, but I have not given up it will take longer and I might have to change another app or have one deodexed, but I will let you know.
Click to expand...
Click to collapse
Any luck @neo4uo?
Wonder if anyone from 3minit thread can help.
DrakenFX said:
Any luck @neo4uo?
Wonder if anyone from 3minit thread can help.
Click to expand...
Click to collapse
Not yet I haven't had Romero work on it much. I did ask in the 3minit forum but haven't got a response yet
This guy got it working! I flashed the US version so fat do good.
http://forum.xda-developers.com/axo...-battery-mod-zte-axon-7-a2017g-t3537460/page2
add final version

Categories

Resources