[CM ROM] [N9005 hlte] OFFICIAL CM11 nightlies - new builds everyday ! - Galaxy Note 3 Android Development

here is a link for newest CM 11 for our NOTE3 (n9005)
{
"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"
}
Previously, Note 3 (qualcomm devices) builds were separate, but now they are unified. So, hltespr, hltetmo, hltevzw, htlexx are now all in one build: hlte.
http://download.cyanogenmod.org/?device=hlte
and you need GAPPS
http://goo.im/devs/paranoidandroid/roms/gapps
----------------------------------------
instruction (you are doing it for your responsible)
Before Getting Started
Do not use this guide for any device other than the Galaxy Note 3 (GT-N9005 model). Flashing this ROM onto any other device will most probably result in a bricked phone.
You must have your Galaxy Note 3 rooted, have latest official CWM 6.0.4.6 recovery or newer. As always, you want to backup your device and charge it to at least 80 percent.
Finally, enable USB Debugging mode by navigating to Settings -> Developer Options.
Updating Galaxy Note 3 to Android KitKat 4.4.2 via CM11 ROM
1) Download the Android 4.4.2 KitKat CM11 ROM, as well as the Google Apps package, which can be found upper
2) Using your USB cable, connect your Galaxy Note 3 to your computer.
3) Copy CM11 ROM and the Google Apps package to the root folder of your handset’s SD card. Do not extract either.
4) Boot your phone into Recovery mode by pressing the Volume Up, Home and Power buttons simultaneously until you see a Galaxy Note 3 logo, then release all three to enter recovery mode.
5) Perform a factory reset by selecting “Wipe data/Factory reset.” (when you are coming from original TW samsung rom)
6) wipe cache and dalvik
7) Navigate to “Install Zip from SD card” and select the ROM downloaded earlier. After the ROM is installed, repeat this step to install Google Apps.
8) reboot
9) After restarting, your Galaxy Note 3 will officially be running Android 4.4.2 KitKat CM11 ROM.

very nice, unfortunately i have the newest bootloader

Great news and great step for this awesome phone but me to have new bootloader ?

I am sure it will be fixed soon
sorry for that
CM11 ROCKS !!!

nowy57 said:
I am sure it will be fixed soon
sorry for that
CM11 ROCKS !!!
Click to expand...
Click to collapse
Yes we really hope.I love your signature lovely.

What is the difference between cm11 and cm11 temasek?
CM11 is official, temasek is unofficial, nothing else ?
I will try, 10x.
EDIT: Status 7, Installation aborted.
Sent from my SM-N9005

Ooo_Pepi said:
CM11 is official, temasek is unofficial, nothing else ?
Click to expand...
Click to collapse
temasek has his own kernel and additional features kanged into his build.

Ooo_Pepi said:
What is the difference between cm11 and cm11 temasek?
CM11 is official, temasek is unofficial, nothing else ?
I will try, 10x.
EDIT: Status 7, Installation aborted.
Sent from my SM-N9005
Click to expand...
Click to collapse
try philz recovery http://forum.xda-developers.com/showthread.php?t=2567283

Im not an expert in flashing and all the terminology but I managed to get the latest CM nightly working using TWRP recovery.
If you are having error messages when trying to install, try editing the updater-script.
Here is how:
1) Download the nightly. Here is the link to download the latest. http://download.cyanogenmod.org/?device=hltexx
2) Once downloaded, you will have the zip file.
3) Double click the zip.
4) Double click 'META-INF'
5) Double click 'com'
6) Double click 'google'
7) Double click 'android'
8) Open 'updater-script' with notepad.
9) Delete this line which is the first line in the 'updater-script':
assert(getprop("ro.product.device") == "hltexx" || getprop("ro.build.product") == "hltexx" || abort("This package is for \"hltexx\" devices; this is a \"" + getprop("ro.product.device") + "\".");
10) After step 9), the updater script should start with this line:
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
11) Click save. Then click yes when prompted if you ' wish to update it in the archive'.
12) Try flashing this updated zip in TWRP.
13) Hope this helped.

I think it's easier to wait for the next version corrected.
Sent from my SM-N9005

@nowy57
How come updater-script doesn't check correctly "ro.product.device" for "hlte" and looks for "htlexx" instead which in fact is "ro.product.name" ?
Might be worth to have that corrected, else this will make a mess with recoveries trying to comply and brake stock ROM compatibility and vice-versa ?
Exerp of original build.prop of stock TW ROM (MI7) :
Code:
ro.product.model=SM-N9005
ro.product.brand=samsung
ro.product.name=hltexx
[COLOR="Red"][B]ro.product.device=hlte[/B][/COLOR]
ro.product.board=MSM8974
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=GB
JP.

