.290 System Files - Create some custom ROM's [C6802 & C6806] - Sony Xperia Z Ultra

Here is the framework from the .290 update from Sony. (4.3)
It’s for anyone and everyone to use to make a ROM based on Sony’s latest firmware.
I've extracted it from a C6802 & C6806 base and uploaded it here for anyone to use:
C6802 LINK
C6806 LINK
Note:
1: This is not a ROM. However it’s everything you need to make one... except the installer script.
(The script = Recoveries use a script to flash the ROM)
2: Its not modified in anyway (remains odexed, and not zipaligned)
The purpose and hope, is that some of you will want to learn how to make custom ROM’s. It's not very hard and will just require a bit of reading, and some preexisting knowledge of linux would help…
There are quite a few tutorials on how to create a recovery script so use the 'search' feature within XDA as me positing another method would just be repeating what I've read & learnt. i.e. waste of time.

And here's a tutorial to make roms in windows without coding :thumbup: (credit @dsixda) http://forum.xda-developers.com/showthread.php?t=1272270
And potential rom builders, don't forget to grab the remount-fixed stock kernel that includes dual recovery (credit @ChillyChan). http://forum.xda-developers.com/showthread.php?t=2575909
Sent from my C6833 using Tapatalk

iBuzman said:
And here's a tutorial to make roms in windows without coding :thumbup: (credit @dsixda) http://forum.xda-developers.com/showthread.php?t=1272270
And potential rom builders, don't forget to grab the remount-fixed stock kernel that includes dual recovery (credit @ChillyChan). http://forum.xda-developers.com/showthread.php?t=2575909
Sent from my C6833 using Tapatalk
Click to expand...
Click to collapse
Hey buz.. I put together a rom (not finished) but I'm in hospital at the moment.. Not serious, have an IV in my arm due to vomiting and diarrhea for too long . So I can't do anything else. Nice way to spend Xmas eh! I'll send you the Google drive link that I uploaded a few days ago as my backup. Let me know how you go. You'll need to flash the modified kernel.

@hamdogg bummer of a way to spend Christmas, hope you get those fluid levels up quickly! I've put all of boxing day aside for rom stuff so will have a look then (and watching Aussies smash Poms in the cricket) . Speedy recovery mate.
Sent from my C6833 using Tapatalk

hamdogg said:
I'm in hospital at the moment.. Not serious, have an IV in my arm due to vomiting and diarrhea for too long . So I can't do anything else. Nice way to spend Xmas eh!
Click to expand...
Click to collapse
bugger

hamdogg said:
Hey buz.. I put together a rom (not finished) but I'm in hospital at the moment.. Not serious, have an IV in my arm due to vomiting and diarrhea for too long . So I can't do anything else. Nice way to spend Xmas eh! I'll send you the Google drive link that I uploaded a few days ago as my backup. Let me know how you go. You'll need to flash the modified kernel.
Click to expand...
Click to collapse
get well soon

Cheers guys... I'm just bloody bored! Feeling fine, and drugs have blocked me up. So feel like I should be home already.

iBuzman said:
And here's a tutorial to make roms in windows without coding :thumbup: (credit @dsixda) http://forum.xda-developers.com/showthread.php?t=1272270
And potential rom builders, don't forget to grab the remount-fixed stock kernel that includes dual recovery (credit @ChillyChan). http://forum.xda-developers.com/showthread.php?t=2575909
Sent from my C6833 using Tapatalk
Click to expand...
Click to collapse
Thanks for the link,mate!
What about for those who wants to do some coding? I really want to do roms, but there are too many tutorials, so I don't really know where to begin. I've know some of C++. I guess that I need to learn some Java, right? Just tell me what knowledge are necessary to build a rom from sources? I really want to take part in porting GPE Rom to our devices.

vovanx500 said:
Thanks for the link,mate!
What about for those who wants to do some coding? I really want to do roms, but there are too many tutorials, so I don't really know where to begin. I've know some of C++. I guess that I need to learn some Java, right? Just tell me what knowledge are necessary to build a rom from sources? I really want to take part in porting GPE Rom to our devices.
Click to expand...
Click to collapse
its just the script you really need to understand.
the ROM tree like i've provided is just ripped straight from Sony sources. Not hard, just takes about 20 minutes.
The script is where the hard part comes. telling android to flash this and that, and have this partition for kernel, and recovery..
busybox and SU make is easy, but you still need to know how to execute commands in android/ linux.

ok, i'll bite
I've installed @dsixda's kitchen in my ~/dev dir, updated su,Supersu.apk and about to do busybox in the kitchen.
I've pulled apart @krabappel2548's omni rom and @hamdogg's rom to see how they are built, started playing with .290 and have inserted the duel recovery kernel from @ChillyChan
I might need a little help with the updater-script - will see how I get along...

blueether said:
ok, i'll bite
I've installed @dsixda's kitchen in my ~/dev dir, updated su,Supersu.apk and about to do busybox in the kitchen.
I've pulled apart @krabappel2548's omni rom and @hamdogg's rom to see how they are built, started playing with .290 and have inserted the duel recovery kernel from @ChillyChan
I might need a little help with the updater-script - will see how I get along...
Click to expand...
Click to collapse
Excellent... The update accept is the problem. My first attempt is in the cloud and I don't have access to download that amount of data. Buz days there are some errors, and he's having the same issues.

^^ busybox from the kitchen is one of the few things I couldn't get to work, it modifies the update script to make it work, but you'll need to review somebody elses rom's update script to get this to work.
Update script is where I struggle too btw.. I have been cutting and pasting from other roms update scripts to get it to work (incl. Z1 roms)
Good luck.
@hamdogg , would you like me to send @blueether a link to your dogg4 build?
Sent from my C6833 using Tapatalk

iBuzman said:
^^ busybox from the kitchen is one of the few things I couldn't get to work, it modifies the update script to make it work, but you'll need to review somebody elses rom's update script to get this to work.
Update script is where I struggle too btw.. I have been cutting and pasting from other roms update scripts to get it to work (incl. Z1 roms)
Good luck.
@hamdogg , would you like me to send @blueether a link to your dogg4 build?
Sent from my C6833 using Tapatalk
Click to expand...
Click to collapse
Yeah sure. He can have a play with it. I'm away from my laptop for a while. Just me and the ultra. Well, and my wife..

