[ROM 5.1.1] CM 12.1 Unofficial Memopad 10 FHD Lte - ME302KL - Android General

CyanogenMod 12.1 for the Memopad FHD 10 4G - ME302KL ​
{
"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"
}
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
-----------------------------------------------------------------------------------------------------------------------------------------------------------
What Works:
Touch
Display
Brightness (auto and manual)
4G Network
WIFI
GPS
Bluetooth
Accelerometer
USB Charging
USB OTG
USB Pendrive
Ext SDcard
Deep Sleep
Front and Back Camera
and other things...
Bugs
-----
-----------------------------------------------------------------------------------------------------------------------------------------------------------​
Installation
You have to unlock tablet with asus app.
You have to use SevenMaxs TWRP RECOVERY for Me302kl
1. Download the ROM and the BOOT.IMG from the link below
2. Download GAPPS
3. Transfer the zip files to your SD card
4. Reboot to recovery mode
Note: You Must use TWRP recovery
5. Optional: Do nandroid backup
6. Wipe data / Factory Reset
7. Install CM zip
8. THIS STEP IS EXTREMELY NEEDED: Make a backup of system partition
9. THIS STEP IS EXTREMELY NEEDED: Advanced wipe - Wipe only system partition
10. THIS STEP IS EXTREMELY NEEDED: restore system backup
11. Flash Open GApps zip - (do not flash pico gapps. It has a AOSP keyboard FC BUG - I flashed Stock)
12. Install Boot.img zip
13. Reboot to system
Enjoy LOLLIPOP!
The steps from 8 to 10 are needed because the new system installer make a copy by block, not by files. So the system partition will be large as the system image file. After flashed the system, we make a backup and format the partition. Now the size of system partition will be correct so we can restore the rom.
-----------------------------------------------------------------------------------------------------------------------------------------------------------
Download: http://d-h.st/57LS This is only the ROM (system) without Boot.img - DONT'FLASH WITHOUT BOOT.IMG
Download Link for Boot.img http://d-h.st/nTaM
Download link for Boot.img with FastCharge [ http://www107.zippyshare.com/v/mrjjcDYf/file.html] thanks to SevenMaxs source.
Download Link for Framework-res.apk patched for Ext SD : http://www61.zippyshare.com/v/wONtvgZ4/file.html
Download TWRP Recovery by SevenMaxs : http://d-h.st/M3ep
To install recovery exstract frm the zip the file recovery.img and put it on the sdcard.
Then connect to the tablet with adb:
Code:
adb shell
su
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p25
Reboot into recovery VOL+ AND POWER
-----------------------------------------------------------------------------------------------------------------------------------------------------------
Source
Check out the KERNEL Source available on https://github.com/yatto/ME-302-KL
The rom is the Nexus 7 Official CM12.1 without some libs : system/lib/keystore.msm8960.so and power.msm8960.so and with the /system/vendor/lib/files from Me302kl 4.2.2 ROM
Feel free to submit any fixes, Just remember to give proper credits when using other people's source.
Credits
Cyanogenmod team
SevenMaxs for his recovery TWRP
If i missed someone contact me!
-----------------------------------------------------------------------------------------------------------------------------------------------------------
XDAevDB Information
CyanogenMod 12.1 for Me302kl, ROM for the Asus Memopad FDH 10 4G
ROM OS Version: 5.1.1 Lollipop
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod for Nexus7 2013
Version Information
Status: Beta1, Stable

All OK
Thank you!
The main camera is working, but I have not found how to switch on the front?
And It seemed to me too big image on the screen, I was a little turned down the dpi settings.

AlexXx70 said:
Thank you!
The main camera is working, but I have not found how to switch on the front?
And It seemed to me too big image on the screen, I was a little turned down the dpi settings.
Click to expand...
Click to collapse
The cameras are hard to fix. They are used in different way by nexus7 and me302kl... I'm working hard on it...
In next release i'll fix the external SD. In my test it works ! Nexus 7 does not have an external_sd so i had to modify kernel, initrd and framework to make sd working...
Have a nice day...

cool
Thanks for this will be giving it a try this weekend.

Boot Img Updated ! link at 1st post.
Fix Cameras
Fix Sdcard
You have to replace framework-res.apk to make extSD working.
1) Download framework-res.apk from the link at 1st post
2) Copy it on sdcard (internal)
3) open a terminal emulator or ADB shell ant type :
Code:
[B]su
mount -o rw,remount /system
cd /system/framework
rm framework-res.apk
cp /sdcard/framework-res.apk ./
chmod 644 framework-res.apk
reboot[/B]
Enjoy LOLLIPOP

I think I need some help.
Currently I have CM 11 installed and I'm trying to install CM 12.1.
I follow instruction step by step, but all I get is endless reboot into black screen right after asus logo.
I still can access TWRP recovery by holding vol+ so I restored CM 11 for now.
What can possibly cause this issue? I can provide TWRP log if this may help, but I'm not sure how to attach file here.
Thank you for all your hard work and sorry for bothering and being such a noob.

redunka said:
I think I need some help.
Currently I have CM 11 installed and I'm trying to install CM 12.1.
I follow instruction step by step, but all I get is endless reboot into black screen right after asus logo.
I still can access TWRP recovery by holding vol+ so I restored CM 11 for now.
What can possibly cause this issue? I can provide TWRP log if this may help, but I'm not sure how to attach file here.
Thank you for all your hard work and sorry for bothering and being such a noob.
Click to expand...
Click to collapse
Make sure that you have done all the Wipes (cahe, dalvik cache, data without data/media). Follow the istructions. If you like provide logs. After bootloop, in recovery "/proc/last_kmsg" log will be interesting. Also TWRP log.

yattodettaman said:
Make sure that you have done all the Wipes (cahe, dalvik cache, data without data/media). Follow the istructions. If you like provide logs. After bootloop, in recovery "/proc/last_kmsg" log will be interesting. Also TWRP log.
Click to expand...
Click to collapse
Yeah, I double-checked all steps, did I miss anything?
1. Wipe dalvik cache, cache and data without data/media
2. Install cm-12.1-test.zip
3. Backup system partition
4. Advanced wipe - wipe system partition
5. Restore system backup
6. Flash GApps (Open GApps stock 5.1)
7. Install Boot.img (ME302KL_LP_READY.zip)
Would you mind if I send you logs in private message?

Any feedback?

yattodettaman said:
Any feedback?
Click to expand...
Click to collapse
It's greate. All working fine.

Root
How to get ROOT now?

Which G-apps do you think is better for the ME302KL tablet?
I'd use "Open GApps arm 5.1 Stock" (arm 32).
Do you think that's good?

feedback
Followed all steps.
Booting took long long time with the ASUS logo flashing up time to time.
After some minutes lollipop robot came out, after a long while more appear the sign "Android starting - Applications....." and after 5 min. the tablet was ready.
Did the patch for external SD card and rebooted.
Took (again) very long time in rebooting but in the end everything seemed to work correctly.
The only problem is that the app "Premium Play" doesn't work because it see the devices as rooted. But it isn't.... or is it?( rooted, I mean)
The other thing is the time for booting but I think we can stand it.
Thank you very very much for your work, we all appreciate it very much.
---------- Post added at 02:02 PM ---------- Previous post was at 01:08 PM ----------
Display start flashing when you type something.
Tried different keyboards, than the default google one, the problem remain.
bye

hi¡¡ can i use this rom on fhd 10 without lte and 4g?

bepigreen said:
Followed all steps.
Booting took long long time with the ASUS logo flashing up time to time.
After some minutes lollipop robot came out, after a long while more appear the sign "Android starting - Applications....." and after 5 min. the tablet was ready.
Did the patch for external SD card and rebooted.
Took (again) very long time in rebooting but in the end everything seemed to work correctly.
The only problem is that the app "Premium Play" doesn't work because it see the devices as rooted. But it isn't.... or is it?( rooted, I mean)
The other thing is the time for booting but I think we can stand it.
Thank you very very much for your work, we all appreciate it very much.
---------- Post added at 02:02 PM ---------- Previous post was at 01:08 PM ----------
Display start flashing when you type something.
Tried different keyboards, than the default google one, the problem remain.
bye
Click to expand...
Click to collapse
Sorry I can't go on testing because an old problem of my tablet jump out again : touchscreen stop working.
I tried everything but nothing really worked the only thing that keep the problem more stable is the kernel inside the sevenmaxs patch :ME302KL_Boot-jb-14.09.25-Perun_by_SevenMaxs.zip.
So I have to go back to it.
Good luck for your fabulous work
---------- Post added at 09:22 PM ---------- Previous post was at 09:19 PM ----------
shindya228 said:
How to get ROOT now?
Click to expand...
Click to collapse
Actually CyanogenMod is a native rooted firmware.
Go in setting and find "root"

