Android All In One Toolkit - Miscellaneous Android Development

Hiii
Android All In One Tool Kit
Stable release Version : 2.0
Built 2013.12.25​
Download Link : https://sourceforge.net/projects/androidallinonetoolkit/files/latest/download
Project URL: https://sourceforge.net/projects/androidallinonetoolkit/
Description :
I Made This tool for making workflow more easier for stuff like transfering data from pc to phone and phone to pc . Rather than connecting mass storage via USB you can transfer data using this tool via adb. No need of any command just use this tool for stuff like
Features:
1. Fast Data Transfer Using adb ( Instead Of SD Card Mounting )
2. Tweaks for Android
3. Build Prop Editor
4. Android APK Manager
Requirements:
1. Android Device Connected To PC in Debugging Mode Enabled
2. USB Drivers Should Be Installed
User Manual :
1. Fast Data Transfer Using adb ( Instead Of SD Card Mounting ):
We used to transfer our data in mobile phone by connecting SD Card to pc but As per my experience it takes much time to connect for bulky SD Cards . So By using this feature You can pull data from device or push data from device
Pulling Data From Phone :
Just select the folder of SD card from which you want to pull data Viz. download , music ,videos I Made ready made option for that You can even set custom folder by giving path in that field like : /sdcard/Documents/
Pushing Data To phone:
In case you want to transfer a file to phone Browse that file and select the destination folder of your SD Card viz. download , music ,video or even custom path
2. Tweaks :
Most android users love android tweaks I made some tweaks for android like Unlock Pattern And Unlock Pin/Password On A Single Click ( *ROOT REQUIRED* ) . More Tweaks will be adding soon as per suggestions and requests
3. Build Prop Editor :
You can modify build properties directly using this application . ( * ROOT REQUIRED* ). This is risky part So Carefully modify build properties.
4. APK Manager:
Many people takes backup of their android apk apps. So when you havebackup and want to install to phone directly , use this feature. Browse the apk file and click on install Apk wait for progress bar to complete installation . & Yap.. App is installed.
Screenshots :
1. Data Transfer
{
"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"
}
2. Tweaks
3. APK Manager
5. About App

Changelog
Android All In One Toolkit 2.0
Stable release Version : 2.0
1. No Need To Setup ADB Manually , Now BuiltIn To Toolkit
2. Added Option To Save Pull Files On Desire Location
3. Added Option For Push File as well as Folder As per your Requirement
4. Tweaks Added - Normal Reboot and Reboot Recovery
5. Redesigned in JAVA
6. Bug Fixes Using Multithreading
7. More Smoother Experience
8. Enhanced User Interface
Android All In One Toolkit 1.0
Version 1.0 - Initial Release
Features :
1. Data Transfer Over adb ( without sd card mounting )
2. Tweaks - 1. Unlock Pattern 2. Unlock Password
3. Build.prop editor
4. APK manager - 1. Apk installer
---------------------------------------------------------------------------

Looks good, looking forward to it.
Sent from my Nexus 4 using XDA Premium 4 mobile app

subscribed!

this is very useful
bump check it out ppl

Not pulling files
This sounds like a great idea but when I try to pull files from my device, a message pops up saying "Completed" but no files are copied. What am I doing wrong. Droid Razr Maxx, 4.0.4.
Edit: Oops, sorry. Something was screwed up with my ADB. After I restarted my computer and phone and works great. Thanks!

Promising tool
this is a cool and handy tool.. will check it.

Sounds like a great tool! I have a question though. Does it matter at all if I already have adb installed on my lap top?
Thanks for the help and sharing this tool

No , Doesn't matter
mamdroid said:
Sounds like a great tool! I have a question though. Does it matter at all if I already have adb installed on my lap top?
Thanks for the help and sharing this tool
Click to expand...
Click to collapse
Doesnt matter if you already have installed adb , it will work either way

aditya.kamble said:
Doesnt matter if you already have installed adb , it will work either way
Click to expand...
Click to collapse
Hey thanks for the reply bud!! I have also notice that you have bunch of tools out here for download, so I just want to take a sec to thank you for all your hard work that you bring to the XDA community

Hi the app says that i need java and i have the latest one ,, win 8.1 x 64 bit ... how can i fix this ?
\
Tnx

Setup Java Environment
zhelev81 said:
Hi the app says that i need java and i have the latest one ,, win 8.1 x 64 bit ... how can i fix this ?
\
Tnx
Click to expand...
Click to collapse
You need to give path to java in windows environment variables to run java app on windows
here it explained to do it properly
http://www.tutorialspoint.com/java/java_environment_setup.htm

EDIT: Nevermind, flashtool did worked at the end.
In which way I need to connect my device (soft brick)? Fastboot or flash mode in order to transfer files from my sd card to the pc?
I'm stuck at the fota cmw recovery, the mount sd card is not working and I don't really know what to do anymore. (Flashtool dosen't work either)
A guy with my same problem fixed it with your tool but I don't really get it. How did he managed to flash a recovery from the begin with? I'm super confused
"Yes, I just fixed my problem yesterday after some serious trial-and-error.
1) Use the All-in-One-Kit and flash your recovery back to stock
2) Boot into the bootloader and choose to "clear storage" and afterwards to reset to factory defaults.
3) Go back to the all-in-one-kit and flash a CWM recovery version again.
4) Reboot into recovery (CWM). Your /sdcard should now be mounted and visible.
5) Now, try the UTB rom (it worked for me), rename the zip file to something short (i.e. utb.zip), and push it to the sdcard using adb as follows:
Code:
adb push utb.zip /sdcard
6) While still in CWM, flash the zip.
The trick here is that only the stock recovery is capable of restoring access to the sdcard by it's proprietary "clear storage" option."

Nice program, if you get java run time error, just rename program extension from exe to jar.
also to dev, please add some kind of little window to view output from adb, when i am pulling files its stucking somewhere.

Sorry aditya, but I got an error launching the app,
It said "Could not find the main class : androidallinonetoolkit. Program will exit
What went wrong? Could u help ?

Update the program.
Delete pattern/pin/password is not working.
Device: G900F - 5.0 Official Lollipop

Thanks!!! It worked

How can i pull all data with this application instead of individual paths?

sercankd said:
Nice program, if you get java run time error, just rename program extension from exe to jar.
also to dev, please add some kind of little window to view output from adb, when i am pulling files its stucking somewhere.
Click to expand...
Click to collapse
I had this problem, thanks a lot!

Can you update the download link ? The posted link isn't working

Related

[Program] SimpleRoot .1 ---- 3 Click Root w/ nand unlock!!