Who wants to put money on me soft bricking my C6802?

^^ nah, dud roms just produce flashing errors more often than not.
Ensure you have an ext sd nandroid and can fastboot flash boot the @ChillyChan 290 kernel and recovery to restore said nandroid if required
Sent from my C6833 using Tapatalk

yep have the 290 kernel ready and just completed a nandroid to the external sd card.
I'll have a look at dogg v4 first to see if I have really buggered up v0.1

The @Desperanto86 deodexed 257 rom also a good resource for checking for updater script clues
Sent from my C6833 using Tapatalk

I'll see how this goes, just about to flash.
Most of the script looks good, not so sure on the final stages of setting up the /system...
---------- Post added at 04:15 PM ---------- Previous post was at 03:56 PM ----------
...
Not bricked, but no go on the flash either: "Status 0", back to the kitchen I guess...
---------- Post added at 04:34 PM ---------- Previous post was at 04:15 PM ----------
got further that time: "Status 7" and a bootloop after about 30 seconds
---------- Post added at 05:25 PM ---------- Previous post was at 04:34 PM ----------
Soft bricked on third attempt... flashed dual kernel and restore... now building v0.5
edit:
Soft bricked again, with red flashing LED this time, getting better each time. I think it's time to stop for the day...
Last Edit for the day, I promise:
flashed kernel-dual.img back on top and it booted fine. I lost root but that was no big deal, just reflashed SuperSU. deodexed, zipaligned, nothing else done yet. But it is still my first rom.
{
"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"
}

blueether said:
...my first rom.
Click to expand...
Click to collapse
OK, looks like I didn't deodex the rom properly (if at all), and now that I have I'm getting FC in settings.app
Is there a good reason to go deodexed?
I can't get root to stick in the rom, it works if I use either of the two 4.3 methods by @ChillyChan and @jackie099. Is there something else I have to do...? I guess I'll have a go doing it like @handogg and follow ChainFire's update-binary script

^^ I have deodexed zipaligned version of dogg4 that errors at the end of the flashing process - I can share this with you on Jan 2nd when I'm back online. Yes it errors but deodexed /system/app and system/framework may be of some use to you.
Btw, android 4.3 is api 18 and the kitchen defaults to api 17 (4.2) when deodexing - updating the api number to 18 in the kitchen "may" fix your deodexing issues
Re: a good reason to deodex? Most mods require deodexed rom is my main reason :thumbup:
Sent from my C6833 using Tapatalk

Related