Everything is working - both cameras and extsdcard!
Many thanks for your job!!! :good::good::good:
But framework-res change through Root explorer.
Guys, don't forget activated superuser in settings of CM before mounting exsdcard.

First post updated with the link [http://www107.zippyshare.com/v/mrjjcDYf/file.htmlmg]
It is the boot.img with FastCharge.

yattodettaman said:
Any feedback?
Click to expand...
Click to collapse
Booting time (first installation and simple restart) take long time: the ASUS logo appears and than go away (blank screen) and then re-appears.. 3/4 times.
I have no tried the sdcard fix.
I have the problem of the Display flashing blue when typing something.
Problably wifi is a bit slow (i was comparing it with phone in downloading apps from play store ).

i tried it and it's an awesome rom
But the update didn't work with me
My device kept booting over and over again but nothing happened
Please help me to fix it and use sd card at my device

carlo.bar said:
Booting time (first installation and simple restart) take long time: the ASUS logo appears and than go away (blank screen) and then re-appears.. 3/4 times.
I have no tried the sdcard fix.
I have the problem of the Display flashing blue when typing something.
Problably wifi is a bit slow (i was comparing it with phone in downloading apps from play store ).
Click to expand...
Click to collapse
For the blue flashing try this: go on settings, display and lights, then enable .e xtended display.
For the First boot... It is not normal.

Related

[Q&A] [DEV][ROM][4.4.2][CM11] KITKAT for LG-P500 [WIP][VER-12 OTA]

Q&A for [DEV][ROM][4.4.2][CM11] KITKAT for LG-P500 [WIP][VER-12 OTA]
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:
LG P500 update to Kitkat
Hi Mukul ,
Feeling proud to hear that some one from India doing a great job and its being used by the other parts of the world.:good:
I saw your video. I have LG P500 Android 2.3.3, Kernal version 2.6.35.10, Build no. GR140, Software version LG-P500-V20d.
I followed your procedure and downloaded "cm-11-P500-Ver11-updated.zip" and saved in /SDCARD.
When power off and on the mobile using the Volume down+Home+Power its only recovering the phone and not installing the ROM. I even tried this using the ROM Manager and reboot with new ROM.
Please help.
mukulsoni said:
Updated ROM Version-12 is available now through OTA
{
"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"
}
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.4 (KitKat), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
This Support of the CyanogenMod is Unofficial and the sources are up at Androidarmv6
The fastest, smoothest and more stable Kitkat 4.4.2, Check out this video with installation procedure.
Installation
- First time flashing CM11 to your LG-P500 (or coming from another ROM)?
Root your device and install ClockworkMod Recovery 6.0.4.6 or above (Get it here)
Reboot into Recovery using 3-button-combo (Power+Vol dwn+home)
Do a Nandroid backup!
DON'T WIPE ANYTHING (data/factory reset + wipe cache partition+wipe dalvik+ format system)
Download and flash the ROM from internal sdcard using ClockworkMod Recovery 6.4.0.6
Simply flash in recovery through sdcard or adb sideload,
Follow the Aroma Menu. Finish
Reboot Device
- Upgrading from another CM10.2 or Older ROM
Reboot into Recovery using 3-button-combo (Power+Vol dwn+home)
Do a Nandroid backup!
DON'T WIPE ANYTHING (data/factory reset + wipe cache partition+wipe dalvik+ format system)
Download and flash the ROM from internal sdcard using ClockworkMod Recovery 6.4.0.6
Simply flash in recovery through sdcard or adb sideload,
Follow the Aroma Menu. Finish
Reboot Device
- Instruction for upgrade to new version from older version:
Upgrade version through OTA Updater
In Aroma Menu, Select Wipe Option 1 to upgrade the version.
Must select previous running SD-EXT script and Avoid those apps, which you have already installed in previous version.
Finish and Reboot device. Done!!!
- Increase Device Storage size for more apps (optional)
Install Link2SD app (Link Here)and create "SDEXT4" mount script (dont reboot here), change settings to autolink apps and then reboot device into Recovery (click to see how to create SDEXT4)
Successful boot, now install as many apps as you want
SEX Must read this:
Some people are really lazy to read and they ask the same question without reading this part. So just put something catchy to attract their attention here
1. DON'T SELECT WIPE CACHE AND DATA IN OTA after download of ROM or any updater patch.
1. You have to insert an active Sim into device or run into Airplane Mode otherwise the ROM will be laggy.
2. In Version 9, if you are choosing "AD2Sdx" Script then please have some patient on first boot as it will take 20-25 minutes. This script will flash the all apps in data storage first and then move to external storage (SDEXT) but after first boot everything will be normal. Also note this script mean for Class 10 sdcards. Although I have put some tweak to increase the reading speed of below class 10 sdcards but still writing speed will be slow. So those using 2gb or below class 10, will face a little slow this rom with Ad2sdx.
3. To use version 8, you must have to select one apps from "Music" and "Enhancement" section.
Working List
Quote:
Code:
#include <std_disclaimer.h>
/*
ALMOST EVERYTHING NOW :)
*/
Not Working List
Code:
#include <std_disclaimer.h>
/*
After Wifi hotspot tethering require reboot to use Wifi
Other, You have to find it ;)
*/
XDA: DevDB Information
Cyanogenmod 11 for Optimus One, a ROM for the LG-P500
CREDIT:
Google, CM Team, @hephappy aka AndroidMeda Jenkins; Link2SD (Bulent Akpinar); @amarullz, @M3nti0n, @dipesh1502 and all LG-P500 XDA community
ROM OS Version: KitKat 4.4.2
Based On: CyanogenMod
Kernel Source: https://github.com/androidarmv6/android_device_lge_p500
Thread created by @mukulsoni on 29-12-2013
__________________________________________________________________________
Please hit THANKS button, its motivate developer to work more enthusiastically
Click to expand...
Click to collapse
ASKLGP500 said:
Hi Mukul ,
Feeling proud to hear that some one from India doing a great job and its being used by the other parts of the world.:good:
I saw your video. I have LG P500 Android 2.3.3, Kernal version 2.6.35.10, Build no. GR140, Software version LG-P500-V20d.
I followed your procedure and downloaded "cm-11-P500-Ver11-updated.zip" and saved in /SDCARD.
When power off and on the mobile using the Volume down+Home+Power its only recovering the phone and not installing the ROM. I even tried this using the ROM Manager and reboot with new ROM.
Please help.
Click to expand...
Click to collapse
Thanks for your appreciation. Just saw your post as I am not available all the time. what exactly are you doing? I am not getting what you want to say above. anyway I am again explaining the procedure:
1. Reboot phone into recovery by pressing vol- + home + power button
2. select "Install Zip option"
3. Select from SDCARD
4. Choose the downloaded zip (hope you have saved it in sdcard)
5. Follow the procedure in Aroma Installer
Done
Fastboot mode started udc_start()
Hi, i installed 2 version 12 and 7 and both the same error after install finish i reboot and i get this error Fastboot mode started udc_start() and this is all i will put the error log down
some help will be welcome
mukulsoni said:
Thanks for your appreciation. Just saw your post as I am not available all the time. what exactly are you doing? I am not getting what you want to say above. anyway I am again explaining the procedure:
1. Reboot phone into recovery by pressing vol- + home + power button
2. select "Install Zip option"
3. Select from SDCARD
4. Choose the downloaded zip (hope you have saved it in sdcard)
5. Follow the procedure in Aroma Installer
Done
Click to expand...
Click to collapse
Hi,
Thanks for the reply.
I have LG P500 Android 2.3.3, Kernal version 2.6.35.10, Build no. GR140, Software version LG-P500-V20d.
I am trying to update 2.3.3 to 4.4 Kitkat. As you have mentioned I tried rebooting the phone into recovery by pressing vol- + home + power button. But its booting directly into the normal 2.3.3 version. No menus are displayed to select the "Install zip option".
Hope you got it.
Thanks,
Senthil
instagram
hi guys, does instagram works on this rom? because i have tried many of them but on every rom there is an error when you try to upload a photo, its stucks on loading...
so is there any rom on whitch instagram works correctly, and maybe is this the one?
wipe cache and davlik
does wiping cache/davlik AFTER Booting this ROM once have any negative impact?
ChemoXDA said:
does wiping cache/davlik AFTER Booting this ROM once have any negative impact?
Click to expand...
Click to collapse
No.
Need help
Hi there,
I had "cm-9.1.5-GenetICS-FINAL-p500+gapps" running on my LG p500.
I downloaded this rom "cm-11.0.0-RC11-p500" and followed the instructions "Upgrading from another CM10.2 or Older ROM" from this link "http://forum.xda-developers.com/showthread.php?t=2589303"
My CWM version is : v6.0.5.3
I booted into recovery --> install zip -->choose zip from /storage/sdcard0-->cm-11.0.0-RC11-p500.zip
it says, upgraded successfully.
I select reboot system now
Phone reboots and the CM logo comes up and I have waited for 1 hour but nothing happens.
It is stuck there at the CM logo.
I have removed the battery and tried flashing the ROM twice, but the result is same.
Requesting help to resolve this.
Thank you in advance.
Bump
Can someone help me out please!
Thanks
Hi
in need of help!
Thanks
- First time flashing CM11 to your LG-P500 (or coming from another ROM)?
Root your device and install ClockworkMod Recovery 6.0.4.6 or above (Get it here)
Reboot into Recovery using 3-button-combo (Power+Vol dwn+home)
Do a Nandroid backup!
DON'T WIPE ANYTHING (data/factory reset + wipe cache partition+wipe dalvik+ format system)
Download and flash the ROM from internal sdcard using ClockworkMod Recovery 6.4.0.6
Simply flash in recovery through sdcard or adb sideload,
Follow the Aroma Menu. Finish
Reboot Device
--------------------
- Increase Device Storage size for more apps (optional)
Install Link2SD app (Link Here)and create "SDEXT4" mount script (dont reboot here), change settings to autolink apps and then reboot device into Recovery (click to see how to create SDEXT4)
Successful boot, now install as many apps as you want
Click to expand...
Click to collapse
Hi
its my first time installing android rom
my device is rooted and just fine
i followed your instruction as you said and make SDEXT4 as you said
after loading my device and enter installation steps i finish ll of it but i got fastboot error
and i couldn't open my device so i make recovery to my old android
then i tried again with cyanogenmod cm-7.2.0-p500.zip the stable version and everything was awesome except wifi connection, unable to connect at all and keep disconnected.
and i read down there that " Not Working List After Wifi hotspot tethering require reboot to use Wifi "
any help to fix the fastboot error ??
how to fix wifi error ?
thanks
Set up wizard has stopped
Cmupdater, already merged in CM-11 (Android 4.4.4_r2, KTU84Q).
Since you're using mukulsoni's ROM version 12 (4.4.2), it's not supported OTA cmupdater.
1. Download ROM CM11-RC12 from jenkins. Link see my post few pages back.
2. Download cwm or twrp recovery TLS compatible for p500, by @Notonlyeyes and @HardLight respectively. You owe thanks to both experts! Links see previous posts or search on it.
3. Do not trim or edit /system ROM, otherwise openrecovery doesn't work, when you updated the ROM afterward.
4. Clean install (wipe system, cache, dalvik-cache, factory reset) RC12, since your current ROM is 4.4.2.
After booting it says " unfortunately the set up wizard has stopped"
Help Please..!
Candy crus saga not open
Candy crus saga not open ?
Very slow, any idea?
Hi guys, at first - many thanks for hard work on p500 & kit kat. Much appreciated. Everything seems very stable, except for being very slow, unusually, inconsistently slow.
Installed from scratch using cm-11-P500-Ver12, read instructions twice, including sex part then executed. No issues whatsoever. When I go to ILWT tools, I'm getting ILWT OC Deamon PID: not running. No matter what I try (create config file, remove and install daemon (and various options); remove battery as suggested in one reply; used google a lot; Superuser is allowed,...), I can't get it running. I can't figure out what's wrong; any idea would be very much appreciated - as I don't want to go back to previous ROM)..
Sim card not working in LG P500 Kitkat 4.4.2 CM11 V9 ROM by Mukul Soni
Hi i successfully roooted and CWM 6.0.4.6 and flashed my device installing the Kitkat 4.4.2 v9 rom by Mukul Soni...Everything is working fine the only problem is that my mobile is not reading sim cards now....It dosent searches for networks and says insert sim card in the mobile plans option...Please help
Problems with display and network
I downloaded and installed the custom ROM.First of all, I thank you Mr.Mukul Soni for your contribution in developing Kitkat for LG Optimus series.I am using LG P506 Thrive ,so after the installation of ROM there is problem with display and mobile networks.How can I resolve that?Please help.
Display:No clarity....blue/green colours
Mobile Network:Error in searching and connecting to mobile network
Can't install cm-11.0.0-RC12-p500
Hello.
I tried to install your rom cm-11.0.0-RC12-p500 on my P500 using CWMod-6.4.0.6-Jan16 (i got that from the links on the first page of the thread).
Unfortunately, it does not work. The rom ZIP file seems ok. I used this version of CWMod (flashed by fastboot) to install mukulsoni's custom rom (also taken from the first post) and the installation process worked. When rebooting, though, the phone hung endlessly on the "color flower logo", so I decided to try your rom.
Did I do anything wrong? Do I need another version of CWMod?
Any help is greatly appreciated!
Thanks in advance!
Phone not Charging After installing custom ROM
I have a LG P500 mobile phone..I have installed the custom rom Kitkat 4.4.2 CM11 version 11 by Mukul Soni..Everything is working fine except the thing that when i connect my phone to laptop/pc or even to my charger, it dosen't charges...Everytime i have to enable Developer options and then have to switch on USB debugging,then only the charging starts...I have to do it everytime....plz help me
antim098 said:
I have a LG P500 mobile phone..I have installed the custom rom Kitkat 4.4.2 CM11 version 11 by Mukul Soni..Everything is working fine except the thing that when i connect my phone to laptop/pc or even to my charger, it dosen't charges...Everytime i have to enable Developer options and then have to switch on USB debugging,then only the charging starts...I have to do it everytime....plz help me
Click to expand...
Click to collapse
I think you should go directly to this thread to ask someone and they can answer your question.

[Q&A] [ROM][5.1.1] CyanogenMod 12.1 for Acer A700[UNOFFICIAL]

Q&A for [ROM][5.1.1] CyanogenMod 12.1 for Acer A700[UNOFFICIAL]
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [ROM][5.1.1] CyanogenMod 12.1 for Acer A700[UNOFFICIAL]. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
My A700 don't want anything but CM10 ... what happens ?
Hi
I try to install it on my A700 rooted and with CM11 and encounter a problem that i can't solve.
I use Clockworkmod 6.05
I have wipe data/factory reset and format dalvik cache as well
During installation i have seen a message telling something about "detected EXT4 [...] and a folder name beginning with /dev and including TEGRA-3 in it (sorry, i didn't made a screen copy)"
Then after a long time "Script succeded : Result was [/system]".
And a message telling the installation was completed.
But when i reboot the phone, i do have the Acer logo, then after a long wait, it reboot and do the same again and again
So after some despair, i try to reinstall CM11 and also try Pac-man but to no avail... seems impossible to reinstall any kitkat android .
As a consequence, i try to install CM 10.2 and it works
Another strange thing is that the "wipe data/factory reset" now hang on "format /cache"... i have to reboot the a700, then go to advanced and choose format /cache from there to be able to finish it.
As i can guess i missed something and want to try your version of CM12 , can you help me understand how to solve this problem ?
Hi,
You should try to make a cleaner install by
- make a factory reset
- format /system
- flash the CM 12.1 ROM
- flash the CM 12.1 Gapps
- reboot
Shreps said:
Hi,
You should try to make a cleaner install by
- make a factory reset
- format /system
- flash the CM 12.1 ROM
- flash the CM 12.1 Gapps
- reboot
Click to expand...
Click to collapse
Hello
thanks but i can't use the factory reset as it hang on the "format /cache" operation
So what i have done each time i try was :
format /system
format /cache
format /data
wipe dalvik cache
I don't get it ... could this be a problem with the CWM i install on it ?
this is insane
OK i install CTR yesterday to give a try but still have issues
Now i am 100% sure there is no link with CM 12.1, so i don't know how to remove my message from [Q&A] about it.
Here is the message i got when installing it
{
"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"
}
Is it the normal behavior ?
When i want to install Full GAPPS, i have this message
Is it normal as i just format the /system ?
As said yesterday, i do each time :
-Format /system
-Format /cache
-Format /data
-wipe dalvik cache
I even remove all backups as they don't works
even with CTR, i am still unable to use wipe/factory reset ... when doing the format /cache, nothing happens, the menu never came back ...
If i do one after another Format /system, Format /cache ,Format /data, the menu disappear... and i have the same issue on CWM so perhaps this is an issue that everyone has ?
OK so CM11, CM12 and Pacman don't works (loop on the Acer logo).
This is strange as before trying to install CM12, i was using CM11.
The only one that works is CM10.2.
But now the insane part : at the beginning, to install CTR, as my CM10.2 was "fresh" i install firefox and flashify.
So i have the 2 icons on the desk
After formatting many times, wiping all i could, and installing many OS, i reinstall CM10.2
And the icons and wifi parameters were still there !
It is as not everything was wipe
is there any way to check what happens using Adb or fastboot at each step ?
VICTORY!
Thanks to Shreps, i have been able to resolve my issue
Here are what i have done using his advices in fastboot mode
> fastboot erase cache
> fastboot erase system
> fastboot erase userdata (takes 28s to finish it !!!)
> fastboot reboot-bootloader
> fastboot erase boot
> fastboot erase recovery
> fastboot flash recovery C:\.........\recovery-ctr.img
> fastboot boot C:\.........\recovery-ctr.img
I have change the boot and recovery erase to do it at the last moment - just in case something goes wrong
Then i have install CM12.1 and i have the following message
After rebooting, i was glad to see this expected screen :victory::victory:
Oh i forget to add i use CM12.1 Gapps
I have test many features (camera, wifi, checking each parameters screen to see each options) and you have done a wonderful work Shreps !
Ok one last tought for people who want to try
The "desktop" seem to be quite small for icone at first, as on this screen capture
I mean, i have put the google icon on the right and you still have a big place unavailable on the right
In fact, this is because of the google search bar - after removing it, the screen was resized to take space available.
Ok again THANKS Shreps for both your help on my problem , the CTR and CM12.1
Ok i have less than 10 posts, so my comments won't be on the discussion about CM12.1 - sorry for that.
RichieXX said:
My parents have a Acer A700 . I have changed ROM from CM11 to Pacman, because the performance was very poor. They are actually very happy with it. What is the performance of your CM12 against CM11 or Pacman KK? Is it worth changing to Lollipop.
Click to expand...
Click to collapse
Mankann said:
Thank you, Shreps, for this ROM! Have been testing it for a couple of days, and it's nice, the performance is the same as on CM 11 - actually it feels even smoother
Click to expand...
Click to collapse
Ok i never try Pac-man but i have use CM11 for some months, CM10 for some days and now CM12 for some hours
I have the same feeling as Mankann - for me, CM12.1 is somewhere between CM10 and CM11 regarding the smoothness
The navigation between menu is far quicker than CM11, the applications on another side are slower to launch than CM10 but still a little quicker than CM11. It was quite slow when reinstalling all apps from Playstore.
But the result is fine, i believe only a few is missing to have something very smooth. I don't know if this is more RAM or CPU.
I have to use it for a couple of hours to see if i encounter issues
Strikerfoxx said:
Ok i have less than 10 posts, so my comments won't be on the discussion about CM12.1 - sorry for that.
Click to expand...
Click to collapse
No problem. I found your answer yet.
Ok i never try Pac-man but i have use CM11 for some months, CM10 for some days and now CM12 for some hours
I have the same feeling as Mankann - for me, CM12.1 is somewhere between CM10 and CM11 regarding the smoothness
The navigation between menu is far quicker than CM11, the applications on another side are slower to launch than CM10 but still a little quicker than CM11. It was quite slow when reinstalling all apps from Playstore.
But the result is fine, i believe only a few is missing to have something very smooth. I don't know if this is more RAM or CPU.
I have to use it for a couple of hours to see if i encounter issues
Click to expand...
Click to collapse
Thank you for your first impressions of CM12. At the end I probably remains only the self-test.
I have found an issue
When i use the camera, if i switch from frontal to back on or vice-versa, the application hangs, then stopped with an error message
You have to restart the camera application and from time to time you have the message "impossible to connect to the camera" (probably bad Translation as i use CM12 in French "Impossible de se connecter à la camera") so you have to restart the tablet
---------- Post added at 09:47 AM ---------- Previous post was at 09:39 AM ----------
Second issue is noise in headphones (there was no noise on CM 11). Disabling stock AudioFX (and its complete removal) as well as installing ViperFX, which I used on CM 11, change some audio effects but not the constant ssssshhhhhhh.
Everything else is very nice
Click to expand...
Click to collapse
I also have the audio blank noise "shhhh" when using VLC and headphone. For me it is just a small noise
I didn't check audiofx but the sound is there even after the video have ended, and it stop if i close VLC.
Sorry for all theses post , the goal is to help improve this version of CM:fingers-crossed:
No Apps can be installed
I've installed the latest rom 16.06 250MB space of 32 Gib could be used , can you fix it? Its the first lollipop rom and it run verry well !
I had CM11 KK on my a700. I tried to flash cm-12.1-20150616-UNOFFICIAL-a700 in CWMR 6.0.4.4.(couldnt find newer version) like usual, but it didnt work. Now my a700 is stuck in a bootloop. I tried to flash CM11 KK again, but only a cyanogen logo appears and then it reboots. Can someone help?
Stammleser said:
I had CM11 KK on my a700. I tried to flash cm-12.1-20150616-UNOFFICIAL-a700 in CWMR 6.0.4.4.(couldnt find newer version) like usual, but it didnt work. Now my a700 is stuck in a bootloop. I tried to flash CM11 KK again, but only a cyanogen logo appears and then it reboots. Can someone help?
Click to expand...
Click to collapse
Do You have a JB bootloader? Did you try to factory reset?
Envoyé de mon One+
>>bootloader version jb-653b3d3 (unlock mode)<< appears always above in the left corner. when i do wipe data/factory reset, it reboots, but only to the acer logo.
Just dusted off my Acer 700 from the closet. I had totally forgotten I had it (received free gift sometime ago!). Went from stock 4.1.1 straight to this and I am still testing things out. One recommendation I have is to go with CTR (not TW or CW) and wipe+format partitions. You don't see any errors and just installs in a cleaner filesystem.
Stammleser said:
>>bootloader version jb-653b3d3 (unlock mode)<< appears always above in the left corner. when i do wipe data/factory reset, it reboots, but only to the acer logo.
Click to expand...
Click to collapse
Try to install CTR for A700 made by shreps and if it didn't work, follow what i have done in that post using fastboot to be sure that no data are still on your device.
---------- Post added at 09:20 AM ---------- Previous post was at 09:09 AM ----------
Hi Sterist
Did you try to remove the flex partition and expand the system one ?
Strikerfoxx said:
Try to install CTR for A700 made by shreps and if it didn't work, follow what i have done in that post using fastboot to be sure that no data are still on your device.
---------- Post added at 09:20 AM ---------- Previous post was at 09:09 AM ----------
Hi Sterist
Did you try to remove the flex partition and expand the system one ?
Click to expand...
Click to collapse
not on the a700
I tried it on my s4 and note 4 since they can recover (most) partition errors, and upon trying to resize any partition, it failed and have a error. that was several days ago and I can't remember what the error was
maybe I forgot to unmount it...
A new build is online based on the r6 tag
Click to expand...
Click to collapse
I download it this morning and plan to install it in a few days
Is there any way to install it using the update screen in Cyanogen instead of using CTR each time (and format everything) ?
Great !
5.1 on my A700, I'm gonna test it right now...
Strikerfoxx said:
Try to install CTR for A700 made by shreps and if it didn't work, follow what i have done in that post using fastboot to be sure that no data are still on your device.
Click to expand...
Click to collapse
i downloaded the CTR file, but i dont know how to install it.
My experience with the rom : installed it without any issue, with nano gapps, after full wipe (TWRP 2.6). Install and set up was not that long. Restored my apps with TB.
Great to have CM12 (thanks to the dev !) All seemed to work fine at first. But I got many huge lags, ~30 sec to load an app, then again ~30 sec to change page or scroll down... (not all the time - and Antutu scired a good 19500). Got the same kind of lags when I tested CM11 I think.
More importantly, I can't play most of my videos (with MX player or some streaming app). It freezees on the first images while the sound continues to play normally. Someone have any idea where that come from ? I tested some ambient display parameters, some 2d/3d acceleration parameters under development parameters but nothing changed...
I think I might have to go back to pac man rom, which didn't had these issues for me...

[ROM][7.1.2][AOSP] Android N for MeMOPAD 10 FHD LTE

Android N for the MeMOPad FHD 10 4G - ME302KL ​
{
"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"
}
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Talking about Overclocking:
Overclocking (or underclocking) is optional. The installer lets you choose the maximum frequency. You can set the maximum frequency individually for each CPU core in the installer. Whatever frequencies you chose in the installer will be set at boot for each CPU. Not all devices can handle overclocking. The stock maximum CPU frequency is 1512MHz. I recommend a mild overclock, like 1728MHz for daily use. Clocking higher creates heat and wastes battery for very little performance gain. (FROM ELEMENTALX POST)
talking about CPU voltages
The installer allows you to choose from several undervolting options. These automatically undervolt the lowest frequency (384MHz) where the CPU spends most of its time. The voltages for other frequencies are assigned based on the PVS bin of your phone. CPU voltages are fully customisable with apps such Kernel Tuner or Trickster Mod, but I recommend leaving these other voltages as-is unless you are prepared to do a lot of testing. Be careful, lowering voltages can cause instability. Generally, having reboots while the phone is asleep or other weird problems is a sign that your minimum voltage is too low. The minimum voltage allowed is 700mV. (FROM ELEMENTALX POST)
Max CPU Freqs avaiable (0ver stok 1512000) : 1620000, 1728000, 1836000, 1890000, 1944000, 2052000, 2160000, 2214000
Max GPU Freqs avaiable (Over stock 400): 450, 477, 491, 504, 531, 555, 585
talking about GPU Governor
In wizard you can choose also the simple governor.
Installation
You have to unlock tablet with asus app.
You have to use SevenMaxs TWRP RECOVERY for Me302kl
1. Download the ROM from the link below
2. Download GAPPS (OpenGapps Micro tested)
3. Transfer the zip files to your SD card
4. Reboot to recovery mode
Note: You Must use TWRP recovery
5. Optional: Do nandroid backup
6. Wipe data / Factory Reset
7. Install the rom zip
8. Install GAPPS
9. Install SuperSU to root the Tablet
10. flash Overlay Fix and Init.d Enabler https://www.androidfilehost.com/?fid=529152257862728608
11. Reboot to system
Enjoy Android 7.x !
The ROM is not rooted, so you have to download and install SuperSU with TWRP. You have to use SuperSU
To Set Overclock/undervolt Parameters:
1) go again in TWRP and flash the ElementalX for ME302KL Zipfile
2) follow the wizard to set the parameters
3) reboot the tablet.
4) Use EX Kernel Manager fron google play or Kernel Adiutor to fine tuning of these parameters.
-----------------------------------------------------------------------------------------------------------------------------------------------------------
Download 7.1.2 r12 Releasehttps://www.androidfilehost.com/?fid=817550096634776292
with ExKernel 6.08 inside. https://www.androidfilehost.com/?fid=889764386195906335
ATTENTION !!!!
This is a new release wit a new kind of ramdisk. System is adapted to it too
Don't install older release of Ex Kernel (before 6.08) or Glitch Kernel (before r566) on this rom if you don't want a bootloop...
Download TWRP Recovery by SevenMaxs : http://forum.xda-developers.com/showpost.php?p=68444210&postcount=44
To install recovery exstract frm the zip the file recovery.img and put it on the sdcard.
Then connect to the tablet with adb:
Code:
adb shell
su
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p25
Reboot into recovery VOL+ AND POWER
-----------------------------------------------------------------------------------------------------------------------------------------------------------
Source
Check out the KERNEL Source available on https://github.com/yatto/ElementalX
The rom is the Nexus 7 AOSP 7.1.2 Nougat by @DevSwift1 and @zaclimon and @followmsi without some libs : system/lib/keystore.msm8960.so and others and with the /system/vendor/lib/files from Me302kl 4.2.2 ROM
Feel free to submit any fixes, Just remember to give proper credits when using other people's source.
Credits
@DevSwift1
@zaclimon
@SevenMaxs
@followmsi
-----------------------------------------------------------------------------------------------------------------------------------------------------------
XDAevDB Information
Android Nougat AOSP 7.1.2 for Me302kl, ROM for the Asus MeMO Pad FDH 10 LTE
ROM OS Version: 7.x
ROM Kernel: Linux 3.4.x
Version Information
Status: Stable
If you have previously flashed CM13 with f2fs filesystem on data and cache, remember to convert to ext4 again because this is an AOSP ROM so doesn't supprt f2fs filesystem.
Later this evening i'll try to flash Asus Apps and if they will work i'll make flashable zips for community and i'll share here with some screenshots.
I also will test if this AOSP has the same issues of Nexus 5 Nougat rom.
Thank you Yatto!!!!!!!!!!!!!!!!!
Screenshots
@GiGiSSiMo: AMAZING...
Well, I made what you wrote:
1) Flash ROM
2) Flash NANO Open GApps
3) Flash SuperSU version suggested as OP
4) Boot and configure your Google account
5) Install from Play Store ZenUI Launcher
5) Flash the Asus App file.
I only have to install IME apk for Asus keyboard. All the Asus Apps are working fine...
Good JOB !
Instructions zenUI
1) Flash ROM
2) Flash NANO Open GApps
3) Flash SuperSU version suggested as OP
4) Boot and configure your Google account
4 BIS) Install from Play Store ZenUI Launcher https://play.google.com/store/apps/details?id=com.asus.launcher
5) Flash the file I will attach later (I'm writing from tab): https://www.sendspace.com/file/9izug7
6) Boot tablet and reinstall by APK you find into the zip file gallery and ime (keyboard)
7) Enjoy
Amazing, you are unstoppable! ^_^
I tried this ROM and I can say that it works very well.
I think the only bugs I noticed so far are those two that also occurred with CM roms.
The first one is those blue flashes that appear when using keyboard.
And the second one is that it' impossible to power off tablet if it's connected to a charger or PC - it'll power on again.
That's all that got my attention for now.
By the way, tutorial in the main post says "7. Install CM zip", while this ROM isn't CM. ^^
redunka said:
Amazing, you are unstoppable! ^_^
I tried this ROM and I can say that it works very well.
I think the only bugs I noticed so far are those two that also occurred with CM roms.
The first one is those blue flashes that appear when using keyboard.
And the second one is that it' impossible to power off tablet if it's connected to a charger or PC - it'll power on again.
That's all that got my attention for now.
By the way, tutorial in the main post says "7. Install CM zip", while this ROM isn't CM. ^^
Click to expand...
Click to collapse
For keyboard flashing you have to enable developer options and enable disable overlay hw, or install zenui kB. [emoji6]
GiGiSSiMo said:
For keyboard flashing you have to enable developer options and enable disable overlay hw, or install zenui kB. [emoji6]
Click to expand...
Click to collapse
I know about those solutions.
But I would like to see this issue fixed completely.
Some bugs:
1) adopted storage formatting exit with errors, SD card results broken and needs formatting again, but works only as external storage
2) Nougat general problem /System is not mounted as rw, so apps like AdAway doesn't work: solution is through adb shell creating a symlink:
su
mount -orw,remount /system
rm /system/etc/hosts
ln -s /data/data/hosts /system/etc/hosts
mount -oro,remount /system
3) I can't access to external SD card with mame or ScummVM emulator
GiGiSSiMo said:
Some bugs:
2) Nougat general problem /System is not mounted as rw, so apps like AdAway doesn't work:
3) I can't access to external SD card with mame or ScummVM emulator
Click to expand...
Click to collapse
It Is non a Bug. It Is Android N. Adaway has a systemless host file to flash with twrp
Read here:
http://forum.xda-developers.com/showthread.php?t=2190753
redunka said:
I know about those solutions.
But I would like to see this issue fixed completely.
Click to expand...
Click to collapse
Offline Charging bug is present since Asus stock 4.2.2. My tab always poweron when i connect power source and it always return alive when poweroff withpower source.
Blue flickering is hard to fix. Many device have this bug after an update to lollipop and later....
yattodettaman said:
Offline Charging bug is present since Asus stock 4.2.2. My tab always poweron when i connect power source and it always return alive when poweroff withpower source.
Blue flickering is hard to fix. Many device have this bug after an update to lollipop and later....
Click to expand...
Click to collapse
Strange, I never had that charging bug on stock 4.2.2.
Anyway, these bugs are minor, nothing to really worry about.
Thank you for all hard work.
On an unrelated note: couldn't someone share a backup of EFS partition, please?
Do I have to install the third version of TWRP or 2.8.1 will perfectly do the trick?
SnuffyRus said:
Do I have to install the third version of TWRP or 2.8.1 will perfectly do the trick?
Click to expand...
Click to collapse
No, you have to install last recovery : ME302KL_TWRP-3.0.2.1-M by @SevenMaxs
yattodettaman said:
No, you have to install last recovery : ME302KL_TWRP-3.0.2.1-M by @SevenMaxs
Click to expand...
Click to collapse
Thanks a lot for your work, keep it up!
Some screenshots:
@all
Hello friends. What about battery in this rom? In cm 13 it has configured wrong.
And also, how i can backup my efs partition via dd?
And if I read correctly, if I install asus keyboard, i do not have any isues with blue flashes?
WARNING
I think I should warn everybody about this.
Be careful when restoring backups with TWRP 3.0.2.x.
At least three people have confirmed that restoring backups of all partitions using TWRP 3.0.2.x will brick device.
It happens only with TWRP 3.0.2.x, while TWRP 2.8.0.1 can restore backups of all partitions without any problems.
@SevenMaxs, do you have any ideas for why this may happen?
redunka said:
I think I should warn everybody about this.
Be careful when restoring backups with TWRP 3.0.2.x.
At least three people have confirmed that restoring backups of all partitions using TWRP 3.0.2.x will brick device.
It happens only with TWRP 3.0.2.x, while TWRP 2.8.0.1 can restore backups of all partitions without any problems.
@SevenMaxs, do you have any ideas for why this may happen?
Click to expand...
Click to collapse
What you mean when you say "all partitions" ? If you restore only /data /system and /boot ? What did it happen ?
LazyMind said:
@all
Hello friends. What about battery in this rom? In cm 13 it has configured wrong.
And also, how i can backup my efs partition via dd?
And if I read correctly, if I install asus keyboard, i do not have any isues with blue flashes?
Click to expand...
Click to collapse
With Asus apps (Zen Launcher and Asus Keyboard) the blue flickering's gone
Why you say that battery is wrong ? Only form mah reporting from some apps ?

