[AIO][Recovery]All in One Recovery pack[AROMA Installer] - Samsung Galaxy Gio GT-S5660

AIO (All in One) Recovery for GT-S5660
I AM NOT RESPONSIBEL FOR ANY DAMAGE CAUSED BY FLASHING IT​
Using AROMA Installer by amarullz
Included Recovery:
ClockworkMod Recovery 5.0.2.7 - ext4only
ClockworkMod Recovery 5.0.2.7 - ext4+rfs
RZRecovery 2.1.4 - ext4only
RZRecovery 2.1.4 - ext+rfs
PX-Recovery 0.2.7 Beta - ext4only
Samsung's stock Recovery based on DXKT4
Known bug:
Sometime not work on px-recovery (still on research, i dont know, maybe touchscreen driver conflict(?))
How to Solve bug:
if u got screen freeze when installing it (Espesially for px-recovery user), the truth its not freeze, however the screen is not refreshed. I'm still researching about this bug. u can reboot with hold power button 8 seconds
How to install:
Download latest version
Place it on root sdcard
boot into recovery mode
install it from recovery mode
Recomendded dont use px-recovery to flash it (px-recovery have a bug with this zip)
Special thanks:
Amarullz for great AROMA Installer
Delanoister for permission use his ported RZRecovery

Download:
AIO-Recovery-1.0-phiexz.zip [NEW]
Changelog:
First release
ClockworkMod Recovery 5.0.2.7 - ext4only
ClockworkMod Recovery 5.0.2.7 - ext4+rfs
RZRecovery 2.1.4 - ext4only
RZRecovery 2.1.4 - ext+rfs
PX-Recovery 0.2.7 Beta - ext4only
Samsung's stock Recovery based on DXKT4

dont be a leecher. if u use it, click thanks button & contribute to make it better

thanks mastah phiexz, nice work

What is your favor recovery and which one has best features?
Thanks

runedegroot said:
What is your favor recovery and which one has best features?
Thanks
Click to expand...
Click to collapse
almost all features are the same, CWM is the most stable I think, delano and phiex worked on another recovery, but those still have bugs, but some more features

Wow awesome setup ... Can't u make dual boot Rom kind of thing?
Sent over Electromagnetic Waves

Thread closed as requested by OP.

Related

[15MAR][BOOTLOADER]+[RECOVERY] cLK v1.3.3

