[ROM] [JB] [98.16.3] [xt907] Rage M v1.2 [3/22/2014] **UPDATE** - Droid RAZR M Android Development

Rage M By BDAZZG1
​
The Stock Based ROM With The Speed and Features You Love!!
​**For Unlocked AND Locked Bootloader Devices!!**​
{
"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"
}
​Features
​Latest 98.16.3 Base
Latest Baseband Included​Latest Kernel included​Fully Deodexed​Super Debloated​Full init.d support​Improved Gps Lock and Accuracy​LMT Launcher (PIE Controls)​Battery Tweaks​Greenify App​Chainfire's SuperSU​1% BatteryMod​Fully Customizable Notification Toggles​Gapps baked in​Apex Launcher​Ad Blocker​ViPER4Android Audio Control **Support Here**​Extreme build.prop tweaks​Increased Dalvik VM Heap Size​Disabled Kernel Logging for speed​Governors & Schedulers Baked In​Loopy Smoothness Tweak​Moto Camera & Gallery​4.2.2 Camera & Gallery with Photosphere​Lots of Performance Tweaks​Many Essential Root Apps Preinstalled​Disabled app-asec​OTA Updates​
Changelog​v1.0 12/03/2013​Initial Release
​v1.1 1/12/2014
**MUST WIPE** If you don't, the installer will do it for you!
DON'T WORRY...IT WONT TOUCH sdcard0 OR sdcard1!!​Disabled /data/app-asec
Removed Power Toggles​Added Widgetsoid​Added Xposed Framework Installer
Updated several apps​Added more inverted Gapps ​
v1.2 3/22/2014
**MUST WIPE**​Updated SuperSU and binary
App Updates
Added No-NavBar flashable.zips to Rage M Extras folder
Resigned ROM for stability​Added Modded Pandora (unlimited Skip)​
Install Rage M
UNLOCKED BOOTLOADER
Boot into Recovery (TWRP or CWM)​MOUNT SYSTEM​Wipe Data / Factory Reset​Wipe cache and dalvik cache​Wipe System​Install Rage M.zip​Reboot System​Initial boot takes a couple minutes...Don't Panic​Profit
​
SAFESTRAP v3.12
Select any ROM Slot​Wipe Data, Cache, and Dalvik​Install Rage M for Safe Strap​Reboot System​Initial boot takes a couple minutes...Don't Panic​Profit​
I, Team Rage, nor anyone else will be responsible for what you do to your phone! If you do this right it should work well. If not...well...that's what we're here for. Remember, we all do this for fun and have real lives too. If you find any bugs, please be sure you followed the INSTALLATION INSTRUCTIONS exactly before reporting.
Downloads
UNLOCKED BOOTLOADER
Rage M v1.2
Mirror
​
LOCKED BOOTLOADER (SAFESTRAP v3.12)
Rage M v1.2
Mirror
​
Credits
Special thanks to my Friends at Team Rage... BDH, Gerland The Oracle, slwest78
Hashcode​Dhacker
noname81​eye__dea​Markus McNugen​Johnthehillbilly​ViPER520 and zhuhang​Gunthermic for the awesome Dark Horse Inverted apps **Link to his thread here**​Team Black Out **Link to their site here**​​If I've forgotten anyone PLEASE say something so I can add you to my Credits! I greatly appreciate everybody's hard work and we all deserve credit for what we've done!
​
Donations are Never required, but ALWAYS appreciated...​

Reserved for later

Great! Is Xposed inside?
I will have to try it with my sd swap flash.

aviwdoowks said:
Great! Is Xposed inside?
I will have to try it with my sd swap flash.
Click to expand...
Click to collapse
Yes sir it is
Sent from my Raged Out RAZR MAXX HD

Is this still based on moparman371's build?
If so all on ...78 or ...94 do not need to wipe data.
I have done it many times.

aviwdoowks said:
Is this still based on moparman371's build?
If so all on ...78 or ...94 do not need to wipe data.
I have done it many times.
Click to expand...
Click to collapse
You must be referring to my alpha test builds that I did before I acquired an unlocked RAZR M to test on. I've been known elsewhere on the web as moparman371 lol. So yes...this is my same base but many many changes for the better. Data wipe may not be 100% necessary but I've written the updater script to do the task. It won't touch internal storage or your sdcard. I promise...
Sent from my Raged Out RAZR MAXX HD

Those of you who know how to modify updater scripts can remove the lines that wipe data...
Sent from my Raged Out RAZR MAXX HD

BDAZZG1 said:
...*I promise...
Sent from my Raged Out RAZR MAXX HD
Click to expand...
Click to collapse
Good! This is a great SS & open boot rom. But why not let those who want to bring all their fav apps with them, do it?
Anyway just a thought...
I am going to try a modded script on my first run.
I really only trying to help.
Thanks for all the work!
Edit
LoaderDroid 400kBs @ Home Depot wifi!

aviwdoowks said:
Good! This is a great SS & open boot rom. But why not let those who want to bring all their fav apps with them, do it?
Anyway just a thought...
I am going to try a modded script on my first run.
I really only trying to help.
Thanks for all the work!
Edit
LoaderDroid 400kBs @ Home Depot wifi!
Click to expand...
Click to collapse
I do it that way because of the users out there that like to come from 4.2, 4.3, even 4.4 ROMs without wiping, then clutter up the threads with their so called bugs lol.
You've been around this scene long enough to know what I mean... lol
Delete the following lines from my updater-script and it will flash without wiping:
delete_recursive("/data/anr");
delete_recursive("/data/app");
delete_recursive("/data/app-asec");
delete_recursive("/data/app-lib");
delete_recursive("/data/app-private");
delete_recursive("/data/audio");
delete_recursive("/data/backup");
delete_recursive("/data/data");
delete_recursive("/data/diag_mdlog");
delete_recursive("/data/dontpanic");
delete_recursive("/data/drm");
delete_recursive("/data/emt");
delete_recursive("/data/fota");
delete_recursive("/data/hostapd");
delete_recursive("/data/kernelpanics");
delete_recursive("/data/local");
delete_recursive("/data/logger");
delete_recursive("/data/lost+found");
delete_recursive("/data/misc");
delete_recursive("/data/power_supply_logger");
delete_recursive("/data/property");
delete_recursive("/data/resource-cache");
delete_recursive("/data/shared");
delete_recursive("/data/ssh");
delete_recursive("/data/system");
delete_recursive("/data/time");
delete_recursive("/data/tombstones");
delete_recursive("/data/tpapi");
delete_recursive("/data/user");
delete_recursive("/data/vbox");
delete_recursive("/data/zipalign.db");
That's lines 22 thru 53 but leave line 29...delete_recursive("/data/dalvik-cache");
Hope this helps