[RECOVERY][OFFICIAL][TWRP - 3.3.1-0][Xiaomi Redmi Note 7 PRO]

{
"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"
}
DISCLAIMER:​
Code:
/*
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* Please do some research if you have any concerns about features included in the products you find here before flashing it!
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
* Same statement for XDA.
*/
INFORMATION:​
Team Win Recovery Project (TWRP) is an open-source software custom recovery image for Android-based devices. It provides a touchscreen-enabled interface that allows users to install third-party firmware and back up the current system which are functions often unsupported by stock recovery images. It is, therefore, often installed when flashing, installing or rooting Android devices, although it isn't dependent on a device being rooted to be installed.
Read more about TWRP here: https://twrp.me/about/​
NOTE : ​
This build of TWRP is based on the kernel source code and no prebuilt kernel was used for building. Because, it is the first build, testers are very welcome for providing feedback regarding the build. ​
CHANGELOG (3.2.3.0) :​
WHAT'S NEW?
* Fix automatic installing of OTA zips on encrypted devices
* Remove SuperSU from TWRP
* Support both md5 and md5sum file extensions when doing MD5 checking for zip files​
CHANGELOG (3.3.0.0) :​
WHAT'S NEW?
* Merge AOSP 9.0 r3 (Dees_Troy)
* Use ANDROID_ROOT variable instead of hard coding to /system (CaptainThrowback)
* Decrypt FBE on 9.0 and metadata decrypt (Dees_Troy)
* vold decrypt updates (CaptainThrowback and nijel8)
* Support vibration on LED class devices (notsyncing)
* Metadata decrypt support for Pixel 3 (Dees_Troy)
* Support rotating the display via build flag (vladimiroltean)
* Reboot to EDL mode button (mauronofrio)
* Support MTP on FFS devices (bigbiff)
* Update FDE decrypt to support keymaster 3 and 4 (Dees_Troy)
* Detect mkfs.f2fs version to properly format on f2fs partitions (Dees_Troy)
* Allow TWRP to use md5 and sha256 checksums for zip installs (bigbiff)
* TWRP can use /data/cache/recovery and /persist/cache/recovery on AB devices with no cache partition (bigbiff)
* Switch part of advanced menus in TWRP to use a listbox of options (Dees_Troy)
* Use magiskboot to allow repacking boot images for installing TWRP (Dees_Troy with thanks to topjohnwu of course)​
* Also, there was a major bug with the previous build which prevented the flashing of any file because of the "digest-verification" has been fixed with this release. Enjoy!
CHANGELOG (3.3.1-0) :
WHAT'S NEW?
* Fix selinux issues during formatting - dianlujitao
* Various fixes for toybox and toolbox builds - CaptainThrowback and bigbiff
* Flash both A and B partitions when installing a recovery ramdisk - Dees_Troy
* Add option to uninstall TWRP app from /system - Dees_Troy
* Create digest for subpartitions - bigbiff​
DOWNLOAD :​
You can download the latest build of the TWRP from the official site here:​
TWRP(Official)​
BUGS:​
Encryption (for MIUI)
INSTRUCTIONS :​
Download the recovery image and place it in some folder on your desktop and open the Terminal/Command Prompt/Powershell in the said folder.
Connect your device to the PC and boot into the fastboot mode using H/W keys or by typing :
Code:
adb reboot bootloader
Now, type :
Code:
fastboot flash recovery twrp-3.3.0-0-violet.img
OR,
Most devices can be updated quickly and easily within TWRP if you already have version 2.8.4.0 or higher installed
Download the recovery image from the link.
Reboot to TWRP.
Hit Install and tap the "Images..." button in the lower right
Browse to the location of the TWRP image on your device and select it.
Select recovery from the partition list and swipe to flash.
For users who are running MIUI : ​
Thanks to Snehashis Sarkar for a short tutorial.
Your data will get wiped before flashing the recovery so take a backup of the internal storage.
Reboot to fastboot.
Wipe the Userdata via fastboot.
Flash this recovery.
Boot into the recovery and format the data (just format it, don't go for the "advanced wipe" section .
Flash this image file: Patched fstab + vbmeta + thermal configs for better performance
Reboot and enjoy.
CREDITS: ​
TwrpBuilder for trees​
Kernel Source : ​
Link: android_kernel_xiaomi_sm6150
XDA:DevDB Information
[RECOVERY][OFFICIAL][TWRP - 3.3.1-0][Xiaomi Redmi Note 7 PRO], Tool/Utility for the Xiaomi Redmi Note 7 Pro
Contributors
Doomsday101
Source Code: https://github.com/TeamWin
Version Information
Status: Stable
Current Stable Version: 3.3.1-0
Stable Release Date: 2019-05-11
Current Beta Version: 3.3.0-0
Beta Release Date: 2019-04-03
Created 2019-04-02
Last Updated 2019-05-23
Reserved
Not able to Boot.
1. Fastboot boot twrp_violet.img not working.. Phone reboots normally.
2. So booted TWRP manually (Volume Up + Power) And Phone stuck on TWRP Logo Screen.
See the attachments for more info.
Thank you for your build !
Do you know if someone started to work on porting ROMs ?
diamantik said:
Thank you for your build !
Do you know if someone started to work on porting ROM's ?
Click to expand...
Click to collapse
I don't know if someone is working on ROMs but it is likely because of the unreliable kernel source ATM by Xiaomeme.
Vatumb said:
Not able to Boot.
1. Fastboot boot twrp_violet.img not working.. Phone reboots normally.
2. So booted TWRP manually (Volume Up + Power) And Phone stuck on TWRP Logo Screen.
See the attachments for more info.
Click to expand...
Click to collapse
Can you send me the logcat of the kmsg file present in the /proc directory using adb shell when the twrp is stuck on bootlogo?
Doomsday101 said:
I don't know if someone is working on ROMs but it is likely because of the unreliable kernel source ATM by Xiaomeme.
Click to expand...
Click to collapse
Ok thank you
I had order my device , when i will receive it , i will try to help the community with what i can , i will be glad to test things , and develop them , hopefully we can get more devs , and together we can maintain the development for RN7 Pro alive
diamantik said:
Ok thank you
I had order my device , when i will receive it , i will try to help the community with what i can , i will be glad to test things , and develop them , hopefully we can get more devs , and together we can maintain the development for RN7 Pro alive
Click to expand...
Click to collapse
Sure thing ?
It will boot, try fastboot erase userdata, but you can't flash any ROM (MIUI) atm, as it has encryption bug, which needs to be fixed by the OP!
Vatumb said:
Not able to Boot.
1. Fastboot boot twrp_violet.img not working.. Phone reboots normally.
2. So booted TWRP manually (Volume Up + Power) And Phone stuck on TWRP Logo Screen.
See the attachments for more info.
Click to expand...
Click to collapse
Has anyone else tested this and does it seem to be working fine? I'm quite scared in flashing recoveries :/
---------- Post added at 09:28 PM ---------- Previous post was at 08:34 PM ----------
twrp's stuck on the twrp logo btw
moriyaprateek said:
Has anyone else tested this and does it seem to be working fine? I'm quite scared in flashing recoveries :/
---------- Post added at 09:28 PM ---------- Previous post was at 08:34 PM ----------
twrp's stuck on the twrp logo btw
Click to expand...
Click to collapse
The recovery has the encryption bug atm as stated by @talk2indrajit in the last post. So, you will have to erase userdata via fastboot first. I suggest you take a backup, get rid of Miui and continue with the said process and flash the newly built LOS16 by @Dyneteve (if you seek to flash a custom ROM).
Can anyone update the twrp to 3.0.3?
Not able to flash vbmeta.img fastboot mode..
Is any other way to flash vbmeta without fastboot mode because my platform tools fastboot not work gives error unknown fastboot command.. Please replay..
Aj51 said:
Is any other way to flash vbmeta without fastboot mode because my platform tools fastboot not work gives error unknown fastboot command.. Please replay..
Click to expand...
Click to collapse
Download latest adb from here
https://developer.android.com/studio/releases/platform-tools
When can it decrypt /data?
Vatumb said:
Not able to Boot.
1. Fastboot boot twrp_violet.img not working.. Phone reboots normally.
2. So booted TWRP manually (Volume Up + Power) And Phone stuck on TWRP Logo Screen.
See the attachments for more info.
Click to expand...
Click to collapse
Same problem happen with me
kishangupta009 said:
Same problem happen with me
Click to expand...
Click to collapse
Don't use this command, it was mentioned somewhere, it doesn't work for now, you need to flash it , fastboot flash recovery recname.img.
Guys this TWRP is not working , gets stuck at TWRP logo !
Try the another : https://forum.xda-developers.com/re...ficial-3-2-3-redmi-note-6-pro-violet-t3912400
ok, so here's an anecdote.
when i flashed it for the first time using fastboot command, i got it stuck on the logo as well. then i looked it up, and i found this vbmeta thing, which i don't really know what is. got it to flash using platform tools (vbmeta), then flashed the other twrp on this site, and booted into it. (went with the other twrp because that is what the youtube video was using as well, and i just wanted to get over the loop, didn't think to test out)
so, successfully booted into twrp(OTHER)
from there i had to flash the lineage vendor patch cuz can't load any roms (that i tried) without it. tried flashing rom and gapps, worked. this works, no problem. (maybe some of you might want to check if the vbmeta thing was required, or if you can straight flash the older twrp from commands.)
then i went back, wiped out stuff (cache,dalvik, system and data, NOT vendor) and i flashed twrp(THIS) using twrp(OTHER), just to see
got twrp(THIS) to boot successfully.
problem here now is that it spits an error on fkin digest verification for any rom. if i can't even flash a rom, i can't get beyond that. error being "digest verification failed" or something like that.
im tired of this twrp, someone should maybe test things out further, idk where to go from here. this just flat out doesn't work.
kuhru said:
ok, so here's an anecdote.
when i flashed it for the first time using fastboot command, i got it stuck on the logo as well. then i looked it up, and i found this vbmeta thing, which i don't really know what is. got it to flash using platform tools (vbmeta), then flashed the other twrp on this site, and booted into it. (went with the other twrp because that is what the youtube video was using as well, and i just wanted to get over the loop, didn't think to test out)
so, successfully booted into twrp(OTHER)
from there i had to flash the lineage vendor patch cuz can't load any roms (that i tried) without it. tried flashing rom and gapps, worked. this works, no problem. (maybe some of you might want to check if the vbmeta thing was required, or if you can straight flash the older twrp from commands.)
then i went back, wiped out stuff (cache,dalvik, system and data, NOT vendor) and i flashed twrp(THIS) using twrp(OTHER), just to see
got twrp(THIS) to boot successfully.
problem here now is that it spits an error on fkin digest verification for any rom. if i can't even flash a rom, i can't get beyond that. error being "digest verification failed" or something like that.
im tired of this twrp, someone should maybe test things out further, idk where to go from here. this just flat out doesn't work.
Click to expand...
Click to collapse
Thank you for trying it out previously. I have released a new build today with the latest TWRP version (3.3.0.0) and now the "digest-verification" bug has been fixed.