so better to use CWM rocovery ?

nowy57 said:
so better to use CWM rocovery ?
Click to expand...
Click to collapse
Yes, at least for the time being.
You can grab the latest version (6.0.4.6) here:
http://www.clockworkmod.com/rommanager

I have asked uberlaggydarwin to correct the file https://github.com/CyanogenMod/android_device_samsung_hltexx/blob/cm-11.0/full_hltexx.mk on saturday, the wrong version problem should be fixed now.

Installed, configured, tested!
My Note 3 is stable, functional and without any pre-installed stuff.
The most powerful Nexus Notes 3​​

Any news to the new bootloader problem?
Why did I have to go for the new Bl.. WHY?!?!? ?
Sent from my SM-N9005 using Tapatalk

swani said:
Any news to the new bootloader problem?
Why did I have to go for the new Bl.. WHY?!?!? ?
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
have you installed kitkat TW rom ?
if not you can install CM11 without any problems

OK, so I get it, one more thing that's getting messy
I'll add "hltexx" in my assert checks from now on, but well, and I thought the parents (Samsung) were to name the kids (Note 3)
And as I quoted Samsung stock props in my pervious post,
Code:
[COLOR="Red"][B]ro.product.device=hlte[/B][/COLOR]
I don't quite get why now someone's come up with a new fancy name...
JP.

nowy57 said:
have you installed kitkat TW rom ?
if not you can install CM11 without any problems
Click to expand...
Click to collapse
Yes, flashed the new kitkat TW ?
Really hope hope someone fixes it so I can go CM all the way on my note ?
Sent from my SM-N9005 using Tapatalk

@nowy57 are you the maintainer or do you have contact with the Maintainer?
We would all like to know the status of getting CM on those of us who have the Official Kitkat Bootloader!

Related

[ROM] [4.4.x] CyanFox Rom [OFFICIAL]