Tried the rom with SafeStrap 3.12, and it is running. But I keep getting forecloses on google apps. Tried to go back to stock and can't get back into SafeStrap. Kinda stuck at the moment. Going to keep trying for the next hour. If all else fails, RSD back, then reroot and try the whole thing over again.

VannMann said:
Tried the rom with SafeStrap 3.12, and it is running. But I keep getting forecloses on google apps. Tried to go back to stock and can't get back into SafeStrap. Kinda stuck at the moment. Going to keep trying for the next hour. If all else fails, RSD back, then reroot and try the whole thing over again.
Click to expand...
Click to collapse
Did you get it going man? Sounds like something might still be hanging around from another ROM
Sent from my Raged Out RAZR MAXX HD

I got back to stock and rooted again. My data cable was the culprit. You have a nice rom, just to themed for me. I did have a lot of gapps force closes though.

VannMann said:
I got back to stock and rooted again. My data cable was the culprit. You have a nice rom, just to themed for me. I did have a lot of gapps force closes though.
Click to expand...
Click to collapse
The only theming in it is inverted gapps lol. If you prefer the light ones and like the ROM you can always use titanium backup to uninstall them and get the Google versions from the market
Sent from my Raged Out RAZR MAXX HD

gonna try this one.

Could i flash this room for locked bootloader. im now on 98.30 but rooted already and safetrap recovery installed?

kolya82 said:
Could i flash this room for locked bootloader. im now on 98.30 but rooted already and safetrap recovery installed?
Click to expand...
Click to collapse
Absolutely! Make sure you download the Safestrap version
Sent from my Raged Out RAZR MAXX HD

Installed.
All I can say is wow... I've been trying all sorts of ROMs looking for smoothness.
And now I found it in one based on the stock rom. Impressive!
Let's see if phone's snapiness holds on with time.
Also, I was impressed to finally see photosphere working outside a nexus phone, I've tried many times without results.
However... It doesn't really work. How can I explain... it's like the aceleration sensores are not giving real time information to the photosphere app, it's just so Sloooooooooow to orientate with the dots to take the various pictures.
Any ideas? I'd absolutely love to have photosphere working as I love the insane pictures I used to take with my galaxy nexus
---------- Post added at 06:01 AM ---------- Previous post was at 05:38 AM ----------
Can it be the M doesn't have a gyroscope? =X
I thought it was standard on all modern phones

Yeah I could have answered that one myself by looking up the specs of the phone... sadly it doesn't have gyro =\ pity
I really really like the pictures that come out of photosphere!
Carrying on.
I'm loving the rom but not the dark themed apps that come with it.
I read what you replied to someone about just uninstalling them and getting the ones out of the playstore.
How can I do that with the playstore app itself though?
Install a set of gapps?
Which one?
Will that somehow make the system slower? Because I'm really enjoying the smootheness of it all
Sorry for all the questions, and thanks in advance ^^

SrPintas said:
Yeah I could have answered that one myself by looking up the specs of the phone... sadly it doesn't have gyro =\ pity
I really really like the pictures that come out of photosphere!
Carrying on.
I'm loving the rom but not the dark themed apps that come with it.
I read what you replied to someone about just uninstalling them and getting the ones out of the playstore.
How can I do that with the playstore app itself though?
Install a set of gapps?
Which one?
Will that somehow make the system slower? Because I'm really enjoying the smootheness of it all
Sorry for all the questions, and thanks in advance ^^
Click to expand...
Click to collapse
In the next day or so I'll get you a stock themed play store that you can flash. Glad you're liking the ROM
Sent from my Raged Out RAZR MAXX HD

Wow that's really helpful, thank you so much!
so far so good, I'm really enjoying it. My phone is working as I expect it always would

Related

[ROM] Fission DX AOSP FRF91 Version 1.0