[RECOVERY][UNOFFICIAL][excalibur][v3.0.0] Pitch Black Recovery [30/07/20]

{
"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"
}
Code:
/*
*Disclaimer
*
* Your warranty is now void.
*
* We're not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*/
Introduction
Pitch Black Recovery is a fork of TWRP with many improvements to make your experience better. It's more flexible & easy to use.
Based on TWRP version: 3.4.0
PitchBlack version: 3.0.0
For device: excalibur
Maintainer/Authors build: @TheMalachite
PitchBlack Source Code: https://github.com/PitchBlackRecoveryProject
Device tree: https://github.com/TheMalachite/android_device_xiaomi_excalibur
Kernel: Prebuilt kernel from MIUI V11.0.2.0.QJXINXM
PitchBlack Team: @rezaadi0105, @shovon, @manjot.gni, @androiabledroid, sagar
Features
Fully native android like UI
Supports Treble and non-Treble ROMs
Up-to-date kernel, built from sources
Full dark theme with changeable accents
Reorganized menus
MIUI OTA support
Disable DM Verity
Use AromaFM as default file manager
Various tools are include
Universal flash-able file for all variant of a device
Many bug fixes & optimization & much more
Click to expand...
Click to collapse
Installation Instructions
From previous version or other recovery
Download the PitchBlack zip to your device
Reboot to your current custom recovery
Flash the PitchBlack zip
The device will automatically reboot into PitchBlack Recovery after installation
Enjoy
From PC
Download PitchBlack Recovery flashable zip from bellow
Extract the PBRP zip
Goto fastboot mode in your device
Flash the recovery.img by fastboot flash recovery.img
Boot into PBRP
Copy the zip to internal storage
Flash it
Enjoy
Device Changelog
Code:
2020-07-30
- Initial unofficial release
PBRP Changelog
Code:
v3.0.0
- Fully Redesigned UI
- Added new Keychecks While Flashing PBRP or recovery.img or Ramdisk
- Fully Redesigned Website https://pitchblackrecovery.com
- New Android like Power Menu (Activated via power key hold)
- Flashlight toggled by Vol up(+) on hold
- New Scrollable Advanced menu
- Totally Redesigned Icons
- Removed old unnecessary Theming Stuff
- Tested on almost all handy Resolutions
- Flashlight toggle on Lockscreen
- More checks for SAR/Non-SAR
- New Navbar
- Support on almost all Android version (5.0+)
- Update ozip decrypt
- Fix up ozip print logs & take all paths
- Update FUNDING.yml
- Fixed encrypted removal checks & buttons
- Add Flag for disabling treble compatibility by default
- Is_Data_Wiped: Simplify function signature
- Unified AB_OTA_UPDATER
- Change AB device log storage to /data/recovery
- Delay start if specified in board
- Optimize touchscreen driver initialization delay.
v2.9.0
- Update kernel
- Update DM Verity Logic
- Update magisk
- Update unroot magisk
- Some bug fixed
Downloads
Flashable zip
https://drive.google.com/file/d/18MzNCTExOWLiu9ZUD3A7SXlD4QY2grrZ/view?usp=drivesdk
XDA:DevDB Information
PitchBlack Recovery Project, Tool/Utility for the Redmi Note 9 Pro Max
Contributors
TheMalachite, Reza Adi, Shovon, Manjot Sidhu, Mohd Faraz, Sagar
Version Information
Status: Stable
Current Stable Version: 3.0.0
Stable Release Date: 2020-07-30
Created 2020-07-30
Last Updated 2020-07-30
Bugs: You tell me
Reserved #2
thank you sir..... for providing this recovery and opportunity to test your initial relese
Good but when other custom rom for redmi note 9 pro max
[email protected]@ said:
Good but when other custom rom for redmi note 9 pro max
Click to expand...
Click to collapse
When their will be dev who wanna build custom rom for it
Flashed it via fastboot from Platform Tools folder. Rebooted into recovery mode. And Pitch Black was installed successfully. Then transferred the pitchblack zip folder to sd card. And installed it through pitchblack. Rebooted to system.
After the system reboot, again switched off phone and entered recovery mode, only to find that the pitchblack was overwritten by system recovery.
tried wiping data second time, after installing pitchblack. Again it was overwritten by system recovery.
Do I need to do any additional steps within pitchblack, before rebooting to system?
Or install any ROM?
My final aim is to install LineageOS, which currently isn't available for this devise..
Any help is greatly appreciated...
Vijo123 said:
Flashed it via fastboot from Platform Tools folder. Rebooted into recovery mode. And Pitch Black was installed successfully. Then transferred the pitchblack zip folder to sd card. And installed it through pitchblack. Rebooted to system.
After the system reboot, again switched off phone and entered recovery mode, only to find that the pitchblack was overwritten by system recovery.
tried wiping data second time, after installing pitchblack. Again it was overwritten by system recovery.
Do I need to do any additional steps within pitchblack, before rebooting to system?
Or install any ROM?
My final aim is to install LineageOS, which currently isn't available for this devise..
Any help is greatly appreciated...
Click to expand...
Click to collapse
I am waiting for my bootloader time 133 hours provided by MI. I will flash and provide feedback on 13 August.
kannss said:
I am waiting for my bootloader time 133 hours provided by MI. I will flash and provide feedback on 13 August.
Click to expand...
Click to collapse
Ok. Never go back to 'Mi Unlock Status' under Developer Options to add ur device again...
I did that mistake and my wait time got reset to give me new wait time.
Also don't log out of Mi account or play with 'Find Device' settings.
U may know already. But im just saying..
If u face any driver related issues, then in the Mi Unlock Tool itself, they have provided a way to install it, if u check their settings...
Good Luck
Vijo123 said:
Flashed it via fastboot from Platform Tools folder. Rebooted into recovery mode. And Pitch Black was installed successfully. Then transferred the pitchblack zip folder to sd card. And installed it through pitchblack. Rebooted to system.
After the system reboot, again switched off phone and entered recovery mode, only to find that the pitchblack was overwritten by system recovery.
tried wiping data second time, after installing pitchblack. Again it was overwritten by system recovery.
Do I need to do any additional steps within pitchblack, before rebooting to system?
Or install any ROM?
My final aim is to install LineageOS, which currently isn't available for this devise..
Any help is greatly appreciated...
Click to expand...
Click to collapse
Enable DM VERITY
MaheshTechnicals said:
Enable DM VERITY
Click to expand...
Click to collapse
Will it keep PB Recovery form overwritten?
Because, ppl try to disable DM verity, so im asking.
Also, I managed to root my Pro Max using Magisk manager. But a lack of custom recovery always hurts.
So how do i Enable DM verity now?
I'm on rooted (magisk), device with xposed installed and working BUT stock recovery. waiting for you to successfully stick the tarp and I'll follow. Kindly keep updating results and steps tried by you.
---------- Post added at 05:48 PM ---------- Previous post was at 05:46 PM ----------
Vijo123 said:
Will it keep PB Recovery form overwritten?
Because, ppl try to disable DM verity, so im asking.
Also, I managed to root my Pro Max using Magisk manager. But a lack of custom recovery always hurts.
So how do i Enable DM verity now?
Click to expand...
Click to collapse
I'm on rooted (magisk), device with xposed installed and working BUT stock recovery. waiting for you to successfully stick the tarp and I'll follow. Kindly keep updating results and steps tried by you.
I'm currently using SD Maid app (Pro version) to remove all unnecessary bloatwares. Works like a charm.
And IMO, also works better than Termux or any other debloater. Although debloating is just one of the function of termux, but if u r using it just to debloat, then better go for SD Maid ?
UPDATE : i installed as per instructions for installation from PC, first recovery.img and then flashed whole zip. Worked great. after rebooting device twice manually,, recovery sticks,, and its a great one. excellent work done.
just one question, what does magisk manager installation in recovery do ? (Specials>tools>magisk manager)
coolvipcandy said:
UPDATE : i installed as per instructions for installation from PC, first recovery.img and then flashed whole zip. Worked great. after rebooting device twice manually,, recovery sticks,, and its a great one. excellent work done.
just one question, what does magisk manager installation in recovery do ? (Specials>tools>magisk manager)
Click to expand...
Click to collapse
Did u wipe data or dalvik etc. Because mine got overwritten by system recovery.
Can u please tell how did u do, STEP BY STEP?
Maybe my adb fastboot tools were outdated??
Vijo123 said:
Will it keep PB Recovery form overwritten?
Because, ppl try to disable DM verity, so im asking.
Also, I managed to root my Pro Max using Magisk manager. But a lack of custom recovery always hurts.
So how do i Enable DM verity now?
Click to expand...
Click to collapse
Vijo123 said:
Did u wipe data or dalvik etc. Because mine got overwritten by system recovery.
Can u please tell how did u do, STEP BY STEP?
Maybe my adb fastboot tools were outdated??
Click to expand...
Click to collapse
i did as mentioned in first post,, as i was already root, i first flashed recovery.img and then from recovery, flashed the whole zip archive. thats all.
then.booted to system,, again booted manually to recovery and it was there,, and checked twice again, recovery was there.
---------- Post added at 05:25 AM ---------- Previous post was at 05:24 AM ----------
i didnt mess with dm verity,,
Working fine in my device. Successfully rooted and installed Edxposed. Everything working fine.
how to wipe "system" partition, there's no option for that ??
wipe > Advance > ???
Format data option
---------- Post added at 08:30 PM ---------- Previous post was at 08:28 PM ----------
Do not install inbuilt magisk from this recovery. It gives bootloop, download from github or xda and flash zip manually
Stuck on fastboot mode
PLEASE HELP
i installed twrp recovery in my redmi note 9 pro max and install magisk , now my device is stuck on fastboot.
---------- Post added at 05:22 AM ---------- Previous post was at 05:18 AM ----------
kannss said:
Working fine in my device. Successfully rooted and installed Edxposed. Everything working fine.
Click to expand...
Click to collapse
bro when i installed i got stuck in fastboot
what should i do now ...? should i install custom rom or not

Categories

Resources