Theme Template for 4.0.2 - G1 Themes and Wallpapers

Since people want smaller updates for themes I have reworked the Theme template so that HTC_Music can be installed as well as HTC_IME vk keyboards for those using apps2sd (located in system/sd/app)
NOTES:
This is just a template, you need to add all your files in the proper directories
The Readme.txt file in the app folder is a placeholder Replace it with HTC_IME.apk or whatever other program you want in system/sd/app so that you don't clog the system/app folder
Don't forget to sign before using. Do not delete any folders or it will not install.
This is for people with system/sd/app only. If you have your data in data/app I can try to make another but you will have to test it yourself!
If you are not making a theme for this or porting one DO NOT USE it since it is not meant for anyone to install without loading a theme into it.
Here is the file.
http://www.4shared.com/file/128013848/f9256799/_2__402b.html

Thank you for this beagz. As always great work

Related

Themed people/contact apk

Hi,
This is a slightly modified contact or people apk, with less blue and more grey to fit the other apps of ICS .
How to install :
-simply copy the apk to your virtual sdcard.
-with root explorer copy and past in your app/system over the original(you may save the original one by copying it to a safe folder before pushing the themed one)
-restart your phone..you will find your new contact with grey top bar that's it!
P.S themers, if you want to use my apk, please mention it in your work, thanks

Porting themes