cedesmith's (L)ittle (K)ernel bootloader v1.3.3
Disclaimer
This comes with no warranties, if you use it you do it on your own risk.
Please read carefully the flowing information and make sure you know what you are doing.
I don't have time or patience for questions and support. If you use it you are on your own (well and this community).
Recovery
- CWM 3.0.1.4
Q&A
Q: What it is ?
A: A bootloader for android like magldr.
Q: Is it better then magldr ?
A1: NO, it is missing tetris .
A2: NO, magldr has some nice features like partitioning and rmnet.
Q: Can i use last 24MB of nand with this?
A: NO, SPL will erase them. When i have some time i may try to fix it.
Q: Does battery charge with this ?
A: YES, from version 1.3
Q: Does it boot WP7?
A: NO. I am only interested in android but in can load and execute any program.
Q: Should i install it ?
A: If you had to ask probably not. If has no functional benefits over magldr.
How To
Flash cLK
- make sure you have hspl
- enter SPL by holding VOL DOWN key while powering/resting the phone.
- flash with customruu like you would a windows rom and/or magldr
Flash a ROM
- download android sdk, you will need drivers and fastboot command from there
- fastboot flash recovery recovery.img
- after recovery you can reboot and use CWM or you can flash with fastboot (fastboot flash boot boot.img, fastboot flash system system.img, fastboot flash userdata userdata.img)
Start recovery / fastboot / text console
- holding down any key ( except power ) will show text console
- home key will enter recovery ( if flashed )
- back key will enter fastboot mode
Known issues
RMNET does not work.
Downloads
NBH
- RUU 1.3.3
- 1.3.3 and 1.4 are are exactly the same function wise, only tools used to build them is different (1.4 includes nbgen written by me to replace osnbtool and nbmerge)
- recovery.img
ROM
- see post #3
Source code
git link
compile on a linux machine with wine and codesourcery toolchain in path by executing "sh compile" in root of source
Credits
- codeaurrora for making LK and for making it open
- Martin Johnson for his tinboot witch was a great inspiration
- Martijn Stolk for his kernel segfault solving code and and cotulla for pointing it and his contribution to android on HD2
- all how worked on making linux kernel possible on hd2
kernel and recovery patches
17.03.2011
- small fix on get_boot_reason
- cwm off charge fully implemented, inspired by dan1j3l's code (http://gitorious.org/htc-hd2-android-libraries/cmon/blobs/master/cmon.c)
15.03.2011
- kernel patch to save reboot reason so is available on bootloader
- old patched in zip as pushed in most branches
25.02.2011
- CWM patch for charging, unpached CWM code is not properly reading kernel cmdline because /proc/cmdline file size is always 0 resulting in a always empty cmd line. I also changed the code to wait for key press then reboot phone to normal android.
20.02.2011
- cLK_power_clllapse patch adds detection of cLK to kernel and puts the reset vector at 0x11800000 where cLK will jump (+4) at power_collapse_exit
- off_mode_charging just prevents the kernel from BUG() if off mode charging and panel is off ( and not detectable )
- both of this patches are compatibile with current SD and magldr builds, please push them to your git trees
ROMS
HyperDroid-CM7 by pongster
cLK for Dummies by stirkac
Froyo Sense revolution 2.5 by arif-ali
CWM 3.0.1.4 with yes/no menu by seadersn
UD 3.1 by crawlingcity
Revolution HD v2.6 & SL v1.4 by arif-ali
TyphoonN 2.6.3 CM7 for cLK
- download cLK
- download recovery
- if you don't have it download fastboot,adb and drivers from here
- download TyphooN 2.6.3 Standard Edition rom from original thread
- download typhoon kernel(tytung_r7) and initrd for clk update
- put rom zip and clk update zip on sdcard
- unzip clk and recovery
- flash clk ruu
- fastboot flash recovery recovery.3.0.1.4_clk_1.3.3.img
- fastboot reboot
- hold HOME key down to boot recovery
- wipe data/factory reset (if not updating from my previous version)
- install zip from sdcard -> choose zip from sdcard -> TyphooN_CM7_v2.6.3.zip
- install zip from sdcard -> choose zip from sdcard -> typhoon2.6.3_tyung_r7_clk_update.zip
- wipe chache
Other?
- drop me a PM to include it on this post
clk changelog
1.4
nbgen for making .nb file
1.3.3
small fix on get_boot_reason
cwm off charge fully implemented, inspired by dan1j3l's code (http://gitorious.org/htc-hd2-android-libraries/cmon/blobs/master/cmon.c)
1.3.2
ROMHDR base addr is spl virtual 0x80000000 = 11800000 physical, LK will relocate to correct address (MEMBASE)
save reboot reason at 0x2FFB0000 (ramconsole - 0x1000 (PAGE_SIZE)) and @0x2FFB0004 XOR 0x004b4c63 (cLK signature)
added oem cmd to fastboot and oemcmd.bat for PC. supported commands are:
dmesg - kernel debug messages
smesg - spl messages
pwf addr len - dump memory
set[c,w,s] addr value - set char(1byte), word(4 byes), or string
Oh, I can't wait to try it.
Felicitari !!
Congratulation well done!
Regards,
Me
good stuff il second trying that
How do you flash those roms on that one ?
Sent from my HTC bravo using XDA App
can this be used as replacement for magldr?
if yes.. can i finally charge my battery while turned off?
Nice!!!!!!! downloading..............
good job
cant wait to try it
interesting
this is interesting, specially it is from cedesmith, seriously this man work is amazing, i was waiting for him to release his Desire HD2 as a nand build, but he surprised us with this, keep the good work man
cheers
hellfire666 said:
Nice!!!!!!! downloading..............
Click to expand...
Click to collapse
L0L downloading what
he just posted only the video
anyway nice to hear another bootloader for our Leos
faster bootloader? for replace magldr 1.11??
no offense, but I see "senior members" complaning on how people don't use search in these forums before posting the question, but let's look at this thread...
1. There is absolutely no info on why this software was written and what problems it's solving? I am sorry but most people are not mind readers.
2. Software gets "shown off" and bunch of "senior members" post replies of "thanks...." instead of using "Thanks" button. These posts are not adding any value.
hellfire666 said:
Nice!!!!!!! downloading..............
Click to expand...
Click to collapse
Errr no your not! There is no download yet wingnut!
-------------------------------------
I'm all for the HD2 dev growing and its second wind but what does this really do that magldr doesnt, Is there any advantages of using this rather then magldr because as far as I can tell it does the same (boot from nand) but without the extra functionality that we have option for on magldr?
So what would be (if any) the advantage of using this rather then magldr?
That isnt a dig or anything im just curious.
hi guys,
sorry for that question but, where is the benefit in this loader?
CLK vs. magldr???
thanks for what what does this do no info no download link nothing come come on lol this is useless
stony007_de said:
hi guys,
sorry for that question but, where is the benefit in this loader?
CLK vs. magldr???
Click to expand...
Click to collapse
is nor an replacement for magldr is an updated cmr, or an bootloader + cmr inside .i think that after watching video
cedesmith said:
Proud to present cedesmith's (L)ittle (K) v1.1
video
release and source code soon
Click to expand...
Click to collapse
OMG are you serious?
What about 24mb erasing HSPL issue?