[/SIZE]
FRF91 DroidX AOSP Final
A True Vanilla Froyo Expiernce For Your DroidX
By AngDroid (MotoBoy), Drod2169 & Matt4542​
{
"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"
}
Twitter:
AngDroid
Drod2169
Matt4542
IRC:
http://webchat.freenode.net/ #fissionrom
Thank you to all who tested. Now start getting your phones ready for the final build.
Themers:
Check Post #2 for a package of app & framework files. A good majority of the apps are from FRF91 Vanilla Android build so if you have packages that already work with that build then most should work here. Please make sure all packages are compatible. Please use the framework-res.apk provided since it is unique to this ROM. It is much different than the OEM Drodi2 packages.
ROM Developers:
Feel free to use this as a base for your own ROM. Please just respect us and give Matt, Drod and myself the proper credit and a link back to the threads.
History:
Being bored one day and sick of Blur with all the extra services I started to rip the ROM apart. Finally getting it as clean as I can and being forced to have a bit of blur I began a search on how to get rid of it all. I ended up on the MotoDev website to see what I can find when I bumped into the D2 SDK. Shockingly it was a plain vanilla build of Android. I thought why not and tried to boot it up. Ii did ( see first video here[/URL] ) with lots of bugs. The screen res as all off and we had no radio or many other hardware functions. On top of that it ran like a turtle stuck in some molasses. I sent a message of my my buddy Matt4542 and our journey began. From there Drod and I hooked up and now we have this. It has been a long rough week getting this sucker to where it is now. It was fun, frustrating and we nearly killed each other a few times but all ended well since we have a great finished project..
We kind of built AOSP ROM by hand. Some may say it is not a true AOSP ROM but it is. There is no difference between this build and a true AOSP ROM besides any tweaks that the developer may add when creating a ROM from source. We had no choice to do it this way since Moto locked us out of the bootloader (for now and next project). Many of the apps are built from source. About 90% of the app folder is built from source. We added some packages from the DX that are a bit better and required for hardware reasons. There is NO Blur left in the ROM but for a moto-res.apk file that is required by the framework.
I want to thank Drod2169 for taking this up with me. Thanks man!!!
Drod did most of the work on the DX version after we laid out the foundation together. Glad he approached me so the DX users are able to enjoy this too!
Also, thanks to everyone else who tested the beta and RC1. Was great working with Drod! Good luck on your Rubix version!
Hope you guys with a DX enjoy this. I do not have a DX yet but would love to get one to develop this even further.
What will this ROM do?
It will give you a true Android Vanilla experience much in the same way the Original Droid (OD) did. It is not loaded with bloatware and everything functions as it should. Facebook will sync with your contacts and you will not have all of your memory being used by wasteful stuff on top of much more. Your phone will run more smoothly and feel a lot faster.
What can you do to help?
The most important thing is to provide feedback. When reporting bugs please be clear and with detailed explanation. Do not say this does not work and leave it that. The more feedback you provide will make it easier and quicker for us to kill any bugs. You may also give us a small donation to help with our continuing development of ROM and *POSSIBLY* get this bootlader cracked. It cannot be done with one device. I have a couple of friends who have experience with low level programming of chips and with their help maybe it can get done. They are Blackberry guys and not going to buy a device just for this. This is nothing more than a promise that it will be tried. I cannot say when and IF it can be done so please keep the questions to a minimum about it. If the project takes off then I will have updates. You can donate to the project by clicking HERE.
Install Instructions: - YOU MUST FOLLOW ALL INSTRUCTIONS!!!
BACKUP your phone using Bootstrap before installing any ROMs so you can go back to your current setup if anything fails.
Pre-Installation Tasks:
Before you install this ROM or any ROM you will need to have root and have Bootstrap on your phone. You can find out how to do all that HERE.
BACKUP your phone using Bootstrap before installing any ROMs so you can go back to your current setup if anything fails. Notice I said that TWICE!!!
Download and place ROM on SD Card
Open Bootstrap and tap Bootstrap Recovery
Reboot into Recovery
Create Backup
Mount System
Wipe Cache -You may choose not to wipe but MAY have problems
Wipe Data - You may choose not to wipe but MAY have problems
Mount System and Data - Yes double check that both are MOUNTED (Reads UNMOUNT when MOUNTED)
Install Zip from SD Card
Choose Zip from SD Card
Select your ROM
Yes - Install
Wipe Cache Again - You may choose not to wipe but MAY have problems
Wipe Data Again - You may choose not to wipe but MAY have problems
Perform a Factory Reset through Android - Settings > Privacy > Factory Data Reset. Wiping Cache and Data from recovery is not enough.
Reboot
Enjoy!
DOWNLOAD HERE
Themes:
Themers:
App & Framework Files - Please only use these files to create your themes. This ROM is unique to the combo of files.
Black (HTC) Status Bar
Droid X Theme
Add-Ons: - Install - Do not wipe anything. Just mount system, select your zip file and install.
On Screen Keyboard
Droid X Multi -Touch Keyboard
Android Keyboard - Default with ROM
Gallery
Droid X Gallery
Android Gallery - Default with ROM
Bugs:
Compass Calibrate FC in settings. - No Fix yet.
HotFix:
AOSP Dialer working now
Download HERE
Please donate to project so I can get this ROM up 100% on both devices
hold hold hold hold hold
Reserved for angry birds
Do we honestly need two threads on the same rom?
oh man..i cant wait for this!!!! Thank you so much DEVS!
Gimpeh said:
Do we honestly need two threads on the same rom?
Click to expand...
Click to collapse
This is the final version...We are the developers so yes we do need a thread.
Where is the other thread? We did not post?
MotoBoy said:
This is the final version...We are the developers so yes we do need a thread.
Where is the other thread? We did not post?
Click to expand...
Click to collapse
EXCATLEY! post all you want man. lets not let this guy have it since he mad a stupid comment...
Great work!!! Will TOTALLY make donation
Will be back shortly...
downlload link is down?
MotoBoy said:
Uploading now
Click to expand...
Click to collapse
Thank you for your work!!!!
Does it come with the stock WiFi tether promised on 2.2 by google?
Is the camera 8MP or 5MP? I read somewhere while reading what AOSP meant, that it was 5MP max
Thank you devs for all your work.
Sent from my DROIDX using XDA App
Yes there is in fact another thread. I'll have a mod close it since we now have an official representative of the rom on this board.
Sorry guys...last minute issue with keyboard...please come to IRC if you want to test with just swype. Will have multi touch later.
We are now live...please follow all install istructions.
Got it installed, set back up, no problems or fc's, awesome work guys. Anybody getting a theme ready for this. This is how the X should be.
Sent from my DROIDX using XDA App
Does this have stock froyo MobileAP in the wireless settings?
back up sorry guys...all fixed
any chance of getting the phone call end/mute/speaker etc options without having to hit the menu button?

[ROM][JB]King Kang for Atrix

