[L7] Bravia Engine 2 - Optimus L3, L5, L7 General

http://developer.sonymobile.com/201...r-viewing-experience-to-the-next-level-video/
1. Changing the end build.prop typing (open Explorer and search file system and build.prop) We need root + CWM.
ro.service.swiqi2.supported=true
persist.service.swiqi2.enable=1
2. Download file: https://www.dropbox.com/s/b6k0lkl2cafkvhw/BraviaEngine2_CWM.zip
Copy this file on card SD and install by CWM.
3. Reboot system.

Poland_Developers said:
http://developer.sonymobile.com/201...r-viewing-experience-to-the-next-level-video/
1. Changing the end build.prop typing (open Explorer and search file system and build.prop) We need root + CWM.
ro.service.swiqi2.supported=true
persist.service.swiqi2.enable=1
2. Download file: https://www.dropbox.com/s/b6k0lkl2ca...ngine2_CWM.zip
Copy this file on card SD and install by CWM.
3. Reboot system.
Click to expand...
Click to collapse
Link does not work, here it is https://www.dropbox.com/s/b6k0lkl2cafkvhw/BraviaEngine2_CWM.zip

It works ?
Can i install it on L5 ?

well i installed it, but i dont see any diffrence

How do we know its working?
Sent from The Fourth Dimension

Thread closed due to lack of permissions from original developer.

Related

root explorer

Need some help. Yesterday i tried to mod the widgetlocker, i used the root-explorer metod. Followed the steps in this tread
http://forum.xda-developers.com/showthread.php?t=825553
ROOT EXPLORER
- - - - - - - -
1) Open Root Explorer and navigate into data/app and find com.teslacoilsw.widgetlocker-1.apk
2) Copy the .apk to your SD card
3) Open the .apk and navigate to /res/drawable-hdpi
4) Copy the two images you've chosen, overwriting the 'old' PNGs in \drawable-hdpi
5) Exit the .apk and copy it back to /data/app, overwriting the old .apk
You need to be in R/W mode.
Long click the app - Select permissions and do the checkmarks like this (* represents a checkmark)
* . * . -
* . - . -
* . - . -
it didnt work, so as dumb as iam i used the permission trick on data/''app'' folder, now all my apps dissappeard, only the orginal apps from galaxy s are there... what to do ? dont want to do a factory resert
thx in advance

root explorer, help

Need some help. Yesterday i tried to mod the widgetlocker, i used the root-explorer metod. Followed the steps in this tread
http://forum.xda-developers.com/showthread.php?t=825553
ROOT EXPLORER
- - - - - - - -
1) Open Root Explorer and navigate into data/app and find com.teslacoilsw.widgetlocker-1.apk
2) Copy the .apk to your SD card
3) Open the .apk and navigate to /res/drawable-hdpi
4) Copy the two images you've chosen, overwriting the 'old' PNGs in \drawable-hdpi
5) Exit the .apk and copy it back to /data/app, overwriting the old .apk
You need to be in R/W mode.
Long click the app - Select permissions and do the checkmarks like this (* represents a checkmark)
* . * . -
* . - . -
* . - . -
it didnt work, so as dumb as iam i used the permission trick on data/''app'' folder, now all my apps dissappeard, only the orginal apps from galaxy s are there... what to do ? dont want to do a factory resert
thx in advance

[GT-540 MOD]Make your SD Card faster ;]

