[Q] Any devs I could work with to learn Rom development? - T-Mobile, Samsung Galaxy SIII

I have been trying to develop my own roms for awhile now, but every time I flash what I've been working on, I hard brick (this is my 3rd replacement; dsixda's kitchen is also an old tool). I just want to know if I can work alongside other devs via whatever method of communication so I can learn some stuff. Even if it's a tiny project, I just want to learn. Sorry if I'm not suppose to ask or anything... Just don't know where else to look.

DinoSoup said:
I have been trying to develop my own roms for awhile now, but every time I flash what I've been working on, I hard brick (this is my 3rd replacement; dsixda's kitchen is also an old tool). I just want to know if I can work alongside other devs via whatever method of communication so I can learn some stuff. Even if it's a tiny project, I just want to learn. Sorry if I'm not suppose to ask or anything... Just don't know where else to look.
Click to expand...
Click to collapse
His kitchen has been updated to work with the s3 so that should not be the issue.
Do you have any experience decompiling apks? And what questions do you have

I have decompiled apks. In fact, I have a few low grade apps on Google play.The issue I've been having is just porting, even with the latest version of dsixdas kitchen. But I want to do other stuff, like build a unique ROM.
Sent from my SGH-T999 using xda premium

DinoSoup said:
I have decompiled apks. In fact, I have a few low grade apps on Google play.The issue I've been having is just porting, even with the latest version of dsixdas kitchen. But I want to do other stuff, like build a unique ROM.
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
I would start with a basic tw rom to start

I to been plaing on developing roms. As an upcoming software engineer I wanted to actually try to start from scratch lol. Hopefully school teaches me more about dev'ing. But as for me I dont have any experience in all that yet :-/ anything specific we have to learn?
Sent from my SGH-T999 using xda premium

I'm learning as well! - Hope this helps!
I have used the same dsixda's kitchen 2.18 (newest)
-I tried it on my Acer A500 tablet ROM (doesn't work good -I even updated stuff in it like which Partition #'s are for my device)
-kitchen works ok with SGS3 ROM, but I can't confirm that nano editor works or other stuff
-kitchen will change boot.img (kernel) when you choose these options: Root, busybox, init.d, & nano editor
Opinions:
-I don't have faith when "dsixda's kitchen" changes (or injects) the kernel (boot.img)
-In "dsixda's kitchen", after you convert back to "updater-script" at end, I usually have to check and modify (or clean up a few lines)
-I have doughts on "update-binary" getting changed.
What I do...
1. Start with Stock (untouched) ROM..
2. Removing + Updating .apk's (sometimes, I have to add in Lib files for certain .apk's)
3. I can use Kernel changes from "dsixda's kitchen 2.18" and it will work, but prefer to use Kernel (boot.img) from anothers ROM that has SuperSu, busybox, init.d, or nano text editor injected. and add those files to system/xbin
4. MODS...
- I add "MOD - Customizable 23 Statusbar Toggle (Wanam)" files to Rom, then modify "systemUI.apk" (with my own 204 battery % images)
- for Battery % icons (Extract, change 204 files, Compress)... {SystemUI.apk...res\drawable-xhdpi\stat_sys_battery...} I had to use anothers version on wanam's 23 toggle (that had the 204 battery images, Wanam's 23 toggle originally has 17 battery image files)
- I use build.prop tweaks that I've learned from other ROM's
- I use "system\framework\android.policy.jar" from others ROM's to get "4 in 1 Reboot menu".
- I use "system\etc\hosts" file (970 KB) from a "MOD - AD Blocker" (not sure if it works, but replaces blank stock one)
- I use "system\etc\init.d" folder from other's ROM's and make sure same kernel has same injections + correct files in system\xbin folder.
-Edit\Modify Desktop Shortcuts........system\csc\default_workspace.xml
-Edit\Modify some settings here.......system\csc\feature.xml
-Many Mods change this file............system\framework\framework-res.apk
-Many Mods change this file............system\framework\twframework-res.apk
-Remove (84 MB) Foreign Languages, 3 sound files, 1 Video
__________________________________________________________________
*** Removed 24 Foreign Language files from... system\fonts
*** Removed 43 Foreign Language files from... system\hdic
*** Removed 3 Audio files from... system\media\audio\ui\ PowerOn.ogg, PowerOff.wav, PowerOff.ogg
*** Removed 1 Audio files from... +1 Folder system\media\video\shutdown\ shutdown.qmg
*** Removed 159 Foreign Language files from... system\T9DB
*** Removed 10 Foreign Language files from... system\tts\lang_pico
*** Removed 36 Foreign Language files from... system\tts\lang_SMT
*** Removed 5 Foreign Language files from... system\tts\lang_SVOX
*** Removed 54 Foreign Language files from... +16 Folders system\voicebargeindata\sasr
*** Removed 2 Wallpaper files from... +1 Folder system\wallpaper
*** Removed 12 Foreign Language files from... system\wakeupdata\sensory
I wouldn't call myself a DEV at all, but I figure a few things out and always make my own Custom ROM's (but really, it's just parts of many rom's)
I'm learning as well!
Wanted: Another Kitchen type program.
-Tool - SGS3_Snapdragon_ToolKit_v2.3.0 (or international version 6.0) will do some similar stuff on ICS 4.0.x Rom's (not JB 4.1.1)