{
"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"
}
For
Motorola Atrix
What is King Kang?!?
King Kang is essentially a hybrid ROM - its a mixture of AOKP, CyanogenMod, and ParanoidAndroid, bringing all their customizations to one rock solid and quick ROM. These numerous features combine to create a blend of features not seen anywhere else before. Make the user interface yours with this ROM. Change the DPI the ROM runs at, tweak the interface to your hearts content, while enjoying great battery life and stability. Never before have these features combined to create a ROM as feature-packed as King Kang. Credits for the features goes directly to the teams responsible - AOKP and CM for their respective work, and ParanoidAndroid for their wonderful DPI on-the-fly modifications. Without these teams, this ROM would not be possible.
Click to expand...
Click to collapse
How To Flash​
Place ROM onto phone storage
Reboot to recovery
Make a Nandroid
Install Rom: Wipe INSIDE ROM
When you select "Reboot Not", you'll get a CWM error, IGNORE IT
Install OPTIONS or Gapps
WIKI/FAQ Located: To be reworked
Click to expand...
Click to collapse
PLEASE NOTE: I will NOT provide ParanoidPreferences.apk in this ROM zip. The devs of that great ROM have asked that the particular apk NOT be included in NON-PA zips. They put in the work, so I respect their wishes. That being said, I will NOT link the file nor do I want to see it linked here.
To get it, do the following:
Boot into King Kang and set up Gapps
Download Paranoid Android ROM zip
Download Root Browser
Use Root Browser to extract the file from the PA zip
Place it into /system/app
Set permissions to RW, R, R
Reboot
Click to expand...
Click to collapse
To successfully set Tablet mode in King Kang, follow the following steps....
Go into settings
Go into ROM Control
Go into Navigation Bar and enable bar, allow SU
Go back and go into General UI
Click Force Tablet UI and reboot manually
Once you come back from the reboot, go into Settings
Go into Paranoid Settings
Go into Workspace
Click on what mode y
Click to expand...
Click to collapse
Bugs??:
KNOWN ISSUES:
Videocamera : Use VideoCam Illusion
Slight Lag possible on screen transitions
USB tether
The graphics related issues are due to not having proper drivers to use for this. Don't ask for an ETA on a fix. Moto won't be giving us the drivers, so there is no fix
If you need to report a NEW bug, report it once, and the next TWO people VERIFY it. I don't need everyone reporting same bug 20 times. I you can, provide me the following information:
Version you're using
What type of fwipe you did and what ROM you came from
Have you restored any data from something like Titanium Backup
What app is misbehaving and what you were doing when it started
Logcats<--THIS IS PREFERRED.
If you don't know how to logcat, go HERE and learn. This really nice guy took the time to write out a good how to
When you have a LOGCAT and would like to post it, please go to pastebin and post it in there, then LINK that location in this thread...I don't want to see them posted directly in here.
Click to expand...
Click to collapse
Downloads:
ROM file is Located HERE
Options Chooser is Located HERE
My latest CWM: V1 as well as Aroma-Prep
can be downloaded HERE
Click to expand...
Click to collapse
Credits:​
AOKP, Paranoid Android, Cyanogenmod, and King Kang Teams-Without all of them, this ROM doesn't exist
scott.hart.bi=for helping me with source building
Jokersax11-for being my initial inspiration on Atrix, being a cool guy, and helping me along in my early days
Amarullz=for creating the Aroma Installer
Spleef-for collaborating on those first builds that got me into Android
Alcapone263-for donating an Atrix coming to a home near me
All my testers and users
Anyone else I may have forgotten
Click to expand...
Click to collapse
Kernel Source: HERE
Click to expand...
Click to collapse
Mine
Mine 2
Th3Bill said:
Mine 2
Click to expand...
Click to collapse
Mine 3
Bill just wanted to thank you, like everyone else that will be flooding this thread. Thanks for sticking around and continuing such great development!
jeffreygtab said:
Mine 3
Bill just wanted to thank you, like everyone else that will be flooding this thread. Thanks for sticking around and continuing such great development!
Click to expand...
Click to collapse
Way I look at it, these 2 devices (Photon and Atrix) were the ones I started with, so as long as we can make viable roms on it, I'm going to
Pretty Slick so far. Will run for a couple days. Thanks th3bill
Sounds AWESOME
Just waiting for some screens to give it a chance ;3
Sounds awesome; where will I find the corresponding gapps?
Regards
redThd said:
Sounds awesome; where will I find the corresponding gapps?
Regards
Click to expand...
Click to collapse
Can either use Options overflash or the Gapps by EPinter. There are also some by Justinbean that are pretty good too
I'm getting 'set_perm:some changes failed' at the end of the installation process :crying::crying::crying::crying:
I'm getting the same fault on liquid as well so I think I have put the saved logs here?
Hardware acceleration is not worikng, wright??
barry_ said:
I'm getting 'set_perm:some changes failed' at the end of the installation process :crying::crying::crying::crying:
I'm getting the same fault on liquid as well so I think I have put the saved logs here?
Click to expand...
Click to collapse
Ill fix tonight
Sent from my LG Optimus G
WiFi not turning on at all for me no matter what configuration chosen during installation and with all possible wipe combinations Pressing WiFi does nothing.
Newest AOKP does not have this issue, running it now.
I installed it over latest cm10 from the bill. Just wiped cache and dalvik. The Rom is running fast and smooth without any issues, every thing is ok including WiFi.
Sent from my MB855 using xda app-developers app
Must be me then....
I think he is saying try AOKP then flash this rom. It's worth a try.
Sent using my Jelly fingers.
I never use WiFi much so I didn't notice. Its borked as stated above.
Other than that nice ROM.
I can confirm, also, that WiFi does not turn on with this ROM. Th3Bill did post in the Liquid Smooth thread that he would be posting a fix for this very soon.
Thanks Th3Bill!!
Thanks for the ROM, nothing to report other than a thanks.
redThd said:
WiFi not turning on at all for me no matter what configuration chosen during installation and with all possible wipe combinations Pressing WiFi does nothing.
Newest AOKP does not have this issue, running it now.
Click to expand...
Click to collapse
homerwasa said:
I never use WiFi much so I didn't notice. Its borked as stated above.
Other than that nice ROM.
Click to expand...
Click to collapse
blumenthala said:
I can confirm, also, that WiFi does not turn on with this ROM. Th3Bill did post in the Liquid Smooth thread that he would be posting a fix for this very soon.
Thanks Th3Bill!!
Click to expand...
Click to collapse
Unless a new build is up, wifi is working for me as normal.
I was able to finally get wifi to work. I installed paranoid android first and then installed KingKang and everything works beautifully - including wifi!!!

[ROM] [JB 4.2.2][PA3.15][AOKP-MR1][CM10.1]P.A.C True All in 1 ROM v22

