Build.prop tweaks - Miscellaneous Android Development

This build.prop is made for cm9 has been tested working and verified to improve performance.
HOW TO INSTALL:
Download the build.prop(linked below)
Open es file explorer>Move the new file to /System/build.prop (overwrite)
Done!
REBOOT COMPULSORY
http://www.mediafire.com/?fp5u1ouh24a3zd6

Awesome!

Related

[HOWTO] Modify CM6 nightly to include your "stuff" on *nix system!

OK, so I've been using Android Kitchen (URL provided) to modify other ROMS (not CM6 cuz the kitchen is not compatible) to add my own apps and whatnot. So I flash nightly about ever couple of days or so, and hate having to flash the core CM zip and then gapps then copy over my apps, and do mods that I like, etc.
Now you can do all of that in one shot here's how.
In this example, I will demonstrate adding Gapps, change density of LCD, and add my own apps to /system/app (note, this might prevent market from auto update on your apps).
1. Download nightly zip
2. Extract it using your favorite zip program
3. You should get a directory (if not unzip it into a directory) of CM6.
To change LCD Density:
4. go into /system/ folder and open build.prop and look for "ro.sf.lcd_density" and change the value to some'n you like. I have mine at 170 instead of 240 (default)
5. Save the file and do a chmod 755 system/build.prop
Note: I'm not sure if step 5 matters but I thought I would put it back to original state when it was found in the archive.
To Add Gapps:
6. Download Gapps zip file
7. Extract to a directory other than the ROM directory
8. Go into system folder and copy over all the respective files in the folders into CM6 corresponding folder. For example: Gapps => /system/app/Vending.apk then you will copy that apk into /CM6_extracted_folder/app/ and so on so forth.
To add your own apps:
9. Simply add all apks into /CM6_extracted_folder/app/
10. Do a chmod -R 755 /CM6_extracted_folder/app/
Note: same note as in step #5.
Putting it all together:
11. Now create an zip archive with your favorite zip app
12. Add all the contents of /CM6_extracted_folder/ into the archive. NOT the /CM6_extracted_folder/ folder itself but everything underneath it.
13. IMPORTANT: DO NOT set any compression rate, just add it as normal rate (default in most app). I tried it with diff. compression rate and recovery flash have hard time reading it.
After all of that you should have the following folder structure in your archive:
boot.img
META-INF
system
If you don't see it like that then redo ur archive.
Now you can transfer the file over to sdcard and flash it all in one sweep.
If you really want to get fancy, you can write script to automate all of this.

[TUT] V6 SuperCharger & Kickass Kerneliser Scripts & init.d Tutorial [All Devices]