[KERNEL] SP-ROOT - GT-I9000 ROOTED STOCK Kernels - by stock+ Team (ALL NEW VERSIONS!)

Hello everyone,
Stock+ Team ($omator & Grooby) are proud to bring you the latest rooted kernels based on samsung stock kernels that you may find in ROM by Samsung.
Why should i use this kernel?
Our kernels are uber-minimal modification of stock kernel used only for rooting (no custom recovery is installed). So the kernel it's like stock just rooted, and there is small chance (or any chance) that it will be detected as modified by service center at the first look
Please find latest of kernels listed below:
*NEW* ROOTED! I9000XXJW4 - Gingerbread (2.3.6) - CL: 1043937 - B.Date: 19-03-2012 - Download HERE!
Instructions:
1. Flash zImage.tar of choosen kernel using Odin (you will find it in package)
2. Profit!
What's included in this kernel
- Base image of kernel is 100% pure stock by samsung
- ClockworkMod Recovery added !
- Fully rooted (after flash you will have superuser and su installed)
Nothing more, nothing less - Enjoy!
If you like our modifications, support us with even a little donation for a beer -> Click to donate!
Don't forget to follow our service at Twitter (@SamsungUpdates) or (soon) Samsung-Updates.com
Best regards for CF for showing us the way and all XDA-DEVELOPERS members! we love ya!
This will be interesting. *[Subscribing]*
Thanks, I also prefer to use an stock kernel with the only addition of root features.
Lot of 2.3.5 custom kernels are based on 2.3.4 sources and also have tweaks that might do more bad than good.
Imho if those tweaks were so good samsung would have added them to their roms, it wouldn't be the first time they do that.
Enviado desde mi GT-I9000 usando Tapatalk
where it's ? no file posted
when its done, soonish =) tool is almost finished
ITs finished, download, test and let us know
Grooby said:
Hello everyone,
Stock+ Team ($omator & Grooby) are proud to bring you the latest insecure kernels based on stock kernels that you may find in ROM by Samsung.
Insecure kernels are uber-minimal modification of stock kernel used only for rooting (no custom recovery is installed). So the kernel looks/feels like stock.
Please find latest of kernels listed below:
JVU: Download HERE!
Instructions:
Code:
1. Flash zImage.tar of choosen kernel using odin (you will find it in package)
2. enable usb debugging in settings->applications
3. while still connected and odin/kies is turned off, run RUNME.BAT (also in package)
4. Install latest Superuser.apk from market!
5. Profit!
best regards to ChainFire for showing us the way!
and of course for all XDA-DEVELOPERS members! we love ya!
Click to expand...
Click to collapse
XWJVU?
10chars
Added next (looks like latest) kernel, and more details to them
hack the planet =)
ROOTED! I9000XFJVA - Gingerbread (2.3.5) - CL: 621561 - B.Date: Tue Oct 4 KST 2011 added for
[ROM] XFJVA - JVA_JV1_JVT.tar [04.10.2011] [ANDROID 2.3.5] [MULTICSC] [KIES]
Original ZIP from Kies GT-I9000 TSR (Serbia & Montenegro) TEST MODE
is it possible somehow to add CWM to these kernels?
These are suppoused to look/feel/work as oryginal kernels just with rooted by default. We are currently working on extending default recovery menu with some features invisible for a service eye but useful for flashing custom roms
Thank you man!
It's possible to add JVT?
JVT Added, enjoy!
added to first post ROOTED! I9000XXJVT - Gingerbread (2.3.5) - CL: 617736 - B.Date: Thu Sep 29 KST 2011
for [FIRMWARE] XXJVT Android 2.3.5 Build Date Sep 29 DOWNLOAD
thank you! great work!!!
is it possible to unroot???
yes by flashing stock kernel zImage - we will update first post with those later
hey
i flashed it and installed superuser.apk
rooting worked fine
however, when i downloaded rom manager from market for cwm... i try to flash in recovery but says theres an error
" E: failed to verify whole - file signature
E: signature verification failed
installation aborted
any ideas please ?
because there is no custom clockworkmod recovery installed
try installing rom manager and flashing recovery from there
youre looking for Flash ClockworkMod Recovery and pick i9000
MTD is for cyanogen so pick normal version
should work
actually thats wut ive done... and it gave me an error
but let me be sure
i run the runme.bat file from the extracted file on desktop while usb is still connected and kies not ?