First things first...
Credits:
Mast3rpyr0 - Original creator of a simple one click root. Most the code used here is based on his work with some tweeks. [ Link ]
webs05 - For the outstanding help he has provided to those who were having issues using Simple Root!!! Thanks!
toastcfh - For root and nand unlock. [ Link ]
Koush - Recovery image [ Link ]
maejrep - For helping with the code to remove sendkeys!! Thanks alot!!
If I forgot anyone that I should have mention, let me know....
{
"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"
}
Automatic updates and create update patches with wyBuild.
After hours of trying to figure out a way to make Mast3rpyr0's batch files work correctly, I noticed it had problems sending certain commands. So I decided to use some of his batch file codes, and create a VB.NET application along with batch files. I have unrooted and rooted my personal phone multiple times trying to get this to work. I tested the app 3times!! Each time Unrooting my phone! All three times its has been successful!
What exactly does this do?
Exactly what it say, Root your EVO in 3 Steps.
How do you use it?
Make sure your phone is on USB Debug mode. (MENU > Settings > Applications > Developement > USB debugging = Checked ) Click the buttons starting from Step 1.
Why the large file size?
This includes all the .img and .zip files that are needed to root. (2 PC36IMG.zip @ ~ 170MB = 340mb) and a couple of other smaller files. I decided to add them to make things more simple and avoid having to explain where to get these files.
Youtube Example
sorry for all the video splits...not my fault, blame youtube.
Video quality might be bad, give them a few to process 720p version
Part 1-1 - http://www.youtube.com/watch?v=GAqTEAWxh7U
Part 1-2 - http://www.youtube.com/watch?v=578jDEJ6M_c
Part 2-1 - http://www.youtube.com/watch?v=I-FbYqPOrpg
Part 2-2+3 - http://www.youtube.com/watch?v=qk7lBDpSp-A
AndroidPolice.com Review + Tips
​
Download:
Megaupload - had to put this up, account suspended due to the amount of downloads =( they want my to go dedicated smh...
Official Page | Full (Download this if you never used this program before)
If you have downloaded this program before, please read this
Note: Its recommended to flash a custom ROM. Reason I say this is because for whatever reason, the eng-image doesnt allow proper SU permission!!
Requires: Dot Net Framework 4 and HTC SYNC
I would try it if I didn't fully root yesterday. But props to you guys for putting that together. Seems like a one step jailbreak. Very nice.
WOW! Great work. This will unlock NAND too? If so you might want to update your thread title....
jiqqaman said:
First things first...
FOLLOW THE DIRECTIONS!! IF IT SAYS DONT MOVE YOUR MOUSE, DONT CLICK ANYTHING, DONT TOUCH YOUR KEYBOARD... THEN DONT!!!!
The reason for this is because for some reason a batch file cant send the command
Code:
adb shell cat sdcard/flash_image > /data/flash_image
The only way I found to get around that was using Sendkeys. I know, send keys is lame, and poor programming, but its the only way that I could get this to work.
Basically, Sendkeys sends keystokes to a targeted window, as if you were typing. You might see your keyboard NumLock, Caps light blink while this is being used, which is perfectly normal. (Enjoy the light show)
Click to expand...
Click to collapse
That's because the windows shell interpreter parses the redirect as belonging to the Windows system, not the android system. So it's trying to redirect the output to c:/data/flash_image or some such nonsense. Since Windows doesn't do / for it's directory structure, but instead uses \ it gacks trying to find the directory to put it in (which would be wrong even if it worked, since it would be on your hard drive, not the phone). You can change the cat line to this:
Code:
adb shell cp /sdcard/flash_image /data/flash_image
and it should work just as well. Anytime you use a redirect in a batch script like that it's going to try and redirect to Windows. If it wasn't my day off and I wasn't so tired I might figure out a fix for that, but the code I posted above should do the trick well enough. I wasn't sure initially why people wanted to to read the file into another one in the first place, but I did it with cp when I rooted and it worked fine. I suggest testing it, and then possibly changing your program. That way you can get rid of sendkeys and people breaking root by clicking something when it's running
this is amazing. too bad noobs like myself could not wait to root and unlock nand. but the process was well worth it. great job, i hope this save someone a headache
Re: [Program] SimpleRoot .1 ---- 3 Click Root!!
smw6180 said:
That's because the windows shell interpreter parses the redirect as belonging to the Windows system, not the android system. So it's trying to redirect the output to c:/data/flash_image or some such nonsense. Since Windows doesn't do / for it's directory structure, but instead uses \ it gacks trying to find the directory to put it in (which would be wrong even if it worked, since it would be on your hard drive, not the phone). You can change the cat line to this:
Code:
adb shell cp /sdcard/flash_image /data/flash_image
and it should work just as well. Anytime you use a redirect in a batch script like that it's going to try and redirect to Windows. If it wasn't my day off and I wasn't so tired I might figure out a fix for that, but the code I posted above should do the trick well enough. I wasn't sure initially why people wanted to to read the file into another one in the first place, but I did it with cp when I rooted and it worked fine. I suggest testing it, and then possibly changing your program. That way you can get rid of sendkeys and people breaking root by clicking something when it's running
Click to expand...
Click to collapse
Thanks, I'll see how that works later on, and if it works ill just upload a zip file with the updated code. Don't like the whole sendkeys thing,...I'd like to figure out on making it work without batch files... but I no pro code lol
Sent from my HTC EVO using Tapatalk
If I am already rooted can I skip right to Unlock Nand? I did root using the toast method.
cmdauria said:
If I am already rooted can I skip right to Unlock Nand? I did root using the toast method.
Click to expand...
Click to collapse
It wont hurt to re-root just run the whole thing. make sure you backup of course
thanks OP great work I'm sure it will get even better and easier once you get rid of key presses
STICKY!!!!
would you mind just posting a zip with the main files and not the roms?
im running low on space and wouldnt mind saving 300 megs
Damn after I followed the 50 step-by-step and wish I had seen this earlier nice work might try this on my older bros in a few days
Sent from my Sprint HTC EVO 4G. via tapatalk
cmdauria said:
If I am already rooted can I skip right to Unlock Nand? I did root using the toast method.
Click to expand...
Click to collapse
Yes, but you must run on the pushfiles.bat file before you goto step 2.
CYBERxNUKE said:
would you mind just posting a zip with the main files and not the roms?
im running low on space and wouldnt mind saving 300 megs
Click to expand...
Click to collapse
http://www.megaupload.com/?d=N6GV5NNP - no .img or .zip files
make sure you have the first PC36IMG.zip from the first root tutorial and the 2nd PC36IMG.zip from the nand unlock rename it eng-PC36IMG.zip or else you'll break it =(
Hi,
If I do this method will I be able to load custom Roms following these steps? I found these on another site and I am a noob so this one step thing would be great for me to get my feet wet...but the whole reason I would root is so that I could try another ROM...
Here are the steps I found...earlier it said I needed adb and sdk tools so I'm not sure if below will work if I don't have that installed on my computer.
Choose a ROM you want to try. Download it and save it to your computer (do NOT extract it, leave it as a .zip)
2. Plug the phone in via USB cable and mount the sd card so we can transfer files to it.
3. Copy the ROM .zip file and save it to the root of the sd card (NOT in any folders just on the sd card itself). Once it is done copying, unplug the phone from the usb cable.
4. Turn off the phone, then turn it back on by holding down Volume Down and Power until the white bootloader screen comes up (if it finds the PC36IMG.zip on your sd because you didn’t delete it, just say NO when it asks you if you want to update). Now using the volume buttons select Fastboot, then select Recovery and wait for the phone to boot into recovery mode.
5. Scroll to Wipe Data, select wipe data/factory reset and then select wipe dalvik cache.
6. Now scroll to Apply .zip from sd card and select the ROM .zip file we saved to the sdcard and wait for it to finish flashing. Once it is done, hit reboot and you are all set! Enjoy!
OP theres an updates restore image much better options from armon .02 works for people who have bad sectors ALLOT of us have
but 01 is for those who dont try that first
http://forum.xda-developers.com/showthread.php?t=705026
ken987 said:
Hi,
If I do this method will I be able to load custom Roms following these steps? I found these on another site and I am a noob so this one step thing would be great for me to get my feet wet...but the whole reason I would root is so that I could try another ROM...
Here are the steps I found...earlier it said I needed adb and sdk tools so I'm not sure if below will work if I don't have that installed on my computer.
Choose a ROM you want to try. Download it and save it to your computer (do NOT extract it, leave it as a .zip)
2. Plug the phone in via USB cable and mount the sd card so we can transfer files to it.
3. Copy the ROM .zip file and save it to the root of the sd card (NOT in any folders just on the sd card itself). Once it is done copying, unplug the phone from the usb cable.
4. Turn off the phone, then turn it back on by holding down Volume Down and Power until the white bootloader screen comes up (if it finds the PC36IMG.zip on your sd because you didn’t delete it, just say NO when it asks you if you want to update). Now using the volume buttons select Fastboot, then select Recovery and wait for the phone to boot into recovery mode.
5. Scroll to Wipe Data, select wipe data/factory reset and then select wipe dalvik cache.
6. Now scroll to Apply .zip from sd card and select the ROM .zip file we saved to the sdcard and wait for it to finish flashing. Once it is done, hit reboot and you are all set! Enjoy!
Click to expand...
Click to collapse
1. The program includes adb, just download, unzip and run Simple Root.exe
2.Yes you will be able to install custom roms after you have completed the all the steps.
3. Those are not complete steps, but its sorta on the right track... have you done the first part of root?
great job on making this easy guys.... To bad I couldnt wait longer than a week to root.
jiqqaman said:
1. The program includes adb, just download, unzip and run Simple Root.exe
2.Yes you will be able to install custom roms after you have completed the all the steps.
3. Those are not complete steps, but its sorta on the right track... have you done the first part of root?
Click to expand...
Click to collapse
Thanks for the quick reply. No, I am a new EVO owner and this is my first android phone. I was an iPhone user but I have come over to the Android side. No regrets. I have basically a new EVO with the OTA update installed. So my goal would be to run your one click method and then learn how to load roms. I also read that people have some kind of rom loader on their phone that sounded pretty easy so I need to do more searching on the forums here so I can learn.
Ken
This would have saved me 3 hours....
Thanks dude though this seems awesome.
Videos are titled "Hero 4g" btw.
Part 1 worked for me but part 2 doesn't. When I click yes on part 2 I get a screen that says "Unhandled exceptin has occured" and it gives me a option to continue or quit and I click continue and it closes out.
Does this method work if I already have the .6 stock rom on my device?

[Lava Magnum X-604][Android Development & Q&A][AIO Thread]

[Lava Magnum X-604][Android Development & Q&A][AIO Thread]​
Key Features:
Lava Magnum X604 is a Smart Phone Powered by 6.00-inch HD 720x1280 pixels with 245 Pixels per inch (PPI) display,Android 4.4 KitKat,8 MP Auto Focus with with BSI Sensor for low light imaging and Broadcom 1.2GHz Quad Core processor coupled with Videocore IV GPU alongside 1GB RAM.
​
Rooting & Unlocking:
Code:
[B][SIZE="4"][COLOR="DarkRed"]Before You Begin[/COLOR][/SIZE][/B]
1. This will void the warranty of your device. We won’t be held responsible if you end-up bricking or damaging your device. Do it at your own risk.
2. This should only work on Windows based PCs Preferably Windows-7
3. There should be at least 65% charge in your
4. Make a Backup of Your Contacts,SMS,And Whats App data in SD Card
Code:
[B][SIZE="5"][COLOR="DarkRed"]Downloading Required Files:[/COLOR][/SIZE][/B]
Download Lava Magnum X-604 Root Toolkit [B][URL="https://drive.google.com/file/d/0B7OdRw3ALPgGdWcxOUx0c0llMGs/edit?usp=sharing"]Click Here To Download[/URL][/B]
Code:
[B][SIZE="5"][COLOR="DarkRed"]Preparing Your Windows PC And Magnum X604 for Rooting:[/COLOR][/SIZE][/B]
Extract Downloaded Lava Magnum X604 Root Tool Kit to your Windows PC Desktop
Go to Settings >> Backup & Reset >> Factory data Reset in your Lava Magnum X-604 and Do a factory data Reset and Complete setups after it re-boots
Enable USB Debugging On your Device You can find this option in Settings >>Developer Option >>USB Debugging.
Enable Allow Installation of Apps from Unknown Sources under Settings >> Security >> Unknown Sources also Disable verify apps bellow Unknown Sources
Now Connect your device via USB cable to windows PC and Start installing programs which is provided in tool kit in same order
1.) Adb Driver Installer 2) BRCM_Driver_Package 3.)For Windows x64 Bit/For Windows x32 Bit 4.)VRoot_1.7.8.7753_Setup
Code:
[SIZE="5"][COLOR="DarkRed"][B]Rooting :[/COLOR][/SIZE][/B]
Open installed V-Root Program and Grant USB Debugging Authorization when a pop-up pops in your device Remember to tick always allow option.
When connection is established between V-Root program and your device it will display your device model and Root Button in Opened V-Root Program
If You See Green Colored Root button in V-Root Program Just click it and Wait silently with out touching your device .After some Times Your
Device will reboot (Remember Don't Disconnect USB cable until and Unless V-Root Program show success in your PC )
When you see Success message in PC remove USB Cable and Reboot Your Phone
Now Your Lava Magnum X604 is Rooted
Code:
[B][SIZE="5"][COLOR="DarkRed"]Installing Super-SU By Chain Fire [/COLOR][/SIZE][/B]
Install Super SU application from Google Market
When you open Super SU it will prompt you to update binary select install binary from normal recovery when option pops
After rebooting it will Ask you to Uninstall V-Root Super User application to Avoid conflicting of 2 Different Root application so you can press yes and uninstall V-Root superuser
Don't forget to Grant Root Permission when application asks
Now Enable Super Su as system application from its options if this step fails copy it to systm/app folder from data/apps folder via any root file managers like Root Explore etc
Now Your Lava Magnum is permanently Rooted.
Code:
[B][SIZE="5"][COLOR="DarkRed"]Installing BusyBox: [/COLOR][/SIZE][/B]
Why Busy Box ??? Busy box is needed to run most of the mods and scripts successfully in your device
Install Busybox installer application from Google Market and Follow the instruction in application to install latest Busy box 1.22 or Custom 1.23 versions
Don't forget to Grant Root Permission when application asks
This Makes your device to run any mods compatibility
Code:
[B][SIZE="5"][COLOR="DarkRed"]Enabling Init.d Support :[/COLOR][/SIZE][/B]
Why Init.d support ??? with out this enabled you cant run any scripts
Download and install Init.d Enabler application from [URL="http://forum.xda-developers.com/showthread.php?t=1933849"]This link[/URL]
Install the apk like any normal app.
Launch the app.
The rest are pretty self-explanatory...
Code:
[B][SIZE="5"][COLOR="DarkRed"]De-bloating and Making Rom More Light:[/COLOR][/SIZE][/B]
De-Bloating means removing unwanted applications which is pre-installed in stock firmware This will increase system storage and Speed up and optimize device speed
Here bellow you can find the list of applications that can safely removed with out any fear of bricking your Device, Use root explorer or any other file manager to delete bellow mentioned applications
[B][U]System/app folder[/U][/B]
CloudPrint.apk
FileManager.apk
Galaxy4.apk
Galaxy4.odex
GoogleHangouts.apk
HoloSpiralWallpaper.apk
HoloSpiralWallpaper.odex
LiveWallpapers.apk
LiveWallpapers.odex
MagicSmokeWallpapers.apk
MagicSmokeWallpapers.odex
Music.apk
Music.odex
NoiseField.apk
NoiseField.odex
PhaseBeam.apk
PhaseBeam.odex
VisualizationWallpapers.apk
VisualizationWallpapers.odex
[B][U]System/Pri-app folder [/U][/B]
Airdroid.apk
DangerDash.apk
Facebook.apk
Gmail.apk
GooglePlus.apk
L-Explorer.apk
Launcher2.apk (Before deleting this install a custom launcher from market)
Launcher2.odex (Before deleting this install a custom launcher from market)
LavaZone.apk
Maps.apk
mlava.apk
NQ_P209391_AV68.apk
NQ_P209391_Vault.apk
operamini.apk
Quickoffice.apk
QuickSearchBoxNew.apk
SaavnPro.apk
viberDroid.apk
WeChat.apk
YouTube.apk
System/Media folder
LAVA_demo_video.mp4
Code:
[B][SIZE="5"][COLOR="DarkRed"]X-Posed Modding & Enabling Features like Heads-Up ,Lock Screen Notification....Etc[/COLOR][/SIZE][/B]
Install X-posed Framework which is core for all x-posed modding from[URL="http://repo.xposed.info/module/de.robv.android.xposed.installer"] Here[/URL]
Heads-Up Notification : [URL="http://repo.xposed.info/module/com.mohammadag.headsupenabler"]Download Here [/URL]
Lock Screen Notification,Advanced Reboot,Peak, etc [URL="http://repo.xposed.info/module/ind.fem.black.xposed.mods"]Install This [/URL]
Pie Control [URL="http://forum.xda-developers.com/showthread.php?t=1330150"]Download Here [/URL]
Un-Rooting And Restoring Stock Status/Firmware (Un-Bricking Also)
Code:
[B][SIZE="5"][COLOR="DarkRed"]Un-Rooting Guide[/COLOR][/SIZE][/B]
If You Installed Super SU as system application move it back to data/apps from system/apps via root file manager
Go to settings inside super su and click full unroot and uninstall
After reboot your device will be fully un-rooted
Restoring Stock Status/Firmware (Un-Bricking)
Code:
[B][SIZE="5"][COLOR="DarkRed"]Downloading Required Files:[/COLOR][/SIZE][/B]
Download Lava Magnum X-604 Stock Firmware Version : Lava_x604_S008_20140612
[B][URL="http://support.moulnisky.com/index.php?dir=Lava/Magnum%20X604/Software%20Versions/S008_12.06.2014/"]Click Here To Download[/URL][/B]
Download Lava Magnum X604 SW DOWNLOAD TOOL [URL="http://support.moulnisky.com/index.php?dir=Lava/Magnum%20X604/Tools/"]Click Here To Download[/URL]
Download Breadcom Driver Package [URL="http://support.moulnisky.com/index.php?dir=Lava/Magnum%20X604/Tools/"]Click Here to Download[/URL]
Code:
[B][SIZE="5"][COLOR="DarkRed"]Installation/Preparation[/COLOR][/SIZE][/B]
Extract all Downloaded package on your Windows PC Desktop
Install Breadcom Driver Package
Open Extracted Lava Magnum X604 SW DOWNLOAD TOOL
Run “vcredist_x86.exe” to install VC Redistributable.
Run Multi Downloader.exe as Administrator
Select “Setting->Configuration” to enter setting dialog.
Click “…” button. Select your image folder. and select the extracted lava magnum x604 stock firmware folder
If an up level folder selected, tool will search all image package contained.
And list all packages for your selection.
Check Reset in after download mode
apply these configurations
[B][SIZE="4"]How to download [/SIZE][/B]
1. Click “start” on main GUI to enable download main process.
2. Take off the phone battery, unplug the USB cable (make sure the phone is fully
power off), then connect the USB cable from the phone to the PC, put back the
battery.
3. A user should see that the tool detects the device and start flashing.
4. Unplug the phone once the DIAG color is green. Please don’t unplug a phone if
the color is still in yellow. This will cause an error.
Now Your Device is Restored to Original condition like when it was opened from new box
Read more explanations from read me file Inside Lava Magnum X604 SW DOWNLOAD TOOL.zip
Note: If You Are able to Produce Mirror links for Stock firmware and Tools feel Free to create and share it here so that i can add Those mirror Links in op to keep Files alive for Future Users
Credits
V-Root Developers
Sujyot GSM Zone
GSM Hosting
Chain fire
Please Don't say thanks in words Simply press Thanks Button Which is more Meaning full?
Enjoy The Power Unleashed
The-Immortal
Stock recovery and kernel
Stock Recovery and Stock Kernel can be download from Below mentioned download links...
Feel Free to Use these files to make a custom Recovery like CWM ,TWRP etc...
Stock Recovery.img
Stock Kernel(boot.img)
Block Details
{
"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"
}
one more in case
Increase space for apps
The-Immortal said:
one more in case
Click to expand...
Click to collapse
Hi, immortal, thanks a ton for the guide. I managed to root my phone as well as remove most of the bloatware. A couple of questions, would be great if you could help me out with
1. In another thread you mentioned installing fly-on mode for some tweaks to make it run smoother. Would be great if you could help with a link or instructions. I tried googling but could only find ones that needed CWM recovery
2. The space for apps is only 800MB. I know link2sd allows you to allocate external sd card memory, but i was wondering if there is a way to increase the internal memory allocation itself for apps, since there is about 6GB or internal memory.
Would appreciate your help in this regard.
boysha8 said:
Hi, immortal, thanks a ton for the guide. I managed to root my phone as well as remove most of the bloatware. A couple of questions, would be great if you could help me out with
1. In another thread you mentioned installing fly-on mode for some tweaks to make it run smoother. Would be great if you could help with a link or instructions. I tried googling but could only find ones that needed CWM recovery
2. The space for apps is only 800MB. I know link2sd allows you to allocate external sd card memory, but i was wondering if there is a way to increase the internal memory allocation itself for apps, since there is about 6GB or internal memory.
Would appreciate your help in this regard.
Click to expand...
Click to collapse
You can find fly-on mod here ....
http://forum.xda-developers.com/showthread.php?t=2226373
Since till now there is no cwm recovery the option to install this mod is manual installation .....
Follow the same folder structure create and paste files with the help of root explore its the best tool also don't forget to set permission as follows
All new folder 0755
Files inside init.d 0755
Files inside xbin and bin 0755
Rest all files 0644
I did this in same way ...now am almost fully customised with gesture supported android L keyboard
Face lock in lock screen option ..which all lava didn't provided us in stock ROM [emoji12]
Regarding internal space we need to do reparation once cwm recovery is done we can do this easily .....
At present I don't have Linux build environment so am not touching that part my net is dam slow
If any one is ready to setup build environment and compile custom recovery then contact me I will definitely guide you and help you to my best of knowledge ....
Further if you need anything just contact me ....never fear to brick your device i already wrote a unbricking guide which is working perfect ....(I have already bricked my device many times )
All the best
The-Immortal
Sent from my x604 using Tapatalk
The-Immortal said:
You can find fly-on mod here ....
http://forum.xda-developers.com/showthread.php?t=2226373
Since till now there is no cwm recovery the option to install this mod is manual installation .....
Follow the same folder structure create and paste files with the help of root explore its the best tool also don't forget to set permission as follows
All new folder 0755
Files inside init.d 0755
Files inside xbin and bin 0755
Rest all files 0644
I did this in same way ...now am almost fully customised with gesture supported android L keyboard
Face lock in lock screen option ..which all lava didn't provided us in stock ROM [emoji12]
Regarding internal space we need to do reparation once cwm recovery is done we can do this easily .....
At present I don't have Linux build environment so am not touching that part my net is dam slow
If any one is ready to setup build environment and compile custom recovery then contact me I will definitely guide you and help you to my best of knowledge ....
Further if you need anything just contact me ....never fear to brick your device i already wrote a unbricking guide which is working perfect ....(I have already bricked my device many times )
All the best
The-Immortal
Sent from my x604 using Tapatalk
Click to expand...
Click to collapse
Thanks for the quick response. Apologies for so many questions, but i am not quite sure how to do it manually. I downloaded the zip "Signed_Fly-On_Mod™_sqlite_KK4.4.zip". I understand thats a flashable file, i tried to unzip it and i got the meta-inf and system folders. where exactly should i put these folders?
Also, i am currently using root browser, do you recommend root explorer (its a paid app right?) I did not understand the numbers you assigned to each folder, is that some kind of root permission that you give in root explorer?
boysha8 said:
Thanks for the quick response. Apologies for so many questions, but i am not quite sure how to do it manually. I downloaded the zip "Signed_Fly-On_Mod™_sqlite_KK4.4.zip". I understand thats a flashable file, i tried to unzip it and i got the meta-inf and system folders. where exactly should i put these folders?
Also, i am currently using root browser, do you recommend root explorer (its a paid app right?) I did not understand the numbers you assigned to each folder, is that some kind of root permission that you give in root explorer?
Click to expand...
Click to collapse
You can safely ignore metainfo folder ...
Only need to paste contents of system folder ie contents inside system folder .....to system folder in your device
Simply contents of system folder to system folder of your device ( inside ticked folder in image )
Root explorer is most best root file manager for ever .... ?
Permissions please refer these images with value
0755
0644
I hope its clear now
The-Immortal
Sent from my x604 using Tapatalk
your links to recovery & boot.img are down
katinatez said:
your links to recovery & boot.img are down
Click to expand...
Click to collapse
I think its working now please have a look
Also please check your XDA PM
Sent from my x604 using Tapatalk
I got them
Not sure if you have a locked bootloader, but you could try this command to find out
Command to boot into bootloader:adb reboot bootloader
Command to check bootloader status: fastboot oem device-info
Command to unlock bootloader: fastboot oem unlock
Command to check if recovery works without writing over your stock recovery: fastboot boot recovery.img
if it works then continue with next step
Command to flash cwm recovery: fastboot flash recovery magnum_recovery.img (on linux this has to be on home folder( or fastboot flash recovery C:\magnum_recovery.img on root folder of C:\ on Windows))
next step
Command to reboot: fastboot reboot
Try this CWM 6.0.5.1 and report back
To test recovery I recommend you install aroma file manger first. And post a picture of mounts here.
katinatez said:
Not sure if you have a locked bootloader, but you could try this command to find out
Command to boot into bootloader:adb reboot bootloader
Command to check bootloader status: fastboot oem device-info
Command to unlock bootloader: fastboot oem unlock
Command to check if recovery works without writing over your stock recovery: fastboot boot recovery.img
if it works then continue with next step
Command to flash cwm recovery: fastboot flash recovery magnum_recovery.img (on linux this has to be on home folder( or fastboot flash recovery C:\magnum_recovery.img on root folder of C:\ on Windows))
next step
Command to reboot: fastboot reboot
Try this CWM 6.0.5.1 and report back
Click to expand...
Click to collapse
Thanks a lot bro...
Actually yesterday night shockxx and myself ported philz recovery but it has some issues of mounting external SD card ..
I will download this file and giving a try by the way my device is having unlocked boot loader so no issues here ....
After testing I will get back to you with result ....[emoji1]
Sent from my x604 using Tapatalk
The-Immortal said:
Thanks a lot bro...
Actually yesterday night shockxx and myself ported philz recovery but it has some issues of mounting external SD card ..
I will download this file and giving a try by the way my device is having unlocked boot loader so no issues here ....
After testing I will get back to you with result ....[emoji1]
Sent from my x604 using Tapatalk
Click to expand...
Click to collapse
The answer to mounting extrnal sd card is on post 2 of philz, you need these repos here
https://github.com/PhilZ-cwm6/android_system_vold
https://github.com/PhilZ-cwm6/android_external_sepolicy
follow instructions for extra.fstab
katinatez said:
The answer to mounting extrnal sd card is on post 2 of philz, you need these repos here
https://github.com/PhilZ-cwm6/android_system_vold
https://github.com/PhilZ-cwm6/android_external_sepolicy
follow instructions for extra.fstab
Click to expand...
Click to collapse
Ya gona give a look ...
I tried your file but its unable to mount sdcard ...so totally unable to do any thing .....
I have unpacked IMG file let's try what I can do [emoji1]
Sent from my x604 using Tapatalk
I used a different fstab try this one it's cwm.
katinatez said:
I used a different fstab try this one it's cwm.
Click to expand...
Click to collapse
OK downloading
Edit: same as old one unable to mount storage/sdcard0
Sent from my x604 using Tapatalk
twrp
Here is twrp 2.8.0.0.
If it's not loading the storage sdcard then I have to adjust the fstab or add flags to correct but without the device it's nearly impossible to figure what it's needed. Recovery logs would help.
Done for the night, will respond in the morning.
katinatez said:
Here is twrp 2.8.0.0.
If it's not loading the storage sdcard then I have to adjust the fstab or add flags to correct but without the device it's nearly impossible to figure what it's needed. Recovery logs would help.
Done for the night, will respond in the morning.
Click to expand...
Click to collapse
OK bro....
Will test this if issue comes I will try to experiment with fstab ....let's see what happens
Sent from my x604 using Tapatalk
Aroma
Try this Aroma file manager its compiled together with philz .
also try this philz build
i have to work now
shoxxy said:
Try this Aroma file manager its compiled together with philz .
Click to expand...
Click to collapse
Fest of recovery for magnum ...[emoji1]
Going to try it ....
Sent from my x604 using Tapatalk

DISCONTINUED [STOCK ROM/TWRP/ROOT/OC-UV] RCA 7' Voyager (RCT6773W22) MT8127

DISCONTINUED - Left for research and archive purposes.
After much hardwork @codelover and I are pleased to release both stock rom as well as TWRP 2.8.6.0
for the 2 known variants v31 and v38. Please make sure you download and flash for your specific variant. Check faq if you do not know which variant you have.
REQUIRED FOR BOTH VARIANTS:
Windows XP/Vista/7/8/8.1/10TP 32bit or 64bit
SPFT (Windows Version) “linux version coming soon”
Correct Scatter File
Preloader Drivers (if you do not know how to install manually go here)
ADB
A Brain
Usage:
For flashing either pre-rooted Rom and/or TWRP you will need spft+scatter file. It is imperative that you make sure that if you got a v31 you only uses v31 files not v38. Same for the v38 users only use v38 files. You have been warned.
Click to expand...
Click to collapse
Flashing Rom:
Make sure
Run the file flash_tool.exe
Click on scatter-loading and select your MT8127_Android_scatter_RCA_Vx.txt file
Make sure all listed files are checked and if any isn't double click on it and select the appropriate file
Leave settings as Download Only “if working tab Format All + Download "if wont boot' then hit the Download button
Make sure your tablet is completely switched off then connect it to your PC and the flashing process will commence immediately.
Once it's done, you'll see the tick sign below and that's all. Reboot your device and setup your device afresh.
{
"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"
}
Flashing TWRP:
Same as above except only check mark recovery and select “recovery_twrp2860_vXX.img” and nothing else then proceed.
How to ROOT:
*With stock recovery: Kingo
*With TWRP: SuperSu
DOWNLOADS:
(V31.0 USERS ONLY)
Pre-Rooted Stock ROM (scatter file included in zip and attached below)
TWRP 2.8.6.0 (scatter file included in zip and attached below)
EDIT: TOUCH FOR v31 TWRP IS MISALIGNED FIX IN PROGRESS. LINK REMOVED UNTIL THEN
(V38-V1.8.0 USERS ONLY)
Pre-Rooted Stock ROM (scatter file included in zip and attached below) (Currently being fixed sorry for the issues)
TWRP 2.8.6.0 (scatter file included in zip and attached below) (Currently being fixed sorry for the issues)
NOTICE:
Please keep thread clean and DO NOT ask things others have asked already as you will be ignored. If you do have a honest question and have a working knowledge of android. I would be glad to assist you the best I can. If you are noob and messed something up DO NOT ask for help. Meaning basics of knowing adb,logcat, installing drivers, and so forth. Sorry if you are a noob but please try to understand that things we may ask of your will require this and becomes too much of a slow down if we have to guide you thur everything.
Click to expand...
Click to collapse
CREDITS:
http://twrp.me/ – @Dees_Troy & his team mates, for TWRP Recovery
@codelover - For being an awesome programmer, dev and person!
@TripFX - For being an awesome Tester, v38 rom dump and Dev Machine Hoster
@synius - For v31 rom dump and tester
@nathanski - Tester
@acejay3200 – Being a nice lab rat with knowing i may not be able to make a recovery for you or even brick your working device and not being rude..
Others I may have missed
Discontinued
Faq:
Question: How do I know which variant I have?
Ansere:
Method #1
From a booted android, goto Settings > About > Build number
You should see something like this.
RCT6773W22-ANDROID4.4.2-3101-V38-V1.8.0
Method #2 (Better & more accurate)
For this your device must be rooted & already have USB Debugging Mode enabled.
Make sure adb.exe has been installed on your system (computer).
Execute the following adb command:
Code:
adb shell
su
cat /proc/cmdline
then search for ‘lcm’ text in the output:
If lcm=cpt_clap070wp03xg_lvds < you need to use v31 files
If lcm=1-lxjc070whm270_18a_rgb < you need to use v38 files
Question: What if I dont remember which variant I have and can’t access adb?
Ansere: If this is the case we will need to use SP Flash Tool to help identify your variant.
Open SF Flash Tool, load V38 scatter and switch to ‘Read Back’ tab. Clear all then click Add,
Click the new item & change the output file name from ROM_0 to ROM.txt,
edit the readback address as below:
Start Address: 0x9000000 / Length: 0x1000
Then press “Read back” button, now connect the tab while powered off.
When it’s done, open the file with wordpad and check if you have “ANDROID” at the beginning of the file, if your answer is yes then you have V38, otherwise use V31.
'pleas take with a lol"
edited off bs bulk
Is anyone else having problems with DL link.
nathanski said:
but if you cant test and flash the wrong one re-flash other,,,
because if its not one its the other ....
Click to expand...
Click to collapse
read full faq
leetree2001 said:
Is anyone else having problems with DL link.
Click to expand...
Click to collapse
just test download links in on my pc all download fine Firefox 37.0.1 Win7 x64 all work
no touch in twrp volume keys do nothing power button shuts off tablet boot into android tablet works fine i am trying to make a backup so i dont have to flash everything again
edited off more bloat
i flashed twrp with its own scatter had no touch then with the 4.3 scatter that fixed my tablet now touch works but the buttons dont lineup
acejay3200 said:
i flashed twrp with its own scatter had no touch then with the 4.3 scatter that fixed my tablet now touch works but the buttons dont lineup
Click to expand...
Click to collapse
A correction to V31 in on its way
V38 has good reply on touch working well, small snag regarding to internal storage reported,,,
Well I got it downloaded, and it worked great for me, touch Worked great for me. I did a ful
I backup and all buttons seem to respond to touch. I used twrp easy magic's unpack, repack to install it, thanks you guys, and girl's for you're hard work.
gr8 t2o hear good results, thank you,,,
nathanski said:
Great to hear good results, what file are you reporting success with, if I may ask,,,
I stay on my tablet like most of my time when I'm not working or ect,ect when I stop using it as heavily I am going to install twrp I guess, just haven't made time as the tablet is basically my main device
Click to expand...
Click to collapse
Twrp 2.8.6 v38,the only problem I found is internal sdcard not showing up in file manager. But external sdcard does,
twrp. installer.exe http://forum.xda-developers.com/devdb/project/dl/?id=10082,, its a option
TripFX said:
Faq:
Question: How do I know which variant I have?
Method #2 (Better & more accurate)
For this your device must be rooted & already have USB Debugging Mode enabled.
Make sure adb.exe has been installed on your system (computer).
Execute the following adb command:
Code:
adb shell
su
cat /proc/cmdline
then search for ‘lcm’ text in the output:
If lcm=cpt_clap070wp03xg_lvds < you need to use v31 files
If lcm=1-lxjc070whm270_18a_rgb < you need to use v38 files
Click to expand...
Click to collapse
Note: Watch your tablet as you're doing this. You may have to grant su permissions on the tablet after executing the "su" command in adb.
I tryed using sp flash tool to flash but I couldn't get it to work is there another flash tool I could use thx
edited off bulk,
Edited.
nathanski said:
Yeah there is, in the link I have up showing time stamp 3:23
---------- Post added at 09:18 PM ---------- Previous post was at 09:16 PM ----------
Did you have to copy the whole FAQ in a simple reply
Click to expand...
Click to collapse
Thx for the help it won't boot into recovery it comes on I just can't get into recovery
mike9976 said:
Thx for the help it won't boot into recovery it comes on I just can't get into recovery
Click to expand...
Click to collapse
I can't say as to why but you do need the self education one can learn about how to use spflash tool,, seeing as that's the way that I know that's the first info I could offer ,,, you should get your version information first, then download your ROM because the scatter file that had reports of best results are in the full firmware, and you then need to know that the reset button will bring up a driver install but it happens fast to catch this you need the device manager in windows open, plug the rct in then press reset with a tothpick or other small pin ect,, the device shows up with a sound chimes on windows, right click the new device in the USB group and install using the hosted driver,,, now to the spflash tool its self load the scatter in the full ROM related to the vershion you have and then only check recovery,,, and find the twrp.IMG in you downloads and use only the download option in the spflashtools,, and click download then Right after hit reset on the back of the tablet,,, it can be done ,,,, even for the new people wanting to learn,,, regarding the twrp,installer.exe I linked to, I have no knowledge it was only reported to be a full success by another user before you so I wanted to offer a fast way for others to find it ,, so I linked to the .exe,,, and lastly ON MY TABLET I HAVE TO BE ON A CHARGER TO LAUNCH RECOVERY AT BOOT USING VOLUME KEY,..and you can download a root reboot apk that will boot from inside android directly into recovery,, maybe I helped,,,, p.s. another great thing the full ROM offers is the original OEM recovery.. Pleas do try to learn. As always i do wish every one the best
---------- Post added at 02:45 AM ---------- Previous post was at 02:38 AM ----------
best regards to you @TigerG8

GUIDE : Install CM12 ( 5.1 ) - CELUK PORT on Inew V7A ( 4.4.2) – MT6582 For Noobs

What you need before you start
1) DOWNLOAD FILES -> click here For Inew_V7_All_In_One_CM12_Update and unpack to desktop
2) DOWNLOAD FILES -> click here For Celuk CM12 PORT. Place custom ROM and GAPPS in \Inew_V7_All_In_One_CM12_Update\05_Install_CM12_&_GAPPS
• SDCard ( Min 8GB)
• Windows 7 Computer
• Knowledge of flashing.
• Charged phone of at least 70 %
• USB cable to connect your phone
• Following options in Developer options turned on
o Usb debugging
o Install from unknown sources.​• Downloaded Inew_V7_All_In_One_CM12_Update + CELUK CM12 PORT.zip , GAPPS.zip
• Make sure place CM12 ROM, GAPPS in correct folders in unpacked Inew_V7_All_In_One_CM12_Update
• Make sure you backup data and apps on internal memory. (Load of way to do this)
• Compatible phone and ROM. I can only speak to my phone so if your ‘About phone’ is same as mine in terms of kernel then it should work. Also for Variants Quatro m1453 , Tesla Smartphone 6 and NOA H4 ( But I haven’t tested so up to you.)
{
"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"
}
Step 2- BACKUP BACKUP BACKUP
With any custom rom update or flashing things go wrong. As mention I’m not responsible for anything that happens to your phone. But let’s do as much as possible to make sure in the event something goes wrong we can put the phone back to its original state.
• Turn on your phone with SD card inserted and plug into computer
• Copy following folders to external SD Card. ( DO NOT COPY TO INTERNAL MEMORY )
o 02_Backup_IMEI_With_MUT
o 04_Backup_Old_Rom
o 05_Install_CM12_&_GAPPS
o Use a file manager program to navigate from phone to ‘02_Backup_IMEI_With_MUT’ folder and install ‘mobile uncle tools’ apk . ( MUT)
o Open MUT it should say ‘root’ in top left of splash screen
o The app will update ( make sure your connected to internet ) .
o Next follow this guide to back up your IMEI numbers to SD card .https://www.youtube.com/watch?v=IntD-KtnS4o
o Verify the file exists on root of SD card ( I never needed to test my file so don’t know if this works. )​• At this point I didn’t take a backup of my ROM . But if you have a backup tool at this point. I would use it as you have root access now.
Step 3 – Install TWRP using Sp_Flashtool
Ok this is where is gets a little hairy . Go back to your desktop and Open 03_Install_TWRP_Using_Flash_tool folder from the Inew_V7_All_In_One_CM12_Update folder extracted on your desktop previously.
• Extract SP_Flash_Tool_v5.1628_Win.zip to the same folder.
• Shut down your phone. Unplug microusb end from phone remove battery.
• Open ‘Flash tool.exe’ and then click ‘scatter-loading’ navigate to 03_Install_TWRP_Using_Flash_tool and load MTK6582_android_scatter.txt file
• IMPORTANT . Check items 1,2 and 3 as in pic below all match. Make sure ONLY recovery is ticked as this what we be flashing and address begin and end as in pic below. If not do not flash. You will mess your phone up your recovery as this is the recovery address.
• ALSO IF YOU ARE FLASHING INEW V7 VARIENT (Quatro m1453 or NOA H4 ) PLEASE DOWNLOAD AN ORIGINAL ROM FROM NEEDROM AND REPLACE THE MT6582_ANDROID_SCATTER.TXT FOUND IN THE DOWNLOAD WITH ONE SPECIFIC FOR YOU PHONE .THE REASON BEING THE RECOVERY ADDRESS HIGHLIGHTED IN 2 BELOW COULD BE DIFFERENT AND FLASHING WILL MEAN RECOVERY WONT WORK. ( TRUST ME THIS HAPPENED TO ME )
• Now this is part that might not work for you. I had drivers installed on my machine already so I don’t know which it used. But if the next bit fails don’t worry nothing will have happened to your phone but you will need to google to get drivers to make it work .
• FLASHING PROCEDURE .
o With your phone still unplugged from computer. Insert battery
o Click the DOWNLOAD but in SP_Flashtools as above.
o Connect the microusb end back up to your phone.
o Computer should recognize and Flash will start.
o Once complete and successful you should have a box appear with green Tick. If not then flashtools could not connect your phone. please google / search XDA to try get compatible pre loader driver for MTK . Turkdevs site have these drivers but I havent tested Click here​
Booting into Recovery
• Now we have flashed TWRP custom recovery we can now boot into it. You can do this two ways
o Take out battery after flashing and put it back in .
o Hold power + UP volume on phone. And wait till it boots in to TWRP.
Or
o Take out battery after flashing and put it back in.
o Turn on phone . Go into Mobile uncle tools and select option ‘Into Recovery’​
Step 4 – TWRP Backup and CM12 install.
o Once your in TWRP recovery select backup . ( it’s a bit slow to respond first time )
o Select all the options available to you.
o Next click ‘Select storage’ and navigate to SD card and 04_Backup_Old_Rom folder
o Select is then ‘ Swipe to backup’
o This will take 5-10 min
o Congrats we have a backup, now so if anything goes wrong we can restore this via TWRP.
o Once complete navigate back to main recovery menu.
o And select ‘Wipe’ then advanced and select.
 Dalvik/art cache
 Cache
 Data​o Swipe to wipe again.