Grarak said:
{
"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"
}
P A C man ALL IN 1
Description
After months of work, the long awaited PACman 4.2 rom is ready for public released. This is still work in progress WIP and there are many missing parts. Though the rom is rock stable for average users. We are working on it daily to fill the missing parts.
Now what is PACman? The idea was to remove the need for a hunt of rom and cure flasholicsm by providing everything xda has in rom development in a single bloat free rock stable rom. This is the FIRST rom of its kind with a hybrid framework consisting on cm10.1, AOKP and AOSPA. What makes PACman unique is this perfect blend of all of these. Be informed PACman is not a "git cherry-pick blahblah yeee i am a dev donatezzz me" rom. It took a LOT of work of thinking behind to merge the frameworks in the right order.
Features
Hybrid Framework
CM10.1
AOKP MR1
AOSPA 3.15
Per App DPI
Per App Color
Pie Controls
cLock
Hardware Key Control
Any Widget on lockscreen
CM Profiles
Lock Screen Shortcuts
Lock Screen ring target
CM10.1 kernel
Init.d Support
Everything cant be listed here go check it out
A LOT more to come
Recommended Installation Procedure
Coming from another Custom ROM:
Wipe Data/Factory Reset (This does not affect your Internal/External storage)
Format /System (This does not affect your Internal/External storage)
Flash ROM
Flash Gapps
Wipe Cache
Wipe Dalvik Cache
Reboot
Updating from previous version [only for 4.2.x]:
Flash ROM
Flash Gapps
Wipe Cache
Wipe Dalvik Cache
Reboot
Unofficial Builds
http://www.mediafire.com/?oxsp9h31f311kyd
Gapps:
goo.im/gapps
Credits
szl.kiev and Team
CyanogenMod Team
AOKP
Paranoid Android
[vertigo]
epinter
Hashcode
DHacker29
*If anyone is missed, please let me know via PM*
Show Support wear the PACman signature
​
Click to expand...
Click to collapse
About time custom ROMs started showing up. Will be updated as PAC and our CM makes progress. IF SOMEONE KNOWS WHERE TO FIND PA.PREFS POST A LINK AND ILL ADD IT TO THE OP
Dude!!!!!!! Looks dope!
CHANGELOG:
4-22-13
-Epinter has fixed most of the lag on the CM ROM. Should be a bit better performace than before. Please let me know.
BUGS:
-LTE is quite buggy for some users
-Superuser is quite iffy as well (Find around the thread the flashable zip to fix this)
-The lag (Users have reported that in the General thread for the AHD, that Codexs' flashable zip for improving performace helps. Try that and report please.)
-Hybrid Properties: When pressing "Launch", it does not come up wit PA Colors or workspace switching (You can maunally set the workspace still in Hybrid Settings)
-Has been reported by some users that some AOKP Settings do not apply
-Error while flashing. Make sure you are using the RAZR HD CWM recovery and NOT the Photon Q recovery.
OLDER BUILDS:
4-21-13: http://www.mediafire.com/download.php?nnuon908wsiwljf
#Please keep the bug reports coming, I will either try to fix them or find workarounds!
im kinda new to this phone i have it rooted but do you have to unlock the bootloader for CWM or how do we get it or is it all safe strap i have delt with teh photon before
hellgod77 said:
im kinda new to this phone i have it rooted but do you have to unlock the bootloader for CWM or how do we get it or is it all safe strap i have delt with teh photon before
Click to expand...
Click to collapse
Yea you need a unlocked bootloader for cmw.
You have to be unlocked and using cwm to use any of the newer roms.
Sent from my U8655 using xda app-developers app
I've crashed twice now.
Seems to have problems with root. Superuser prompt does not appear when I enter Titanium, File Explorer crashes and/or hangs when trying to enter root/privileged mode. Terminal Emulator gives "Permission Denied" when trying to su.
Same with me, also the integrated performance app in settings should be reverted to stock CM performance, because when you open it, its stable for like 3 seconds and then it crashes. Other than that this rom is pretty cool.
Edit: Also snapchat force closes.
centipedes said:
I've crashed twice now.
Seems to have problems with root. Superuser prompt does not appear when I enter Titanium, File Explorer crashes and/or hangs when trying to enter root/privileged mode. Terminal Emulator gives "Permission Denied" when trying to su.
Click to expand...
Click to collapse
No crashes here. But I did have to flash Koush's Superuser.zip to get proper root access.
I keep getting setup wizard has stopped. i cant even set it up. I'll try to wipe everything again and hope for the best
EDIT: if i just flash the ROM it loads just fine...Which version of GAPPS ami supposed to flash?
Reserved for later feedback. Seems like a franken-build from looking at the ZIP files.
matt99017d said:
I keep getting setup wizard has stopped. i cant even set it up. I'll try to wipe everything again and hope for the best
EDIT: if i just flash the ROM it loads just fine...Which version of GAPPS ami supposed to flash?
Click to expand...
Click to collapse
flash the 20130301 GAPPS
YO THIS ROM IS ****IN AWESOME calls are crystal clear still putting the rom through the ringer but so far so good great work man BTW phablet mode works great too.
No crashes here working great. Awesome work man. Loving it.
Sent from my atrix HD maxx
Thanks for the feedback guys. Snap chat works fine for me. No crashes for me. Everything works fine, keep these bug reports coming. ALSO MAKE SURE YOU FORMAT /system IN RECOVERY.
EDIT: Root bugs as well, sorry guys. Workaround is to flash Koushs' SU zip. Thanks to who said that
Sent from my MB886 using xda app-developers app
Just Wondering...
Which recovery are you guys using for this?
Was it epinter's RAZR or the Photon Q's
Byakko Custom said:
Which recovery are you guys using for this?
Was it epinter's RAZR or the Photon Q's
Click to expand...
Click to collapse
I just flashed with epinters CMW works fine for me.
---------- Post added at 08:42 PM ---------- Previous post was at 08:40 PM ----------
EcHoFiiVe said:
Thanks for the feedback guys. Snap chat works fine for me. No crashes for me. Everything works fine, keep these bug reports coming. ALSO MAKE SURE YOU FORMAT /system IN RECOVERY.
EDIT: Root bugs as well, sorry guys. Workaround is to flash Koushs' SU zip. Thanks to who said that
Sent from my MB886 using xda app-developers app
Click to expand...
Click to collapse
you have a link to that su?
Is it sluggish for everyone else as well?
centipedes said:
Is it sluggish for everyone else as well?
Click to expand...
Click to collapse
Trebucket 1.0 is a bit laggy for everyone i think.
Can someone link to the Su zip that needs to be flashed?
Sent from my MB886 using xda app-developers app
worlddominatiin said:
Trebucket 1.0 is a bit laggy for everyone i think.
Can someone link to the Su zip that needs to be flashed?
Sent from my MB886 using xda app-developers app
Click to expand...
Click to collapse
Even in Apex it's laggy.
centipedes said:
Even in Apex it's laggy.
Click to expand...
Click to collapse
Its going to have all the same problems as our CM10.1 so yes its gonna be laggy. Although it isn't AS laggy as CM because of a couple of build.prop mods that Code put together
Sent from my MB886 using xda app-developers app

[ROM] [JB] [9.20.1] RageHD v2.1 [8/26/2013]

Team Rage Presents:
Rage HD By BDAZZG1
The Stock Based ROM with all the speed & features you love!
{
"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"
}
​What It's Got...​
Latest 9.20.1 Base
Latest Baseband Included
Modded Kernel included
Fully Deodexed
Super Debloated
Full init.d support
Improved Gps Lock and Accuracy
LMT Launcher (PIE Controls)
Battery Tweaks
Greenify App
Chainfire's SuperSU
1% BatteryMod
Fully Customizable Notification Toggles
Gapps baked in
Apex Launcher
Ad Blocker
Apollo Music Player
Extreme build.prop tweaks
Increased Dalvik VM Heap Size
Disabled Kernel Logging for speed
Governors & Schedulers Baked In
Loopy Smoothness Tweak
Moto Camera & Gallery
4.2.2 Camera & Gallery with Photosphere
Lots of Performance Tweaks
Many Essential Root Apps Preinstalled
OTA Updates
Install Rage HD
YOU MUST HAVE UNLOCKED BOOTLOADER​
Boot into Recovery (TWRP or CWM)
MOUNT SYSTEM
Wipe Data / Factory Reset
Wipe cache and dalvik cache
Wipe System
Install ragehd.zip
Reboot System
Initial boot takes a couple minutes...Don't Panic
Reboot
Profit
I, Team Rage, nor anyone else will be responsible for what you do to your phone! If you do this right it should work well. If not...well...that's what we're here for. Remember, we all do this for fun and have real lives too. If you find any bugs, please be sure you followed the INSTALL INSTRUCTIONS exactly before reporting. This ROM is designed for UNLOCKED BOOTLOADER ONLY. Flash other methods at your own risk!!
Downloads:
<MODERATOR EDITED> Off-site downloads are permitted if the site is non-commercial and does not require registration.
Credits:
Special thanks to my Friends at Team Rage for jump-starting my Dev Skills...
BDH, Gerland The Oracle, usmcamgrimm, & jl90
Hashcode
Dhacker
Mhous33
noname81
P3 Droid & Team Black Hat
Nitroglycerine33
eye__dea
Markus McNugen​
If I've forgotten anyone PLEASE say something so I can add you to my Credits! I greatly appreciate everybody's hard work and we all deserve credit for what we've done!​
1) Login needed for download?
2) XT926 only? If so I'd be glad to test XT925 version also!
3) which languages are builtin?
It looks awesome, thank you!!!
Great ROM. Only question is, is there a way to modify the soft key layout and color?
Sent from my DROID RAZR HD using xda app-developers app
KillaLude said:
Great ROM. Only question is, is there a way to modify the soft key layout and color?
Sent from my DROID RAZR HD using xda app-developers app
Click to expand...
Click to collapse
The softkey layout and modification is a must for me. I rely on the 5 key setup with menu and search there. The ROM looks awesome otherwise!
Any chance for bootloader locked xt926, i mean will it support safestrap recovery?
Sent from my GT-S6012 using Tapatalk 2
I'd be interested in a "locked bootloader" version as well. I mean, if its based on the stock kernel doesn't that mean it could be modified to be flashed via SafeStrap (sorry, limited knowledge of how this stuff works)? I've got a bootloader unlocked XT926 that I've flashed four or five 4.2.2 ROMs on but I always come back to RageHD because, while it may not have every new bell and whistle, EVERYTHING WORKS! I just picked up a locked bootloader Maxx HD already upgraded to 9.18.79 and I'd be glad to recommend RageHD to anyone else in the same situation if there were a SafeStrap flashable version.
I noticed when I flashed the rom, there was a mention of RageHD Extras being placed on my SD card but I don't see it anywhere on my SD card. Very interested to know what is in it!!
avishekghosh said:
Any chance for bootloader locked xt926, i mean will it support safestrap recovery?
Sent from my GT-S6012 using Tapatalk 2
Click to expand...
Click to collapse
Try it and see if it works. I do not have a locked phone to test on. If not...get me a recovery log so I can make the necessary adjustments to the updater script.
Sent from my DROID RAZR HD using Xparent BlueTapatalk 2
dcscorpio76 said:
I noticed when I flashed the rom, there was a mention of RageHD Extras being placed on my SD card but I don't see it anywhere on my SD card. Very interested to know what is in it!!
Click to expand...
Click to collapse
Its on the internal SD. There's nothing in there currently though. I ended up baking it all in Decided however to leave it there for future use
Sent from my DROID RAZR HD using Xparent BlueTapatalk 2
Those asking about soft key mods...have you tried the pie controls? I personally really like them and the hot seat can be moved to the bottom for those who prefer. I may,however, work on some stock navbar mods in future updates
Sent from my DROID RAZR HD using Xparent BlueTapatalk 2
I've got a locked bootloader XT926 with SafeStrap installed. I'd be glad to test RageHD on it. Would I use the "normal" process? Activated a slot, flash RageHD to that slot (no need to wipe a new slot but if I reused one I would), reboot? I won't need to flash Gapps separately, right?
BDAZZG1 said:
Those asking about soft key mods...have you tried the pie controls? I personally really like them and the hot seat can be moved to the bottom for those who prefer. I may,however, work on some stock navbar mods in future updates
Sent from my DROID RAZR HD using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
I personally don't favor pie much cause I'm such a noob that I barely understand how it works! I'd love a flashable softkey mod that would work with this awesome rom! 5 softkeys and this is my definite DD for the time being!!! Great job on everything else!!
P.S. I opened the wifi kill app and the whole phone crashed!! I thought I more than wifi killed it...lol
dcscorpio76 said:
I personally don't favor pie much cause I'm such a noob that I barely understand how it works! I'd love a flashable softkey mod that would work with this awesome rom! 5 softkeys and this is my definite DD for the time being!!! Great job on everything else!!
P.S. I opened the wifi kill app and the whole phone crashed!! I thought I more than wifi killed it...lol
Click to expand...
Click to collapse
Love the rom so far but had the same problem with wifi kill. Didn't know if I did something wrong since I never used it before. Now that I actually know what it is I don't think I really have a need for that but thought you should know that it might be crashing the phone.
Thanks for an awesome rom...
cardman827 said:
Love the rom so far but had the same problem with wifi kill. Didn't know if I did something wrong since I never used it before. Now that I actually know what it is I don't think I really have a need for that but thought you should know that it might be crashing the phone.
Thanks for an awesome rom...
Click to expand...
Click to collapse
I just dropped that one in there for fun. I've had it in my stash of "cool ****" for quite some time. If its going to misbehave I'll just get rid of it in the next update
Sent from my RAGED OUT RAZR MAXX HD
Works on xt925??
leandro9000 said:
Works on xt925??
Click to expand...
Click to collapse
It probably will boot but you will most likely need to do the same mods as all the other xt926 ROMs for radio to work
Sent from my RAGED OUT RAZR MAXX HD
Going to have to give this a try...seems like this will be a good DD.
Sent from my SCH-I545 using xda app-developers app
What's the word on flashing this on an XT926 that's rooted but with a locked bootloader? I've got a Maxx HD that's already updated to 9.18.79. Rooted, Safestrap installed. Many of the custom ROMs for the XT926 say you must have an unlocked bootloader to flash them. Is this true of RageHD?
lesdense said:
What's the word on flashing this on an XT926 that's rooted but with a locked bootloader? I've got a Maxx HD that's already updated to 9.18.79. Rooted, Safestrap installed. Many of the custom ROMs for the XT926 say you must have an unlocked bootloader to flash them. Is this true of RageHD?
Click to expand...
Click to collapse
It was in the description with bold caps letters! If you couldn't figure that out on your own clearly you don't need to follow through with the install.....
Sent from my DROID RAZR HD using XDA Premium 4 mobile app