[KERNEL] HyperKernel-v1.3 Third Boot Supported

Because my English is poor, sorry.
Writes using Google translator.
Test Device : Galaxy Nexus(GSM), MAGURO
A. Third Boot
1st Rom : Miui (android 4.2.2)
2nd Rom : Liquid Smooth 2.8(android 4.2.2)
3rd Rom : GummyRom (android 4.3)
B. Recovery & ubuntu_touch boot
* Kernel information *
kernel name : HyperKernel v1.3
Kernel Version : 3.0.100
Kernel Author : JijonHyuni
Main kernel source : https://github.com/JijonHyuni/HyperKernel-JB
* The ability to support *
HyperRamdisk: Android 4.2 ~ 4.3, Miui bootable
(Liquid a full-wipe when flashing the kernel bootable OK)
Live OC
gpu OC
Custom Voltage
Color Control
FastCharge
Battery Life eXtender
Sound Control
vibration control
PGM
* WARNING *
IMEI(EFS) and SD backup before installing recovery is required.
* 2nd Rom , 3rd ROM Installation Guide *
1 . Recovery installation : Install> HyperKernel-recovery-v1.0.zip
2 . Script Installation : Install> multi-twrp.zip
3 . Reboot
4 . Multi- ROM Installation : Advanced> MultiRom> Add Rom
"Android", "Don't share" Check > Next> ZIP file> Click rom file
5 . Additional Installation ( ex : gapps.zip ): Advanced> MultiRom> List ROMS
installed rom click > Flash Zip> gapps.zip installation
6 . Rom rename : Advanced> MultiRom> List ROMS
installed rom click > Rename> 2nd or 3rd
7 . Install the kernel for multi : Install> HyperKernel-v1.3.zip installation
* Ubuntu-touch installation guide *
Same as above 1-3 times (if you pass the above operation)
4. Advanced> MultiRom> Add Rom > "Android", "Don't share" Check > Next> ZIP file>
saucy-preinstalled-touch-armel + maguro.zip
5. Advanced> MultiRom> List ROMS>
saucy-preinstalled-touch-armel + maguro click and change the name to ubuntu
6. home key> Install>
saucy-preinstalled-touch-armhf.zip and saucy-ubuntu-maguro-patch.zip installation
7. Install the kernel for multi: Install> HyperKernel-v1.3.zip installation
* Boot Guide *
1. only 1st Rom > single boot (no wait button)
2. 1st Rom & 2nd Rom or 3rd Rom
- Do not press any button during boot> 1st Rom boot
- Pressing a button during boot> 2nd or 3rd rom boot
3. 1st Rom & 2nd Rom & 3rd Rom
- Do not press any button during boot > 1st Rom boot
- Vol Down press any button during boot > 2nd Rom boot
- Vol up press any button during boot > 3rd Rom boot
4. Ubuntu_touch booting
- recovery mode > 2. Select Start ubuntu_touch
(saucy-preinstalled-touch-armel + maguro.zip and saucy-preinstalled-touch-armhf.zip installed.
Selection menu appears)
* Multi-ROM for installation errors if I *
Q: 1st Rom JB 4.2 version of the ROM is installed, and
If you install the 4.3 Multi-Rom
A: I have an error after extracting the Romans
Updater-script43 attached updater-script to rename the file after the
/ META-INF/com/google/android / Copy
Re-compress> installation attempt
Download
* Thanks to *
Tasssadar
TeamWin
Cyanogenmod Team
Paranoid Android
Canonical
anarkia1976
imoseyon
ezekeel
Gummyrom for maguro?? Where did you get it?
grtz from the crazy bastard from holland powered by supernova
schukje said:
Gummyrom for maguro?? Where did you get it?
grtz from the crazy bastard from holland powered by supernova
Click to expand...
Click to collapse
Gummy ROM was built from the source
Jijonhyuni said:
Gummy ROM was built from the source
Click to expand...
Click to collapse
Hopefully we will see it back on xda soon because i loved gummy
grtz from the crazy bastard from holland powered by supernova
@Jijonhyuni Welcome do you know anything about any available 3.4 linux kernel source code for the tuna?
Sent from my Galaxy Nexus using Tapatalk 4
both roms are working fine hwen dualboot with ubuntu touch?
You are a great friend!!! thanks for your contribution to the community from the Galaxy Nexus! By chance would you know to help other developers for porting Kernel 3.4 for Galaxy Nexus? @Jijonhyuni
---------- Post added at 03:02 PM ---------- Previous post was at 03:02 PM ----------
You are a great friend!!! thanks for your contribution to the community from the Galaxy Nexus! By chance would you know to help other developers for porting Kernel 3.4 for Galaxy Nexus? @Jijonhyuni
I would love to see @Jijonhyuni help develop Kernel 3.4 for Galaxy Nexus !! Also what is the kernel version no, as quoted in his post , can anyone clarify ??
drive2droad said:
I would love to see @Jijonhyuni help develop Kernel 3.4 for Galaxy Nexus !! Also what is the kernel version no, as quoted in his post , can anyone clarify ??
Click to expand...
Click to collapse
3.0.100
VERSION = 3
PATCHLEVEL = 0
SUBLEVEL = 100
EXTRAVERSION = -rc2
NAME = Sneaky Weasel
https://github.com/JijonHyuni/HyperKernel-JB/blob/master/Makefile
is needed the hyper kernel for dual-tri boot..or i can use the mpokang or other kernel??
ok the procedure works perfectly!
I did the dual boot with:
1st Rom: AOKP mr2 (Android 4.3)
2nd Rom: Miui 9.3.27 (Android 4.2.2)
Only problem: In the partition of the second Rom (Miui) the available memory is 0 and I can not install any 'application.
How can I do? @Jijonhyuni
How do erase the ubuntu partition???
Edit:
Delete the folder in : data/ubuntu
Pasquale91fg said:
Only problem: In the partition of the second Rom (Miui) the available memory is 0 and I can not install any 'application.
How can I do? @Jijonhyuni
Click to expand...
Click to collapse
+1
Sent from my GT-P6200 using xda app-developers app
For some reason I'm losing root on my first rom as soon as I flash the kernel I boot back up and I no longer have root access.. but on my second ROM I have root any idea why it does this and how I can fix it crdroid 1st paranoid 2nd
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Cant boot into Ubuntu as second rom?
When i go into recovery i see ubuntu_touch right before the screen goes away, then TWRP opens. How do i get it to boot into ubuntu instead of skipping the screen
EDIT: Finally got to the boot screen for "start Ubuntu_touch"
lots of errors and it froze
omap-rproc omap-rproc.1: rproc_loader_cont: failed to load ducati-m3.bin
That was the last line of error
how can I install Ubuntu touch into this?
citrix80 said:
how can I install Ubuntu touch into this?
Click to expand...
Click to collapse
+1
larry567 said:
+1
Click to expand...
Click to collapse
??
Any way to get this from another file host? 4shared isn't letting me get the free download.
The latest build is Ubuntu Touch 14.04 (Trusty Tahr) Daily Build. On page 1, step 6, install Ubuntu need install saucy-ubuntu-maguro-patch.zip. I have saucy installed. how can I update to trusty. is there a trusty-ubuntu-maguro-patch.zip ?