o Once complete select option to reboot phone. ( you will need to take battery out and put it back in. you have to this each time you reboot in TWRP )
o Boot back into recovery with method stated above now select ‘Install’ from main menu
o Select storage and select external SD card.
o Navigate to 05_Install_CM12_&_GAPPS on SD card
o And select Cm 12.1 Beta 7 for Quatro M1453 by Celuk.zip
o Then add another zip and select GAPPS zip .
o Swipe to install
o This will take 5-10 min.
o Once complete . Select to wipe cache .
o Once complete select reboot phone . ( Remove phone battery and replace)
o Turn on phone
o Phone will take 5 min to load up.
Congratulation you have CM12 install.
Step 5 – 2nd Root
 You don’t have to actually root the phone again as CM12 has root binaries installed you just have to activate them .
 Go into setting > About phone> Tap the build till you get Dev access
 Go in and select Root access change from disabled to enabled.
 Now you have root.
All Thanks to www.turkdevs.com Celuk for Recovery and CM12 port. CM Team also. I created this as a thank you to Celuk and to save people time . I have tried to make as easy as possible. Please google if you stuck don’t just post a reply back here.
So far Reverything seems ok with ROM . But let us know how this works for you. You can always go back to your old ROM via the TWRP backup.
!!!! README IN DOWNLOAD HAS SAME GUIDE WITH MORE PICS !!!
Peace out
DWTK
Guide is okay but please remove this link and share my ad links. im not doing this to my father's sake
Ok will do . . Thanks again celuk
Hi!
Thanks for this guide.
I have few questions, I have Noa H4 so I'm wondering what things do I need to change if I want to install this CM12?
This is my "about phone" page.
i.imgur.com/WmuFmQ5.jpg
I can of course screenshot anything else if you need.
Maybe I need to somehow export scatter file from this rom?
sirka666 said:
Hi!
Thanks for this guide.
I have few questions, I have Noa H4 so I'm wondering what things do I need to change if I want to install this CM12?
This is my "about phone" page.
i.imgur.com/WmuFmQ5.jpg
I can of course screenshot anything else if you need.
Maybe I need to somehow export scatter file from this rom?
Click to expand...
Click to collapse
I think the Noa h4 is a variant . But make sure . The guide takes into account backing up your exisiting rom just incase the cm12 port doesn't work. I would go to needrom download official rom and use that scatter file . Everything else in guide should be the same. You could try after rooting to use flashify ( App on Play store ) and try flashing CELUK TWRP Flashify recovery from the phone Click here. I wasn't able to get it work on my V7A, but it might work for you . At your own risk of course.
Just did a compare of my V7 scatter file and Quatro and it seems the same . when using the same recovery . So maybe my theory of using a variant scatter file wont work is wrong.
see attachment
Celuk said:
Guide is okay but please remove this link and share my ad links. im not doing this to my father's sake
Click to expand...
Click to collapse
Hi celuk I'm having problems with 3G though . Can't seem to get any sim I have to work with mobile data . Do you know what this could be . I have checked apn etc and it's all correct and sim work on other phones . Tried several . I Can make phone calls and wifi works . But mobile data (3G)
It works fine except i can't select full camera resolution and video recording doesn't work