[ROM][Flash-aholic'ed][AOSP] HYDRAOSP

{
"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"
}
HYDRAOSP
This is not my ROM. This ROM is the work of netchip and Paradoxxx and was originally developed for the i9100. I simply toyed around with settings to find a flash-aholics configuration that works.
Pure, Stock, AOSP derived from source code and built specifically for the Galaxy SII. This is not a derivative of CM7, although it uses certain CM7 modules for things like drivers... that are AOSP to begin with. Android 2.3.7.
It's around Sixty Megabytes. It IS Odex'ed, but that makes it extremely fast.
Please READ the original thread before asking any questions. If you DO have questions, post in the i9100 forum if it's a general question about the ROM, and post here if it's a question specific to our device.
Siyah Kernel does not work (extract the latest CM7 kernel and use that if the one Flash-aholicsTool provides isn't to your liking)
ORIGINAL ROM:
http://forum.xda-developers.com/showthread.php?t=1485411
FLASH-AHOLICSTOOL:
http://forum.xda-developers.com/showthread.php?t=1484223
Directions
Open the ROM file in Flash-aholicsTool
Change the Kernel to "CM7 11-16-2011"
Change the Modem to the CM7/MIUI based KK6 (may be unnecessary but it's what I did)
Hellraise the ROM
Build the ROM
Reboot into Recovery mode
Factory Reset, Wipe Dalvik, Format /system
Flash ROM
Flash GoogleApps package whenever (you can use the CM7 one if you want)
My experience with the ROM:
The fastest ROM I've ever used. The battery life is outstanding. 70% after 11+hours of average usage. It comes with the bare necessities, but the market is there for everything else you want and need. I will most probably stick with this ROM until ICS is stable enough for usage.
When i click on change the modem to k6 modem and then go and build it, it gives me an error saying that the rom will still be built with no changes to the modem
You did get their permission before posting this right?
Sent from my SGH-I777 using XDA App
So you're providing links to the original post and the flashoholic tool. This isn't really a thing we need to start a new thread for is it?
Sent from my SAMSUNG-SGH-I777 using Tapatalk
Why would you start a new thread for this bro???
this isn't "flash-aholic'ed" at all
post a flashable port
Less effort for development every day.
Didn't even try to upload the port...
You shouldn't be starting a thread that literally tells nothing new. The tool has its own thread. You didn't even post a flashable zip and I'm guessing you didn't ask permission of whoever actually created this rom. Wth lol
Sent from my SGH-I777 using XDA App
Lol its a DIY thread lol...
to make us noobs more self reliant maybe?! I don't know. I am as lost as the rest of you.
Sent from my GT-I9100 using xda premium
I hellraised this ROM, and have posted a download link below.
All credit goes to the original developer *Paradoxxx*, Flashaholic' by ktoonsez, and Entropy512's original Hellraiser script.
Here's a link to the original thread HydraAOSP by Paradoxxx
The reason this is here is for anyone clicking on this thread that actually WANTED A DOWNLOAD link for a rom =D I have PM'd Paradoxxx to let him know I'm putting this link here. If requested, it will be taken down, or at the moderator's wishes. This is built with Siyah kernel 2.1.2, no init.d changes or build.prop changes done by me. It will not flash a modem, so whatever modem you have flashed will still be there upon boot of this ROM.
I'm not a developer, nor do I want any credit for anything. Please donate or thank the original developer, and those making this possible. God bless, here's the download link.
Hellraised Hydra AOSP by Paradoxxx
EDIT: I didn't modify the build.prop so coming from a stock ROM (non hellraised) you may have to modify it yourself, or just flash a hellraised rom like ICSCREWED before flashing this to make it work properly.
Phalanx7621 said:
I hellraised this ROM, and have posted a download link below.
All credit goes to the original developer *Paradoxxx*, Flashaholic' by ktoonsez, and Entropy512's original Hellraiser script.
Here's a link to the original thread HydraAOSP by Paradoxxx
The reason this is here is for anyone clicking on this thread that actually WANTED A DOWNLOAD link for a rom =D I have PM'd Paradoxxx to let him know I'm putting this link here. If requested, it will be taken down, or at the moderator's wishes. This is built with Siyah kernel 2.1.2, no init.d changes or build.prop changes done by me. It will not flash a modem, so whatever modem you have flashed will still be there upon boot of this ROM.
I'm not a developer, nor do I want any credit for anything. Please donate or thank the original developer, and those making this possible. God bless, here's the download link.
Hellraised Hydra AOSP by Paradoxxx
EDIT: I didn't modify the build.prop so coming from a stock ROM (non hellraised) you may have to modify it yourself, or just flash a hellraised rom like ICSCREWED before flashing this to make it work properly.
Click to expand...
Click to collapse
Good Job, Keep it up.
I love DIY projects! Please stop posting hellraised roms...... It is not DEVELOPMENT.
Sorry rant over.
Sent from my SGS2 AT&T
droe411 said:
I love DIY projects! Please stop posting hellraised roms...... It is not DEVELOPMENT.
Sorry rant over.
Sent from my SGS2 AT&T
Click to expand...
Click to collapse
what's worse is this is just a link to the two necessary threads, didn't even take the time to hellraise it
Well I did post a hellraised version of it to try and salvage this a little lol it's like the 5th or 6th post down on the first page. But this thread'll probably be closed anyway if the OP doesn't do something ;p
Phalanx7621 said:
Well I did post a hellraised version of it to try and salvage this a little lol it's like the 5th or 6th post down on the first page. But this thread'll probably be closed anyway if the OP doesn't do something ;p
Click to expand...
Click to collapse
Yeah you didn't to anything wrong, it's the OP that did
Sent from my Inspire 4G using XDA App
i tried to get this working....but can't. i get stuck at the boot image and thats it. is it possible for someone to port it? or tell me what needs to be edited in build prop
K Rich said:
i tried to get this working....but can't. i get stuck at the boot image and thats it. is it possible for someone to port it? or tell me what needs to be edited in build prop
Click to expand...
Click to collapse
It is ported via flashaholic tool. Try flashing a hellraised rom like icsscrewed first then wipe and flash this.
Sent from my SGH-I777 using Tapatalk
Interesting. I will be trying this when I get home from work.
K Rich said:
i tried to get this working....but can't. i get stuck at the boot image and thats it. is it possible for someone to port it? or tell me what needs to be edited in build prop
Click to expand...
Click to collapse
Tried to flash even after coming from a hellraised rom and I too get stuck at the boot image.
NJGSII said:
Tried to flash even after coming from a hellraised rom and I too get stuck at the boot image.
Click to expand...
Click to collapse
yep, exactly what happened to me. flashed icsrewed first, then wipe , then this and stuck at boot image.

Project deleted. Post reported.

Project deleted. Post reported for delete.
Enjoy people!
wuby said:
LightNXT 1.0
by wuby
Hey guys!
I'm proud to show you my new rom! It wasnt made from scratch, its ROM-remix, because its based on Xperia NXT 1.3 ROM by krisdee.
That means (almost ) all the credits goes to the awesome kris!
Features!
- Stock launcher replaced with Smart Launcher
- Lightweight to RAM - good for gaming!
- ROM Manager app
- XDA Developer app (Everyone needs that, so )
- Custom bootanimation
- For locked and unlocked bloaders
- CM7 Walls included
How to install:
- Download ZIP from link
- Put to sdcard
- In CWM, click "install zip from sdcard" and choose the zip file!
- After install, reboot
- Profit? (Enjoy)
Donates should go to the kris, but if you still like this modded ROM, i accept donations (and thanks )
Read this (especially if you panic if something happens):
If you got a problem like bootloop or something, don't whine here and tell the problem, i can help you fixing it!
Download it here:
-Still uploading, wait a moment please, thank you!
Credits:
krisdee for awesome custom rom
me for the rom-remix :victory:
DooMLord for the best kernel ever made!
testers and all XDA users!
Screenshots & banner comming soon!
Click to expand...
Click to collapse
Alot of ROMs based off Xperia NXT v1.3 lately x)
johnnzey said:
Alot of ROMs based off Xperia NXT v1.3 lately x)
Click to expand...
Click to collapse
Yeah, i spent lot of days editing all the stuff and someone with one thanks says its badass cuz its based on existing ROM. Lol'd.
wuby said:
Yeah, i spent lot of days editing all the stuff and someone with one thanks says its badass cuz its based on existing ROM. Lol'd.
Click to expand...
Click to collapse
If your referring to me, I am unable to use NXT Roms as I am on CDMA. I was thanking you for your efforts, despite the fact I have never used and will never be able to use this ROM. Not complaining just stating the truth.
Anyways congrats on the new ROM. :good:
ozzmanj1 said:
If your referring to me, I am unable to use NXT Roms as I am on CDMA. I was thanking you for your efforts, despite the fact I have never used and will never be able to use this ROM. Not complaining just stating the truth.
Anyways congrats on the new ROM. :good:
Click to expand...
Click to collapse
Thanks! Nice to hear from advanced member, unfortunally, its sad that GSM roms wont work on CDMA. All the processes are easier mostly on GSM. Hope you'll get Play (or other device!) that supports GSM..
(And sorry for that badass joke, btw)
Sorry for lately posting the link btw, my inet upload is around 250kbps, so WAIT GUYS
103.89MB/155.86MB uploaded! (FFS i had to reupload cuz of fail)
wuby said:
Thanks! Nice to hear from advanced member, unfortunally, its sad that GSM roms wont work on CDMA. All the processes are easier mostly on GSM. Hope you'll get Play (or other device!) that supports GSM..
(And sorry for that badass joke, btw)
Sorry for lately posting the link btw, my inet upload is around 250kbps, so WAIT GUYS
103.89MB/155.86MB uploaded!
Click to expand...
Click to collapse
Nope, your good. Good luck with the ROM. :good:
Still uploading ROM to box.net (50GB space ftw)
Because i'm busy i can't test the ROM, so, if you have got some free time, test it and send report to thread!
If something wrong happens, report it and i'll try to make an fix tommorow
Thanks to all testers and positive posters!
-wuby
thanks
Please upload some screenshots
wuby said:
LightNXT 1.0
by wuby
Hey guys!
I'm proud to show you my new rom! It wasnt made from scratch, its ROM-remix, because its based on Xperia NXT 1.3 ROM by krisdee.
That means (almost ) all the credits goes to the awesome kris!
Features!
- Stock launcher replaced with Smart Launcher
- Lightweight to RAM - good for gaming!
- ROM Manager app
- XDA Developer app (Everyone needs that, so )
- Custom bootanimation
- For locked and unlocked bloaders
- CM7 Walls included
How to install:
- Download ZIP from link
- Put to sdcard
- In CWM, click "install zip from sdcard" and choose the zip file!
- After install, reboot
- Profit? (Enjoy)
Donates should go to the kris, but if you still like this modded ROM, i accept donations (and thanks )
Read this (especially if you panic if something happens):
If you got a problem like bootloop or something, don't whine here and tell the problem, i can help you fixing it!
If you want a new feature, ask in the thread and i'll try
Download it here:
128MB/157MB uploaded..
Credits:
krisdee for awesome custom rom
me for the rom-remix :victory:
DooMLord for the best kernel ever made!
testers and all XDA users!
Screenshots comming soon!
Banner!
{
"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"
}
HTML:
[URL="http://forum.xda-developers.com/showthread.php?t=1881860"][IMG]http://i.imgur.com/KfEh0.png[/IMG][/URL]
Click to expand...
Click to collapse
Is the Smart Launcher built into the system i.e dosen't have to run all the time and just pops out after pressing home button.
The stock launcher only does that and otherwise it's a waste of ram.
sewer56lol said:
Is the Smart Launcher built into the system i.e dosen't have to run all the time and just pops out after pressing home button.
The stock launcher only does that and otherwise it's a waste of ram.
Click to expand...
Click to collapse
As i said, it replaces stock launcher in the core app folder.
Sorry for no screens but unfortunelly im busy (school), maybe tommorow ill take a look at that.
EDIT: The Box.net uploader is genius, i upload for almost three hours and after upload it says "Error, please try again" (FUUUUUU)
EDIT2: Trying to install rom and test it. Installation failed when installing in CWM. WTF seriously?
Sent from my R800i using xda app-developers app
Could someone comment Specifications of this ROM After installation ..
Including:
Internal Memory Available
Free RAM
And system memory free too.
Is that just finished making all the settings in the NXT V1.3 rom to install and everything would work again do everything just to try it.
Thanks .. from now
yekasangredevago said:
Could someone comment Specifications of this ROM After installation ..
Including:
Internal Memory Available
Free RAM
And system memory free too.
Is that just finished making all the settings in the NXT V1.3 rom to install and everything would work again do everything just to try it.
Thanks .. from now
Click to expand...
Click to collapse
Actually im stuck on installation. Hope ill fix it
Sent from my R800i using xda app-developers app
BUMP
After school i'll do an fix, guys!
Sent from my R800i using xda app-developers app
Keen to give this a shot.
Bump.
Because i'm so busy at the school atm, i wasnt going to release n fix it. So at the weekend i'll rebuild the whole ROM to make it working.
Stay tuned!
Good effort so far but IMO not enough has been changed to make this release worthy at least not yet.
Sent from my Xperia Play using Tapatalk 2
fma965 said:
Good effort so far but IMO not enough has been changed to make this release worthy at least not yet.
Sent from my Xperia Play using Tapatalk 2
Click to expand...
Click to collapse
The features will be comming. Cuz i have slept bad i'll sit to PC and finally make a flashable zip.
Sent from my R800i using xda app-developers app
wuby said:
The features will be comming. Cuz i have slept bad i'll sit to PC and finally make a flashable zip.
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
waiting for your rom
I cant make an flashable update.zip in UpdateZipCreator, even it says "Done", the CWM says "Installation aborted"
And because i'm very busy and we have many (hard) exams on our school i have to pause this project. But! In october we will have like 5days of holidays, but thats too late. And because weekends are 2short i cant even fix it. Or if someone can help me or knows an answer or a script to compile the zip update, i will thank him much.
After the release i'll release mini beta builds
fma965 said:
Good effort so far but IMO not enough has been changed to make this release worthy at least not yet.
Sent from my Xperia Play using Tapatalk 2
Click to expand...
Click to collapse
thats what i am saying though, why even start this "placeholder" thread when its not even ready.

[Rom][Cdma][Stock] Bdh Jb v2.1 (1/1/2013)

{
"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"
}
BDH JB 98.72.8​
Hey everyone!! I have a late Christmas present for you all, in the form of Jelly Bean! As most of you know, JB was "accidentally" released by Verizon on Christmas Eve and people have been dying for a custom ROM. Well here you go!!
THIS IS A Rom-Spot.com EXCLUSIVE ROM! DO NOT POST THIS ROM ANYWHERE ELSE!
Thank You's:
andlaw for teaching me so much along the way and for being the other half of the 808 BoyZ! Your Black Widow builds have inspired and amazed all of us!
mattlgroff for giving me little hints and tips throughout and for being an inspiration.
Vantenkeist for being a true friend and always being there to talk to.
The Oracle (Gerland) for always asking if there's something new to flash lol. Also for being a friend and keeping me on my toes!
More Thank You's for various reasons:
SoLongSidekick
Nitro
NattyBee
Bytecode
EmericanX
Kebob
vtwinbmx
Donations:
If you would like to throw me some beer money for my efforts, please send me a PM along with your email address and the amount you can spare. They are not needed but are greatly appreciated. Also, if you donate, you're entitled to the following perks:
1. Download links for updates will be PM'd to you before they are posted.
2. A chance to test any ROMs, Themes or projects that I'm working on.
3. Your name added to every OP as a "contributor."
Contributors:
The Oracle (Gerland)
bstrong
john420m1977
Silverlink34
churchmouth
Brailagise
ktraub
bipmip
noahsark3
impudent1
Daino92
extirpate
rgrluke
Disclaimer:
Myself, rom-spot.com, XDA, nor anyone else, is responsible if your device starts a nuclear war.
BDH JB Features:
Completely Stable Release!
CPU Sleeper
Apex Launcher
Apollo Music App
AdFree Android
SMS Flash (Like SMS Popup)
Full init.d support
Kernel Logging Disabled for speed
Built-in Gapps - No need to flash another package!
Increased Dalvik VM Heap for more speed
Improved Scrolling
Changed default GPS Servers to Google (faster and more accurate lock-on)
init.d Battery Tweaks
All the other BDH tweaks that you love!
What Works?
Everything!
Bugs?
Superuser doesn't remember granting permissions. Have to keep allowing.
ROM has only been tested on ROM Slot 1 and with the JB update as the "STOCK ROM."
Instructions:
1. Download ROM
2. Place file on sdcard
3. Reboot into recovery
4. Wipe Data / Factory Reset
5. Flash ROM
6. Reboot
PROFIT!
Video Installation Instructions: (Thanks to TomSgt123 for the video)
https://www.youtube.com/watch?v=zDPN4m9ix5U
Download BDH JB ROM v2.1 (1/1/2013):
http://droid-hive.com/index.php?/topic/1001-romcdmarazrjb-rage-rom-1102013/
Debloated Apps:
http://d-h.st/832
//CHANGELOG\\
1/1/2012
Fully Deodexed
12/30/2012
Extremely Debloated!!
Attaching Debloat zip (NON-FLASHABLE ZIP!) (ADD FILES MANUALLY)
Added busybox
Updated adfree
Updated SMSFlash
Updated Apex to v1.4.0
removed bug2go files
12/28/2012
Initial Release
If you like my work, please click the "Thanks" button!!!!

			
				
Gsm chances?
Sent from my XT910 using xda premium
ksaplostra said:
Gsm chances?
Sent from my XT910 using xda premium
Click to expand...
Click to collapse
Just need the build.prop patch and I can upload it tonight.
Link is live!!!!!!!!!!
Over 100 downloads, over 300 views on this thread, no comments. Come on people.
spc_hicks09 said:
Over 100 downloads, over 300 views on this thread, no comments. Come on people.
Click to expand...
Click to collapse
I love your work, but still strugling to make it work on my GSM woth SS 3.07. I try using the gsm patch from dtrail but it does not boot. Well i have to wait for your gsm version. Keep up the good work. You rock...
Sent from my XT910 using Tapatalk 2
Yeah it would be great to have an adapted gsm rom based in cdma jb stock
Sent from my XT910 using xda app-developers app
work fine on gsm with no bug
just installed the ROM and GSM patch which is available in first page of wireleyse thread in BMM
la121mo said:
work fine on gsm with no bug
just installed the ROM and GSM patch which is available in first page of wireleyse thread in BMM
Click to expand...
Click to collapse
sorry about my blind eyes, but i didnt find it. is it on this thread: http://forum.xda-developers.com/showthread.php?t=2005187 ?
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
i found this: http://forum.xda-developers.com/showpost.php?p=35952578&postcount=3 this patch you used?
rafaelsartori said:
sorry about my blind eyes, but i didnt find it. is it on this thread: http://forum.xda-developers.com/showthread.php?t=2005187 ?
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
i found this: http://forum.xda-developers.com/showpost.php?p=35952578&postcount=3 this patch you used?
Click to expand...
Click to collapse
here . http://forum.xda-developers.com/showthread.php?t=2068716
post 3
la121mo said:
work fine on gsm with no bug
just installed the ROM and GSM patch which is available in first page of wireleyse thread in BMM
Click to expand...
Click to collapse
You also flashed jb kernel, right? And you have put it in slot 1 of bmm or where?
Edit: I will try it this afternoon, and see if I got better luck than with the nandroids posted in the patch thread I would like to know if I should install it in slot 1 of BMM + JB kernel like I did with the others.
Sent from my XT910 using xda app-developers app
how many time the first boot take to be 100% ready? im in 4 minutes and totally black screen with red led on.
did i made something wrong? (installed bmm030f, rebooted, choosed recovery, system 1, install zips Rom+gsmand rebooted.)
ops... i let this explained just to warn other users.... i forgot to wipe.
update2: even wiping still blank screen, no error, no bootloop, just all blank. i sucessfull restored my old system (miui 2.12.14) on system1 and im ok now, but want so much to test this rom. if someone want to help me, just pm or give some light here.
rafaelsartori said:
sorry about my blind eyes, but i didnt find it. is it on this thread: http://forum.xda-developers.com/showthread.php?t=2005187 ?
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
i found this: http://forum.xda-developers.com/showpost.php?p=35952578&postcount=3 this patch you used?
Click to expand...
Click to collapse
yes i used that
even i tried it without patch and it work(didn't try data)
woonaval said:
You also flashed jb kernel, right? And you have put it in slot 1 of bmm or where?
Edit: I will try it this afternoon, and see if I got better luck than with the nandroids posted in the patch thread I would like to know if I should install it in slot 1 of BMM + JB kernel like I did with the others.
Sent from my XT910 using xda app-developers app
Click to expand...
Click to collapse
right
i did like others
first slot + kernel
rafaelsartori said:
how many time the first boot take to be 100% ready? im in 4 minutes and totally black screen with red led on.
did i made something wrong? (installed bmm030f, rebooted, choosed recovery, system 1, install zips Rom+gsmand rebooted.)
ops... i let this explained just to warn other users.... i forgot to wipe.
update2: even wiping still blank screen, no error, no bootloop, just all blank. i sucessfull restored my old system (miui 2.12.14) on system1 and im ok now, but want so much to test this rom. if someone want to help me, just pm or give some light here.
Click to expand...
Click to collapse
i think you should install JB kernel (as the overal post said)
or
if you want use with ics kernel flash the patch which attached here:
http://forum.xda-developers.com/showpost.php?p=35948115&postcount=1
the jb kernel works on ics rom without bugs?
I installed this rom with jb kernel (doing the whole procedure explained by whirleyes), and gsm patch in bmm slot 1. So far it works *great*, and battery life seems awesome, thanks a lot to the dev
Enviat des del meu Motorola RazR Maxx
---------- Post added at 07:50 PM ---------- Previous post was at 07:49 PM ----------
AyrSales said:
the jb kernel works on ics rom without bugs?
Click to expand...
Click to collapse
It doesn't. You should carefully read the jb patch thread, it's explained there.
Enviat des del meu Motorola RazR Maxx
Install
The instructions are clear but I have a NOOB question. I assume I would need the latest version of SS (3.07), but I am not sure in regards to my phone. Can I come from the .211 OTA or do I need to flash the JB OTA first? I figured since the rom is built on a different kernel I would need the JB OTA first. Also, would I be able to return to my .211 OTA build of ICS after updating to the JB OTA?
Thanks for your patience with me...
Hiya Buddy said:
The instructions are clear but I have a NOOB question. I assume I would need the latest version of SS (3.07), but I am not sure in regards to my phone. Can I come from the .211 OTA or do I need to flash the JB OTA first? I figured since the rom is built on a different kernel I would need the JB OTA first. Also, would I be able to return to my .211 OTA build of ICS after updating to the JB OTA?
Thanks for your patience with me...
Click to expand...
Click to collapse
You should flash the JB kernel as stated in whirleyes' patch thread in order to be able to go back to ics, afaik if you flash the full jb ota, you won't be able to downgrade.
Besides that, i think that my battery is not measuring well, or my phone is radiactive, it shows about 80% remaining since 2 hours ago... battery graphic is horizontal. Edit: nevermind, now it's at 76% (impressive if real)
Enviat des del meu Motorola RazR Maxx
Hiya Buddy said:
The instructions are clear but I have a NOOB question. I assume I would need the latest version of SS (3.07), but I am not sure in regards to my phone. Can I come from the .211 OTA or do I need to flash the JB OTA first? I figured since the rom is built on a different kernel I would need the JB OTA first. Also, would I be able to return to my .211 OTA build of ICS after updating to the JB OTA?
Thanks for your patience with me...
Click to expand...
Click to collapse
As stated in the post above mine, you would need to flash the JB kernel before flashing this ROM without fully flashing the JB OTA. If you flash the full JB OTA, there is absolutely NO WAY to go back to ICS.
Thanks for your help, both of you guys. spc_hicks09 I hope you're enjoying the high noon sun over there in the Pacific, snow's coming down way over here on the east coast, I want to go back to Wailea and Waikiki beach:crying:

[ROM][XWMS1]Original rom Deodex/Odexed

Original Samsung Rom Deodexed and Rooted/Deodexed version.
{
"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"
}
These versions are based on the XWMS1 Firmware with the stock kernel.
Everything is original so no added applications and no applications deleted.
These Roms are mentioned for people who want their original system back without the risk of bricking through odin or getting the yellow triangle.
The fully original version is the Odexed if you are going to bring your phone back to samsung repair service or going to sell it.
I just extracted the rom cause i didn´t saw anywhere that the roms(XWMS1) are uploaded without modifications.
I Tested all the roms if everything works and or it bricks your phone.
If your phone got softbricked (Repairable with odin) or a war has started it isn´t my fault.
Downloads:
If you are already on the official firmware with philz or some other kernel and want to remove bootsound flash this:
https://mega.co.nz/#!QoADVRAB!OLM67F6zd8FMmls6yfD8vBYsIXcMHjULFzZ5rJ4T550
Deodexed Version:
https://mega.co.nz/#!IooEhLSD!d5BBPXbrKUYkwYfVbTTUU0ZGB5xZ4xCjPYu8US7vIxY
https://mega.co.nz/#!p55ixJDS!blzrlTGgaTytp5PSF87S5xgOMFVF8zgytHpvYEB6jok
I cant test anymore which version are right.
Odexed Version:
Deleted since my pc got crashed and all my stuff from my hard disk got corrupted. And i am quitting making things for i9100.
Rooted,busybox and Deodexed Version:
https://mega.co.nz/#!19YQnJAR!U0V3L3VTZV85WLW1fGRWuD79RW5it0xqKOz9UB0QW_M
If you want bootsound flash these zip also.
https://mega.co.nz/#!51higbDY!frruhzLoQv7cBtMqav36yRp2gNtfkt-G5WsBOglFOWc
For the ones who are already on the official firmware but
By all these versions modem.bin is not included.
and by all these versions the bootsound is removed if you want bootsound again flash the zip above.
Installation Instructions:
-Wipe data/factory reset
-Flash ROM
-Flash Gapps
-Reboot
Credits:
-Samsung for their system
-Google for their android
-Dsixda for he´s kitchen(http://forum.xda-developers.com/showthread.php?t=633246)
If you want another firmware version then i can do it for you just send an private message or post it here
Reserved #1
that's right sometimes we just need to get back to stock without increasing that binary counter, personally i prefer switching between NeatROM & Odexed Rooted version so i guess Your Odexed version will be flashable via CWM ?
second question is, do we need gapps for Stock Sammy ROMs ?
lomistars said:
that's right sometimes we just need to get back to stock without increasing that binary counter, personally i prefer switching between NeatROM & Odexed Rooted version so i guess Your Odexed version will be flashable via CWM ?
second question is, do we need gapps for Stock Sammy ROMs ?
Click to expand...
Click to collapse
Yes it is flashable and no you dont need gapps
i am now uploading the only deodexed version i accidently switched the links from odexed and deodexed cause it was late
Edit: i tested the roms but there could be also maybe some corrupted apk if you find one then report it and i wil make an update zipfile containing the corrupted one
Did anyone founded an app crashing in one version or is everything working then i get no response
can someone test the lighter version of the Xwms1 deodexed rom.
Because my pc crashed i lost the files cause its all corrupted on ubuntu.
If someone would need it then i could redo it all versions but then i need a beta tester cause i am going to sell my galaxy s2
Thanks. Have you though of getting the last sammy base ?
Sent from my GT-I9100 using Tapatalk
jgcaap said:
Thanks. Have you though of getting the last sammy base ?
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
Yeah if someone can provide me the link with valid latest firmware file then i wil remake it on ubuntu.
Btw i tested xwms1 with largest size and it only has email app crashing dont know why actually.
And if i make new versions would you guys like to have again rooted/deodex deodexed and odexed?
Also which hosts do you want Google Cloud or Mega.
If i have made new versions then i need someone to test it then i wil post it if someone want to test it
wulsic said:
Yeah if someone can provide me the link with valid latest firmware file then i wil remake it on ubuntu.
Btw i tested xwms1 with largest size and it only has email app crashing dont know why actually.
And if i make new versions would you guys like to have again rooted/deodex deodexed and odexed?
Also which hosts do you want Google Cloud or Mega.
If i have made new versions then i need someone to test it then i wil post it if someone want to test it
Click to expand...
Click to collapse
http://terafile.co/5932964af784/I9100XWMS3_I9100FOPLS6_FOP.zip
Latest from SPAIN 2014 January. Goody
Thanks
Downloading now. It wil take an hour but i will try to make it today or tomorrow.
I will send you a message and post beta links here for people who want to test it if there are no crashes.
Edit:
I just repacked it with dsxida and uploaded it here for the best download speed.
https://mega.co.nz/#!Q4RyhDqK!uooVb_X2d2QG_-fz8BPzAq9oIGga8gvKMKApDnuvCCs
can someone test it and report it because i cant test it anymore cause my device is sold.
If this one works then i will also upload the other ones and replace the xwms1 here above since it isnt really good with the links i dont know what went wrong or why nobody reacted on that.
Working great
Sent from my GT-I9100 using Tapatalk
jgcaap said:
Working great
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
what modem does it have?
heywheelie said:
what modem does it have?
Click to expand...
Click to collapse
XXMS4 , i share it with ril extracted from GT-I9100_signed_012914_225908XWMS3ODEXED.zip
if someone want to try, i use it on 2nd rom , NeatRom AOSP and 4.1.2 ROM in 1rst rom.
GT-I9100_signed_012914_225908XWMS3ODEXED-ModemRIL_XXMS4.zip - 5.22 MB
thanks
Troubadour666 said:
XXMS4 , i share it with ril extracted from GT-I9100_signed_012914_225908XWMS3ODEXED.zip
if someone want to try, i use it on 2nd rom , NeatRom AOSP and 4.1.2 ROM in 1rst rom.
GT-I9100_signed_012914_225908XWMS3ODEXED-ModemRIL_XXMS4.zip - 5.22 MB
thanks
Click to expand...
Click to collapse
Thanks but I already have the XXMS4 ModemRIL, I was just curious if this ROM had an updated modem.
Good thats its working cause i cant test it anymore.
Do you guys also want deodexed and deodexed/rooted version?
If so then i will try to make it as soon as possible and update the thread/links with the new one's.
wulsic said:
Good thats its working cause i cant test it anymore.
Do you guys also want deodexed and deodexed/rooted version?
If so then i will try to make it as soon as possible and update the thread/links with the new one's.
Click to expand...
Click to collapse
yes please
Please someone test this Deodexed version:
https://mega.co.nz/#!s5gmAJ5J!BKtGgFGbxy1QqGT4nwJyBJf-tZ66QpKFv_8pd531rVg
Deodexed/rooted/busybox version:
https://mega.co.nz/#!gt5SlLqZ!jTK-J2b5NftkA4nyAqpd5E7JssHrPXY6bQollDU0HXs
If these 2 will also work then i will update the thread with the new xwms3 and remove the old xwms1 cause something failed in there
Can you zip qn extract version of the kernel? thanks
Sent from my GT-I9100 using Tapatalk
Dont forget the media server fix or will happen something like this wich drains battery
Sent from my GT-I9100 using Tapatalk
Jgcaap i will look into your media server fix and make an flashable zip if people need that.
Cause if you have some modified files or deodexed rom then you cant updae.What do you mean actually with Qn extracted version?
I wil look into that media bug fix tomorrow
wulsic said:
Jgcaap i will look into your media server fix and make an flashable zip if people need that.
Cause if you have some modified files or deodexed rom then you cant updae.What do you mean actually with Qn extracted version?
I wil look into that media bug fix tomorrow
Click to expand...
Click to collapse
Thank you my friend. I still didnt had much time to make a drive with ubunto to try out the kitchen you recomended. I have good news i was able to finish my degree in economics hehee. Now searching for a good job .
Well in a zip the kernel but perhaps now is not necessary since you rooted i had to flash a new kernel to have it right. It works very well with Dorimanx .
Sent from my GT-I9100 using Tapatalk

[MOD] Disable Headphone Volume Warning

It does what it says. It disables the "Safe" Volume warning pop-up the first time you plug in headphones
ODEXED only for now because that's how I roll
Devs feel free to DeOdex and post update if desired. I will get around to it eventually. My device is Odexed and I don't have a platform to test
Again this is for NE5 ODEXED only
Enjoy!
Worked like a charm (as always). Thanks for this!
Sent from my SM-N900P using Tapatalk
Odex gettin love first.
{
"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"
}
I dont know what went wrong but is there any way to undo this.
I flashed but after reboot i get FC on any app i click on and the messege keeps popping up even after pressing ok
Only way to solve is to reboot.
after i reboot if i leave my phone untouched it just reboots.
oscar996 said:
I dont know what went wrong but is there any way to undo this.
I flashed but after reboot i get FC on any app i click on and the messege keeps popping up even after pressing ok
Only way to solve is to reboot.
after i reboot if i leave my phone untouched it just reboots.
Click to expand...
Click to collapse
Are you on a Odexed or Deodexed ROM?
Or what specific rom are ya runnjngp
Sent from my SM-G900P using Tapatalk
reverepats said:
Are you on a Odexed or Deodexed ROM?
Or what specific rom are ya runnjngp
Sent from my SM-G900P using Tapatalk
Click to expand...
Click to collapse
im on stock rom,
I havent been able to use my phone all day because of the fc.
The FC come from pandora and chrome even after i reboot
---------- Post added at 05:09 AM ---------- Previous post was at 04:12 AM ----------
oscar996 said:
im on stock rom,
I havent been able to use my phone all day because of the fc.
The FC come from pandora and chrome even after i reboot
if i dont touch my phone i unlock and after the fc;s it just goes into endeless bootloop
Click to expand...
Click to collapse
how can i undo this.
any help please
oscar996 said:
im on stock rom,
I havent been able to use my phone all day because of the fc.
The FC come from pandora and chrome even after i reboot
---------- Post added at 05:09 AM ---------- Previous post was at 04:12 AM ----------
how can i undo this.
any help please
Click to expand...
Click to collapse
You don't have a backup in your current rom?
Sent from my SM-G900P using Tapatalk
oscar996 said:
im on stock rom,
I havent been able to use my phone all day because of the fc.
The FC come from pandora and chrome even after i reboot
---------- Post added at 05:09 AM ---------- Previous post was at 04:12 AM ----------
how can i undo this.
any help please
Click to expand...
Click to collapse
You can try and delete the Cache and Dalvik from recovery and see if that helps. Otherwise the only solution is to replace the framework.jar and framework.odex with a backup version. These can be extracted from any of the unmodified NE5 ROMS zip files and installed with root explorer or the like. assuming that those files weren't modified to begin with. It should work. This is the first report of any problem. Has anyone else experienced any negative effects from this mod?
townsenk said:
You can try and delete the Cache and Dalvik from recovery and see if that helps. Otherwise the only solution is to replace the framework.jar and framework.odex with a backup version. These can be extracted from any of the unmodified NE5 ROMS zip files and installed with root explorer or the like. assuming that those files weren't modified to begin with. It should work. This is the first report of any problem. Has anyone else experienced any negative effects from this mod?
Click to expand...
Click to collapse
well i cant access the root because the fc's notification doesnt let me use the phone.
oscar996 said:
well i cant access the root because the fc's notification doesnt let me use the phone.
Click to expand...
Click to collapse
use adb.
i flashed this on my phone now i cant get past the sprint spark yellow screen. and i had no backup!
how can i fix it? can i?
can anyone make a flashable of the 4.2.2 framework from stock tw rom please!?
i need to get my stock rom back up and running!
hope someone can help me im in a bit of trouble here!
framework.jar
&
framework.odex
jackrabbit72380 said:
i flashed this on my phone now i cant get past the sprint spark yellow screen. and i had no backup!
how can i fix it? can i?
can anyone make a flashable of the 4.2.2 framework from stock tw rom please!?
i need to get my stock rom back up and running!
hope someone can help me im in a bit of trouble here!
framework.jar
&
framework.odex
Click to expand...
Click to collapse
Probably not going to happen. It looks like you are on Tmobile and we do not have the stock files for whatever rom you are running since this is a Sprint thread.
tdunham said:
Probably not going to happen. It looks like you are on Tmobile and we do not have the stock files for whatever rom you are running since this is a Sprint thread.
Click to expand...
Click to collapse
no im using a sprint SAMSUNG GALAXY S5 phone PLEASE HELP!
MY OLD PHONE WAS ON TMOBILE. I JUST HAVE NOT UPDATED MY PROFILE IN A WILE.
WHERE CAN I DOWNLOAD A unmodified NE5 ROM?
Here are the stock framework.jar odex files.
Must have custom recovery and be rooted to flash in recovery.
tdunham said:
Here are the stock framework.jar odex files.
Must have custom recovery and be rooted to flash in recovery.
Click to expand...
Click to collapse
problum is i don't know if i was on mf9 or ne5 hopefuly this works thanks so much will report back.
nope didn't work. flashed with twrp and still im stuck on the sprint spark screen.
& i cant download any of the firmwire files i need the links are dead..
http://forum.xda-developers.com/showthread.php?t=2788722
Stock Roms.
Sent from my SM-G900P using XDA Premium 4 mobile app
tdunham said:
http://forum.xda-developers.com/showthread.php?t=2788722
Stock Roms.
Sent from my SM-G900P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
that's not the stock rom that came on my phone i need tw.
jackrabbit72380 said:
that's not the stock rom that came on my phone i need tw.
Click to expand...
Click to collapse
That is the latest NE5 touchwiz build.
---------- Post added at 08:21 PM ---------- Previous post was at 08:10 PM ----------
If you want to go back to true stock:
http://www.sammobile.com/firmwares/1/?model=SM-G900P&pcode=SPR
This will wipe the entire phone including internal SD I think.
Thanks for the help! tdunham Im haveing some trouble downloading the roms though. seems im plagued with server errors. but ill keep trying.
on another note this mod has really caused me some trouble.
townsenk said:
You can try and delete the Cache and Dalvik from recovery and see if that helps. Otherwise the only solution is to replace the framework.jar and framework.odex with a backup version. These can be extracted from any of the unmodified NE5 ROMS zip files and installed with root explorer or the like. assuming that those files weren't modified to begin with. It should work. This is the first report of any problem. Has anyone else experienced any negative effects from this mod?
Click to expand...
Click to collapse
I delete the Cache and Dalvik from recovery - it didn't help!
Otherwise the only solution is to replace the framework.jar and framework.odex with a backup version - it didn't help!
I tryed everything in my power to fix what the mod broke. with no luck what so ever.
flashed a zip with the proper original framework.jar and framework.odex files and then I got stuck at the sprint spark yellow boot screen i wish there was a simple zip i could flash to fix this problum as i am really not happy about haveing to wipe my phone and download a full rom to reflash.
I cant get accsess to the firmwires I need. the servers keep reseting my download and the servers don't support resuming.
why am i stuck at the boot screen after flashing this in the first place?
jackrabbit72380 said:
Thanks for the help! tdunham Im haveing some trouble downloading the roms though. seems im plagued with server errors. but ill keep trying.
on another note this mod has really caused me some trouble.
I delete the Cache and Dalvik from recovery - it didn't help!
Otherwise the only solution is to replace the framework.jar and framework.odex with a backup version - it didn't help!
I tryed everything in my power to fix what the mod broke. with no luck what so ever.
flashed a zip with the proper original framework.jar and framework.odex files and then I got stuck at the sprint spark yellow boot screen i wish there was a simple zip i could flash to fix this problum as i am really not happy about haveing to wipe my phone and download a full rom to reflash.
I cant get accsess to the firmwires I need. the servers keep reseting my download and the servers don't support resuming.
why am i stuck at the boot screen after flashing this in the first place?
Click to expand...
Click to collapse
Sorry, there isn't anything else I can suggest.
You are going to have to do a full wipe and install of a rom. I recommend installing one of the NE5 deodexed versions that are available.

Categories

Resources