That was awesome. I have a project in mind. Maybe I could get some people together and we try it out? PM me if your interested...
Sent from my SGH-T999 using xda premium

Related

[APP] Simply change an icon on your Android phone (Update APK Edit V0.4e)

APK Edit V0.4e
--------------------------------------------------------------------------------
Ever wanted to simply change an icon on your Android phone and found yourself lost in the endless lists of forum posts saying: you have to change heaven and earth to do this...
NOT ANYMORE!!!!
APK Edit is born!
With this little program you can simply change icons of your android application.
It even lets you change the applications name.
But wait mike..... there's more.....
It even lets you edit the text used in applications.
Sounds to good to be true...
Well... to be honest.... it is.
But I've come a long way from that initial question to the final answer.
My conclusion so far, it works for most of my applications.
It probably will work on most of yours as well.
Try it out now!
(Caution: when overwriting an existing application, using the adb Wireless feature, you will loose your associated data!!!)
For the record... only use on you're own apk files, otherwise it's not that legal I think.
Version history:
Code:
0.4e - Minor update
Added: Some more debug logging on startup of the application.
Fixed: Version number in settings tab now shows correct version.
0.4d - Minor update
Fixed: Fixed startup crash if some APK properties are empty (like screensize/densities/locales), like in Settings.apk.
Fixed: A little bug in the fancy install mechanism, mainly experienced when installing system apk's
0.4c - Minor update
Fixed: Compatibility issue with Windows XP, causing program to crash on startup.
0.4b - Minor update
Fixed: Error extracting signature.
Changed: Extended logging.
0.4a - Minor update
Changed: Logging is enabled by default.
Added: Some debug messages for when opening of apk goes wrong.
0.4 - Major rewrite
Did a major rewrite of the code.
Added: Option to choose APK tool version
Added: Logging feature
Added: Auto retrieve required dependency files from phone if needed (for editing system apps)
Added: Details panel, shows information about the package.
Added: Restore original file link, for when thing's get really messed up.
Added: Donate button, for those who wanna celebrate with me.
Fixed: Some annoying issues (APKtool Issue 100) / (XLargeScreens bug)
Removed: QR Code installation support
Removed: AdbWireless installation support
0.3 - Update
Added: Language support.
Added: Installation method (USB Cable).
0.2 - Minor update
Added: Save confirmation dialog (as req by droidzone)
Changed: Recreated the loading animation so that it theme's better with the rest of the application.
0.1 - Initial release
Special thanks goes out to:Brut.all for creating Apktool, the backbone of this little project.
and to: anoniem100 to make it functional for noobs like me Orginal Post click here
very good
Seems an excellent work let's try and then will report back
Sent from my GT-I9000 using XDA App
How can I use this program ?? If I open it, it opens a dialog screen that wants to open a java.exe file ?
In order to use it you need to have java installed.
By default it will search for it in "C:\Program Files (x86)\Java\jre6\bin\java.exe".
If it can't find it there, it will pop up the screen you are talking about, asking you where it can find it.
I know, it's a little dirty this way, but I'm a lazy programmer
If necessary you can download java for free at: java.com
Anoniem100 said:
In order to use it you need to have java installed.
By default it will search for it in "C:\Program Files (x86)\Java\jre6\bin\java.exe".
If it can't find it there, it will pop up the screen you are talking about, asking you where it can find it.
I know, it's a little dirty this way, but I'm a lazy programmer
If necessary you can download java for free at: java.com
Click to expand...
Click to collapse
Thanks my friend to make it functional for noobs like me
what can i say friend? you are a great guy!!!
dena994 said:
what can i say friend? you are a great guy!!!
Click to expand...
Click to collapse
So i'll see all custom icons in your next Rom LOL
This is total awesomeness... works perfect for me, i will definitely promote this!
Thanks for sharing it.
BTW heads up --- this can actually break some apps...
The breakage comes because this tool works by decompiling the apk and
signing it with a key that is NOT the same as the original developer's
key so for apps that have co-dependencies (ie, one app calls into another), this can cause mystery errors because if the signatures are not identical, then the call will fail.
while this is a lovely tool, i just wanted to mention this...
thanks for the info
Update New version V0.2
That's true ThaPHLASH, co-dependencies are a big trouble when using this approach. Can't think of any way around it at this time, so we are currently stuck at changing those apk's who are autonomous.
If it does break you're apk, don't worry... it always saves a backup of the original apk when changing.
Great!! its work fine for me
Thanks!
i think this will change the icon in the appdrawer, right ?
if so, it would be nice to seen this wihtin an app on the phone direct,
like desktop visualiser but also in the appdrawer.
dunno if its possible to code, but that woud be awesom !
Falloutboy2000 said:
i think this will change the icon in the appdrawer, right ?
if so, it would be nice to seen this wihtin an app on the phone direct,
like desktop visualiser but also in the appdrawer.
dunno if its possible to code, but that woud be awesom !
Click to expand...
Click to collapse
That is pretty easy to do, u just find the icons in the drawables of a app but I think this app will make it much easier, I need to get back on my pc and check this out.
Sent from my GT-I9000 using XDA App
I have a problem i think.... when change icon to apk file the aplicattion create a .backup file but no a new file with the new icon... and other work ok i dont know why...
Congrats zEsAr!!!
You are the lucky finder of a brand new bug!
Are you having this problem with all your apk files?
No, some apks work ok but others say save changes very fast and the new archive dont exist.
zEsAr said:
No, some apks work ok but others say save changes very fast and the new archive dont exits.
Click to expand...
Click to collapse
Cool, or actually... not that cool, but you get my drift.
Will look into it, I myself have the same problem with some of them.
Maybe has to do something with compression levels, bla bla...
Back to work ;-)
not to question your skills or the app capability, but does it still have the problem zesar had? just wanna make sure before trying it out..

