Related
I have successfully ported ClockworkMod for Galaxy Ace.
Almost everything is working, including flashing boot and recovery images and full backup and restore.
TO-DO List:
Build flashable zip for Froyo.
Fix power-off (as it does a full power off, until you keep pressed power button, then it gets back to recovery).
Try to make a unified version for Froyo and Gingerbread basebands.
Get official support (already notified Koush).
Changelog:
Alpha
Initial release
Beta
Custom kernel with ext4 support (for Froyo and Gingerbread versions).
USB Mass Storage Mode fixed (need's testing on Gingerbread).
All Ace versions should work (using proper build).
Gamma
Fixed reboot out of recovery.
Reverted to 3.x version of CWM, as 4.x is being actively developed (breaking things).
Flashing method:
Flashable zips (currently only for Gingerbread):
Flash attached ClockworkMod-ginger-gamma-signed.zip from any recovery (stock or CWM).
ODIN (alternative method, currently only method for Froyo):
Flash attached recovery_gamma_[your version].tar from ODIN. Put Cooper.ods in proper field, and recovery in PDA field. Leave other fields blank and ignore both errors.
Please port it to the latest 2.3.4 and the european froyo version.
Thanks
Sent from my GT-S5830 using XDA App
manju991 said:
Please port it to the latest 2.3.4 and the european froyo version.
Click to expand...
Click to collapse
Already in my TO-DO list.
Cool... Thanks mate..
Sent from my GT-S5830 using XDA App
you have to fixing framebuffer issue?
Sent from my ViewPad7 using XDA App
digkong said:
Dude why don't u work with the other two developer working on CWM...the work will be lot faster and lot more stable..
Sent from my GT-S5830 using XDA App
Click to expand...
Click to collapse
+1.... Instead of working separately and trying to port CWM, if you, dee000000 and PabloPL collaborate then the work would complete faster and due to the combined effort i am sure that it would be better and also save time and effort of all 3 of you.
ilarrain said:
I have successfully ported ClockworkMod for the american version of Galaxy Ace, running Froyo build of Samsung stock firmware.
Almost everything is working, including flashing boot and recovery images and full backup and restore.
Functions not working:
Formatting partitions.
Reboot recovery (you'll probably end in a boot loop, booting recovery everytime, until you flash an stock recovery in ODIN).
Enabling USB-Mass-Storage mode
Changes pending:
Build for GT-S5830 (european Ace).
Add EXT4 support (custom kernel or module loading).
Build flashable zip.
Code cleanup.
Publish full sources.
Fix boot loop (should send recovery-done to the bootloader).
Tomorrow I will continue development.
Recovery image (for GT-S5830L) attached in a tar (you can flash in ODIN if you like).
Please consider buying me a beer with the donate button on the left side, under my name.
Click to expand...
Click to collapse
Hi, great work. Could you share fix for graphics bug? How did you tested nandroid backup of boot/recovery? (could you test it on my CMW?).
If you want, i can send you what changes i've made, so then we would have fully working recovery for Ace.
Strange, USB Mass Storage mode is working for me (in my recovery). Didn't had to do any changes to make it working.
Edit 1:
I've fixed reboot problem.
PabloPL said:
Hi, great work. Could you share fix for graphics bug? How did you tested nandroid backup of boot/recovery? (could you test it on my CMW?).
If you want, i can send you what changes i've made, so then we would have fully working recovery for Ace.
Strange, USB Mass Storage mode is working for me (in my recovery). Didn't had to do any changes to make it working.
Click to expand...
Click to collapse
also strange on framebuffer. my changes on graphics.c is working good for galaxy mini.
i see in the first post the clockworkmod background is not shown in ace.
Sent from my ViewPad7 using XDA App
tj_style said:
also strange on framebuffer. my changes on graphics.c is working good for galaxy mini.
i see in the first post the clockworkmod background is not shown in ace.
Sent from my ViewPad7 using XDA App
Click to expand...
Click to collapse
THE background is working OK. I've used your fix, but I had to force 24bpp mode.
I will share my sources when I arrive home later today.
PabloPL: great! As soon as I share my sources, we can collaborate to get it working for all ace version ASAP.
ilarrain said:
THE background is working OK. I've used your fix, but I had to force 24bpp mode.
I will share my sources when I arrive home later today.
PabloPL: great! As soon as I share my sources, we can collaborate to get it working for all ace version ASAP.
Click to expand...
Click to collapse
using my fix on github?
will be more progress if you collaborating too on porting recovery for our device.
backup & restore seems okay, but i've bricked my galaxy mini when flashing rom via update.zip. i think it's because write_raw_image("/tmp/boot.img", "boot"), command in update script.
are you have to testing flash update.zip on your recovery?
tj_style said:
using my fix on github?
will be more progress if you collaborating too on porting recovery for our device.
backup & restore seems okay, but i've bricked my galaxy mini when flashing rom via update.zip. i think it's because write_raw_image("/tmp/boot.img", "boot"), command in update script.
are you have to testing flash update.zip on your recovery?
Click to expand...
Click to collapse
I've tested backup+restore. I've also tested "flash_image recovery recovery.img". Doing it from a zip shouldn't be so different.
Sharing my sources is on my original todo list since the beginning, I've just didn't have enough time.
Sources will be in http://github.com/ilarrain.
I think the fix for ace's bml flashing is already there.
Sent from my GT-S5830L using XDA App
ilarrain said:
I've tested backup+restore. I've also tested "flash_image recovery recovery.img". Doing it from a zip shouldn't be so different.
Sharing my sources is on my original todo list since the beginning, I've just didn't have enough time.
Sources will be in http://github.com/ilarrain.
I think the fix for ace's bml flashing is already there.
Sent from my GT-S5830L using XDA App
Click to expand...
Click to collapse
okay, great..
we will discusing again tomorrow, I must sleep now.
btw, maybe better to converting rfs to ext4, for module, we can use from i9000 source.
also, better to merge your changes and PabloPL changes with ifdef, it will more easy when updating from cyanogenmod source.
you want to collaborate in my repo? i will add you and other collaborator to the project.
ilarrain said:
I've tested backup+restore. I've also tested "flash_image recovery recovery.img". Doing it from a zip shouldn't be so different.
Sharing my sources is on my original todo list since the beginning, I've just didn't have enough time.
Sources will be in http://github.com/ilarrain.
I think the fix for ace's bml flashing is already there.
Sent from my GT-S5830L using XDA App
Click to expand...
Click to collapse
Looked at your changes and they looks like the same as mine, so nandroid backup for boot/recovery should also work in my sources.
Now the only think is to fix reboot loop (i thought that i've fixed it - tested with fakeflash recovery, but after flashing it wouldn't worked:/). Will look at it tomorrow.
looks cool o tried it on my froyo with europe firm work great..
but like u just said once u go in recovery you will never go out
nice work.
10x
Full sources published, look first page.
izador said:
looks cool o tried it on my froyo with europe firm work great..
but like u just said once u go in recovery you will never go out
nice work.
10x
Click to expand...
Click to collapse
Great!!! So we need less versions to mantain: froyo and gingerbread, no matter the ace version.
i also create a backup for recovery.img using yours tar for froyo, if some one needs it
after he tried to flash the recovery and have bootloop.
http://17cb3171.yyv.co
*its only for froyo
izador said:
i also create a backup for recovery.img using yours tar for froyo, if some one needs it
after he tried to flash the recovery and have bootloop.
http://17cb3171.yyv.co
*its only for froyo
Click to expand...
Click to collapse
If you have bootlop in recovery, just reboot (while in adb shell)
Code:
reboot recovery_done
excited for this..
good work guys..
After extracting CF-Root's zImage, I have found inside killrecovery.sh:
Code:
..
rm /cache/recovery/command
rm /cache/update.zip
touch /tmp/.ignorebootmessage
..
I hope this information useful for developer.
Sent from my GT-S5830 using XDA App
if i create backup with yours CW can i use it ?
it will work ?
did some one try it ?
partition us working good.
i tried to crate partition with CW, work good.
I am please to announce an unofficial build of Android 4.04 (CM9), Ice Cream Sandwich (ICS) for the Galaxy Tablet 10.1v (the forgotten one), GT-P7100.
PLEASE READ ALL THE INSTRUCTIONS
You do this at you own risk. I cannot be held responsible if you brake something.
This is an alpha build, what does that mean?
It is not feature complete.
It will contain bugs.
It will not have everything working 100%, do not complain about something is not working.
What is not working:
Camera
Tether
Battery usage data
When trying to unlock tablet the touch screen sometimes does not respond. When you press lock (power) it just dims screen. Let the tab go to sleep itself and try it again. Keep doing until it works, it does sometimes take a while to get back, or force hard reboot.
Screens flashes to black when you login to tab
If you have flashed a 7500 modem to your TAB the signal strength will not work correctly. (working on a fix, I hope)
What is working:
3g
Wifi
HQ Youtube video’s
Android
Install instructions:
You need root
Backup your current tablet via CWM/Recovery
Copy files onto your tab.
You need to install a new recovery.img via fastboot , you should know how to get into bootloader to do fastboot by now, if not see instructions above for root: fastboot flash recovery /path/to/recovery.img
Reboot into recovery,
Wipe/Data reset (very important)
Wipe Cache
Flash ROM,
Flash GAPPS.
Reboot
Enjoy!
Thanks to the flowing people:
Pershoot - Kernel work, Device tree, All around guru, etc. He assisted me a lot.
The CyanogenMod team for the wonderful cm9 experience.
Makbil - Assisting with testing.
Codeworx for pointing me in the right direction to get 3g working.
Seo, He assisted me a lot.
If I missed someone let me know.
The Wife and kids, putting up with me with all my late nights.
changelog: 02/05/2012
Latest CM9 upstream changes
Latest kernel fixes from pershoot, including SoD.
changelog: 02/04/2012
CM9 Android 4.04 update
Latest kernel fixes from pershoot
changelog: 30/03/2012
core: remove extraneous wifi fw - pershoot
overlay: fix tether when using NL80211/HOSTAPD - pershoot
core: remove extraneous libnv/axf files - pershoot
Kernel Changes: - pershoot
[**]defconfig: ics: enable remaining PPP options and L2TP
[**]net: backport/sync l2tp with moto's 2.6.39
[**]net: backport/sync *ppp* with moto's 2.6.39
[**]sdio: optimized SDIO IRQ handling for single irq
[**]defconfig: ics: set TUN to be in-built and BROADCOM_WIFI_RESERVED_MEM
[**]wireless: bcmdhd: use wlan_mem_prealloc for CUSTOMER_HW_SAMSUNG
[**]video: tegra-ics: sync with ASUS's TF101 ICS kernel source
[**]cfg80211: fix a crash in nl80211_send_station
[**]nl80211/cfg80211: Make addition of new sinfo fields safer
[**]cfg80211/nl80211: Send AssocReq IEs to user space in AP mode
[**]cfg80211: Add nl80211 event for deletion of a station entry
[**]wireless: bcmdhd: import bcmdhd from I-9100 (GSII) Update
[**]wireless: bcmdhd: import wlan_gpio from bcm4330, remove OOB_INTR_ONLY and RDWR_MACADDR (to BCM4330)
[**]Bluetooth: bnep: Fix bad ether addresses
[**]media: video: avp-ics: backport/sync with nvidia's 3.1
[**]media: fix corner case in tegra_mediaserver
[**]arm: tegra (partial): fix numerous warnings
[**]defconfig: ics: enable CFG80211
Latest upstream cm9 Changes as of 28 March 2012
changelog: 20/03/2012
pershoot - kernel fixes(wifi)
changelog: 18/03/2012
kernel fixes/enhancements
core: switch to ASUS's TF101, 9.2.1.11 ICS libs/fw
core: remove extraneous wifi fw
network: change to in-build broadcom bundled FW for STA/P2P
bootanim: set BOARD_CACHE_BOOTANIM
network: wifi: switch to in-build broadcom bundled FW for AP
core: remove extraneous wifi fw
Latest CM9 upstream fixes/enhancements
For Updates:
YOU NEED TO REFLASH GAPPS.
YOU DO NOT NEED TO WIPE AGAIN!
The download link Note: I will keep the same link I will just update it.
Test ROM's available from here: http://droidbasement.com/galaxy/roms/cm9/p3/. Pershoot is providing them. They will disappear from time to time, meaning he is building new test versions. Deal with it.
reserved for future release.
Wow. Great . And how it looks with auto rotation?
Sent from my Galaxy Nexus using XDA App
thanks again for the ICS exp.
Hi isi,
First of all thank you for bringing ICS to the 10.1V.
Before i flash it (wich i surely will) ive got a question....
IF for any reason i wanted to go back to a 3.2 ROM, do i get any problems
with (just a guess) for example bootloaders or something like that.
or is it as simple as flashing stock rom (chainfire's).
thanks again......its gonna be late tonight
edit: what do you mean by ïnstall NEW recovery"...im running latest cwm from pershoot's blog.
is that ok or do i have to flas another?
richard2311 said:
Hi isi,
First of all thank you for bringing ICS to the 10.1V.
Before i flash it (wich i surely will) ive got a question....
IF for any reason i wanted to go back to a 3.2 ROM, do i get any problems
with (just a guess) for example bootloaders or something like that.
or is it as simple as flashing stock rom (chainfire's).
thanks again......its gonna be late tonight
edit: what do you mean by ïnstall NEW recovery"...im running latest cwm from pershoot's blog.
is that ok or do i have to flas another?
Click to expand...
Click to collapse
Yes you can go back.
Ok is it neccasery to flash recovery.img first.?
I have latest recovery from pershoot installed.
Sent from my GT-P7500 using XDA App
Flash recovery from my download.
Sent from my GT-I9100 using Tapatalk
I get an error in cwm-recovery if I try to flash ROM.
It says I have the wrong device.
I think I have to flash Stock ROM 3.0.1 and than 4.0.3!
Other ideas?
Is that the wrong or right way?
Thankyou Isi
This is brilliant. I will definitely be trying this over the weekend.
Sent from my GT-I9100 using XDA App
Hi Isi,
Just some quick questions.
What to do to return to 3.2 ? - Just flash 3.2 rom ? With Rom Manager ClockworkMod Recovery ?
Aplications from samsung like Email etc what happens to them ?
Can one install them ( samsung Email etc ) from titanium backup or they dont work in ICS?
Isi can i link new files as an alternative download place ?
Thanks
I have thw Problem. After installing in Start Wizard it shows that app is/will be closed. Any idea?
Sent from my Galaxy Nexus using XDA App
danikristijan said:
I have thw Problem. After installing in Start Wizard it shows that app is/will be closed. Any idea?
Sent from my Galaxy Nexus using XDA App
Click to expand...
Click to collapse
Did you wipe?
Works like a charm, thank you so much!
Sent from my GT-P7100 using xda premium
derwahreehlers said:
I get an error in cwm-recovery if I try to flash ROM.
It says I have the wrong device.
I think I have to flash Stock ROM 3.0.1 and than 4.0.3!
Other ideas?
Is that the wrong or right way?
Click to expand...
Click to collapse
Did you flash the new recovery? If you did not it will not allow you to install.
Ok works so far for me. It feels smooth and finaly it say's gt-p7100 and not 7500 in the xda app and system info
Sent from my GT-P7100 using XDA App
algzed said:
Hi Isi,
Just some quick questions.
What to do to return to 3.2 ? - Just flash 3.2 rom ?
Aplications from samsung like Email etc what happens to them ?
Can one install them ( samsung Email etc ) from titanium backup or they dont work in ICS?
Isi can i link new files as an alternative download place ?
Thanks
Click to expand...
Click to collapse
Yes, you can go back to 3.2 if you follow the the instructions in the 3.2 thread.
This is stock Android, no Samsung APPS
I do not think you should make alternate available at the moment, it could change often. Let us get one "stable" version first.
Yes i did. Any other idea?
isimobile said:
Did you wipe?
Click to expand...
Click to collapse
Sent from my GT-P7100 using XDA App
I have a big problem...
I have a boot loop, I can not use adb, I don't know how I go to recovery manually and suddenly my fastboot doesn't work :'(
HELP!
derwahreehlers said:
I have a big problem...
I have a boot loop, I can not use adb, I don't know how I go to recovery manually and suddenly my fastboot doesn't work :'(
HELP!
Click to expand...
Click to collapse
fastboot boot c:\path\to\recovery.img
You can always get into fastboot mode. Hold the power button for a while. When the screen goes black, hold volume down too
Sent from my GT-P7100 using xda premium
ramonams said:
fastboot boot c:\path\to\recovery.img
You can always get into fastboot mode. Hold the power button for a while. When the screen goes black, hold volume down too
Sent from my GT-P7100 using xda premium
Click to expand...
Click to collapse
Sure but my PC doesn't see the fastboot device and YES the driver is installed.
Everybody works now no need for this thread
T705 Download: See main thread (Official build there)
T800 Download: See main thread (Official build there)
T805 Download: See main thread (Official build there)
Reserved
I unfortunately can not boot the rom on the T800. Gets stuck in a boot loop.
Zadeis said:
I unfortunately can not boot the rom on the T800. Gets stuck in a boot loop.
Click to expand...
Click to collapse
ok cool ill try a build with the cm kernel instead of my own thanks for reporting that.
deadman96385 said:
ok cool ill try a build with the cm kernel instead of my own thanks for reporting that.
Click to expand...
Click to collapse
Be aware that the CM lollipop roms have been having problems with having lag on certain tablets with me being a part of that group.
t705 also having boot loop. stucked on samsung logo
Thanks for the attempt.
Zadeis said:
Be aware that the CM lollipop roms have been having problems with having lag on certain tablets with me being a part of that group.
Click to expand...
Click to collapse
New build is uploaded
lexjay said:
t705 also having boot loop. stucked on samsung logo
Click to expand...
Click to collapse
I will take a look thanks
lexjay said:
t705 also having boot loop. stucked on samsung logo
Click to expand...
Click to collapse
T705 stuck at Samsung Galaxy Tab S logo here too.
Wouldn't call it a boot loop though. It gets there and stays there.
Boot failure.
Running latest TWRP and dirty flashed from CM11.
CZ Eddie said:
T705 stuck at Samsung Galaxy Tab S logo here too.
Wouldn't call it a boot loop though. It gets there and stays there.
Boot failure.
Running latest TWRP and dirty flashed from CM11.
Click to expand...
Click to collapse
Yeah that would be a better description of what it is doing. The latest build continues the same thing on the T800.
No go
Wiped and flashed clean. Stuck at at Tab S screen
I'll try one more time with chagallwifi
I tried T800 yesterday and no boot.
maxal said:
I tried T800 yesterday and no boot.
Click to expand...
Click to collapse
Yep i know working with the guy who got slimlp working on t800 there will be another test build later today (its building now) i will update op with the direct link once it finshes
deadman96385 said:
If someone wants to continue trying to get these working they can i do not have the time to try and blind build these its just to much work without a device in front of me.
Click to expand...
Click to collapse
I appreciate you trying.
I've never built a ROM before but have been wanting to learn for awhile now.
Do the links in your OP contain everything necessary to dev for a T705?
CZ Eddie said:
I appreciate you trying.
I've never built a ROM before but have been wanting to learn for awhile now.
Do the links in your OP contain everything necessary to dev for a T705?
Click to expand...
Click to collapse
Yes you have the device tree, you have my kernel which supports t705 and you have vendor files in the dependencies of the device tree
New T800 build in the op
Last build works on chagallwifi
View attachment 3367915
deadman96385 said:
Currently T705 is the only device that does not boot, if someone with the device would like to try the liquified device tree is there i think its because i generated a bad defconfig but i can not find a working defconfig so i do not have much choice.
Kernel Source: https://github.com/LiquidSmooth-Devices/android_kernel_samsung_klimtwifi
T705 Device Tree: https://github.com/LiquidSmooth-Devices/android_device_samsung_klimtlte
T705 Download: Does not work
T800 Download: See main thread (Official build there)
T805 Download: See main thread (Official build there)
Click to expand...
Click to collapse
My newest build for the t705 BlissPop is working, deadmann you can contact me if you would
hiowa93 said:
My newest build for the t705 BlissPop is working, deadmann you can contact me if you would
Click to expand...
Click to collapse
Is link in OP if so I will download now and try it out
Sent from my Xperia Z1 using Tapatalk
danny19901 said:
Is link in OP if so I will download now and try it out
Sent from my Xperia Z1 using Tapatalk
Click to expand...
Click to collapse
Link is not in the OP it is in my thread Here or on my Download page Here
Hello,
finally I'm creating this thread where you can discuss about Tangerine, ask questions, post your problems... Without filling the development thread.
You don't know where to post something? This schema will help you.
Questions about the kernel (Does it have ****?) > here
Problems you faced, and/or their solutions > here
Things I should read/know > the development thread
Questions that can be answered by any user (not only by me) > here
Miscellaneous posts > here
In a nutshell, if you have to post something that I have to read, post it in the development thread, otherwise use this thread.
I will not read this thread at all. Or maybe I'll check it every now and then
Development thread: http://forum.xda-developers.com/xperia-sp/orig-development/kernel-tangerine-kernel-v1-t3073297
I've flashed 7.1 on ArchXperiaLP and got bootloop...then have tryed 6.6 a1 and gets bootloop...finally I reflashed ArchXperiaLP from scratch and left tangerine away...can I flash that update safely now? I've used twrp flashed keenel and wipes cache/dalvik previous tries...
Where I'm wrong?
Edit: I'm on c5303 ita
Inviato dal mio Xperia SP utilizzando Tapatalk
Tomoms said:
Settings > Developer Options > Disable HW Overlay
EDIT: now there is a Q&A thread. Please check it to learn where to post what: http://forum.xda-developers.com/xperia-sp/help/qa-tangerine-kernel-t3178801
Click to expand...
Click to collapse
@Tomoms, is there any downside to disabling HW Overlay!? I don't really know what that settings does.
Tuxedo75 said:
I've flashed 7.1 on ArchXperiaLP and got bootloop...then have tryed 6.6 a1 and gets bootloop...finally I reflashed ArchXperiaLP from scratch and left tangerine away...can I flash that update safely now? I've used twrp flashed keenel and wipes cache/dalvik previous tries...
Where I'm wrong?
Edit: I'm on c5303 ita
Inviato dal mio Xperia SP utilizzando Tapatalk
Click to expand...
Click to collapse
Flash updated version 7.2 added support for ArchXperia
Sent from my Xperia SP using Tapatalk
Sorry for being a bit offtopic, but there is any other custom kernel for AICP 10, except Tangerine?
While I love the features of Tangerine and I praise the work of its author, unfortunately the kernel is pretty much useless for me due to its screen/device freezing bug.
Thank you.
varioventus said:
Sorry for being a bit offtopic, but there is any other custom kernel for AICP 10, except Tangerine?
While I love the features of Tangerine and I praise the work of its author, unfortunately the kernel is pretty much useless for me due to its screen/device freezing bug.
Thank you.
Click to expand...
Click to collapse
Sorry to say but there is no kernel atm. Use stock kernel (for me it gives better battery life)
I dunno what's wrong but cant install anything than 6.6 (non a1) and in that way I lost root...
ALL other versions wont works for me, gives me boot the system till temasek(I'm on ArchXperiaLP latest version) app opt and than reboot always(not on same app opt)after some app optinised like latest 7.2_a2 or gives me bootloops...
Any way to fix at least root with some package to flash from twrp?
PS I've flashed the kernel from cm recovery and also from twrp after flashing tangerine(recovery works well) and than flushed cache/dalvik....
Phoenix854 said:
Sorry to say but there is no kernel atm. Use stock kernel (for me it gives better battery life)
Click to expand...
Click to collapse
You're right, stock kernel it's just fine, the only issue is that I can't install FauxSound. I need FauxSound for increasing calls volume, I have a friend I'm talking everyday and I can't hear a thing he's talking on the phone. I'm using Tangerine especially for FauxSound.
Please add version with double tap to wake.
enesas said:
Please add version with double tap to wake.
Click to expand...
Click to collapse
This is a long debated topic where most of us have reached the conclusion where double tap to wake should not be added. This is because the hardware on this phone doesn't support the feature and may cause severe battery drain or other major problems.
Interactive governor is gone on 8.0? D:
@Tomoms
i think screen freezing have come with the updated sources (.207) ..isn't it goes like this (the screen goes yellowish then black then it get normal again ? )
About the screen flickering problem on latest cm12.1 unofficials with t-kernel, @Tomoms said
Settings > Developer Options > Disable HW Overlay
Click to expand...
Click to collapse
I did that but that configuration resets itself to default (HW enabled) everytime I reboot. Anyone else experiencing this?
---------- Post added at 11:49 PM ---------- Previous post was at 11:22 PM ----------
flash- said:
it have alot features that's all ...it have very good governors and some core control stuff along with faux sound feature ...etc ...etc )
these are not presented in stock kernel that comes with the custom ROM
Click to expand...
Click to collapse
@flash- or anyone else that might be able to help with this: what if someone flash Tangerine Kernel and leave it untouched, without tinkering with any of its options. Would it still be an improvement over the Stock Kernel?
These questions (and answers) could be in the first post of the original thread, if I might humbly suggest. It would save people a lot of trouble.
To install v8 can I flash AICP ROM + T Kernel at the same time or need to flash only the rom then reboot and flash T Kernel with Rashr?
Sent from my Xperia SP using Tapatalk
Erik FX8 said:
To install v8 can I flash AICP ROM + T Kernel at the same time or need to flash only the rom then reboot and flash T Kernel with Rashr?
Sent from my Xperia SP using Tapatalk
Click to expand...
Click to collapse
Yes you can do it at the same time with twrp. I've done it that way and everything works correctly
Sent from my Xperia SP using Tapatalk
flash- said:
@Tomoms
i think screen freezing have come with the updated sources (.207) ..isn't it goes like this (the screen goes yellowish then black then it get normal again ? )
Click to expand...
Click to collapse
I've never had a screen freeze, so it's hard for me to tell.
pilger said:
About the screen flickering problem on latest cm12.1 unofficials with t-kernel, @Tomoms said
I did that but that configuration resets itself to default (HW enabled) everytime I reboot. Anyone else experiencing this?
---------- Post added at 11:49 PM ---------- Previous post was at 11:22 PM ----------
@flash- or anyone else that might be able to help with this: what if someone flash Tangerine Kernel and leave it untouched, without tinkering with any of its options. Would it still be an improvement over the Stock Kernel?
These questions (and answers) could be in the first post of the original thread, if I might humbly suggest. It would save people a lot of trouble.
Click to expand...
Click to collapse
At the moment, Tangerine hasn't got any improved default setting. So flashing it and leaving it untouched doesn't improve the performance. However I'm working on a script that will set the best settings at boot!
It's normal that ater every reboot Disable HW overlay gets disabled. It's not a persistent setting.
Krawzer said:
Interactive governor is gone on 8.0? D:
Click to expand...
Click to collapse
Yes, it's a mistake. I'll readd it in v8.1 but you'll have to wait, beacuse I can't do development until next Monday.
I just flash the update of xenonhd... Wanted to try t8.0 so I installed rashr to install recovery... Downloaded Phil touch recovery reboot,but cm recovery is appearing... Tried up and down keys... And I can't install other zip files except gapps and ROM itself..
Note: I don't have pc to use...
Sent from my Xperia SP using XDA Free mobile app
audiedevera27 said:
I just flash the update of xenonhd... Wanted to try t8.0 so I installed rashr to install recovery... Downloaded Phil touch recovery reboot,but cm recovery is appearing... Tried up and down keys... And I can't install other zip files except gapps and ROM itself..
Note: I don't have pc to use...
Sent from my Xperia SP using XDA Free mobile app
Click to expand...
Click to collapse
Rashr is giving problems. Place your Philz img file in /sdcard, rename it to recovery.img, open a terminal on your phone and type:
su -c "dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel"
Then press enter and grant su access.
Or, use an old version of Rashr.
It work using rashr 2.3 version... Thanks so much.... :salute:
Sent from my Xperia SP using XDA Free mobile app
it keeps not working
Hey guys!
So, to me it seems a big issue, but I hope my thing would be easy to you, I don't know that much. Here's what's happening:
I used CrystalPA before, then I decided to go for OwnROM 5.1. I performed a clean install thru CWM, but I flashed old gapps, so it bugged. Then I flashed the right gapps (delta gapps, 5.1). Still didn't worked, the home wasn't opening, so I flash the stock ROM so I could use my phone for a while. On wednesday, I rooted the stock, then flashed the ROM again, this time with outdated tangerines (they seemed to have less bugs to me - reports that on v5.0 the wifi was working, and that's pretty much all I need). This time the ROM booted and I could play with it, but the wifi switch still doesn't turn on. I flashed every tangerine I could find, from 6 to 7.2, with twrp and cwm. Nothing. Than this guy told me today to flash it all over again, this time rebooting between ROM and gapps. I did. Clean - install ROM - reboot - install gapps - reboot - flash stock kernel - reboot (soft brick, bootloop) - flash t8 - reboot. Everything works beautifully and smoth, but with no wifi it's useless to me. Any ideas??? Do I need to flash another kernel, or another ROM?
And I already flashed the tangerine again with twrp, still nothing.
Stock.MMB29M.N910VVRU2CQC1
Stock TWRP flash-able ROM for a stable base to build your own ROM or for those who may want a completely stock experience.
- Stock.MMB29M.N910VVRU2CQC1 <-- DOWNLOAD LINK
---- Completely Stock for anyone who may need a good working base to put your own rom together. (Just Please give credit where its due!) Or Those who may want a completely stock experience.
---- All Bloat is untouched
---- Removed Knox
---- DeoDexed
---- Root script included <-- Removed root script. Use SuperSU TWRP flashable zip to root
---- Compressed into metadata format not .dat so you can easily modify anything in the system folder
**Below are Odin Flash-able files for upgrading. They do not include the aboot.mbn file so your bootloader will not re-lock.**
---- VRU2CQC1_modems
---- VRU2CQC1_bootloader_NoAboot
---- VRU2CQC1_NoAboot
***DON'T FORGET TO HIT THE THANKS BUTTON!!***
XDA:DevDB Information
[ROM][6.0.1] Stock.MMB29M.N910VVRU2CQC1, ROM for the Verizon Samsung Galaxy Note 4
Contributors
PaulPizz
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
ROM Firmware Required: N910VVRS2CQC1
Version Information
Status: Stable
Stable Release Date: 2017-03-04
Created 2017-03-04
Last Updated 2017-04-22
I'd hit thanks a billion times over if possible, @PaulPizz. You're an invaluable contributor to XDA, and as a Samsung Galaxy Note 4 user, I am humbly grateful at your continued development and endeavors upon our device. I graciously praise you and wish I had actual re$ource$ I could actively donate, as well. Sadly, at this time, I must remain limited to verbal gratitude.
caniswesley said:
I'd hit thanks a billion times over if possible, @PaulPizz. You're an invaluable contributor to XDA, and as a Samsung Galaxy Note 4 user, I am humbly grateful at your continued development and endeavors upon our device. I graciously praise you and wish I had actual re$ource$ I could actively donate, as well. Sadly, at this time, I must remain limited to verbal gratitude.
Click to expand...
Click to collapse
Thank you!
You wouldn't by chance have a way to get the OTA update file would you? I have a complete stock note 4 but only able to update to CPF3 as I can't find OTA update files.
Thanks for any help.
Sent from my SM-N910V using XDA Labs
macgyver40 said:
You wouldn't by chance have a way to get the OTA update file would you? I have a complete stock note 4 but only able to update to CPF3 as I can't find OTA update files.
Thanks for any help.
Sent from my SM-N910V using XDA Labs
Click to expand...
Click to collapse
No I dont have the OTA files. Listed above are odin flash-able files. you can easily update with odin...
PaulPizz said:
No I dont have the OTA files. Listed above are odin flash-able files. you can easily update with odin...
Click to expand...
Click to collapse
I could easily update if I had access to a PC. I don't own one and no one is willing to let me borrow one for a few days because they either think what I am doing is illegal or they don't want to part with their computer for a few days since the unlock process can be tricky.
Great phone stuck locked. If I didn't need verizon I would get a GSM phone in a heart beat.
Sent from my SM-N910V using XDA Labs
Have you abandoned the PaulPizz ROM? I liked your customized version.
FMXP said:
Have you abandoned the PaulPizz ROM? I liked your customized version.
Click to expand...
Click to collapse
I wouldn't say abandoned.. I've just been very busy lately. I've had no time at all.. And I'm not using the note 4 anymore.. I'll try to get a new build out soon.. ?
PaulPizz said:
I wouldn't say abandoned.. I've just been very busy lately. I've had no time at all.. And I'm not using the note 4 anymore.. I'll try to get a new build out soon..
Click to expand...
Click to collapse
Great to hear! Thanks very much!
@PaulPizz very amazing work ... id like to ask ... in your opinion ... would running this rom for the n910v help to make EFIdroid work? since flashing roms meant for the F or G variant it changes the model in the buildprop i think its called . OR i might have answered my own question i can change the buildprop and see if that hellps ... still want to take this ROM for a spin
hmmm flashed this and I have NO wifi
**hello** .... **hello** ... is this thing on? ... ANYONE ON?
Neuken69 said:
hmmm flashed this and I have NO wifi
Click to expand...
Click to collapse
did you update your aboot to MM 6.0.1? if not this must be done because the wifi driver is in the aboot partition. this will require re-unlocking your bootloader...
PaulPizz said:
did you update your aboot to MM 6.0.1? if not this must be done because the wifi driver is in the aboot partition. this will require re-unlocking your bootloader...
Click to expand...
Click to collapse
@PaulPizz thanks for the reply ... I honestly don't remember what I have done ... but if im reading you correctly and I flash the aboot you have in the OP I will have to re-unlock my bootloader? im restoring a backup right now so I cant even confirm but I think its CJQ2 no that doesn't sound right I tried flashing a tmobile 7.1.1 and it failed
CQB2 is what i have
Can i flash this rom on my note 4 sm-n910v 5.0.1?
Banty448 said:
Can i flash this rom on my note 4 sm-n910v 5.0.1?
Click to expand...
Click to collapse
You will have wifi issues. You need to update your aboot first..
Ok... Which custom rom is fully supported for my device sm-n910v 5.0.1? Can i flash cynogen 14 unofficial?
how to root N910VVRS2CQB2?:angel:
Is there any other kernels to use for stock rom?
Hello @PaulPizz First off I want to thank you for this completely stock ROM. I flashed it last night just so I could have a stock backup. One thing I noticed though which is great is that my mms messages seem to be sent over wifi. I went into settings/about phone/status and and under mobile network type it said IWLAN. I was connected to my home wifi and mms messages sent in like 1 second. It was awesome. Calls and everything still worked correctly also. Sorry for so long of a post, but since I I use Emotion OS and NSeven as my DD's, I was wondering if you knew how I could get mms to work like that on those ROM'S Thanks for reading