This post has been thanked 1 times. |
|
||||
Re: [Dev Tools] How to create mods
I dont care if Santa Clause made the mod... lol. I was pulling my hair out for days! lol
I'll show you what I was modding and we can all call me a newb: http://forum.xda-developers.com/showthread.php?t=780614 I was trying my butt off to do that mod but it just wasnt working out. First the .jar file didint contain the smali but I found the smali in SySUI. I made his changes and it just didint do anything. Back and forth, round and round I made the changes and tried signing, unsigning, etc etc etc.... Wasnt even hitting the right strings, lol! I got some other goodies fro your ROM if you havent made them yet.. I will PM You. Last edited by scrosler; 08-26-2011 at 03:21 PM. |
|
||||
Re: [Dev Tools] How to create mods
I still come back to this thread for info!
Best thread ever! Thanks OMJ! -Scott |
This post has been thanked 2 times. |
|
||||
Re: [Dev Tools] How to create mods
I've been meaning to update, but for now, here is a list of mod threads I've kept track of.....
first, the majority of these threads are from SteelH & Freeza, these are links to threads they have started to more easily finds additional mod threads. SteelH - xda-developers - Search Results Freeza - xda-developers MOD Tweaks - [MOD][DEV] ROM Tweaks for your Stock Rom [11-22][v0.1] - xda-developers Battery % icons (/system/framework/framework-res.apk) Custom Greeting (/system/app/settings.apk) 4N1 reboot menu (/system/framework/android.policy.jar) CRT animation (/system/framework/services.jar) [DEV] Enabling CRT ON & OFF Animation in Roms [HOW-TO] - RootzWiki 1x/3G mod (/system/app/systemui.apk) [HOW-TO] [TEAM XPOSED] How to make Sense ROMs show 1X/3G Properly - xda-developers USB debug icon (/system/framework/services.jar) xda-developers - View Single Post - [HOW-TO] [TEAM XPOSED] Hide various Icons from the Status Bar GPS icons (/system/app/systemui.apk) xda-developers - View Single Post - [HOW-TO] [TEAM XPOSED] Hide various Icons from the Status Bar Hidden Clock (/system/app/systemui.apk) xda-developers - View Single Post - [HOW-TO] [TEAM XPOSED] Hide various Icons from the Status Bar MMS Compression (/system/app/mms.apk) [HOW-TO] [TEAM XPOSED] Disable MMS Compression - xda-developers Remove recent apps (/system/app/systemui.apk) [GUIDE] Remove recent apps from notification bar - xda-developers Disable OTA's (/system/etc/security/otacerts.zip, /system/build.prop & /system/app/CheckinProvider.apk) [HOW-TO] [TEAM XPOSED] Disable/Block/Prevent OTA Updates - xda-developers Remove CIQ (init.shooter.rc kernel/ramdisk) [HOW-TO] [TEAM XPOSED] Remove CIQ - xda-developers Set minimum CPU speed (\system\etc\init.post_boot.sh) [HOW-TO] [TEAM XPOSED]Save some battery by lowering the minimum CPU frequency - xda-developers 3D Homescreen (/system/app/settings.apk) [HOW-TO] [TEAM XPOSED] Enable extra display features - xda-developers Screen Calibration (/system/app/settings.apk) [HOW-TO] [TEAM XPOSED] Enable extra display features - xda-developers Backup and Secure Box to SMS (/system/app/mms.apk) [HOW-TO] [TEAM XPOSED] Add Backup and Secure Box to SMS - xda-developers Enable Beats audio sound enhancer in HTC Music app (/system/app/HtcMusic.apk) [HOW-TO] [TEAM XPOSED] HTCMusic MODs - xda-developers Transparent notification (/system/app/systemui.apk) [TEAM XPOSED] [MOD] Transparent notification pulldown - xda-developers Hotspot hack (/system/framework/framework.jar) [GUIDE][TOOL]Add Hotspot Hack to your ROM - HackHotspotTool-v1.1 - xda-developers Disable SIP over WIFI only (/system/framework/framework-res.apk) xda-developers - View Single Post - ★☆★|ROM|Nightly|◄●|Synergy 3Dvo|●►|2.3.4|SQLite Journal / MPD CPU1 TWEAK|ZEUSMODS|★☆★ Dim capacitive buttons without a kernel [TEAM XPOSED] [GUIDE] Dim capacitive buttons without a kernel - xda-developers |
This post has been thanked 2 times. |
|
||||
Re: [Dev Tools] How to create mods
Oh My Goodness!! What a wealth of information OMJ!! Awesome!!
__________________
PPCG Development Team Ƹ̵̡Ӝ̵̨̄Ʒ |
This post has been thanked 1 times. |
|
||||
Re: [Dev Tools] How to create mods
I'm gonna add this to the OP for assembling/disassembling .jar files.
smali - An assembler/disassembler for Android's dex format - Google Project Hosting Using Smali/Baksmali, I will use framework.jar as the example: -open deodexed framework.jar w/ 7zip, extract classes.dex -copy classes.dex to your Baksmali folder -decompile classes.dex (java -jar baksmali.jar classes.dex) -make your smali changes in the Out folder -copy out folder to Smali dir -compile classes.dex (java -jar smali.jar -o classes.dex out/) -copy the new classes.dex to framework.jar Last edited by OMJ; 02-28-2012 at 01:30 PM. |
This post has been thanked 1 times. |
|
||||
Re: [Dev Tools] How to create mods
Quote:
com.htc.resources.apk framework-res.apk Should work fine..
__________________
|
|
||||
Re: [Dev Tools] How to create mods
Quote:
apktool if com.htc.resources.apk apktool if framework-res.apk now run the decompile cmd... |
|
|
|