[TOOL] M-A INSTALLER | Install ZIPs WITHOUT a Recovery !!!!! - Galaxy S Plus I9001 Android Development

M-A Installer clones recovery enviroment on android enviroment . It allows us to install zip update packages directly in android without rebooting in cwm/twrp/... !! M-A Installer does not convert scripts for installing package , It installs zip directly into device so Its compatable with all flashable zips all over the world ( At the moment aroma series are not compatible with M-A Installer becuase Android system over rides frame buffer while surface flinger trys to redraw screen on new inputs or refresh events , so I 'm waiting for a fix from Aroma to add aroma binary support to M-A Tools )
Click to expand...
Click to collapse
DO NOT WASTE YOUR TIME FOR REBOOTING IN RECOVERY
♥ USE M-A INSTALLER INSTEAD ♥
FIRST REAL ZIP PACKAGES INSTALLER​
Warning !
YOU ARE USING THIS AT YOUR OWN RISK ! I AM NOT RESPONSIBLE !!
DO NOT TRY TO INSTALL ROMS OR PACKAGES CHANGING SYSTEM BECAUSE YOU CAN NOT CUT DOWN A TREE WHILE YOU ARE AT THE TOP OF IT !!
Requirements
- Busybox
- ARMv7 ( + NEON ) - [ May not work on ARMv6 !!! ]
- Root Permissions
How to install
- Download last version
- Extract contents in /system/bin/
- Set permissions of all files which you have extracted to "rwxr-xr-x" ( 755 )
How to use
- Open terminal and type :
Code:
su
inzip path/to/zip
- Write path to zip file you want to flash instead of path/to/zip
Downloads
version 1.0 | ARMv7 ( + NEON ) Support
CREDIT
M0RT3Z4
Aramullz ( aka Ahmad Amrullah )
Koush and All devs contributed in CWM project

How can we will wipe data, cache ?

naag.qc said:
How can we will wipe data, cache ?
Click to expand...
Click to collapse
on terminal type:
su
rm /data/ dalvik-cache /*
rm /cache/ dalvik-cache /*

Nice.
Maybe you should add examples what can be flashed this way.

ZordanKV said:
Nice.
Maybe you should add examples what can be flashed this way.
Click to expand...
Click to collapse
all kernels , recoveries , mods , tweaks , engines , maybe gapp and a lot more . only remember you can not install roms and anything else which wipes system or framwork

alireza7991 said:
all kernels , recoveries , mods , tweaks , engines , maybe gapp and a lot more . only remember you can not install roms and anything else which wipes system or framwork
Click to expand...
Click to collapse
yes, but don't you need a reboot when flash a kernel a mod or some init.d tweak?

ktulu84 said:
yes, but don't you need a reboot when flash a kernel a mod or some init.d tweak?
Click to expand...
Click to collapse
M-A Installer : install zip -> reboot system
CWM : reboot recovery -> install zip -> reboot system
as you can see reboot recovery is removed using m-a installer so about 2-3 min time is saved
Also it maybe fix "annoying setup wizard" bug ( I did'nt test )

alireza7991 said:
M-A Installer : install zip -> reboot system
CWM : reboot recovery -> install zip -> reboot system
as you can see reboot recovery is removed using m-a installer so about 2-3 min time is saved
Also it maybe fix "annoying setup wizard" bug ( I did'nt test )
Click to expand...
Click to collapse
May be the reboot to recovery will give you a saving of 30 seconds... But only the trouble to use terminal, typing the commands and write correctly the path... I think you lost the saving of reboot to recovery... That's my thinking.
Inviato dal mio GT-I9001 usando Tapatalk 4

smeroni68 said:
May be the reboot to recovery will give you a saving of 30 seconds... But only the trouble to use terminal, typing the commands and write correctly the path... I think you lost the saving of reboot to recovery... That's my thinking.
Inviato dal mio GT-I9001 usando Tapatalk 4
Click to expand...
Click to collapse
oh dealing with hardware keys on ADC Team CWM to find and choose update package is to time consuming comparing to writing 1/2 small lines on terminal + you do not need to reboot on all zip packages ! some packages applys directly after installing .
You are not forced to use this tool ! Leave this topic clean if you do'nt like this

alireza7991 said:
oh dealing with hardware keys on ADC Team CWM to find and choose update package is to time consuming comparing to writing 1/2 small lines on terminal + you do not need to reboot on all zip packages ! some packages applys directly after installing .
You are not forced to use this tool ! Leave this topic clean if you do'nt like this
Click to expand...
Click to collapse
I never write this tool is not good, but if you compare a procedure that need a reboot, I think it is not so time saving... And if you use TWRP instead of CWM... There is no comparison...
Inviato dal mio GT-I9001 usando Tapatalk 4

smeroni68 said:
I never write this tool is not good, but if you compare a procedure that need a reboot, I think it is not so time saving... And if you use TWRP instead of CWM... There is no comparison...
Inviato dal mio GT-I9001 usando Tapatalk 4
Click to expand...
Click to collapse
Even if using twrp you need some times for going in menu and finding update packages and installing it and ....

maybe you can write a ui that scans which files are on sd and you can choose between it^^ additional to your terminal function. we had to choose directly

I just saw this while on the xda app, but don't you think that could also be in the android development section
Reason being that I saw something like this a while ago there by androguide.fr the pimp my rom guy. It was called flash Gordon or something.
Still this is pretty cool.
Sent from my HTC Glacier using xda app-developers app

smeroni68 said:
(...) I think it is not so time saving...(...)
Click to expand...
Click to collapse
I agree with smeroni68 that the method using TWRP/CWM is pure and simple, because it is running in an environment in which they operate limited processes.
In the case of alireza7991, the Android operating system can be started the process of supervising other processes can lead to conflicts.
This method is useful for the advanced user.
You can make it easier to run scripts, for example, by means of SManager.
alireza7991's method is a very interesting option, but the system is larger by two files: ub [224244 B] and m-a_core [4001 B].
These files files can be potentially dangerous to the system. Any process can find it and can use it.
.
I will repeat: alireza7991 method is useful for advanced users.
.

HeathenMan said:
maybe you can write a ui that scans which files are on sd and you can choose between it^^ additional to your terminal function. we had to choose directly
Click to expand...
Click to collapse
At least on my SD it will crash because I have more than 40000 zip files

you can make a button "scroll down" to show only a limit of x files per 'site'

HeathenMan said:
you can make a button "scroll down" to show only a limit of x files per 'site'
Click to expand...
Click to collapse
I have to write a GUI
But there are few people using this project so I am reluctant to write +100000 codes for GUI

im sure MANY people would like to use it with a gui, like every other (new) released it'll became big after some awesome things are included

N_otori0us_ said:
I just saw this while on the xda app, but don't you think that could also be in the android development section
Reason being that I saw something like this a while ago there by androguide.fr the pimp my rom guy. It was called flash Gordon or something.
Still this is pretty cool.
Sent from my HTC Glacier using xda app-developers app
Click to expand...
Click to collapse
Flash Gordon converts edify scripts to shell then it runs them so it can not be used for all zips but M-A installer does flash process exactly same as the one is done in Recovery !!

Please reupload, link is down
Inviato dal mio Nexus 4 con Tapatalk 2

Related

[CF-Root 3.7][Universal] CF-Root Adaption for Galaxy Fit {Working For All GB Roms}

Copied From ChainFire's Post
Click to expand...
Click to collapse
This rooted kernel is for the "rooting beginners" and those who want to keep as close to stock as possible. CF-Root takes the kernel from an original Samsung firmware, and just adds root, busybox, and ClockWorkMod (CWM4/5) recovery. For Galaxy Fit You Need To Flash Clockwork Mod Separately. The Kernel is Custom Supporting Ext4 FS, OC, UV and other Features
THIS IS NOT A ROM - it is only a modified kernel. You need to have the relevant firmware already on your device. You do NOT need to wipe anything for this patch. You DO need to read the instructions. PLEASE READ THIS ENTIRE POST!
Donate
Please Donate to Chainfire or Press Thanks button Here
Click to expand...
Click to collapse
There have now been nearly 1.000.000 downloads of CF-Root for various devices (see for example Galaxy S1, Galaxy Tab 7", and Galaxy S2), and many more if you include ROMs, kernels, etc that use it. Don't be a leech, buy me a beer (and use the "Thanks" button!). Imagine if every CF-Root user had donated me $1...
Features
- Root
- Busybox v1.16.2androidminimal (from CWM)
- Integrated CWM 4.0.0.2
- Integrated Tweaks Manager
- Running All Scripts in /system/etc/init.d
- Custom Bootanimation Workin on All Roms
CF-Root v4.1 and older
- Superuser 2.3.6.1
- In-Secure mode
Instructions - CWM
- Follow these instructions to the letter. Do not touch any buttons or checkboxes that are not listed below to touch!
- Flash CWM Recovery.
- Download the File To Your Sd-Card
- Flash via CWM Recovery
- No Need to Data Wipe
- Initial/First Boot May Take Long Time,Very Long Maybe .
Other kernels
Replacing CF-Root with other kernels and vice-versa sometimes works, sometimes it doesn't. I don't have a list.
When going from CF-Root to another kernel, root will usually stay, while CWM will be lost (unless the other kernel also includes it), but there should not be issues. The CWM Manager app may remain, but probably won't do anything useful. For Galaxy Fit CWM Recovery Wont Go Flashing Other Kernels
CF-Root/CWM4 is NOT compatible with ROM Manager! Manage/perform your backup/restores from CWM directly or using the CWM Manager application included with CF-Root
- ADB is functional in recovery, however it may take up to a minute for it to start up after booting into recovery.
- When connected to ADB in recovery, you need to use "rootsh" command to get root, instead of "su". This will not prompt you, it will just give you root. Obviously the "rootsh" command does not work when booted normally.
CWM Manager
Because of incompatibility with ROM Manager, I wrote and included "CWM Manager". This is a new app (as of March 30, 2011). You can find it under Applications -> CWM. It is much faster to use than manually booting into CWM and selecting these options.
Features:
- Boot to CWM
- Backup firmware
- Restore backups (CF-Root v5.0: including partition selection)
- Delete backups
- Install APKs
- Flash CWM3/4/5 update.zip's
- Flash kernels (zImage, zImage in TAR, zImage in ZIP, zImage in TAR in ZIP) - without changing warning triangle status or increasing flash counter
--- without changing warning triangle status or increasing flash counter
- CF-Root v5.0: Flash complete firmwares (seperate files as well as .tar and .tar.md5 archives, dump files in /sdcard/external_sd/firmware folder)
--- without changing warning triangle status or increasing flash counter
--- can pre-root new firmwares during flash
Note: If you flash a different kernel, CWM Manager may remain installed. However, functions may not work, because they need kernel compatibility !
Custom boot / init scripts
CF-Root will execute the following scripts if present, in the order listed:
- /system/etc/init.d/* (there can be many files here, no extensions! use #!)
- /system/bin/customboot.sh (busybox sh)
- /system/xbin/customboot.sh (busybox sh)
- /data/local/customboot.sh (busybox sh)
Please make sure you chown / chmod the scripts correctly so they can be executed. Pretty much root:root / 755.
Custom boot animations and binaries
CF-Root also supports custom boot animations:
- /system/media/bootanimation.zip
- /data/local/bootanimation.zip
And custom boot binaries:
- /data/local/bootanimation.bin
Installing busybox over the included version
It is possible to install a custom busybox over CF-Root v3.0 and newer. However, this is not without risk. CF-Root makes heavy use of scripting, and many CF-Root scripts rely on the internal busybox version. If you do install a seperate busybox version (always use "stericson" installer!), install it to /system/xbin. Installing it to /system/bin will mess things up for sure. Even if you do that part right, it may still break CF-Root, so make sure to make a backup before trying.
How ?
I wrote my own toolchain to ease patching of initramfs, and that is what all this is based on. Took me a few days to get it to this state. If this works right, however, next time it will probably take me a few hours tops
Downloads (Will Work On Every GB Rom Formatted to Ext4 Partition)
Initial Release-http://www.mediafire.com/?y8242yhozcgvok6 (Flash via CWM Recovery)
Credits
-Chainfire (Please Donate Him or Press Thanks)
-Special Thanks To Ketut.Kumajaya
-zcop
What is that supposed to mean?
Sent from my GT-S5670 using XDA
Great Job Mr. Creed
CF Root kernel is very popular, now come to FIT device ^^
Congratulatioonnn
Hehe im a noob and i dont get it ... This will work on custom and stock roms or only on custom with ext4 support?
Sent from my GT-S5670L using xda premium
Can't you guys read its all described in the op
Sent from my GT-S5670 using xda premium
Mr.Oug said:
Can't you guys read its all described in the op
Sent from my GT-S5670 using xda premium
Click to expand...
Click to collapse
I read it ... But creed put something that made me confuse ... He put will work on every gb ext4 partition ... And the original post says its for stock ... So u tell me works on both or just in ext4 partition gb?
Sent from my GT-S5670L using xda premium
Deshabilitado said:
I read it ... But creed put something that made me confuse ... He put will work on every gb ext4 partition ... And the original post says its for stock ... So u tell me works on both or just in ext4 partition gb?
Sent from my GT-S5670L using xda premium
Click to expand...
Click to collapse
nt stock for us , because our stock kernel dosnt support ext4 ,which is required by the CWM,CWM app and tweaks manager !!! i will soon add a way to make stock roms cf-root and cwm supported !!
I add this one nice job Thanks. it works nice
Sent from my GT-S5670 using xda premium
pratyush.creed said:
nt stock for us , because our stock kernel dosnt support ext4 ,which is required by the CWM,CWM app and tweaks manager !!! i will soon add a way to make stock roms cf-root and cwm supported !!
Click to expand...
Click to collapse
that would be nice, thanks Creed
Jus tell guys if the bootanim is working/
I hope u do something to make stock kernel ext4 support and that way use this
Sent from my GT-S5670L using xda premium
Deshabilitado said:
I hope u do something to make stock kernel ext4 support and that way use this
Sent from my GT-S5670L using xda premium
Click to expand...
Click to collapse
if i mod the stock kernel to add ext4 support it will be called custom kernel, kernels cant be modified they cn be built only !!
Thanks waiting for it...
pratyush.creed said:
if i mod the stock kernel to add ext4 support it will be called custom kernel, kernels cant be modified they cn be built only !!
Click to expand...
Click to collapse
What kernel base for is it?
for CM?
I think it works on Rom using ext4 fstype.
If there ppl.using stock.
Just format em to ext4, and flash a kernel.
Kernel base CM can be used on GB ROM (not CM), too.
I jst share my opinion n my experiences
Sent from my GT-S5660 using Tapatalk
Delanoister said:
What kernel base for is it?
for CM?
I think it works on Rom using ext4 fstype.
If there ppl.using stock.
Just format em to ext4, and flash a kernel.
Kernel base CM can be used on GB ROM (not CM), too.
I jst share my opinion n my experiences
Sent from my GT-S5660 using Tapatalk
Click to expand...
Click to collapse
not fr CM.
i usd chainfire's Ext4 convert app bt it didnt workd, i will try with cwm flashable scripts...do u have one ??
Just Refreshed this Cf-root ..
*Removed that Boot Splash of Creed(i forgot to remove it before )
*New Kernel
*OC upto 870Mhz
*New Shedulers
I havnt tested it, cuz my phone has gone for repairing ...
someone pls test if this is stable or not..so that i can add this to the main thread!!
Flash via CWM ...working on all roms
pratyush.creed said:
Just Refreshed this Cf-root ..
*Removed that Boot Splash of Creed(i forgot to remove it before )
*New Kernel
*OC upto 870Mhz
*New Shedulers
I havnt tested it, cuz my phone has gone for repairing ...
someone pls test if this is stable or not..so that i can add this to the main thread!!
Flash via CWM ...working on all roms
Click to expand...
Click to collapse
870 Is it a good idea.... o_0

[ROM] SilverLight™ 5 - alpha released ! | Spice Mi-350n

Disclaimer: I'm not responsible for any damage caused to your device by following these instructions(though it may not happen!)
Screen Shots are in the 2nd post !!
Change Log is in the 5th post
Things i'm thinking to add are at 4th post.
My sincere credits to Yuweng & casacristo for being with me in trying to make a2sd work in MTK phones !!
Pre-requisites:
For your Computer:
- 7zip
For your phone:
-Rooted, of course !
- Modded Recovery [Get it from here]
-Make a nandroid recovery of your phone before installing.
-Full wipe/factory reset, either through phone or modded recovery is recommended required.
{
"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"
}
Yeah ! Bala's ROM is SilverLight™ |
Click to expand...
Click to collapse
Click to expand...
Click to collapse
SilverLight™
SilverLight™ 5 - alpha !​
Hi friends, sorry i'm too late than i expected. Day's passed on swiftly and i'm here to just release the alpha of Silverlight 5.
SilverLight 5 bug fixes are here : http://forum.xda-developers.com/showthread.php?p=30734779#post30734779
Important feature is that it is based on Android 2.3.6 !
It has been ported from Alcated 918D [MTK 6573]
Everything works fine. (Special thanks to yasir bro for testing it !!!)
I also named it as Stock Android 2.3.6 update for Spice Mi-350n.
It is just stock, for now
Another important thing is that, I'm making this port an open-source port. Since, i saw new rom makers emerging, it would be easy for them to cook/build custom ROMs from this port.
One thing, if someone wants to use it, do give me an information and a credit in your thread !!
Click to expand...
Click to collapse
Sorry, if i have disappointed you, but full version will be released as soon as possible.
Whats more to come:
Suspense !
You can even come to the time when i ported this one and how i suffered from there on without time to add features, in the download page !!
FROM HERE, ALL DOWNLOADS WILL BE AVAILABLE AT OUR GOOGLE CODE PAGE:
http://code.google.com/p/silverlight-roms-350n/
Click to expand...
Click to collapse
In the downloads page, download
2.3.6-update-2.zip
&
a2sd-p1.zip
First flash a2sd-p1.zip and then flash 2.3.6-update.zip.
NOTE: Flash Dark-tremor a2sd and any equivalent if you want to use it.
SilverLight™ 4:
Change Log:
*Bugs fixed
*Added new tweaks:
---Forced launcher into memory
---Raised JPEG quality to 100%
---User Interface will e rendered with GPU
---The time that a black screen is seen after a call is reduced
---Better Touch screen & Scroll responsiveness
---Better Battery life
---3G,Net-Speed & Photo,video recording quality incresed.
*Added SilverLight custom script & Loopy smoothness script at init.d
*Removed SuperCharger script
*Replaced FileExplorer with a new MIUI one - try it!
*Replaced Music app with ICS Music app - try it !
*Removed XDA app (causes few problems)
*Removed Go-Launcher EX (for space)
*Tweaked Youtube app to load 720p videos with Wi-Fi as well as 3G !
*Added a new boot_logo !
Try it now !!!
It is a SIGNED update.zip. So don't extract it as the other version.
Flashing this zip is enough if you are on SilverLight™ 3.
If you are on stock V2, then download PART1.zip only and flash it before flashing SilverLight™ 4 ! (no need PART2.zip - no problem even if you flash it).
SilverLight™ 4
DOWNLOAD: http://www.mediafire.com/?q92e83s4zn3arhh
Click to expand...
Click to collapse
Click to expand...
Click to collapse
EXTRAS:
PART 1:(not signed) http://www.mediafire.com/?rx7gmqpj9d6il62
PART 2:(not signed) http://www.mediafire.com/?i6l67a2176l7no9
FOR A2SD:
After installing the ROM, install Terminal Emulator app from market.
Open the app and type the following one by one:
su
a2sd install
##Phone will reboot
Open the app again,
su
a2sd datasd
##Phone will reboot
Open the app again,
su
a2sd cachesd
##Phone will reboot.
THATS ALL !!!
XXXXXXXXXXXXXXXXXXXXXXXXXXX----------------------------------------------XXXXXXXXXXXXXXXXXXXXXXXXXXXX
SilverLight™ 3
Features:
>> Based on Official Spice build v2 !(thanks to yasir bro!!)
-- If you are on Bala's ROM v1.5/1.01(or did not flash your phone by following this guide), then do please flash your phone with official build v2 using this guide. It takes a mere 7 minutes for you to flash it but it takes hours together for me to make one for v1.5. If you want, i can make one for v1.5 also, but it can't be released within one week. So, bear with me & do upgrade your phone to official v2 !!!
NOTE1: If you are on Bala's ROM v1.5, then you won't lose your apps. Just flash official v2 with the help of flashing tutorial and the flash SilverLight 3 !
NOTE2 (read this only after reading the flashing guide above): If you are upgrading, then in the flashing guide linked above, in step 5, i did it like & it worked : After loading the scatter file, with battery inserted,i connected the phone by pressing Back+Menu buttons. My pc detected it and i clicked Format->Download. I kept holding it till the red process completed and from there everything went fine and flashing was successful.
Click to expand...
Click to collapse
>> ICS Themed
--This is the reason why this update took a lot of time !! My first hands on theming. So, if you have anything to say, feel free.
Click to expand...
Click to collapse
>> V6 Supercharged
--Get ready to fly with the V6 Supercharger (script created by zippelinrox). Read more about it here. To set your custom settings, just open terminal emulator, type: su --> hit enter --> type: v6
Click to expand...
Click to collapse
>> No Bloatwares !
--The spice bloatwares are removed and its a clean ROM !!
Click to expand...
Click to collapse
>> Beats audio & Bravia Engine
-- Beats audio & Bravia engine mods are included !!
Click to expand...
Click to collapse
>> DarkTremor A2SD v2.7.5.3 beat4
--Enjoy installing unlimited apps with the a2sd !! Read more on using it in the following 3rd post !!
Click to expand...
Click to collapse
>> Pre-installed apps:
--A2SD GUI
--Adfree(no more ads)
--Barcode Scanner
--GO Launcher EX v2.87 (latest)
--ICS Clock Widget
--ICS search bar
--New ICS Launcher
--MobileUncleTools
--Experia Arc S Launcher
--SpiceUp - official app of the Spice Mi-350n Support site!
--Update Me Smartphone - check & download future ROM updates from phone itself!
--XDA app
Click to expand...
Click to collapse
>> Misc features
-- Busyboxed
-- Rooted !!
--Deodexed
--Zipaligned
-- Added ICS boot animation
-- Disabled boot sounds
-- Added Galaxy Nexus's Ringtones !
-- Home button Wake up mod included(it is up to you to install NoDeepSleep.apk)
-- Replaced default font with Roboto font (stock ICS font !!)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
DOWNLOADS:
Download: http://www.mediafire.com/?i3sk5jqd9whi2g8
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Installation Instructions (SL-v3):
NOTE: Its is highly recommended to make a complete nandroid backup(including boot.img) before installing. Do not boot your phone in between.
Also disable Signature verification every time you flash a zip because they are not signed.
1) Download 'SilverLight-3_by_balamu96m.7z'. Extract it. Then you'll have SilverLight_Part1_by_balamu96m.zip , SilverLight_Part2_by_balamu96m.zip & SilverLight_Part3_by_balamu96m.zip(These are flashable zips. So do not extract them)
Click to expand...
Click to collapse
2) Copy all the three & place it in your sdcard. (preferably at the root).
Click to expand...
Click to collapse
3) Now boot into recovery (modded or CWM) and choose - flash zip from sdcard --> select zip from sdcard --> select SilverLight_Part1_by_balamu96m.zip.
Let it install without any error. DO NOT TRY BOOTING.
Click to expand...
Click to collapse
4) Now, before installing SilverLight_Part2_by_balamu96m.zip, mount 'System' & 'Data' in recovery (i.e) mounts --> system and then data. Now install SilverLight_Part2_by_balamu96m.zip by steps followed above !. DO NOT TRY BOOTING.
Click to expand...
Click to collapse
4) Again, with similar steps followed before, SilverLight_Part3_by_balamu96m.zip.
Click to expand...
Click to collapse
5) After installing SilverLight_Part3_by_balamu96m.zip, a do a full wipe/Factory reset in the recovery. (It is a must)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
THATS ALL !! You have successfully installed SilverLight™ 3 !!
Now boot your phone. First boot may take long time (even 10 minutes !), but don't worry. It will boot !!
STEPS TO ENABLE A2SD after installing the ROM:
NOTE: If you had done this already for Bala's ROM v1.5, no need to do again.
1) Make a backup of all your sdcard files in your computer because partitioning will erase all your files.
2)Now boot in recovery --> partition sdcard --> partition sdcard --> Swap size: 0mb --> Choose size of the partition that you prefer (recommended 1024mb)(not more than 1399 mb because beta 04 supports till that only)
Let it partition your sd without any error !!
[NOTE: If you are partitioning for the 1st time with recovery, the default type of the partition will be ext2 - that is what we need & with this a2sd will work .
If you have mistakenly upgraded your partition to ext3 or ext4, then use MiniTool Partition Wizard (its free) and change your partition to ext2. Only then a2sd will work.]
Now boot normally. Now with the help of A2SD GUI app, make apps to be stored in sdcard(will be on the main-screen!). Your phone will reboot once or few times. Read more about using A2SD GUI in the following 2nd or 3rd post !!
VOILA !! a2sd is working !!! You can verify/view its space with titanium backup app !!
Now you can place all your files back on your sdcard.
With recovery you can even backup your sd-ext whenever required. (sd-ext is the place where apps which you install will be stored)
XXXXXXXXXXXXXXXXXXXXXXX_--------------------------------XXXXXXXXXXXXXXXXXXXXX
__________________________________________________________________________________________________________________________________________
VERSION 1.5
__________________________________________________________________________________________________________________________________________
Features (v1.5):
---Removed all Spice bloatwares !
---Added the following as default programs:
--A2SD GUI !~HOT~
--Mobile Uncle Tools~HOT~
--AdFree (No more Ads) ~HOT~
--Android Assistant
--Barcode Scanner
--GO Launcher EX
--Google Play Store[updated Market app] !
--Google Search[updated]
--Terminal Emulator
--YouTube
---Darktremor A2SD v2.5.7.3 beta 04~HOT~
---Added BEATS AUDIO - enhances sound. You can feel it in earphones.~HOT~
---Added Sony BRAVIA IMAGE ENGINE - enhances image quality. Try it!~HOT~
---DEODEXED !!~HOT~
---Zipaligned all apks to optimize RAM usage !
---Modified Status bar (fading error fixed) & Drop-Down with transparency & modded battery icon! (see screen-shots [v1.5]!)
---Added new colourful wallpapers to the default wallpaper gallery !
---Added Nexus One boot animation and shut animation!
---Added Samsung Vibrant's boot and shut sounds!
---Added Nexus default ringtones and notifications(error fixed!)
---BusyBox added !
---Pre-rooted, of course!
INSTALLATION INSTRUCTIONS [v1.5] :
NOTE: Its is highly recommended to make a complete nandroid backup(including boot.img) before installing.
Also disable Signature verification every time you flash a zip because they are not signed.
1) Download 'Bala's_ROM_v1.5.7z'. Extract it.
You will have a folder named 'Bala's_ROM_v1.5'
In that you'll have PART-1.zip , PART-2.zip & PART-3.zip(These are flashable zips.So do not extract them)
2) Copy the folder & place it in your sdcard's root.
3) Now boot into recovery and choose - flash zip from sdcard --> select zip from sdcard --> #open folder#'Bala's_ROM_v1.5' --> select PART -1.
Let it install without any error. Now try booting your mobile. The phone will not boot (more clearly: should not boot if installation completed correctly ! lol !)
4) Now, before installing PART-2, mount 'System' & 'Data' in recovery (i.e) mounts --> system and then data. Now install PART-2 by steps followed above !
[Now try booting. It should boot now !! LOL ]
[WHAT YOU BOOTED ABOVE IS NOT THE FULLY WORKING ROM, MANY THINGS DOESN'T WORK !! SO BOOT AGAIN TO RECOVERY ]
4) Again, with similar steps followed before, install PART-3.
5) After installing PART-3, a do a full wipe/Factory reset in the recovery. (It is a must)
THATS ALL !!This is Complete Version 1.5. You have successfully installed VERSION 1.5. Sorry for making it large. I'll try reduce it later.
STEPS TO ENABLE A2SD after installing the ROM:
1) Make a backup of all your sdcard files in your computer because partitioning will erase all your files.
2)Now boot in recovery --> partition sdcard --> partition sdcard --> Swap size: 0mb --> Choose size of the partition that you prefer (recommended 1024mb)(not more than 1399 mb because beta 04 supports till that only)
Let it partition your sd without any error !!
[NOTE: If you are partitioning for the 1st time with recovery, the default type of the partition will be ext2 - that is what we need & with this a2sd will work .
If you have mistakenly upgraded your partition to ext3 or ext4, then use MiniTool Partition Wizard (its free) and change your partition to ext2. Only then a2sd will work.]
Now boot normally. Now with the help of A2SD GUI app, make apps to be stored in sdcard(will be on the main-screen!). Your phone will reboot once or few times. Read more about using A2SD GUI in the following 2nd or 3rd post !!
VOILA !! a2sd is working !!! You can verify/view its space with titanium backup app !!
Now you can place all your files back on your sdcard.
With recovery you can even backup your sd-ext whenever required. (sd-ext is the place where apps which you install will be stored)
DOWNLOAD LINK::
http://www.mediafire.com/?nt6idp7vw2qdl3x
(sorry for making it large !)
_________________________________________________________________________________________________________________________________________________
VERSION 1.01
_________________________________________________________________________________________________________________________________________________
Deodexed version 1.01 added !! Same installation instructions !! Check Downloads !
Features (v1.01):
(updated 20 Mar)
1.Removed all Spice bloatwares !
2.Added the following as default programs:
-Android Assistant
-Barcode Scanner
-GO Launcher EX
-Google Play Store[updated Market app] !
-Google Search[updated]
-Nexus Revamped Live Wallpaper!
-Terminal Emulator
-YouTube
2. Zipaligned all apks to optimize RAM usage !
3.Modified Status bar & Drop-Down with new battery icon! (see screen-shots [v1.01]!)
4. Added new colourful wallpapers to the default wallpaper gallery !
5.Added Nexus One boot animation and shut animation!
6.Added Samsung Vibrant's boot and shut sounds!
7.Added Nexus default ringtones and notifications!
8. Pre-rooted, of course!
Overall it looks to be an Ultra fast & Stable ROM !!
INSTALLATION INSTRUCTIONS [v1.01] :
(instructions updated 20 mar)(fixed all reported errors!)
1. Download the file 'Balas_ROM_v1.01_GB_signed_update.zip' and copy it to your sdcard - root of the sdcard is preferred.
2. Flash it as 'update.zip' in modded recovery.
(i.e) [for beginners] Go to recovery --> Flash zip from sdcard --> choose zip from sdcard and select Balas_ROM_v1.01_GB_signed_update.zip
NOTE: Since the file is signed there is no need to disable signature verification !!
Let the installation process complete without any error.
Then reboot.
Voila !! Your new ROM is booting !!
Deodexed version may take some more time to boot than normal. Don't get afraid !
Try and post your comments !!
DOWNLOAD LINKs (update.zip)(Mediafire) :
- Normal odexed version - Bala's_ROM_v1.01_GB_signed_update.zip
- Deodexed version - Deodexed_Bala's_ROM_v1.01_GB_signed_update.zip
Screen Shots in the second post !
An extract of review posted by yasirmujtaba: (here)
yasirmujtaba said:
The rom porvided by bala is supercool
I m trying to rate it..
Style:-
1-Go launcher
2-Custom battery icon
3-Modified Notification bar
4-Custom wallpapers and ringtones & notifications
OVERALL:- 9/10
Performance:-
Very Very good response no lagging even
when skyfire dolphin and opera are running simultaneously
Ram consumption is very effective
Overall- 9/10
So the rom scores a huge number of 9
Click to expand...
Click to collapse
Hit THANKS if you like my ROM !!
Screen Shots !!
SCREEN SHOTS - SilverLight™ 3:
SCREEN SHOTS v1.5:
SCREEN SHOTS v1.01:
NOTE:
-The android version displayed there (in Bala's ROM v1.01&v1.5) is just change in number. The actual version is 2.3.4 only !! Only you know that it is 2.3.4. For others it is 2.3.7 !!
USING A2SD GUI [For v1.5+]
'A2SD settings' on the app's main screen.
------You can choose where apps that you install should be saved either in sd-ext (sdcard partition) or your internal memory.
------ 'Zipalign on boot is off' - is recommended because the ROM is already zipaligned and doing it again on boot will take more time to boot.
------'Swap is deactivated' - I have not used it.....maybe you/anyone can try and reply !
DALVIK:
-- You can choose where Dalvik cache should be saved. Go more info on Dalvik-cache, try googling n reading the wiki about it.Other things can remain the same......
---other tabs, you yourself can read & understand !!
Some more:
One thing to remember - sd-ext is like internal memory for phone, but phone can't find how much space is used or left in sd-ext. Titanium backup will help you there......
All third-party/system apps will tell that apps are installed in phone memory......you should understand that sd-ext is also like internal memory for phone and all other apps !!
Apps should be installed normally .......but your free space in internal memory will remain the same even after installing apps.....you'll notice that ur sd-ext space will be reducing........
Phone can't find how much space is left in sd-ext but titanium backup will help you to know !!
If you find decrease in phone memory even when a2sd in enabled, use a2sd gui to reinstall all app to sd-ext.....u can also type this command in terminal emulator :
su
a2sd reinstall
More over one should not move apps to sdcard in 'application settings' when using a2sd !!
These are few things that i'm trying to add:
Trying to add few requests by some users!!
Extended Power menu with Reboot, Recovery & download - working on it.
Click to expand...
Click to collapse
Change log:​
SilverLight™ 3:
*Removed Terminal Emulator
*Removed Android Assistant
*Based on Official spice build v2
*Highly modified framework-res.apk & SystemUI.apk with ICS theme.
*Added new ICS Launcher
*Added ICS search bar & ICS Clock
*Added V6 SuperCharger!
*Added Xperia launcher
*Added SpiceUp app
*Added Update-Me-Smartphone app
*Added XDA app
*Changed boot animation with ICS's one
*Disabled boot sound
*Added Roboto font
*Added Home Button wake up mod
Bala's ROM v1.5:
*Removed Nexus Revamped Live Wallpaper
*Added A2SD GUI
*Added Mobile Uncle Tools
*Added AdFree
*Added DarkTremor A2SD v2.7.5.3 beta 4
*Added Beats audio & Bravia Engine
*Added Busybox
Bala's ROM v1.01:
*Initial release
what is special in it I've already done all the things you've
done.
and what about ram consumption ......
but thanks for your hard work.....
your Balas_ROM_v1.01 not getting installed
hey.... balamu96m
your nandroid- custom ROM [Balas_ROM_v1.01] is not getting installed....
what is the problem????
i hav followed all the above steps...
i am able to Restore my nandroid backup done by me.... but when i tried your.. its not getting installed....
it shows "Oops... Something went wrong..." message.
[ i am using same recovery (fly blackbird iq260) in my phone as u hav posted screenshots above....
wanna try this rom...
help me out...
same problm here.........
Oops... Something went wrong...
balamu96m said:
please elaborate your problem.......is your phone not booting ?? or not able install in modded recovery ??
try making a wipe data/factory reset and then install the ROM......also disable 'Signature Verification' (it is a must) and try.............reply !
Click to expand...
Click to collapse
1. i hav wiped all data
2. i hav wiped SD card
3. disabled sign verification
4. unzipped yor rom and puted in proper folder.
5. but i selected to restore yor rom its shows some ..... (dots) for few second and shows oops something went wrong...
6. i am not able to install yor rom... using and testing its a later thing...
i'm trying to fix the error - 'Oops..something went wrong'.............also i'll try to create a working update.zip........................
about the RAM consumption, without ant app running, i'm getting 101 mb free and 128mb used..........it looks to ok but need to improve............
i'll post the update.zip as soon as possible !!
hey friends! uploaded update.zip !! It is also Zipaligned to optimize RAM usage !! check first post !! i checked it in my phone and its working !!! try it and reply !!!
balamu96m said:
i'm trying to fix the error - 'Oops..something went wrong'.............also i'll try to create a working update.zip........................
about the RAM consumption, without ant app running, i'm getting 101 mb free and 128mb used..........it looks to ok but need to improve............
i'll post the update.zip as soon as possible !!
Click to expand...
Click to collapse
there is only 70 mb ram free
but response is pretty good .........
on moe thank to you bro.........
yasirmujtaba said:
there is only 70 mb ram free
but response is pretty good .........
on moe thank to you bro.........
Click to expand...
Click to collapse
Thanks for the review dude !! now working on deodexing.........!!
will try to post it soon !
Deodexed version uploaded !! check first post !!
balamu96m said:
Deodexed version uploaded !! check first post !!
Click to expand...
Click to collapse
Flashing Now Tell You Soon
Flashing
4th Time Today lol["CAN IT EFEECT MY ROM LIKE MY E6??"]
aN Can You Please Explain Dodexing In Simple Words
Is It Related to Theme A Rom ,,,
Sorry If I Am Harassing You...
yasirmujtaba said:
aN Can You Please Explain Dodexing In Simple Words
Is It Related to Theme A Rom ,,,
Sorry If I Am Harassing You...
Click to expand...
Click to collapse
DeOdexing is the process of re-bundling that uncompressed critical data (.odex files) back into your compressed .apk (& .jar) files, so that now all of the data is included in the .apk files necessary to run your applications without the presence of .odex files
In addition all the data is now included within the .jar files necessary to utilize your framework components without .odex files. In a DeOdexed file structure, there are no odex files present.
What is the benefit of DeOdexing?
Deodexing doesn't speed your phone up or do anything of the sort.
It is simply something that is necessary to be able to theme a stock ROM.
Theoratically it should slowdown phone but practically it is negligible.
zipaliging is the process of reorganizing the manner in which the .apk is packaged to optimized it for being parsed faster by the android OS, it is comparable if not better than the odex file structure, so you get the best of both worlds; a themed ROM and the speed of an optimized file structure.
If one can implement all things properly phone will defenately speed up.
i will also make custom rom... but in my vacation. till i will use others.
djgj said:
DeOdexing is the process of re-bundling that uncompressed critical data (.odex files) back into your compressed .apk (& .jar) files, so that now all of the data is included in the .apk files necessary to run your applications without the presence of .odex files
In addition all the data is now included within the .jar files necessary to utilize your framework components without .odex files. In a DeOdexed file structure, there are no odex files present.
What is the benefit of DeOdexing?
Deodexing doesn't speed your phone up or do anything of the sort.
It is simply something that is necessary to be able to theme a stock ROM.
Theoratically it should slowdown phone but practically it is negligible.
zipaliging is the process of reorganizing the manner in which the .apk is packaged to optimized it for being parsed faster by the android OS, it is comparable if not better than the odex file structure, so you get the best of both worlds; a themed ROM and the speed of an optimized file structure.
If one can implement all things properly phone will defenately speed up.
i will also make custom rom... but in my vacation. till i will use others.
Click to expand...
Click to collapse
well you copy very nicely bro lol
waiting for your custom rom
---------- Post added at 06:46 PM ---------- Previous post was at 06:40 PM ----------
balamu96m said:
Deodexed version uploaded !! check first post !!
Click to expand...
Click to collapse
when updating error comes up
that
zip is corrupt
deodexing !
yasirmujtaba said:
Flashing Now Tell You Soon
Flashing
4th Time Today lol["CAN IT EFEECT MY ROM LIKE MY E6??"]
aN Can You Please Explain Dodexing In Simple Words
Is It Related to Theme A Rom ,,,
Sorry If I Am Harassing You...
Click to expand...
Click to collapse
edit: already posted the ans !! any way i'm posting it !!
Harassing ?? Not at all !! i have no problem dude !!
Well, i don't think flashing will affect your phone because i'll have to do it many a times a day and not just 4 times !!
When ever i try and flash my ROM and many a time it'll get struck at boot screen. So i'll be restoring/flashing it many a times a day !
Still thats my view.....i dunno really !
Deodexing.........in simple terms it is like this:
Our phone splits the apks and jars (only system apks and jars) into '.odex' files for fast processing of those files ..........but when the app is split into .apk/.jar file and .odex file, it not possible to edit them and make changes. when those files are deodexed or when we flash a deodexed ROM, the two files, '.odex' file and '.apk/.jar' are combined together and we will have only the apk or jar file and not the .odex file.......hence it makes editing or modifying possible. Also,only because of this, deodexed ROM takes some more time to boot!!
So because of this we can say that it related to theming........that too 'native' theme and not just Launcher' theming which are provided by GO Launcher etc.
I hope you understand...........!! Now any one can easily make themes for our phone !! just edit framework-res.apk and SystemUI.apk, modify,test and upload !!
yasirmujtaba said:
well you copy very nicely bro lol
waiting for your custom rom
---------- Post added at 06:46 PM ---------- Previous post was at 06:40 PM ----------
when updating error comes up
that
zip is corrupt
Click to expand...
Click to collapse
error ?? i didn't get any...........try disabling signature verification...........also try clearing cache, dalvik cache and data [clear data only after a backup via Titanium Bakup or nandroid]
Try n reply !!
Currently trying to add extended power menu with reboot, recovery and download !!
hey balamu96m
i installed yor deodexed signed rom.
works good with 10mb more then other roms.
but there is some problem with status bar(notification bar)...
it stops working when i connect usb cable wid my pc...
so i think problem is with battery application.
overall nice work man

[FIX] [kernel-cm7-miui-stock] Battery Drain

This script can be run on:
2.2.X, 2.3.x, 4.0.x
This script was tested on Froyo [CROM] and Gingerbread [Stock, MIUI, CM7]
Prerequisites:
- I9003 xD
- Busybox
- Root
- CMW or equivalent
- Terminal or ADB
How to use:
- Unzip the zip
- Copy the file [.sh] into the phone
- Open the terminal
- Login as root
- Give execute permissions to the script
- Launch the script as "sh fix_battery.sh"
- Reboot in recovery
- Wipe battery stats
- Reboot and wait 5 minutes before using
F.A.Q
- Recommend making a backup of data to avoid losing files
- I disclaim all liability for damages or problems caused from the use of my script
- This software is licensed under: GNU GPLv3
- If you have problems with the path you can edit my script and replace the present one with your correct.
- In some cases it is better first format the sd card, copy the old file and then run the script
- This script can also improve a few hours the battery life, but does not solve bugs related to the kernel
- For best results take at least 2 cycles of charging
- If you have problems with the part relating to the control of the root user, remove it
I hope that my work is useful
Special thanks to:
http://www.tabletroms.com/forums/general-discussion/4789-fix-battery-drains.html
No offense, but the only thing it does is deleting thumbnail and temp files, i doubt it fixes battery drain
Inviato dal mio GT-I9003 con Tapatalk 2
Yes, that is true!
but in my case i have around 2 hours of battery in plus...
But i have written in the faq:
"- This script can also improve a few hours the battery life, but does not solve bugs related to the kernel "
lol, we'll see if this fixes anything...
i am sorry, i am not understand this steps,
-Give execute permissions to the script
- Launch the script as "sh fix_battery.sh"
can u tell me more details?what the code need to type?
quan815 said:
i am sorry, i am not understand this steps,
-Give execute permissions to the script
- Launch the script as "sh fix_battery.sh"
can u tell me more details?what the code need to type?
Click to expand...
Click to collapse
Yes of course
if you download (e.g. in /download)
unzip the zip that you have downloaded
open terminal emulator (if you don't have download from market)
write this commands:
- cd download (this is an example)
- su
- chmod +x fix_battery.sh
- sh fix_battery.sh
- at the end go to recovery, delete battery status and reboot in normal mode
dont know how to apply it
Areanetwork said:
This script can be run on:
2.2.X, 2.3.x, 4.0.x
This script was tested on Froyo [CROM] and Gingerbread [Stock, MIUI, CM7]
Prerequisites:
- I9003 xD
- Busybox
- Root
- CMW or equivalent
- Terminal or ADB
How to use:
- Unzip the zip
- Copy the file [.sh] into the phone
- Open the terminal
- Login as root
- Give execute permissions to the script
- Launch the script as "sh fix_battery.sh"
- Reboot in recovery
- Wipe battery stats
- Reboot and wait 5 minutes before using
F.A.Q
- Recommend making a backup of data to avoid losing files
- I disclaim all liability for damages or problems caused from the use of my script
- This software is licensed under: GNU GPLv3
- If you have problems with the path you can edit my script and replace the present one with your correct.
- In some cases it is better first format the sd card, copy the old file and then run the script
- This script can also improve a few hours the battery life, but does not solve bugs related to the kernel
- For best results take at least 2 cycles of charging
- If you have problems with the part relating to the control of the root user, remove it
I hope that my work is useful
Special thanks to:
http://www.tabletroms.com/forums/general-discussion/4789-fix-battery-drains.html
Click to expand...
Click to collapse
How can we apply this???
Please include the commands for applying this .. I know I'm still a noob here..
EDIT: OK I knew it.. it just deletes the following:
- /sdcard/android/data/com.android.providers.media
- /sdcard/android/data/com.cooliris.media
- /sdcard/android/data/com.google.android.gallery3d
- /sdcard/android/data/com.android.providers.media
- /sdcard/androidthemes (its only a backup, not required if your rom is fine)
- /sdcard/android/dcim/.thumbnails
- /sdcard/android/dcim/100andro
- /sdcard/lost.dir
Click to expand...
Click to collapse
Silentkiller101197 said:
How can we apply this???
Please include the commands for applying this .. I know I'm still a noob here..
EDIT: OK I knew it.. it just deletes the following:
Click to expand...
Click to collapse
When you delete that files reboot your phone... this is important!
Inviato dal mio GT-I9003 usando Tapatalk
If I delete this file manualy, it's work ?
Because I don't understand how execute the script, even with this :
- cd download (this is an example)
- su
- chmod +x fix_battery.sh
- sh fix_battery.sh
- at the end go to recovery, delete battery status and reboot in normal mode
Click to expand...
Click to collapse
Ryryoku said:
If I delete this file manualy, it's work ?
Because I don't understand how execute the script, even with this :
Click to expand...
Click to collapse
Yes, of course!
I create the script only to speed up the process and make it free from possible errors
sorry for my phrases,
but it's simply stupid and not sense, cm7 battery drain is caused by RIL and its lib, not from gallery thumbs
anyway its not fix and doesn't work,
battery is consequence by governor, voltage, and cpu usage, delete cache of gallery will only drain battery for re build, two hours plus in your cases doesn't depend from this but, maybe from coherence in your use
Sent from my GT-I9003 using xda premium

[NON-DEV][TOOL][AuTORAMDISK EXCHANGE PROJECT ALPHA][NO PC/LINUX]

AUTORAMDISK™ EXCHANGE PROJECT alpha™
『Moved by touch™』Inc.
In association with
Google Nose beta™
Presents
AUTORAMDISK™ EXCHANGE PROJECT alpha™
Current version: 0.0.0.0.072 Alpha
Created with Es explorer 1.6
Created on HTC explorer Pico a310e
Intro:
It's a common experience for newbies , when a new kernel is released by developers for a particular Rom and we want it for our Rom,but just can't wait for someone to change the ramdisk. For those, this is a noob friendly guide to change your ramdisk. And also, to make a universal zip for new kernel, so that no separate kernel zips for cm9,10,aokp exist.
Prerequisites:
Files:
New kernel boot.img and modules
Zip below
Software:
Android 2.3+ rooted
cwm 5+/twrp any other recovery with dump_image binary
Hardware:
Any Android smartphone
Features:
No PC/Linux needed
No different zips needed for different roms ~universal zip[One kernel-one zip project]
Credits:
trevd,rd for helping me along the way and for arm executable binaries .
So, a huge thanks to him.
Xda university
Procedure:
Short version:
Just add the new boot image and modules to generic kernel.zip and Flash on any Rom
Long version:
1.Download the generic kernel below
2. Open it with Es explorer 1.6 app
3. Select all and extract it into generic kernel folder
4. Download your favorite kernel.zip
5. Unzip your favorite kernel.zip into kernel folder
6. Copy boot.img from kernel folder to generic kernel folder
7. Copy modules present in /system/lib/modules in kernel folder and put it in /system/lib/modules in generic kernel folder
8. Now zip up your generic kernel folder and Flash
9. Voila
10. New kernel on any Rom.
11. So, is that easy /what?
Bugs and conditions
Even though this project is in alpha stage, if your Rom doesn't boot, blame the new kernel and your script first.
1. This is a simple method to change ramdisk and it doesn't work ,if you need anything more than that.
The binaries can also be used to open ramdisk and probably kernel as well using terminal emulator on your phone. If you face something unable to do on phone, go here for full PC workout
2. Essentially sense4 kernels cannot be used with this project to make it cm kernels,since it almost always need more work than just ramdisk changing
3. You need a working kernel present in boot partition. Wiping your boot and flashing will not work. It needs ramdisk from your phone and only updates the kernel part.
4. Does it work on other phones?
Yes. It bases itself on update script used. So, change update binary to suit your device
Try to change kernel address in the command for mkimg binary to make it work on other phones.
4.2 Does this mean that I can Flash kernel from any other phone to my Pico?
No. You can't. This only means you can Flash any other kernel made for other roms and your Pico to your Rom and Pico only.
4.3 Not tested fully guys.
Tired of 15 to 20 flashings to make it work. Test and try. I only tested aokp jb bhargz16`s kernel #1 on cm10b6 with twrp.
Reuse it,and try not to edit ui print and sleep parts
5. If it doesn't work, copy recovery log to SDcard and post here.
Original binaries from here
http://forum.xda-developers.com/showthread.php?p=36931024
(1.not the same script here~that is used to update ramdisk. This is used to update kernel and modified usage of binary to suit Pico
2. Without the binaries there, it would have been impossible. Don't forget to thank him. )
Reserved
LâTêS†↭ⓛⓘⓝⓚⓢ™CM10 HTC A310E.
If I haven't given you link, it's above. Just click it
Reserved 2
LâTêS†↭ⓛⓘⓝⓚⓢ™CM10 HTC A310E.
If I haven't given you link, it's above. Just click it
One more
LâTêS†↭ⓛⓘⓝⓚⓢ™CM10 HTC A310E.
If I haven't given you link, it's above. Just click it
All I can say is an ingenious piece of work bro. Nice use of the updaterscripts and good and simple way to swap ramdisks without much hassles.
:good: :good:
All the best !
akshat.shenoy said:
How does this work ?
All the best !
Click to expand...
Click to collapse
It's ramdisk changer... uses arm executable binaries from trevd to unpack and remake boot.îmg to change ramdisk.
Literally, it changes only kernel and doesn't touch ramdisk and so, we can use universal zips for cm7,9, 10,aokp.
That's the aim..
LâTêS†↭ⓛⓘⓝⓚⓢ™CM10 HTC A310E.
If I haven't given you link, it's above. Just click it
New poll added. Just fill up the no poll, if you don't like it.
Thread cleaned
Cleaned thread of some nonsense. Some ppl have to learn the hard way to not post spam or OT obviously
Deleted: Never mind
ptcpayme said:
New poll added. Just fill up the no poll, if you don't like it.
Click to expand...
Click to collapse
so that means now i can flash any kernel from any phone to my pico?? If not,plz explain.
THnx.
salil.bajaj said:
so that means now i can flash any kernel from any phone to my pico?? If not,plz explain.
THnx.
Click to expand...
Click to collapse
Without a kernel , we cannot use our phone. Learn more about " Kernels "
NOTE : Kernel == Boot.img ( Actual kernel is the zImage.. but never mind)
Yes we have to flash a kernel everytime we flash a ROM on our phone. It is simplified for our phone cause it gets flashed by itself ( thru the updater script )... And you could flash a kernel from our phone even normally thru
Code:
fastboot flash boot boot.img
What this tool does swaps Ramdisks of 2 kernels . Why is that useful ?
Cause then it makes one kernel of a particular ROM compatible with another ROM.
And I just forgot, this isnt the Q and A.
Got ya man!! Now this is really awesome work u hv cme up with!! :thumbup:
Sent from my HTC Explorer using xda premium
akshat.shenoy said:
Without a kernel , we cannot use our phone. Learn more about " Kernels "
NOTE : Kernel == Boot.img ( Actual kernel is the zImage.. but never mind)
Yes we have to flash a kernel everytime we flash a ROM on our phone. It is simplified for our phone cause it gets flashed by itself ( thru the updater script )... And you could flash a kernel from our phone even normally thru
Code:
fastboot flash boot boot.img
What this tool does swaps Ramdisks of 2 kernels . Why is that useful ?
Cause then it makes one kernel of a particular ROM compatible with another ROM.
And I just forgot, this isnt the Q and A.
Click to expand...
Click to collapse
Thanks for sharing usefull Information...........!!
Hey @BANNED i tried today and its working great. And nice updater-script troll.
Sent from my HTC Explorer A310e using xda app-developers app
thank you for your guide.

[MOD] Project Direct Inject (v3.2.6) (CPU Tuner*RNGD*Speed) (2.3.3 - 4.2.2)

{
"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"
}
PROJECT DIRECT INJECT
Exit_Only said:
Welcome to the world of direct injection, Its been unavailable for your android smartphone...UNTIL NOW. This tweak package takes your android device to a whole new level of awesomeness by direct injecting high octane scripts into your turbocharged engine.
This is a collection of scripts from multiple developers repacked into one package. Big thanks to all the developers involved.
Click to expand...
Click to collapse
This mode is incompatible with some devices\firmwares or create various system problems! Make a nandroid backup before installing.
General Q & A Section:
Q.) How can I tell if this is actually working or not?
A.) Open Terminal Emulator and type this command...
Code:
su
directinject
Q.) How can I see if rambooster work properly?
A.) Open Terminal Emulator and type this command.
Code:
su
rambooster
Q.) How cand I see if entropy working properly?
A.) Open Terminal Emulator and type this command...
Code:
su
entro
Q.) How can activate RNGD and entro binaries?
A.) Open Terminal Emulator and type this command...
Code:
su
entropy
Q.) How do I turn on entropy?
A.) Open Terminal Emulator and type this command...
Code:
su
entropy_on
Q.) How can I stop entropy?
A.) Open Terminal Emulator and type this command...
Code:
su
entropy_off
Q.) How do I uninstall it?
A.) Download the uninstall, you put on your card and then flash the file.
Code:
su
uninstall
reboot
Q.) Can I use DirectInject and Crossbreeder?
A.) Yes, you can.In the first time disable entropy (on DirectInject) then install Crossbreeder.
Q.) How do I install NOS Control?
A.) NOS Control installs like any .apk
Q.) How can I get CPU Tuner on my device?
A.) Open Terminal Emulator and type this command...
Code:
su
cputuner
GENERAL WARNING: Do NOT I repeat DO NOT use ANY other tweaks with this package. There are only two approved scripts that are compatible with this, Seeder Entropy and Cross breeder. If you choose to do so after reading this you do so AT YOUR OWN RISK. If you ask bout other tweaks in my thread YOU WILL BE IGNORED.
WHAT IS NEEDED TO INSTALL Project Direct Inject:
1.) Root access (su binary required)
2.) Busybox v1.20.4+ w/ run-part support (busybox required)
3.) Need to be on 2.3.3+ gingerbread or higher
4.) Terminal Emulator app app installed
5.) Enough space in your /system partition (10 mb available minimum)
If you do not meet these requirements then DO NOT USE IT!!!
WHAT IS NEEDED FOR CPU TUNER:
1.) Need a fully unsecured boot.img (Look inside "default.prop", if it says "ro.secure=0" then your kernel meets this requirement, if it says "ro.secure=1" then cputuner WILL NOT work!!!)
2.) Your need a kernel that supports max overclock freq of 1.3ghz and a min freq of 384mhz.
3.) Need a kernel that has these 3 governors (Conservative, Ondemand, and Performance)
4.) On HTC Sense ROMs you need to disable per flock (Setcpu will do this for you)
If you don't meet ALL these requirements then do NOT attempt to use CPU tuner!!!
Installation
1.) Make sure you meet the requirements above
2.) Download the latest version of Project Direct Inject
3.) Boot into recovery (TWRP or CWM doesn't matter)
4.) Make a nandroid backup
5.) Flash inside cwm recovery
6.) Reboot
7.) Press thanks button me and Exit_Only
APK Direct Inject Control
What i need to install this app:
Terminal Emulator
Project Direct Inject
Direct Inject is an application that gathers in one place all orders of Project Direct Inject
Ryuinferno said:
Behold.....
THE NOS Controller!!! Since many of you find it troublesome to key in commands every time, I wrote up a damn simple app to save those finger punches!!! Well, I am currently limited by my knowledge of Java, this is the best I can do for now (Requests? Be prepared, I won't attend to any as I can't add more features yet...more learning to do...sorry... )
But, take note that you will need to install the latest version of 4cyl Turbo v0.5.7_r2 w/ 250 shot NOS first and have Terminal Emulator installed before using this app! Do not be silly and think that this app is gonna do everything for you!
The app is very simple and straightforward, so no instructions will be given here...enjoy!
Click to expand...
Click to collapse
Download Direct Inject Control: Click Here
About the Tweaks:
8 init.d scripts total (11 init.d scripts if you opt for NOS Entropy, zRAM, and Int2Ext)
Zipalign /data & /system apps on each boot ( With detailed Logging of Activities)
Calibrates Battery automatically (make sure your battery is at 100% before flashing)
NOS Entropy with Light, Moderate, and Aggressive Governors (Optional during install, Moderate is default governor)
Ext4 Tweaks
Zero UI Lag
Maxed out speed & Performance
Disables most logging activities
GPS enhancements (USA/CANADA/MEXICO/ALASKA Only)
Sqlite3 for Jellybean (Complied from CM10.1 Source)
4.2.2 Binaries (Better app processing, Complied from CM10.1 Source)
Disables logcats
Get your Privacy back (No internet redirects)
Lots of kernel tweaks (Disabled most kernel sleeps and Adjusted Linux values)
Extended Reboot Commands
VM heap tweaks
Net speed tweaks
Ext4 Perfect Remount
Outstanding battery life
Sqlite3 Reindexed and Vacuumed (If you see errors in db files please ignore, this is normal operation)
RAM booster and Media Server Killer binary (Very Aggressive RAM Recovery tool)
4Cyl Turbo Binary (Exit_Only Exclusive)
Stable relase:
Download v.3.2.6: Click here
Code:
Fixed the three remaining bugs in v3.2.5_t9 and removed the touchscreen tweak as it was causing screen issues on some devices!!!
Download v3.2.4: Click Here
Code:
v3.2.4 - Fixed ALL bootloops on ALL devices
Added seperate flashable zips for Sqlite3 Binaries in SECOND POST BELOW OP
Removed Max Freq mod in CPU Tuner
Removed needed interactive Gov and now using Ondemand Gov
Updater script now backups and restores CronMOD int2ext scripts by default
Updater script now backups and restores CM init.d scripts for Selinux and Userinit
Fixed ALL remaining bugs
Added new entropy scripts for on & off Functions
Updater no longer removes Crossbreeder during install process
Added Sqlite3 Database Optimizer Script (YOU NEED TO FLASH THE REQUIRED SQLITE BINARY IN THE SECOND POST BELOW THE OP)
Fixed Deepsleep script to work correctly without errors
Much more im sure I am forgetting!!!
Download v3.2.2: Click here
Code:
v3.2.2 - Fixed All Boot Looping issues on ALL DEVICEs
Fixed Bootlooping on HTC Sense Devices
Removed Zipalign on boot script and binary
Added BRAND NEW Cpu Tuner script and binary
Pick between three different profiles (Battery, Performance, or Balanced)
Fixed Battery drain on single core devices
Adjusted Minfree values to be more aggressive
Fixed Assert Error from test releases
Read Ahead set to 3072kb
Updated Logging engine
Plenty more I am forgetting!!!
Download v3.2.1: Click here
Code:
Lots of upgrades to cputuner with new CPU core log engine
Added brand new move dalvik script
Much more coming later!!!
Download v.3.0.0: Click here
Code:
v3.0.0: Started over with complete rebuild
Must lighter and much faster
Installs correct busybox to /xbin
Only 2 binaries now 'directinject' & 'rambooster'
Updated rambooster + added init.d script to run ram booster every 45 minutes
Auto runs zipalign every 2 days or 48 hours
Patched rngd binary for better entropy generation without killing battery life
Adjusted Linux values
Brand new interval script
Brand new iptable rebuild script
Much much more!!!
Download v.1.0.2: Click here
Code:
v1.0.2: Fixed image issue
Added newest code to entire project
Added new functions to sqlite scripts
Added new warnings during install
Download v.1.0.0: Click Here
Code:
v.1.0.0. A new world, a new script
[B]FIRST RELEASE OF PROJECT DIRECT INJECT[/B]
Download v0.7.0: Click here
Code:
v0.7.0: Added new and improved DNS caching (Similar to crossbreeder)
New init.d script that automatically activities DNS caching
Added new DNS tweaks for build.prop
My new custom 'dnshelp' binary that will help you use dnsmasq binary
Modified rambooster (Two custom options 'Moderate' & 'Aggressive')
Fixed Adj minfree script to work right
Much much more I am forgetting
Download v0.6.0: Click here
Code:
vo.6.0. Adjusted sysctl values
Made sysctl tweaks optional
Updated 4cylturbo binary to include optional install pieces
Updated install.sh with new code and new backups
Added bash and nano binaries along with bash, nano, & terminfo folders for /etc (Two diff versions)
Added sqlite3 and script (Two diff versions)
Fixed bash and nano not working correctly
Updated uninstall.sh to restore more stock items and delete more stuff
Adjusted hedge values
Added in optimized RAM tweaks (much better ram management vs v0.5.7-r2)
Fixed multiple script errors and adjusted values
Full zip size is much bigger (7.03mb)
Other stuff I'm sure I am forgetting. THIS IS A MAJOR UPDATE.
Download v0.5.7r2: Click here
Code:
v0.5.7r2 Adjust sysctl.conf correctly this time
Removed disable vsync
Removed cron (These newer versions of busybox don't support "ENABLE_CRON" so script is useless)
Fixed logging on scripts
Adjusted vm values slightly
Download v0.5.7r1: Click Here
Code:
v0.5.7r1 - Added extended reboot scripts
Fixed root issues
Fixed greenify issues
Updated install script
Added uninstall script (This will remove nos 100% from your device)
Updated directions inside zip file
Removed some sysctl commits
New performance boosters added
Download v0.5.6: Click her
Code:
v0.5.6: - Reverted back some scripts
Removed Fix Permissions script
Fixed up install.sh script (Thanks Poo)
Fixed root issues on Samsung Galaxy S Advance
Download v0.5.5: Click here
Code:
This version should solve problems with freezes and root loss.
Download v0.5.4_r1: Click here
Code:
v0.5.4_r1: - Fixed random reboots some people were having (myself included)
Made more stuff optional during install
Fixed root access issue some users experience (I never had this issue so I need feedback)
Updated ad blocker
Updated logging engine
Much smoother and zero lag
Download v0.5.4: Click here
Code:
v0.5.4: - THIS IS ONLY EXECUTIBLE VIA TERMINAL EMULATOR OR SCRIPT MANAGER.
THIS IS NOT NOT NOT RECOVERY FLASHABLE
Added init.d script to add init.d support if your ROM/Kernel does not support it already (Optional during Terminal install)
RAMBooster Binary is now much more Aggressive at clearing RAM
Updated 4Cylturbo binary with code changes
Fixed ALL Logs and Script Errors
NOS Entropy Governor is moderate by default instead of light
Removed All Code Errors from Sysctl Config
Added 'S' to beginning of all scripts to support Samsung Galaxy S 1 Owners (You guys are so old skool :P )
Added int2ext script (Thanks to Cronicory for original)(WARNING: YOU MAY HAVE TO FORMAT YOUR SD CARD TO USE THIS SCRIPT. YOU CAN OPT OUT OF THIS DURING INSTALL)
Logcat disabling script is now 100% Optional during install (YOU CAN NOW KEEP LOGCATS ACTIVE)
Added Bash and Nano Shell Binaries (COMES IN HANDY FOR BASH SHELL SCRIPTS LIKE CRON)
Download v0.5.2: Click here
Code:
v0.5.2: - THIS IS NOW A FLASHABLE ZIP AGAIN
Fixed /data logs for scripts
Fixed most script errors
Adjusted a few things here and there
More to come later
Download v.0.5.1: Clcik here
Code:
v0.5.1: - Fixed logging errors
Fixed ALL install.sh errors
Added Team Kernelizers build.prop injector script (Thanks RErick & Decialman)
Build.prop injector is now a option in install.sh
Added auto reboot to install.sh (SOME DEVICES WILL NOT ALLOW THIS TO WORK, SOME WILL HAVE TO REBOOT MANUALLY)
Fixed all init.d script errors
Updated 4cyl turbo engine logger
Added new directions to README_users.txt
Will add more as I remember it
KNOWN ISSUES & BUGS:
1.) WiFi tethering DOES NOT work when using this tweak package!!! There is no solution to this problem and I am not trying to find a solution, sorry for the inconvenience!!!
CURRENT WORKARUND: Flash the newest crossbreeder!!! This will fix your borked tethering!!!
Uninstal
Code:
su
uninstall
reboot
Standard Disclaimer: Flash at your own risk. Myself nor XDA is responsible for any damage this thing may cause you.
For this wonderful work we must thank Exit_Only
Original thread: Click here
enricogrim said:
Hi,
I have an old version of NOS, before installing a newer version it's better I uninstall the old one or install the new one directly?
thank you very much
Click to expand...
Click to collapse
You can just install the new one (through recovery or terminal depending on the release version) since the installer replaces it's own old/invalid files
Sent from my GT-I9070 using xda premium
enricogrim said:
Hi,
I have an old version of NOS, before installing a newer version it's better I uninstall the old one or install the new one directly?
thank you very much
Click to expand...
Click to collapse
Exactly what he said. 4cyl turbo has implemented a script that deletes all files init.d that you have and replaces them. For a new installation, whether it is installed by CWM or Terminal is not required before uninstallation, just install the new version.
Did what u said...follwed every step..said yes to every promt...still after rebooting when i type su 4cylturbo or rambooster..it says doesnot exist..where did i go wrong...
PS I'M A USER!!
Sent from my GT-I9070 using xda app-developers app
kanidevil666 said:
Did what u said...follwed every step..said yes to every promt...still after rebooting when i type su 4cylturbo or rambooster..it says doesnot exist..where did i go wrong...
PS I'M A USER!!
View attachment 1959685
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
this mean don't install this mod correct
just try again and put the folder install on SDCARD or SDCARD0
kanidevil666 said:
Did what u said...follwed every step..said yes to every promt...still after rebooting when i type su 4cylturbo or rambooster..it says doesnot exist..where did i go wrong...
PS I'M A USER!!
View attachment 1959685
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
Try v0.5.2 instead since it's flashable and see if it works.
Flash it in TWRP/CWM and I suggest you mount system first before flashing the zip. Also, as always don't forget your nandroid backup If it did work, then you can proceed to install the latest version through terminal if you want to.
Damn mounting/unmounting always confuses me...By mounting the system do u mean mount or unmount..
Coz i think in cwm it shows like this
"A Blue Tick and it shows unmount storage...and a blank box when its shows mount storage"
So just tell which 1 should i go with, tick or untick
And after flashing it, will the terminal command "4cylturbo" respond??
Sent from my GT-I9070 using xda app-developers app
kanidevil666 said:
Did what u said...follwed every step..said yes to every promt...still after rebooting when i type su 4cylturbo or rambooster..it says doesnot exist..where did i go wrong...
PS I'M A USER!!
View attachment 1959685
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
For v0.5.4 follow these instructions
Code:
1.) DOWNLOAD NEWEST VERSION, IF YOU WANT TO USE NOS ENTROPY THEN PLEASE REMOVE SEEDER OR CROSSBREEDER FIRST, YOU CAN FIND THE NEEDED UNINSTALL SCRIPTS IN SEEDERS OR CROSSBREEDERS THREAD. USE XDA SEARCH TO FIND IT.
2.) DOWNLOAD TERMINAL EMULATOR APP FROM GOOGLE PLAY STORE... (IF YOU ALREADY HAVE IT THEN SKIP THIS STEP)
3.) EXTRACT "install" FOLDER FROM /sdcard FOLDER INSIDE ZIP AND PUT IT ON YOUR ACTUAL "/sdcard"...
4.) EXIT OUT OF WHAT EVER FILE EXPLORER YOU ARE USING...
5.) OPEN THE TERMINAL EMULATOR APPLICATION...
6.) TYPE THIS COMMAND IN TERMINAL EMULATOR...
[B]
su
sh /sdcard/install/install.sh
^
There is a space here!!![/B]
FOLLOW THE PROMPTS AND CHOOSE WHAT YOU WANT INSTALLED!!!
7.) REBOOT YOUR DEVICE FOR ALL MODS TO TAKE AFFECT... (Rebooting is a REQUIREMENT, Failure to reboot WILL cause random app force closings)
8.) ENJOY THE SPEED AND PERFORMANCE :D
This script hangs phone and creates problem in phone UI
Sent from my GT-I9070 using xda app-developers app
ramansehra said:
This script hangs phone and creates problem in phone UI
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
What ROM and what version of 4cyl you use?
Very good, Great job
Enviado desde mi GT-I9070 usando Tapatalk 2
I'm currently using LightJB 1.2 with co core 6.0.
. 0.4.2 version of 4cylturbo works good with me, but this version hangs my phone to black screen while using.
Sent from my GT-I9070 using xda app-developers app
kanidevil666 said:
Did what u said...follwed every step..said yes to every promt...still after rebooting when i type su 4cylturbo or rambooster..it says doesnot exist..where did i go wrong...
PS I'M A USER!!
View attachment 1959685
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
Have you updated your busybox?
Sent from my GT-I9070 using xda app-developers app
v5.2
not able to flash through recovery method
Bhaji eh recovery naal ni hona,
Tuhanu terminal emulator te jake command type karni paini aa
Sent from my GT-I9070 using xda app-developers app
sarabjit singh said:
not able to flash through recovery method
Click to expand...
Click to collapse
The file is named 'NOT FLASHABLE'.You have to install it via terminal emulator.
Sent from my GT-I9070 using xda premium
flash
ramansehra said:
Bhaji eh recovery naal ni hona,
Tuhanu terminal emulator te jake command type karni paini aa
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
v0.5.2: - THIS IS NOW A FLASHABLE ZIP AGAIN
read 1st page carefully
---------- Post added at 06:57 PM ---------- Previous post was at 06:53 PM ----------
rushilkr said:
The file is named 'NOT FLASHABLE'.You have to install it via terminal emulator.
Sent from my GT-I9070 using xda premium
Click to expand...
Click to collapse
v0.5.2: - THIS IS NOW A FLASHABLE ZIP AGAIN
IF USING FLASHABLE VERSION Find the flash able zip file on your sdcard then flash it.
7.) Boot out of recovery [ONLY FOR FLASHABLE VERSION]
read 1st page carefully
sarabjit singh said:
v0.5.2: - THIS IS NOW A FLASHABLE ZIP AGAIN
read 1st page carefully
---------- Post added at 06:57 PM ---------- Previous post was at 06:53 PM ----------
v0.5.2: - THIS IS NOW A FLASHABLE ZIP AGAIN
IF USING FLASHABLE VERSION Find the flash able zip file on your sdcard then flash it.
7.) Boot out of recovery [ONLY FOR FLASHABLE VERSION]
read 1st page carefully
Click to expand...
Click to collapse
Read the title of this thread.Its about v 0.5.4 .It is NOT flashable.
Sent from my GT-I9070 using xda premium
Datico said:
Very good, Great job
Enviado desde mi GT-I9070 usando Tapatalk 2
Click to expand...
Click to collapse
ramansehra said:
I'm currently using LightJB 1.2 with co core 6.0.
. 0.4.2 version of 4cylturbo works good with me, but this version hangs my phone to black screen while using.
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
I had the same problem too. A new version came out, hopefully all issues resolved. Check OP!
sarabjit singh said:
not able to flash through recovery method
Click to expand...
Click to collapse
Only version v0.5.2 is with flash method.
Flash method:
Code:
1.) Make sure you meet the requirements above
2.) Download the version of NOS FLASH
3.) Boot into recovery (TWRP or CWM doesn't matter)
4.) Make a nandroid backup
5.) Find the flashable zip file on your sdcard then flash it.
6.) Boot out of recovery
To me it worked without problems.
0.5.2
Grady22 said:
I had the same problem too. A new version came out, hopefully all issues resolved. Check OP!
Only version v0.5.2 is with flash method.
Flash method:
Code:
1.) Make sure you meet the requirements above
2.) Download the version of NOS FLASH
3.) Boot into recovery (TWRP or CWM doesn't matter)
4.) Make a nandroid backup
5.) Find the flashable zip file on your sdcard then flash it.
6.) Boot out of recovery
To me it worked without problems.
Click to expand...
Click to collapse
i tried 0.5.2v dude but not succeed

Categories

Resources