[KERNEL][TWRP][ROOT] Samsung SM-A710F (A7XELTE) - Galaxy A3, A5, A7, A8, A9 Android Development

RO2T - Stock, SELinux Permissive Kernel For Samsung SM-A710F (A7 2016)
How to install TWRP:
Enable USB Debugging & OEM Unlock from Settings > Developer Options.
Flash TWRP using ODIN.
Reboot to recovery, thanks & enjoy!
How to root:
Enable USB Debugging & OEM Unlock from Settings > Developer Options.
Flash kernel using ODIN.
Sideload this to disable system-less mode from TWRP.
Install latest SuperSU from TWRP.
Click thanks, and enjoy!
Download:
Kernel: https://www.androidfilehost.com/?fid=24533103863141672
TWRP: http://forum.xda-developers.com/samsung-a-series/development/recovery-samsung-sm-a710f-fd-exynos7580-t3314403
Sources:
Kernel: https://github.com/ro2t/a7xelte

Can you add governors to this kernel?

vaibhavpandeyvpz said:
RO2T - Stock, SELinux Permissive Kernel For Samsung SM-A710F (A7 2016)
How to install TWRP:
Enable USB Debugging & OEM Unlock from Settings > Developer Options.
Flash TWRP using ODIN.
Reboot to recovery, thanks & enjoy!
How to root:
Enable USB Debugging & OEM Unlock from Settings > Developer Options.
Flash kernel using ODIN.
Sideload this to disable system-less mode from TWRP.
Install latest SuperSU from TWRP.
Click thanks, and enjoy!
Download:
Kernel: https://www.androidfilehost.com/?fid=24533103863141672
TWRP: http://forum.xda-developers.com/samsung-a-series/development/recovery-samsung-sm-a710f-fd-exynos7580-t3314403
Sources:
Kernel: https://github.com/ro2t/a7xelte
Click to expand...
Click to collapse
could you please tell how to sideload.
I've google it & tried to sideload but its failing
---------- Post added at 05:21 AM ---------- Previous post was at 05:18 AM ----------
12ashu12 said:
could you please tell how to sideload.
I've google it & tried to sideload but its failing
Click to expand...
Click to collapse
in the command prompt I'm getting error " protocol fault (no status)"

@12ashu12
Flash this kernel..it works great
Till the developer replies here
https://tapatalk.com/shareLink?url=...share_tid=3321804&share_fid=3793&share_type=t
[KERNEL][A510/A710] SM Kernel v0.1 (TESTING)
Sent from my SM-A710F using XDA-Developers mobile app

leonard208 said:
@12ashu12
Flash this kernel..it works great
Till the developer replies here
https://tapatalk.com/shareLink?url=...share_tid=3321804&share_fid=3793&share_type=t
[KERNEL][A510/A710] SM Kernel v0.1 (TESTING)
Sent from my SM-A710F using XDA-Developers mobile app
Click to expand...
Click to collapse
@leonard208
thanks for the info

12ashu12 said:
could you please tell how to sideload.
I've google it & tried to sideload but its failing
---------- Post added at 05:21 AM ---------- Previous post was at 05:18 AM ----------
in the command prompt I'm getting error " protocol fault (no status)"
Click to expand...
Click to collapse
Reboot into TWRP, Go to Advanced > ADB Sideload > Swipe to Start. Connect device to PC, install ADB drivers if necessary, open up a command prompt/terminal, type:
Code:
adb sideload SuperSU-<your-version>.zip
[CODE]
Done!

can i flash this on 6.0.1 a710f

Nope. Its only for 5.1.1
---------- Post added at 02:34 AM ---------- Previous post was at 02:30 AM ----------
By the way, @vaibhavpandeyvpz, can you tell me how did you compile the kernel. Just give me the code that you typed. Please.
---------- Post added at 02:34 AM ---------- Previous post was at 02:34 AM ----------
By the way, @vaibhavpandeyvpz, can you tell me how did you compile the kernel. Just give me the code that you typed. Please.

Is there support for KVM technology?

A710m compatible kernel?

Related

[DISCONTINUED][WiFi & LTE] CM12 UNOFFICIAL Builds