[UTIL][12/JUL/12] Samsung Galaxy S Chlorine (or cwm update bloat remover generator)

Status: ONLINE and Updated 12/Jul/12
With so many GB roms coming out lately I often can't wait for xxx custom rom developer to update to xxx rom. For the last month or so I've basically been using customised stock roms. (My own AOSP theme, choose a kernel, change a few apks).
One of the first things I do after flashing a new rom + kernel is cut down on some of the bloat in /system/. I more or less remove everything that can be downloaded (for free) from the market. When they're downloaded from the market they often go into /data/, leaving more breathing room in /system/.
As always, backup and be confident with restoring your phone via download mode or CWM.
Android Chlorine
---
SGS Chlorine
SGS2 Chlorine
SGS3 Chlorine
---
SGS Chlorine (mobile)
SGS2 Chlorine (mobile)
SGS3 Chlorine (mobile)
What this does:
This is a little bit of PHP that will generate a customised CWM update.zip which will remove specific apks (and associated .odexes).
Usage:
* Choose which APKs you want the update.zip to remove and hit the Generate button.
- You can also select a preset to save some clicking.
* Copy the generated .zip file to your phone.
* Apply it with CWM.
Thanks:
The list of APKs was grabbed from the public google docs spreadsheet.
The SGS2 APK list was grabbed from this public google docs spreadsheet
The SGS3 APK list was grabbed from this public google docs spreadsheet. XDA thread
Notes:
* The APK list shouldn't let you remove anything 'vital' to booting the phone.
* I've tested it myself pretty extensively and used it for the last couple of stock roms released. However, there may be bugs. Let me know and I'll attempt to get them fixed!
* If you have any particular ideas for good presets, also let me know and I'll see to adding them.
* You can remove TouchWiz (TouchWiz30Launcher.apk) with this. However, if you do that without having another home 'app' installed, bad things may (will) happen.
Presets:
- Google
Removes the following:
- Gmail.apk
- GoogleQuickSearchBox.apk
- Maps.apk
- Street.apk
- VoiceSearch.apk
- YouTube.apk
- Sargorn Special
Removes the following:
- Everything from the Google preset
- Aldiko
- BuddiesNow
- The flip fonts, Choco, Cool, Rose
- Days
- Dlna
- DualClock
- InfoAlarm
- Flash
- Layar
- MiniDairy
- MyFiles
- Protips
- SamsungWidgets (CalendarClock, FeedAndUpdate, StockClock)
- SnsAccount
- SnsProvider
- Unified Inbox
- Write and Go
Nice, a kitchen for removal rather than gain of apps
reserved for future use!
Simple, but very useful!
Thumbs up!
this looks very promising.
one of the things i hate about upgrading is removing all the bloatware ....will try it out my next flash thanks
what a great idea
Wow, definitely going to try this. Thanks!
EDIT: after generating a .zip and looking at the generated script, it deletes .apk and .odex files. Will this throw an error if used on a deodexed rom? Maybe an option to select whether the rom is odexed/deodexed would be a good idea? Just a thought.
It doesn't throw an error. Just double checked.
I will try. I was looking for such a pc software because im tired of removin app
myself again and again after flashing new roms. Thanks.
can i still choose apps which i don't have so incase in the future, i don't need to create another one.. what i'm generating is my master uninstaller.
very nice utility.
this a very useful +1
Very nice idea. Exactly what I was looking for. Will give it a try right away/
Great!
Suggestion: you could add a text input field (possibly user could press a button to get more text input fields) so that users can remove some other (not pre-defined) APKs.
Don't know if it's of any use though..
bitmappp said:
can i still choose apps which i don't have so incase in the future, i don't need to create another one.. what i'm generating is my master uninstaller.
very nice utility.
Click to expand...
Click to collapse
That should work without any problems. The update-script won't complain if the files deleted are not there to start with.
theos0o said:
Great!
Suggestion: you could add a text input field (possibly user could press a button to get more text input fields) so that users can remove some other (not pre-defined) APKs.
Don't know if it's of any use though..
Click to expand...
Click to collapse
I can see it being useful if you have a specific apk that usually is installed with your CSC. I'll look into it when I have a chance.
If I understood well, it works on odexed roms?
wonsky21 said:
If I understood well, it works on odexed roms?
Click to expand...
Click to collapse
That's right, the update-script removes both the .apk files and the .odex files.
So as long as you have CWM it will work on odex or deodexed.
Ok, so domo arigato, as they say
Worked pretty good when I went from JVP to JVQ just a minute ago
Great!
After downloading the zip file, can the updater-script be manually edited and and readded to the zip?