[TUT] V6 SuperCharger & Kickass Kerneliser Scripts & init.d Tutorial [All Devices]
For C2104/C2105
Hi all just wanted to share this because i dint see any threads on it. old android users like me will no what these are but for new users these scripts will install new tweaks and performance enhancements to stock rom & kernel. you have to install script manager from google play to run these scripts. all thanks go to the original author Zepplinrox make sure you thank them.
init.d Tutorial
Requirements:
1. Stock Kernel
2. Root
3. Busybox
4. CMW Recovery for Stock Kernel. Or flash gordon app find it here: http://forum.xda-developers.com/show....php?t=2250555
5. Root Explorer or any other similar app.
Instructions:
1. Download the zip and place it in a folder in your SD card.
2. With Root Explorer, go to /system/etc. Press the Mount RW button on top right corner.
a. If the file install-recovery.sh is not there, then press Menu and create a New File.
Name it install-recovery.sh and then long-press on it and select Open in Text Editor.
Paste this text in it:
Code:
#!/system/bin/sh
# init.d support
busybox run-parts /system/etc/init.d/
Save it and delete any .bak file that Root Explorer might have created. Set the permissions as rw- r- r- OR
b. If the file install-recovery.sh is already here, long-press on it and select Open in Text Editor. Paste this text in the end:
Code:
# init.d support
busybox run-parts /system/etc/init.d/
In both scenarios, don't forget to leave one empty line at the end of install-recovery.sh file. ***
3. Reboot into Recovery and flash the init.d-autorunner-stock.zip i've repacked it to work it with xperia L
if it doesn't flash extract and push the files to there relevant places in /system and give permissions rw- r- r-
4. Reboot your phone and with Root Explorer go to /data/local/tmp.
There should be a txt file there named "init.d_log_test.txt" and once you open it, you should see the word "done".
5. Now you can use your favorite init.d (shell) scripts on stock kernel!
All credits for this tutorial go to iridaki & Doomlord.
Original Thread: http://forum.xda-developers.com/showthread.php?t=1422061
First Time SuperCharge Tutorial
First of all downloads go here: http://forum.xda-developers.com/showpost.php?p=18703418&postcount=5021 and download V6 supercharger update9 rc12, kickass kerneliser update 3 rc11 & the supercharger starter kit Rc12 zip and move them to the root of your sd card. then download & install script manager from google play.
Applying SuperCharger Starterkit
Next extract supercharger starterkit.zip to the root of your sd card (the easyest way would be with root explorer). Then open script manager and click browse as root then select ok. next navigate to sdcard and click StartMeUp.sh that was extracted from the zip (it will prepare your rom and install the features from the zip at onece) click the su icon (This is superuser) then click run grant the superuser prompt and follow any on screen instructions. after script has finished exit out by clicking the X icon in the top lefthand corner. You should be using the new RC12 this one gives you the option to install which features you want if your on jb all you need is the zipaline binary the bussybox and the su binary is for a fault in ics also if your USING SUPER SU DO NOT INSTALL THE SU BINARY AS SUPER SU USES A DIFFARENT BINARY!!!
Running V6 SuperCharger & KaK Scripts
Note if you have init.d do not follow the run at boot part. as the 99supercharger.sh & 98kickasskernel.sh scripts will run as shell scripts at boot.
In script manager navigate to where you saved V6 superCharger then select it then use the same prosses click the su icon then run follow all on screen instruction and choose which options you would like. do the same for the kak script. after you have ran both scripts in script manager navigate to the file v6 supercharger wich will have been created in the internel sdcard. Find 99supercharger.sh we want to run this scrip at boot so select it press su and this time the boot icon then run grant superuser prompt if requsted then let the script finish following any instructions then exit out. Do the same for 98kickasskernel.sh. then reboot. you should now be supercharged.
init.d is 100% recommended so follow that first
Code:
This is what i have done and has worked for me. [SIZE="4"]
Follow At Your Own Risk
I Am Not Reponsable For Any Damage Your Device Suffers [/SIZE]
V6 SuperCharger Original Thread: http://forum.xda-developers.com/showthread.php?p=16635544#post16635544
New V8 SuperCharger Is In Alpha Stage So Use At Your Own Risk
V8 SuperCharger Original Thread:http://forum.xda-developers.com/showthread.php?t=1250276
I will give a try tonight.
btw great work mate
Thanks!
How to flash gordon app?
rafitcu said:
How to flash gordon app?
Click to expand...
Click to collapse
There's a link for it on my deodex thread
hello
can i use this on vengeance kernel?
terraworlds123 said:
hello
can i use this on vengeance kernel?
Click to expand...
Click to collapse
Yes you can bro
:good:
gavster26 said:
Yes you can bro
Click to expand...
Click to collapse
oh
ok thanks
Can i flash zip with cwm??
Sent from my ME172V using xda app-developers app
Requirements:
1. Stock Kernel
2. Root
3. Busybox
4. CMW Recovery for Stock Kernel. Or flash gordon app find it here: http://forum.xda-developers.com/show....php?t=2250555
5. Root Explorer or any other similar app.
Click to expand...
Click to collapse
Yes its in the requirements my friend
how do we know,if this tweak has been work on our phone?