Official nightlies are up for our device's:
Scorpion (LTE): http://download.cyanogenmod.org/?device=scorpion
Scorpion (Wifi): http://download.cyanogenmod.org/?device=scorpion_windy
TWRP Installation:
You can install TWRP through ADB or Terminal Emulator app. Thanks to ejdan for finding this!
ADB:
Before you begin:
- Download TWRP:
Code:
[URL="http://qzerno.troxit.nl/android/misc/TWRP/Sony%20Xperia%20Z3%20Tablet%20Compact/WiFi%20-%20SGP61x/twrp.img"]WiFi - SGP61x[/URL]
[URL="http://qzerno.troxit.nl/android/misc/TWRP/Sony%20Xperia%20Z3%20Tablet%20Compact/LTE%20-%20SGP62x//twrp.img"]LTE - SGP62x[/URL] (Credits to [B]der_bert[/B] for making this)
- set Root access to "Apps and ADB" in Developer options.
- set USB Debugging Mode to "ON" in Developer options.
Instructions:
1. Put twrp.img in the root of your Z3TC.
2. Open command prompt and go to the location where ADB.exe is.
3. Start an ADB shell:
Code:
adb shell
4. Gain root access:
Code:
su
5. Flash TWRP on FOTAKernel partition
Code:
dd if=/sdcard/twrp.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
6. Reboot to recovery and you would see TWRP.
Terminal Emulator:
Before you begin:
- Download TWRP:
Code:
[URL="http://qzerno.troxit.nl/android/misc/TWRP/Sony%20Xperia%20Z3%20Tablet%20Compact/WiFi%20-%20SGP61x/twrp.img"]WiFi - SGP61x[/URL]
[URL="http://qzerno.troxit.nl/android/misc/TWRP/Sony%20Xperia%20Z3%20Tablet%20Compact/LTE%20-%20SGP62x//twrp.img"]LTE - SGP62x[/URL] (Credits to [B]der_bert[/B] for making this)
- set Root access to "Apps" in Developer options.
- set Local terminal to "ON" in Developer options. (If you don't have this option download then Terminal Emulator from the Play Store)
Instructions:
1. Put twrp.img in the root of your Z3TC.
2. Open the app Terminal or Terminal Emulator
3. Gain root access:
Code:
su
4. Flash TWRP on FOTAKernel partition
Code:
dd if=/sdcard/twrp.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
5. Reboot to recovery and you would see TWRP.
Version Information:
Status: Discontinued
Created 2014-12-24
Last Updated 2015-03-25
Nice? any plans for LTE model?
Lte model is merged into cm sources so it should work
Will try to get up an simple kernel with intelliplug and so on
moritz31 said:
Lte model is merged into cm sources so it should work
Will try to get up an simple kernel with intelliplug and so on
Click to expand...
Click to collapse
I'd be interested and thanks!
chaostimmy said:
Nice? any plans for LTE model?
Click to expand...
Click to collapse
I'm building right now for LTE but I can't test this builds.
EDIT: LTE Build is up!
I have tried the Wifi version and it seems to work fine.
First I had a few restarts when locking the screen but it seems to have fixed itself now. Maybe because I disabled double tap to sleep/wake?
SD card is not mounted. Is there a way to fix it? The card is listed in /proc/partitions so it should be possible to fix with a proper fstab.
ejdan said:
SD card is not mounted. Is there a way to fix it? The card is listed in /proc/partitions so it should be possible to fix with a proper fstab.
Click to expand...
Click to collapse
I compared fstab.qcom in CM12 with the stock kernel and found a difference. The stock kernel has /devices/msm_sdcc.3/mmc_host for sdcard1 but CM12 has /devices/msm_sdcc.2/mmc_host
I changed '2' to '3' in the ramdisk and now SD card works. I have attached my modified kernel image. Unpack the zip file and flash cm12-sdcard1-fix.img using fastboot. This kernel is taken from cm-12-20141225-0800-UNOFFICIAL-scorpion_windy.zip
Qzerno said:
I'm building right now for LTE but I can't test this builds.
EDIT: LTE Build is up!
Click to expand...
Click to collapse
Great, thank you but I could not install it. In TWRP it says:
"This package is for device: SGP621, SGP641, SGP651, scorpio; this device is scorpion_windy."
It's not. I have the LTE version, SGP621 aka Scorpion.
Thanks for the builds! What has everyone flashed?
Home Launcher
Is Trebuchet included in these builds? Ive flashed todays (26th) build and am I'm just getting the options for Google Now and Nova Launcher.
---------- Post added at 08:09 PM ---------- Previous post was at 07:55 PM ----------
Any chance of making the kernel flashable?
BUG REPORT: double tap to wake is not working
ejdan said:
I compared fstab.qcom in CM12 with the stock kernel and found a difference. The stock kernel has /devices/msm_sdcc.3/mmc_host for sdcard1 but CM12 has /devices/msm_sdcc.2/mmc_host
I changed '2' to '3' in the ramdisk and now SD card works. I have attached my modified kernel image. Unpack the zip file and flash cm12-sdcard1-fix.img using fastboot. This kernel is taken from cm-12-20141225-0800-UNOFFICIAL-scorpion_windy.zip
Click to expand...
Click to collapse
Nice, thanks for fixing this. Do you maybe know which file in the source need to edit to get this works? then I can commit it to CyanogenMod.
Noe_S said:
Great, thank you but I could not install it. In TWRP it says:
"This package is for device: SGP621, SGP641, SGP651, scorpio; this device is scorpion_windy."
It's not. I have the LTE version, SGP621 aka Scorpion.
Click to expand...
Click to collapse
The recovery (TWRP) need to get a build separately for the scorpion (SGP621), then it should work.
I will search for a alternative installation method for the scorpion.
xan_asmodi said:
Is Trebuchet included in these builds? Ive flashed todays (26th) build and am I'm just getting the options for Google Now and Nova Launcher.
---------- Post added at 08:09 PM ---------- Previous post was at 07:55 PM ----------
Any chance of making the kernel flashable?
Click to expand...
Click to collapse
Yes, Trebuchet is included in these build, PA Gapps remove Trebuchet I can upload Trebuchet separately if you want.
I want to make the kernel flashable but that has not yet succeeded.
xan_asmodi said:
BUG REPORT: double tap to wake is not working
Click to expand...
Click to collapse
Thanks for the bug report. I also noticed this. I will add this in the OP.
Qzerno said:
Nice, thanks for fixing this. Do you maybe know which file in the source need to edit to get this works? then I can commit it to CyanogenMod.
Click to expand...
Click to collapse
I made a pull request on Github. Not sure if it is the correct way to do it
https://github.com/CyanogenMod/android_device_sony_scorpion_windy/pull/1
The file fstab.qcom is in rootdir. Because of the overlay (scorpion is based on shinano common) I had to add a new file. I have not built from source so I have not checked that it is working but manually updating the ramdisk did work.
ejdan said:
I made a pull request on Github. Not sure if it is the correct way to do it
https://github.com/CyanogenMod/android_device_sony_scorpion_windy/pull/1
The file fstab.qcom is in rootdir. Because of the overlay (scorpion is based on shinano common) I had to add a new file. I have not built from source so I have not checked that it is working but manually updating the ramdisk did work.
Click to expand...
Click to collapse
Ahh that's why I can't find that file. I have add the file local and building right now.
EDIT: Yeah I have 10 posts!
Qzerno said:
Ahh that's why I can't find that file. I have add the file local and building right now.
Click to expand...
Click to collapse
You may have to add the file to a makefile somewhere but lets see how it goes.
Qzerno said:
Thanks for the bug report. I also noticed this. I will add this in the OP.
Click to expand...
Click to collapse
Your welcome Should I post stuff as I find them or PM you so you can update the OP?
Could you post trebuchet separately? That'd be a great help. I think the PA guys need to incorporate Aroma installer, because I don't think Google Now Launcher is as good as Trebuchet.
Keep up the good work, hopefully we'll get the camera drivers soon. I'll look to see if the camera module is the same as the Z2 tab, if so we may not need to wait, just take them from the other repository.
Oh, one more thing...
Xposed doesn't install through a combination of crap cyanogenmod recovery and other stuff which I can't profess to understand
Edit: I now understand that this is because of the shift from Dalvik runtime to ART. Getting CM12 to run Xposed will either require reverting to Dalvik (is this possible?) or waiting for the Xposed devs to rewrite Xposed.
When updating to a new nightly, you can flash over the previous build. When you do you need to reflash the ram disk/kernel update.
BUG REPORT: Rebooting into recovery from power menu doesn't work. Requires manual intervention at 'Sony screen'/purple LED.
Intalled it and works fine as far as i can tell. Can´t move Apps to he sd card thogh (not enough space error) but that might be because of that known sd issue. I have general access to the sd though.
Cheers and thanks
Chris
MasterTRL said:
Intalled it and works fine as far as i can tell. Can´t move Apps to he sd card thogh (not enough space error) but that might be because of that known sd issue. I have general access to the sd though.
Cheers and thanks
Chris
Click to expand...
Click to collapse
What nightly are you using and did you flash the sd card fix?

[Recovery]TWRP 3.0.2-0 (Unofficial)

Here's the Unofficial TWRP recovery
Developed by @MICKEY_ANDRO100
I have tested it and it's working perfectly
How to Install
1. Copy Recovery Zip in SD card
2. Reboot In Recovery Mode (Make sure you have Unlocked Bootloader)
3. Click on Install and locate to Recovery Zip.
4 Go Back and Reboot the Recovery again to make sure it's Done successfully.
Done ?????
Contributor @MICKEY_ANDRO100 for developing TWRP recovery @DeepSahota for Zip
Status: Stable
Downloads
Link :- https://drive.google.com/file/d/0B5wsXNzlO7M1RmppSDhkdFhSQUU/view?usp=drivesdk
Thanks for suggesting my recovery. and I don't encourage Mirrors without my permission.
1cefire built is the best
Mount usb storage feature is missing. As of now 3.0.0.0 is working fine.
muthur774 said:
Mount usb storage feature is missing. As of now 3.0.0.0 is working fine.
Click to expand...
Click to collapse
New TWRP 3.0.2-3 RECOVERY MORE STABLE AND FINE. AS PER ME ALL ISSUES FIXED EVEN WITH CHANGELOGS
http://forum.xda-developers.com/cro.../unofffical-twrp-3-0-2-0-android-one-t3358636
---------- Post added at 03:13 AM ---------- Previous post was at 03:11 AM ----------
Minions_Army said:
1cefire built is the best
Click to expand...
Click to collapse
Sir NEW TWRP Try it OUT, As per me in STABLE, NO BUGS FOUND I HAVE UPLOADED ON 14 itself.
http://forum.xda-developers.com/cro.../unofffical-twrp-3-0-2-0-android-one-t3358636

[ROM] AOSP Nougat 7.1.2 | MoltenMotherBoard

Hi, I am sharing my Nougat ROM for LG-P880 with the XDA community. As a tribute to the original @MoltenMotherBoard, it will continue to be named as such.
AFH download:
https://www.androidfilehost.com/?w=files&flid=109853
ChangeLog
20180122
- Android-7.1.2_r36 (N2G48H)
- kernel
* Optimized kswapd based on kernel-msm/3.10/Bullhead
- Tuned extra_free_kbytes to 4 screen buffers
- Reduced I/O read_ahead_kb from 2048 to 256 for better latency
- Set dalvik.vm.dex2oat-thread = 2
Complete changelog
https://www.androidfilehost.com/?w=files&flid=109853
SELinux for Nougat
SELinux in Nougat has been hardened to never allow text relocation for executables. This is the only rule that we had to relax to enable pre-KitKat blobs to run.
To enable SELinux Enforcing, do this from recovery
Code:
$ adb shell mount /data
$ adb shell touch /data/.selinux
$ adb shell umount /data
Known issues
- MHL not working
- Display freeze on Cast Screen disconnect
- Widevine DRM not working
Broken AOSP components
- Clock
- Browser2
- Music
- Webview
Installation
You need to have custom recovery that can flash multiple zip files without having the reboot. I personally use the official CWM 6.0.4.5 so the instructions will be based on that with no external SD.
>Coming from other ROMs
- wipe userdata/cache
- format /system
- apply ROM zip
- apply Gapps zip ...or more Gapps if using modular Gapps
- format /data and /data/media
- reboot
>Coming from the same ROM
- format /cache
- format /system
- apply ROM zip
- apply Gapps zip ...or more Gapps if using modular Gapps
- reboot
Recommended Gapps is OpenGapps stock. Default webview provider is Google WebView. Please make sure your Gapps include this. Attached you will see my Gapps config.
This is based on Grouper blobs, so as usual barcode/QR scanning will not work and will not consider this as bug. However, Grouper blobs works with Screen Cast, which for me, is more useful than barcode/QR code scanning.
Let the testing begin!!!:fingers-crossed::fingers-crossed::fingers-crossed:
Kernel
Kernel https://github.com/CyanogenMod/lge-kernel-p880/tree/cm-12.1
See attached for patches
Code:
commit 413b3fc527c086450f28acbe92893c71e73ad5b6
Author: demetris <[email protected]>
Date: Wed Nov 4 00:39:13 2015 +0200
Use "git am -3" for .patch files
Use "git apply" for .diff files.
Reserved another
Different installation hmmm Thanks for everything csk1jw
Use TWRP 3.0.2.0 and do the recommend wipes .Have the zip files on a EX sdcard.
By flashing get messages "unknow command log" in red letters
Try to install open gapps for 7.0 beta pico and get errorcode 20 .Witch gapps can i use ?
Flash without gapps and get also the messages in red letters,but
boot normally and it seems working good fast and smooth :good:
Try copy the zip files for gapps to intern sd.In recovery can flash gapps and webview,
clean dalvik/cache , reboot but cant not open playstore
Regards
Can anyone provide me touch recovery for flashing this ROM.
Also need gapps for this ROM, I am unable to access some sites in my country (Kingdom Of Saudi Arabia).
Please provide me touch recovery for this ROM and link for Gapps.
Edit: Attached CWM Touch Recovery v6.0.4.5
Anyone up for helping me????
Salman Al-Badgail said:
Anyone up for helping me????
Click to expand...
Click to collapse
Here is a link for gapps 7.0 stock:
https://www.dropbox.com/s/r4uxxnqkfcxvc6c/open_gapps-arm-7.0-stock-20160910.zip?dl=0
Here is the latest twrp recovery. Please confirm that this is a touch recovery, if it is. I'm sticking with CWM 6.0.4.5. and don't wanna flash TWRP now.
https://www.dropbox.com/s/rq4xiya446h0mgo/twrp-3.0.2-0-p880.img?dl=0
Phil_Smith said:
Here is a link for gapps 7.0 stock:
https://www.dropbox.com/s/r4uxxnqkfcxvc6c/open_gapps-arm-7.0-stock-20160910.zip?dl=0
Here is the latest twrp recovery. Please confirm that this is a touch recovery, if it is. I'm sticking with CWM 6.0.4.5. and don't wanna flash TWRP now.
https://www.dropbox.com/s/rq4xiya446h0mgo/twrp-3.0.2-0-p880.img?dl=0
Click to expand...
Click to collapse
@Phil _Smith
I use TWRP 3.0.2.0 .How get you the stock gapps to work? I can flash,but googleservices is not working !!
sourly64 said:
@Phil _Smith
I use TWRP 3.0.2.0 .How get you the stock gapps to work? I can flash,but googleservices is not working !!
Click to expand...
Click to collapse
I suggest you try CWM 6.0.4.5.
I remember that there always had been some problems with TWRP and AOSP-based ROMs.
---------- Post added at 07:27 PM ---------- Previous post was at 06:41 PM ----------
Is there any chance to get the xposed framework to work on this rom? Or is there simply no version available for android 7.0?
Phil_Smith said:
I suggest you try CWM 6.0.4.5.
I remember that there always had been some problems with TWRP and AOSP-based ROMs.
---------- Post added at 07:27 PM ---------- Previous post was at 06:41 PM ----------
Is there any chance to get the xposed framework to work on this rom? Or is there simply no version available for android 7.0?
Click to expand...
Click to collapse
Please do provide me CWM 6.0.4.5.
Thanks
Salman Al-Badgail said:
Please do provide me CWM 6.0.4.5.
Thanks
Click to expand...
Click to collapse
Here you are, sir! Hope you got adb working, as I only found this as an .img
(For myself I use Rom Manager).
https://www.dropbox.com/s/7kpdaoobfizmlum/cwm_6.0.4.5.img?dl=0
Edit: Ah, but I remember that flashing .img files is easy via twrp (a little bit ironic)
Phil_Smith said:
Here you are, sir! Hope you got adb working, as I only found this as an .img
(For myself I use Rom Manager).
https://www.dropbox.com/s/7kpdaoobfizmlum/cwm_6.0.4.5.img?dl=0
Click to expand...
Click to collapse
Thanks for providing me, many sites are blocked by govt here this is only the reason I am troubling you. Sorry.
Adb is working fine. Thanks again @Phil_Smith
---------- Post added at 11:16 PM ---------- Previous post was at 11:11 PM ----------
I found CWM Touch Recovery (6.0.4.5) HERE
I attached CWM Touch 6.0.4.5 (please do check)
Edit: Attachment Not working
Salman Al-Badgail said:
Thanks for providing me, many sites are blocked by govt here this is only the reason I am troubling you. Sorry.
Adb is working fine. Thanks again @Phil_Smith
---------- Post added at 11:16 PM ---------- Previous post was at 11:11 PM ----------
I found CWM Touch Recovery (6.0.4.5) HERE
Click to expand...
Click to collapse
No problem, I know - I read your previous post
Bluetooth does not work for me. The device is detected properly, but then there is no sound playing from my external audio speaker. Can anyone comfirm the Bluetooth issue?
Phil_Smith said:
Bluetooth does not work for me. The device is detected properly, but then there is no sound playing from my external audio speaker. Can anyone comfirm the Bluetooth issue?
Click to expand...
Click to collapse
Confirmed. Will investigate. Device paired and connected but no sound.
It is too slow on my device
fukuli053 said:
It is too slow on my device
Click to expand...
Click to collapse
Give it a couple of shots (that is reboots). At first nothing worked for me eighter, but it gets stable and really fast after like 4 restarts or so!
fukuli053 said:
It is too slow on my device
Click to expand...
Click to collapse
Well, it can't be. Nougat UX is faster than Marshmallow.
What's your Gapps installation?

[GUIDE] Downgrade to MM after Sideload Nougat [encrypted/decrypted Data]

First of all every step you'll make is at your own risk
sorry for my bad english
requirements :
1. unlocked bootloader is a must
2. full flash of latest 3.2.8 ROM on your computer you can find it here Mega Google Drive
3. stock recovery on your computer " download from official website "
Steps : ( make sure that u backed up all of your data )
1. flash modified twrp recovery via fastboot for Nougat from here
2. reboot in twrp recovery , it will ask for password to decrypted your data just cancel or skip and allow modifications on system
3. go to Mount and mount System
4. go to Wipe > Advanced wipe > select system > Repair or Change File System > Change File System > EXT4
5. go back to wipe and select Format Data
6. again to Advanced wipe > select everything there except USB-OTG
7. reboot to recovery again
8. connect your device to computer and copy the full 3.2.8 ROM to your device
9. go to Install > select the 3.2.8 ROM file
10. after it's done reboot to bootloader
11. flash stock recovery via cmd ( fastboot flash recovery *FILENAME*.img )
12. reboot recovery
13. factory reset and reboot
congrats you have your marshmallow back :good:
1+3
I flashed open beta 8 through adb sideload then factory reset my phone. will it work for my case ?
sohag.n091 said:
I flashed open beta 8 through adb sideload then factory reset my phone. will it work for my case ?
Click to expand...
Click to collapse
Yes it will work .. I did the same [emoji1]
Sent from my ONEPLUS A3003 using XDA-Developers mobile app
Hey boys, if i want install CM14.1, should install first 3.2.8?
Mina Mngawy said:
First of all every step you'll make is at your own risk
sorry for my bad english
requirements :
1. unlocked bootloader is a must
2. full flash of latest 3.2.8 ROM on your computer you can find it here
** if you get "File download limit exceeded. You can only save it to Yandex.Disk" just save it to your Yandex account disk and download from your account
3. stock recovery on your computer " download from official website "
Steps : ( make sure that u backed up all of your data )
1. flash modified twrp recovery via fastboot for open beta 8 from here
2. reboot in twrp recovery , it will ask for password to decrypted your data just cancel or skip and allow modifications on system
3. go to Mount and mount System
4. go to Wipe > Advanced wipe > select system > Repair or Change File System > Change File System > EXT4
5. go back to wipe and select Format Data
6. again to Advanced wipe > select everything there except USB-OTG
7. reboot to recovery again
8. connect your device to computer and copy the full 3.2.8 ROM to your device
9. go to Install > select the 3.2.8 ROM file
10. after it's done reboot to bootloader
11. flash stock recovery via cmd ( fastboot flash recovery *FILENAME*.img )
12. reboot recovery
13. factory reset and reboot
congrats you have your marshmallow back :good:
Click to expand...
Click to collapse
Worked perfect thank you!
OxygenOS 3.2.8 in Google Drive
We also have a copy in Google Drive of the rom OxygenOS 3.2.8
I am sorry that I can not include the link because I am a new user. It's easy to find using Google
alexdospobles said:
Hey boys, if i want install CM14.1, should install first 3.2.8?
Click to expand...
Click to collapse
Yes first you should be on a marshmallow build
Sent from my ONEPLUS A3003 using XDA-Developers mobile app
Murgis said:
We also have a copy in Google Drive of the rom OxygenOS 3.2.8
I am sorry that I can not include the link because I am a new user. It's easy to find using Google
Click to expand...
Click to collapse
I didn't find it .. And yandex is a better server xD
Sent from my ONEPLUS A3003 using XDA-Developers mobile app
confirm this guide works fine thanks mate :good:
Mina Mngawy said:
I didn't find it .. And yandex is a better server xD
Sent from my ONEPLUS A3003 using XDA-Developers mobile app
Click to expand...
Click to collapse
Nope yandex ask me ti register is not a serious server. Make a gdrive or mega link so everyone can reach it...
Inviato dal mio ONEPLUS A3003 utilizzando Tapatalk
masterchif92 said:
Nope yandex ask me ti register is not a serious server. Make a gdrive or mega link so everyone can reach it...
Inviato dal mio ONEPLUS A3003 utilizzando Tapatalk
Click to expand...
Click to collapse
removed yandex link and added mega and google drive links
rsfour said:
Worked perfect thank you!
Click to expand...
Click to collapse
can you upload a screenshot for 3. mount and mount system. Because when I go there I find nothing.
Thanks for the fantastic guide!Works perfectly!
worked like a charm, thanks!
I'm tempted to try the new Nougat CB, but I need my phone to be reliable. So I'm wondering why people revert back to MM. Anyone care to share why they prefer the older MM?
(Sorry if this is off-topic but I couldn't find a better thread to ask this)
Allan_Hun said:
I'm tempted to try the new Nougat CB, but I need my phone to be reliable. So I'm wondering why people revert back to MM. Anyone care to share why they prefer the older MM?
(Sorry if this is off-topic but I couldn't find a better thread to ask this)
Click to expand...
Click to collapse
The best one is open beta 8 Nougat
But the stable one is official 3.2.8
Sent from my ONEPLUS A3003 using XDA-Developers mobile app
Allan_Hun said:
I'm tempted to try the new Nougat CB, but I need my phone to be reliable. So I'm wondering why people revert back to MM. Anyone care to share why they prefer the older MM?
(Sorry if this is off-topic but I couldn't find a better thread to ask this)
Click to expand...
Click to collapse
Well most of the users like to have Xposed installed and for now is not posible on Nougat so most of us prefer to go back to have Xposed
Mina Mngawy said:
First of all every step you'll make is at your own risk
sorry for my bad english
requirements :
1. unlocked bootloader is a must
2. full flash of latest 3.2.8 ROM on your computer you can find it here Mega Google Drive
3. stock recovery on your computer " download from official website "
Steps : ( make sure that u backed up all of your data )
1. flash modified twrp recovery via fastboot for open beta 8 from here
2. reboot in twrp recovery , it will ask for password to decrypted your data just cancel or skip and allow modifications on system
3. go to Mount and mount System
4. go to Wipe > Advanced wipe > select system > Repair or Change File System > Change File System > EXT4
5. go back to wipe and select Format Data
6. again to Advanced wipe > select everything there except USB-OTG
7. reboot to recovery again
8. connect your device to computer and copy the full 3.2.8 ROM to your device
9. go to Install > select the 3.2.8 ROM file
10. after it's done reboot to bootloader
11. flash stock recovery via cmd ( fastboot flash recovery *FILENAME*.img )
12. reboot recovery
13. factory reset and reboot
congrats you have your marshmallow back :good:
Click to expand...
Click to collapse
Thanks a lot. This is God send. Tired of contacting Oneplus support for reverting back to Marshmallow build.
---------- Post added at 11:40 AM ---------- Previous post was at 11:16 AM ----------
masterchif92 said:
Nope yandex ask me ti register is not a serious server. Make a gdrive or mega link so everyone can reach it...
Inviato dal mio ONEPLUS A3003 utilizzando Tapatalk
Click to expand...
Click to collapse
http://downloads.oneplus.net/oneplus-3/oneplus_3_oxygenos_3.2.8/
---------- Post added at 11:41 AM ---------- Previous post was at 11:40 AM ----------
Mina Mngawy said:
removed yandex link and added mega and google drive links
Click to expand...
Click to collapse
Can we download the 3.2.8.zip from oneplus website.??/
anup807 said:
Thanks a lot. This is God send. Tired of contacting Oneplus support for reverting back to Marshmallow build.
---------- Post added at 11:40 AM ---------- Previous post was at 11:16 AM ----------
http://downloads.oneplus.net/oneplus-3/oneplus_3_oxygenos_3.2.8/
---------- Post added at 11:41 AM ---------- Previous post was at 11:40 AM ----------
Can we download the 3.2.8.zip from oneplus website.??/
Click to expand...
Click to collapse
Yes you can I do my self when revert back to MM
rsfour said:
Worked perfect thank you!
Click to expand...
Click to collapse
for those who didn't understand how to go about with step 8 i.e how to transfer rom from pc, in twrp, select advanced--> adb sideload and from your PC in terminal type adb sideload filename.zip

Failure of the persist partition

TwRP does not want the persist partition, both automatically and manually. Please, send a copy of persist with xiaomi.eu. Earlier links that I found are out of date or in error in zip / rar.
SpiderSGS6 said:
TwRP does not want the persist partition, both automatically and manually. Please, send a copy of persist with xiaomi.eu. Earlier links that I found are out of date or in error in zip / rar.
Click to expand...
Click to collapse
I recently posted the solution for this issue on numerous threads
Download the required Dipper images Rom:
Fastboot Rom Link : dipper_global_images_9.6.27_20190627.0000.00_9.0_g lobal_30e0fc22ef.tgz
FYI Trivia: the release date of the firmware doesn't matter, If you use diff or Beyond Compare to analyse file differences you will find nothing different.
Unpack the fastboot rom, and manually extract the persist.img and then place it into the sd folder of your phone using recovery file manager.
Boot to TWRP
Go to advanced , then terminal
type: dd if = / sdcard / persist.img of = / dev / block / bootdevice / by-name / persist
After its finished reboot to system, finished
If that helped you click thanks instead of saying it.
if it doesn't work for you, there are several other ways to do this.
---------- Post added at 08:47 PM ---------- Previous post was at 08:35 PM ----------
SpiderSGS6 said:
TwRP does not want the persist partition, both automatically and manually. Please, send a copy of persist with xiaomi.eu. Earlier links that I found are out of date or in error in zip / rar.
Click to expand...
Click to collapse
Also
You should try using this version of TWRP, it does not have encryption issues.
https://drive.google.com/open?id=1NsbRBiloJ1CBKFZFYGbDP7d0oae5ATfu
The system works. Thanks a lot!
SpiderSGS6 said:
The system works. Thanks a lot!
Click to expand...
Click to collapse
Congrats, and you are welcome!
tsongming said:
I recently posted the solution for this issue on numerous threads
Download this Fastboot Rom : http://en.miui.com/download-346.html Download the Full Stable fastboot version and not the Recovery version.
FYI Trivia: the release date of the firmware doesn't matter, If you use diff or Beyond Compare to analyse file differences you will find nothing different.
Unpack the fastboot rom, and manually extract the persist.img and then place it into the sd folder of your phone using recovery file manager.
Boot to TWRP
Go to advanced , then terminal
type: dd if = / sdcard / persist.img of = / dev / block / bootdevice / by-name / persist
After its finished reboot to system, finished
If that helped you click thanks instead of saying it.
if it doesn't work for you, there are several other ways to do this.
---------- Post added at 08:47 PM ---------- Previous post was at 08:35 PM ----------
Also
You should try using this version of TWRP, it does not have encryption issues.
https://drive.google.com/open?id=1NsbRBiloJ1CBKFZFYGbDP7d0oae5ATfu
Click to expand...
Click to collapse
The ROM from this site is zip file and doesn't have a persist.img inside
can't see any other (fastboot) version there to download...
yarecco said:
The ROM from this site is zip file and doesn't have a persist.img inside
can't see any other (fastboot) version there to download...
Click to expand...
Click to collapse
Here I posted a photo of the rom unpacked. Note that the persist.image is there: https://forum.xda-developers.com/showpost.php?p=79814349&postcount=4
Basically you need the stable fastboot rom for your device ( Global or Chinese) It must be the fastboot rom and not the recovery rom.
tsongming said:
Here I posted a photo of the rom unpacked. Note that the persist.image is there: https://forum.xda-developers.com/showpost.php?p=79814349&postcount=4
Basically you need the stable fastboot rom for your device ( Global or Chinese) It must be the fastboot rom and not the recovery rom.
Click to expand...
Click to collapse
I know and I found that ROM but not from the link from the first post which does'nt contain any fastboot ROM.
You can find it here:
https://mirom.ezbox.idv.tw/en/phone/dipper/roms-global-stable/
yarecco said:
I know and I found that ROM but not from the link from the first post which does'nt contain any fastboot ROM.
You can find it here:
https://mirom.ezbox.idv.tw/en/phone/dipper/roms-global-stable/
Click to expand...
Click to collapse
Well the ROM was updated so the link now apparently goes to the newer build. At the end of the day any fastboot ROM with the built-in flashall.bat script will include all of the needed images.
Here is an additional site that includes multiple releases
https://xiaomifirmware.com/roms/download-official-miui-roms-for-xiaomi-mi8-dipper/
Sent from my Xiaomi MI 8 using XDA Labs
tsongming said:
I recently posted the solution for this issue on numerous threads
Download the required Dipper images Rom:
Fastboot Rom Link :
FYI Trivia: the release date of the firmware doesn't matter, If you use diff or Beyond Compare to analyse file differences you will find nothing different.
Unpack the fastboot rom, and manually extract the persist.img and then place it into the sd folder of your phone using recovery file manager.
Boot to TWRP
Go to advanced , then terminal
type: dd if = / sdcard / persist.img of = / dev / block / bootdevice / by-name / persist
After its finished reboot to system, finished
If that helped you click thanks instead of saying it.
if it doesn't work for you, there are several other ways to do this.
---------- Post added at 08:47 PM ---------- Previous post was at 08:35 PM ----------
Also
You should try using this version of TWRP, it does not have encryption issues.
Click to expand...
Click to collapse
What version?, your link doesn't work
Leoleo96 said:
What version?, your link doesn't work
Click to expand...
Click to collapse
The Q version if using Q and vice versa.
The links work, just fine. It's my account on AFH. ( See screenshot)
You may have to wait a few seconds for the source link to open. I checked it just now, obviously and it immediately loaded.
tsongming said:
The Q version if using Q and vice versa.
The links work, just fine. It's my account on AFH. ( See screenshot)
You may have to wait a few seconds for the source link to open. I checked it just now, obviously and it immediately loaded.
Click to expand...
Click to collapse
Regarding the fastboot rom, the link works. Also it's on the official site. People can't be bothered to click thanks but want direct links. Nope sorry.
tsongming said:
The Q version if using Q and vice versa.
The links work, just fine. It's my account on AFH. ( See screenshot)
You may have to wait a few seconds for the source link to open. I checked it just now, obviously and it immediately loaded.
Click to expand...
Click to collapse
Google drive link of your twrp still not work for me..
I use twrp-3.3.1-1-dipper but i think It doesnt work...
I should sede some files in persist folder right? (I cant see anything with twrp folder navigation)
I aso try ti flash by fastboot command but It says that i can't flash that partition (and more now phone Is frp Google locked because i cant log of i have no connection )
tsongming said:
Regarding the fastboot rom, the link works. Also it's on the official site. People can't be bothered to click thanks but want direct links. Nope sorry.
Click to expand...
Click to collapse
Here is a hint: it's a fastboot rom on the official site. You must use a desktop to download.
You can find direct links on the OP of the Xiaomi.eu thread, here on XDA it's on the OP.
---------- Post added at 09:46 PM ---------- Previous post was at 09:43 PM ----------
Leoleo96 said:
Google drive link of your twrp still not work for me..
I use twrp-3.3.1-1-dipper but i think It doesnt work...
I should are some files in persist folder right? (I cant sede anything with twrp folder navigation)
I aso try ti flash by fastboot command but It says that i can't flash that partition (and more now phone Is frp Google locked )
Click to expand...
Click to collapse
https://androidfilehost.com/?fid=4349826312261636232
---------- Post added at 09:48 PM ---------- Previous post was at 09:46 PM ----------
tsongming said:
Here is a hint: it's a fastboot rom on the official site. You must use a desktop to download.
You can find direct links on the OP of the Xiaomi.eu thread, here on XDA it's on the OP.
---------- Post added at 09:46 PM ---------- Previous post was at 09:43 PM ----------
https://androidfilehost.com/?fid=4349826312261636232
Click to expand...
Click to collapse
Okay, give a few minutes, and I will be back with you. When I get back home
@ Leoleo96
Okay, I just made an All in One thread with all possible Persist solutions and links checked : https://forum.xda-developers.com/mi-8/help/one-repair-persist-issues-t4036919
Thank you so much tomorrow i try

Categories

Resources