[Q for Theme development] Multiple lockscreens with JVS framework

Hello,
I always got Multiple lockscreen frameworks such as EDT and JKay's Lockscreens. I really want to know, actually where are these files located in framework-res..
I want to port EDT's JVR lockscreens to JVS framework.
Anybody willing to help me?
Regards,
Rahul
I'm quite interested in this too...and I guess that nobody will write us down a list with needed files .....I can tell you what I've found out so far and hope that it will be of any help to you.
The smali files for the lockscreen itself I think they should be in android.policy.jar
Then there also should be some changes in framework.jar which I do not know.
The ressource files like pictures etc are in the framework-res.apk
Then you also need the edt.apk in /system/app
Decompile the files with apkmanager/baksmali
Use a comparision tool like winmerge to see what files are added additionaly compared with the standard stock files. And also too see if there are smali changes in some files.
Good luck
Sent from my GT-I9000 using Tapatalk
why bother, they are not bug free anyways
$omator said:
why bother, they are not bug free anyways
Click to expand...
Click to collapse
You said that more than once now, but I sure as hell don't suffer any bugs while using them on JVQ or JVR.
While we're at it, I thought, hey, what the hell, I can learn and do it myself. Always good to learn this sort of thing. So I got smali/baksmali, winmerge, and Whitehawkx's source files, which I think will work.
But that's not the point.
The point is that baksmali is desassembling the .dex files just fine, but when I want to make a new file after merging the files from the sources with the originals of the .dex... It makes a .dex with the original files.
That is: disassemble -> merge the files -> I make sure the files are there. They are. -> I use smali, it creates the new .dex -> As everytime I do anything, I think, hey, lets disassemble the new file again to make sure the new files are there -> The files are not there.
It's driving me crazy... I mean, how the hell does it create a file from something that isn't there any more?
I can sort of get that the new files and folders don't make it to the new .dex (although, no, I don't get why would that be), but how can the overwritten files go back to be the original ones?
Seriously, driving me crazy.
Edit: Ok, nevermind what I said... The files change frigging places when smali assembles them...?
Edit2: Suprise, surprise, it didn't boot, but now I don't know if it's because I did something wrong or because the source files aren't good for JVS. I'm gonna try to do it on JVP, I'm curious now...
$omator said:
why bother, they are not bug free anyways
Click to expand...
Click to collapse
Well because some of them have features people want to have...and also because people can live with some of the bugs. I don't care if it writes me SIM-Card is locked even if it isn't. The functionality doesn't decrease because of that.
But well these lockscreens give us a music widget that works with other players then the crappy samsung stock one. And I can unlock directly to messages or phone. If it was for me I would only need something like the fourtab(which sadly has a memory leak)...but if the whole package could be ported or whatsoever and people would like to do it why not ?
Code is present in the android-policy.jar and framework.jar (for some lockscreens). You need to copy over the Smali Files fromt he MOD to the JVS framework and android policy. After that you need to copy over the drawables, layouts and other xml files to the framework apk of JVS and assign them each a unique resource ID. These resource IDs need to be substituted with the new values in the Smali files. Since the framework-res.apk changes with Firmwares, the Resource IDs are different for each framework.
It's very complicated stuff for rookies. You need to know which stuff to copy where and what modifications to make for specific lockscreens. And you need to use Logcat and do a lot of trial and error.
And $omator is right. Those lockscreens all together don't work perfectly due to conflicting code. For example, I made a SGS II Lockscreen Port http://forum.xda-developers.com/showthread.php?t=1070564 . The Same Lockscreen that is found along with 9 Lockscreen MOD is incomplete and doesn't work perfectly. I don't mean to say that the 9 lockscreen mod is useless, but It is very handly provided you compromise on what you get.
dhiru1602 said:
Code is present in the android-policy.jar and framework.jar (for some lockscreens). You need to copy over the Smali Files fromt he MOD to the JVS framework and android policy. After that you need to copy over the drawables, layouts and other xml files to the framework apk of JVS and assign them each a unique resource ID. These resource IDs need to be substituted with the new values in the Smali files. Since the framework-res.apk changes with Firmwares, the Resource IDs are different for each framework.
It's very complicated stuff for rookies. You need to know which stuff to copy where and what modifications to make for specific lockscreens. And you need to use Logcat and do a lot of trial and error.
And $omator is right. Those lockscreens all together don't work perfectly due to conflicting code. For example, I made a SGS II Lockscreen Port http://forum.xda-developers.com/showthread.php?t=1070564 . The Same Lockscreen that is found along with 9 Lockscreen MOD is incomplete and doesn't work perfectly. I don't mean to say that the 9 lockscreen mod is useless, but It is very handly provided you compromise on what you get.
Click to expand...
Click to collapse
Very complicated to do something like that from scratch, yes.
If at least one of the persons that have made a 9 lockscreen JVS rom posted the sources... From there I've learned by now that it's fairly easy to just include them into the files.
But no one have.
If you really want to learn how to do it i can only recommend read lots of info and do some investigations by yourself.
If some guy made the stuff for lets say XXJVQ then grab the files and compare them with the stock files. Decompile them with apkmanager. (jar files can also be modded this way, you only need to add .apk to the jar extention, and remove it later after compiling back)
This way you can see what files need to be added and what values need to be changed/added. First try to understand the process and after that make your own mods.
I used Winmerge for comparisation of the files.
Well... I modded the overscroll by myself. It's a start.
Thanks to Team Obssessed, we can already have multiple lockscreens on JVS.
I already made a theme as I like and added the lockscreens thanks to the files of this rom.
Now I can have a proper JVS .
Is just that I'm too used to puzzle and MIUI lockscreens to go back to stock or AOSP. And those two work without bugs, so... And don't know about the rest.
and btw. apkmanager got aapktool with outdated baksmali/smali ...