So, let's go!
1)TEMPORARY IT WORKS UNTIL REBOOT
1. run Root Explorer
2. go to /sys/devices/virtual/bdi/179:0
3. open file read_ahead_kb in editor
4. change 128(or different) to 2048
5. Save
2)PERNAMENT
I found topic with script to install via Recovery and it's PERNAMENT.
http://forum.xda-developers.com/showthread.php?t=1010807
You can check your writing&reading speed before and after this mode in program SD Tools from market.
You can do this with sd increase if you are rooted
nseris said:
You can do this with sd increase if you are rooted
Click to expand...
Click to collapse
You have to be root to edit files in /sys and /system anyway.
nseris said:
You can do this with sd increase if you are rooted
Click to expand...
Click to collapse
Editing the file is better, than the app cause, theres no APP whos asking for permissions every time you boot, and .. BLA i DONT KNOW, i think its better
VirtualVassi said:
So, let's go!
1. run Root Explorer
2. go to /sys/devices/virtual/bdi/179:0
3. open file read_ahead_kb in editor
4. change 128(or different) to 2048
5. Save
And that's everything
You can check your writing&reading speed before and after this mode in program SD Tools from market.
Click to expand...
Click to collapse
BTW. this tut was added to www.MyGT540.tk
THX man, keep that sniffing
unfortunatully its temporary, it doesn't work after reboot ;(
But I found topic with script to install via Recovery and it's PERNAMENT.
http://forum.xda-developers.com/showthread.php?t=1010807
You can test all packages, but usually the best id value 2048.
Hmm, SD Increase now has an option to make the change permanent by applying it on every boot.
http://forum.xda-developers.com/showthread.php?t=1024660
https://market.android.com/details?id=com.sdincrease.it
there is already a thread about this :
http://www.ipmart-forum.com/showthread.php?660647-SD-Increase-1.3

[MOD] Enable init.d scripts support on stock kernel

Hello!
This is a small mod, inspired by non other than our great DoomLord (so if it helped you, thank him/donate to him/worship him ) and his thread in the X10 section.
I am trying a lot of things on my phone, so I often switch back and forth from stock kernel to DoomKernel.
However, I use lots of init.d scripts (my favorite one being SuperCharger)
and I just don't want to lose this feature when I'm on stock.
So, without further ado, here are the steps that are needed to make init.d scripts run automatically at boot on stock kernel.
Requirements:
1. Stock Kernel
2. Root
3. Busybox
4. CMW Recovery for Stock Kernel by nAa.
5. Root Explorer or any other similar app.
Instructions:
1. Download the attached 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 in the attached screenshot.
OR
b. If the file install-recovery.sh is already there, 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.
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 scripts on stock kernel!
If you want to check if the scripts you want to use actually work, please refer to one of my older threads about how to test them.
*** I am not including an install-recovery.sh because this is the file that Link2SD depends on, so it's better if you modify it yourself, rather than use mine.
Let me know if it worked for you!
iridaki said:
Hello!
This is a small mod, inspired by non other than our great DoomLord (so if it helped you, thank him/donate to him/worship him ) and his thread in the X10 section.
I am trying a lot of things on my phone, so I often switch back and forth from stock kernel to DoomKernel.
However, I use lots of init.d scripts (my favorite one being SuperCharger)
and I just don't want to lose this feature when I'm on stock.
So, without further ado, here are the steps that are needed to make init.d scripts run automatically at boot on stock kernel.
Requirements:
1. Stock Kernel
2. Root
3. Busybox
4. CMW Recovery for Stock Kernel by nAa.
5. Root Explorer or any other similar app.
Instructions:
1. Download the attached 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 in the attached screenshot.
OR
b. If the file install-recovery.sh is already there, 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.
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 scripts on stock kernel!
If you want to check if the scripts you want to use actually work, please refer to one of my older threads about how to test them.
*** I am not including an install-recovery.sh because this is the file that Link2SD depends on, so it's better if you modify it yourself, rather than use mine.
Let me know if it worked for you!
Click to expand...
Click to collapse
Was looking for this...!!! Thanks...!!!
Sent from my LT15i using xda premium
thank you. but what is this script for? Can you explain it 2 me?
mercury_beta said:
thank you. but what is this script for? Can you explain it 2 me?
Click to expand...
Click to collapse
This is a setup in order for scripts placed in /system/etc/init.d to be executed automatically at boot. Such scripts can do lots of things, like RAM optimisation, CPU scaling, mount options, etc etc etc.
Can the script be added to hw_config.sh? Will it be execute on boot? Inteks' swap2cache script can be added to hw_config.sh too.
Sent from my digital typewriter..
emannxperia said:
Can the script be added to hw_config.sh? Will it be execute on boot? Inteks' swap2cache script can be added to hw_config.sh too.
Sent from my digital typewriter..
Click to expand...
Click to collapse
Sorry, I don't know for sure. But probably yes.
Great post mate, thanks. (already give you thanks button)
Seeing if this works on ray
I get this file in the init.d folder after.flashing the file
#!/system/bin/sh
touch /data/local/tmp/init.d_log_test.txt
echo "done" >> /data/local/tmp/init.d_log_test.txt
Not in data/ local
I have ran supercharger script and files are appearing in inlit.d folder think it's working
Edit : tested it as per the thread further up it would seem its all working!
Sweet
Hope it is ok I have shared this on the Ray thread? (I have linked back to your thread)
sent from my gorgeus Xperia Ray
Hi iridaki thanks for your little mod here! I just want to give a hint of what might been a little issue but might make your whole mod is not running. You do mention about changing permission on install-recovery.sh, but you gave it as a picture. The Problem is XDA on web these days is not arranging the image as inline, but as an attachment. So i and chiefy009 did the same mistake, not changing the permission because it is just a one line and not clear enough. Please add additional step like:
3. Make sure install-recovery.sh have permissions of rwxr-xr-x
Click to expand...
Click to collapse
Thanks
Worked for me. I'm using Sony Ericsson Xperia Pro MK16i with stock rom (root + cwm including).
Hello
doesn't worked for me ;(
Sony Xperia Arc S (LT18i) build ver. 4.1.B.0.587
nAa's CWM 5.0.2.7
rooted
there is no this test log file in /data/local/tmp afret applying the zip
so what i have after "apply zip file" in recovery meny and rebooting:
in /system/xbin new binary file run-parts
in /system/etc new folder init.d with test99 script in it
in /sysrem/etc file install-recovery.sh which was made by us previously
it looks like would work...but it does not
So, what can i do myself?
Thank you in any way