{
"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"
}
Credit to @vedantgp (me!)
http://www.cyanfox-rom.com/
CyanFox is a light-weight Android 4.4.x custom ROM, which is based on AOSP/Android (4.4) and CyanogenMod (11.0) source bases.
CyanFox features:
- Dark UI mode
- Paranoid Halo notifications
- Screen Recording
- NavBar settings and native enabling
Features in progress:
- Unread notifications count-icons with new 4.4 API for any app/launcher
- Apps sidebar-launcher
- Advanced Recent Apps RAM bar
- Multi-color/alpha status/nav bars
- Network speed indicator in status bar
- List view animations
- More new features coming soon...
https://github.com/CyanFox
https://github.com/CyanogenMod/android_kernel_samsung_jf/tree/cm-1110/kernel
Email us at: [email protected]
Download at http://www.cyanfox-rom.com/downloads/
Please submit bugs to: https://code.google.com/p/cyanfox/issues/list
And feature requests to: http://cyanfox.uservoice.com/forums/220748-general
Help us out!
http://forum.xda-developers.com/donatetome.php?u=5302565
Our current build server:
- 96 GB RAM
- 24 Cores
- 960 TB HDD
Credits to:
Mantas Zilius [MNT]
http://www.cyanfox-rom.com/
https://plus.google.com/u/0/communities/103538505102439103284
Wanna Help?
We need help from designers to help us make our logo and other elements. If you are interested, please follow the link below, made by my friend SystemErrorOne
http://forum.xda-developers.com/showthread.php?t=2484228
​
Instructions for Installation
[May vary on firmware, i will be vague]
Make sure your handset is on 100% battery
PREREQUISITES:
-Root
-Custom Recovery [CWM/TWRP]
1. Download latest zip file and GAPPS from http://cyanfox-rom.com/downloads/
2. Place these two zip files in the SD of your handset [internal or external]
3. Backup all of your data using Titanium Backup, or any other backup software you might have, as the device will be wiped in the process.
4. Reboot to Recovery by pressing and holding Volume Up and Down while pressing the power button while the device is turned off
5. Perform a factory reset
TWRP
6a. Press Install and guide yourself to where you put your Cyanfox zip file
6b. Press add more zips and guide yourself to where you put the GAPPS zip file
6c. Press Install
CWM
6a. Use volume keys to "Install zip"
6b. Navigate to your cyanfox zip file
6c. Repeat step 6b for Gapps file
If upgrading from a previous version or switching from CM11
6a. Dirty flash
6b. Flash Gapps
7. Wipe Cache
8. Reboot and enjoy
Screenshots​
Images are courtesy of @varben
Version numbers subject to change due to OS version
FAQ
"Omigod I'm stuck in a bootloop!"
Code:
Don't panic. Just factory reset and try again...
"I accidentally wiped everything including the internal SD!"
Code:
Just load the ROM onto an SD card and pop it into your phone
"I accidentally wiped everything including the internal SD and i don't have an SD card!"
Code:
adb sideload
"Where can i report bugs?"
Code:
Device specific bugs go to the CyanogenMOD maintainer. Overall bugs come to us
Feel free to post though to see if there is a quick fix, or a workaround
"What does the fox say?"
Code:
ring-a-ding-ding-ding-ding-a-ding
"Why isnt there more FAQ?"
Code:
Not alot of people have encountered issues beyond this... They have been fixed btw...
It says experimental 20130923 for the i9305?
Enviado do meu GT-I9305 utilizando o Tapatalk now Free
FAdrums said:
It says experimental 20130923 for the i9305?
Enviado do meu GT-I9305 utilizando o Tapatalk now Free
Click to expand...
Click to collapse
We named them experimental, because the other builds havent had the dpi setting merged in. we had to call it something . It is very stable, though. the official nightlies come out SOON! the other people are pretty happy with it right now. give it a whirl
Working great, no issues so far. With newer cm 10.2 I can't restore with titanium, but I can with this one.
Sent from my GT-I9305 using XDA Premium 4 mobile app
vedantgp said:
We named them experimental, because the other builds havent had the dpi setting merged in. we had to call it something . It is very stable, though. the official nightlies come out SOON! the other people are pretty happy with it right now. give it a whirl
Click to expand...
Click to collapse
OK fair enough! :sly:
Will do now! Thanks
Enviado do meu GT-I9305 utilizando o Tapatalk now Free
Sorry, about modem inside rom, which is it?
Work in Italy?
As far as I understand it doesn't contain a modem. It didn't change my so I guess you will keep your current.
Sent from my GT-I9305 using XDA Premium 4 mobile app
Cundis said:
As far as I understand it doesn't contain a modem. It didn't change my so I guess you will keep your current.
Sent from my GT-I9305 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
OK thanks for the information.
@ vedantgp , you confirm ?
I doubt that any modem comes with the rom. It will be stated if it does
Sent from my GT-I9305 using Tapatalk 2
I don't get why so many ROMs don't have list view animations, they look so mice :good:
What does the fox say? ;D
Been using all day, seems nice and stable so far. Nice work.....
Sent from my GT-I9305 using Tapatalk 2
zmuda said:
OK thanks for the information.
@ vedantgp , you confirm ?
Click to expand...
Click to collapse
confirmed. no modem comes with it, it retains your old modem, because we know that one will work properly (because its the same one you used before)
http://www.cyanfox-rom.com/2013/10/06/big-changes-comming/
Seems great so far nice and stable
Sent from my GT-I9305 using XDA Premium 4 mobile app
New server!
We got response for our new build server! Waiting for access credentials to connect to it...
The new one will be basketbuild. This also means that v1 is closer than ever...
what's the release date of v1 ?
adrianmak said:
what's the release date of v1 ?
Click to expand...
Click to collapse
only time can tell, if all goes well, ~1 week
empty phone
Hello, i did exactly what you said but now my phone looks complete empty.
The only thing i see when i boot my phone is the bootloader and that keeps on spinning.
When i go back in recovery it seems that my phone is completly whiped so empty, my back-ups everything is gone even the /sys folder on the root of the system looks empty. I cant see my nandroids....
Is there a way to fix this, i mean, how do i get something on my phone without my sd card accessable and it seems that Smasung KIES isn't working either.
Please help me i am feeling very stressed.
Thanks in advance,
Remco:crying:
edit: i already fixed it with Odin.
vedantgp said:
Instructions for Installation
[May vary for you, i will be vague]
Make sure your handset is on 100% battery
PREREQUISITES:
-Root
-Custom Recovery [CWM/TWRP]
1. Download latest zip file from http://cyanfox-rom.com/downloads/ and GAPPS http://goo.im/gapps/gapps-jb-20130813-signed.zip. Place these two zip files in the SD of your handset [internal or external]
3. Backup all of your data using Titanium Backup, or any other backup software you might have, as the device will be wiped in the process.
4. Reboot to Recovery by pressing and holding Volume Up and Home while pressing the power button while the device is turned off
5. Perform a factory reset
TWRP
6a. Press Install and guide yourself to where you put your Cyanfox zip file
6b. Press add more zips and guide yourself to where you put the GAPPS zip file
6c. Press Install
CWM
6a. Use volume keys to "Install zip"
6b. Navigate to your cyanfox zip file
6c. Repeat step 6b for Gapps file
7. Wipe Cache
8. Reboot and enjoy
Click to expand...
Click to collapse
Maybe add a Nandroid backup to your process, as simply having Titanium won't help anyone who hits a boot loop or soft bricks their device.

