[Help] Remove gapps from rom.zip - Android Q&A, Help & Troubleshooting

Hello there! I recently installed a custom rom on my phone and there are google apps pre-installed. How can remove the gapps from the rom zip file and have only the os and separetly the gapps.

Tommytommy1234 said:
Hello there! I recently installed a custom rom on my phone and there are google apps pre-installed. How can remove the gapps from the rom zip file and have only the os and separetly the gapps.
Click to expand...
Click to collapse
If you have Windows use 7-zip and view the archive so when you right click onto an app within you'll see a "delete" option which should work. If your on linux install p7zip-full to your system to do the same

TheExploitedOne said:
If you have Windows use 7-zip and view the archive so when you right click onto an app within you'll see a "delete" option which should work. If your on linux install p7zip-full to your system to do the same
Click to expand...
Click to collapse
Thanks! Will try that and let you know what's happening.

Tommytommy1234 said:
Thanks! Will try that and let you know what's happening.
Click to expand...
Click to collapse
Sounds good boss! It should work as long as your system.img isn't sparse

If the *. zip has a system image you can also do the same with EXT2 explorer (Windows) for EXT4 images

TheExploitedOne said:
If the *. zip has a system image you can also do the same with EXT2 explorer (Windows) for EXT4 images
Click to expand...
Click to collapse
Yes, there is a boot.img but no such system folder to delete apps. I know that Android Kitchen can edit these type of files.

Tommytommy1234 said:
Yes, there is a boot.img but no such system folder to delete apps. I know that Android Kitchen can edit these type of files.
Click to expand...
Click to collapse
If you see a system.new.dat or system.new.dat.br you can convert it to a system.img

1) Mount somewhere on your PC the system.img contained in the zip file of your ROM
2) Remove these directories :
Code:
/priv-app/GoogleBackupTransport
/app/GoogleCalendarSyncAdapter
/priv-app/SamsungCalendarProvider
/app/Chrome
/app/ChromeCustomizations
/app/GoogleContactsSyncAdapter
/app/Drive
/priv-app/GoogleFeedback
/app/Gmail2
/priv-app/Velvet
/priv-app/HotwordEnrollmentOKGoogleCORTEXM4
/priv-app/HotwordEnrollmentXGoogleCORTEXM4
/app/Hangouts
/app/Maps
/priv-app/GmsCore #Google Play Services
/priv-app/GoogleServicesFramework
/priv-app/Phonesky #Play Store
/app/Photos
/app/YouTube
3) Unmount and repack the ROM
4) Clean flash + wipe Dalvik/ART cache
But what the point of doing this ? Can't you just flash a Google debloat script for your device ? What phone do you have ?

Related

[SCRIPT/TOOL] Convert2Dualboot-SD Tool v1.4[Linux/OSX/Android/DOS][6/8]