Swip sd card on XPERIA ZR android 4.4.4

its a script to swap sd card and works on XPERIA ZR 4.4.4
1. Get root
2. download busybox from playstore and install it (skip this if ur having dual recovery installed )
3. download Universal Init.d from playstore and activate and verify
4. Format external sdcard into FAT32. Don't forget to backup your files!
5. Create a folder name 0 on ur sdcard
6. move all data from your internal storage to the 0 folder in your sd card
7. download and extrat the file to system/etc/init.d
9. Set permissions with all 9 ticks
10. Reboot
Don't pay attention to info in Settings > Storage. It's incorrect.
Just check using any file manager
Any body have tried this?
nzeetech said:
its a script to swap sd card and works on XPERIA ZR 4.4.4
1. Get root
2. download busybox from playstore and install it
3. download Universal Init.d from playstore and activate and verify
4. Format external sdcard into FAT32. Don't forget to backup your files!
5. Create a folder name 0 on ur sdcard
6. move all data from your internal storage to the 0 folder in your sd card
7. download and extrat the file to system/etc/init.d
9. Set permissions with all 9 ticks
10. Reboot
Don't pay attention to info in Settings > Storage. It's incorrect.
Just check using any file manager
Click to expand...
Click to collapse
I have been searching for this from last one month. But i just want to know if it really works on Official CM11 [4.4.4].
it works on Official CM11 [4.4.4] i tested and no have bugs or error on CM, i put a big game on the obb folder and its works all apps from store intal on the sd so try on others roms but in CM works thax to the creators
I tried this method but when i excute the script my device rebot autmaticlly and did not want to open again i flashed a new stock rom again to make it work ... any help .. sorry for my bad english
Hudson118 said:
I tried this method but when i excute the script my device rebot autmaticlly and did not want to open again i flashed a new stock rom again to make it work ... any help .. sorry for my bad english
Click to expand...
Click to collapse
Try the rebootfix before installing the script
Bootloop
Something went wrong and got stuck in bootloop, had to start the whole thing right from the begining(xperifirm-flashtool and so on.)..
Hope the reboot fix works.
Anyone else who have tried this?
Any other methods to follow?
plz give some screenshot :/ for universal int.d
Does this Work on lollipop?
rabe3ab said:
Does this Work on lollipop?
Click to expand...
Click to collapse
I think not.

Categories

Resources