Lg Optimus VU II (F200S, F200K, F200L) Cyanogenmod 12 Unofficial(updated monthly)

This thread is not an owners thread all credits goes to tekcafe.vn dev team!!!
F200 Cyanogenmod 12
What is cyanogen?
Screenshots:​please notice that it has all Lollipop languages
{
"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"
}
BUGS
Work:
- Wifi ok
- 3G ok
- SMS & Call ok
- IMEI & Baseband ok
- Video & Camera ok
- Sensor ok
- Innovation and add features in Settings
- And more ...
Bug:
- Testing
How to install: EVERY STEP IS IMPORTANT PLEASE Do not skip
1. Go to ROOTING ENTERING RECOVERY THREAD and install v20(x) version of your model
2. Go to the 4th post and install CWM
3.Download the second CWM compatible with 5.0-s kernel
Download CM12 and GAPPS
Download the CM 12 for VU 2 17/03/2015
Gapps​4.Put the zip into your phone memory
5. Go tho the 5th post of my other forum and install Recovery reboot apk
6.Open the apk
7. Make it ra1n
8. Reboot recovery
9. Install zip
10. Install zip from sdcard
11.Install second CWM
12. Select advanced in recovery menu
13. Select reboot recovery to switch to 5.0 lollipop compatible CWM
14. Reboot recovery
15. Install zip
16. Install zip from sdcard
17. Install CM11 firstly and gapps after that
18. wipe data/ cache/ dalvik
19. Reboot
20. Wait for it to finish(10-20 minutes)[it takes 1 minute to actually boot do not reboot]
21. And you are done. Thank you! All credits to tekcafe.vn dev team
Thank you very much. Look forward to.
Im using CM 11 from your prev possts. now i install cm 12 from same recovery.or what can i do. Because it installed but after wifi disabling and enabling again stops wifi working.
Jazzy_1 said:
Im using CM 11 from your prev possts. now i install cm 12 from same recovery.or what can i do. Because it installed but after wifi disabling and enabling again stops wifi working.
Click to expand...
Click to collapse
You should flash 2 recoveries . First one from .apk file and then the second new one that i uploaded here(make sure that the ROM, GAPPS, and the NEW recovery is already in the storage )
About the WIFI i dont know man tried resetting?
Try reflashing maybe
Its mean your wifi does nt make problem ? and gapps zip installed without error???
---------- Post added at 12:12 PM ---------- Previous post was at 12:05 PM ----------
enkhtwshn said:
You should flash 2 recoveries . First one from .apk file and then the second new one that i uploaded here(make sure that the ROM, GAPPS, and the NEW recovery is already in the storage )
About the WIFI i dont know man tried resetting?
Try reflashing maybe
Click to expand...
Click to collapse
Its mean your wifi does nt make problem ? and gapps zip installed without error???
1 - CWM_TypeA_Standalone.apk
2 - F200LSK-recovery.zip
thats 2 files you are talking about.
Jazzy_1 said:
Its mean your wifi does nt make problem ? and gapps zip installed without error???
---------- Post added at 12:12 PM ---------- Previous post was at 12:05 PM ----------
Its mean your wifi does nt make problem ? and gapps zip installed without error???
1 - CWM_TypeA_Standalone.apk
2 - F200LSK-recovery.zip
thats 2 files you are talking about.
Click to expand...
Click to collapse
the apk and THIS RECOVERY
Instructions are here
enkhtwshn said:
the apk and THIS RECOVERY
Instructions are here
Click to expand...
Click to collapse
Witch version of 4.1.2 i should install. i have F200 and please look at the attached image and tell me my accurate version of 4.1.2 from your first post.
Jazzy_1 said:
Witch version of 4.1.2 i should install. i have F200 and please look at the attached image and tell me my accurate version of 4.1.2 from your first post.
Click to expand...
Click to collapse
SK TELECOM
V20f: [Download]
You have the SK Telecom F200S verion good luck
Thanks Bro. U Rocks. now im on 4.1.2 now in post 4 what i understand is. Download GomdoLightCWMrootTool_A_en.rar extract it in pc , drivers installed. Now phone is on. enable debugging in phone. Run GomdoLightCWMrootTool.cmd it will install root and cwm. Or this process also done in download mode. after this process Reboot in recovery with apk app for further second zip and rom.
Jazzy_1 said:
Thanks Bro. U Rocks. now im on 4.1.2 now in post 4 what i understand is. Download GomdoLightCWMrootTool_A_en.rar extract it in pc , drivers installed. Now phone is on. enable debugging in phone. Run GomdoLightCWMrootTool.cmd it will install root and cwm. Or this process also done in download mode. after this process Reboot in recovery with apk app for further second zip and rom.
Click to expand...
Click to collapse
Tool works only when the phone is on and connected to PC . Sometimes the tool may be a bit confusing if it not working from the first time try changing usb types , reanable USB debug , replug usb try it all if not working from the first time
Downloaded this file 3 times with diff sites. But extraction error alwways in Lg Tool.
Jazzy_1 said:
Downloaded this file 3 times with diff sites. But extraction error alwways in Lg Tool.
Click to expand...
Click to collapse
It should be fine.
CM12 links are updated!!!! please go to first page
This is awesome.
My wife uses this phone and though the Android is very stable on that one, upgrading to Lollipop would be wonderful.
Let me understand few things:
1. This is for Optimus Vu2 F200 phone.
2. My wife's phone already comes with SuperSU. I assume it is already rooted.
3. So, where do I start?
4. You are saying there are no bugs with Lollipop on this phone?
s_u_n said:
This is awesome.
My wife uses this phone and though the Android is very stable on that one, upgrading to Lollipop would be wonderful.
Let me understand few things:
1. This is for Optimus Vu2 F200 phone.
2. My wife's phone already comes with SuperSU. I assume it is already rooted.
3. So, where do I start?
4. You are saying there are no bugs with Lollipop on this phone?
Click to expand...
Click to collapse
http://tekcafe.vn/threads/cm12-android-lollipop-5-0-x-danh-cho-lg-vu-2-f200.7/
This is the original thread . there are may be aome issues with video recording .
What version of android your wifes phone currently are? Is it 4.4.2 or 4.1.2
4.1.2 on her phone
s_u_n said:
4.1.2 on her phone
Click to expand...
Click to collapse
Well yhis make your flashing easier . just go to the second step
Looks like this is not so easy. She is happy with 4.1.2 and does not want to upgrade and handle any potential issues that come along with the new version (bad experience with Note 10.1 old version upgrade to KitKat.)
Is there better battery life after this upgrade?
s_u_n said:
Looks like this is not so easy. She is happy with 4.1.2 and does not want to upgrade and handle any potential issues that come along with the new version (bad experience with Note 10.1 old version upgrade to KitKat.)
Is there better battery life after this upgrade?
Click to expand...
Click to collapse
The stock 4.4.2 has no issues at all . try it . for the fancy look try lg g3 theme
In case she does not like 4.4, how do I downgrade back to 4.1.2?

