[MOD][NST][1.1.x] Wifi Implementation (less battery consumption) - Nook Touch Android Development

After having several wifi problems on my NST, I could port the wifi attainments on v.1.2.1 to our v.1.1.2. Also, I did minor changes to avoid needless battery consumption.
Now Opera Mobile works like a charm and the NST detects all open SSID, even those with wpa2 enterprise like "eduroam" and it is not necessary certificates for it.
This has been tested on system 1.1.2 rooted with TouchNooter 2.1.31 and with this multitouch kernel. It will probably work on earlier versions and should be safe to use it, but for best results you should be on 1.1.2.
If you accept an advice, whether you need an optimized performance (130mb ram memory available) and a good contrast screen rom on your NST it is better a 1.1.2 (rooted with touchnooter2.1.31 plus a multitouch kernel to be installed with CWM recovery and the NoRefreshToggle.apk) than a 1.2.1 with fastmode or norefresh. In the second post of this thread, I've left some instructions for having TouchNooter in pristine conditions.
Find enclosed this wifi's cwm update.
Best.

Downgrade your NST to TouchNooter 2.1.31
I've left this instructions for those who need help to downgrade their NST and install TouchNooter 2.1.31. Also, I've included some good tweaks:
If you accept an advice, whether you need an optimized performance (130mb ram memory available) and a good contrast screen rom on your NST it is better a 1.1.2 (rooted with touchnooter2.1.31 plus a multitouch kernel to be installed with CWM recovery and the NoRefreshToggle.apk) than a 1.2.1 with fastmode or norefresh.
1. Make a backup of your NST with noogie following this instructions.
2. Download the Original 1.1.0 update (repacked for use with Clockworkmod based Recovery).
3. Burn 2gb_clockwork-rc2.img file to be written on a SD-Card using Win32DiskImager or dd on linux.
4. Open the SD-Card (where you burn 2gb_clockwork-rc2.img) and copy the nook_1_1_update_cwm.zip on the SD-Card.
5. Power down and insert the SD-Card on the NST.
6. Press the power button for 3 seconds, so that the device boots (you don't have to hold the power button after the 3 seconds)
7. As soon as the display changes to the "CWM logo" screen, push and hold the lower left and the lower right button until the screen changes again. Wait until you see the recovery
Now boot into Clockworkmod recovery (Button layout: Both Buttons on the left: BACK / Upper button on the right: UP / Lower button on the right: DOWN / n button: SELECT / Power button: TOGGLE DISPLAY).
8. Install through CWM recovery the nook_1_1_update_cwm.zip update placed on the SD-Card. When you read installation completed press power button during 10 second and eject the SD-card.
9. Press power button to turn on the nook to let the devices open commonly.
10. Now turn off the NST again and make a factory reset (eject any SD-Card inserted on the NST and as soon as the display changes to the "read forever" screen , push and hold the lower left and the lower right button until the screen changes again. Wait until you see the factory reset instructions and follow it). After, turn on the NST a register again it on B&N and turn off.
11. Now turn on again and install the 1.1.2 update following B&N instructions. After, turn on the NST a register again it on B&N and turn off.
12. Now install TouchNooter 2.1.31 following this instructions.
13. Install this multitouch kernel via CWM again.
14. Now install my wifi implementation via CWM again.
15. Download & install SetCPU utility. Create two profiles on it for Screen On (Set Min AND Max clock freq. to 800 MHz, governor=userspace, no scheduler checked) and another for Screen Off (Set Min AND Max clock freq. To 300 MHz, governor=conservative, no scheduler checked). And check “Apply on boot”
16. Download & install SystemApp Remover to disable some apps that drain the battery (eg:AFfileDownloadService.apk,AccountAndSyncSettings.apk, AirRuntime.apk, ApplicationsProvider.apk, BnAuthenticationService.apk, BnCloudRequestSvc.apk, ContactsProvider.apk, CrytoServer.apk, DemoMode.apk, DeviceManager.apk, DeviceRegistrator.apk, GlobalSearch.apk, gtalkservice.apk, Home.apk, Library.apk, Music.apk, NookCommunity.apk, Phone.apk, QuickStartActivity.apk, Shop.apk, Social.apk, SysChecksum.apk, Talk.apk, TalkProvider.apk, TelephonyProvider.apk, WaveformDownloader.apk).
17. Apply this tweaks (you can use Root Explorer for it):
-In file /system/lib/egl/egl.cfg. Delete the line "0 0 android". (This disables the hardware rendering and forces software rendering, it is optional, just try it and check what is better for you).
-In file /system/build.prop add the next lines at the end of the present text:
Code:
# Tweaks
persist.sys.use_dithering=1
persist.sys.purgeable_assets=1
debug.sf.hw=1
video.accelerate.hw=1
debug.performance.tuning=1
ro.compcache.default=18
ro.kernel.android.checkjni=0
ro.HOME_APP_ADJ=1
#
# Dalvik options
dalvik.vm.execution-mode=int:fast
dalvik.vm.heapsize=128m
dalvik.vm.deoxopt-flags=m=v,o=y
#
# Battery
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
wifi.supplicant_scan_interval=180
18. For better performance with NoRefresh, reduce from 400 to 200 the "Auto Activate Time Window". If you cannot find on your apps drawer the shortcut to "NoRefresh Settings", reinstall the app: NoRefresh.apk. Or modify it manually on /data/data/com.eink.norefresh/shared_prefs/com.eink.norefresh_preferences.xml (I set this on 150 but it has to be tested)
Code:
<string name="activate_delay">200</string>
19. Also, I recommend you to use the "Reading Now Button" on the left side of the main status bar as "Orientation Switch". You can do that with Nook Touch Tools.
20. On the other hand, if you can afford buy a good task killer as "Advanced Task Killer Pro by Rechild", I recommend you to auto kill apps when screen is off. (Note:Some task killer drain the battery, that the reason I recommend you Advanced Task Killer Pro). Also, uninstall "Super Manager" and "Amazon Market", both drain the battery.

I've set on the first post a new update with minor changes to avoid needless battery consumption.
Best.

kuskro said:
I've left this instructions for those who need help to downgrade their NST and install TouchNooter 2.1.31. Also, I've included some good tweaks:
If you accept an advice, whether you need an optimized performance (130mb ram memory available) and a good contrast screen rom on your NST it is better a 1.1.2 (rooted with touchnooter2.1.31 plus a multitouch kernel to be installed with CWM recovery and the NoRefreshToggle.apk) than a 1.2.1 with fastmode or norefresh.
1. Make a backup of your NST with noogie following this instructions.
2. Download the Original 1.1.0 update (repacked for use with Clockworkmod based Recovery).
3. Burn 2gb_clockwork-rc2.img file to be written on a SD-Card using Win32DiskImager or dd on linux.
4. Open the SD-Card (where you burn 2gb_clockwork-rc2.img) and copy the nook_1_1_update_cwm.zip on the SD-Card.
5. Power down and insert the SD-Card on the NST.
6. Press the power button for 3 seconds, so that the device boots (you don't have to hold the power button after the 3 seconds)
7. As soon as the display changes to the "CWM logo" screen, push and hold the lower left and the lower right button until the screen changes again. Wait until you see the recovery
Now boot into Clockworkmod recovery (Button layout: Both Buttons on the left: BACK / Upper button on the right: UP / Lower button on the right: DOWN / n button: SELECT / Power button: TOGGLE DISPLAY).
8. Install through CWM recovery the nook_1_1_update_cwm.zip update placed on the SD-Card. When you read installation completed press power button during 10 second and eject the SD-card.
9. Press power button to turn on the nook to let the devices open commonly.
10. Now turn off the NST again and make a factory reset (eject any SD-Card inserted on the NST and as soon as the display changes to the "read forever" screen , push and hold the lower left and the lower right button until the screen changes again. Wait until you see the factory reset instructions and follow it). After, turn on the NST a register again it on B&N and turn off.
11. Now turn on again and install the 1.1.2 update following B&N instructions. After, turn on the NST a register again it on B&N and turn off.
12. Now install TouchNooter 2.1.31 following this instructions.
13. Install this multitouch kernel via CWM again.
14. Now install my wifi implementation via CWM again.
15. Download & install SetCPU utility. Create two profiles on it for Screen On (Set Min AND Max clock freq. to 800 MHz, governor=userspace, no scheduler checked) and another for Screen Off (Set Min AND Max clock freq. To 300 MHz, governor=conservative, no scheduler checked). And check “Apply on boot”
16. Download & install SystemApp Remover to disable some apps that drain the battery (eg:AFfileDownloadService.apk,AccountAndSyncSettings.apk, AirRuntime.apk, ApplicationsProvider.apk, BnAuthenticationService.apk, BnCloudRequestSvc.apk, ContactsProvider.apk, CrytoServer.apk, DemoMode.apk, DeviceManager.apk, DeviceRegistrator.apk, GlobalSearch.apk, gtalkservice.apk, Home.apk, Library.apk, Music.apk, NookCommunity.apk, Phone.apk, QuickStartActivity.apk, Shop.apk, Social.apk, SysChecksum.apk, Talk.apk, TalkProvider.apk, TelephonyProvider.apk, WaveformDownloader.apk).
17. Apply this tweaks (you can use Root Explorer for it):
-In file /system/lib/egl/egl.cfg. Delete the line "0 0 android". (This disables the hardware rendering and forces software rendering, it is optional, just try it and check what is better for you).
-In file /system/build.prop add the next lines at the end of the present text:
Code:
# Windows management
windowsmgr.max_events_per_sec=500
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
ro.product.multi_touch_enabled=true
#
# Tweaks
persist.sys.use_dithering=1
persist.sys.purgeable_assets=1
debug.sf.hw=1
video.accelerate.hw=1
debug.performance.tuning=1
ro.compcache.default=18
ro.kernel.android.checkjni=0
ro.HOME_APP_ADJ=1
#
# Dalvik options
dalvik.vm.execution-mode=int:fast
dalvik.vm.heapsize=48m
dalvik.vm.deoxopt-flags=m=v,o=y
#
# Battery
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
wifi.supplicant_scan_interval=180
18. For better performance with NoRefresh reduce from 400 to 200 the "Auto Activate Time Window" (I modified the xml preferences tags for this app to have this setting on 150 but it has to be tested).
19. Also, I recommend you to use the "Reading Now Button" on the left side of the main status bar as "Orientation Switch". You can do that with Nook Touch Tools.
20. On the other hand, if you can afford buy a good task killer as "Advanced Task Killer Pro by Rechild", I recommend you to auto kill apps when screen is off. (Note:Some task killer drain the battery, that the reason I recommend you Advanced Task Killer Pro). Also, uninstall "Super Manager" and "Amazon Market", both drain the battery.
Click to expand...
Click to collapse
I want to try this but is it possible to have a kernel with multi touch AND usb host ?

tebra said:
I want to try this but is it possible to have a kernel with multi touch AND usb host ?
Click to expand...
Click to collapse
I've never tried but I think so. Here you have some: https://code.google.com/p/nst-recovery/downloads/list

kuskro said:
I've never tried but I think so. Here you have some: https://code.google.com/p/nst-recovery/downloads/list
Click to expand...
Click to collapse
One more question, why did you don't upgrade to 1.1.5 firmware?
Kernel with multitouch and usb host are based on 1.1.5 firmware

tebra said:
One more question, why did you don't upgrade to 1.1.5 firmware?
Kernel with multitouch and usb host are based on 1.1.5 firmware
Click to expand...
Click to collapse
This update was for NSTG.

kuskro;41518419
16. Download & install [URL="https://play.google.com/store/apps/details?id=com.danesh.system.app.remover&hl=es" said:
SystemApp Remover[/URL] to disable some apps that drain the battery (eg:AFfileDownloadService.apk,AccountAndSyncSettings.apk, AirRuntime.apk, ApplicationsProvider.apk, BnAuthenticationService.apk, BnCloudRequestSvc.apk, ContactsProvider.apk, CrytoServer.apk, DemoMode.apk, DeviceManager.apk, DeviceRegistrator.apk, GlobalSearch.apk, gtalkservice.apk, Home.apk, Library.apk, Music.apk, NookCommunity.apk, Phone.apk, QuickStartActivity.apk, Shop.apk, Social.apk, SysChecksum.apk, Talk.apk, TalkProvider.apk, TelephonyProvider.apk, WaveformDownloader.apk).
17. Apply this tweaks (you can use Root Explorer for it):
-In file /system/lib/egl/egl.cfg. Delete the line "0 0 android". (This disables the hardware rendering and forces software rendering, it is optional, just try it and check what is better for you).
-In file /system/build.prop add the next lines at the end of the present text:
Code:
# Tweaks
persist.sys.use_dithering=1
persist.sys.purgeable_assets=1
debug.sf.hw=1
video.accelerate.hw=1
debug.performance.tuning=1
ro.compcache.default=18
ro.kernel.android.checkjni=0
ro.HOME_APP_ADJ=1
#
# Dalvik options
dalvik.vm.execution-mode=int:fast
dalvik.vm.heapsize=128m
dalvik.vm.deoxopt-flags=m=v,o=y
#
# Battery
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
wifi.supplicant_scan_interval=180
18. For better performance with NoRefresh, reduce from 400 to 200 the "Auto Activate Time Window". If you cannot find on your apps drawer the shortcut to "NoRefresh Settings", reinstall the app: NoRefresh.apk. Or modify it manually on /data/data/com.eink.norefresh/shared_prefs/com.eink.norefresh_preferences.xml (I set this on 150 but it has to be tested)
Code:
<string name="activate_delay">200</string>
19. Also, I recommend you to use the "Reading Now Button" on the left side of the main status bar as "Orientation Switch". You can do that with Nook Touch Tools.
20. On the other hand, if you can afford buy a good task killer as "Advanced Task Killer Pro by Rechild", I recommend you to auto kill apps when screen is off. (Note:Some task killer drain the battery, that the reason I recommend you Advanced Task Killer Pro). Also, uninstall "Super Manager" and "Amazon Market", both drain the battery.[/hide]
Click to expand...
Click to collapse
System App Remover and Root Explorer isn't in my list in the Android Market. I tried using the search function in the Market as well and it doesn't seem to work at all. Any recommendations?

Beefvvl said:
System App Remover and Root Explorer isn't in my list in the Android Market. I tried using the search function in the Market as well and it doesn't seem to work at all. Any recommendations?
Click to expand...
Click to collapse
You need installing searchmarket.app to work together with Google Market.
Best.

kuskro said:
I've left this instructions for those who need help to downgrade their NST and install TouchNooter 2.1.31. Also, I've included some good tweaks:
If you accept an advice, whether you need an optimized performance (130mb ram memory available) and a good contrast screen rom on your NST it is better a 1.1.2 (rooted with touchnooter2.1.31 plus a multitouch kernel to be installed with CWM recovery and the NoRefreshToggle.apk) than a 1.2.1 with fastmode or norefresh.
1. Make a backup of your NST with noogie following this instructions.
2. Download the Original 1.1.0 update (repacked for use with Clockworkmod based Recovery).
3. Burn 2gb_clockwork-rc2.img file to be written on a SD-Card using Win32DiskImager or dd on linux.
4. Open the SD-Card (where you burn 2gb_clockwork-rc2.img) and copy the nook_1_1_update_cwm.zip on the SD-Card.
5. Power down and insert the SD-Card on the NST.
6. Press the power button for 3 seconds, so that the device boots (you don't have to hold the power button after the 3 seconds)
7. As soon as the display changes to the "CWM logo" screen, push and hold the lower left and the lower right button until the screen changes again. Wait until you see the recovery
Now boot into Clockworkmod recovery (Button layout: Both Buttons on the left: BACK / Upper button on the right: UP / Lower button on the right: DOWN / n button: SELECT / Power button: TOGGLE DISPLAY).
8. Install through CWM recovery the nook_1_1_update_cwm.zip update placed on the SD-Card. When you read installation completed press power button during 10 second and eject the SD-card.
9. Press power button to turn on the nook to let the devices open commonly.
10. Now turn off the NST again and make a factory reset (eject any SD-Card inserted on the NST and as soon as the display changes to the "read forever" screen , push and hold the lower left and the lower right button until the screen changes again. Wait until you see the factory reset instructions and follow it). After, turn on the NST a register again it on B&N and turn off.
11. Now turn on again and install the 1.1.2 update following B&N instructions. After, turn on the NST a register again it on B&N and turn off.
12. Now install TouchNooter 2.1.31 following this instructions.
13. Install this multitouch kernel via CWM again.
14. Now install my wifi implementation via CWM again.
15. Download & install SetCPU utility. Create two profiles on it for Screen On (Set Min AND Max clock freq. to 800 MHz, governor=userspace, no scheduler checked) and another for Screen Off (Set Min AND Max clock freq. To 300 MHz, governor=conservative, no scheduler checked). And check “Apply on boot”
16. Download & install SystemApp Remover to disable some apps that drain the battery (eg:AFfileDownloadService.apk,AccountAndSyncSettings.apk, AirRuntime.apk, ApplicationsProvider.apk, BnAuthenticationService.apk, BnCloudRequestSvc.apk, ContactsProvider.apk, CrytoServer.apk, DemoMode.apk, DeviceManager.apk, DeviceRegistrator.apk, GlobalSearch.apk, gtalkservice.apk, Home.apk, Library.apk, Music.apk, NookCommunity.apk, Phone.apk, QuickStartActivity.apk, Shop.apk, Social.apk, SysChecksum.apk, Talk.apk, TalkProvider.apk, TelephonyProvider.apk, WaveformDownloader.apk).
17. Apply this tweaks (you can use Root Explorer for it):
-In file /system/lib/egl/egl.cfg. Delete the line "0 0 android". (This disables the hardware rendering and forces software rendering, it is optional, just try it and check what is better for you).
-In file /system/build.prop add the next lines at the end of the present text:
Code:
# Tweaks
persist.sys.use_dithering=1
persist.sys.purgeable_assets=1
debug.sf.hw=1
video.accelerate.hw=1
debug.performance.tuning=1
ro.compcache.default=18
ro.kernel.android.checkjni=0
ro.HOME_APP_ADJ=1
#
# Dalvik options
dalvik.vm.execution-mode=int:fast
dalvik.vm.heapsize=128m
dalvik.vm.deoxopt-flags=m=v,o=y
#
# Battery
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
wifi.supplicant_scan_interval=180
18. For better performance with NoRefresh, reduce from 400 to 200 the "Auto Activate Time Window". If you cannot find on your apps drawer the shortcut to "NoRefresh Settings", reinstall the app: NoRefresh.apk. Or modify it manually on /data/data/com.eink.norefresh/shared_prefs/com.eink.norefresh_preferences.xml (I set this on 150 but it has to be tested)
Code:
<string name="activate_delay">200</string>
19. Also, I recommend you to use the "Reading Now Button" on the left side of the main status bar as "Orientation Switch". You can do that with Nook Touch Tools.
20. On the other hand, if you can afford buy a good task killer as "Advanced Task Killer Pro by Rechild", I recommend you to auto kill apps when screen is off. (Note:Some task killer drain the battery, that the reason I recommend you Advanced Task Killer Pro). Also, uninstall "Super Manager" and "Amazon Market", both drain the battery.
Click to expand...
Click to collapse
After do this I can't connect to wifi.
Now I try to restore to factory configuration and I cant install 1.2.1.
:crying:

keteflips said:
After do this I can't connect to wifi.
Now I try to restore to factory configuration and I cant install 1.2.1.
:crying:
Click to expand...
Click to collapse
Just use your own CWM backup, you took right before installing this mod...

keteflips said:
After do this I can't connect to wifi.
Now I try to restore to factory configuration and I cant install 1.2.1.
:crying:
Click to expand...
Click to collapse
Restore your noogie backup and choose the correct update for your NST:
- Download the nook 1.2.1 UK update from here.
- Or download the nook 1.2.1 USA update from here.

kuskro said:
Restore your noogie backup and choose the correct update for your NST:
- Download the nook 1.2.1 UK update from here.
- Or download the nook 1.2.1 USA update from here.
Click to expand...
Click to collapse
This is what I did and it worked perfectly.
Thank you.

Related

App to shutdown phone?

Hi, everyone. Does anybody know of an app or a way to shutdown the phone at a predetermined time. Reason I'm asking is it would be great to be able to shutdown my phone while still charging at say 5:30 am and have it ready for me when I get up at 6:00. This is all related to the battery "bug" that our dincs seems to have. Thanks
nstavr said:
Hi, everyone. Does anybody know of an app or a way to shutdown the phone at a predetermined time. Reason I'm asking is it would be great to be able to shutdown my phone while still charging at say 5:30 am and have it ready for me when I get up at 6:00. This is all related to the battery "bug" that our dincs seems to have. Thanks
Click to expand...
Click to collapse
If you charge via a computer i'm sure you can write a simple command line script that would issue a shutdown through the adb shell
That certainly is an option even though I do not normally charge via the computer. One problem with this is I would have to leave the computer on in order to provide power to the USB ports. Does anyone know of an app?
Is this "bug" that we have something that can be fixed via an OTA update or is it a hardware problem
Its not a bug. The N1 was the same way. To get a full charge you needed to have the phone off. Again, not a bug with the Inc but rather the way HTC or Google has programmed the battery to behave. at least in 2.1.
Yeah, definitely seems to be by design. Just wondering why HTC or Google would do this? Anyway, I have been searching the market for an app this will allow me to input a set time for the phone to shut down for this very reason. Still have not found anything.
not really sure what you would have to put in the script but you could run a script in the app called gscript
Edit: im bored at work ill see what i can do with gscript to maybe write something for ya.
nvm ... i have a script, but it doesn't seem to work consistently. I will upload it if I can get it to work all the time.
he wants the phone to just shutoff by itself tho without using a computer to tell it to do it.
Well i got the solution for you now you just need to get someone to right a script for you to watch the time and do the shutdown at a specified time.
Get locale and then get the ase plugin app which allows you to start a script at a curtain time.
zerf said:
Well i got the solution for you now you just need to get someone to right a script for you to watch the time and do the shutdown at a specified time.
Get locale and then get the ase plugin app which allows you to start a script at a curtain time.
Click to expand...
Click to collapse
Yep, that's what I was working on. The script was really simple, I just had to mod ASE to give it extra permissions. I tested this thoroughly and it works well. You can setup a trigger in ASE to run the script daily at the same time.
NOTE: The first time this script runs, you will be shown a 'Complete action using' menu of intents to use to complete the action. Make sure you check the 'Use by default for this action' and select Android System to complete the action. (still working on that)
Instructions:
1. Download and extract the attached zip.
2. Install the apk that is inside.
3. Open ASE and press the menu key-->View-->Interpreters
4. Press menu-->Add and select Lua 5.1.4 from the menu
5. After Lua is installed (should be fairly quick) press back to get back to the scripts screen
6. Next, push the script to your sd card
Code:
adb push PowerDown.lua /sdcard/ase/scripts/
7. Now press menu-->View-->Triggers
8. In the Triggers menu press menu-->Add Repeating and select Repeating from the menu
9. Select the script we just pushed over, PowerDown.lua
10. Select Start in Background
11. In the Repeat Every popup, set the interval for one day and press Set (make sure you do this at 1730 or when you want it to run)
12. You are now finished setting up ASE
Make sure add ASE to your task manager Ignore list so it is not killed. If you like, you can add a shortcut for the script on your home screen. To do this, go through the motions of adding a shortcut to your home screen and select ASE from the menu of shortcuts. Last, select your script from the list. Now, simply tapping the icon will cause the phone to shutdown.
I hope this helps.
ihtfp69 said:
Yep, that's what I was working on. The script was really simple, I just had to mod ASE to give it extra permissions. I tested this thoroughly and it works well. You can setup a trigger in ASE to run the script daily at the same time.
NOTE: The first time this script runs, you will be shown a 'Complete action using' menu of intents to use to complete the action. Make sure you check the 'Use by default for this action' and select Android System to complete the action.
Instructions:
1. Download and extract the attached zip.
2. Install the apk that is inside.
3. Open ASE and press the menu key-->View-->Interpreters
4. Press menu-->Add and select Lua 5.1.4 from the menu
5. After Lua is installed (should be fairly quick) press back to get back to the scripts screen
6. Next, push the script to your sd card
Code:
adb push PowerDown.lua /sdcard/ase/scripts/
7. Now press menu-->View-->Triggers
8. In the Triggers menu press menu-->Add Repeating and select Repeating from the menu
9. Select the script we just pushed over, PowerDown.lua
10. Select Start in Background
11. In the Repeat Every popup, set the interval for one day and press Set (make sure you do this at 1730 or when you want it to run)
12. You are now finished setting up ASE
Make sure add ASE to your task manager Ignore list so it is not killed. If you like, you can add a shortcut for the script on your home screen. To do this, go through the motions of adding a shortcut to your home screen and select ASE from the menu of shortcuts. Last, select your script from the list. Now, simply tapping the icon will cause the phone to shutdown.
I hope this helps.
Click to expand...
Click to collapse
I appreciate your work on this! Can't wait to test it out!
ihtfp69 said:
Yep, that's what I was working on. The script was really simple, I just had to mod ASE to give it extra permissions. I tested this thoroughly and it works well. You can setup a trigger in ASE to run the script daily at the same time.
NOTE: The first time this script runs, you will be shown a 'Complete action using' menu of intents to use to complete the action. Make sure you check the 'Use by default for this action' and select Android System to complete the action. (still working on that)
Instructions:
1. Download and extract the attached zip.
2. Install the apk that is inside.
3. Open ASE and press the menu key-->View-->Interpreters
4. Press menu-->Add and select Lua 5.1.4 from the menu
5. After Lua is installed (should be fairly quick) press back to get back to the scripts screen
6. Next, push the script to your sd card
Code:
adb push PowerDown.lua /sdcard/ase/scripts/
7. Now press menu-->View-->Triggers
8. In the Triggers menu press menu-->Add Repeating and select Repeating from the menu
9. Select the script we just pushed over, PowerDown.lua
10. Select Start in Background
11. In the Repeat Every popup, set the interval for one day and press Set (make sure you do this at 1730 or when you want it to run)
12. You are now finished setting up ASE
Make sure add ASE to your task manager Ignore list so it is not killed. If you like, you can add a shortcut for the script on your home screen. To do this, go through the motions of adding a shortcut to your home screen and select ASE from the menu of shortcuts. Last, select your script from the list. Now, simply tapping the icon will cause the phone to shutdown.
I hope this helps.
Click to expand...
Click to collapse
This sounds great. I will test tonight when I get off work. Thanks for taking the time to do this!
In your instructions ihpft69, how do I push the script to SD card?
"adb push PowerDown.lua /sdcard/ase/scripts/"
htfp69, I have tested this out successfully. One question though. Is there a way to get this to run in locale? For some reason when I clear Android System defaults in menu-->settings-->applications it will work with locale. However, when I attempt it a second time I can see that ASE is running but it does not power off the phone. Thanks again for your help.
nstavr said:
htfp69, I have tested this out successfully. One question though. Is there a way to get this to run in locale? For some reason when I clear Android System defaults in menu-->settings-->applications it will work with locale. However, when I attempt it a second time I can see that ASE is running but it does not power off the phone. Thanks again for your help.
Click to expand...
Click to collapse
The problem is the shutdown permission is reserved for the system only. You cannot give an application this permission either. Thus only the system can perform the intent. I had to add an intent filter to get the pop-up so you can choose the system to perform the intent. For some reason, though, the system ignores defaulted requests so you have to leave that box unchecked for it to work.
BTW, that Locale app is pretty neat. I didnt know it worked with ase. It's much better than using those triggers.
Sent from my ADR6300 using XDA App
Love the work you've done on this script. I have a question though, if I set it to use the system by default, it doesn't work, but if I dont check it, every time it runs it asks what to use. Can it run by itself yet or is that something you're still working on?
^agreed, love the way the script is done
ihtfp69 said:
Yep, that's what I was working on. The script was really simple, I just had to mod ASE to give it extra permissions. I tested this thoroughly and it works well. You can setup a trigger in ASE to run the script daily at the same time.
NOTE: The first time this script runs, you will be shown a 'Complete action using' menu of intents to use to complete the action. Make sure you check the 'Use by default for this action' and select Android System to complete the action. (still working on that)
Instructions:
1. Download and extract the attached zip.
2. Install the apk that is inside.
3. Open ASE and press the menu key-->View-->Interpreters
4. Press menu-->Add and select Lua 5.1.4 from the menu
5. After Lua is installed (should be fairly quick) press back to get back to the scripts screen
6. Next, push the script to your sd card
Code:
adb push PowerDown.lua /sdcard/ase/scripts/
7. Now press menu-->View-->Triggers
8. In the Triggers menu press menu-->Add Repeating and select Repeating from the menu
9. Select the script we just pushed over, PowerDown.lua
10. Select Start in Background
11. In the Repeat Every popup, set the interval for one day and press Set (make sure you do this at 1730 or when you want it to run)
12. You are now finished setting up ASE
Make sure add ASE to your task manager Ignore list so it is not killed. If you like, you can add a shortcut for the script on your home screen. To do this, go through the motions of adding a shortcut to your home screen and select ASE from the menu of shortcuts. Last, select your script from the list. Now, simply tapping the icon will cause the phone to shutdown.
I hope this helps.
Click to expand...
Click to collapse
hey man, this is i looked for a while i use it with tasker. great work, thanks
ihtfp69 said:
Yep, that's what I was working on. The script was really simple, I just had to mod ASE to give it extra permissions. I tested this thoroughly and it works well. You can setup a trigger in ASE to run the script daily at the same time.
NOTE: The first time this script runs, you will be shown a 'Complete action using' menu of intents to use to complete the action. Make sure you check the 'Use by default for this action' and select Android System to complete the action. (still working on that)
Instructions:
1. Download and extract the attached zip.
2. Install the apk that is inside.
3. Open ASE and press the menu key-->View-->Interpreters
4. Press menu-->Add and select Lua 5.1.4 from the menu
5. After Lua is installed (should be fairly quick) press back to get back to the scripts screen
6. Next, push the script to your sd card
Code:
adb push PowerDown.lua /sdcard/ase/scripts/
7. Now press menu-->View-->Triggers
8. In the Triggers menu press menu-->Add Repeating and select Repeating from the menu
9. Select the script we just pushed over, PowerDown.lua
10. Select Start in Background
11. In the Repeat Every popup, set the interval for one day and press Set (make sure you do this at 1730 or when you want it to run)
12. You are now finished setting up ASE
Make sure add ASE to your task manager Ignore list so it is not killed. If you like, you can add a shortcut for the script on your home screen. To do this, go through the motions of adding a shortcut to your home screen and select ASE from the menu of shortcuts. Last, select your script from the list. Now, simply tapping the icon will cause the phone to shutdown.
I hope this helps.
Click to expand...
Click to collapse
I have the same need but I need my device to restart at a schedule time each day....there is an app on the market and I have been in back-forth email with the developer. The restart & shutdown function do not work on the Driod right now..
1. first you have to be rooted for this function of the app, which I am (unrevoked)
2. the "/system/bin" is not in the system search path for the "/system/bin/reboot" to work...I can run it manually via the shell and it will reboot. He plans to fix this...
the app is here: http://www.appbrain.com/app/com.connectivetools.ctschedulerl
Can you make your app to reboot the phone? I do not mind supporting development...
Thx

[ROM][DEV][★Sense2.1★][Oct 3]JikantaruROM V1.1 | Stock | Rooted | FAST | STABLE

[ROM][DEV][★Sense2.1★][Oct 3]JikantaruROM V1.1 | Stock | Rooted | FAST | STABLE
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features:
Based on RUU_Marvel_hTC_Asia_WWE_1.35.707.3_Radio_47.10.35. 3029H_7.46.35.08_release_188906
Permanent Full root
Sense 3.0 Lockscreen with changeable apps in 4 icons
Optimized Memory utilization
task killer tweak - for speed
Busybox installed, run parts support
Bash shell support
nano text editor installed
3 sec. GPS lock hack
Updated Google Maps to the newest version
Updated newest Gmail
Updated newest Market
Zipaligned all *.APK files for more speed
New Battery Icon with percentage remaining battery
New status Bar Icons
Modded notifications menu and status bar
Added Overscrolling Glow Effect
Added Flying Animation Effect
New Bootanimation, Downanimation
Added App: Rebooter, Root Explorer, Screen Off and Lock
EXT3 support [ex.]link2sd app
A2sdGUI support
120 MB Internal Memory
Added V6 Supercharger and 98kickasskernel for more smoothness credits to zeppelinrox
Ad free no more ads
Automatic zipalign on boot
SDcard read speed fix
Auto Battery calibration added
Added Sensation ringtones
Modified some wallpapers
Fixed lags in games
browser can now handle 7 !!! open tabs not 4
Superuser v3 (35)
su binary v3
removed boot sound
Click to expand...
Click to collapse
Removed:
Code:
1: com.htc.PlurkWidget.apk
2: com.htc.PlurkWidget.odex
3: com.htc.TrendsWidget.apk
4: com.htc.TrendsWidget.odex
5: com.htc.TwitterWidget.apk
6: com.htc.TwitterWidget.odex
7: Facebook.apk
8: HtcFacebook.apk
9: HtcFacebook.odex
10: HtcPlurk.apk
11: HtcPlurk.odex
12: HtcRecommends.apk
13: HtcRecommends.odex
14: HtcRecommendsWidget.apk
15: HtcRecommendsWidget.odex
16: HtcTwitter.apk
17: HtcTwitter.odex
18: JS_Keyboard.apk
19: M1-Smartroam_20110124.apk
20: MobiTV_Android_H264HQ_20110321.apk
21: MyM1_1221.apk
22: SPB_TV-full-starhub.apk
23: Telkomsel_Broadband.apk
24: VietnameseIME.apk
25: YouTube.apk
CHANGELOG
Code:
v.1.1
Changed browser from 15 tabs to 7 tabs to fix bookmarks
Removed some uncompatible scripts
Updated Market to v3.1.6
Added graphical improvements
Updated Busybox to v1.19.2
Bugs:
Code:
You tell me...
Requirements:
Phone is S-OFF if not S-off find a shop with xtc clip to s-off your phone,
Custom Recovery
Click to expand...
Click to collapse
Custom Recovery Installation:
1. Download Recovery Link then copy to your memory card.
2. Go to Settings>Power> uncheck Fast Boot, then turn off your device.
3. Hold Volume Down then press Power until white Hboot shows
then follow instructions.
After finishing update reboot phone then delete PG76IMG.zip in memory Card. you now have clockworkmod recovery installed.
Before installing ROM make a nandroid backup of your current ROM in case you want to go back, in CWM Recovery.
ROM Download: v1.1 - Updated Oct. 3, 2011
Installation of ROM:
1. Copy Rom to memory card be sure PG76IMG.zip is already deleted.
2. Uncheck Fast Boot in setting>Power
3. Turn Off your Phone, wait until it' completely off
4. Hold Volume down + Power until it goes to hboot mode wait until it loads then select Recovery by pressing volume keys then press Power then custom recovery menu will load.
5. select Wipe/Restore Factory by pressing volume down or up, then press power to confirm.
6. Also Wipe Cache, then Go to advance Wipe dalvik cache
7. Go back then select install zip from sd card>choose zip from sdcard then select my ROM you copied earlier.
wait for it until finishes updating, after finish, choose Go back then choose reboot.
First boot don't configure anything just choose country and press next, next,next, or skip all then wait until fully booted don't touch it then wait 5 mins then reboot again or restart. then you can configure anything wifi, google acct. etc.
OPTIONAL:
Black HTC Splashscreen.
DOWNLOAD
or
Modified HTC Splashscreen - Updated
DOWNLOAD
Copy to memory card then flash same as flashing recovery.
==================================================
Bookmarks fix for browser
but it can only have 7 tabs opened allowed.
DOWNLOAD
Worldwide GPS patch fix and new Market 3.2.0 - October 13, 2011
DOWNLOAD
flash in recovery
do not wipe anything
choose zip from sd
ADB Tool:
abd.zip
DOWNLOAD
CREDITS TO: Alquez for making the wildfire s recovery. dsixda for his wonderful kitchen, and people in XDA that made possible mods and tweaks. And android community. angelsid of deviantart for nice wildfire s photo.
Some screens ?
Polish language included in this ROM?
Hi i am using Wildfire S small Leizi 8-24-11 i am found two minor anoing details in this room, one is that the cannot know my localization if i am using wifi only, for example in google.com it ask me if it can use my location data and i say yes and nothing happens another example is in the meteorology widget it cannot check where am i, i need to manualy put where am i, this was usefull in travels because it automaticly tells me where am i and the other one was the short language support.
I would like to if this room was fixed this issues or at least the first one, because i am fine with english.
And i agree with buber82 some screens would be great.
Does the Sense 3.0 Lockscreen has those grey circles around each icon, because in the room i am using it does not have them and i think it´s better that way, i know this is a stupid detail and that there are thousand of other things more important but i would only like to know.
i am not the maker of Small Leizi Rom also it is a chinese rom. JikantaruROM is made by me actually there is no bugs in this rom also lock screen 3.0 has gray like original. taskbar is not transparent. this ROM is Asia rom. but you have to modify gps.conf to change your country.
Hi Jikantaru;
I'm in the mood of trying your ROM (and will be my first)
I need to ask you two things:
- from your description it looks like support to App2SD is possible using:
So that more software support APP2SD methods:
1 download adb.zip, extract to the C drive WINDOWS\system32
2. Handset menu, select Settings - application - development of tick-USB debugging, choose the PC side to connect disk drives
3 on the PC desktop, click the menu → Run → type "cmd"
4 pop-up DOS screen, enter "cd C:\WINDOWS\system32\adb"
5 Enter the following three commands,
adb shell
pm setInstallLocation 2
reboot
enter these three commands are case-sensitive,the phone will reboot, and then on OK.
Click to expand...
Click to collapse
Can the operation be made on a MAC computer? (how)
you are saying
but you have to modify gps.conf to change your country.
Click to expand...
Click to collapse
How can I do it?
Thanks for help!
I don't know how in mac
but you can follow this link2sd thread much better, it's what i'm using to move downloaded apps that can't be move to sdcard. http://forum.xda-developers.com/showthread.php?t=919326
make 2nd partition on sd, mine i made 512mb ext2 but you can try other ext if you want, like ext3 or ext4 see if it works make it as primary. download link2sd from the market its free. use minitool partition wizard, but i think it's for windows, find a partition manager for mac, or just find a pc.
======
In my rom root xplorer app is included you can modify it there, it has a built in text editor. no need to change the gps.conf file cause i already replaced it, just modify the inside of it, of course you should mount R/W in root explorer. see here http://forum.xda-developers.com/showthread.php?t=1239713
gud luck
Very good job.
I'm trying your ROM. I haven't found bug so far.
I'll probably use it as main ROM.
it is normal 10 - 12 % battery drain per hour, if i hear musik with headset (screen off)?
have a muggen-power 1500mah
Hi Jikantaru;
Thanks for explanation. App2Sd trick is clear now and i'll do it.
About gps is a bit more complicated..before diving into it and devastate my phone..which is the counter effect of not doing it?
Thanks!
hasbai said:
it is normal 10 - 12 % battery drain per hour, if i hear musik with headset (screen off)?
have a muggen-power 1500mah
Click to expand...
Click to collapse
yep, maybe if you use phone speakers.
uhhman said:
Hi Jikantaru;
Thanks for explanation. App2Sd trick is clear now and i'll do it.
About gps is a bit more complicated..before diving into it and devastate my phone..which is the counter effect of not doing it?
Thanks!
Click to expand...
Click to collapse
If you not change it, it will not lock your status location or even detect where you are when you use maps.
edit:
you'll only modify this part in your gps.conf
NTP_SERVER=COUNTRY.pool.ntp.org
NTP_SERVER=0.COUNTRY.pool.ntp.org
NTP_SERVER=1.COUNTRY.pool.ntp.org
NTP_SERVER=2.COUNTRY.pool.ntp.org
NTP_SERVER=3.COUNTRY.pool.ntp.org
NTP_SERVER=0.REGION.pool.ntp.org
NTP_SERVER=1.REGION.pool.ntp.org
NTP_SERVER=2.REGION.pool.ntp.org
NTP_SERVER=3.REGION.pool.ntp.org
Ex: your in north america, canada
it should be like this
NTP_SERVER=ca.pool.ntp.org
NTP_SERVER=0.ca.pool.ntp.org
NTP_SERVER=1.ca.pool.ntp.org
NTP_SERVER=2.ca.pool.ntp.org
NTP_SERVER=3.ca.pool.ntp.org
NTP_SERVER=0.north-america.pool.ntp.org
NTP_SERVER=1.north-america.pool.ntp.org
NTP_SERVER=2.north-america.pool.ntp.org
NTP_SERVER=3.north-america.pool.ntp.org
To hasbai :
If you look in apps, you'll notice thet there's Equalizer.
I think, it consumes ressources a lot.
I use SetCPU to improve battery life. Equalizer causes to freeze my device when screen is off (due to low frequency with SetCPU Profile).
I've unintalled it and everything's OK.
When I listen to music, I use PowerAmp with its integated equalizer. Everything works, even if screen is in off mode.
But the ROM works great, I'm keeping using it.
HI,
looks nice, even though I would prefer a non-Sense version given the weak processor.
WHich frequencies do you manage to get using setCPU with this ROM?
ON the STock rom I can only select between 480 and 600, not really too much, so I would like to try this one out.
playagiron said:
HI,
looks nice, even though I would prefer a non-Sense version given the weak processor.
WHich frequencies do you manage to get using setCPU with this ROM?
ON the STock rom I can only select between 480 and 600, not really too much, so I would like to try this one out.
Click to expand...
Click to collapse
There is no custom kernel now, so you'll got the same frequencies. Waiting for overclock kernel: http://forum.xda-developers.com/showthread.php?t=1249816
jikantaru said:
Hi xda people, I want to share my ROM but if you have to configure your own GPS by following this thread , also I don't know how to input language if you ask me. But I promise this is smooth after second reboot fully loaded.
Wildfire S JikantaruROM
Marvell 2.3.3 Based on RUU_Marvel_hTC_Asia_WWE_1.35.707.3_Radio_47.10.35. 3029H_7.46.35.08_release_188906
ROM Features:
-Faster than Stock ROM
-Permanent Full root
-Sense 3.0 Lockscreen with changeable icons
-Optimized Memory utilization
-task killer tweak - for speed
-Busybox installed, run parts support, Superuser installed
-Bash shell support
-nano text editor installed
-3 sec. GPS lock hack [tested outside house with WIFI]
-Updated Google Maps to the newest version
-Updated newest Gmail
-Updated newest Market
-Zipaligned all *.APK files for more speed
-New Battery Icons with 1% electricity show, and percentage remaining battery
-New status Bar Icons
-Added Overscrolling Glow Effect
-Added Fold Animation Effect
-New Bootanimation, Downanimation
-Added App: Rebooter, Root Explorer, Screen Off and Lock
-EXT2 support [ex.]link2sd app
-121 MB Internal Memory
-Added V6 Supercharger and 98kickasskernel for more smoothness
credits to zeppelinrox
Streamlined:
1: com.htc.PlurkWidget.apk
2: com.htc.PlurkWidget.odex
3: com.htc.TrendsWidget.apk
4: com.htc.TrendsWidget.odex
5: com.htc.TwitterWidget.apk
6: com.htc.TwitterWidget.odex
7: Facebook.apk
8: HtcFacebook.apk
9: HtcFacebook.odex
10: HtcPlurk.apk
11: HtcPlurk.odex
12: HtcRecommends.apk
13: HtcRecommends.odex
14: HtcRecommendsWidget.apk
15: HtcRecommendsWidget.odex
16: HtcTwitter.apk
17: HtcTwitter.odex
18: JS_Keyboard.apk
19: M1-Smartroam_20110124.apk
20: MobiTV_Android_H264HQ_20110321.apk
21: MyM1_1221.apk
22: SPB_TV-full-starhub.apk
23: Telkomsel_Broadband.apk
24: VietnameseIME.apk
25: YouTube.apk
Some Apps can be downloaded in Market and install in SD-card.
Requirements: 1.]Phone is S-OFF, if not S-off find a shop with xtc clip to s-off your phone,2.] Custom Recovery
Custom Recovery Installation.
1. Download http://www.mediafire.com/?11nkszc18zlj2a9 then copy to your memory card.
2. Go to Settings>Power> uncheck Fast Boot, then turn off your device.
3. Hold Volume Down then press Power until white Hboot shows
then follow instructions.
After finishing update reboot phone then delete PG76IMG.zip in memory Card. you now have clockworkmod recovery installed.
ROM Download:
http://www.mediafire.com/?54ft95attaw0lh4
Warning: Do not modify ROM add or edit files cause it's signed or it will cause problems when flashing.
Installation of ROM:
1. Copy Rom to memory card be sure PG76IMG.zip is already deleted.
2. Uncheck Fast Boot in setting>Power
3. Turn Off your Phone, wait until it' completely off
4. Hold Volume down + Power until it goes to hboot mode wait until it loads then select Recovery by pressing volume keys then press Power then custom recovery menu will load.
5. select Wipe/Restore Factory by pressing wolume down or up, then press power to confirm.
6. Also Wipe Cache, then Go to advance Wipe dalvik cache, and battery stats.
7. Go back then select install zip from sd card>choose zip from sdcard then select my ROM you copied earlier.
wait for it until finishes updating, after finish, choose Go back then choose reboot.
OPTIONAL:
So that more software support APP2SD methods:
1 download adb.zip, extract to the C drive WINDOWS\system32
2. Handset menu, select Settings - application - development of tick-USB debugging, choose the PC side to connect disk drives
3 on the PC desktop, click the menu → Run → type "cmd"
4 pop-up DOS screen, enter "cd C:\WINDOWS\system32\adb"
5 Enter the following three commands,
adb shell
pm setInstallLocation 2
reboot
enter these three commands are case-sensitive,the phone will reboot, and then on OK.
abd.zip download the following address:
http://www.mediafire.com/?dhnxdavhpxwvwne
Black HTC Splashscreen.
http://www.mediafire.com/?q8za2fiz88xc107
Copy to memory card then flash same as flashing recovery.
Click to expand...
Click to collapse
Hello,
I want to try it but let me know if i will not like can i have option to again go back to original rom if yes then how?
=========================
=========================
*
* Updated to JikantaruROM V1.0
* September/29/2011
*
=========================
=========================
Next time I cook kernels.
want to know is it secure to use ur rom? and how to remove screen lock app on it? can you also add gasture lock in it as CM7 has for wildfire i love it
jikantaru said:
=========================
=========================
*
* Updated to JikantaruROM V1.0
* September/29/2011
*
=========================
=========================
Next time I cook kernels.
Click to expand...
Click to collapse
i have 2 questions.. one is why it is showing 2 icons of screen off and lock and how to remove it? second is how to add facebook sense on it to add facebook on friends stream is it possible?
efuzone said:
i have 2 questions.. one is why it is showing 2 icons of screen off and lock and how to remove it? second is how to add facebook sense on it to add facebook on friends stream is it possible?
Click to expand...
Click to collapse
1. cause other icon is for setting it up; maybe you could use titanium bakup to remove it or just delete on system/app folder. but first you have to run uninstall in the second icon. why you want to remove it. its only 200kb.
2. try facebook on market or htc hub. i didnt remove friendstream.
Edit:
I put screen off and lock app so anyone wants CRT TV off animation you can put icon in home screen. The mod that when you press power button and CRT animation appears, is only for deodexed rom, deodexed services.jar won't boot the phone.
I tried to deodex this rom but 62MB internal memory is left.
Thanks for your reply.. What about gesture lock? and i have seen it is draining battery very fast? last jikantaru rom was fine but this rom is draining battery very fast dont know why?
jikantaru said:
1. cause other icon is for setting it up; maybe you could use titanium bakup to remove it or just delete on system/app folder. but first you have to run uninstall in the second icon. why you want to remove it. its only 200kb.
2. try facebook on market or htc hub. i didnt remove friendstream.
Edit:
I put screen off and lock app so anyone wants CRT TV off animation you can put icon in home screen. The mod that when you press power button and CRT animation appears, is only for deodexed rom, deodexed services.jar won't boot the phone.
I tried to deodex this rom but 62MB internal memory is left.
Click to expand...
Click to collapse
what gesture lock? no idea mate. turn off wifi if your not browsing, to save battery, also vibra.

ROMS,Calibration,tweaks

i decided to compile things for newbies like me so we stop makin a foll of ourselves asking around etc...
i will be compiling links tocustoms roms and things that i think and others think maybe of great significant to our devices
first is the FAQ guide,,
this contains rooting and other cool stuff
(i may include links outside xda if needed)
http://forum.xda-developers.com/showthread.php?t=1512749
http://forum.xda-developers.com/showthread.php?t=1325453
rooting tip:
since basically rooting will or might void warranty right,so ill share what i did to a friends phone...
basically just created a nandroid back up of his current rom using skins recovery..
then installed a new custom rom(rooted rom)
voila...2 bird 1 stone,,,custom rom and root at the same time...
and in case you want the old one back just restore to back up..
not sure if this method counts the bin....
here is for the list of updating to official and unofficial stock roms
http://androidadvices.com/update-samsung-galaxy-s5360-xxkk6-gingerbread-235-firmware/
http://forum.xda-developers.com/showthread.php?t=1325453
http://forum.xda-developers.com/showthread.php?t=1465800
CUSTOM ROMS
Creeds
http://forum.xda-developers.com/showthread.php?t=1453286
Repencis
http://forum.xda-developers.com/showthread.php?t=1516037
MySS
http://forum.xda-developers.com/showthread.php?t=1518439
Hybrid
http://forum.xda-developers.com/showthread.php?t=1465405
Blazing Hatred
http://forum.xda-developers.com/showthread.php?t=1508053
Sense Aurora
http://forum.xda-developers.com/showthread.php?t=1506927
Terma Rom
http://forum.xda-developers.com/showthread.php?t=1520167
Infected
http://forum.xda-developers.com/showthread.php?t=1446677
Emerald
http://forum.xda-developers.com/showthread.php?t=1492418
Aurora V2
http://forum.xda-developers.com/showthread.php?t=1538616
Chobits
http://forum.xda-developers.com/showthread.php?t=1573306
Bazzrom
http://forum.xda-developers.com/showthread.php?t=1557740
CM7
http://forum.xda-developers.com/showthread.php?t=1583959
Tweaks
ram and battery life tweaks by [email protected]
http://forum.xda-developers.com/showthread.php?t=1491714
Beats
http://forum.xda-developers.com/showthread.php?t=1526643
Guide to A2sd
http://forum.xda-developers.com/showthread.php?t=1524940
Build prop
http://forum.xda-developers.com/showthread.php?t=1533688
(note build prop edits here are from other device pick the thing that you feel will be applicable)
http://forum.xda-developers.com/showthread.php?t=771232
http://forum.xda-developers.com/showthread.php?t=1533688
Sd Card Partitioning
http://forum.xda-developers.com/wiki/SD_card_partitioning
make your back keys vibrate
http://forum.xda-developers.com/showthread.php?t=1463510
Recoveries
Skins
http://forum.xda-developers.com/showthread.php?t=1446796
Madteam
http://forum.xda-developers.com/showthread.php?t=1467492
Fix Earphone Issues if you have any
http://forum.xda-developers.com/showthread.php?t=1469034
sgy manual
http://forum.xda-developers.com/showpost.php?p=22372536&postcount=1
ROM SURVEY and Discussion
http://forum.xda-developers.com/showthread.php?t=1511345
From MAI77
some few custom ROMs change MAC addr of wifi, thereby keeping them from reregistering immediately in WLAN if "access point" limits via MAC#
From Ronnieryan
ronnieryan said:
here's the drivers
http://depositfiles.com/files/3raqcskp2?subid=141468
anyways if you want smart keyboard, just PM
Click to expand...
Click to collapse
ALSO Adding the Elusive CREEDS ROM LINK NOT THE NANDROID one,,the original one please refer to creeds for the installation procedures
maybe uploaded files that u downloaded are broken..i will upload now the creeds ROM i downloaded b4
http://www.mediafire.com/?wc2xxkg83wa8bvu,5fgy69r5yw7hpnu,swtzbbod5nsnq7q,yzzjcy3hdgzkow0
the files are aranged from 1-4, proper install
for AOSP and 2.1
http://www.mediafire.com/?eecmc4fu8abgy12,g8y4cee45utp190
thanks to ronnieryan
KERNELS!!!!Finally!
Press Thanks For Maroc-OS & Rate 5 Stars
Files Needed :
Odin3 1.84 : http://www.mediafire.com/?y7v62dq119suj8r
Odin 1.85 : http://www.mediafire.com/?zgqfh954k9flr47
Versions:
Test Kernel :http://www.mediafire.com/?0j6guwgg60opj7y
Alpha v0.1 :http://www.mediafire.com/?1rsf19z8qgl1qu6
Alpha v0.4 : DELETED
Alpha v0.5.1 DELETED
Alpha v0.5.2 http://www.mediafire.com/?4p6sfran2si6f3j
Alpha v.0.5.7 http://www.mediafire.com/?fzndkvldkhais0g
V0.6 RC 80 http://www.mediafire.com/?xdkh1n2owok72cx
V0.7 RC 10 http://www.mediafire.com/?1vx122767j43z4f
INSTRUCTIONS :
Short Flashing Guide
- download the .tar file
- install Kies, or Samsung driver pack
- download Odin3 1.84 or 1.85 (download links above)
- stop Kies
- stop all active ADB sessions
- start odin
- power off Your SGY
- boot into download mode
- Press Vol Down, Home, and Power at the same time
- When (about 5 sec) Warning screen appears, release Volume Down and Power, then (a bit later) Home
- press Vol Up (You'll get Odin mode screen)
- in the PDA field, browse for the kernel tar
- leave all other fields and checkboxes default!
- connect your phone, You must see yellow 0:[COMxx] in the first ID:COM and "Added" in the message box
- Start flashing by the START button.
- flashing will start immediately, see the progress in the message box, and progress bar on the phone
- Wait 1-3 minutes, until green PASS! in the upper left
- SGY will reboot, leave it as is for 2-5 minutes until startup finishes
OR
Flash Kernel Without Increasing Custom Bin Count
Special Thanks to FAQBLY For This Wonderful zip
faqbly has compiled a script that can flash boot.img from CWM Recovery and it will not increase Custom Bin Count.
Benefits
You can Install Custom Kernel without increasing your Custom Bin Count.
Below is the ZIP file from faqbly
http://www.mediafire.com/?26928er6dqmucrm
Instructions:
In the .zip file provided by faqbly, you have to replace the boot.img with the boot.img from the tar file of a kernel
Example would be to download kernel from Maroc-OS
You Will Have A .tar file that contains the boot.img
Extract boot.img from tar, and place it to the zip by faqbly
And flash via CWM Recovery
Apps Needed
A2SD : http://www.mediafire.com/?86t3oztvoyb0dul
Droidwall : http://www.mediafire.com/?mcxb6y8qg26mfg3
No-Frills CPU:http://www.mediafire.com/?ow3r7zl96chd9kp
If Ever Problem Occurs, Just Flash Back To These Kernels
Stock http://www.mediafire.com/?dzfcrhb8fj3s40x
Terma Kernel http://www.mediafire.com/?81d1acx1c19m9k5
Test Kernel http://www.mediafire.com/?0j6guwgg60opj7y
Originally Posted by mai77 View Post
this reports aims to stay concise & readable and maintains hyperlinks to posts in this large thread, that contain specific info, especially the source code to solve a problem or add a feature. If you come across another code snippet from the Android world, that could improve SGY OS: post it in this thread ! kernel testers can switch between kernels without changing the rest of the system, here is a drop-in-replacement stock kernel to exchange for our custom kernel, flash as PDA with ODIN.
Kernel wish list / feature list
unreported __ EXT2/EXT3 & EXT4 support. (just kernel support, still need scripts to convert blocks)
unreported __ System/Cache & /Data mounted as EXT4 R/W. (needs fixes)
unreported __ Added /Data mount, IO Scheduler and CPU Governor Feature (Conservative, Ondemand, Powersave & Userspace governors are enabled)
Neg report __ NETFILTER Compatibility with DROIDWALL /// report on 0.6 -80, 0.7
unreported __ INIT.D Support
unreported __ Root Support (su). (currently DELETED)
Neg report __ "adb root" support , default.prop file /// report on 0.6 -80, 0.7
unreported __ Overclock / Undervolt support : at 1GHz, but needs some fixes
unreported __ Best ZYGOTE Service for Detailed CATALOG
unreported __ recovery in Read/Write mode
unreported __ some improvements & fixes, bmlunlock
here is the thread
http://forum.xda-developers.com/showthread.php?t=1550065
HOW TO FLASH KERNEL GUIDE THE EASIEST WAY
Requierements:
boot img file (2 the kernel your flashing and termagrancis kernel)
mai77 flasher thingy
and cwm of mads or skins...
procedure:
download the kernel respectively,both kernels are on tar file do you need to extract them using any extarctor (for me i used androzip form market)or tyu can use es file manager...
extract them on sdcard one file at a time and rename them
example kernel 1
after extrract rename boot.img to boot.imgx
do the same thing on the other kernel,but rename differently...
now,,,decide which kernel to flash..
example
i renamed
boot.imgx(marcos kernel)
boot.imgz(terma kernel)
i will flash
terma kernel
rename or remove the other letter
the kernel you wnat to flash should have the boot.img name,.
now go to recovery..
install via zip
choose sd card update
choose SGYbiCWM.zip
and apply reboot,,,
youre done,.,,!
check under settings kernel...
this was the method ive opersonally used
http://forum.xda-developers.com/showthread.php?p=23803175#post23803175
LOST PHONE>>
http://forum.xda-developers.com/showthread.php?t=1572006
BATTERY CALIBRATION!
AUTION: DO THIS PROCEDURE ONLY ONCE OR TWICE, FULLY DRAINED BATTERY CAN CAUSE CRYSTALLIZATION WHICH SHORTENS BATTERY LIFE.
HAVE CWM INSTALLED INCASE YOUR STOCK RECOVERY HAS NO ADVANCED OPTION.
1. Fully drain your battery, play some games, music, etc.. NO PORN!!
2. Let your battery cool for atleast 2 minutes
3. Restart phone to remove residual charge( it will boot only halfway)
4. After the phone shuts down remove battery and let it cool for atleast 2 minutes.
5. Re insert battery and charge your phone in OFF mode.
6. After the phone reaches 100% charge boot into recovery (Power+Home+Volume_up button)
7. Go to advance (I think some android has this in recovery, if not go to CWM and you will find it there).
8. Wipe battery stats.
9. Press Power/Back and Reboot your phone
10. Wait till the phone reaches 100% charge and disconnect charger
11. Have a happy life.
Before my phone has a battery life of less than a day (about 20 hours) with battery saver, task killer and minimal settings. After calibration my phone without task killer and battery saver installed lasts short of 3 days with moderate settings. I use only a Ram cleaner and V6 fast engine flush now. "Cleaner" apps are good, "Killer" are not..
THIS IS A BATTERY CALIBRATION PROCEDURE NOT A BATTERY LIFE EXTENDER(THERE IS NO SUCH THING), JUST SAYING SO THERE IS NO CONFUSION.
taken from
http://www.symbianize.com/showpost.php?p=10845667&postcount=14
Arrow Creed's 2.0 (ICS inspired) installation guide
As per request here is the original thread for files and photos
http://forum.xda-developers.com/showpost.php?p=22219562&postcount=97
This is a Creed's 2.0 installation guide. Only for Samsung Galaxy Y (GT-S5360)
Make sure you are on 2.3.6 Gingerbread
Before we start, make a cwm back up of your current rom
How to back up:
1. Place "skin1980cwm zip" to the sd card (needed files are attached below)
2. Go to recovery mode (press volume up + power button + home button all at the same time)
3. Use the volume up and down key as your scroll key and choose "appy update from sdcard"
4. Choose "skin1980cwm.zip" (use the home button to select)
5. You will be in a new interface (yellow fonts)
6. Go to "restore and back up"
7. Select "back up"
8. Wait until back up completes then reboot
note: If something goes wrong, just "restore" your back up using cwm
Creed's 2.0 (with 14 toggles and swipe to remove notifications)
Features:
*Soft Root- SU
*Pre Deodexed
*ZipAligned
*Maps With WorldWide Navigation
*Bloatware Removed
*BusyBox Support
Message App:
*No Auto Sms To Mms Conversion
*No Receipient Limit
*Built In 5 Theme
Touchwiz App(Samsung Home) :
*Transparency Level Increased
*Alphabetical Auto Arrange
*Landscape Orientation Introduced
*Auto Brightness Option in Display
*Boot Animation Enabled
*Custom Boot Animation Added
*Custom Power On Sound
*Reduces Startup Time ~Less Than 13 seconds
14 Status Bar Toggles
*All 5 From Samsung(Wifi,B/T,Soung,GPS,Orientation)
*Data
*Lockscreen-Off
*FlashLight
*Shut Down Options (Reboot,Recovery & Download mode)
*Airplane Mode
*Brightness
*Auto Synchronise
*Screen Timeout
Default wallpaper
Things (files) you will be needing:
(1) update.zip (if you are not yet rooted to by-pass system commands)
(2) Skin1980cwm.zip
(3) creed's 2.0 zip
download from here
Creed's Rom 2.0
(4) boot animation fix zip
(5) 14 toggles zip
How to root: (required)
1. Place the "update.zip" in your sd card
2. Go to recovery mode (press volume up + power button + home button all at the same time)
3. Select "apply update from sdcard"
4. Find the "update.zip" and select it (using the home button)
5. wait to finish then restart phone
Creed's installation instructions:
1. Place all the (4) needed files in your sd card
2. Go to recovery mode (press volume up + power button + home button all at the same time)
3. Use the volume up and down key as your scroll key and "wipe data and "wipe cache"
4. After wiping, choose "apply update from sd card"
5. Choose "skin1980cwm.zip"
6. You will be in a new interface (yellow fonts) then select "install zip from sd"
7. Find "Creed's 2.0 zip" and select
8. Wait for installation to compete (3-5mins)
9. Restart phone
note:
After installing Creed's rom 2.0 install the "boot animation fix zip" first
then the "14 toggles zip" using the same method as above (except for #3)
"Swipe to remove" notifications instructions:
note: extract the "swipe to remove" rar file (contains two files)
1. Download "root explorer"
2. Open "root explorer" and go to your sdcard
3. Set the permission from r/o to r/w
4. Copy the "framework.jar"
5. Paste it to the system/framework folder
6. Set permissions to rw-r-r
repeat the procedure with the "systemUI.apk" (place it on system/app folder)
note: you will encounter a lot of force close (normal) but just go on
7. Press the power button and restart the phone
"DroidX" boot animation (alternative)
1. Open "root explorer" and go to your sdcard
3. Set the permission from r/o to r/w
4. Copy the "bootanimation.zip"
5. Paste it to the system/media folder
6. Set permissions to rw-r-r
7. Restart the phone
Fonts (alternative)
Roboto
Sweet Confusion
Ubuntu R
Comicbook Commando
Chocococky
More fonts here
1. Place on sdcard
2. Click and install
3. Go to "Display"
4. Go to "screen display"
5. Go to "font style"
6. Choose the font that you like
TweakZV6 Performance Scripts
note: make a cwm back up (for emergency)
1. Place "TweakV6.zip" on sd card
2. Go to recovery mode (press volume up + power button + home button all at the same time)
3. Use the volume up and down key as your scroll key and choose "appy update from sdcard"
4. Choose "skin1980cwm.zip"
5. You will be in a new interface (yellow fonts)
6. Find "TweakV6.zip" and select
8. Wait for installation to compete
9. Restart phone
Credits to:
pratyush.creed (creed's rom 2.0)
budyisdead (swipe to remove notification)
evanlocked (DroidX boot animation)
krishna_nirvana (update zip)
Skin1980 (skin1980cwm zip)
[email protected] (tweakzV6 zip)
SethDeCode'z (fonts)
feel free to add..
i will add if i find or deem anything useful..
<post deleted>
thanks I'll merge it asap
Add that there isn't a CM/MIUI port for SGY yet while you're at it Anant.
Although my hopes that newbies will go there before making a new thread is almost nil. *-*
silvane
well i am guessing that aswell....but will still try for our references an index And help page is what i am aiming will complete in 2 days....
Sent from my GT-S5360 using Tapatalk
Thread moved to general and stuck!
great thread!
very useful!
nice thread good work
galaxy y
plz tell me how to increase or make use of sdcard as internal memory for my samsung galaxy y and i currently rooted my phone and i have gingerbresd 2.3.6. Which customrom is suitable with better features
u can use custom rom like,creeds v2.0,repencis v2.0 or hybrid 2.0,these rom r good and less bugs.. use link2sd or a2sd.. in link 2 sd u need to partition ur sdcard to make it work..
some few custom ROMs change MAC addr of wifi, thereby keeping them from reregistering immediately in WLAN if "access point" limits via MAC#
pls put in guideline
nice writeup
mai77 said:
some few custom ROMs change MAC addr of wifi, thereby keeping them from reregistering immediately in WLAN if "access point" limits via MAC#
pls put in guideline
Click to expand...
Click to collapse
Added on first page
Sent from my GT-S5360 using Tapatalk
Hey mai would be glad if you added my thread in tweaks
link
**Thanks for adding i thanked ya **
[email protected] said:
Hey mai would be glad if you added my thread in tweaks
link
Click to expand...
Click to collapse
Will add after a day or two mate
Sent from my GT-S5360 using Tapatalk
Nice Thread
i had rooted my phone through CWM , does my custom bin counter increased??
aman.droid said:
i had rooted my phone through CWM , does my custom bin counter increased??
Click to expand...
Click to collapse
no...bin counter if you flash updates using odin
thumbs up for this!!
very useful guide for newbies!!
Thanks for the useful info.

[REF] [NOOB] [TIPS] Dictionary/Guide For Noobss

Dictionary for n00b - What is.../What does ...mean?​
Start read from 1st to last one and don't jump from one to another. If you will read all, it bring complex knowladge, if not you can be confused
Read summary to make sure, that you know everything if you think that some part(s) is not necessary to read for you!
If you post link here, please link to 1st post! Than everybody can know, what he/she can find here
Atin001 helps with some updates/corrections in Dictionary - take a minute to thanks him also.
Did you miss something here? Send me PM what you want to have here!
Basics of Unix-like system (ROOT)
su, root, rooting, superuser app - what is it, why we need it
sh, bash, user/root shell - what is bash, sh; what is user shell; what is root shell; how I can recognise it each other
Bussybox - what BusyBox is, basic list of commands from BusyBox
(in progress) Kernel - what is going on? Do I need it?
Android platform and it's specifics
adb shell - what is it, for what it is
Android SDK - what is it, tool which provides, where to download
Tools for work with Android adb shell - Terminal Emulator, ADB shell from Android SDK and how to use it
Custom recovery
What custom recovery is - what custom recovery is
Tools which custom recovery provides - list of tools with description which custom recovery bringing
ADB as root user
USB-MS Toggle
Backup/Restore
Flash ZIP from sdcard
Wipe menu
Partition sdcard + etx2, ext3, ext4 filesystem description
Mounts
Others
Is it save to install? - possible problems, why should I try it?, backup/restore of original recovery
How this whole thing works - Drellisdee's installation steps description/elaboration
Custom ROMs (generally)
What custom ROM is?
Is save install custom ROM? - potencional problems
What I need for install?
What can custom ROM brings - kernel, update, performance, customization, theme, ....
what is ...
deodexed, zipaglined, png-optimized
JIT, HW:acceleration, VM.Heap Size, stagefright
apps2sd + dalvik2sd
custom kernel (recompiled, ...)
Android versions (collecting informations)
List of versions of Android for Optimus One (official&unofficial) - what we can install into our device
What version can be rooted and how? - version list, how to root, which version can be rooted, which can't
Sources (collecting)
http://en.wikipedia.org/wiki/Android_version_history
Tools which you must have
Android SDK Tools (adb shell)
Terminal emulator
KDZ Updater tool
...
So I'm on way, where I can start doing advanced stuff?
Follow Noejn's sign-post You can find here main point for start.
If you now know basic "words of android world" you can take a look on really great tutorial how to root, install recovery and so on.
Have you some questions? Make sure that you look on Mihir287's FAQ
Credits:
The_ERROR,Wikipedia
[Tips]How to increase battery life and performance
There are a few things you can do that will help your battery life and performance
Performance
Do some graphical tweaks
1. Install Spare parts
2. Set Window animations > Fast
3. Set Transition animations > Fast
4. Set Wifi sleep policy > Never While Plugged
Click to expand...
Click to collapse
Adjust Android memory management
1. Install Autokiller
2. Menu > Presets
3. Most people have best results with 'Moderate' but you could also try 'Optimum'
4. Menu > Settings > tick 'Apply settings on boot'
Click to expand...
Click to collapse
Battery
Wipe your battery stats
1. Allow the phone to discharge completely
2. Boot into Bootloader (hold Volume Down and press Power button) >Go to Recovery, plug the phone in if you don't have enough charge to get into recovery
3. Select Wipe > Wipe battery stats
4. Go back and Reboot
5. Leave the phone to do a complete charge (preferably over night)
Click to expand...
Click to collapse
Adjust your radio settings
1. Go to Settings > About phone > System updates > Update PRL (it's normal that the phone process will force close at this point and the radio will reboot)
2. Go to your dialer
3. Dial *#*#INFO#*#*
4. Click 'Phone information'
5. Scroll down to the first dropdown selection and set according to your preference below...
· WCDMA preferred (default) - This will automatically switch you between G/E/3G/H depending on the best signal available by constantly monitoring all signals. This uses the most battery.
· WCDMA Only - If you only want to use 3G/H (3G) and do not want to use G/E (2G) select this.
· GSM auto (PRL) - This is the preferred option as it will allow you to use G/E/3G/H but uses the PRL list on your phone (provided by your carrier in the PRL update) rather than constantly monitoring all frequencies thus saving your battery. This may not work with all carriers if you have difficulty getting mobile data in some areas you will have to use one of the other options.
· GSM only - If you only use G/E (2G) select this (it's the same as selecting '2G only' through the settings menu). This option uses the least battery.
Upon making your selection the radio will reboot and the setting is saved, so just back out back to the dialer and you are done.
Click to expand...
Click to collapse
(edit your /system/build.prop with a file manager with root access)
Code:
wifi.supplicant_scan_interval=180
pm.sleep_mode=
ro.ril.disable.power.collapse=0
(needs ROM with init.d access and busybox, open empty file, insert header #!/system/bin/sh and put these there, save in /system/etc/init.d and name it something like 77tweaks)
Code:
echo "500" > /proc/sys/vm/dirty_expire_centisecs
echo "1000" > /proc/sys/vm/dirty_writeback_centisecs
Some Suggestions
Keep a Black wallpaper or a dark theme
Restart the phone once a day
Switch off GPS, bluetooth, WIFI
Uninstall unused apps
Change Refresh Intervals
Change your charging pattern
Reduce Playing videos
Stop staring at your phone....
don't sync accounts which you don't really use: twitter & LinkedIn contacts, active exchange calendar and tasks etc.
Use throttling software such as SetCPU to lower the devices power requirements when it is idle.
Remove any weather widget from home screens (or atleast reduce the frequency of update)
Don't use any Taskiller
oh...
good...
2nd floor right ...
Turn off Bluetooth, WIFI, automatic brightness and so on ...
Use the sim card does not support WCDMA you choose only GSM...
Spare Parts and Autokiller are Google Play apps, right?
Can any one assist of guide me to get a CRT effect lock screen on my rooted HTC one V.
Kindly avoid suggesting custom roms, need this option for stock firm ware.
This thread has been added to the sticky roll up here
Thank you.

{Script} CPU1 disabler while in sleep!!! The Battery Saver Mod!

Script Version!
Code:
This time I present to you a script that will in theory (and so far for me, in reality) save us some battery without having to risk our hardware with undervolting! I present to you...
[B]CPU Sleeper[/B]
[QUOTE]Honestly the Script can be made to work with any Dual Core / Quad Core! The Only Problem is you need to be Rooted!
~ Currently the issue with CM9, is that the boot becomes incomplete while in init.d folder without Modification to the sysinit..
~ however, with any rooted device you can download the script & continue to use it via a script manager app on every boot.
~ With the Script Manager App, this script virtually can run on any Multi-Processor CPU
Hope that clears things Up,
~~Eugene[/QUOTE]
[U]What is it?[/U]
Its a fairly simple script that will put CPU 1 OFFLINE when the screen turns off. Once the screen comes back on, it will allow CPU 1 back ONLINE.
[U]How does it work?[/U]
Since we have dual core CPUs, we have a CPU 0 and a CPU 1, core 1 and core 2, while the screen is off we really only need to have 1 core active, this script will make sure CPU 1 shuts off while the screen is off, then resumes normal usage when the screen comes back on.
[B][COLOR="red"]WARNING! READ THIS![/COLOR][/B]
This script relies on init.d OR script manager! CM9, for some reason, tends to run this at the exact same time it runs some other script (I forget atm which) and it will clash, causing no boot! CM9 users MUST use the script manager version install! Flex Reaper appears to work fine with it as init.d. I strongly urge you to use the script manager version of this, NOT the flashable version. Always make a nandroid backup before modifying the system, including this!
[U][COLOR="Red"]Instructions[/COLOR][/U]
Available in 2 versions, script only version which you can place wherever you want and run however you want, or a CWM/TWRP flashable zip that will place the file for you in /system/etc/init.d and set permissions.
[I]Version 1: Flashable[/I]
Same as any of my flashable releases, I did most of the work for you!
Make a full backup
Download to external SD card
Install from SD card
Pick the cpu sleeper zip file
it'll be almost instant
reboot
Shouldn't be any need to clear caches or anything like that.
[I]Version 2: Script only[/I]
This can be run in 2 ways, via init.d support, or via script manager. Both are pretty similar, and can be done a number of ways, however this is the basis of how.
[U]Init.d supported kernel:[/U]
Make a backup!
Download the script file, making sure no extensions get added onto the file. Copy the file to /system/etc/init.d and set the permissions to the following:
XOX
XOX
XOX
Once done, reboot the system, and it will take effect when your system is finished rebooting.
[U]Script Manager[/U]
This method is probably the better method, and should work with any kernel/ROM. Download the script file, making sure no file extensions get added, and copy it to /system/etc. Set the file permissions to:
XOX
XOX
XOX
Once done, load up script manager, select browse as root (if it isn't already set from the crossix mod method in the guide) then browse to /system/etc and select the script file S98cpu_sleep, then select ROOT and BOOT options. After this is set, reboot system.
[U]What do I do if I can't boot after using this?[/U]
You made that backup, right? Ok, then here is what you do.
Hold the power button until the tablet powers off
Press and hold the volume down button, next to the screen lock switch
Press and hold Power (while holding volume down)
Once the recover kernel message comes up, release the buttons
In CWM go to advanced, mounts, mount system, then format system
In TWRP, go to wipe, then wipe system
In CWM go to restore, advanced restore, restore ONLY system
In TWRP select restore, then uncheck all so ONLY system is checked
After restoring system, wipe cache and dalvik cache, then reboot system.
System should boot normally.
[B]Downloads[/B]
Available in 2 versions, script only version which you can place wherever you want and run however you want, or a CWM/TWRP flashable zip that will place the file for you in /system/etc/init.d and set permissions.
Dual Core:
Download: [COLOR="Red"]Script Only - Recommend Install via Script Manager App[/COLOR]
[URL="http://d-h.st/N1N"]CPU Sleeper script only[/URL]
Quad Core:
Download: [COLOR="Red"]Script Only - Recommend Install via Script Manager App[/COLOR]
[url=http://www66.zippyshare.com/v/9249467/file.html]cpusleep[/url]
Thanks to [COLOR="DarkGreen"]pio_masaki[/COLOR] for rewriting the OP
App Version:
Code:
[B]CPU Sleeper[/B]
~Free to all Memebers
~ Must Be Rooted to use App
[B][COLOR="Blue"]What is it?[/COLOR][/B]
Its a fairly simple App that will put CPU 1/2/3 OFFLINE when the screen turns off. Once the screen comes back on, it will allow CPU 1/2/3 back ONLINE.
[B][COLOR="Blue"]How does it work?[/COLOR][/B]
Since we have Dual & Quad core CPUs, we have a CPU 0 and a CPU 1/2/3, core 0/1/2/3, while the screen is off we really only need to have 1 core active "CPU0", this App will make sure CPU 1/2/3 shuts off while the screen is off, then resumes normal usage when the screen comes back on.
[B][COLOR="Blue"]Compatibility?[/COLOR][/B]
Works with any Dual Core & Quad Core Devices!
~ICS
~Gingerbread
[B][COLOR="Blue"]Battery Saving?[/COLOR][/B]
Battery savings all depends on Usage & idle times.
[U][COLOR="Red"]Instructions[/COLOR][/U]
download the App, install & either manually run it, or set to run every boot-up
[B]Downloads[/B]
[url=http://www20.zippyshare.com/v/85067559/file.html]CPU Sleep.apk[/url]
Credits:
Handlerexploit for the creation of the App.
Curious as to why this was deleted and the CWM zip removed. ?
I'm also wondering if this will conflict in any way with a SetCPU profile I have for 'screen off' that limits CPU to 486 max, 384 min, ondemand. I set that up earlier today, just to see if there was any benefit, before flashing this.
Thanks for the link to the i9300 thread.
Now that I look at what's in the zip, I don't see an init.d folder in my /system/etc directory, so I'm guessing it did nothing when I flashed it? MOF, I searched the entire phone for "s98" and it returned nothing.
Looks like a double

Categories

Resources