Hello all you Triple-Booters out there! I would like to introduce to you:
Convert2Dualboot-SD Tool​
What is this you ask?
This is a little tool that I've put together that will convert any standard flashable roms for our Nook Color to be DualbootSD compatible. No more waiting on my lazy arse to update you guys!!! I used APK manager as a base for my script. I've written 3 different versions that will run on Linux, OSX and Android. All neccesary binaries are included with each version.
Click to expand...
Click to collapse
Can I use any kind of flashable zips?
Yes and no. You could use any standard flashable "rom" or "gapps" zips only.
Click to expand...
Click to collapse
How do I use it?
You drop a standard rom .zip into a "rom-to-modify" folder. Then execute a shell script that will give you an option to convert it for flashing to Primary or Alternate boot on the DualbootSD.
Click to expand...
Click to collapse
Can I use any CWM Recovery for flashing?
Absolutely not! Only use the CWM Recovery that was included with the DualbootSD.
Click to expand...
Click to collapse
Will you be updating this to add new features and stuff?
Not sure what features I can add, but you can always check the CHANGE LOG in post 3.
Click to expand...
Click to collapse
Can you give us step by step directions on how to use this?
Of course! See second post for more details.
Click to expand...
Click to collapse
***Disclaimer: Usual disclaimer applies here as well... you use this at your own risk, I am not responsible for anything that happens to any of your devices. You assume all responsibility when using this tool.***​
Credits:
Daneshm90 for the APK Manager Script I used as a base
Pinako/Inportb/Jyio/Boss! - for his Android binaries
DizzyDen - for porting this over to DOS and his many ideas to get the script to where it's at
HacDan - for some bash guidance
If I forgot someone else, please notify me.
Convert2Dualboot-SD Tool-README​
Convert2Dualboot-SD-Linux v1.4
DOWNLOAD
*C2DSD=Convert2Dualboot-SD*
1-Extract the zip file you just downloaded anywhere on your system
2-In the C2DSD folder, there are 2 folders called "modify-for-pri" and "modify-for-alt". Copy your rom.zip and/or gapps.zip file into its respective folder. No need to rename the file as long as it has a .zip extension.
3-Open up terminal and cd into Convert2Dualboot-SD-Linux
4-At the termninal prompt execute the C2DSD script
Code:
$ sh convert*
5-This will give you a menu where you can choose to modify the "rom" and/or "gapps" for either Primary or Alternate boot. It will also give you an option to clear out recently modded zips. Now with option to mod both ROM & GAPPS on the fly. Just place both files inside either "modify-for-pri" or "modify-for-alt" and choose the option to modify both from the menu.
6-Choose your option and wait while it does its thing.
7-Once it's finished you can exit the program by choosing "0"
8-Now browse to the C2DSD folder and you can find your DualbootSD modded rom file either in "Primary-Mod" or "Alternate-Mod" depending on your earlier selection.
9-Copy that file to the /sdcard partition of your DualbootSD
10-Boot to CWM Recovery that is included with the DualbootSD
11-Flash and enjoy!
Click to expand...
Click to collapse
------------------------------------------------------------------------------------------
Convert2Dualboot-SD-OSX v1.4
DOWNLOAD
*C2DSD=Convert2Dualboot-SD*
1-Extract the zip file you just downloaded anywhere on your system
2-In the C2DSD folder, there are 2 folders called "modify-for-pri" and "modify-for-alt". Copy your rom.zip and/or gapps.zip file into its respective folder. No need to rename the file as long as it has a .zip extension.
3-Open up terminal and cd into Convert2Dualboot-SD-OSX
4-At the termninal prompt execute the C2DSD script
Code:
$ ./convert*
5-This will give you a menu where you can choose to modify the "rom" and/or "gapps" for either Primary or Alternate boot. It will also give you an option to clear out recently modded zips. Now with option to mod both ROM & GAPPS on the fly. Just place both files inside either "modify-for-pri" or "modify-for-alt" and choose the option to modify both from the menu.
6-Choose your option and wait while it does its thing.
7-Once it's finished you can exit the program by choosing "0"
8-Copy that file to the /sdcard partition of your DualbootSD
9-Boot to CWM Recovery that is included with the DualbootSD
10-Flash and enjoy!
Click to expand...
Click to collapse
------------------------------------------------------------------------------------------
Convert2Dualboot-SD-Android v1.4
DOWNLOAD
*C2DSD=Convert2Dualboot-SD*
1-This will allow you to modify the zip files directly on your Nook
2-Extract the zip file you just downloaded to the root of your DualbootSD /sdcard partition.
3-The folder should be named c2dsd
4-In the c2dsd folder, there are 2 folders called "modify-for-pri" and "modify-for-alt". Copy your rom.zip or gapps.zip file into its respective folder. No need to rename the file as long as it has a .zip extension.
5-Open up any Terminal Emulator and cd into the c2dsd folder which should be "/sdcard/c2dsd"
6-At the termninal prompt execute the C2DSD script
Code:
$ su
# sh convert*
7-This will give you a menu where you can choose to modify the "rom" and/or "gapps" for either Primary or Alternate boot. It will also give you an option to clear out recently modded zips. Now with option to mod both ROM & GAPPS on the fly. Just place both files inside either "modify-for-pri" or "modify-for-alt" and choose the option to modify both from the menu.
8-Choose your option and wait while it does its thing.
9-Once it's finished you can exit the program by choosing "0"
10-Now you can choose to boot to CWM Recovery that is included with the DualbootSD
11-Choose "install zip from sdcard" and browse to either "Primary-Mod" or "Alternate-Mod" depending on your earlier selection.
12-Flash and enjoy!
Click to expand...
Click to collapse
------------------------------------------------------------------------------------------
Convert2Dualboot-SD-DOS v1.3
DOWNLOAD
*C2DSD=Convert2Dualboot-SD*
1-Extract the zip file you just downloaded anywhere on your system
2-In the C2DSD folder, there are 2 folders called "modify-for-pri" and "modify-for-alt". Copy your rom.zip and/or gapps.zip file into its respective folder. No need to rename the file as long as it has a .zip extension.
3-Open up command window and cd into Convert2Dualboot-SD-DOS or create a shortcut on your desktop
4-At the command prompt execute the C2DSD script
Code:
convert2dualboot-sd-dos
5-This will give you a menu where you can choose to modify the "rom" and/or "gapps" for either Primary or Alternate boot. It will also give you an option to clear out recently modded zips. Now with option to mod both ROM & GAPPS on the fly. Just place both files inside either "modify-for-pri" or "modify-for-alt" and choose the option to modify both from the menu.
6-Choose your option and wait while it does its thing.
7-Once it's finished you can exit the program by choosing "0"
8-Copy that file to the /sdcard partition of your DualbootSD
9-Boot to CWM Recovery that is included with the DualbootSD
10-Flash and enjoy!
Click to expand...
Click to collapse
And that's all she wrote... well he, being me.
If I've helped in anyway. Don't hesitate to hit the thanks button.
Change log:
v1.4 (6/8/2012)
-Fixed gapps being zipped with rom when converting rom & gapps together
-Added SDCacheMount to converted roms (see the SDCacheMount thread for more info)
-Fixed mkimage binary executing error for Linux version
-No DOS update yet.... DizzyDen?????
-Thanks goes to xda user "shumash" for the SDCacheMount addition into the script
v1.3a
-Mkimage error on Android Script fixed.
-Mkimage is dependent on 'libmusl.so' which I did not include and linked in the tools folder. I overlooked this tidbit because I had "BOTBREW" installed on my system so it never complained about linking to it.
v1.3
-I effed up on the script!
-RASTAVIPER kept asking me about issues with his gapps. Apparently the mod for Gapps Alt Boot had the wrong mount points inserted into the updater script. NOW I SEE IT!
-Also in the DOS version. Prep of ROM Alt Boot had the wrong mount points as well. Sorry guys.
-It's been fixed and uploaded. Please don't use v1.2 anymore. Thanks.
v1.2
-Changed up UI layout of script: Please re-read README from post 2 above for edited instructions.
-Edited script to speed up mod process (Thanks DizzyDen!)
-Added option to mod both "ROM & GAPPS" on the fly
-Android version now has a tool.img file. This makes modding quicker and safer.
-Added DOS version ported by DizzyDen! (Thank you sir!)
-Modding for EMMC dualboot version in the works???? (That's if you guys want it)
v1.1
-Added gapps option
-Cleaned up some scripting behaviors
v1.0
-Initial release
Well.. after some thought, it really didn't make sense to release this without an option to mod gapps for the DualbootSD. I mean what good is a rom without gapps?!
Convert2Dualboot-SD v1.1 is up if anyone wants to try.
Check post 3 for all changlogs.
Thanks,
Racks
Taking advantage of the opportunity to try something new, I made a dual-boot card for my sister-in-law.
This is cool. I actually haven't tested the card yet as I have my device flashed to internal and have modded the recovery some. I haven't backed up any of the changes I made (I know, I know) and don't want to have to do it again.
I may try updating the card now that you've included gapps, though. I hadn't made a bootable card since I first rooted this thing, and to be honest it was by accident even that time. So I was wondering how to get gapps, was thinking about setting an alt-recovery just for that.
But anyway, I hadn't looked at how to do the gapps yet, maybe it was easier than that. But this seems even easier.
Cool, man! I bet the dual/triple booters will love being able to make their own updates. The experience I had last night couldn't have been easier. My wife got me and her sister the Nooks at the same time, I am excited for her to see what I have been talking about the last six months.
I will be sure to try this once my NC gets here. Thanks!
Racks,
Works great but there's an odd 0 byte file in the DB zip called ^[email protected] Is that an artifact and can I just delete it?
shumash said:
Racks,
Works great but there's an odd 0 byte file in the DB zip called ^[email protected] Is that an artifact and can I just delete it?
Click to expand...
Click to collapse
DB zip? Sorry, but what are you referring to with that?
And could you also let me know which one you used? OSX, Linux, Android?
Edit: That might just be the stupid __MACOSX hidden folder that osx likes to include Forgot to exclude that and the .gitignore file when zipping. Although they aren't detrimental to running the C2DSD Tool, you can choose to delete them if you wish.
Thanks,
Racks
Thanks a lot Racks... great work... we'll get together and sort out the windows based version... can include it in your work here... or as another feature of the IMEI generator.
DizzyDen said:
Thanks a lot Racks... great work... we'll get together and sort out the windows based version... can include it in your work here... or as another feature of the IMEI generator.
Click to expand...
Click to collapse
Awesome to hear! Was hoping you would jump in.
We'll hook up and get the Windows based version here as well as incorporate it into your IMEI generator.
Thanks!
Racks
racks11479 said:
Awesome to hear! Was hoping you would jump in.
We'll hook up and get the Windows based version here as well as incorporate it into your IMEI generator.
Thanks!
Racks
Click to expand...
Click to collapse
Sounds like a plan... I just got in from work... and am off tomorrow.
DizzyDen said:
Thanks a lot Racks... great work... we'll get together and sort out the windows based version... can include it in your work here... or as another feature of the IMEI generator.
Click to expand...
Click to collapse
racks11479 said:
Awesome to hear! Was hoping you would jump in.
We'll hook up and get the Windows based version here as well as incorporate it into your IMEI generator.
Thanks!
Racks
Click to expand...
Click to collapse
+1 from a meathead windows user here.
Sent from my NookColor racks tripple boot using Tapatalk 2
racks11479 said:
DB zip? Sorry, but what are you referring to with that?
And could you also let me know which one you used? OSX, Linux, Android?
--SNIP--
Thanks,
Racks
Click to expand...
Click to collapse
Sorry for being vague. I meant the modded dualboot sd zip build. But I tried it again and it was fine, so let's say no more about it, eh?
On a related note, since you're so motivated now, how about creating those separate cache1 and cache2 partitions so that we don't have to wait so long to boot between the two?
Anyone who tried the new modding option and that would like to share with us which CM9 rom (nightly) did he convert and is working fine after conversion?
spdsl said:
+1 from a meathead windows user here.
Sent from my NookColor racks tripple boot using Tapatalk 2
Click to expand...
Click to collapse
Was hoping to have something before I had to go to work this morning... didn't get it completed...
to keep as close as Racks' I will have a DOS batch file available sometime tonight...
True Windows GUI version will be available early in the week.
Keeping with Racks' desires... both will be open source and stored on his github... I use AutoIT for windows programming these things.
shumash said:
On a related note, since you're so motivated now, how about creating those separate cache1 and cache2 partitions so that we don't have to wait so long to boot between the two?
Click to expand...
Click to collapse
Racks, I just sent you a PM that might help with this issue.
shumash said:
Racks,
Works great but there's an odd 0 byte file in the DB zip called ^[email protected] Is that an artifact and can I just delete it?
Click to expand...
Click to collapse
UPDATE: I converted the latest Mirage build, and when I tried to flash it, Recovery complained that it wasn't a valid zip file. Checked it and the same weird file was in the converted flashable zip. When I ran the conversion a second time, all was good and it flashed as expected. I had deleted all the extraneous _MACOSX and .gitignore file stuff prior to running it the first time. BTW, the problem in the quoted post was when I converted an ICS build the first time, too. Racks, do you think that there is something that occurs the first time the script is run that is different on subsequent runs that might account for this?
Just installed nightly 28.4 without Opengl and then gapps which appeared in the folder Primary Mod after conversion.
After that I cant get inside shop.I click to open it and it gets me back to main menu.
Any ideas?Reflashing of gapps didnt work.
RASTAVIPER said:
Just installed nightly 28.4 without Opengl and then gapps which appeared in the folder Primary Mod after conversion.
After that I cant get inside shop.I click to open it and it gets me back to main menu.
Any ideas?Reflashing of gapps didnt work.
Click to expand...
Click to collapse
Primary mod is for Primary boot. Default primary boot was CM7, so I'm assuming you formatted /system1 & /data1 before flashing?
Could you also unzip the contents of the converted gapps zip. And check the updater script. All /system variables should be /system1.
-Racks
I didn't format anything before flashing. I thought this as an upgrade, so after conversion I just proceed to flashing.
Finally, I flashed your own gapps that you have at your dualboot topic and now everything is back to normal.
Unfortunately, even after this upgrade, I still continue to deal with FC issues of mail, Facebook and of other random apps.I think there is some problem with my card and CM9, since CM7 runs perfect from emmc or from same mem card.
Unleashed from my Revolutionized Desire HD

[Q] Stock GB 2.3.6 task manager widget

Hello, can anyone extract this widget and send it to me by email? I removed it accidentally but I don't wanna re flash whole system and loose all my settings because of that. I suppose it should be apk and odex files. They can be found in one system directory. Please pm me for email. Thanks
blackfire74 said:
Hello, can anyone extract this widget and send it to me by email? I removed it accidentally but I don't wanna re flash whole system and loose all my settings because of that. I suppose it should be apk and odex files. They can be found in one system directory. Please pm me for email. Thanks
Click to expand...
Click to collapse
Why don't you open the flashable zip of your rom? Then you can extract it yourself
How to do that? What ROM?
blackfire74 said:
How to do that? What ROM?
Click to expand...
Click to collapse
Download a 2.3.6 rom flashable zip file. Open it and go to system/app extract the file and copy it to your phone. Install it and your done.
If you want to install a system app then you need to be rooted. So i thought you already had a flashable zip file.
I got my firmware downloaded only. It is md5.tar file. Is this what you are talking about or should I download something else?
blackfire74 said:
I got my firmware downloaded only. It is md5.tar file. Is this what you are talking about or should I download something else?
Click to expand...
Click to collapse
No, it should be in that tar file.
Christiaan91 said:
No, it should be in that tar file.
Click to expand...
Click to collapse
Inside there are few BIN files.
blackfire74 said:
Inside there are few BIN files.
Click to expand...
Click to collapse
Extract those. It must be there somewhere
Christiaan91 said:
Extract those. It must be there somewhere
Click to expand...
Click to collapse
Not working!
Anyway I foung other ROM in zip file and I got all extracted. I already have ODEX file in my SGS2 but I was trying to install apk file and it says it cannot be installed.
blackfire74 said:
Not working!
Anyway I foung other ROM in zip file and I got all extracted. I already have ODEX file in my SGS2 but I was trying to install apk file and it says it cannot be installed.
Click to expand...
Click to collapse
You have root?
Enough space?
Making a flashable zip and flash it in recovery?
Christiaan91 said:
You have root?
Enough space?
Making a flashable zip and flash it in recovery?
Click to expand...
Click to collapse
1. YES
2. YES
3. HOW?
I tried to copy apk file , widget opens but it is scrambled and not responding... Cannot copy ODEX file thou
blackfire74 said:
1. YES
2. YES
3. HOW?
I tried to copy apk file , widget opens but it is scrambled and not responding... Cannot copy ODEX file thou
Click to expand...
Click to collapse
Im confused. You did install it? What error do you get when trying to move the odex file?
Christiaan91 said:
Im confused. You did install it? What error do you get when trying to move the odex file?
Click to expand...
Click to collapse
I didn't install anything, just copied apk file from SD card into system/app directory. Odex file can't be replaced. No matter what error, just tell me if I have to run 7ZIP program, pack both files and then flash via CWM?
blackfire74 said:
I didn't install anything, just copied apk file from SD card into system/app directory. Odex file can't be replaced. No matter what error, just tell me if I have to run 7ZIP program, pack both files and then flash via CWM?
Click to expand...
Click to collapse
Reboot into recovery and wipe cache and dalvik cache. Reboot. Maybe that will work.
Sent from my GT-I9100 using Tapatalk
Christiaan91 said:
Reboot into recovery and wipe cache and dalvik cache. Reboot. Maybe that will work.
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
I probably created zip file, signed it and this time widget completely dissapeared from list. Wiped cache etc
blackfire74 said:
I probably created zip file, signed it and this time widget completely dissapeared from list. Wiped cache etc
Click to expand...
Click to collapse
You flashed a zip file?
Is the apk file still in system/app? If not just place it there and wipe the caches. Without flashing a file.
BTW I don't know exactly how I make a good flashable zip file. Search and it shouldn't be hard to find and make.
Sent from my GT-I9100 using Tapatalk
Christiaan91 said:
You flashed a zip file?
Is the apk file still in system/app? If not just place it there and wipe the caches. Without flashing a file.
BTW I don't know exactly how I make a good flashable zip file. Search and it shouldn't be hard to find and make.
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
The thing is it is not possible to just copy system files into proper directory because it returns error that it can't be replaced.
blackfire74 said:
The thing is it is not possible to just copy system files into proper directory because it returns error that it can't be replaced.
Click to expand...
Click to collapse
Deleting the old file and then copy the right file doesn't work?
Christiaan91 said:
Deleting the old file and then copy the right file doesn't work?
Click to expand...
Click to collapse
I'm not allowed to delete system files as they are in use and any operation is restricted, even while rooted!
Whatever, I flashed my firmware from scratch and f**k it still won't work because I run Go Launcher Ex which is not compatible with stock widget.
Thread closed...

ROOT n unRoot, Mi 3W Stable Global-India KXDMIBH34.0 Changelog & Fastboot Download

ROOT n unRoot, Mi 3W Stable Global-India KXDMIBH34.0 Changelog & Fastboot Download
Download
Recovery Rom: Mi 3 WCDMA Stable Version (Global) KXDMIBH34.0
http://bigota.d.miui.com/KXDMIBH34.0/miui_MI3WMI4WGlobal_KXDMIBH34.0_a6570e5f9c_4.4.zip
Fastboot Rom: Mi 3 WCDMA Stable Version (India) KXDMIBH34.0 (*applicable for India Rom only)
http://bigota.d.miui.com/KXDMIBH34.0/cancro_global_images_KXDMIBH34.0_4.4_in_c941119fcf.tgz
(first unzip with rar, then u have another file not recognized by windows, right click the extracted file ,open with winrar and extract again .. now follow the instruction, don't forget to press thanks)
Changelog
Messaging
Improved the security of Cloud Messaging
Check attachment for Rooting files
F.A.Q
1) To flash Recovery ROM, you just need to put the ROM file into your device's SD card root directory, and flash it in Recovery mode. Flashing Recovery ROM will not wipe your user data or the files in internal storage.
2) To flash Fastboot ROM, you'll need to connect your device to a computer, and use ROM flashing tools. You can choose different fastboot script to decide whether to wipe data or not
a. flash_all.bat(This file should be used in Windows operating system. It will flash all the files, and wipe all userdata and all files in internal storage)
b. flash_all_except_data_storage.bat (This file should be used in Windows operating system. It will flash the updated files, and will not wipe user data and files in internal storage)
c. flash_all_except_storage.bat (This file should be used in Windows operating system. It will flash the updated files, wipe user data, but will not delete files in internal storage)
d. flash_all.sh(This file should be used in Linux operating system. It will flash the updated files, and will not wipe user data and files in internal storage)
e. flash_all_except_data_storage.sh (This file should be used in Linux operating system. It will flash the updated files, and will not wipe user data and files in internal storage)
f. flash_all_except_storage.sh (This file should be used in Linux operating system. It will flash the updated files, wipe user data, but will not delete files in internal storage)
Source : MiUi Forum
Thanks for sharing. I do not find flash_all_except_storage.bat in Fastboot ROM India. Can you please attach here.
arulshoponline said:
Thanks for sharing. I do not find flash_all_except_storage.bat in Fastboot ROM India. Can you please attach here.
Click to expand...
Click to collapse
unzip the file unde rar with 7zip right click and select open with 7zip and you can see all
Thanks Brother
yatharthsims said:
Thanks Brother
Click to expand...
Click to collapse
Press the thanks button :Cheers:
imranaryan said:
Press the thanks button :Cheers:
Click to expand...
Click to collapse
Deleted.
imranaryan said:
unzip the file unde rar with 7zip right click and select open with 7zip and you can see all
Click to expand...
Click to collapse
Still not able to see
can we use this root to KXDCNBH34.0 (V5) ROM?
Key2run said:
can we use this root to KXDCNBH34.0 (V5) ROM?
Click to expand...
Click to collapse
yes
imranaryan said:
http://bigota.d.miui.com/KXDMIBH34.0/miui_MI3WMI4WGlobal_KXDMIBH34.0_a6570e5f9c_4.4.zip
Fastboot Rom: Mi 3 WCDMA Stable Version (India) KXDMIBH34.0 (*applicable for India Rom only)
http://bigota.d.miui.com/KXDMIBH34.0/cancro_global_images_KXDMIBH34.0_4.4_in_c941119fcf.tgz
(first unzip with rar, then u have another file not recognized by windows, right click the extracted file ,open with winrar and extract again .. now follow the instruction, don't forget to press thanks)
Click to expand...
Click to collapse
Please post the MD5 of the image and add it to your first post.
MD5 has been used in a wide variety of security applications, and is also commonly used to check the integrity of file, and verify download. You can download the md5 calculator app from below, only 249K.
http://www.winmd5.com/
naturist said:
Please post the MD5 of the image and add it to your first post.
MD5 has been used in a wide variety of security applications, and is also commonly used to check the integrity of file, and verify download. You can download the md5 calculator app from below, only 249K.
http://www.winmd5.com/
Click to expand...
Click to collapse
the link is directly from miui forum/website
Is there any method to root directly from phone without laptop or pc ..? I already have stock version 34 pre installed.
Sent from my GT-N7100
zabaknilesh said:
Is there any method to root directly from phone without laptop or pc ..? I already have stock version 34 pre installed.
Sent from my GT-N7100
Click to expand...
Click to collapse
just download the root file on your phone and flash through recovery, no need of pc

how to open img files

I have an custom recovery and I want to edit some files but I an not able to open it does anybody know how to open it
mja123 said:
I have an custom recovery and I want to edit some files but I an not able to open it does anybody know how to open it
Click to expand...
Click to collapse
Use img boot tools packer and unpacker to unpack your img files

TWRP for Umidigi One Pro

Any TWRP for Umidigi One Pro that is able to read the /data partition ?
Edit:Solved
Ghost505 said:
Any TWRP for Umidigi One Pro that is able to read the /data partition ?
Edit:Solved
Click to expand...
Click to collapse
What was the solution? I didn't even know we had a twrp!
http://community.umidigi.com/forum.php?mod=viewthread&tid=2962&extra=page=1
https://forum.xda-developers.com/android/development/twrp-umidigi-z2-z2-special-edition-t3842866
Best twrp found here : http://community.umidigi.com/forum.php?mod=viewthread&tid=17560&extra=page=1
Hey, What is your device Android version?
Android 8.1
For those with Umidigi One / One Pro or Z2
0. Install twrp from first link
---
(second link)
1. now we need to edit the fstab file
because its a MTK device your fstab file looks like fstab.mt6763 or simliar
2. Download Mixplorer from XDA Thread. ( this root explorer is the best because it set permission automaticly.)
3. open mixplorer and browse to root/system/vendor/etc/fstab.mt6763..
4 open that file and search for ( should be line 15)
/dev/block/platform/bootdevice/by-name/userdata /data ext4 noatime,nosuid,nodev,noauto_da_alloc,errors=panic wait,check,quota,formattable,resize,forceencrypt=/dev/block/platform/bootdevice/by-name/metadata,
Click to expand...
Click to collapse
5. edit the file to this
/dev/block/platform/bootdevice/by-name/userdata /data ext4 noatime,nosuid,nodev,noauto_da_alloc,errors=panic wait,check,quota,formattable,resize,encryptable=/dev/block/platform/bootdevice/by-name/userdata,
Click to expand...
Click to collapse
6.save and turn off the phone
---
7. Wipe Data from device and enter in the phone again and no more encryption so twrp will be able to access the data partition.
Ghost505 said:
http://community.umidigi.com/forum.php?mod=viewthread&tid=2962&extra=page=1
https://forum.xda-developers.com/android/development/twrp-umidigi-z2-z2-special-edition-t3842866
Click to expand...
Click to collapse
Thanks for the info, I'll give it a shot soon.
There's no item when I go to root in Mixplorer
Ghost505 said:
Android 8.1
For those with Umidigi One / One Pro or Z2
0. Install twrp from first link
---
(second link)
1. now we need to edit the fstab file
because its a MTK device your fstab file looks like fstab.mt6763 or simliar
2. Download Mixplorer from XDA Thread. ( this root explorer is the best because it set permission automaticly.)
3. open mixplorer and browse to root/system/vendor/etc/fstab.mt6763..
4 open that file and search for ( should be line 15)
5. edit the file to this
6.save and turn off the phone
---
7. Wipe Data from device and enter in the phone again and no more encryption so twrp will be able to access the data partition.
Click to expand...
Click to collapse
Blackchancellor said:
There's no item when I go to root in Mixplorer
Click to expand...
Click to collapse
This means that Mixplorer does not have root permissions to access root folder. Install magisk and try again, if it still does not work and you have root installed, clear data&cache for mixplorer app.
But I can't root the phone. I've tried all, but when I enter twrp it mounting data partition always fails. And TWRP also always only starts the first time after it's been flashed. Next time I start in recovery mode, I just see "No command".
Ghost505 said:
This means that Mixplorer does not have root permissions to access root folder. Install magisk and try again, if it still does not work and you have root installed, clear data&cache for mixplorer app.
Click to expand...
Click to collapse
Blackchancellor said:
But I can't root the phone. I've tried all, but when I enter twrp it mounting data partition always fails. And TWRP also always only starts the first time after it's been flashed. Next time I start in recovery mode, I just see "No command".
Click to expand...
Click to collapse
it is odd on why the recovery partition is being changed to default, do you have root ?
root tutorial
Install magisk manager 6.0.1 apk
Get the boot..img from rom section last update and put it inside phone
Use magisk manager install button to modify boot.img
Extract it to pc and mount it on boot partition in flash tools and only select that partition and click download with phone off
twrp after that link
It didn't work. When I press "install" and select the rom in the file manager, it says "flashing" and then it disapears. Nothing changes
Ghost505 said:
it is odd on why the recovery partition is being changed to default, do you have root ?
root tutorial
Install magisk manager 6.0.1 apk
Get the boot..img from rom section last update and put it inside phone
Use magisk manager install button to modify boot.img
Extract it to pc and mount it on boot partition in flash tools and only select that partition and click download with phone off
twrp after that link
Click to expand...
Click to collapse
Blackchancellor said:
It didn't work. When I press "install" and select the rom in the file manager, it says "flashing" and then it disapears. Nothing changes
Click to expand...
Click to collapse
Try SP_Flash_Tool to root with magisk first
But my main question has always been: hiw to root? I can't mount data partition after flasing twrp so I can't access my files in recovery mode and I can't install magisk
Ghost505 said:
it is odd on why the recovery partition is being changed to default, do you have root ?
root tutorial
Install magisk manager 6.0.1 apk
Get the boot..img from rom section last update and put it inside phone
Use magisk manager install button to modify boot.img
Extract it to pc and mount it on boot partition in flash tools and only select that partition and click download with phone off
twrp after that link
Click to expand...
Click to collapse
Ghost505 said:
Try SP_Flash_Tool to root with magisk first
Click to expand...
Click to collapse
Blackchancellor said:
But my main question has always been: hiw to root? I can't mount data partition after flasing twrp so I can't access my files in recovery mode and I can't install magisk
Click to expand...
Click to collapse
You do not need twrp to root the device, all you need is the sp flash tool and the boot.img from the rom. Also the magisk manager application installed normally.
OK. Could you please help me by explaining step to step how to root using SPFT? Thanks in andvance
Ghost505 said:
You do not need twrp to root the device, all you need is the sp flash tool and the boot.img from the rom. Also the magisk manager application installed normally.
Click to expand...
Click to collapse
Blackchancellor said:
OK. Could you please help me by explaining step to step how to root using SPFT? Thanks in andvance
Click to expand...
Click to collapse
1. install magisk manager apk
2. place boot.img in the downloads folder in the phone
3. press install in magisk manager apk and choose patch boot
4. get the new boot.img file created by magisk manager 6.0.1 and put it in pc and flash it using sp flash tool in boot partition
in here is the boot.img look in it with winrar
Thanks, but where to get this boot.img? Is it from the extracted rom (.rar) files.
Ghost505 said:
You do not need twrp to root the device, all you need is the sp flash tool and the boot.img from the rom. Also the magisk manager application installed normally.
Click to expand...
Click to collapse
Ghost505 said:
1. install magisk manager apk
2. place boot.img in the downloads folder in the phone
3. press install in magisk manager apk and choose patch boot
4. get the new boot.img file created by magisk manager 6.0.1 and put it in pc and flash it using sp flash tool in boot partition
Click to expand...
Click to collapse
It worked. Thanks!
Ghost505 said:
1. install magisk manager apk
2. place boot.img in the downloads folder in the phone
3. press install in magisk manager apk and choose patch boot
4. get the new boot.img file created by magisk manager 6.0.1 and put it in pc and flash it using sp flash tool in boot partition
in here is the boot.img look in it with winrar
Click to expand...
Click to collapse
Phone is now rooted and TWRP installed, but I still can't mount data partition.
Go in ROOT /vendor/etc/fstab.mt6763 with MIXPLORER
Should be on line 15 I think
edit:
/dev/block/platform/bootdevice/by-name/userdata /data ext4 noatime,nosuid,nodev,noauto_da_alloc,errors=panic wait,check,quota,formattable,resize,forceencrypt=/dev/block/platform/bootdevice/by-name/metadata,
to:
/dev/block/platform/bootdevice/by-name/userdata /data ext4 noatime,nosuid,nodev,noauto_da_alloc,errors=panic wait,check,quota,formattable,resize,encryptable=/dev/block/platform/bootdevice/by-name/userdata,
save and restart phone and wipe data in twrp, everything will be erased, enter in phone after that and follow instructions like the first time you started the phone

Categories

Resources