[ROM] [I9505] [4.4.2] MIUI 5.1.14 +

Based On: Samsung TouchWiz.
Multilanguage-not included. rus,english,chinese,ukrainian fully translated.
Gapps-not included.
Download Links:
1. <Mod Edit Link Removed>
2. Xda
Install instructions:
- Reboot to CWM
- if you are coming from other rom (full wipe)
- install zip from SD-card, select miuiandroid
- REBOOT
Bugs: xperia keyboard eats a lot of battery,
bag fix samsung keyboard: com.google.android.tts-1.apk
Thank you wanam - for his kernel.
XDA:DevDB Information
MIUI_5.1.14_Rus, ROM for the Samsung Galaxy S 4
Contributors
rullert
ROM OS Version: 4.4.x KitKat
Version Information
Status: Abandoned
Created 2015-02-17
Last Updated 2015-04-01
I9505XXUDMI1-PRE-ROOTED-ODEX-AdamKernel-4.2.2CWMbeats
[ROM] [I9505] [4.2.2]
Download Link:
1.<Mod Edit Link Removed>
2. http://forum.xda-developers.com/devdb/project/dl/?id=11192
He perepaeval and insert the new sound engine, Xposed Installer, Wanam Xposed, cleaned.
Thank you DjeMBeY. base rom.
Thank you wanam for his kernel, Wanam Xposed.
Thank you noskojv sound engine.
Detailed instructions how to install custom CWM recovery stage.
Attention !
After execution of the instruction you ticnet hardware counter from 0 to 1 on the warranty is affected only if the damaged processor (was severely overheated custom kernel,the rest is done under warranty)and it never will be KNOX!!!
Install Custom CWM recovery stage.
Download CWM twrp or CWM philz_touch below (File extension tar.md5 or tar)
1.Run Odin from the administrator.
Turn off the phone and start it in Download mode. (Press volume down+power button until the appearance of an exclamation mark, then the volume button up)
Plug lights up SOM
2.Click PDA and select the file which is downloaded, Click Start
The phone quickly reloaded, need to have time to press volume up+power key simultaneously until blue lettering at the top, then quickly release both buttons (if you don't have time phone reboots, erases [CWM Advanced Edition] PhilZ Touch and put back the stock recovery stage also erases if rebooted a second time. Custom firmware to put immediately after entering the menu CWM recovery stage for the first time, as the stock firmware erases CWM and put back the stock recovery stage, in this case, repeat steps 1,2.
Feature install custom firmware in CWM PhilZ Touch: to do always wipe data+wipe cache, then choose install zip, then the path to the custom firmware. In CWM twrp only Faktory Reset.
To enter the recovery stage press:
Turn off the phone, then press the upper volume button + power button simultaneously held both buttons until the upper part of the screen appears blue inscription.
Note: the third button to press home anywhere is not required.
http://4pda.ru/forum/index.php?s=&showtopic=457948&view=findpost&p=34023348
rullert_I9505XXUGNK4.zip
http://www.needrom.com/download/ge-5-0-repack-nd-beats-eqrullert/
rullert said:
Install instructions:
- Reboot to CWM
- if you are coming from other rom (full wipe)
- install zip from SD-card, select miuianfroid
- REBOOT
XDA:DevDB Information
MIUI_5.1.14_Rus, ROM for the Samsung Galaxy S 4
Contributors
rullert
Source Code: https://yadi.sk/d/beQpj0Y9ejsfz
ROM OS Version: 4.4.x KitKat
Version Information
Status: Abandoned
Created 2015-02-17
Last Updated 2015-02-17
Click to expand...
Click to collapse
First
Thannks for the Rom. is it 4.4 based?
Tw? Cm 11 based unified developement
Enviado desde mi GT-I9505G
miui v5?
Is the shame baseband of shiros......
Enviado desde mi GT-I9505G
So thats touchwiz based or cm?
It is more likely to be TW based because the .zip file is over 800MB... The CM based ROMs are lighter compared to TW based ones.
Bad op, you should at least tell
- whitch base rom you use
- from whitch device you ported
- add a few screens
- tell whats working and whats not
Its your first rom thread so it ok, learning by doing
But pls change at least the things i mentioned above.
rullert said:
On the basis of TW.
Status: Abandoned
Created 2015-02-17
Last Updated 2015-02-17
Click to expand...
Click to collapse
...
fedef12evo said:
miui v5?
Click to expand...
Click to collapse
Edit: Seems indeed to be v5
The ROM has also been posted here
Hello,
Some questions :
- Where is the download link ?
- Is multilanguage included ?
- Are Gapps included ?
BTW thanks for sharing it, Miui is the best rom ever
Anyone tested it ?
What's the battery life ? Lag ?
Yoz182 said:
Hello,
Some questions :
- Where is the download link ?
- Is multilanguage included ?
- Are Gapps included ?
BTW thanks for sharing it, Miui is the best rom ever
Click to expand...
Click to collapse
All that questions are answered ant the first post
Razov said:
All that questions are answered ant the first post
Click to expand...
Click to collapse
Yes, now it is.
It wasn't 6hrs ago
Yoz182 said:
Yes, now it is.
It wasn't 6hrs ago
Click to expand...
Click to collapse
Sorry then mate, did u try this?
No, I've downloaded it but can't install at the moment.
I'm at work and have un-rooted my phone yesterday, waiting for Lollipop OTA :crying:
Maybe I will try it tomorrow, will take my computer to root again
Galaxy S4 I9505
5.0.1 Lollipop
Pending...
http://samsung.youmobile.org/
rullert said:
Galaxy S4 I9505
5.0.1 Lollipop
Pending...
http://samsung.youmobile.org/
Click to expand...
Click to collapse
Why you publish the rom and say it is abandonned ?
I don't understand..
Sent from my GT-I9505 using XDA Free mobile app

[Tool]Universal Toolkit For Nokia X/XL

Universal Toolkit For Nokia X/XL By YSH ALSAGER
​A Tool for manage your Nokia Phone, More than 70 command To make manage your phone easier.
You can use it to do all basic orders and advanced as well.
Code:
Tool has been tested and Working perfectly With Nokia X&XL
I am not responsible for bricked devices, dead SD cards,thermonuclear war, or you getting fired because the alarm app failed. Please
do some research if you have any concerns about features included in this Tool
before flashing any thing! YOU are choosing to make these modifications, and if
you point the finger at me for messing up your device, I will laugh at you.
Full specification of Universal Toolkit:
Install Drivers:
- For Windows x32 Bit
- For Windows x64 Bit
- For Linux Systems
- For Mac
Root:
- SuperSU 2.46 -Chainfire
- Superuser - ClockworkMod
- Superuser 3.1.3 -ChainsDD
- Kinguser 4.0.2
- UnRoot
Install Google Apps:
- Install 4.1.2 GApps
- Uninstall 4.1.2 GApps
- Install 4.4.4 GApps
Swap Memory:
- Swap
- Remove Swapping
Boot To Recovery For Nokia X:
- TWRP 2.7.0.2
- TWRP 2.8.6.0
- CWM 6.0.4.8
- Phliz 6.58.9
- WHMod Recovery
- MIUI Recovery
- LEWA v2.2
Boot To Recovery For Nokia XL:
- TWRP 2.7.0.2
- TWRP 2.8.6.0
- CWM 6.0.4.8
- MIUI Recovery
- LEWA v2.2
Install Recovery For Nokia X:
- TWRP 2.7.0.2
- TWRP 2.8.6.0
- CWM 6.0.4.8
- Phliz 6.58.9
- WHMod Recovery
- MIUI Recovery
- LEWA v2.2
Install Recovery For Nokia XL:
- TWRP 2.7.0.2
- TWRP 2.8.6.0
- CWM 6.0.4.8
- MIUI Recovery
- LEWA v2.2
Install Kernel For Nokia X Only:
- Shadow Kernel By Ahmed Hady
- Null Kernel By Mdfzhi
- Luliz Kernel By lukino563
Flasher Tool For Nokia X/XL:
- Flash System
- Flash Boot
- Flash Recovery
- Flash Data
- Flash Cache
- Flash Preload
- Flash Variant
- Flash Persist
Bugs Fixes For Nokia X/XL:
- Radio Fix For ALL JB ROMS
- Mobile Data/APN Fix For ALL JB ROMS
- Wi-Fi/Hotspot Fix For ALL ROMS
- Camera Fix For ALL KK ROMS
- Sensors Fix For ALL KK ROMS
- Calender Fix For Stock ROM
- Facebook/Whatsapp Fix For ALL ROMS
Tools&Tweaks For Nokia X/XL:
- Reverse Tethering
- Screen Secuirty Remover
- TDT Speed MOD
- Take Screenshot Tool
Backup Partion Tool For Nokia X/XL:
- Full DD Backup
- Backup System
- Backup Storage
- Backup Data
- Backup Cache
- Backup Persist
- Backup Bootloader
Rebooter Tool For Nokia X/XL:
- Reboot System
- Reboot Recovery
- Reboot Bootloader
Download Here
​
Tool Screenshots Here
- Thanks To XDA Developers: :good:
@Dom3616 For Drivers
@Chainfire For Supersu
@ClockWorkMod For Superuser&CWM Recovery
@chaindD For Superuser 3.1.3
@Kashamalaga For GApps
@EthanFirst For Nokia X Toolkit
@bunty786 For Memory Swapping
@dhacker29 For TWRP 2.7.0.2/CWM 6.0.4.8
@mdfzhi For Phliz 6.58.9 Recovery/Null Kernel/Backup Guide
@AngSanley For WHMod Recovery/Miui Recovery/Nokia X Manger/Nokia X Flasher
@mack2087 For Lewa Recovery
@Ahmed Hady For Helping me always & Shadow Kernel & TWRP 2.8.6.0
@lukino563 For Luliz Kernel
@ppogra For JB Radio Fix
@osheen jha For Hotspot Fix
@wielski For KK Camera Fix
@nguyentuyen For KK Sensors Fix
@capslock66 For Android Reverse Tethering
 @ArjunrambZ For TweakDrypT MOD
And Me For CWM 6.0.4.8 XL/Mobile Data Fix For ALL JB ROMS/Nokia XL Toolkit/Universal Toolkit :good:
XDA:DevDB Information
Universal Toolkit For Nokia X/XL, Tool/Utility for the Nokia X
Contributors
YSH ALSAGER, Ahmed Hady
Version Information
Status: Stable
Current Stable Version: 1.00
Stable Release Date: 2015-11-23
Created 2015-11-23
Last Updated 2015-11-23
Thanks Good work bro its mean after intial rom wifi fix trough your toolkit me Right?
umarhashmat said:
Thanks Good work bro its mean after intial rom wifi fix trough your toolkit me Right?
Click to expand...
Click to collapse
Yes, you can use flash persist or fix wifi
YSH ALSAGER said:
Yes, you can use flash persist or fix wifi
Click to expand...
Click to collapse
Wow thanks alot bro
umarhashmat said:
Wow thanks alot bro
Click to expand...
Click to collapse
You are welcome
YSH ALSAGER said:
You are welcome
Click to expand...
Click to collapse
Bro any news about camera fix on cm11 nxl
umarhashmat said:
Bro any news about camera fix on cm11 nxl
Click to expand...
Click to collapse
No new
Thank you Very much
Great :good: Lot of problem now we can solve with this "All in One Tools."
Again thanks for this great presentation.
Pareshratan said:
Great :good: Lot of problem now we can solve with this "All in One Tools."
Again thanks for this great presentation.
Click to expand...
Click to collapse
You are Welcome Bro
Great Work bro......Thanks For All in one universal kit.
satya_mehta said:
Great Work bro......Thanks For All in one universal kit.
Click to expand...
Click to collapse
Don't mention it bro
YSH ALSAGER said:
Yes, you can use flash persist or fix wifi
Click to expand...
Click to collapse
WHY DIDN'T YOU TELL ME THIS BEFORE?! Just kidding bro, downloading it now, big love. x :highfive:
@YSH ALSAGER Hi, you know why i cant open the zip ? I just trying unpack in WinRar/7zip and on WINRAR on Android :/ always get error
Bartekreaper said:
@YSH ALSAGER Hi, you know why i cant open the zip ? I just trying unpack in WinRar/7zip and on WINRAR on Android :/ always get error
Click to expand...
Click to collapse
Redownload it
Tried 2 times, on phone i got error bad md5 :/
Edit. I downloaded on phone and unpacked successfully
Wysłane z mojej Z3
Compact przy użyciu Tapatalk
Is there an info somewhere what is the shadow kernel and the advantages it gives? I could not find the topic in the Nokia X forum.
solo2002 said:
Is there an info somewhere what is the shadow kernel and the advantages it gives? I could not find the topic in the Nokia X forum.
Click to expand...
Click to collapse
It's custom kernel by Ahmed Hady updated with latest Linux kernel version and has some modifitions
@YSH ALSAGER
I cannot access my internal storage , i mean cant mount my internal storage any more after erasing all paritions and once again flashing them back through the your toolkit .
Please help
Saeem said:
@YSH ALSAGER
I cannot access my internal storage , i mean cant mount my internal storage any more after erasing all paritions and once again flashing them back through the your toolkit .
Please help
Click to expand...
Click to collapse
Format it through your mobile settings
downloaded file is not opening , Zip file error ...... can u replace the zip

Categories

Resources