[FIX] Layers Manager not working on SOKP 5.1.1 R10 [FIX]

Layers Manager found to be not working on SOKP 5.1.1 R10 rom for Yu Yuphoria (Lettuce). Can't update, shows Error (-505) when updated. There is an easy fix:
First download the files:
1. Layers Manager (v4.3.2)
2. ES File Explorer (Or any other file manager which supports Root access; mounting R/W).
Procedure:
1. Put the file "com.lovejoy777.rroandlayersmanager-12.apk" anywhere on SD.
2. Get root access to mount R/W through file manager.
2a. Slide the toolbar from the left, go to “Tools” section and tap “Root Explorer.”
2b. Select “Mount R/W” to mount your system files as R/W.
3. Go to /system/app/LayersManager
4. Delete the apk file in it (it is the old version installed)
5. Replace it with the new version file downloaded from the above.
6. Reboot device.
7. Now install the same apk file copied in the SD.
8. Done, now you have a working layers manager.
There can be a much easier fix if someone could build a flashable file. I am an amateur at building flashable files. If anybody can, please make a flashable file for the updated Layers Manager.
Themes Tested and Working:
Blackish Layers Theme
Milos - Layers Theme
Please test the fix and if working please post more working themes on Yuphoria.
Thank You

Add note 5 [N5] home screen features to Galaxy J7&J5

you need:
-root permission
-root explorer
File link:
https://mega.nz/#!CkJXzQZS!-tl1HUg7BuXMGpVTaIfnw4Q3ODQZ2NJFpsLDDPoZuT8
-how to add the features:
1-download the file and extract it
2-there is an apk file rename it to TWLauncher ESS.apk
3-go to root explorer>>system>>priv app>> touchwiz home >>rename the apk file to TWLahncherESS.backup
and move it to sdcard
4-move the first file which you renamed it (TWLancherESS.apk)
To system>>priv app»touchwizhome
5-move the three files libin the extracted file by root explorer to system>>lib
and change permissions to rw-r-r
6-reboot your device
7-enjoy
If you like my thread tap thank plz
File link
https://mega.nz/#!CkJXzQZS!-tl1HUg7BuXMGpVTaIfnw4Q3ODQZ2NJFpsLDDPoZuT8

[MOD][GUIDE][ROOT[MIUIv8] Ios-like system animations for miui.eu 7.5.25

1. download framework-res.apk from from here http://www.mediafire.com/file/jwmbdax2h878zdk/framework-res.apk
2. use any root explorer and replace framework-res.apk located in /system/framework/framework-res.apk
3. set permissions to rw-r-r
4. reboot into recovery and wipe cache, and dalivik cache and then reboot into system
5. done
only works on xiaomi.eu rom 7.5.25
Preview:
https://youtu.be/t1ir3Kb1gyc
Guide:
Howto make this for your rom:
1. u need to enable adb on your phone
2.
Code:
adb pull /system/framework/framework-res.apk
3. decompile framework-res.apk
4. ovverride anim folder and animator folder with the one i provided in attatchment below
5. recompile
6. put the 'new' framework-res.apk on internal sd card
7. use any root explorer and replace framework-res.apk located in /system/framework/framework-res.apk
8. set permissions to rw-r-r
9. reboot into recovery and wipe cache, and dalivik cache and then reboot into system
10. done
note :
decompile recompile the easy way thanks to @littlejoelgriffo :
Now is the important part. Install Winrar Then open the .apk by right clicking the file -> open with -> WinRar. Now you can look around the .apk file. Find a file inside the .apk you wish to edit. (In my case I'm going to navigate to res -> mipmap-hdpi -> ic_launcher_settings.png). Just drag the file from the .apk and edit to your liking.
NOTE: It is recommended never to completely take everything out of the .apk and then put it all back in. Just do one file at a time.
Then when your finished, select the old file in the .apk and press the delete button. Now drag in the new edited file into where you found it. Easy!
have fun

Categories

Resources