[WINDOWS] Rom Zip Modifier

Hi,
everytime I want to flash a new version of a rom I have to modify the zip file contents, i.e. delete some files etc, which is a very tedious process.
Thats why I created a little tool for Windows (requires .NET 3.5) that can do the following with a zip file of a rom:
- Delete files
- Add / Replace files
- extract .apk's, decompile them, modify (regex replace) inside text / xml files within, recompile them and put the updated version back into the rom zip.
The tool is still beta, so there could be many errors if you don't use it correctly... always make a copy of the rom zip before using this tool on it
The included apktool (for decompile/recompile of apk) requires JRE 1.6 and only works for Android Jellybean roms / framework-res.apk's - but I think you could just use another apktool version for different Android versions.
Included in the package is a sample configuration that is basically exactly what I am using. Of course you can change what files to add, delete and modify. Also there is a screenshot attached so you can see what it looks like - as you can see you need to have some basic knowledge of how android rom stuff works, I don't think this is useful to total noobs, sorry.
If you have any problems / suggestions feel free to write here.
I hope this is useful to someone
Regards
Abomb
Changelog:
1.0: Inital release
1.1: Some error checking, not all errors will be caught but at least some basic ones.
1.2: Files to delete and apk's to modify can now be selected from the zip file via file browser
1.3: Log during modify operation and bugfixes
1.4: More bugfixes, plus the settings are now stored in the image of a cat
This looks like it could be useful. Thanks for sharing.
Great!!! easy to edit a rom for me
Thx, great job.
New version 1.1 with some error checking released.
Version 1.3 released with the following changes:
- Files to delete and apk's to modify can now be selected from the zip file via file browser
- Log during modify operation and bugfixes
Last version don't work with last nightly CM10 and Jellybro when trying to modify Navbar DPI.
ZipTest Error.
Sorry for bad English.
DeadMetaler said:
Last version don't work with last nightly CM10 and Jellybro when trying to modify Navbar DPI.
ZipTest Error.
Sorry for bad English.
Click to expand...
Click to collapse
Yeah I noticed, the problem seems to be thatthe zip file contains some folders like "a" and "A" - which is no Problemon Linux, Android etc, but does not work under Windows I haven't found any solution yet, but I'll try to find a fix for it.

[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