PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Evo 3D Development (http://forum.ppcgeeks.com/forumdisplay.php?f=322)
-   -   [Dev Tools] How to create mods (http://forum.ppcgeeks.com/showthread.php?t=146428)

OMJ 08-26-2011 02:17 PM

Re: [Dev Tools] How to create mods
 
Quote:

Originally Posted by scrosler (Post 2140826)
OMG! I was searching the wrong strings! You sir... Are the man!

well credit to SteelH, he updated his thread to include it...

scrosler 08-26-2011 03:12 PM

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.

scrosler 12-31-2011 08:59 PM

Re: [Dev Tools] How to create mods
 
I still come back to this thread for info!

Best thread ever!

Thanks OMJ!


-Scott

OMJ 01-01-2012 12:32 PM

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

Tinkerbell 01-01-2012 12:59 PM

Re: [Dev Tools] How to create mods
 
Oh My Goodness!! What a wealth of information OMJ!! Awesome!!

rydah805 01-21-2012 10:50 PM

This is a really helpful thread. thanks! :)


Via My HTC Evo 3D On The Now Network From Sprint.

OMJ 02-28-2012 01:27 PM

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

peterchakas84 03-04-2012 05:44 PM

Thanks for the post! How ever decompile the settings.apk and only got smali not res any idea wat I did wrong??..

Sent from my PG86100 using PPCGeeks

reaper24 03-04-2012 06:23 PM

Re: [Dev Tools] How to create mods
 
Quote:

Originally Posted by peterchakas84 (Post 2171651)
Thanks for the post! How ever decompile the settings.apk and only got smali not res any idea wat I did wrong??..

Sent from my PG86100 using PPCGeeks

Did you use APKTOOL ? Works like a champ you need to install

com.htc.resources.apk
framework-res.apk

Should work fine..

OMJ 03-04-2012 06:35 PM

Re: [Dev Tools] How to create mods
 
Quote:

Originally Posted by peterchakas84 (Post 2171651)
Thanks for the post! How ever decompile the settings.apk and only got smali not res any idea wat I did wrong??..

Sent from my PG86100 using PPCGeeks

what version of apktool are u using? 1.4.3 is the latest. Also, like reaper said, u need to copy com.htc.resources.apk & framework-res.apk to the apktool folder then run these cmds:

apktool if com.htc.resources.apk

apktool if framework-res.apk


now run the decompile cmd...


All times are GMT -4. The time now is 07:25 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0