Hi,
Is it possible if somebody can guide me on how to port themes.
I tried using the Theme porter and placed the i9100 theme(SystemUI,framework etc) to new folder and in the old folder i placed the i9100g (similar files) and ran the script. With this i do have the system files but i dnt know how to get the META-inf folder for a successful flash.
Is this the correct way to port? (there was a guide which had mentioned about decompiling the framework apk but what exactly do we do with the decompiled folder? since i dnt want to make any changes and just port the theme A-Z.

[TOOL] Create ZipThemer patch from modified APK - Linux only

Hey guys & gals!
Here is a little tool I made.
What it does is take 2 APK files - the original, and the modified/themed one. It then extracts the APK's and collects all the files that have changed from the original in the modified APK. It also adds the new files in the modified APK.
It wont handle changes to the smali code, but any xml or png changes will work fine.
Then it builds the changed files into a zip file that can be flashed using ZipThemer.
To use:
make an empty directory for apkdiff to work in.
create 2 folders new_apk and old_apk and place the 2 files in their respective directories.
Run the script:
apkdiff /system/app Phone
The 2 parameters are:
The folder on your device the APK is located in
The name of the APK file (without .apk on the end)
There are a couple of parameters you may need to adjust at the top of the file.
The result will be a file in the "out" folder which can then be used on other devices to modify the original apk using ZipThemer. This is a lot smaller file than if you redistribute the whole modified APK.
I hope this makes sense to someone!!
I am sure there are bugs in it somewhere, so if you give it a try and it breaks let me know.
Cheers!
Great and useful work mate,
thank you very much!!!

[How to][4.1.2]Simple Use of "Removed Apps Packs of ROM"

Hi all,
We have so much excellent JB SAMMY 4.1.2 ROMs on XDA. I9100 still here !!
For some reasons proper to DEVs, many files are removed from their flashable ZIP of ROM.
These files, APKs and dependencies, are frequently all the bloatwares from Samsung and Google.
Generaly, with ROM, DEVs never forget to upload their "Removed Apps Pack".
Their "Removed Apps Pack" are frequently a CWM flashable ZIP.
Sometime, we need some files from their pack and we dont need to flash the entire pack.
There is a simple solution :
In this post, i want to explain to ppl that if they only need one or two apks from the missed appq pack provided for their ROM installed, they have to delete all the others apks in the ZIP before flashing it. that's all.
updater-script doesn't need to be touch.
- open pack with winrar
- browse folders in winrar,
go to \preload\symlink\system\app\ and delete all you dont want
go to \system\app\ folder too and delete all you dont want too
- close winrar and let it work!
Merci and Thanks.
An pretty simple and easy guide
Good job Troubadour

[GUIDE] ROM Tweaking

What you will need:
Basic tools
- Notepad++
- ZIP manager tool like 7zip
Advanced tools
- Cygwin
- smali (assembler/disassembler)
- APKTool/APK Multi-tool
Lets Begin:
Download a ROM (we use CM in this guide) of your choice (don’t forget to get the permissions for it modding from the developer) and extract it. When you extract it, you will see at least two folders and one file
Folders
- system
- META-INF
Files
- boot.img [this is not present in defy/defy+ ROMs so don't worry about it ]
NOTE THAT I AM ONLY GIVING DETAILS ABOUT THOSE FOLDER WHICH YOU CAN REMOVE/EDIT
THE \system\bootmenu\2nd-boot\ FOLDER
In this folder you'll find the kernel [zImage] file of the ROM here you can change it with the one you compiled or by others.
The Tts folder
The ‘TTS folder’ is all about Text-To-Speech. It contains all the files needed by the Android system to get Text-To-Speech working. If you are removing the TTS feature from your ROM, make sure you remove this entire folder and the TTS related apps from the ‘system folder’, as this will save a lot of space.
The WiFi and Usr folders
The WiFi folder contains the drivers required by the WiFi module to function. So i strongly recommend NOT to touch this folder. If you delete any file from this folder, you will mess up the WiFi functionality.
The usr folder contains some miscellaneous but very important stuff. It may contain anything and everything needed by the Android operating system. For instance, this folder contains all the key-mapping. If such files are messed with, your device will be non-functional although it will boot.
The Build.prop
The build.prop file is pretty self-explanatory. Here, you can change the most basic things, like the android version that setting shows. Wondered how people are making 2.3.4 look like 4.0.3 in settings? Its build.prop. Also,you can change what ‘About phone’ shows here.
Other things,you can change things like,how long your wifi scans,how much battery your phone saves while in sleep, Dalvik VM heapsize and default ringtones. If you are wondering what # stands for, it signifies that, the particular line is commented out, and the system does not read it. You can use it add comments to the build.prop. This helps others understand, what is the function of a particular tweak.
A guide for some basic build.prop tweaks can be found here.
Please be aware that, these build.prop modifications are not universal. So, you will have to experiment with the tweaks and their values.
The META-INF folder
This folder contains instructions for the Android Recovery about how to work with the files present in the zip. This folder contains many folders, but the only one we need to edit is the update-script file.
Making Flashable ZIP
In order to create a flashable zip, first zip the ‘system, META-INF’ folder and the ‘boot.img’. Let’s name this zip as ‘update.zip’. Next we need to sign the zip. Get a signer here. Put your update zip in the same folder as the signer. Then run the ‘signer.bat’ file. This will sign your zip file. After the signing process is complete, you can change the name of the zip to your liking.
confused
hi,,,i'm new here,,,,
after reading ur post, actually i can't do this,,,
and i installed miui v5 rom and always find crashing about "android process stopped."
and i can't edit the rom or make update of it because of no jnderstanding it, but i like miui so far.
so, can u give me the link of miui v5 rom that not crash, in order to me just to instal it without editting.
thx so much.
gwesal said:
hi,,,i'm new here,,,,
after reading ur post, actually i can't do this,,,
and i installed miui v5 rom and always find crashing about "android process stopped."
and i can't edit the rom or make update of it because of no jnderstanding it, but i like miui so far.
so, can u give me the link of miui v5 rom that not crash, in order to me just to instal it without editting.
thx so much.
Click to expand...
Click to collapse
Checkout my miui thread I have already posted the original link there
D5+/cm11/1.2GHz.
Sent from Tapatalk app
coolshahabaz said:
Checkout my miui thread I have already posted the original link there
D5+/cm11/1.2GHz.
Sent from Tapatalk app
Click to expand...
Click to collapse
which one???
is it the official rom from miui site or edited rom you created??
actually its take too long doenloading from official site. but rom i doawnloaded is always crashing android.process.stopped.
gwesal said:
which one???
is it the official rom from miui site or edited rom you created??
actually its take too long doenloading from official site. but rom i doawnloaded is always crashing android.process.stopped.
Click to expand...
Click to collapse
The one I edited had that prob of crashing, n the one on official site is about 240mb ty its taking time
D5+/cm11/1.2GHz.
Sent from Tapatalk app

Categories

Resources