Related
Thanks to dangpzanco for the GREAT IDEA.
I finally got my Rooted GB working here. I can't provide a download link now but I'm going to do it later for sure.
Apparently there was a final signature check that was done somewhere after mounting the cache partition, preventing me from booting with a pure update.zip on top of froyo /system. Thanks to dangpzanco I could bypass it and get root.
Quick Guide (requires froyo, root and Droid2bootstrapper):
1. Download fixed SBF bellow. It's made from the CH leak containing ONLY: CG35.smg (boot) CG47.smg (recovery) CG61.smg (devtree) firmware.hmg (header) RAMDLD.smg (flash updater).
2. Download root_and_recovery.zip and copy it to SD Card.
3. Download full leaked SBF from General Forum (CH, signed) and use MotoAndroidDepacker to extract all images.
4. Copy the CG39.smg to /sdcard/
5. Boot into CWM
6. From CWM open adb shell and use this command: dd if=/sdcard/cg39.sm of=/dev/block/system
7. Still on CWM apply root_and_recovery.zip
8. Still on CWM wiped everything
9. Boot on bootloader and flash fixed SBF
10. Reboot
I actually did the same thing! I read it somewhere in one of the topics. I installed Defy BootMenu instead of CWM. Works great! Right now I've almost removed all the Chinese crap and got the GApps working (from CM7).
I also removed the Blur items for the Chinese SN's. I'll see if I can get Twitter and Facebook working with it.
2nd-init would be nice too actually. Does the method provided in the other thread work with this ROM?
Edit: the instructions were indeed from dangpzanco!
And right now I found a possible bug. My camera doesn't work. Everything is black and stays black. Photo's are take as they should however.
Can you check whether you have the same issue?
w0ndersp00n said:
And right now I found a possible bug. My camera doesn't work. Everything is black and stays black. Photo's are take as they should however.
Can you check whether you have the same issue?
Click to expand...
Click to collapse
Here it works fine. Have you tried to edit /system/build.prop?
Change device from ME722 to A953.
Yes, I changed it to A953...
Maybe I have deleted something that was necessary for the viewfinder... But what xD
Edit: Allright, nevermind. Somehow a reboot fixed it :-D On to the next step
Something bad happened when I tried to apply 2nd-init on this. The phone rebooted just after 2nd M logo not allowing me to get into CWM. Wierd, since CWM should take place before 2nd-init. Will need to raflash froyo and start over. We should find a way to root Gingerbread without CWM to make things faster.
That's odd indeed. I have to say, I think the CWM method of rooting is actually quite easy. For SuperOneClick I need to get my PC/laptop out every time and with the update.zip I can do it as I please.
I really hope you'll succeed wit 2nd-init. If you need help, just shout! Today and tomorrow I have enough time.
I'll make a nandroid of my current setup, so I can continue trying out stuff.
w0ndersp00n said:
That's odd indeed. I have to say, I think the CWM method of rooting is actually quite easy. For SuperOneClick I need to get my PC/laptop out every time and with the update.zip I can do it as I please.
I really hope you'll succeed wit 2nd-init. If you need help, just shout! Today and tomorrow I have enough time.
I'll make a nandroid of my current setup, so I can continue trying out stuff.
Click to expand...
Click to collapse
Yeps, it is easy indeed, but to do it I need to SBF froyo before installing GB again. In other words if I mess up the phone I will need to flash 2 versions instead of one. That's why it would be easier to flash just GB.
Hey there, nice I could help.
I think you could copy the /dev/block/system back after rooting and build the SBF with it.
@Milestone 2 (Finnaly on Gingerbread!)
dangpzanco said:
Hey there, nice I could help.
I think you could copy the /dev/block/system back after rooting and build the SBF with it.
@Milestone 2 (Finnaly on Gingerbread!)
Click to expand...
Click to collapse
I tried that with froyo but it didn't work.
you can try also this defy leaked gb rooted nandroid backup.
http://www.multiupload.com/SPZ8SIEC60
version 4.5.1-134 multilanguage.
use fixedsbf from new leaked milestone2 rom and milestone2patch from MS2Ginger thread.
In this rom /system/app/kpilogger.apk cause battery drain so delete it after install.
Something is seriously wrong... My backlight never shuts down. It's black, but when it's dark you'll see it's still on!
I actually can't change the brightness from settings. So I did a complete reinstall and the problem persists!
I'm using brightcontrol app now to adjust the brightness, but does anyone else has this issue? Or is it something I did?
r2beta0 can you please upload the nandroid of your system?
I try to get adb in CWM but it didn't recognize it.
julianlatasa said:
r2beta0 can you please upload the nandroid of your system?
I try to get adb in CWM but it didn't recognize it.
Click to expand...
Click to collapse
My system is messed. I still need to get 2nd-init to work. I'm having a lot of trouble trying to compile my custom version of logwrapper hijack. As I don't have experience in compiling stuff to ARM/Android it is being a pain in the a**. I'd appreciate some help here
Try setting up a QEMU environment with the GB leak kernel's zImage.
Edit: Now we can port CM7!!! Devtree.img is now signed.
@Milestone 2 (Finnaly on Gingerbread!)
dangpzanco said:
Try setting up a QEMU environment with the GB leak kernel's zImage
@Milestone 2 (Finnaly on Gingerbread!)
Click to expand...
Click to collapse
And how do I do that?
I tried some ways till this point:
- Installed CodeSourcery G++ Lite toolchain (could compile, but android didn't run)
- Installed NDK and tried some commands I could find on blog posts (no luck)
- Now I just finished setting up an ubuntu 10 VM with all the steps described on developer.android.com. I think I am now able to compile android system, but I don't want to as it will take a LOOONG time.
Do you know how do I build a specific module into android source? For example:
system/core/toolbox
I'm a developer, and have compiled stuff to run on linux/unix many times. But this ARM stuff is way complicated. Writing the code isn't the problem, but compiling is. Lots of flags I haven't seem before, and so on.
r2beta0 said:
And how do I do that?
Do you know how do I build a specific module into android source? For example:
system/core/toolbox
Click to expand...
Click to collapse
I just uncovered this answer by myself.
A 'make toolbox' on root folder seems to work just fine. Now I need a way to define new targets on android build system.
http://and-developers.com/
Has a page just for compiling the kernel from source. (I can't remember the link)
I also got stuck when trying to compile from AOSP... but I think you need to have ALL the files downloaded from source (specially the big prebuilt folder) even if you want to compile a single binary.
Well I'm not sure of anything...
Edit:Now I read what you wrote... so never mind you got it.
@Milestone 2 (Finnaly on Gingerbread!)
dangpzanco said:
http://and-developers.com/
Has a page just for compiling the kernel from source. (I can't remember the link)
I also got stuck when trying to compile from AOSP... but I think you need to have ALL the files downloaded from source (specially the big prebuilt folder) even if you want to compile a single binary.
Well I'm not sure of anything...
Edit:Now I read what you wrote... so never mind you got it.
@Milestone 2 (Finnaly on Gingerbread!)
Click to expand...
Click to collapse
Yeps I've made a full repo sync. It took 3 hours and is worth 6GB disk space
Great news! Can't wait to see a true custom ROM working
Just thought I'd share what I've learned: don't mess too much with your build.prop Somehow my modifications were the reason of my backlight not working right and making every app crash that wanted to use a sensor. But it's working again
Hello, just making sure I haven't missed a step or process somewhere. I have the ota stock build of jellybean 4.1.1 on my Verizon galaxy s3.
I've looked through several methods, from different websites, and it will either be for Windows only, or the international s3 or for ics.
So no CASUAL, or anything else that I saw.
Heimdall apparently does not work on the US s3's.
I even tried to root with Odin on Windows, but I had some problems with Odin (when it says it was done, apparently it wasn't done, and I could not get clockwork mod to flash)
I would try it again, but it wasn't on my pc, but a friend's, so it is a pain to schedule a time to get over there. I would much prefer to have all the tools on my person, etc. It helps me to understand the process better.
Also, I heard about cfautoroot, however, I didn't get a chance to fully investigate that method. Any thoughts?
So, am I correct?
Any way to use terminal and adb?
Please let me know if I am wrong, I would love to be!
Sent from my Nexus 7 using Tapatalk HD
funkpod said:
Hello, just making sure I haven't missed a step or process somewhere. I have the ota stock build of jellybean 4.1.1 on my Verizon galaxy s3.
I've looked through several methods, from different websites, and it will either be for Windows only, or the international s3 or for ics.
So no CASUAL, or anything else that I saw.
Heimdall apparently does not work on the US s3's.
I even tried to root with Odin on Windows, but I had some problems with Odin (when it says it was done, apparently it wasn't done, and I could not get clockwork mod to flash)
I would try it again, but it wasn't on my pc, but a friend's, so it is a pain to schedule a time to get over there. I would much prefer to have all the tools on my person, etc. It helps me to understand the process better.
Also, I heard about cfautoroot, however, I didn't get a chance to fully investigate that method. Any thoughts?
So, am I correct?
Any way to use terminal and adb?
Please let me know if I am wrong, I would love to be!
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
heimdall does actually work
this should help you: http://wiki.cyanogenmod.org/w/Install_CM_for_d2vzw#Flash_alternate_bootloader_and_custom_recovery
no promises on the mac thing, i compiled that in a hacky osx vm, but i haven't heard of any problems, make sure to copy the lib
EDIT: ah crap, just realized utkanos didn't post the mac heimdall there, here's the one i compiled: http://invisiblek.org/heimdall_v1.4rc1_mac.zip
good luck, let me know if it works please
invisiblek said:
heimdall does actually work
this should help you: http://wiki.cyanogenmod.org/w/Install_CM_for_d2vzw#Flash_alternate_bootloader_and_custom_recovery
no promises on the mac thing, i compiled that in a hacky osx vm, but i haven't heard of any problems, make sure to copy the lib
EDIT: ah crap, just realized utkanos didn't post the mac heimdall there, here's the one i compiled: http://invisiblek.org/heimdall_v1.4rc1_mac.zip
good luck, let me know if it works please
Click to expand...
Click to collapse
Hello, thank you! So, this is the new version of Heimdall that I read about that should fix the incompatibility in 1.3.2?
http://www.xda-developers.com/android/heimdall-the-bringer-of-illumiation-enters-a-new-age/
And you have used it, but only on emulated ios? Question...What could happen to my phone?
Sent from my Nexus 7 using Tapatalk HD
funkpod said:
Hello, thank you! So, this is the new version of Heimdall that I read about that should fix the incompatibility in 1.3.2?
http://www.xda-developers.com/android/heimdall-the-bringer-of-illumiation-enters-a-new-age/
And you have used it, but only on emulated ios? Question...What could happen to my phone?
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
yes, its 1.4rc1 which supports the sgs3
first thing i'd recommend doing is:
Code:
heimdall print-pit
it's gonna print out your partition table, then reboot your phone, but at least you know you are talking to the phone properly
after that you should have no problem flashing via the rest of the instructions on the cm wiki there
hey, it did this after i double clicked the Heimdall exec file.
"
Teacher107MBP6-20-2012:~ teacher$ /Users/teacher/Desktop/heimdall_v1.4rc1_mac/heimdall ; exit;
dyld: Library not loaded: /opt/local/lib/libusb-1.0.0.dylib
Referenced from: /Users/teacher/Desktop/heimdall_v1.4rc1_mac/heimdall
Reason: no suitable image found. Did find:
/usr/local/lib/libusb-1.0.0.dylib: stat() failed with errno=13
Trace/BPT trap: 5
logout
[Process completed]
"
my phone was not connected yet. was this okay?
hey, so i plugged in my phone and double-clicked on the Heimdall file, the executable file.
the same
PHP:
Last login: Mon Jan 28 20:37:11 on ttys000
Teacher107MBP6-20-2012:~ teacher$ /Users/teacher/Desktop/heimdall_v1.4rc1_mac/heimdall ; exit;
dyld: Library not loaded: /opt/local/lib/libusb-1.0.0.dylib
Referenced from: /Users/teacher/Desktop/heimdall_v1.4rc1_mac/heimdall
Reason: no suitable image found. Did find:
/usr/local/lib/libusb-1.0.0.dylib: stat() failed with errno=13
Trace/BPT trap: 5
logout
[Process completed]
This is what happened, again. So i can't type the heimdall Print-pit command that you suggested.
any ideas about how to proceed?
Adam Outler and others are working on getting heimdall as an installer package for osx, and updating Casual we just have to wait.
Sent from my SCH-I535 using xda app-developers app
REALLY!? that's totally awesome.
that's great. any progress? like in a week, a month, 2 months, etc?
if i can't get Heimdall working on my own, which I probably can't, i'll just be patient then.
SO... i heard that Casual might work for the Galaxy sIII again?
This is MIUI For the ONE S C2, It is based on bilal_liberty's CM10 Rom so expect similar performance and bugs. You will be running Android 4.1.2 With MIUI For Jelly Bean. It is currently not tested so make a full backup before you flash it, also do a logcat and post it if you can so we fix the issue if you have one.
Notice - This Rom has currently not been tested so use at your own risk, this is why it is labelled TEST.
Download - Soon
How To - To install this ROM just follow the usual way, Back up, Flash Rom, Clear Cache and everything and then boot.img.
V1.3 - Flashes, Boots but force closes and not stable, will release soon.
V1.2 - Re worked Port added, Not sure if issue has been fixed, you tell me.
V1.1 Test - Flashable .ZIP available but issues with flashing.
V1 Test - Launch
[removed]
clewis said:
Hmmm so there is already a miui rom....
But about my rom, i got an error on flash, it did start booting with the boot animation but got stuck.
Click to expand...
Click to collapse
use logcat to see whats going wrong
adb logcat > logcat.txt
http://forum.xda-developers.com/showthread.php?t=1726238 for more info
bilal_liberty said:
use logcat to see whats going wrong
adb logcat > logcat.txt
http://forum.xda-developers.com/showthread.php?t=1726238 for more info
Click to expand...
Click to collapse
I am doing a new build at this time i think i did something wrong the first time, so im going to add another unsigned file in a minute if you or someone else could make it a flashable zip and do a logcat when you do to save time would be good help, ill edit this page when it goes live on dropbox.
BTW this is how im trying to port it if anyone else wants a go - http://forum.xda-developers.com/showthread.php?t=1994503
For making flashable zip just select meta-inf folder system folder and boot.img and add them archieve, there is nothing extra to do.
bilal_liberty said:
For making flashable zip just select meta-inf folder system folder and boot.img and add them archieve, there is nothing extra to do.
Click to expand...
Click to collapse
Alright mate i have taken other one down and put a flashable zip on dropbox its going up now i can't try it myself as i dont have a usb cable that works to flash the boot.img so could someone else test it when it is uploaded.
clewis said:
Alright mate i have taken other one down and put a flashable zip on dropbox its going up now i can't try it myself as i dont have a usb cable that works to flash the boot.img so could someone else test it when it is uploaded.
Click to expand...
Click to collapse
Updated Flashable .Zip - https://www.dropbox.com/s/umsohpgmn1hh2z2/miui_unsigned.zip
Again use at your own risk, this has not been tested also everyone that does give it a try do a logcat so we can see if there is any problems.
Installation failed.
"set_perm: some changes failed"
"E:Error in /sdcard/miui_unsigned.zip"
work for old hboot??
DeanderDean said:
Installation failed.
"set_perm: some changes failed"
"E:Error in /sdcard/miui_unsigned.zip"
Click to expand...
Click to collapse
There is problem in updater script.try fixing permissions in updater script
u can use updater script from this to solve flash problems:
http://pan.baidu.com/share/link?shareid=341288&uk=4112589721 by jswei521
Great Work Man!!
Thanks for the port. I will test soon.
Sent from my HTC One S using xda app-developers app
bilal_liberty said:
u can use updater script from this to solve flash problems:
http://pan.baidu.com/share/link?shareid=341288&uk=4112589721 by jswei521
Click to expand...
Click to collapse
This rom from the above links works well, ive tried it.
Is old hboot 2.09 supported ?
can we flash this over 4.0.3 or do we need 4.0.4 as base ?
Paint in more detail information on ROM.
From what device port that was done, lay out screenshots, competently issue a post, write the detailed instruction. That works that doesn't work.
Thanks.
bilal_liberty said:
This rom from the above links works well, ive tried it.
Click to expand...
Click to collapse
Im getting an error?type=1 link when i go to that page, if you could attach the updater script so i could just switch them would be a big help.
Paint in more detail information on ROM.
From what device port that was done, lay out screenshots, competently issue a post, write the detailed instruction. That works that doesn't work.
Thanks.
Click to expand...
Click to collapse
Dont worry i will when i get it all up and running, its only a test version at this time. I have never made a ROM before and i have only published it this earlier because i need help in development which i am getting .
clewis said:
Im getting an error?type=1 link when i go to that page, if you could attach the updater script so i could just switch them would be a big help.
Dont worry i will when i get it all up and running, its only a test version at this time. I have never made a ROM before and i have only published it this earlier because i need help in development which i am getting .
Click to expand...
Click to collapse
Well, we wait for registration and the instruction, it will exclude many questions.
LeiManPRO said:
Well, we wait for registration and the instruction, it will exclude many questions.
Click to expand...
Click to collapse
I have registered and replied to a the original thread, got the download link and when i go to it i get an error, it's not there for me, if anyone has it please send the update script to me, i can't fix anything without that file.
clewis said:
Im getting an error?type=1 link when i go to that page, if you could attach the updater script so i could just switch them would be a big help.
Click to expand...
Click to collapse
Here u go best of luck
Edit: if you want some files from that rom here it is: http://www.mediafire.com/?mb04ljce767sd8m
bilal_liberty said:
Here u go best of luck
Edit: if you want some files from that rom here it is: http://www.mediafire.com/?mb04ljce767sd8m
Click to expand...
Click to collapse
Awesome mate, doing edits tonight will upload later.
Hello all,
since we have unofficial nightlies but we don't have any tutorial how can we build our own package, I've decided to make one.
ATTENTION: I am not responsible for any damage you may cause to your phone. I MAY be wrong on this guide.
This guide is useful for those who:
1.) Want to learn building basics and get a bit into android development
2.) Don't like waiting for another nightly (I assume not, they come quite often)
3.) Want to contribute to our community by making custom ROMs
Prerequisites
1.) Linux computer 64-bit (I will use Ubuntu as example)
2.) Reasonable hardware (at least 4 GB RAM)
3.) At least 50 GB of free space on disc
4.) Reliable internet connection
5.) Patience and a bit of intelligence :good:
Instructions
1.) Follow this guide up to "Initialize the CyanogenMod source repository" step (don't execute this step).
What it does? This will prepare all the build packages and set build environment.
Yes, I'm aware that it is for Xperia T, but this part is pretty much the same.
2.) In the command window type
Code:
cd ~/android/system/
repo init -u git://github.com/CyanogenMod/android.git -b cm-12.1
What it does? This will initialize empty repository in /android/system directory.
3.) Add local manifest for flamingo device
Code:
mkdir -p ~/android/system/.repo/local_manifests
Copy sony.xml (in zip atteched down the thread) to the directory above
What it does? This step assures you'll download device-specific repositories.
4.) Download the source code
Code:
repo sync
What it does? This will download every single repository of CM12.1 (about 20 GB), takes long time, depending on your internet.
5.) Hack to compile sepolicy properly
Code:
cd external/sepolicy
git revert 79ff523ac99b339914ccaa754e068072d64da542
What it does? This reverts a commit causing a build error with our (not only our) device.
6.) Setup the build environment & prepare the device-specific code.
Code:
cd ~/android/system
. build/envsetup.sh
breakfast flamingo
What it does? This magic command sets up all needed commands and makefiles for build. See this page.
7.) Build
Code:
brunch flamingo
What it does? Simple - builds the CM. Speed depends on your hardware. Don't expect less than three hours for the first time.
Zip with kernel is ready in out/target/product/flamingo ready to install, congratulations :good:
If you have any questions, suggestions, errors, feel free to ask.
This post is reserved for the glory of satan
This tutorial also work for CM11 or only for cm12?
Moiremoi said:
This tutorial also work for CM11 or only for cm12?
Click to expand...
Click to collapse
Actually cm-11.0 should be the same, just init with -b cm-11.0.
But I can't recommend it, because cm11 has never been fully finished for E3 and it was abandoned long time ago. Developers now focus on cm12.
can i make cm12 for Xperia E3 D2202 or D2212 using this methd ?????????????
tell me how
1.) Linux computer 64-bit (I will use Ubuntu as example)
Click to expand...
Click to collapse
Only for this reason I can forget to create a CM 12 rom :/
If someone could create one for me, I'll donate for the hard work
My model is D2203
I will not communicate the ammount, it will be proportionnal to the ROM quality, cheers !
adrianocolvero said:
Mimimimimimimi i can pay! Ohhh rich boy, why don't you buy a better phone? You'll get a official cm12 not this junk who "developers" are cooking. Eat me, eat my meat and drink my blood, i love you sweet killer.
Click to expand...
Click to collapse
Hue? Why I don't buy new phone?
Because I'm not that rich that you think
Why I want this ''junk'' devs are cooking?
Because Devs (if they are noobs or experienced) stay developpers, and we need them. Any
I'll not judge anyone if he's rich or poor, I just don't have the possibility to install linux on my computer (already running 2 versions of windows and a smartlaunch on linux), that why I'll reward people working on a ROM for E3 with money (only thing that interrest most people...)
About that:
Eat me, eat my meat and drink my blood, i love you sweet killer.
Click to expand...
Click to collapse
I just don't understand ...
Exerath said:
Only for this reason I can forget to create a CM 12 rom :/
If someone could create one for me, I'll donate for the hard work
My model is D2203
I will not communicate the ammount, it will be proportionnal to the ROM quality, cheers !
Click to expand...
Click to collapse
You don't need to wait, FXP has already enabled unofficial nightlies http://fxpblog.co/cyanogenmod/cyanogenmod-12/
yashkadam0012 said:
can i make cm12 for Xperia E3 D2202 or D2212 using this methd ?????????????
tell me how
Click to expand...
Click to collapse
Source is ready only for european single SIM variant. I can't help you, I'm not a developer, I just adapted general guide for our device.
You don't need to wait, FXP has already enabled unofficial nightlies http://fxpblog.co/cyanogenmod/cyanogenmod-12/
Hi, I've downloaded this FXP-cm-12-20150101-UNOFFICIAL-flamingo.zip for D2203, I put it on internal SD but I'm unable to flash it. CWM says 'installation aborted (status 7).
Does anyone know what the problem is?.
Thanks
westroger said:
You don't need to wait, FXP has already enabled unofficial nightlies http://fxpblog.co/cyanogenmod/cyanogenmod-12/
Hi, I've downloaded this FXP-cm-12-20150101-UNOFFICIAL-flamingo.zip for D2203, I put it on internal SD but I'm unable to flash it. CWM says 'installation aborted (status 7).
Does anyone know what the problem is?.
Thanks
Click to expand...
Click to collapse
Don't know, but try 20150127 build, it is the latest one.
Vynikal said:
Don't know, but try 20150127 build, it is the latest one.
Click to expand...
Click to collapse
Thanks, Ive just tried that, but installation was aborted again, with the same error.
Has anyone hear actually flashed this UNNOFICIAL rom to their D2203 yet from the cmw that were all using.
Thanks.....
Vynikal said:
Don't know, but try 20150127 build, it is the latest one.
Click to expand...
Click to collapse
I would love to make cm12 for e3 but more than 20gb download turn my plan to no cause i have slow internet. but why every one is stooped at seeing it need Ubuntu. I have Ubuntu and windows 7 dual boot and using Windows for everyday activities and Ubuntu for developing.
westroger said:
Thanks, Ive just tried that, but installation was aborted again, with the same error.
Has anyone hear actually flashed this UNNOFICIAL rom to their D2203 yet from the cmw that were all using.
Thanks.....
Click to expand...
Click to collapse
Phone2203
HI, FXP-cm-12-20150105flamingo.zip is the latest release from FXP. I downloaded this file and placed it on the internal sd card.
I then booted into recovery and selected install from zip, but every time I do that, the recovery says 'Installation aborted'
this device is leo.
Error in storage/sdcard1/FXP-cm-12-20150105flamingo.zip
(Status 7)
Does anyone hear know if this rom should flash ok, or am I doing something wrong,.
Thanks for any help
You can't flash it from cwm recovery it need to be flashed on fastboot so flash it with fastboot.
Sent From My Sony Xperia E3 D2212 using XDA app.
Great to see you started on with E3, @Vynikal.
Way to go. :good:
P.S. You are on the Portal too. Congrats
br
s
HOW ?
vinay said:
You can't flash it from cwm recovery it need to be flashed on fastboot so flash it with fastboot.
Click to expand...
Click to collapse
and HOW to do THAT?
You can't flash it from cwm recovery it need to be flashed on fastboot so flash it with fastboot.
I unzipped the zip file and copied the image file to fastboot firmwares folder and tried to flash it, it installed cmw12 but other than that the phone was bricked, just a black screen. I had to start over and go back to stock and re-root etc....
AnubisAJ said:
and HOW to do THAT?
Click to expand...
Click to collapse
I know people just can,t use fastboot easily so i made a tool try it.http://forum.xda-developers.com/showpost.php?p=58432130&postcount=29 and make sure you have all drivers installed before proceeding.
Sent From My Sony Xperia E3 D2212 using XDA app.
westroger said:
Phone2203
HI, FXP-cm-12-20150105flamingo.zip is the latest release from FXP. I downloaded this file and placed it on the internal sd card.
I then booted into recovery and selected install from zip, but every time I do that, the recovery says 'Installation aborted'
this device is leo.
Error in storage/sdcard1/FXP-cm-12-20150105flamingo.zip
(Status 7)
Does anyone hear know if this rom should flash ok, or am I doing something wrong, or
am I on the wrong forum to get this answered - if so which forum should I be in.....
Thanks for any help
Click to expand...
Click to collapse
i tried deleting the assert line in updater-script. successfully flashed it. but it's stuck in cyanogen logo.
noobAKO said:
i tried deleting the assert line in updater-script. successfully flashed it. but it's stuck in cyanogen logo.
Click to expand...
Click to collapse
Hi, thanks for replying..
Anyway, I know this can be done but, there is no update script in the zip - FXP-cm-12-20150105flamingo.zip.
Do you know why that is.
Thanks
Here it is.
It took me about an hour to download it so I figured I'd upload it for those of you who don't want to wait/want to play around with the files.
Dudash said:
I just finished downloading and uploaded it to my google drive because I don't have dev status on ADF yet.
Here it is.
I haven't been able to install it yet because I have to re-flash the OA2 firmware before it will install.
Click to expand...
Click to collapse
Needed to request access, but thanks for bringing this to my attention. Where'd you see the NU had a LP update, I'm not seeing it on any of the usual websites?
thisisapoorusernamechoice said:
Needed to request access, but thanks for bringing this to my attention. Where'd you see the NU had a LP update, I'm not seeing it on any of the usual websites?
Click to expand...
Click to collapse
I just changed access to anyone with the link can download it. Sorry about that. lol
I randomly checked for updates through Settings and it started downloading it.
Dudash said:
I just changed access to anyone with the link can download it. Sorry about that. lol
I randomly checked for updates through Settings and it started downloading it.
Click to expand...
Click to collapse
Thanks got it you're the man! :good:
Crap I got a corrupted download on two different computers, error message: "C:\Users\MyName\Downloads\update.zip: Unexpected end of archive" and the zip only has a META-INF folder, and what I assume is supposed to be the updater-script is named, "androĆ +g" and contains only the following:
Code:
post-build=samsung/matissewifiue/matissewifiue:5.0.2/LRX22G/T530NUUEU1BOE5:user/release-keys
post-timestamp=1431596177
pre-build=samsung/matissewifiue/matissewifiue:4.4.2/KOT49H/T530NUUEU1AOA2:user/release-keys
pre-device=matissewifiue
Although it is nice to know the build number lol (OE5).
thisisapoorusernamechoice said:
Crap I got a corrupted download on two different computers, error message: "C:\Users\MyName\Downloads\update.zip: Unexpected end of archive" and the zip only has a META-INF folder, and what I assume is supposed to be the updater-script is named, "androĆ +g" and contains only the following:
Code:
post-build=samsung/matissewifiue/matissewifiue:5.0.2/LRX22G/T530NUUEU1BOE5:user/release-keys
post-timestamp=1431596177
pre-build=samsung/matissewifiue/matissewifiue:4.4.2/KOT49H/T530NUUEU1AOA2:user/release-keys
pre-device=matissewifiue
Although it is nice to know the build number lol (OE5).
Click to expand...
Click to collapse
Thats.. odd..
The file I uploaded is the same file I used to update.
I just got done installing it after doing it the long way because I didnt want to wait another 1hr+ for it to redownload.
Here's my "long ass method"
1. I reflashed OA2
2. Flashed the rootable kernel
3. Towel rooted
4. Used a ES File Explorer to copy the update.zip from my sd card to data/fota
5. Flashed the OA2 kernel
6. Installed SuperSU, didnt let it update the binary, then used the Full Unroot option
7. Rebooted and it informed me that it had the update ready to install when I checked for updates again.
You may just have to deal with the forever long download.
EDIT: Although I just tried to open the original update.zip on my computer and it gives me errors too saying it can't open it, it's not a valid archive file, blah blah, etc. It may flash if you do my method tho. The worst that could happen is it would fail mid-update.
Oh and fyi, as expected, the TWRP root method works.
Dudash said:
You may just have to deal with the forever long download.
Click to expand...
Click to collapse
This is what I suspected/was afraid of. Thanks for the response, and listing your steps, I figured something like this was the scenario, now I know for sure. Oh well, I'll just have to wait to do the update when I actually have some free time :silly:
Also thank you very much for confirming TWRP root method works, that'll make my life a lot easier, and I'm sure a flood of users will be glad to learn that soon
It is odd that the build number is OE5 cus if I'm not mistaken, that's the highest build number of any of Samsung's tablets right now. Even the Tab S. lol. I guess it was worth the few weeks we had to wait.
Dudash said:
It is odd that the build number is OE5 cus if I'm not mistaken, that's the highest build number of any of Samsung's tablets right now. Even the Tab S. lol. I guess it was worth the few weeks we had to wait.
Click to expand...
Click to collapse
O = 2015
E = May
5 = Completed around the middle of the month Revision number
Source
thisisapoorusernamechoice said:
O = 2015
E = May
5 = Completed around the middle of the month Revision number
Source
Click to expand...
Click to collapse
EDIT: Nvm.
Btw, I just finished uploading the update.zip to AFH so maybe it'll be better if it's from there? /shrug
LINK
5.0 stock 530NU is ready http://samsung-updates.com/details/46354//SM-T530NU/XAR/T530NUUEU1BOE5.html
Checking now, will confirm when done