Xposed fix for cm11 instructions - HTC One X+

Guys I know that many of you have been having trouble with installing exposed on your One x+. This is what I did to get it working:
Before we begin I must note that you MUST start clean. No Data, No ROM and Wipe Dalvik.
1. In the recovery find the cm rom on your sd card and install it.
2. Then find the Paranoid Android Gapps and install the as well.
3. Then Wipe cache and reboot into boot loader.
4. Flash the kernel and reboot into your ROM.
5. After the setup process get the Xposed.apk file and install.
6. Go into the app, Install the Framework, BUT DON'T REBOOT!!
7. Exit the app.
8. Change SELinux to Permissive. ( I used SELinuxModeChanger from the play store to change it)
9. After you changed it go into Terminal Emulator and type in these commands
a. su
b. mount -o remount,rw /
c. mount -o remount,rw /system
d. restorecon /system/bin/app_process
10. Now you can reboot!
11. Done and have fun modding your device!

Dalvik still alive: cm-11-20160612-NIGHTLY-enrc2b.zip
Battery friendly
If some are interested, you can build latest nightly 20160612 cm11 +3originals:
- mar-V-in fake signature for nogapp (github .com/microg/android_packages_apps_GmsCore/blob/master/patches/android_frameworks_base-KK-LP.patch;
- inverted broken xposed & SELinuxModeChanger from d8130142.diff (cm 20151109 review.cyanogenmod .org/#/c/118800/);
- wakelockblocker cherry-picked from crdoid 4.4 (github .com/crdroidandroid/).
Your build will, keep same CVE as the official one and, stay untouched apart +3 above.
For xposed only correction; get 2 files from ORIGINAL cm-11-20151108-NIGHTLY-... or any unofficial CMbased,before 20151109, for your device; then xposed(+1reboot?) AND SELinuxModeChanger.apk will both work back:
system/bin/app_process
system/lib/libandroid_runtime.so.
Wakelock Blocker for Official 2016, Nightly CM11 (and many more...wip)
I will be glad, if some could report a checked OK with BetterBatteryStats_2.1.0.0 or Wakekock Detector /device, in my thread.
Thanks in advance, and re-joy your battery & privacy.

Related

[Recovery] [07-Jan-2011] RA-passion-v2.2.1

This is a custom recovery based on Cyanogen's recovery source with a lot of things added by me. The purpose of this recovery is to avoid using adb by accessing all features directly from the menu.
This recovery is for the HTC Nexus One only, if you have a :
- HTC Dream/G1 you should go here.
- HTC Magic/MT3G you should go here.
- HTC Hero you should go here.
- HTC Sprint Hero you should go here.
- HTC Eris you should go here.
- HTC Tattoo you should go here.
Important notes
Always check recovery.log before posting your issues!
You can do this by doing :
"cat /tmp/recovery.log" OR "cat /cache/recovery/log" right after you had the issue.
Use the "move log to sd" option in the "others" menu right after you had the issue. This will move the log to /sdcard/recovery.log so you can easily open it with a text editor.
Features
Use the trackball (up+down) to navigate through the menu, press the trackball to select items. Use the Volume-down key to go back to a previous menu.
Features
full ADB access in recovery mode
Alternative CM and JF version
Busybox v1.15.3
Kernel (2.6.35.7) with ext3 + ext4 support
SLCD and AMOLED support
HW-Key navigation (Trackball + Volume-key) option
Extended menu :
Reboot system now :: reboot your phone
USB-MS Toggle :: enable/disable USB mass storage (use when the phone is connected to your PC)
Backup/Restore
Nand backup :: Make a selective Nandroid backup
Nand restore :: Restore a Nandroid backup
Backup Google proprietary system files :: Makes a backup of the Google proprietary system files in /cache/google
Restore Google proprietary system files :: Restores the Google proprietary system files from /cache/google
Flash zip from sdcard.
Choose zip from sdcard :: Flash a zip update file from any (sub)-directory on your sdcard
Toggle signature verification :: Toggles the signature verification for zip files.
Wipe
Wipe ALL data/factory reset :: wipes /data + /cache + entire ext partition + all apps installed on your sdcard (froyo a2sd).
Wipe /data :: wipes /data.
Wipe /cache :: wipes /cache.
Wipe /sdcard/.android_secure :: wipes all apps installed on your sdcard (froyo a2sd).
Wipe /sd-ext :: wipes the entire ext partition on your sd (if present).
Wipe Dalvik-cache :: wipes the dalvik-cache located in /cache + /data + /sd-ext is present.
Wipe battery stats :: reset the battery calibration.
Wipe rotate settings :: reset the sensor calibration.
Partition sdcard
Partition SD :: Interactive SD partitioning
Repair SD:ext :: Repair the ext partition
SD:ext2 to ext3 :: Convert ext2 to ext3
SD:ext3 to ext4 :: Convert ext3 to ext4
Mounts
(Un)Mount /system
(Un)Mount /cache
(Un)Mount /data
(Un)Mount /sd-ext
(Un)Mount /sdcard
Other
Fix apk uid mismatches :: Does extacly that
Move recovery.log to SD :: Moves the recovery log file to your sdcard. (Use when you want more detailed recovery log information)
Power off :: Powers off your phone
Scripts available via adb :
Nandroid v2.2.1 : enter "nandroid-mobile.sh" to start.
sdparted v0.6 : enter "sdparted" to start.
Install
Pre-Requirements :
Root
Make sure that init.rc isn't calling any install-recovery.sh script, otherwise you'll boot back to stock recovery (exclamation mark with a little Android). More info on this here.
via Rom Manager
Download "Rom Manager" from the Android market
Start "Rom Manager"
Select "Flash ClockworkMod Recovery" and wait for it to finish
Select "Flash Alternate Recovery" and wait for it to finish -> this will install the latest version of RA recovery.
via fastboot
Code:
Copy recovery-RA-passion-v2.2.1.img to a location where fastboot can find it.
Boot your phone into fastboot mode (power on while holding the trackball)
Connect your phone via usb to your pc/mac/...
fastboot devices (to make sure that fastboot "sees" your phone)
fastboot flash recovery recovery-RA-passion-v2.2.1.img
via terminal app
Code:
Copy recovery-RA-passion-v2.2.1.img to the root of your sdcard
start the terminal app
su(press enter)
flash_image recovery /sdcard/recovery-RA-passion-v2.2.1.img(press enter)
reboot recovery(press enter)
How to boot in Recovery Mode
Boot the phone while holding down the VOLUMEDOWN-key.
Navigate to RECOVERY with the the VOLUMEDOWN-key.
Press the POWER-key to select.
Download
ALWAYS check the md5sum to make sure the zip isn't corrupted.
Latest version :
recovery-RA-passion-v2.2.1.img - MD5Sum: 3def709ab1c9e051a92a1c8b1504a36a
CyanogenMOD themed version :recovery-RA-passion-v2.2.1-CM.img - MD5Sum: e8262ae23943ce50fd346001812fae79
JesusFreke themed version : recovery-RA-passion-v2.2.1-JF.img - MD5Sum: e94484905a8f39d0985f14e2a5aea403
Previous versions :
recovery-RA-nexus-v2.1.1.img - MD5Sum: 2efdfa4c4adf386d5182c7b290d78c37
CyanogenMOD themed version :recovery-RA-nexus-v2.1.1-CM.img - MD5Sum: 413802bfab420b81946984da988a5be2
JesusFreke themed version : recovery-RA-nexus-v2.1.1-JF.img - MD5Sum: f5238022493deb434e594b36bf43ef02
Change-log :
v2.2.1
Nandroid backup is now selective, boot/system/cache/data are selected by default.
Nandroid checks if there's at least 500MB free on SDcard before starting a backup.
Added/updated error/warning messages.
v2.1.1
Fixed ext4 support in kernel! Update from v2.x if you are using sd-ext!
v2.1.0
Reduced recovery size by 800kb so it fits any hboot version to date :
Set Kernel compression mode to LZMA (33% smaller kernel)
Switched kernel debugging off
Removed : Networking support - Bluetooth subsystem support
Removed : Device Drivers - Misc device - AKM8973 Compass Driver
Removed : Device Drivers - Misc device - A1026 Voice Processor Driver
Removed : Device Drivers - Multimedia support
Removed : Device Drivers - MSM 3D Graphics driver for Adreno class GPU's
Nandroid now backups the entire content of /sd-ext , not just the apps. This fixes bootloops of certain restored roms.
Moved the "Toggle signature verification"-option from the Other- to the main flash-submenu.
Re-ordered the wipe menu.
v2.0.0
Some things in v2.0.0 were kanged with a twist from the Clockworkmod recovery.
Updated kernel to 2.6.35 (SLCD and AMOLED are now both supported).
Added SDEXT support for update scripts.
Added "filebrowser" support when you select a zip to flash.
Added "/.." support to the filebrowser so you can navigate up.
Added a mount menu so you can manually (u)mount stuff.
Added a toggle verification switch so you can flash those awesome unsigned winrar rom releases...
Fully re-wrote the wipe menu (it's not using a script anymore), added a few new wipe options.
Added "/sdcard/.android_secure" support , nandroid now backups/restores .android_secure (Froyo a2sd apps) by default.
Added a few new Google apps to the Google app backup script.
Special thanks to :
packetlss for all the hours of support and awesome coding skills, THANKS man ^^, donate to Haiti
Koushik Dutta for all his recovery work ^^
Cyanogen for his dedicated work! , buy him a beer!
Chris Soyars for the new Apps2SD method ^^
JesusFreke for his awesome JFv1.43's recovery , donate
pensive for adding awesome features to Nandroid
Bkmo for his utility script!
Devsk for his switchrom script!
51dusty for his sdparted script!
k4str0 for his fix_permissions v2.03 update.
Devsk, Dumfuq, Overground for creating BART
rikupw for the ideas and toggle_ums script.
http://www.androidspin.com for hosting ^^
[Recovery] [27-Dec-2010] RA-nexus-v2.1.1
Reserved for future use
Wow, great! hopefully the nexus one will get more love from the devs than the hero
please make this sticky @ mods
qvert said:
Wow, great! hopefully the nexus one will get more love from the devs than the hero
Click to expand...
Click to collapse
Who doesn't want a 1Ghz processor to play with?
how is this possible if the nexus one didnt even come out yet?? lol
damn you are fast amon...i hope to have the phone asap
Amon_RA: I love this dude in a manly way. This guy is quick!
Keep up the good work amon, looking forward to flashing this asap.
i'm so psyched that the devs are jumping on the N1 so quick. I foresee lots of good dev work ahead for this apparently awesome phone. can't wait to see what comes of it.
j.books said:
i'm so psyched that the devs are jumping on the N1 so quick. I foresee lots of good dev work ahead for this apparently awesome phone. can't wait to see what comes of it.
Click to expand...
Click to collapse
Exactly, already rooted AND now a niice recovery . Nice work man, cant wait for the phone to come in !!!
THANK YOU!
LOL Amon_RA, you are faster than sound!...
Greetz
Andfreek!
Thanks to the devs!!!
Thanks guys for all your work!!!!!! Can't wait to get my Nexus One!!
Amon_Ra Please help us with our HTC Droid Eris, We have not been able to get root.
Nice image thanks!
Awesome, lookin forward to getting my N1 to try this on
Good lord man I just ordered mine and you already got a recovery made?? Great job man!
Bigup!
Nice work Amon..
Awesome job!
NICE, amazing work as always and you seemed to have mastered time travel this time around
Are the touch sensitive buttons hard to code for or did I just overlook that, it seems as if they are not available from reading the feature list
I would love it if you could add HOME = Accept / BACK = Cancel
Can't wait to get my Nexus tomorrow, the future looks bright, blinding even
now time to kill some time, going to see Laker game live
OMG FLASHING NOW!
I got some goodies coming up too!

[ROM]★[TF201 KitKat 4.4.4][ZOMBi-X OMNI KANG B5[Oct 30]★

{
"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"
}
YOU MUST BE ON THE HAIRYBEAN 2.31 JB 4.2.1 BOOTLOADER VERSION 10.6.1.27.1 AND TWRP 2.6.3.1+ OR CWM 6.0.4.6+ BEFORE FLASHING THIS ROM. SEE UPGRADE INSTRUCTIONS BELOW IF YOU ARE UNSURE
You must do a full wipe in recovery if coming from another ROM base. Do not do a full wipe from the bootloader. Don't forget to do a Nandroid Backup first and give the ROM 10 mins to stabilise!
Features and Tweaks
This ROM is based from OMNI AOSP sources
Supports EXT4 and F2FS Data partitions
Full Aroma Installer for main rom including choice of 3 kernels and ROM2SD/DATA2sd/F2FS support
Remixed _thatv10 kernel with OMNI ramdisk - repacked by sbdags
Grimlock kernel with OMNI ramdisk and _that init - by hardslog
DPI Size: 213 (TF700 recommended small fonts), 240 (Stock fonts), 224 (Medium fonts) & 200 (Small fonts), 180 (Tiny fonts) & 160 (Specsavers fonts)
Launchers: Omni, Google Experience Launcher, Apex , Nova
Boot Animations: ZOMBi-X, Android-L, Nexus Phase Beam
Gapps (updated by me to Google latest apks and libs)
Misc Apps: ESFile Explorer, Adobe Flash, AdAway, Titanium Backup, Keyboard Manager
Asus Apps: Compiled by kansasboy001; Asus Battery Widget, Asus Calculator, Asus Calendar, Asus Clock, Asus Dayscene Live Wallpaper, Asus Dictionary, Asus Email, Asus Gallery, Asus Keyboard, Asus Photo Story, Asus Sound Recorder, Asus Tasks, My Frame, My Water I & II, Asus Supernote Pro, Weather & Time Widget, Asus Framework, Asus Settings, Asus Audio (V4A), Asus Contacts, Asus File Manager(Root Browser), Asus Camera, Asus Browser
Tweaks: File system and performance optimised, Init.d support!, Zip Align, Force GPU Rendering, Browser2RAM
Continued Best Support of any ROM!
Warning - experimental tweaks
[*]Option to enable / disable data journaling on /data during install - CAN CAN CAUSE DATA LOSS IF SUDDEN SHUTDOWN OR CRASH
[*]Option to enable / disable fsync during install - CAN CAN CAUSE DATA LOSS IF SUDDEN SHUTDOWN OR CRASH
[*]Tip 1: Go to Settings - About Tablet, Click build number 7 times
Now you will see Developer Settings & Performance menus
[*]Tip 2: In Dev Settings, enable advanced reboot & change window animation,
transition animation & animator scales down to 0.2x for extra snappiness
[*]Tip 3: FLOATING WINDOWS: Settings - Interface - more... - Omni Switch
Bug List
[*] Dock works as do most special keys - just no battery available in the system bar
Change Log
20141002 Beta 3 changes</#></b>
- Added thatv11 to installer
- Added Grimlockv4 to installer
- Fixed BT not turning on without rebooot
- Fixed Bluethooth Share crash on first boot
- Fixed Dock battery reporting (needs an app/widget to work)
- updated dolphin browser to version 11.2.3
- updated google tts to 3.2.12
- updated google music to version 5.6.1523p
- updated google mail to version 4.9
- updated google search to version 3.6.14.1337016
- updated google talkback to version 3.5.2
- updated google play store to version 4.9.13
- updated google core services to version 5.0.89
- updated youtube to version 5.10.1.5
- updated apex launcher to version 2.6.0
- updated adaway to version 2.9.1
20140829 Beta 2 changes
- Fixed issues with Root being lost - reverted to cm11 ramdisks rather than omni as this was causing the issue
- SuperUser and SU Binary updated to version 2.0.2
- Dynamic fsync properly enabled on Grimlock kernel when fsync disabled selected in installer
20140826 Beta 1 changes
- New Base - Rebuilt from latest source which has updated bluetooth config - thanks lj50036
- 90% of dock should be working - battery display is not
- Added CM11 Kernel as option in installer - runs well
- Themed framework with a splash of RED
- Final Tweaks to Aroma Theme
- Updated GravityBox to version 3.3.3
- Removed DropBox as bloatware (30MB!) - still available on the Play Store
- Removed Google Plus as bloatware (33MB!) - still available on the Play Store
- Small changed to aroma themes to fix dark text on dark backgrounds
- Changed the transition config in aroma to see if it fixes screen freezes
- Fixed installer script to allow rom2sd on grimlock kernel install
- Fixed aroma freezes - or reduced them
- Re-themed Zombi-X aroma theme
- Updated performance switch for CPU to allow OC to 1800 on _that's kernel
- Fixed correct rom version in the build.prop
- Updated SU Binary to latest version
- Updated Chrome, Gmail, Google Now, YouTube
- Added Android Terminal to ROM
- New Red Aroma Theme for Zombi-X - requires less memory
- Initial release - omni cromified after source build
- Added SuperUSer and su binary for root capability
- Browser tweaked for speed and touch smoothness
- Added all the CROMBi/CROMi goodness to the base rom
- Aroma tuned for ZOMBi-X
Click to expand...
Click to collapse
The Team
@sbdags - Creative Mastermind (From CROMi-X/CROMBi-kk ROMS)
@lj50036 - Source Guy (From CROMBi-kk ROMS)
@hardslog - The Canadian (From Grimlock ROMS)
Credits
Google, wow is all I can say!
Omni Team - Thanks!
@_that For all the great advice, watching over us and fixing everything we break!!!!!
All the beta testers for your patience and feedback : BxMxK, canito10, duckredbeard, mikew29, nameneeded, cgf, cyberknight2001, Mikey1969, Ozark_8125, tiernan22, boldnuts, tonyh51, Vathan, erisi, Thibor69
To Do
[*]Fix Buetooth and other little bugs
XDA:DevDB Information
ZOMBI-X, ROM for the Asus Eee Pad Transformer Prime
Contributors
lj50036, sbdags, hardslog, _that
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.1.x
ROM Firmware Required: bootloader ending in 27.1
Based On: OMNI AOSP
Version Information
Status: Beta
Current Beta Version: 20140827
Beta Release Date: 2014-08-27
Created 2014-10-27
Last Updated 2014-10-27
How to Upgrade and Downloads
UPGRADE INSTRUCTIONS
REFER TO POST #5 FOR UPGRADE INSTRUCTIONS​
FLASHING THE ROM FROM RECOVERY
Steps
1. Download the ROM below and save to your internal or external SD Card. Do not unzip the file.
ZOMBi-X ROM DOWNLOAD
Note: The first boot after install will take 10 mins whilst everything is built. Some people might think it is looping but it is not
ZOMBi-X Beta 3 Full Mirror 1
ZOMBi-X Beta 3 Full Mirror 2
ZOMBi-X Beta 3 Full Mirror 3
BOTH FILES ARE SIGNED. IF YOU ENABLE SIGNATURE VERIFICATION IN RECOVERY IT WILL VALIDATE THE FILE BEFORE FLASHING.
ASUS APPS DOWNLOAD - Flash from Recovery : Compiled by kansasboy001
Don't forget ROM2SD1.zip / DATA2SD1.zip first if you are not running an internal setup
Asus Battery Widget, Asus Calculator, Asus Calendar, Asus Clock, Asus Dayscene Live Wallpaper, Asus Dictionary, Asus Email, Asus Gallery, Asus Keyboard, Asus Photo Story, Asus Sound Recorder, Asus Tasks, My Frame, My Water I & II, Asus Supernote Pro, Weather & Time Widget, Asus Framework, Asus Settings, Asus Audio (V4A), Asus Contacts, Asus File Manager(Root Browser), Asus Camera, Asus Browser
[THREAD][APPS] [ASUS Apps][ CROMBi-kk & ZOMBi-kk]
ROM2SD/DATA2SD USERS PLEASE READ!
ROM2SD only works if you have ZOMBi-X, CROMBi-kk, CROMi-X or miniC flashed on internal with a THATv10+ kernel. Just choose ROM2SD in the installer of ZOMBi-X to flash it to ROM2SD and the installer will do the rest.
- Install ZOMBi-X and choose ROM2SD or DATA2SD install
The ROM2SD1.zip below is only needed if you need to switch your recovery to between normal and rom2sd mode. For Example you want to backup or restore a rom2sd installation. Flash once to go rom2sd and flash again to go back to normal. A reboot always puts you back to normal. Thanks to _that!
ROM2SD1.zip Download Mirror 1
ROM2SD1.zip Download Mirror 2
MD5 Sum: 7b699136d59ea3d5538570ccaf422acf
The DATA2SD1.zip below is only needed if you need to switch your recovery to between normal and data2sd mode. For Example you want to backup or restore a data2sd installation. Flash once to go data2sd and flash again to go back to normal. A reboot always puts you back to normal.
DATA2SD1.zip Download Mirror 1
DATA2SD1.zip Download Mirror 2
MD5 Sum: 9d5e9e2fd32593f981624499b37924b2
2. Boot to recovery – Either choose Boot to Recovery from the Power Menu if available on your current ROM or from the tablet power off hold the [volume down] button and press the [power] button. Once your see the flashing RCK icon, press [volume up] to select. If another icon is flashing use [volume down] to move between icons.
3. Using your recovery make a Nandroid Backup of your current setup
4. Select install and navigate to where you saved your ROM zip file.
5. Choose the ZOMBi-X zip file and follow the on screen prompts to customize your installation.
6. Reboot and enjoy.
Using GParted to setup a micro SD for ROM2SD or DATA2SD support
First and foremost - DO NOT USE MINI TOOL!
Formatting a micro sd card for ROM2SD
Note for DATA2SD just do one partition in stead of 2
We will be using a GParted Live boot USB and a FAST good quality micro sd like a Sandisk or Samsung Class 10 - SDHC/SDXC UHS-1 card with read speed of at least 20MB/S. If you have a cheap chinese eBay card don't bother - they are not good enough.
You will also need a USB Stick with at least 1GB size. Note this process formats the USB disk so don't keep any important files on it. It will also wipe your micro sd so make sure you are prepared.
1. Go to the link below and download the GParted Live CD/USB/HD/PXE Bootable Image and save it somewhere you remember
http://gparted.sourceforge.net/download.php
2. Download Linux Live USB Creator and install it
http://www.linuxliveusb.com/
3. Fire up LiLi USB Creator:
a. Choose your USB key - I,e, the drive letter for your USB (not sd card)
b. Choose your GParted iso image for the source
c. Choose the check box to Format Key in FAT32 and hide files
d. Click the lightning bolt to create
4. Now you have a bootable disk you need to boot from it. You may need to alter you BIOS Settings on your PC to boot from a USB Stick but mine did it without messing.
5. Insert your micro SD card into an SD Card adapter and insert into PC
6. Boot into GParted
7. Choose Gparted Live <Enter>
8. Don’t touch keymap <Enter>
9. Languge <Enter>
10. Start Gparted Automatically
11. Change device to your micro sd )it will default to you hard disk - hda– mine is /dev/sdc
12. Delete all existing partitions
For a 64GB card: (resize as needed but /system doesn't need to be bigger than 1GB)
13. Create new, always select primary: do this 3 times.
14. FAT 32 : Size 16GB – this will be /dev/sdc1 in gparted and will be your sdcard for storage in Android
15. EXT4 : Size 42GB – this will be /dev/sdc2 in gparted and will be your /data partition in Android
16. EXT4 : Size 1GB – this will be /dev/sdc3 in gparted and will be your /system partition in Android (not needed for data2sd)
Apply, wait until it finishes and then reboot. Remember to remove the usb stick
*Images stolen from elsewhere as I couldn’t get it to save mine
Now you are ready to install ROM2SD. Note if you want to use DATA2SD then only do 2 partitions 1x FAT32 and 1x larger EXT4
Then reinstall ZOMBi-X but this time choose the ROM2SD / DATA2SD option
Reserved
@spudsmac
@miduku
@robbie888
@lightiv
@Bigred007
@Waldo_
@emfanitek
@rlanza1054
@Unidave199
@Lock-N-Load
@Fear Knot
@lvrijn
@mitsublw
@scouzers
@zdebel
@jhr5474
@Eddie Hicks
@smchadwell
@dladz
@eRPeeX
@LocusofZen
Thx everyone that has donated, if you do not see your user name here and have donated, shoot me an PM and I will add you....
Thx Josh
TWRP
UNOFFICIAL TWRP [email protected]_V1.0​
Contributors:
The Crombi Team ....
Credits:
TEAMWIN - Thx guys for all the help ...
_that - All the many hours and late nights....
Sources:
Device tree:
omni_android_device_asus_transformer-common
omni_android_device_asus_tf300t
Kernel:
grimlock_kernel_asus_tegra3_unified
CHANGELOG
- Made it possible to mount all 3 partitions on the external_sdcard from within TWRP ....
- Added 'reboot recovery' & 'reboot bootloader' as options in REBOOT
- These partitions will show up as ......
external_sdcard = User storage space, should be formatted vfat
external_data = Will become /data for ROM2SD or DATA2SD, can be formatted either EXT4 or f2fs both can now be done from within TWRP ...
external_system = Will become /system for ROM2SD, should be formatted EXT4 can also be done from with in TWRP ....
This should make it very nice to make backups and restore without the need for the rom2sd1.zip or the data2sd.zip ......
Click to expand...
Click to collapse
BLOB DOWNLOAD MIRRORS
UNOFFICIAL TWRP MIRROR 1
- md5 d4effaf97a51674bac04c6ccbf4fd892
UPGRADE INSTRUCTIONS, STEP BY STEP​
This may help
Starting from a stock bootloader V 10.4.2.18
What you will need
Woking fastboot & adb / SDcard optional
TWRP for a 201 = twrp_tf201t.blob
@ne0zone75 TWRP for the 300 = ne0zone75_tf300t.blob
HairyBean BL & TWRP: This is effectively turn your 201 into a 300 <---- which is a flashable zip inside the zip that you downloasd
All 3 of the above file are in a zip in the Download section @ the top of every page of the thread ...... THIS ZIP IS NOT FLASHABLE...Your must unzip it to get to the real files !!! The name of this zip is 'upgrade_tf201_to_tf300t.zip'
CROMBI 201 ROM zip
A fully charged tablet
All the above files in the same directory as your fastboot.exe (if using windows) In your home folder on linux....
The process
Lets start with the TWRP recovery for the 201, let flash it with fastboot...
Power your tablet off and with the [ VOL DOWN & POWER ] buttons boot the tablet into the bootloader
Once there [ VOL DOWN ] untill the green box is on the USB ICON then [ VOL UP ] to select fastboot
Let make sure your PC can see your tablet with this command.
Code:
fastboot devices
Code:
fastboot -i 0x0b05 flash recovery twrp_tf201t.blob
Then
Code:
fastboot -i 0x0b05 reboot-bootloader
[ VOL UP ] ON RCK to enter recovery
Once in TWRP check to see if adb is working...
Code:
adb devices
Ok now that we know that is working let go ahead and push the HairyBean BL onto the tablet
Code:
adb push HairyBean_Bootloader_TWRP2.5.zip /sdcard
Now under the install tab in TWRP fine the folder and flash it....
reboot once it has fishined..If ask to install SuperUser say NO..........
LET THE BLUE BAR FILL !!!!!!!!! Once it has finished it will reboot into Hairybean TWRP....
Once booted into recovery, run this command to boot into fastboot
Code:
adb reboot-bootloader
You will see that the USB icon is missing now, this is good... If you still see the USB icon DON'T go to the next step
Now lets flash @ne0zone75 TWRP recovery
Code:
fastboot -i 0x0b05 flash recovery ne0zone75_tf300t.blob
Once that has finished let reboot into bootloader
Code:
fastboot -i 0x0b05 reboot-bootloader
Now enter recovery....
Make sure its verison 2.7.1.0
Go to Wipe////Format Data////Type yes
This can take up to 90 mins to format
DO NOT INTERRUPT THE FORMAT !!!!!!!
Now lets push CROMBI-KK onto your tab
Code:
adb push cm-11.0-2014xxxx-crombi-kk-tf201t.zip /sdcard
Find it under the install tab and flash it..
REBOOT into android, first boot can take up to 15 minutes
Kernel Sources
All Kernels included in this ROM package are unofficial, as they are complied from source, thay may not match the source that they were forked from. I will be linking the kernel source code as per the GNU GPL License.
Unofficial @hardslog Grimlock Kernel Source CLICK ME@-V1.0.0
Unofficial CM-11.0 Kernel Source CLICK ME@-V1.0.0
Unofficial @_that Kernel Source CLICK ME @-V1.0.0
Official @hardslog Grimlock Kernel Source CLICK ME
Official CM-11.0 Kernel Source CLICK ME
Official @_that's Kernel Source CLICK ME @-V11
Snagged like a Snagglepuss!
So much love for the Prime users
Hi Guys,
Thanks for providing the Omni experience for our tablets:good:
I have the Crombi-x on board now, but will flash soon.
As for TWRP, I'm running Neozone's one (also 2.8), do You recommend switching to the recovery used by Your Team?
I've seen the thread in TF300 forum and my opinion is: it's not a beta, rather stable from what I've read...
GibonXL said:
Hi Guys,
Thanks for providing the Omni experience for our tablets:good:
I have the Crombi-x on board now, but will flash soon.
As for TWRP, I'm running Neozone's one (also 2.8), do You recommend switching to the recovery used by Your Team?
I've seen the thread in TF300 forum and my opinion is: it's not a beta, rather stable from what I've read...
Click to expand...
Click to collapse
They are both very good recoveries, really its an end-user choose here, I do like my TWRP as you can do some nice things with the EXT-SDcard....
Thx Josh
Wowwwww... Long time without playing with my prime! Have been with haribean for a while!!!
Is the rom stable?
Which kernel do you recommend for the best battery saving a stable experience!
Thanks
Regards!
been running this for 24 hrs now on my prime, using the f2fs file system and _thats11 kernel, running very well, thanks Josh
Sent from my ASUS Transformer Pad TF700T using XDA Premium HD app
sauliiin said:
Wowwwww... Long time without playing with my prime! Have been with haribean for a while!!!
Is the rom stable?
Which kernel do you recommend for the best battery saving a stable experience!
Thanks
Regards!
Click to expand...
Click to collapse
I dont know about stable, we are still in BETA testing. There is no reason i can see why it could not be ran as a daily driver .....
The betas are going to be coming a bit faster then RC or R releases which sometimes people dont like.. ...
I prefer grimlocks kernel for the best out of your 201 ......
Thx Josh
boldnuts said:
been running this for 24 hrs now on my prime, using the f2fs file system and _thats11 kernel, running very well, thanks Josh
Sent from my ASUS Transformer Pad TF700T using XDA Premium HD app
Click to expand...
Click to collapse
Great to see you up and running, let use know if there is anything we can do along the way ..... :laugh:
Thx Josh
B5 !!!!
UPLOADING B5 NOW ....
20141030 Beta 5 changes
- Merged tinted status bar into ZOMBi
- Tweeked muti-window [issues with tinted window]
- Added SU as a prebuit [updateable from the playstore]
Click to expand...
Click to collapse
Better than CM
Hi, flashed B4 today and want to provide some feedback:
- had a system FC after rom instalation, when the setup wizzard started, but continued without problems
- my Prime worked best with Slim ports, but Omni base sets the stanards even higher
- running Grimlock kernel.
So far, so good, missing the dock battery indicator, but can live with widgets.
Right now I'm streaming radio and plugged external spekers, having some good time here:good:
My old Prime is loaded with upstream kernel and Omni goodies
As for B5, do You recommend a clear or dirty flash?
lj50036 said:
UPLOADING B5 NOW ....
20141030 Beta 5 changes
Click to expand...
Click to collapse
Thanks for not let ours Prime todie! Any chance to include a Axis Reverse Fix? Just asking...:good:
Beta5 goes pretty stable on my Prime :good:
I was curious of the lags in menu and slow showing floating Omniswitch. Pretty strange, as I,m on F2FS and using Grimlock kernel (good experience with this one on Slim ports).
Does it happen to anyone else? Well, there's a fix.
I highly recommend switching the minimum CPU frequency to 370 in preformance.
Beta4 was running smoother and faster, but above trick does the job.
The tinted feature is just awesome
Another pro is well working dock keyboard.
Okies, now for the browsers testing
How do you get F2FS on the Transformer Prime TF201? Or is that function something for the other devices that was carried over? I dont see any recoveries here supporting it...
raylgo said:
How do you get F2FS on the Transformer Prime TF201? Or is that function something for the other devices that was carried over? I dont see any recoveries here supporting it...
Click to expand...
Click to collapse
The official TWRP 2.8.1.0 supports it ... http://techerrata.com/file/twrp2/tf300t/openrecovery-twrp-2.8.1.0-tf300t.blob
You do have to be in the HariyBean bootloader but I would guess you are .....
Thx Josh
Call me stupid, but where is 'upgrade_tf201_to_tf300t.zip'?
I have little experience with custom roms, only installed CM11 on my phone recently and decided to try putting something else on my tablet.
****
Edit: Don't worry, found it in the CROMBi-kk-R1 thread.
******
Edit again: trying to flash the recovery and it gives me "failed (remote: (invalidstate))". I can't even get into recovery, just get the alien with a red ! and it eventually reboots into android.
Any ideas?
*************
Triple edit: I forgot to unlock the bootloader downloaded the apk, just didn't run it.

[Tutorial] Installing Xposed on MediaPad x1

Although the device is protected but it is an android ( The best open-source OS ) and here are the simplest steps :-
1- Rooting the device by Vroot
2- Install terminal
3- Install BusyBox
4- Install xposed
5- Write those commands in the terminal : su
mount -o rw,remount /system
chattr -R -i /system
6- Open any file manger and search for a file named set_immutable.list
7- Rename it into set_immutable.list.old
8- Go to INSTALLATION MODE in exposed frameword and tick on disable resource hooks
9- Tab on Install/Update DO NOT ACCEPT THE REBOOT
10- Go back to the file manger and rename the file " set_immutable.list.old " back to " set_immutable.list " ( you will get boot-loops if you skipped this step )
# Now you can also edit the build.prop
# As soon as you reboot the system permission will be back to the main original permission
# You also can edit host file my the same steps ( no need to say without re-installing exposed...... -_-)
# Now you can reboot
Tested my self, Written by me, Found the info on a French development website
What I tested with exposed :-
1- Android Apps Theme Engine pro >> Not Working
2- Android L Navigation Bar >> Not Working
3- Android L Theme >> Not Working
4- Android Theme Engine >> Not Working
5- Battery Home Icon >> Working
6- Burnt Toast >>Not Working
7- GravityBox [KK ]>> Not Working, but I
8- MaxLock >> Working
9- Network Speed Indicator >> Not Working
10- Physical Button Music Control >> Working
11- Statusbar download progress >> Working
12- VolumeStep+ >> Working
13- PinNotif >> Working
14- XHalo Floating Window >> Working
15- Xinstaller >> Working
= Everyone say what he test
Thanks. On my rooted x1 (7d-501u, 4.4.2 EMUI 3.0 400dpi), I simply install xposed 2.5.1.
I installed appsetting 1.8, try changing dpi but no effect, no error report. Any recommendation?
Sent from my X1 7.0 using Tapatalk
If Gravitybox doesn't work, not much point for Xposed.
I am on R002C209B008 Malaysia, and although I did the system r/w commands and got Xposed installed, nothing works. After a reboot, Xposed says it's not working.
I tried 2.4.1 which installed, but none of the newer mods work. I then tried 2.5.1, which shows the framework in red color. 2.7 experimental 1 installed with green text, but again nothing works after a reboot.
The trick that used to be edit build.prop for the hwtheme=0 no longer works.
Huawei also needs to release their kernel and ROM sources.
bthoven said:
Thanks. On my rooted x1 (7d-501u, 4.4.2 EMUI 3.0 400dpi), I simply install xposed 2.5.1.
I installed appsetting 1.8, try changing dpi but no effect, no error report. Any recommendation?
Sent from my X1 7.0 using Tapatalk
Click to expand...
Click to collapse
I didn't notice any change too
joytest said:
If Gravitybox doesn't work, not much point for Xposed.
I am on R002C209B008 Malaysia, and although I did the system r/w commands and got Xposed installed, nothing works. After a reboot, Xposed says it's not working.
I tried 2.4.1 which installed, but none of the newer mods work. I then tried 2.5.1, which shows the framework in red color. 2.7 experimental 1 installed with green text, but again nothing works after a reboot.
The trick that used to be edit build.prop for the hwtheme=0 no longer works.
Huawei also needs to release their kernel and ROM sources.
Click to expand...
Click to collapse
Have you tried those steps carefully ?, i have tested them on my 7D-501u on Rom emui 2.3, emui 3.0 B002 & B005
Which version of xposed did you use?
not working
i followed your steps but it did not work well with my b010 emui 2.3 K.K 4.4.2 and besides exposed will be nothing without the gravity box
its a hell of a good app to tweak your device i wish someone find a way for this big problem we need gravity box
Ok, I admit I missed NOT renaming set_immutable.list.old back to its original name.
After this, Xposed 2.7.1 experimental works, and AppSettings works.
However, Dimensions and Gravitybox still do not work.
Damn you and your stupid theming engine Huawei.
joytest said:
Ok, I admit I missed NOT renaming set_immutable.list.old back to its original name.
After this, Xposed 2.7.1 experimental works, and AppSettings works.
However, Dimensions and Gravitybox still do not work.
Damn you and your stupid theming engine Huawei.
Click to expand...
Click to collapse
I can confirm Xposed 2.5.1 framework and App Settings 1.8 module works on EMUI 3.0 B008 (for 503L).
I installed an older version of Xposed, upgrade it to 2.5.1 within Xposed, then installed the App Settings 1.8 module and I can now change DPI for apps that I want to work like they will on tablets.
The only caveat - Huawei's theme engine will break with the above arrangement (this is the same when on 2.3 B010) - u wont get any error or FC but u 'cannot' change theme; no matter which theme u choose, the icons will remain as default.
I m ok as I use Action Launcher and dont mind this cosmetic setback, against the freedom to be able to choose the DPI of each app!
I did not do any hacks nor install busybox to the X1 prior to installing Xposed, only flashed the KangVIP mod to get clean root.
YMMV
---------- Post added at 05:36 AM ---------- Previous post was at 05:29 AM ----------
bthoven said:
Thanks. On my rooted x1 (7d-501u, 4.4.2 EMUI 3.0 400dpi), I simply install xposed 2.5.1.
I installed appsetting 1.8, try changing dpi but no effect, no error report. Any recommendation?
Sent from my X1 7.0 using Tapatalk
Click to expand...
Click to collapse
if you are sure u got Xposed 2.5.1 and App Settings 1.8 properly installed and activated (did u activate the App Settings 1.8 module within Xposed?), the only thing missing may be what the KangVIP mod did to the system, you nay want to try flashing that (your X1's bootloader must be unlocked).
if u can download from china servers, the link is as below, else i will try to upload to mediafire for u (author is quite particular abt rehosting his files)
URL: pan.baidu.com/s/1jGLzK4u
Code: 7c6s
if you cannot download from china servers, then use the link below
http://www.mediafire.com/download/04izc31qkkl4d2q/X1-EMUI3.0-B008_img.rar
good luck!
(i find wifi on 3.0 B008 not as good as when on 2.3 B010, but all other new features are pretty sweet)
daser4ever96 said:
Although the device is protected but it is an android ( The best open-source OS ) and here are the simplest steps :-
1- Rooting the device by Vroot
2- Install terminal
3- Install BusyBox
4- Install xposed
5- Write those commands in the terminal : su
mount -o rw,remount /system
chattr -R -i /system
6- Open any file manger and search for a file named set_immutable.list
7- Rename it into set_immutable.list.old
8- Go to INSTALLATION MODE in exposed frameword and tick on disable resource hooks
9- Tab on Install/Update DO NOT ACCEPT THE REBOOT
10- Go back to the file manger and rename the file " set_immutable.list.old " back to " set_immutable.list " ( you will get boot-loops if you skipped this step )
# Now you can also edit the build.prop
# As soon as you reboot the system permission will be back to the main original permission
# You also can edit host file my the same steps ( no need to say without re-installing exposed...... -_-)
# Now you can reboot
Tested my self, Written by me, Found the info on a French development website
What I tested with exposed :-
1- Android Apps Theme Engine pro >> Not Working
2- Android L Navigation Bar >> Not Working
3- Android L Theme >> Not Working
4- Android Theme Engine >> Not Working
5- Battery Home Icon >> Working
6- Burnt Toast >>Not Working
7- GravityBox [KK ]>> Not Working, but I
8- MaxLock >> Working
9- Network Speed Indicator >> Not Working
10- Physical Button Music Control >> Working
11- Statusbar download progress >> Working
12- VolumeStep+ >> Working
13- PinNotif >> Working
14- XHalo Floating Window >> Working
15- Xinstaller >> Working
= Everyone say what he test
Click to expand...
Click to collapse
when i enter 'mount -o rw,remount /system' on terminal it says 'mount: Invalid Argument'
what i need to do??

[ROM]★[TF201 LP 5.1.1][ZOMBi-POP OMNI KANG RC1][JULY 28]★

{
"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"
}
YOU MUST BE ON THE HAIRYBEAN 2.31 JB 4.2.1 BOOTLOADER VERSION 10.6.1.27.1 AND TWRP 2.8.0.0.+ OR CWM 6.5.0.0+ BEFORE FLASHING THIS ROM. SEE UPGRADE INSTRUCTIONS BELOW IF YOU ARE UNSURE
You must do a full wipe in recovery if coming from another ROM. Do not do a full wipe from the bootloader. Don't forget to do a Nandroid Backup first and give the ROM 15 mins to stabilise! The first boot will take 15 minutes!
Features and Tweaks
This ROM is based from OMNI AOSP sources
Supports EXT4 and F2FS Data partitions
Based off omni-5.1.1-20150508-zombi_tf300t-KANG source by lj50036/hardslog
Full Aroma Installer for main rom including choice of 4 kernels and ROM2SD/DATA2SD/F2FS support
Remixed _thatv11 kernel with OMNI ramdisk - repacked by sbdags
Grimlock kernel with OMNI ramdisk and _that init - by hardslog
DPI Size: 160 (TF300 recommended small fonts), 240 (Stock fonts), 224 (Medium fonts) & 200 (Small fonts), 180 (Tiny fonts) & 160 (Specsavers fonts)
Launchers: Omni, Google Experience Launcher, Apex , Nova
Boot Animations: ZOMBi-POP, Android-L, Nexus Phase Beam
Gapps (updated by me to Google latest apks and libs)
Misc Apps: ESFile Explorer, Adobe Flash, AdAway, Titanium Backup, Keyboard Manager
Tweaks: File system and performance optimised, Init.d support, Zip Align, Force GPU Rendering, Browser2RAM
Continued Best Support of any ROM!
Warning - experimental tweaks
[*]Option to enable / disable data journaling on /data during install - CAN CAN CAUSE DATA LOSS IF SUDDEN SHUTDOWN OR CRASH
[*]Option to enable / disable fsync during install - CAN CAN CAUSE DATA LOSS IF SUDDEN SHUTDOWN OR CRASH
[*]Tip 1: Go to Settings - About Tablet, Click build number 7 times
Now you will see Developer Settings & Performance menus
Bug List
[*]No Floating windows yet
Change Log
20150728 ZOMBi-POP RC1 changes
- RELEASE CANDIDATE 1!
- Fixed the problem with ROM2SD and DATA2SD not working correctly on beta 4
- Added SuperUser and Secure Kernel as options to the installer (Turn these off for work wifi or watching sky go, etc)
- Added dock battery icon as an option to the installer under tweaks
- Fixed partitions not getting unmounted correctly for tuning during installation
- Fixed WiFi across the unified bases for TF700/TF300/TF201
- OmniSwitch now working - thanks hardslog
- Tidied up some installer messages
- Google play services updated to unified version for all devices
- Updated Google Maps to version 9.12.0
- Updated Google TTS to version 3.5.6
- Updated Google Calendar to version 5.2.2-98195638
- Updated YouTube to version 10.28.59
- Updated Apex Launcher to version 3.1.0
20150723 ZOMBi-POP Beta 4 changes
- Unified Aroma installer for TF700/TF300/TF201
- Rebased from omni-5.1.1-20150718-zombi_tf300t-KANG maintained by lj50036, hardslog, sbdags
- Merged source from omni-5.1.1-20150718-zombi_tf700t/tf201t-KANG maintained by lj50036, hardslog
- Updated all kernels and modules to the unified versions - thanks lj50036
- Added inverted kernel for TF201 users
- Aroma re-written to allow multi device selection and detection
- Additional tweaks added from TF701 Zombi-pop
- Amended SuperSU installer script to give correct permissions and install locations
- Reverted to latest Banks Gapps - means another wipe - sorry!
- Updated Google Calendar, Google Mail, Google Hangouts, YouTube, Google Search & Google Maps to latest versions
- Updated ESFile Explorer and Nova Launcher to latest versions
- Added flashable zip to enable dock battery - NOTE - this means you can't change the battery icon
20150119 ZOMBi-POP Beta 3 changes
- Rebased from omni-5.1.1-20150508-zombi_tf300t-KANG maintained by lj50036, hardslog
- Repacked Grimlock kernel for 5.1.1 (Grimlock lite is still using 5.0)
- Retweaked some File System and Virtual Memory parameters - focus on smoothness and battery
- Added Aroma code to remember previous selections as well as offer various installs
- sbdags best auto install, omni default auto install, previous options and previous auto install
- Viper4Android sound enhancer updated to lollipop version + updated the audio_effect.conf file
- Updated Google Play Store to version 5.5.8
- Updated Google Play Services to version 7.3.29
- Updated Google Search to version 4.5.13.19
- Updated Google Maps to version 9.8.1
- Updated Google Hangouts to version 3.2.91698097
- Updated Google Play Music to version 5.9.1854R
- Updated Google Calendar to version 5.2-91668080
- Updated ESFileExplorer to version 3.2.5.1
- Fixed swipe gestures on google keyboard
- Fix for Battery Drain on Google Play Services
- Removed Titanium Backup from the zip file
20150422 ZOMBi-POP 5.1 Beta 2 changes
- Rebased from omni-5.1.1-20150422-zombi_tf300t-KANG maintained by lj50036, hardslog
- New base is from OMNI 5.1.1 merged by lj50036
- Browser History is back again! Thanks lj50036 or Hardslog
- You can now choose to install, no GAPPS or minimal GAPPS (just playstore and syncs)
- Updated Google Maps to version 9.7.1
- Updated Google Search to version 4.4.11.16
- Updated Google Mail to verison 5.1.90765967
- Updated Google Calendar to version 5.2-90091543
- Updated Google Hangouts to version 3.1.89134953
- Updated Google Text-to-Speech to version 3.4.6.1819666
- Updated YouTube to version 10.14.56
- Updated ESFileExplorer to version 3.2.5
- Updated Android Terminal to version 1.0.70
- Updated Banks Gapps:
- Google Play Services 7.3.28 (1863718-438)
- Google Play Store 5.4.12
- fixed OC on Some TF201's running Grimlock-lite
20150119 ZOMBi-POP Beta 1 changes
- First public release
- Added Linrao Grimlocks kernel (needs more testing)
- Fixed auto-rotate (Thx hardslog)
- AOSP browser materialized (green)
20150119 ZOMBi-POP Alpah 4 changes
- New name - new logo! ZOMBi-POP
- Rethemed Aroma to new ZOMBi-POP theme
- Added 2 optional beta tweaks for testing (screen and kernel)
- Fixed _thatv11 kernel option
- Added Grimlock v5.0 (not tested)
20150118 Lollipop Alpha 3 changes
- Updated to latest OMNI Lollipop source omni-5.0.2-20150117-zombi_tf700t-KANG maintained by lj50036
- Fixed issue with AOSP Browser getting installed when not selected
- Fixed issue with Live Wallpapers getting installed when not selected
- Fixed issue with Launcher3 getting installed when not selected
- Fixed issue with Terminal not getting installed when selected
- Fixed issue with DSPManager still getting installed when Viper4fx is installed
- Removed stock calendar as google app one is far superior
- Fixed init.d scripts not running due to wrong permissions and wrong ramdisk init.rc call
20150117 Lollipop Alpha 2 changes
- Updated system and data apps to use new lollipop structures
- Updated all apps to latest versions
- Removed xposed as not compaitble with lollipop
- Tweaked the force gpu options
20150111 Lollipop Alpha 1 changes
- Updated to latest OMNI Lollipop source maintained by lj50036
- New PA GApps Lollipop version 2015
- Initial Beta test build to see what works and what doesn't
Click to expand...
Click to collapse
The Team
@sbdags - Creative Mastermind (From CROMi-X/CROMBi-kk/ZOMBi-X ROMS)
@lj50036 - Source Guy (From CROMBi-kk/ZOMBI-X ROMS)
@hardslog - The Canadian (From Grimlock ROMS)
Credits
Google
Omni Team - Thanks!
@_that For all the great advice, watching over us and fixing everything we break!!!!!
All the beta testers for your patience and feedback : fatboyinlycra, berndblb, drewski_1, duckredbeard, keshavmot2, corb06, jmaybush, JoJoDaClown, kansasboy001, TrofeoSC
To Do
Fix loads of stuff!
XDA:DevDB Information
ZOMBi-POP, ROM for the Asus Eee Pad Transformer Prime
Contributors
lj50036, hardslog, sbdags, _that
Source Code: https://github.com/zombi-x-lp
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.1.x
ROM Firmware Required: JB Ending with 27.1 or 27.5 bootloader
Based On: OMNI AOSP
Version Information
Status: Stable
Current Stable Version: 20150728 RC1
Stable Release Date: 2015-07-28
Current Beta Version: 20150723 Beta 4
Beta Release Date: 2015-07-23
Created 2015-01-30
Last Updated 2015-07-27
Reserved
UPGRADE INSTRUCTIONS
Steps
1. Refer to the bottom of post #3 UPGRADE FROM STOCK BOOTLODER
2. If you haven’t yet, unlock your TF201 by following these instructions.
3. Install the latest version of Team Win Recovery Project (TWRP) 2.7+ or ClockWorkMod Recovery 6.0.5.0+ Note this ROM will NOT install with older versions of recovery!
TWRP HOME
Download the recovery file from above, put it into the same folder where you have adb and fastboot files. Please rename it to twrp.blob or cwm.img and follow the instructions below:
Code:
adb reboot bootloader
To flash the recovery:
Code:
fastboot -i 0x0B05 flash recovery cwm.img
or
Code:
fastboot -i 0x0B05 flash recovery twrp.blob
A blue bar will go accross the screen on the tab and the command prompt will indicate it was successful in about 10 seconds
Then reboot the tablet either back to the bootloader or to android to complete
Code:
fastboot -i 0x0B05 reboot-bootloader
fastboot -i 0x0B05 reboot
You can now access the recovery by pushing [volume up] on the RCK icon in the bootloader screen
Click to expand...
Click to collapse
FLASHING THE ROM FROM RECOVERY
Steps
1. Download the ROM below and save to your internal or external SD Card. Do not unzip the file.
ZOMBi-POP ROM DOWNLOAD
Note: The first boot after install will take 15 mins whilst everything is built. Some people might think it is looping but it is not. The ROM also takes about 15 mins to stabilise after the first boot
ZOMBi-POP RC1 LP 5.1 Full Mirror 1
ZOMBi-POP RC1 LP 5.1 Full Mirror 2
MD5 Sum: e3980e1bffa539e676ac1269268abcd1
Flash this patch please as there is a file missing that gives better performance
RC1 Performance Patch
MD5 Sum: 4fbf9d5f934fa40a6e33ac409f703fcd
FILES ARE SIGNED. IF YOU ENABLE SIGNATURE VERIFICATION IN RECOVERY IT WILL VALIDATE THE FILE BEFORE FLASHING.
ROM2SD/DATA2SD USERS PLEASE READ!
ROM2SD only works if you have ZOMBI-POP, ZOMBi-X, CROMBi-kk, CROMi-X or miniC flashed on internal with a THATv10+ kernel. Just choose ROM2SD in the installer of ZOMBi-POP to flash it to ROM2SD and the installer will do the rest.
- Install ZOMBi-POP and choose ROM2SD or DATA2SD install
The ROM2SD1.zip below is only needed if you need to switch your recovery to between normal and rom2sd mode. For Example you want to backup or restore a rom2sd installation. Flash once to go rom2sd and flash again to go back to normal. A reboot always puts you back to normal. Thanks to _that!
ROM2SD1.zip Download Mirror 1
ROM2SD1.zip Download Mirror 2
MD5 Sum: 7b699136d59ea3d5538570ccaf422acf
The DATA2SD1.zip below is only needed if you need to switch your recovery to between normal and data2sd mode. For Example you want to backup or restore a data2sd installation. Flash once to go data2sd and flash again to go back to normal. A reboot always puts you back to normal.
DATA2SD1.zip Download Mirror 1
DATA2SD1.zip Download Mirror 2
MD5 Sum: 9d5e9e2fd32593f981624499b37924b2
2. Boot to recovery – Either choose Boot to Recovery from the Power Menu if available on your current ROM or from the tablet power off hold the [volume down] button and press the [power] button. Once your see the flashing RCK icon, press [volume up] to select. If another icon is flashing use [volume down] to move between icons.
3. Using your recovery make a Nandroid Backup of your current setup
4. Select install and navigate to where you saved your ROM zip file.
5. Choose the ZOMBi-POP zip file and follow the on screen prompts to customize your installation.
6. Reboot and enjoy.
Using GParted to setup a micro SD for ROM2SD or DATA2SD!
First and foremost - DO NOT USE MINI TOOL!
Formatting a micro sd card for ROM2SD
Note for DATA2SD just do one partition in stead of 2
We will be using a GParted Live boot USB and a FAST good quality micro sd like a Sandisk or Samsung Class 10 - SDHC/SDXC UHS-1 card with read speed of at least 20MB/S. If you have a cheap chinese eBay card don't bother - they are not good enough.
You will also need a USB Stick with at least 1GB size. Note this process formats the USB disk so don't keep any important files on it. It will also wipe your micro sd so make sure you are prepared.
1. Go to the link below and download the GParted Live CD/USB/HD/PXE Bootable Image and save it somewhere you remember
http://gparted.sourceforge.net/download.php
2. Download Linux Live USB Creator and install it
http://www.linuxliveusb.com/
3. Fire up LiLi USB Creator:
a. Choose your USB key - I,e, the drive letter for your USB (not sd card)
b. Choose your GParted iso image for the source
c. Choose the check box to Format Key in FAT32 and hide files
d. Click the lightning bolt to create
4. Now you have a bootable disk you need to boot from it. You may need to alter you BIOS Settings on your PC to boot from a USB Stick but mine did it without messing.
5. Insert your micro SD card into an SD Card adapter and insert into PC
6. Boot into GParted
7. Choose Gparted Live <Enter>
8. Don’t touch keymap <Enter>
9. Languge <Enter>
10. Start Gparted Automatically
11. Change device to your micro sd )it will default to you hard disk - hda– mine is /dev/sdc
12. Delete all existing partitions
For a 64GB card: (resize as needed but /system doesn't need to be bigger than 1GB)
13. Create new, always select primary: do this 3 times.
14. FAT 32 : Size 16GB – this will be /dev/sdc1 in gparted and will be your sdcard for storage in Android
15. EXT4 : Size 42GB – this will be /dev/sdc2 in gparted and will be your /data partition in Android
16. EXT4 : Size 1GB – this will be /dev/sdc3 in gparted and will be your /system partition in Android (not needed for data2sd)
Apply, wait until it finishes and then reboot. Remember to remove the usb stick
*Images stolen from elsewhere as I couldn’t get it to save mine
Now you are ready to install ROM2SD. Note if you want to use DATA2SD then only do 2 partitions 1x FAT32 and 1x larger EXT4
Then reinstall ZOMBi-POP but this time choose the ROM2SD / DATA2SD option
Reserved
All,
The ROM is still in BETA and by flashing it you are helping the BETA Testing process
It may still have some bugs, spontaneously reboot, drain the battery faster or heat up a bit. The aim is to make it better and fix them.
If you find a bug and want to report it here please post a logcat (after it occurred) with a description of what you were doing at the time and the rough timing in the logcat to look at (these things get huge!).
You can also post a dmesg which is the kernel boot logs and can indicate issues with data corruption or hardware.
If you get a reboot then please post a last_kmsg from the /proc folder.
How to get a logcat
How to get useful logs
Thank you!!
Join us on IRC for a chat or if you have questions:
https://webchat.freenode.net/
Channel: #zombi-x
There is no Q&A section for this rom as it is still in dev so you are ok to post your questions here!
UPGRADE FROM STOCK BOOTLODER
This may help
Starting from a stock bootloader V 10.4.2.18
What you will need
Woking fastboot & adb / SDcard optional
TWRP for a 201 = twrp_tf201t.blob
TWRP for the 300 = twrp_tf300t.blob
HairyBean BL & TWRP: This is effectively turn your 201 into a 300 <---- which is a flashable zip inside the zip that you downloasd
All 3 of the above file are in a zip in the Download section @ the top of every page of the thread ...... THIS ZIP IS NOT FLASHABLE...Your must unzip it to get to the real files !!! The name of this zip is
upgrade_tf201_to_tf300t.zip
foo 201 ROM zip
A fully charged tablet
All the above files in the same directory as your fastboot.exe (if using windows) In your home folder on linux....
The process
Lets start with the TWRP recovery for the 201, let flash it with fastboot...
Power your tablet off and with the [ VOL DOWN & POWER ] buttons boot the tablet into the bootloader
Once there [ VOL DOWN ] untill the green box is on the USB ICON then [ VOL UP ] to select fastboot
Let make sure your PC can see your tablet with this command.
Code:
fastboot devices:
Code:
fastboot -i 0x0b05 flash recovery twrp_tf201t.blob
Then
Code:
fastboot -i 0x0b05 reboot-bootloader
[ VOL UP ] ON RCK to enter recovery
Once in TWRP check to see if adb is working...
Code:
adb devices
Ok now that we know that is working let go ahead and push the HairyBean BL onto the tablet
Code:
adb push HairyBean_Bootloader_TWRP2.5.zip /sdcard
Now under the install tab in TWRP fine the folder and flash it....
reboot once it has fishined..If ask to install SuperUser say NO..........
LET THE BLUE BAR FILL !!!!!!!!! Once it has finished it will reboot into Hairybean TWRP....
Once booted into recovery, run this command to boot into fastboot
Code:
adb reboot-bootloader
You will see that the USB icon is missing now, this is good... If you still see the USB icon DON'T go to the next step
Now lets flash TWRP recovery
Code:
fastboot -i 0x0b05 flash recovery twrp.blob
Once that has finished let reboot into bootloader
Code:
fastboot -i 0x0b05 reboot-bootloader
Now enter recovery....
Make sure its verison 2.7.1.0
Go to Wipe////Format Data////Type yes
This can take up to 90 mins to format
DO NOT INTERRUPT THE FORMAT !!!!!!!
Now lets push foo.zip onto your tab
Code:
adb push foo.zip /sdcard
Find it under the install tab and flash it..
REBOOT into android, first boot can take up to 15 minutes
Downloads failing for me
terrigan said:
Downloads failing for me
Click to expand...
Click to collapse
Data is it really you....
Working here ....
No idea why it would be broken, mirror 2 will be up soon.....
Thx Josh
oh man! ... was waiting for L version for my old TF201
and very, very and I mean very happy to see You guys are working on this for our beloved TF201's
lj50036 said:
UPGRADE INSTRUCTIONS
Steps
1. If you haven’t yet, unlock your TF201 by following these instructions.
2. Install the latest version of Team Win Recovery Project (TWRP) 2.7+ or ClockWorkMod Recovery 6.0.5.0+ Note this ROM will NOT install with older versions of recovery!
CWM Touch XDA Thread
CWM XDA Thread
TWRP XDA Thread
Download the recovery file from above, put it into the same folder where you have adb and fastboot files. Please rename it to twrp.blob or cwm.img and follow the instructions below:
[/HIDE]
Click to expand...
Click to collapse
no links at all .... You forgot 'em or ?!?
specially interested in TWRP
terrigan said:
Downloads failing for me
Click to expand...
Click to collapse
Full Mirror 2 @AndroidFileHost downloaded in less than a minute
Could someone please post step by step tutorial how to install this rom?
I have a cm11 unofficial rom/ android cardhu-user bootloader 1.00e released by ww_epad- 10.4.2.15-20120917 A03
and cwm rck v6.0.5.0
when i install this rom it just boots up to screen with penguins and after a while reboots
Sneaky bugger
Thank you very much team!!!!!
I would very much like to test out your rom, but there seems to be a problem with the links for the twrp and cwm recoveries provided by you. Clicking them leads me nowhere. I seem not to be able to find the proper twrp recovery 2.8 for our device. Could you please repost the links? Thank you very much
I am running Lollipop with my beloved Prime....:victory:
Have been lurking this fora and have been running Omni 4.4.4 for a while.
Took the step to this beauty....
- The default Omni kernel is broken with wifi
-Flashed with the Grimlock option but it messes up partition??? Low internal space.
- Wiped a factory reset and it works.....
Playing around but no power left, must charge....
lj50036 said:
YOU MUST BE ON THE HAIRYBEAN 2.31 JB 4.2.1 BOOTLOADER VERSION 10.6.1.27.1 AND TWRP 2.8.0.0.+ OR CWM 6.5.0.0+ BEFORE FLASHING THIS ROM. SEE UPGRADE INSTRUCTIONS BELOW IF YOU ARE UNSURE
​
Click to expand...
Click to collapse
Sakeus said:
Could someone please post step by step tutorial how to install this rom?
I have a cm11 unofficial rom/ android cardhu-user bootloader 1.00e released by ww_epad- 10.4.2.15-20120917 A03
and cwm rck v6.0.5.0
when i install this rom it just boots up to screen with penguins and after a while reboots
Click to expand...
Click to collapse
if you look at the first few lines from the OP, you will see that you are apparently on the wrong bootloader. you need the Hairybean JB 4.2.1 bootloader. you can find that here: http://forum.xda-developers.com/showthread.php?t=2407248 you also need to upgrade/update your recovery. once you do those things, then you can flash this. (i'm surprised you haven't softbricked...)​
Lj50036 you killing me lol just yesterday ive flashed the tf300 version of zombiepop you posted to check it out and now i come here and found a version for tf201 haha needless to say im formating my tablet and installing this righ now thank you!
pikul said:
Lj50036 you killing me lol just yesterday ive flashed the tf300 version of zombiepop you posted to check it out and now i come here and found a version for tf201 haha needless to say im formating my tablet and installing this righ now thank you!
Click to expand...
Click to collapse
unless i'm not reading something correctly, i think the dl links are for the same tf300t rom - it's just being posted here because it's compatible with the tf201??
huskerkate said:
unless i'm not reading something correctly, i think the dl links are for the same tf300t rom - it's just being posted here because it's compatible with the tf201??
Click to expand...
Click to collapse
Yes its true....
More to come if there are issue....
Thx Josh
lj50036 said:
Yes its true....
More to come if there are issue....
Thx Josh
Click to expand...
Click to collapse
...and i should have added that not only is it compatible with the tf201, it is running quite nicely! definitely more fluid and responsive than the other LP tf300 rom i had on this thing.
thanks!!! :good:
huskerkate said:
unless i'm not reading something correctly, i think the dl links are for the same tf300t rom - it's just being posted here because it's compatible with the tf201??
Click to expand...
Click to collapse
I wiped my tablet and realized that later lol anyways did a fresh install again xD
lj50036 said:
Yes its true....
More to come if there are issue....
Thx Josh
Click to expand...
Click to collapse
Hi, Josh don´t know, what I did (what went) wrong but I´ve installed the Zombi-pop about week ago, bud I had some issues with some apps stability and reboots, and needed tablet for daily use so I ve restored nandroid of 4.4.
This weekend I do have some mor time so I´ve did a clean install of Zombi-pop and got a message about low memory space. Don´t know why - installed Zombi pop twice before without hiccups - first with your+ _that´s overclocked kernel , second time with your + sbdags´es kernel - both ok. This time with hardslog´s 5.0 linaro kernel I got the low memory message... any clue???? THX 4 answer. Nandroid backup of 4.4 . is OK again... Maybe too much gapps installed - I knoow KatKiss 5.0 had that problem????
JuraP said:
Hi, Josh don´t know, what I did (what went) wrong but I´ve installed the Zombi-pop about week ago, bud I had some issues with some apps stability and reboots, and needed tablet for daily use so I ve restored nandroid of 4.4.
This weekend I do have some mor time so I´ve did a clean install of Zombi-pop and got a message about low memory space. Don´t know why - installed Zombi pop twice before without hiccups - first with your+ _that´s overclocked kernel , second time with your + sbdags´es kernel - both ok. This time with hardslog´s 5.0 linaro kernel I got the low memory message... any clue???? THX 4 answer. Nandroid backup of 4.4 . is OK again... Maybe too much gapps installed - I knoow KatKiss 5.0 had that problem????
Click to expand...
Click to collapse
You should go settings/storage and click clean cache memory then reboot your prime
Same thing happens when clean dalvik cache and cache from twrp on katkiss 5.0
Could somebody please tell me where I can find Twrp 2.8? When checking their website I can only find 2.6 for our device....

[GUIDE] HDR Fix with OTA Update Survival

Tested with:
Code:
ArrowOS Version: arrow-11.0
ArrowOS Build Type: OFFICIAL
ArrowOS Build Variant: VANILLA
Device Name: POCO X3 NFC (surya)
This modification makes use of the addon.d survival mechanism found in almost all (if not all) custom ROMs, which is leading back to CyanogenMod, and allows the installation of @janhammer504's YouTube HDR & Chrome Yellow Tint - Real Fix with automatic reinstatement after a manual or OTA system update.
Create the folder /sdcard/Android/addon.d/hdrfix, download and unpack YouTube HDR & Chrome Display Fix (v2) - Final.zip to that location.
Place the following script with the name 52-hdrfix.sh into /system/addon.d and make it executable (755), which can either be done from a root shell or through recovery after mounting /system with read-write access:
Code:
#!/sbin/sh
#
# ADDOND_VERSION=2
#
###################
# Restore HDR Fix #
###################
case "$1" in
post-restore)
AD="/sdcard/Android/addon.d"
DD="/product/vendor_overlay/29/etc"
mount /dev/block/mapper/product /product 2> $AD/mount_error.log
[ -d $DD ] && cp $AD/hdrfix/* $DD 2> $AD/hdrfix_error.log
umount /product
;;
esac
That's it, either reinstall the current version of the used custom ROM through recovery or make an OTA update.
Now the catch with this was, that for some unknown reasons, addon.d scripts see the device mapping different than from a running system or recovery, please see this issue for details.
ArrowOS 11 has the two XML files in /product/vendor_overlay/29/etc, but this may be different in other ROMs. In that case, simply have a look and change the destination folder ($DD) in the script accordingly.
The script is safe to use as nothing gets modified if the given destination folder is not found.
To uninstall this modification, simply remove the file /system/addon.d/52-hdrfix.sh.
You can also temporarily disable this modification by removing/renaming the two XLM files from/in /sdcard/Android/addon.d/hdrfix and everything gets back to default with the next system update.
Hint: You may want to watch the changelog for the used ROM and remove that modification once the ROM developers have implemented that fix by themselves.
Although working as supposed to, my approach for applying this fix is more of a proof of concept to me, as I wanted to find out how to make use of the addon.d survival mechanism.
For anyone else looking for an easier way to apply that fix (till your ROM developer has taken care of this), @janhammer504 has already provided the according Magisk Module.
FYI This fix will be implemented in the next build of ArrowOS, so this modification is no longer needed if using that custom ROM.
Is there any magisk module for fix? I'm noob Now using Havoc os 4.3 and don't want to flash arrow os and format data and install everything again Thanks in advance.
Master One said:
FYI This fix will be implemented in the next build of ArrowOS, so this modification is no longer needed if using that custom ROM.
Click to expand...
Click to collapse
I have the latest arrow os 12 on my F3 and HDR does not work.
AndreiR32 said:
I have the latest arrow os 12 on my F3 and HDR does not work.
Click to expand...
Click to collapse
Better ask at the new ArrowOS 12 thread then, because I'm still on 11.

Categories

Resources