[ROM] [JB] [9.30.1] [xt926] RageHD v2.6 [2/1/2014] *UPDATE*

Team Rage Presents
Rage HD
By BDAZZG1 & SLWEST78
The Stock Based ROM With The Speed and Features You Love!!
**Now Officially Suppotring SafeStrap For Locked Bootloader!!**
{
"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"
}
Features
Latest 9.30.1 Base
Latest Baseband Included
Kernel included
Fully Deodexed
Super Debloated
Full init.d support
Improved Gps Lock and Accuracy
LMT Launcher (PIE Controls)
Battery Tweaks
Greenify App
Chainfire's SuperSU
1% BatteryMod
Fully Customizable Notification Toggles via Widgetsoid!
Gapps baked in
Apex Launcher
Ad Blocker
Extreme build.prop tweaks
ViPER4Android Audio Control **Support Here**
Increased Dalvik VM Heap Size
Disabled Kernel Logging for speed
Governors & Schedulers Baked In
Loopy Smoothness Tweak
Moto Camera & Gallery
4.2.2 Camera & Gallery with Photosphere
Lots of Performance Tweaks
Many Essential Root Apps Preinstalled
Disabled app-asec
OTA Updates
Changelog
v2.1 8/26/2013
Fixed Lag caused by Kernel Issue
Added optional OG Battery Mod flashable zips to RageHD Extras folder
v2.2 9/2/2013
Updated LMT Launcher
Added optional AOSP browser (look for flashable.zip in Rage HD Extras folder)
No longer need to flash extra scripts
NavBar zips included in RageHD Extras Folder
Removed WiFiKill
v2.3 9/18/2013
Added New Custom Boot Logo Thanks Johnthehillbilly!
Added New Custom Boot Animation Thanks Johnthehillbilly
Removed more bloat
Added Google Keyboard
Added DSP Manager to Settings Menu
v2.4 12/24/2013
Lots of App Updates
Removed Power Toggles App
Added Widgetsoid App (It's a lot better)
Removed DSP Manager
Added ViPER4Android Audio Processor
v2.5 1/11/2014
**MUST WIPE** If you don't, the installer will do it for you!
(don't worry, it won't wipe your sdcards)
Disabled app-asec
More Theming
Several app updates
More inverted Gapps
v2.6 2/1/2014
**MUST WIPE**
Resigned ROM to correct first start FCs
More Preformance Tweaks
Updated Apps
Themed Homescreen
Updated SuperSU
Bugfixes​
Install Rage HD
UNLOCKED BOOTLOADER
Boot into Recovery (TWRP or CWM)
MOUNT SYSTEM
Wipe Data / Factory Reset
Wipe cache and dalvik cache
Wipe System
Install ragehd.zip
Reboot System
Initial boot takes a couple minutes...Don't Panic
Reboot again
Profit
SAFESTRAP v3.12
Select any ROM Slot
Wipe Data, Cache, and Dalvik
Install Rage HD for Safe Strap
Reboot System
Initial boot takes a couple minutes...Don't Panic
Reboot again
Profit
I, Team Rage, nor anyone else will be responsible for what you do to your phone! If you do this right it should work well. If not...well...that's what we're here for. Remember, we all do this for fun and have real lives too. If you find any bugs, please be sure you followed the INSTALLATION INSTRUCTIONS exactly before reporting.
Downloads
For Support please visit this thread at RageRoms.com
Rage HD v2.6
RageHD v2.6 For SafeStrap
Deodexed Stock Apps
Credits
BDH, Gerland The Oracle, usmcamgrimm, slwest78, & jl90
Huge Thanks to SLWEST78 for the awesome theme
Hashcode
Dhacker
noname81
P3 Droid & Team Black Hat
Nitroglycerine33
eye__dea
Markus McNugen
Johnthehillbilly
ViPER520 and zhuhang
Gunthermic for the awesome Dark Horse inverted apps **Link to his thread here**
Team Blackout **Link to their site here**
If I've forgotten anyone PLEASE say something so I can add you to my Credits! I greatly appreciate everybody's hard work and we all deserve credit for what we've done!
If you like my work please consider a small donation...
and Don't forget to hit the Thanks Button!!​
Reserved for later
I know there is probably not much to do about it, and this is not to complain at all but: When I see a stock xt926 like this (and in particular when 4.4. comes) I tend to wish that could run it on my XT925. I know there supposedly is some pacth to make it work, and maybe I will try that some day. But so far I am hesitant. I don't they are serious but I believe I have seen people having problems with that patch thus wishing for a true xt925 stock rom. Maybe some day. In the mean time, Contratz to RageTeam and happy flashing for all xt926 users
idless said:
I know there is probably not much to do about it, and this is not to complain at all but: When I see a stock xt926 like this (and in particular when 4.4. comes) I tend to wish that could run it on my XT925. I know there supposedly is some pacth to make it work, and maybe I will try that some day. But so far I am hesitant. I don't they are serious but I believe I have seen people having problems with that patch thus wishing for a true xt925 stock rom. Maybe some day. In the mean time, Contratz to RageTeam and happy flashing for all xt926 users
Click to expand...
Click to collapse
Get me a system dump from a stock xt 925 and I'll build you one
Sent from my Raged Out RAZR MAXX HD
Well im about to put this ROM on my wifes phone. She would rather have a stock ROM so here's to flashing i go. One question though, the phone has older version of TWRP, do i have to get latest version or will 2.5.0.0 work?
michael7168 said:
Well im about to put this ROM on my wifes phone. She would rather have a stock ROM so here's to flashing i go. One question though, the phone has older version of TWRP, do i have to get latest version or will 2.5.0.0 work?
Click to expand...
Click to collapse
2.5.0.0 will work fine
UPDATE v2.6 is live! Please see OP!
Experiencing two issues. The gapps stop and force closes on startup and will not allow to download or update apps and second the browser will not open. Any thought?
I have wiped everything before and after install and I even went back and fixed permissions in SS.
Running this rom on my HD with safestrap. It installed fine with no glitches... any ideas?
nu2droid said:
Experiencing two issues. The gapps stop and force closes on startup and will not allow to download or update apps and second the browser will not open. Any thought?
I have wiped everything before and after install and I even went back and fixed permissions in SS.
Running this rom on my HD with safestrap. It installed fine with no glitches... any ideas?
Click to expand...
Click to collapse
Delete and recreate the ROM slot this us installed on. Also delete any other unnecessary crap off the int and ext storages that may be related to old ROMs... Namely android and android secure folders and data folders if they exist. It should fly after that
Sent from my DROID RAZR HD using Xparent BlueTapatalk 2
BDAZZG1 said:
Delete and recreate the ROM slot this us installed on. Also delete any other unnecessary crap off the int and ext storages that may be related to old ROMs... Namely android and android secure folders and data folders if they exist. It should fly after that
Sent from my DROID RAZR HD using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
Appreciate it.. I will give it a try. .
Sent from my SCH-I545 using Tapatalk now Free
Anymore feedback on this ROM?
SirHoover2010 said:
Anymore feedback on this ROM?
Click to expand...
Click to collapse
Did anyone install this please reply
Sent from my KFTHWI using Tapatalk
davekaz said:
Did anyone install this please reply
Sent from my KFTHWI using Tapatalk
Click to expand...
Click to collapse
No man I never did. Let me know if you do and how you like it
davekaz said:
Did anyone install this please reply
Sent from my KFTHWI using Tapatalk
Click to expand...
Click to collapse
I tried multiple times with various installations steps and had no luck... If I could maybe get the md5 to make sure my download is correct? I do have to thank the Op for a couple of things I put in my mod here
Have you guys mounted system in recovery before installing the rom?
Sent from my Droid Razr Maxx HD
XBlackChaosX said:
Have you guys mounted system in recovery before installing the rom?
Sent from my Droid Razr Maxx HD
Click to expand...
Click to collapse
Tried that, tried different ROM slots including stock, tried dirty install and clean. Never even gets to boot animation.. If anyone has gotten this installed I would like to know how.
stangdriver44 said:
Tried that, tried different ROM slots including stock, tried dirty install and clean. Never even gets to boot animation.. If anyone has gotten this installed I would like to know how.
Click to expand...
Click to collapse
I have heard that for some, it only works from stock slot.
Post 2 is guide of sorts for the round about way to do it.
http://forum.xda-developers.com/showpost.php?p=45541404&postcount=2
aviwdoowks said:
I have heard that for some, it only works from stock slot.
Post 2 is guide of sorts for the round about way to do it.
http://forum.xda-developers.com/showpost.php?p=45541404&postcount=2
Click to expand...
Click to collapse
It failed because when you mount system and then go do all of your wipes including system wipe you have to go back and mount system again and it will install.
GTIM2L8 said:
It failed because when you mount system and then go do all of your wipes including system wipe you have to go back and mount system again and it will install.
Click to expand...
Click to collapse
On this moparman.... build it will boot on stock data btw - wipe d & c only.
---------- Post added at 11:42 AM ---------- Previous post was at 11:40 AM ----------
Look at my steps in the link. Do them only.
aviwdoowks said:
On this moparman.... build it will boot on stock data btw - wipe d & c only.
---------- Post added at 11:42 AM ---------- Previous post was at 11:40 AM ----------
Look at my steps in the link. Do them only.
Click to expand...
Click to collapse
Sorry, I forgot to mention I don't use SafeStrap on my XT926, I use TWRP v2.6.3.0.
I also have an unlocked bootloader.
I had ValidUS 4.4.2 KK on it and had to restore it back to stock 4.1.2.
I followed the instructions and it loaded in just a few minutes.
All I have to do now is set up the phone.

Categories

Resources