[root] ulefone armor 2 - easy rooting procedure [SUPERSU]

Hello mates! What a heck of a problem rooting this fancy brick, right? Not anymore ! The guides available in here are very confusing and lack of simple information. I'm just trying to help.
Special thanks goes to sumec100 who made me into the first steps of this process.
Rooting the Brick
*What will you need in a first moment:
- SDK MANAGER AND PLATAFORM TOOLS ONLY https://developer.android.com/studio/index.html#downloads *end of the page, 132mb archive* (Plataform-tools is attached in case you can't find it)
- SuperSU: https://mega.nz/#!t2wGDbhL!H07JxlbmLH2tFQD7Frx2BKlJp0AyDthXkbEj6sw4z08 (this one worked out) (Leave it in your SD Card before start the process)
- TWRP ported by Jemmini from 4pda and translated to English by TuksOID. : https://drive.google.com/open?id=1Uwkl_2vqHfXkbLGmF-gKbs63UxVKmw_T
- ADB Driver Installer: http://adbdriver.com/downloads/
- ARMOR 2 Latest Drivers: https://drive.google.com/folderview?id=0B8NC4kBpjQhYdDNhdzdUdTRsRFE&usp=sharing
0) Go into your Ulefone Armor 2.
Settings >About phone > Tap ''build number'' 8 times until you see ''now you are a developer''.
Developer options> OEM unlocking (yes) >USB Debugging (Yes)
After all drivers are installed in Driver_Auto_Installer you downloaded from ulefone.com keep ADB Driver Installer open and plug in your phone on your PC. It will auto detects your MediaTek device. Just click ''Install'' wait until it finishes and close it. Now you are properly connected to your phone.
1) Open ''cmd.exe'' as an administrator.
Type: cd (path you unziped plataform-tools inside SDK tools folder) kind of looking like this: ''X:YOUR PATH\tools\platform-tools''
Put the recovery image you downloaded (I suggest you to rename it as ''recovery'') in ''plataform-tools''
2) Back to the cmd in the way you leaved it do it:
adb reboot bootloader Press Enter. The phone will reboot in fastboot mode. (I suppose you did not shut it down, please don't)
fastboot flashing unlock Press Enter. The phone will prompt you. Read the content of the text if you want. To keep going press ''Volume Up'' DO NOT INTERRUPT THIS PROCESS
fastboot flash recovery recovery.img Press Enter. Now the TWRP will be flashed. Note that I used ''recovery'' as file name.
After the successful flash:
fastboot boot recovery.img Press Enter. TWRP will now start.
3) Unplug your phone.
Your TWRP will show a ''Enter Code'' prompt since your device stills encrypted. Press ''Cancel''
Drag the bar to allow modifications;
Press ''Wipe'' in the main menu;
Drag the bar to do a Factory Reset (THIS IS NOT OPTIONAL);
Press ''Install'';
Select the SuperSU file you downloaded in the above. (I hope you copied it in your SDCard. If you did not, You can plug your phone in your PC, mount your Storage via TWRP, copy the zip file and keep going);
Drag the bar to flash SuperSU zip file (DO NOT select any parameters)
Press ''Wipe Dalvik/Cache''
Press ''Reboot System''
Wait for it.
If you had a successful boot, now your device is rooted. Cheers !
Did your device don't boot in 15 minutes? I'm quite sure you messed up but keep calm, don't panic!
Unbricking the brick
*What will you need:
SPFlashtool: https://spflashtools.com/windows/sp-flash-tool-v5-1728
Latest Ulefone Armor 2 ROM: https://drive.google.com/open?id=0B8NC4kBpjQhYdEJTdTdpazVGQjg
The software is quite of auto-explained. Please, Do not use the Ulefone's SPFlashtool, use the one I provided. (I DID NOT CREATE IT)
Shut off your phone
In SPFlashtool set the ''scatter-loading file'' inside the ROM zip, Click ''choose'' and locate it.
Keep it ''Download Only''
Click ''Download'', SPFlashtool will be waiting for your device. (REMEMBER YOU NEED THE DRIVERS I QUOTED ABOVE FOR ALL PROCESSES)
Plug your phone.
Wait until SPFlashtool say it is finished.
[*]After that your phone is brand new. If you want to try again just go up and follow all steps again (Correcting mistakes, of course)
Known Issues
-Latest Magisk is not working with our Stock ROM. It bootloops.
-Latest Nougat Xposed Module Bootloops our phone too.
Any doubts or corrections please, say it !
TheReal V said:
*What will you need in a first moment:
- SDK MANAGER AND PLATAFORM TOOLS ONLY
Click to expand...
Click to collapse
The download doesn't contain the platform tools anymore. They have been moved into an extra download:
developer.android.com/studio/releases/platform-tools
Funny thing: I can't quote links because of new account oO
Have you tried the new ROM that came out last month on needrom?
TheReal V;76285584[FONT="Arial Black" said:
*What will you need in a first moment:[/FONT]
- SDK MANAGER AND PLATAFORM TOOLS ONLY https://developer.android.com/studio/index.html#downloads *end of the page, 132mb archive* (Plataform-tools is attached in case you can't find it)
Click to expand...
Click to collapse
Hi,
Thank you for your work
but I could not find the platform tools 132mb archive in the link you provided.
The only download link close to 132mb is the 149mb I found.
Is this the file you were referring to?
{
"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"
}
Thank you
enzovic said:
Have you tried the new ROM that came out last month on needrom?
Click to expand...
Click to collapse
No, I did not. I'm not messing with this system anymore (not enough time ) since I made my last format and root I decided to not try anything else since he is my daily driver and I need it workin 24/7
kaibird said:
Hi,
Thank you for your work
but I could not find the platform tools 132mb archive in the link you provided.
The only download link close to 132mb is the 149mb I found.
Is this the file you were referring to?
View attachment 4550585
Thank you
Click to expand...
Click to collapse
That's right ! Inside this zip and inside sdk tools folder it should be a plataform-tools folder. If not, tell me !
Daugl said:
The download doesn't contain the platform tools anymore. They have been moved into an extra download:
developer.android.com/studio/releases/platform-tools
Funny thing: I can't quote links because of new account oO
Click to expand...
Click to collapse
You can go ahead and download it. I guess my attach was erased
kaibird said:
Hi,
Thank you for your work
but I could not find the platform tools 132mb archive in the link you provided.
The only download link close to 132mb is the 149mb I found.
Is this the file you were referring to?
View attachment 4550585
Thank you
Click to expand...
Click to collapse
Quick Remember ! Plataform-tools is a tiny folder (15~30mb) The huge one is the sdk tools !!
Hey, everybody ! Plataform-tools is attached again ! You guys can download it again !
hey guys... sorry to comment in the old thread but I followed the guide and... my phone is booting always in the recovery I really don't know what I have to do now lol
Hi,
I have flashed successful the latest Ulefone Armor 2 Firmware from their site h**p://ulefone.com/download/armor2.html
Then I did all the necessary steps to root the phone. But when I first time start the SuperSU app, get a popup message "SuperSU needs to update"
and hit "OK". After a while get this failure:
"SU Update unsuccessful"
Regards...
After install SuperSu and press "Reboot System", my phone keeps booting into TWRP.
Can someone help me?
rafaelsenna said:
After install SuperSu and press "Reboot System", my phone keeps booting into TWRP.
Can someone help me?
Click to expand...
Click to collapse
Fixed. I restored my original ROM using this this tutorial: https://forum.xda-developers.com/showpost.php?p=74294320&postcount=31
Now, Super SU is installed but is asking for update.
Hi all,
I managed to root my Armor 2 but after that I cannot install Netflix from Play Store. It says that device is not compatible.
Does anyone know if the app is restricted to rooted devices?
Thanks in advance
flashed the wrong recovery now stuck ( I used "one click" program )
phone constantly restarts and gives the following error
"
orange
state your device has been unlocked and can't be trusted your device
will boot in 5 seconds
"
the following video is someone else who has the same problem as me
( I didn't have a camera, so I used another video)
I can't do "fastboot and recovery" in any way. Always gives me this error
https://www.youtube.com/watch?v=LJRqMPtKKX4
The best way to root armor 2
1) copy boot-verified.img from firmware folder to internal
2) install magisk
3) download any update in magisk
4) press install and select "select and patch a file"
5)select boot-verified. Img
6)after operation comlate copy magisk-patch. Img file in download folder to pc
7)flash it with sp flash tool

Categories

Resources