[Guide][Updated 2016] Install CM12.1 (Android 5.1.1 Lollipop) on GT-S7582

Hey Guys,
Many People are confused how to install CM 12.1 (lollipop) ROM on our device.
So, here's a brief Guide.
Part 1: Installing Recovery
1. Download TWRP Recovery From the Link: https://www.androidfilehost.com/?fid=24407100847293110
2. Download ODIN From this link. http://odindownload.com/download/Odin3_v3.10.7.zip
3. Install Samsung USB Drivers. http://androidhost.org/XIVsA
4. Extract Odin and run odin.exe on your pc.
5. Shut Down your Phone and Press Volume down + power button + home button simultaneously.
6. Press Continue.
7. Open Odin on your pc and select AP and browse to the recovery file you downloaded.
8. It shows port no in ID:COM section. Dont touch any other thing and press start.
9. Now, Your Phone will automatically rebooted.
Part 2 : Installing ROM
10. Download these stuff and copy them to ur microsd card.
CM 12.1 - 6 March Update - https://www.androidfilehost.com/?fid=24438995911971793
GAPPS (For Play Store) - https://www.androidfilehost.com/?w=files&flid=31528
11. Shut Down your Phone and press Volume Up + Power + Home at same time.
12. TWRP Recovery will now open.
Note:When entering TWRP Recovery, it will ask you if you want to keep system partition Read only, check the box "Never show this screen during boot again" and swipe the lock bar, else you can't modify system partition in TWRP like install ROM, root...
13. Select Wipe and wipe cache, dalvik cache, system, internal storage,data.
{
"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"
}
14. Select Install and select the rom file and install it. (it may take some time)
15. Now Select Install again and select gapps zip and reboot system and you are all done.
Hit Thanks if this is useful for you.
Leave your FeedBack
use same procedure for flashing cm11 as well but obviously download cm11 rom and gapps for android 4.4.4
Thank you
i got a propleme.. TWRP doesn't open at all .. like it's not even intalled.. can you help please ?
did it get completed on odin? Try changing usb cable and usb port
Will it work with cwm
And also is it necessary to download (gapps)
Does it have to be stock frimware so the rom could be installed?
Thank's DEV @SandPox for this nice ROM and for the effort to do for all bugs.
__________ OFFICCIAL _________
http://forum.cyanogenmod.org/topic/...galaxy-trend-plus-s-duos-2-gt-s7580-gt-s7582/
please help
I have s duos 2 -7580 with cm 11 i am currently using. whwn i flash cm 12.1 with twrp it shown E:\Unable to mount System.Please give me solution of this problem...asap
How to fix deadlock or headset problem...
Experimental kernel
https://www.androidfilehost.com/?fid=24269982087004359
Code:
Note for who don't know how to upgrade kernel:
This zip file are not supposed to be flash in recovery
extract it 1 time, you'll get modules/ and kernel.tar
kernel.tar flash by odin or extract it to get boot.img and flash it by any method you want
modules/* copy to /system/lib/modules/, old file must be delete and copy new file to there (remember to backup old modules)
this kernel are supposed to not have any deadlock or headset problem, report to me if anything gone wrong
remember to backup your old kernel
know problem: incall make phone crash, will fix later
damn.. i forgot to fix RIL for s7582, RIL will not work for s7582
surprise: I just know how to fix dialer lag, our phone kernel set the limit to 60fps maximum frame rate, I tried to increase it to 70fps and dialer lag is gone xD
Credits:
Sandpox
Its not installing . I tried it . Showing an error but gaaps is working.
rahulhanda20 said:
Will it work with cwm
And also is it necessary to download (gapps)
Click to expand...
Click to collapse
Try CWM..
Gapps is for play store and framework
munthir said:
Does it have to be stock frimware so the rom could be installed?
Click to expand...
Click to collapse
Not necessary but recomended
alay shah said:
I have s duos 2 -7580 with cm 11 i am currently using. whwn i flash cm 12.1 with twrp it shown E:\Unable to mount System.Please give me solution of this problem...asap
Click to expand...
Click to collapse
i think u have selected read only whenu opened twrp first time...
Install TWRP again and uncheck read only check on dont ask again and continue...and it will work
Light Hope said:
Its not installing . I tried it . Showing an error but gaaps is working.
Click to expand...
Click to collapse
What Error u got
Mohned said:
i got a propleme.. TWRP doesn't open at all .. like it's not even intalled.. can you help please ?
Click to expand...
Click to collapse
Even I also faced the same situation... I flashed twrp but it's directly going into android recovery not to twrp recovery...But i got a solution from Xda-developers... I used odin to flash twrp into my mobile while doing i unchecked the auto reboot option in odin. after flashing its working.......:good:
tried that solution but still it shows same error... e unable to mount system
For this do we need to be on CM 11 ????
Light Hope said:
For this do we need to be on CM 11 ????
Click to expand...
Click to collapse
It doesnt matter whether u are on cm11 or stock unless u wipe everything (except external sd) before install
abbi339 said:
Even I also faced the same situation... I flashed twrp but it's directly going into android recovery not to twrp recovery...But i got a solution from Xda-developers... I used odin to flash twrp into my mobile while doing i unchecked the auto reboot option in odin. after flashing its working.......:good:
Click to expand...
Click to collapse
Thanks alot for replying me^^ .. i'll try this and tell you the results later ..oh and sorry for my bad English
Wow!
It works, no problem.
Can u please tell me how could I root now?
Last time I use I-root but, now its not working.
Give me a instruction please.

[ROOT] [TWRP] [TUT] Root and install TWRP Alcatel Flash 2 run Android 6.0 [7049D]

Hello you guys using Alcatel Flash 2 [ Alcatel 7049D ]
My name's Hung Thinh, I'm come from Flash Support Team Viet Nam. Today I'll guide you how to ROOT and install TWRP ( Builded by Me )
{
"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"
}
​Note: I'm not responsible if your phone brick or bootlloop because you don't follow follow my guild step by step
Code:
INFO MY DEVICES:
- Android Version: 6.0 (Old is 5.1)
- Model: Alcatel Flash 2 [Alcatel_7049D]
- Kernel Version: 3.18.19
- Chipset: MTK6753
Request:
- Your device has been installed driver MTK
- Sp FlashTool
DOWNLOAD:
Root_TWRP_Flash2-MM_HungThinh.zip​Update: Fix all mount error for TWRP
STARTED...
Fisrt, you must installed driver mtk
- Copy file "BETA-SuperSU-v2.67-20160121175247.zip" to your sdcard
- Run Sp FlashTool
-Next, Loading scatter file and open
- Click download.
AND NOW. You Tun off your phone. wait 10s. and connect USB cable
AND your phone flashed succefully TWRP
Now. go to recovery mode (Press Power and vol +9)
Choose Recovery mode
And Follow step by step
Code:
1. Choose Install
2. Select Micro Sdcard
3. Flash file BETA-SuperSU-v2.67-20160121175247.zip
4. After it installed. You must Obligatory wipe Davik cache - cache on the Left
NOTE: You must WIPE DAVIK CACHE/CACHE ON THE LEFT After Install SuperSu
5. Reboot System on the Right
Success. Wait it BOOTING and OPTIMAL application
Some picture:
TWRP:
now i use beta 6.0MM (V1.7) i want test install twrp and root 6.0 marshmallow can u tell me
idneung said:
now i use beta 6.0MM (V1.7) i want test install twrp and root 6.0 marshmallow can u tell me
Click to expand...
Click to collapse
Yes, but not now, you must wait official MM from flash team was released. I will share link and check it at #1
Updated linkdownload
please share your fb group link..
Fallen_Knight said:
please share your fb group link..
Click to expand...
Click to collapse
Look at The first picture
Thanks for this. Do you have the source code on github?
can open..maybe its a secret group
I just upgraded MM V1.7 but my problem is
I can't sign in my Google account, it say:
"please sign in using one of the owners accounts for this device"
I have reset in setting and in stock recovery,
I have changed my Google account password, but still can't pass it...
Any solution?
Do you have flash able stock rom,
Thankbyou
andro_diggers said:
I just upgraded MM V1.7 but my problem is
I can't sign in my Google account, it say:
"please sign in using one of the owners accounts for this device"
I have reset in setting and in stock recovery,
I have changed my Google account password, but still can't pass it...
Any solution?
Do you have flash able stock rom,
Thankbyou
Click to expand...
Click to collapse
i don't know it, because i don't forget my GG account
nhtnokia said:
i don't know it, because i don't forget my GG account
Click to expand...
Click to collapse
Is twrp works with MM V1,7?
andro_diggers said:
Is twrp works with MM V1,7?
Click to expand...
Click to collapse
It work only Flash 2 run android 6.0 Marshmallow.
Thanks for the guide sir. Can you port some roms for flash 2 like miui, cm13, flyme os, etc ?
PenyulTK said:
Thanks for the guide sir. Can you port some roms for flash 2 like miui, cm13, flyme os, etc ?
Click to expand...
Click to collapse
I don't have free time, man. Now i very busy
is it possible whit eu wersion
andro_diggers said:
I just upgraded MM V1.7 but my problem is
I can't sign in my Google account, it say:
"please sign in using one of the owners accounts for this device"
I have reset in setting and in stock recovery,
I have changed my Google account password, but still can't pass it...
Any solution?
Do you have flash able stock rom,
Thankbyou
Click to expand...
Click to collapse
Are you reup Marshmallow V1.7, sir?
Z.Mahesvara said:
Are you reup Marshmallow V1.7, sir?
Click to expand...
Click to collapse
How do you get EU version up to 1.7 im on 1.3
My phone is EU version 1.3 do i dare use this firmware
At the last picture is my phone gonna be like thailand languages
i have an issue installing TWRP :
when i connect my phone nothing happens :
my phone is just charging normally
and FLASH tool is still hold on "download"

[Download link added][ROM][[7.0][S7 PORT][ZEROLTECHN][DEKNOXED] RAGUX ROM V2.0

{
"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"
}
Welcome to RAGUX ROM! This rom is a new rom that is made for SM-G9250!! (zeroltechn)
This project is a rom that wants to give you a S7 Experience, smooth, gaming, and happy experience for you
BASED on lastest firmware of s6 edgeG9250ZTU2ERF1
Pre-Rooted ROM!!! with super SU
Stock S6 kernel
With S7 Application
New S7 Edge Camera
New android 8.0 Boot animation
Known Bug and Problems
- if Install on G925I it Will not working
- Sometimes the camera app will be closed strangely
- Super SU sometimes will show up no root detected (fixed)
- (You tell me :/ )
Downloads
Gdrive (release v1.1)
(note: Because of release v1.2 cannot boot into the system, so the download link have been deleted immediately!)
Gdrive (release v2.0)
released for S7E, ONE UI Rom, check s7e for snapdragon android development
Special Thanks:
You
Changelog:
v0.1 beta:
Stock S6 kernel
With S7 Application
New S7 Edge Camera
New android 8.0 Boot animation
Rooted with SU
v1.0 first release
(broken download link)
version 1.1 (2022/01/28)
Fixed download link broken
*change boot from black to white
V1.2 (2022/02/18)
*Fixed camera cannot open error
*Stuck on the booting screen
*Bugs and error fixed
V2.0 (Will be a small important release) planned*
*Will be update the old camera app
*Change the white boot animation to dark
(will keep the android 8 boot animation)
*Will check bugs and errors!
Notes: the v2.0 changelog are not the final feature! it is still in a (thinking) progress!
Extras
Twrp download link:
https://forum.xda-developers.com/t/...8-7-0-recovery-for-s6-edge-hk-version.4381675
Must be downgraded to android 5.0.2/5.1.1 before flash
Hello, I tried your twrp 2.8.7.0, I want to it, but I saw a twrp 3.2 image that is in img formatted, how can I flash it?
NuPower2021 said:
Hello, I tried your twrp 2.8.7.0, I want to it, but I saw a twrp 3.2 image that is in img formatted, how can I flash it?
Click to expand...
Click to collapse
um, thanks for installing my rom, but I don't know what you want to, maybe you want to know how to flash it? here is the solution
1. boot into twrp2.8.7.0
2. press install and press 鏡像包
3. put the img file from your PC to your s6 edge
4. press the img file on s6 edge
5.press recovery and flash
不知道您能不能看懂中文,您的链接里找不到rom,并且之前TWRP的帖子里也没用TWRP3.2的IMG文件
Translated by GT: I don’t know if you can read Chinese, you can’t find the rom in your link, and the TWRP3.2 IMG file is not used in the previous TWRP post.
Mahaihe said:
不知道您能不能看懂中文,您的链接里找不到rom,并且之前TWRP的帖子里也没用TWRP3.2的IMG
Click to expand...
Click to collapse
可能我弄錯了小小東西,我會很快修正的。。
Translated by GT: Maybe I made a mistake on a little thing, and I will fix it soon. .
@Mahaihe Thanks for reporting the problem. the download link have been posted
Nice Rom! But the S7 camera is the old build.. can you restore the camera build to the latest version? I cannot update it! thanks a lot1
(EVIL RYU) said:
um, thanks for installing my rom, but I don't know what you want to, maybe you want to know how to flash it? here is the solution
1. boot into twrp2.8.7.0
2. press install and press 鏡像包
3. put the img file from your PC to your s6 edge
4. press the img file on s6 edge
5.press recovery and flash
Click to expand...
Click to collapse
And about the twrp recovery, it said like (E:\ failed to mount) , Is there any way to fix it? thank you again!
UserStrange said:
Nice Rom! But the S7 camera is the old build.. can you restore the camera build to the latest version? I cannot update it! thanks a lot1
Click to expand...
Click to collapse
UserStrange said:
And about the twrp recovery, it said like (E:\ failed to mount) , Is there any way to fix it? thank you again!
Click to expand...
Click to collapse
Hello! About the old s7 camera app problem, thanks for reporting it! This feature will be added in the V2.0 small feature update build! and the twrp recovery error, you can try these steps to fix it:
Method that will be working:
1. goto your twrp 2.8 recovery menu, press wipe
2. then it will prompt a screen that tell you to swipe to factory reset, don't swipe it!, press the format data
3. Then swipe to do it!
4. after all, reboot to recovery again, and follow the step again
5. your twrp 3.2 recovery will be working again!

Categories

Resources