[MOD] EZ InitD - init.d the EZ way !! - AT&T, Rogers HTC One X, Telstra One XL

Root IS required !!
This mod will add init.d support to any rom even stock roms without editing the ramdisk. Instead it uses the post_boot.sh file that is in most if not all roms. It should work on most devices, if it does not work on yours please look in /system/etc and post the name of the file that contains "post_boot.sh".
This mod has been tested on the OneX and OneS.
To use just flash in recovery and add your favorite scripts to init.d.
For devs:
To add this method to your rom simply edit the post_boot.sh file and add this line at the bottom:
Code:
/system/etc/init.d/*
Easy right ? Suprised it hasn't been done before, well at least that i know of.
All files in init.d will be executed at boot just like regular init.d. You can also manually add the line and make it whatever directory you want.
Download 1.1:
http://goo.im/devs/smokin1337/Mods/Easy_InitD_1.1.zip

Changelog:
1.1 fixed error in script

sweet! easy fixins

It works great, I've had the best battery response all day with this. I think it was funny that some people thought init.d couldn't be used on stock roms but here it is....
Anyways thanks for the hook up man, hopefully devs start to add it into their roms.

Thanks for your hard work, looks great..

Fyi I posted another method before here:
http://forum.xda-developers.com/showthread.php?t=1680052
So if this method doesn't work for you then you can try that method.

worked awesome the first try! thanks a ton dude!

this is cool. but ive always just created my own file in system/etc named init.d, and its always worked. so thanks 4 this, but i prefer my way. thanks again man.

Sorry if this sounds like a stupid question but what exactly does this do?
Sent from my HTC One X using XDA

Does anyone know where this file disappeared too, or where smokin moved his stuff? I would like to try this on the rooted 2.2
Sent from my HTC One X using xda premium
---------- Post added at 11:14 PM ---------- Previous post was at 10:41 PM ----------
Nevermind, I just did what zounduser said and it works. Thanks for that tip
Sent from my HTC One X using xda premium

tomekpl21 said:
Sorry if this sounds like a stupid question but what exactly does this do?
Sent from my HTC One X using XDA
Click to expand...
Click to collapse
Have you ever wondered why so many custom roms?are they really different from each other?
Answer is no,not really,they are all the same with tiny tweaks.
The MAJOR difference is inside of init.d.Those scripts is 95% of the difference between "good" ROM,"bad" ROM,"BEST?" ROM,... lol
Shhhh,keep it a secret

vin255764 said:
Have you ever wondered why so many custom roms?are they really different from each other?
Answer is no,not really,they are all the same with tiny tweaks.
The MAJOR difference is inside of init.d.Those scripts is 95% of the difference between "good" ROM,"bad" ROM,"BEST?" ROM,... lol
Shhhh,keep it a secret
Click to expand...
Click to collapse
thats a slap in the face...

XsMagical said:
thats a slap in the face...
Click to expand...
Click to collapse
No,its just a fact..Collecting/testing fave scripts aint easy.Writing them impossible without knowledge.

vin255764 said:
No,its just a fact..Collecting/testing fave scripts aint easy.Writing them impossible without knowledge.
Click to expand...
Click to collapse
I'm talking about roms being the same
Sent from my Nocturnal'd ONE XL Running Sense 4.1

XsMagical said:
I'm talking about roms being the same
Sent from my Nocturnal'd ONE XL Running Sense 4.1
Click to expand...
Click to collapse
yes and no.... for vegeterian ribeye steak and t-bone steak=same anmal tissue.For non-smoker all cigarettes=same tobacco sticks lol
Heh,now Im hungry for a good juicy medium-rare Ribeye Steak.

vin255764 said:
yes and no.... for vegeterian ribeye steak and t-bone steak=same anmal tissue.For non-smoker all cigarettes=same tobacco sticks lol
Heh,now Im hungry for a good juicy medium-rare Ribeye Steak.
Click to expand...
Click to collapse
Well I got my steak imported if that's the case and my cigs are 100s lol
Sent from my Nocturnal'd ONE XL Running Sense 4.1

smokin1337 said:
Root IS required !!
This mod will add init.d support to any rom even stock roms without editing the ramdisk. Instead it uses the post_boot.sh file that is in most if not all roms. It should work on most devices, if it does not work on yours please look in /system/etc and post the name of the file that contains "post_boot.sh".
This mod has been tested on the OneX and OneS.
To use just flash in recovery and add your favorite scripts to init.d.
For devs:
To add this method to your rom simply edit the post_boot.sh file and add this line at the bottom:
Code:
/system/etc/init.d/*
Easy right ? Suprised it hasn't been done before, well at least that i know of.
All files in init.d will be executed at boot just like regular init.d. You can also manually add the line and make it whatever directory you want.
Download 1.1:
http://goo.im/devs/smokin1337/Mods/Easy_InitD_1.1.zip
Click to expand...
Click to collapse
download link broke, so I attached a copy posted from http://forum.xda-developers.com/showpost.php?p=28139860&postcount=23
added tester to installer and permissions in updater.script
system/etc/init.d/99test
set_perm(0, 0, 0777, "/system/etc/init.post_boot.sh");

Hi,
I've installed - Easy_InitD_1.1.zip, | file in system/etc - "init.post_boot.sh"
and it contains:
#! /system/bin/sh
/system/etc/init.d/*
seems script do nothing - R/W doesnt work (I delete some apps and after reboot they are still here)

Impo5sible said:
Hi,
I've installed - Easy_InitD_1.1.zip, | file in system/etc - "init.post_boot.sh"
and it contains:
#! /system/bin/sh
/system/etc/init.d/*
seems script do nothing - R/W doesnt work (I delete some apps and after reboot they are still here)
Click to expand...
Click to collapse
Easy_InitD_1.1.zip is original
try Easy_InitD_1.2.zip it has permission and a test script, look for /data/local/tmp/init.d_log_test.txt
if init.d_log_test.txt is there then init.d folder is working

Related

Button Leds Switch for CWM Recovery/xRecovery

Here's a convenient way to turn off (and then back on) the button leds on our X10 from recovery.
Those are the leds at the bottom of your X10, not the notification led.
Thanks to Adolf1994 for the original script.
It can also be done by copying/deleting a single file instead, but it's more convenient to use this from recovery after installing a new rom.
The new version is for the CWM Recovery
It installs in init.d and includes a solution for roms using Fera Engine v10. On those roms permissions of the brightness file are changed after anything in init.d is run so the nobuttonleds script is also run at the end of hw_config.sh.
CWM version
Should work on any rom with working /etc/init.d or /etc/init.d and hw_config.sh
Tested on:
DiXperia X/10 with DXEngine
Xrecovery version
The /etc/init.d folder needs to be properly working on the rom you use. (thanks to My_Immortal for pointing that out!)
tested on:
- WB-XPERIA TW Gingerbread
- ThJap's 2.3 ThGo2 v1.3
If it doesn't work on the rom you use and you have root, try this:
- add this line to /etc/install-recovery.sh (check first if busybox is in xbin or bin):
/system/xbin/busybox run-parts /system/etc/init.d
or
/system/bin/busybox run-parts /system/etc/init.d
- another way is to use the Script Manager way explained here.
Installation
- copy on your SD card
- start CWM Recovery or xRecovery, install as custom zip
The change is permanent: the button leds will be turned off everytime you boot until you install another rom or you decide to turn them on.
thanks but i prefer to keep them ON
Not working
noled.zip + Script Manager working!
AlgerK70, could it be that you already copied noled.sh as 50-noled in /etc/init.d ? If so you need to delete it first, or else the leds will stay "on".
After booting, turn the screen on then off to see if it works.
and who's supposed to execute the script at boot?
Sent from my X10i using XDA App
speig said:
and who's supposed to execute the script at boot?
Click to expand...
Click to collapse
The little green Android in your phone!
Edit:
The script is executed by the system, it's installed in /etc/init.d, a folder pretty much like the Startup folder on your computer.
Which bottom led u r talking about...??
I can't see!!
Sent from my X10 TripNMiUI-Iris using Tapatalk
zorglub08 said:
The little green Android in your phone!
Edit:
The script is executed by the system, it's installed in /etc/init.d, a folder pretty much like the Startup folder on your computer.
Click to expand...
Click to collapse
No, it's not.
init.d folder doesn't work on the latest stock SE kernel.
We need to wait for custom kernels to run scripts at boot from init.d.
It's the 2 white leds between the hardware buttons. The ones that are so annoying when reading an ebook in the dark on low luminosity because they keep turning on
My_Immortal said:
No, it's not.
init.d folder doesn't work on the latest stock SE kernel.
We need to wait for custom kernels to run scripts at boot from init.d.
Click to expand...
Click to collapse
exactly or you put it in your install-recovery.sh
Sent from my X10i using XDA App
Works with "WB-XPERIA TW Gingerbread V3.6.0"
Tested
Works whit zdzihu 2.3 rom?
Sent from my X10i using XDA Premium App
omg I freaking love you!
I only had this script from Adolf1994 but that needed to run every startup and disabled the notification led too
Great your working!!
Can I include your working ??
If you say OK, of course I add your credit on my thread.
thanks,
Will it work on 2.3.3 zdzihu whit bb 71????? Please reply
Sent from my X10i using XDA Premium App
ThJap said:
Great your working!!
Can I include your working ??
If you say OK, of course I add your credit on my thread.
thanks,
Click to expand...
Click to collapse
Thanks, I just used part of the original script from Adolf1994 and made this xRecovery package.
You can of course add it if it works on your rom (if it works please tell me, I need to add it to the list of working roms in the first post)
shahkam said:
Will it work on 2.3.3 zdzihu whit bb 71????? Please reply
Sent from my X10i using XDA Premium App
Click to expand...
Click to collapse
Please try it, "ButtonLedsOFF" only copies one file to your phone, it won't overwrite anything. To "revert" if it doesn't work, install "ButtonLedsON" and it will remove the file. Please try, and if it works, report here, thanks
zorglub08 said:
It's the 2 white leds between the hardware buttons. The ones that are so annoying when reading an ebook in the dark on low luminosity because they keep turning on
Click to expand...
Click to collapse
The exact same thing that my script does + disables the notif LED that is burning my eyes at night like the flames of hell could never if the phone is on charger
tadhara said:
omg I freaking love you!
I only had this script from Adolf1994 but that needed to run every startup and disabled the notification led too
Click to expand...
Click to collapse
In PM I sent you the solution:
Code:
echo "\n\n# Darkness by Adolf1994\nDIR=$(cd /sys && find | grep brightness | cut -c 3- | cut -d : -f 1 | head -n 1)\nLED=/sys/$DIR\nLED1=$LED:rgb1:red/brightness\nLED2=$LED:rgb1:green/brightness\nLED3=$LED:rgb1:blue/brightness\nLED4=$LED:sled/brightness\necho 0 > $LED1\necho 0 > $LED2\necho 0 > $LED3\necho 0 > $LED4\nchmod 00444 $LED1\nchmod 00444 $LED2\nchmod 00444 $LED3\nchmod 00444 $LED4" >> /system/etc/hw_config.sh
Not to misunderstand OP, just providing details.
Didnt work on z 2.3.3 .71 baseband i really need this
Sent from my X10i using XDA Premium App
Confirmed working on ThJap's 2.3 ThGo2 v1.3
shahkam said:
Didnt work on z 2.3.3 .71 baseband i really need this
Click to expand...
Click to collapse
Try the Script Manager way linked in first post, it will work for sure

[FIX] 30FPS Recording on GB Roms

Thanks to Jep56 for finding this (looks like gtg had a hand in this...THANKS!) I had no part in this, just making a thread for a wider audience to see, as I'm sure many people would like this fixed.
All this does is replace (backup your originals, always!) the camera.so files with the .so files from the UCKI3 leak. This restores 30fps video to GB.
INSTRUCTIONS
-Download the zip file and extract using a file explorer of your choice.
-Copy the four .so files and place them in /system/lib
-Reboot
You now have 30fps video on GB!
Tested on:
Infused 2.1 (Jep)
S7 (me)
Edit: DO NOT do this if you are on CM7
If you want to load the files on CM7, use this method
Misterjunky said:
Here is how you can do it too:
Get the newest CM7 if you don't have it already.
(9-29-2011)
1: Open the zipfile with Winzip or Winrar.
2: Navigate to the system/lib folder within the CM7 zipfile.
3: Drag & Drop the 4 camera files into the LIB folder.
4: Click "OK" in Winzip window and exit Winzip/Winrar.
5: Copy the CM7 rom zipfile to your sdcard in phone.
6: Flash CM7 according to the instructions.
Doing it this way works fine, but you will not see any
improvement in the video recording frame rates at all.
(no need to change any permissions)
Click to expand...
Click to collapse
Just tried this then rebooted, I got stuck at samsung screen. I'm running CM7, re installing now. I don't know maybe a bug with cm7?
Spider9909
Spider9909 said:
Just tried this then rebooted, I got stuck at samsung screen. I'm running CM7, re installing now. I don't know maybe a bug with cm7?
Spider9909
Click to expand...
Click to collapse
Not sure. I'd assume it'd work for everyone, but I guess not?
If you'd like to try again, download the UCKI3 rom and extract the .so files from there.
I'm gonna flash infused 2.1
Thanks
Thanks but I actually read about replacing the system/lib files it in another thread. It might have actually been in the I3 thread. I tried it and it worked!
Jep56 said:
Thanks but I actually read about replacing the system/lib files it in another thread. It might have actually been in the I3 thread. I tried it and it worked!
Click to expand...
Click to collapse
Worked for me
Sent from my SAMSUNG-SGH-I997R using xda premium
U gotta.set the.right permissions once you copy the files over
Sent from my SAMSUNG-SGH-I997R using xda premium
Jep56 said:
Thanks but I actually read about replacing the system/lib files it in another thread. It might have actually been in the I3 thread. I tried it and it worked!
Click to expand...
Click to collapse
Yup, gtg gets the credit, I read in the KI3 thread that he was going to take the lib files and possibly update his ROM with them, along with the radio and some other files. I just jumped the gun with the camera files, and it worked!
JordanElliott said:
U gotta.set the.right permissions once you copy the files over
Sent from my SAMSUNG-SGH-I997R using xda premium
Click to expand...
Click to collapse
What permissions do you have to set? Or are they already set in the files included in the zip?
Guys I want to do this but I dont have a rom, Im litterally stock gingerbread from Rogers. Will this work for me? Will I need to root? Thankkss <3
mixercub said:
What permissions do you have to set? Or are they already set in the files included in the zip?
Click to expand...
Click to collapse
The original ones I had were -rw -r -r.
The new ones come in as -rw -rw -rw. I changed them once I put them on my phone to -rw -r -r
---------- Post added at 10:45 PM ---------- Previous post was at 10:45 PM ----------
Sarius24 said:
Guys I want to do this but I dont have a rom, Im litterally stock gingerbread from Rogers. Will this work for me? Will I need to root? Thankkss <3
Click to expand...
Click to collapse
Yes you'll have to root your phone.
EricNagel said:
The original ones I had were -rw -r -r.
The new ones come in as -rw -rw -rw. I changed them once I put them on my phone to -rw -r -r
.
Click to expand...
Click to collapse
In other words we still have to set permission on our phones, correct ?
I simply downloaded and copied files over to /system/lib. No changing permission whatsoever was done. No reboot either. And the camera just worked fine.
diablo009 said:
I simply downloaded and copied files over to /system/lib. No changing permission whatsoever was done. No reboot either. And the camera just worked fine.
Click to expand...
Click to collapse
Ok Thanks..
I tried it without changing permissions before I went all geek and it works perrfect as the files are in the zip, so no permission changed needed!
Wow... I thought the videos were actually OK before I did this. That just goes to show you that not everyone can see the differences as easily - at first. But now comparing two almost identical videos, HUGE difference. Running Infused 2.1.0 with Infusion 1.1.
Thanks OP and all who discovered this!
awesome
Works awesome man thanks a lot...did what you said to do and now i have 30fps...
Has anyone got them to work on
CM7?
Sent from my SGH-I997 using Tapatalk
re: CM7
wicked_beav said:
Has anyone got them to work on
CM7?
Sent from my SGH-I997 using Tapatalk
Click to expand...
Click to collapse
I just tried replacing the libcamera.so files on CM7 and it made
no difference at all in framerates.
It does work 100% perfect full 30fps when using Infused 2.1.0
How do I find out what fps is video?
Sent from my SGH-I997 using xda premium

[SCRIPT] ViperS JB Script v2.2 | Revelation JB Script v1.2 | For ROM Cleaner

- ROM Cleaner Scripts for ViperS JB and Revelation JB -​
- Introduction -​These ROM Cleaner scripts are designed to work alongside the Aroma installers for the ViperS JB and Revelation JB Roms.​
- About -​The ViperS script contain fixes for errors in the Aroma installer, check them out. Both scripts will also remove any leftovers from the Aroma installers.
You will be able to enjoy more available system memory, RAM and increased battery life due to reducing the chances of wake locks.
It is also a great way to quickly gain space for Hinxnz' MultiSwap Mods that use system memory.​
- Before Installation -​Read all of this OP post before installation!
Before proceeding with with using your script, make sure you have removed everything that you do not need with the Aroma installer on your chosen Rom first. This will help you in getting the maximum benefit from your script.
Once you have done this, you can now edit your script to your requirements, don't just use your script straight away or you may not be happy with what gets removed.​
- Script Editing -​Open your script using notepad++ or Notepad2 on a PC. If you are using a Mac, use Text Edit.
You will see that your script is split into sections and full of notes to help you decide what you want to keep and remove from your Rom.
It is as simple as this... #Rosie.apk - Your Sense Launcher will not be removed. Rosie.apk - Your Sense Launcher will be removed. It's all about the # !​
- Installing with HTC Sense or DeSensing -​The option to keep or remove HTC Sense is the first entry in your script, please read the note in this section in your script if you plan on DeSensing.​
- Trouble Shooting -​At the bottom of the script are some "Experimental" options, personally I have removed all of these, as well as everything else I have no use for and had no problems at all.
The motto here is... The more you can remove, the better! But if something does break on your phone after using your script, please give feedback as I am here to help.​
- Installation -​1. If you have not done so already, install your chosen Rom first and set it up how you like it before proceeding
2. Download your script (make sure you have read the OP post first) and edit it to your needs
3. Download Rom Cleaner v6.0 to your phone or put it on your phone
4. Place your personalised script in /sdcard/ROMCleaner
5. Boot into recovery, open the ROM Cleaner zip package, pick "ROM Cleaner." Now pick Sense install and press Next
6. You can safely ignore the additional options and just press Next again and wait until ROM Cleaner is done
7. Press Reboot and enjoy the results​
- Accidental Removal -​If you accidentally removed something you wanted to keep, do the following.
1. Open your Rom zip package
2. Navigate to system/app and find the .apk file you accidentally removed and transfer it to your SD Card
4. Move the .apk file to the system/app directory on your phone
5. Now reboot and it will reinstall itself
(Note for Revelation users: if you chose to remove "HTC Live Wallpapers" but kept "HTC Weather" when installing the Rom, you need to do this to restore HtcWeatherWallpaper.apk to get your fullscreen weather animations back.)​
- Changelog -​OP will post updates in the thread.​
- Credits -​Hinxnz for his ideas and help.
Also to the teams who made ROM Cleaner, ViperS and Revelation.​
- Downloads -​ViperS JB Script - Revelation JB Script​
Thank you for your share!
thanks for your effort on fine tuning this script. will be using it for my next ViperS reinstallation.
Thanks peeps, if your unsure about anything, or you happen to break something that you need working on your phone with the script, please ask or share.
Hell, any useful modifications to the script you peeps can think of are welcome
Oh yeah, my next thing I will be doing is modifying it for people with Revelation!
Thanks for share...:good:
Does anyone know how to use this "script" ?
hkhs10811 said:
Does anyone know how to use this "script" ?
Click to expand...
Click to collapse
Hello, yeah ok, sorry.
I should probs put an explanation of how it's used...
Rom Cleaner v6.0 Aroma
Go here, you'll be sorted now.
OP has updated the script
I've made a change at the end of the script after making a new discovery...
It is to do with Venom Tweaks using Updater.apk to apply boot settings... and Android Tuner may also use it to apply boot settings...
So safe to remove if you don't use Venom Tweaks, or possibly Android Tuner to apply settings on boot...
Also added the comment... I recommend using Android Tuner to change settings via init.d scripts, especially SD Cache size as Venom Tweaks is broken in this aspect.
I thought it was me removing so much from ViperS, but I reinstalled the Rom and using Venom Tweaks to change read ahead size still did not work.
Enjoy!
Can you please post download link, because we can't download from xda app from your signature.
Bdw, great work, thanks
Sent from my HTC Sensation Z710e using XDA Premium 4 mobile app
Jaglicic said:
Can you please post download link, because we can't download from xda app from your signature.
Bdw, great work, thanks
Sent from my HTC Sensation Z710e using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Don't you have a browser? lol
Sure, will do
Edit: Links now present in OP post.
OP Update!
Now added script for Revelation JB.
New options and better descriptions added in ViperS script.
A much better looking and descriptive OP post.
Removed references to HTC Sense only installs... as the script can now be used with both Sense and DeSense installations.
Enjoy!
@ LocotesKilla
Thank you for this work man, seems cool.
I have Vipers 3.1.2 running (so far so good), but wondered can I still run your cleaner and hopefully I find something unused that I can remove? or shall I just be thankful that phone is working ok and use it as is.
Thank you
cipher101 said:
@ LocotesKilla
Thank you for this work man, seems cool.
I have Vipers 3.1.2 running (so far so good), but wondered can I still run your cleaner and hopefully I find something unused that I can remove? or shall I just be thankful that phone is working ok and use it as is.
Thank you
Click to expand...
Click to collapse
Of course you can. You will find plenty of unused stuff that is in the script. I've removed 95% of what is in the script myself, just kept what I like on my home screen really.
You will be able to flash Multiswap Mod after you have gained plenty of system space too.
Go for it and just ask if you need any guidance
P.S it's not my cleaner... it's just a script for ROM Cleaner
LocotesKilla said:
Of course you can. You will find plenty of unused stuff that is in the script. I've removed 95% of what is in the script myself, just kept what I like on my home screen really.
You will be able to flash Multiswap Mod after you have gained plenty of system space too.
Go for it and just ask if you need any guidance
P.S it's not my cleaner... it's just a script for ROM Cleaner
Click to expand...
Click to collapse
Thank you man,
I already run 3.5 multiswap
Sent from my HTC Sensation 4G using xda app-developers app
After using the cleaner I got only 11 MB space on system partition (revelation) I think that is not that much. Hmm
Is there a way to confirm what will be removed while using this script?
Sorry I am new to this and after using Vipers script (which did what was supposed to do) I didn't have any options what to remove, it did all without confirmation and I am noticing my weather lockscreen is gone ( I don't care for wallpapers or other lockscreens).
Anyhow, I am ok, I can live without that lockscreen, but I'm wondering is there a way to have confirmation on what is to be deleted, as that would make it coo.
Thanks again man,
cipher101 said:
Is there a way to confirm what will be removed while using this script?
Sorry I am new to this and after using Vipers script (which did what was supposed to do) I didn't have any options what to remove, it did all without confirmation and I am noticing my weather lockscreen is gone ( I don't care for wallpapers or other lockscreens).
Anyhow, I am ok, I can live without that lockscreen, but I'm wondering is there a way to have confirmation on what is to be deleted, as that would make it coo.
Thanks again man,
Click to expand...
Click to collapse
you had to open the script first with notepad++ in your pc
there you would saw what you could edit(what to keep and what to remove)
then use it
cipher101 said:
Is there a way to confirm what will be removed while using this script?
Sorry I am new to this and after using Vipers script (which did what was supposed to do) I didn't have any options what to remove, it did all without confirmation and I am noticing my weather lockscreen is gone ( I don't care for wallpapers or other lockscreens).
Anyhow, I am ok, I can live without that lockscreen, but I'm wondering is there a way to have confirmation on what is to be deleted, as that would make it coo.
Thanks again man,
Click to expand...
Click to collapse
Dude! You really need to read the OP post, as I have explained it tells you how to add and remove things in the script and on the ROM Cleaner Thread!
Your options are in the script, so open it and edit it, confirmation comes from making it your own personal script
It is as simple as this... #Rosie.apk - Your Sense Launcher will not be removed. Rosie.apk - Your Sense Launcher will be removed.
It's all about the # !
rzr86 said:
you had to open the script first with notepad++ in your pc
there you would saw what you could edit(what to keep and what to remove)
then use it
Click to expand...
Click to collapse
notepad++, but also Notepad2, I've also edited with ES File Explorer on my phone and it works just fine...
Sprint82 said:
After using the cleaner I got only 11 MB space on system partition (revelation) I think that is not that much. Hmm
Click to expand...
Click to collapse
Are you sure you used it properly? Tell me what you did to execute the script. Does it match the instructions posted in the OP post?

Persano's Tab3 8.0 Tweaks

The actual and tested persano-tweaks for the Tab3 8.0 wifi (T310) stock rom 4.2.2 are included in this post
! You need to be rooted !
BUSYBOX have to be installed!
The original instructions of how to apply the tweaks can be found HERE
1. Download PimpMyRom (I prefer the alpha-version) and enable init.d scripts (Tools/ Tweaks).
2. Extract persano's zip file and paste the files here:
- /system/etc/init.d for init.d tweaks in init.d folder
- /system/bin for bin files in bin folder
- /system for build.prop (delete the old one)
3. Set permissions (p.ex.with EsFileExplorer)
rwxr-xr-x to 01youtubefix in /init.d
rw-r--r-- to 94mediakill in /init.d
rwxrwxrwx to all other init.d scripts in /init.d
rw-r--r-- to build.prop in /system folder
rwxr-xr-x to fstrim in /bin folder
Before rebooting check that all files have the correct permission and all is in place.
If you have a txt file called "Test.log" in /data then init.d support is working correctly.
To get your boot animation back, go to build.prop in /system and delete this line: debug.sf.nobootanimation=1
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=256m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=8m
Click to expand...
Click to collapse
On the T211 (less RAM), I've been using the following lately:
dalvik.vm.heapstartsize=24m
dalvik.vm.heapgrowthlimit=72m
dalvik.vm.heapsize=288m
dalvik.vm.heaptargetutilization=0.75
Seems to be working well enough. Anybody really know what exactly these lines do? I think I kind of know and I kind of don't. I am particularly curious about the minfree and maxfree lines.
thref23 said:
On the T211 (less RAM), I've been using the following lately:
dalvik.vm.heapstartsize=24m
dalvik.vm.heapgrowthlimit=72m
dalvik.vm.heapsize=288m
dalvik.vm.heaptargetutilization=0.75
Seems to be working well enough. Anybody really know what exactly these lines do? I think I kind of know and I kind of don't. I am particularly curious about the minfree and maxfree lines.
Click to expand...
Click to collapse
I recommend not changing this values. Wait until sunday, i have to release a major realase for all my devices, that's why i m releasing it
Sent from my KFTT using XDA Premium 4 mobile app
Ok, here are persano´s tweaks (a little bit modded by me but all credit goes to persano!).
They are tested with success on my device (stock rom 4.2.2), you may try them, too!
The instructions of how to apply the files and permissions settings are found HERE
I m making them flashable, but i m too busy to do it now, maybe on sunday
Sent from my KFTT using XDA Premium 4 mobile app
Mistaz said:
Ok, here are persano´s tweaks (a little bit modded by me but all credit goes to persano!).
They are tested with success on my device (stock rom 4.2.2), you may try them, too!
The instructions of how to apply the files and permissions settings are found HERE
Click to expand...
Click to collapse
ok, i attacked a zip, with the updated version. i modified a bit the build.prop, removed some init.d tweaks (mine) and changed some values on others (mine too)
added two new tweaks
01youtubefix and 94mediakill
please, if you installed the old version, delete all init.d tweaks because there are some very old tweaks that were removed in the new version. and remeber to update your build.prop
Is this latest zip flashable?
poolguy said:
Is this latest zip flashable?
Click to expand...
Click to collapse
No, i got some problems with the flashable zip
Sent from my KFTT using XDA Premium 4 mobile app
persano said:
No, i got some problems with the flashable zip
Sent from my KFTT using XDA Premium 4 mobile app
Click to expand...
Click to collapse
when you got the flashable zip worked out and released...
will I have to be rooted to flash it??
Im bone stock right now....
T 315.. thanks....
jimmbomb said:
when you got the flashable zip worked out and released...
will I have to be rooted to flash it??
Im bone stock right now....
T 315.. thanks....
Click to expand...
Click to collapse
i think no, only recovery
I'm going to ask a dumb question. So after downloading the file, all I habe to do is flash it and the tweaks will be installed/applied or do I habe to apply them individually?
Thanks in advance!
-sr
Sent from my SM-T310
use
Can you tell us about the tweak?
The advantage and features of this tweak?
No flashable, you read ? I think you didnt read anything. No flashable and there is an explanation, read the link in the op
Sent from my KFTT using XDA Premium 4 mobile app
persano said:
I recommend not changing this values. Wait until sunday, i have to release a major realase for all my devices, that's why i m releasing it
Sent from my KFTT using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hi mate, you told him to wait, but will or can you release tweaked build.prop for T210/T211 as well?
Thanks in advance...
tempdroid said:
Hi mate, you told him to wait, but will or can you release tweaked build.prop for T210/T211 as well?
Thanks in advance...
Click to expand...
Click to collapse
i released my tweaks for the samsung galaxy tab 3 8.0. what models areT210 and T211
persano said:
i released my tweaks for the samsung galaxy tab 3 8.0. what models areT210 and T211
Click to expand...
Click to collapse
It's the Galaxy Tab 3 7.0. I was just asking because you were answering to someone about the T211 model to wait for the new release. No problem if you cannot help, I can extract relevant parts on my own.
Persano
Please dont snap. I read and reread the instructions for installing this on the t310, and I remain totally unclear on what to do, download, and install. You have to admit that the instructions are a bit convoluted and they keep referring to the kindle. Ok, I can ignore the device and move on, but it does get confusing.
Can we humbly ask you to maybe write bullet points or full sentences giving fairly clear instructions?
I thank you
Sent from my SM-T310 using xda app-developers app
nabril15 said:
Persano
Please dont snap. I read and reread the instructions for installing this on the t310, and I remain totally clear on what to do, download, and install. You have to admit that the instructions are a bit convoluted and they keep referring to the kindle. Ok, I can ignore the device and move on, but it does get confusing.
Can we humbly ask you to maybe write bullet points or full sentences giving fairly clear instructions?
I thank you
Sent from my SM-T310 using xda app-developers app
Click to expand...
Click to collapse
OP updated as requested

Can someone undertake adaptation of the script for us?

Hi!
Useful thing. Can someone adapt it to us?
If you can test it, I think he will support our phone officialy, @Patrics83 is a nice guy!
xpirt
xpirt said:
If you can test it, I think he will support our phone officialy, @Patrics83 is a nice guy!
Click to expand...
Click to collapse
Can you write to him?
BrateloSlava said:
Can you write to him?
Click to expand...
Click to collapse
I wrote to him to add support for Desire X and he accepted if I would test, but as I changed phone I couldn't continue.
You can write to him and test it too, why I should write to him? I can't also test..
xpirt
xpirt said:
I wrote to him to add support for Desire X and he accepted if I would test, but as I changed phone I couldn't continue.
You can write to him and test it too, why I should write to him? I can't also test..
Click to expand...
Click to collapse
We'll see. Maybe on this forum there are bold ...
I have used this on my device. Made slight changes, works great . I just haven't shared it here because I haven't asked for permission to do so, and out of respect I wouldnt want to trump the dudes work.
Sent from my C525c using Tapatalk
Modding.MyMind said:
I have used this on my device...
Click to expand...
Click to collapse
I don't understand. You are using non public version?
Public version work without problem, I use it after update to 4.2.2. Only bug is that it remove fm radio so you need to push it back to system after running rom cleaner.
Sent from my HTC One SV
BrateloSlava said:
Hi!
Useful thing. Can someone adapt it to us?
Click to expand...
Click to collapse
One X version should work. What might be a problem is the "update-binary-installer" (device dependent)
If the update-binary-installer isn't compatible with your device, the updater-script will fail and show a blank install screen.
Modding.MyMind said:
I have used this on my device. Made slight changes, works great . I just haven't shared it here because I haven't asked for permission to do so, and out of respect I wouldnt want to trump the dudes work.
Sent from my C525c using Tapatalk
Click to expand...
Click to collapse
Slightly changes as in?
Please let me know.
And thanks for not sharing without permissions
bataya said:
Public version work without problem, I use it after update to 4.2.2. Only bug is that it remove fm radio so you need to push it back to system after running rom cleaner.
Sent from my HTC One SV
Click to expand...
Click to collapse
And I'm sorry to say this but users like you is what keeping me away from supporting too many devices.
Helping lazy users all days isn't why I came here to XDA and developed ROM Cleaner.
Terms of Use
ROM Cleaner will remove apps and files
from your device.
If basic ROM Cleaner setup removed too much
apps and files after running, just download
"ROMCleaner_user.txt" or "NO-Sense_user.txt"
or "CM-AOSP_user.txt" from ROM Cleaner thread 
 @xda and make your personal edits.
More details can be found in second post...
ROM Cleaner is well tested by us and thousands
of users and should not make your phone unstable.
If you do get into trouble, make a post in the
adequate ROM Cleaner thread and we will help you.
Important!
When you flash this script you will heavily
modify the ROM! So before you report bugs or
non working apps (etc) in ROM Development threads,
think twice and please feel free to ask us first.
Requirements
- You can read this...
- Bloated HTC device
With other words, that's not a bug in ROM Cleaner.
You just didn't read about the ROMCleaner_user.txt.
Patrics83 said:
How To Edit Your Personal User.txt​
Steps you need to do:
--- Windows users, download Notepad++ and install it.
--- Download "ROMCleaner_user.txt" or "NO-Sense_user.txt" from the firstpost
--- Open the text file with Notepad++
In the text file you will find two columns with app names and a description in this guide we use AdobeReader.apk as an example.
To Remove a file with ROMCleaner
Code:
AdobeReader.apk Adobe Reader PDF reader
In the case above "AdobeReader.apk" will be removed.
To keep a file with ROMCleaner If you decide to keep it, add a "#" at the beginning of the line:
Code:
[COLOR=Red]#[/COLOR]AdobeReader.apk Adobe Reader PDF reader
Let's say we are done with the edits. To continue just complete next list:
--- Press the "X" in the upper right corner of the screen to save the changes.
--- Copy the file onto your sdcard. The file must be located in "/sdcard/ROMCleaner" folder.
Now ROM Cleaner script will always read that file!​
Click to expand...
Click to collapse
You need to comment out:
Code:
[COLOR="red"]#[/COLOR]FMRadioService.apk FMRadioService
[COLOR="red"]#[/COLOR]FM_Radio.apk FM Radio App
BrateloSlava said:
I don't understand. You are using non public version?
Click to expand...
Click to collapse
No. I took the one he shares on that thread. I went in the zip file and made minor adjustments for my 4.1.2 Rom. Then used it. I haven't shared it because even though I made some changes, it is ultimately his work so I haven't shared the one I made modifications to due to me not asking for his permissions to distribute it publicly on our forum. So I have held on to it as a personal resource.
Sent from my C525c using Tapatalk
---------- Post added at 02:44 PM ---------- Previous post was at 02:38 PM ----------
Patrics83 said:
Slightly changes as in?
Please let me know.
And thanks for not sharing without permissions
Click to expand...
Click to collapse
When I get the chance I will send it your way with a list. Been busy working, so free time has been short. Also, I have something else for you to consider in regards to the list of launchers to choose from. I will let you know more details.
Sent from my C525c using Tapatalk
Result -? We must use the version from X or version will be made for our model?
Patrics83 said:
One X version should work. What might be a problem is the "update-binary-installer" (device dependent)
If the update-binary-installer isn't compatible with your device, the updater-script will fail and show a blank install screen.
Slightly changes as in?
Please let me know.
And thanks for not sharing without permissions
And I'm sorry to say this but users like you is what keeping me away from supporting too many devices.
Helping lazy users all days isn't why I came here to XDA and developed ROM Cleaner.
Terms of Use
ROM Cleaner will remove apps and files
from your device.
If basic ROM Cleaner setup removed too much
apps and files after running, just download
"ROMCleaner_user.txt" or "NO-Sense_user.txt"
or "CM-AOSP_user.txt" from ROM Cleaner thread
@xda and make your personal edits.
More details can be found in second post...
ROM Cleaner is well tested by us and thousands
of users and should not make your phone unstable.
If you do get into trouble, make a post in the
adequate ROM Cleaner thread and we will help you.
Important!
When you flash this script you will heavily
modify the ROM! So before you report bugs or
non working apps (etc) in ROM Development threads,
think twice and please feel free to ask us first.
Requirements
- You can read this...
- Bloated HTC device
With other words, that's not a bug in ROM Cleaner.
You just didn't read about the ROMCleaner_user.txt.
You need to comment out:
Code:
[COLOR="red"]#[/COLOR]FMRadioService.apk FMRadioService
[COLOR="red"]#[/COLOR]FM_Radio.apk FM Radio App
Click to expand...
Click to collapse
Did i complain about it or something? Did I spamming your topic or your inbox because it remove radio apk?
Someone ask does script work with one sv because it doesn't officially support it. I wrote that it work but you need to push radio back to system.
Don't see why you have problem with that.
Sent from my HTC One SV
bataya said:
Did i complain about it or something? Did I spamming your topic or your inbox because it remove radio apk?
Someone ask does script work with one sv because it doesn't officially support it. I wrote that it work but you need to push radio back to system.
Don't see why you have problem with that.
Sent from my HTC One SV
Click to expand...
Click to collapse
LOL, read again what I wrote...
FM Radio is removed by default (is that a bug?)
If you still want fm radio then customize your ROMCleaner_user.txt
Sent from my HTC One
BrateloSlava said:
Result -? We must use the version from X or version will be made for our model?
Click to expand...
Click to collapse
This device will not be officially supported, sorry.
Sent from my HTC One
Well I stop reading from part where you wrote that I'm lazy user.
Sent from my HTC One SV
bataya said:
Well I stop reading from part where you wrote that I'm lazy user.
Sent from my HTC One SV
Click to expand...
Click to collapse
Well, you should know how frustrating it is developing, writing manuals and people not reading what they are flashing or how to use the freely provided software correctly. It takes lots of time dev-ing making it as user-friendly as possible. Most questions are answered in the manual, which you agreed to have read it while flashing.
Using ROMCleaner and edit it to your demands isn't really rocket science.
So don't stop reading manuals and replies, it will only lead to more frustration for us and to other users.
Having this said: I urge you leaving the discussion as it is, and PLEASE keep reading, as it shows some respect to Patrics83 and his team.
Let's go on with this thread. Cheers!
BrateloSlava said:
Result -? We must use the version from X or version will be made for our model?
Click to expand...
Click to collapse
Yep, that's the first step. Just use that version and provide us some more feedback, we will keep an eye in this thread and provide help if needed.

Categories

Resources