Hello there
I need ur help
Can someone tell me how can i change the imei of my galaxy note n7000
Without using any box
I need to do it for free
Plz help
It's locked now and i can't use it
ONLY TESTED ON NIGHTOWL ROM
[This kernel is actually bauner's kernel source from 11.07.2015 with the patch on top]
Also if you want to flash this, make a backup in a twrp compatible format since this kernel uses twrp.
If you don't then.....oh well I don't really care.
And most importantly:
I AM NOT RESPONSIBLE FOR ANYTHING THAT HAPPENS. IT IS YOUR CHOICE TO USE THIS KERNEL OR NOT.
With that out of the way, here it is: A WORKING BLACK CRUSH/CLIPPING FIX
This kernel shows that the black clipping issue is NOT hardware related and can be fixed through software.
Actually it was already fixed in 2012 or even earlier.
There was a driver in the source but no one bothered to use it.
So I went ahead and put it into a kernel and fixed a few things here and there to get it working properly.
Actually the fix is just a simple value change in a single header file.
The currently attached kernel still uses the "other driver" method but the outcome is roughly the same anyways.
bugs:
--brightness settings
--colour calibration
--a lot more....
The brightness settings take too long (for me) to implement so I just left it there without it.
Also this can be worked around by using apps like Screen Filter which add a dark overlay on top of the screen.
The colour calibration is completely off. This one is actually is easy to fix but I don't know how it should look like so it is how it is for now.
As for now. You will see an orange hue in recovery and during boot. If you turn off the screen (once) everything becomes blueish.
The orange hue was an attempt to fix the blue. It seems like it is still too blue.
There is also a bad gamma calibration (or the lack of one at all). The image below shows what I mean.
We are at the first stage because I really don't know how the mdnie gamma (second stage) settings work. (However it still looks nice.)
Anyways this kernel does what it is supposed to do: show that black crush is not hardware related.
One would wonder as to why no one else tried to do this (especially since the fix was there since who knows when).
Hopefully someone will actually spend time on this and get it working properly.
For now it is what it is and no more.
Maybe I should also say that this kernel is not suitable for daily use but I assume most people figured this out.
The cause of black clipping
From what I found out, the following is responsible for the black clipping.
Code:
static int s6e8ax0_gamma_ctl(struct lcd_info *lcd)
{
s6e8ax0_write(lcd, lcd->gamma_table[lcd->bl], GAMMA_PARAM_SIZE);
/* Gamma Set Update */
s6e8ax0_write(lcd, SEQ_GAMMA_UPDATE, ARRAY_SIZE(SEQ_GAMMA_UPDATE));
return 0;
}
[file: s3cfb_s6e8aa0.c]
Getting rid of either s6e8ax0_write line also gets rid of brightness settings and adds the blue hue but fixes black clipping.
[file: s6e8aa0_param.h]
There doesn't seem to much to change with these 3 values (especially since 0xF7 shouldn't change).
Changing 0x03 to 0x00 has the same effect as deleting one of the s6e8ax0_write lines.
So basically it is just a few lines that completely mess up the display.
A "good" fix?
This is just my opinion etc etc....
A possible fix would be to set 0x03 to 0x00 and reimplement brightness settings in the rom instead of the driver.
This is based on the assumption that it is easier to do a black overlay in the rom while it would still have the same effect.
Then all that is left is a decent calibration and we would have a perfect display.
This is an unofficial build for all those who want to stay with CM11. The build is based on the pure CM code and does include the stagefright patches and other patches up to July 30.
It does run perfectly on my wife's N7000. However, use at your own risk.
By working on my NightOwl Lollipop Rom for the GT-N7000 I found many Bugs which also exists in the official CM11 nightly's.
Because of many users want to stay on KitKat I have made a final CM11 version with many Bugfixes
Changes/Fixes to official CM11:
Based on the latest cm11 sources with the stagefright patch
Use my kernel based on the stock samsung JB source with many updates (because the smdk4412 seems to be the reason for the random freezes and reboots)
The kernel is built with GCC 4.4.3 for stability reasons
Added extra free kbytes to reduce direct reclaim
Added trim support
Fixed a bug that the cpu would never go below 500Mhz after recording a (HD) video which caused heating and battery drain
Fixed a bug which causes that the thermal management could fail in some conditions (This can cause device heating and can damage the device in the worst case)
Fixed some videos will only play audio
Fixed the permission problems if the sdcard is ext4 formated (but you should use vfat!)
Updated power_profiles
Fine tuned lmk values
Fine tuned dalvik settings
Enabled multithreaded dexopt
Use ROW as default I/O scheduler
Removed cm updater
Do not mount the unsused preload partition
Switched to Philz recovery which can handle cwm and twrp backups
NightOwl bootanimation
How to Install:
If you are running a custom Kitkat 4.4 Rom:
1. Copy Rom + Google Apps to your sdcard.
2. Boot into recovery
3. Factory Reset + Format the /system partition
4. Flash the Rom and Gapps.
5. Reboot
The steps to install it from an stock samsung rom are:
If you have already an samsung 4.1.x running you can skip step 1
1.flash N7000ZSLR1_N7000OZSLR1_BRI (or any other other 4.1.2) stock rom using odin
2.Copy Rom + Google Apps to your sdcard.
3.flash PhilZ-cwm6-XXLT6-XSA-5.06.1.tar.md5 (http://d-h.st/OTu) to get cwm recovery by using odin or mobile odin (To download click the blue Download now button)
4. boot into recovery
5. flash this kernel https://www.androidfilehost.com/?fid=95887005526788121 to get an updated cwm recovery
(this step will make your old rom unbootable stuck in the n7000 screen but you can boot into recovery with press and hold "home" and "volume+" buttons and power on your phone)
6. you need to reboot! your device now to recovery
7. you are now in the updated recovery and you can now install the rom and gapps and do a factory reset
8. Reboot
Guys im looking for modem to flash on my note device preferably philippine modem? if some of you guys can share me the link a thousand thanks for someone who can share the link. :o
i want to use my old Samsung Galaxy Note as Tablet for my little daugters. To protect the Phone (and also my daughters), i want use the multi user feature to be able to install Apps with my accounts and let her start only less alowed apps.
I always try some Custom ROMS with Android 4.2 or higher. But all of them without the Multiuser feature.
Could anybody provide me the name of a Custom ROM that provide the multi user function ? I found a old thred, that Revolt should support that. But the Version of the Revolt ROM that i found, was without this feature.
Hey guys this is CM 13 for note n7000. Huge thanks to bauner for his work on lollipop.
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed.
DISCLAIMER
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
* Submitting bug reports on unofficial builds is the leading
* cause of male impotence.
DOWNLOAD LINKS
Rom: 22/11/2015
Cannot be used as daily driver
BUGS
- screen wake cause soft reboot.
- RIL issues
- Video recording is not working
- External sd is not working
- GPS is not working
- You tell me
INSTALLATION INSTRUCTIONS
Download zip to your sdcard
Make sure you're using a lollipop Compatible Recovery
Boot into Recovery
Wipe all your data
Flash zip from sdcard
(Optional)Flash Google Apps.zip from sdcard
Reboot
XDA:DevDB Information CM 13 for n7000, ROM for the Samsung Galaxy Note GT-N7000
Contributors sai24 ROM OS Version: 6.0.x Marshmallow ROM Firmware Required: Lollipop Compatible Recovery Based On: CM
This is the NightOwl cm13 Android 6.0 alpha 4 build from source for the Galaxy Note 1 GT-N7000/GT-N7000B
This Rom is developed to provide you an as close as possible experience of CyanogenMod 13 on the GT-N7000 without modifying the stock CyanogenMod look and feel
The CM13 alpha 4 is a preview version and currently not usable as a daily driver!!!!
Changes alpha 4:
Android 6.0.1
fixed ril crash after end call
most video formats are now working (also youtube videos)
video recording is working Older Changes:
alpha 3:
Ril is working (you should disable the sim pin usage before or you will need your puk code everytime after a reboot)
No more app optimization after each reboot
Merged cm changes from today alpha 2:
More stable as alpha1
Sdcards are fixed
Changed ART settings
Gapps are working (please use my provided modified gapps because the current opengapps will break the keyboard)
Tuned lmk to fix self closing apps
Google webview as default
Some kernel fixes
Known issues cm13 alpha 4:
You should disable the sim pin usage before or you will need your puk code everytime after a reboot
gps is not working
and maybe some more
If you are running a custom Kitkat or Lollipop Rom:
1. Copy Rom + Google Apps to your sdcard.
2. Boot into recovery
3. Factory Reset + Format the /system partition
4. Flash the Rom and Gapps.
5. Reboot
was trying to install cm11 and cm12 on n7000 bt it failed i had installed philwz custom recovery with that it gave me error
i had bricked my device bt now i have managed to install the stock rom
my device is rooted need help in installing cwm recovery so that i can install cm11 or cm12 or any other rom
how do i install cwm tried many ways.. need flash files to install it with odin
also i searched in forums bt am confused regarding kernal and all
Please need assistance
*** This KERNEL ONLY SUPPORTS SAMSUNG TW ICS 4.0.4 ROMs (STOCK and CUSTOM). DOES NOT WORK IN CM or AOSP!!! ***
*** The Kernel is based on TW JB source which is safe ***
*** Still, I take no responsibility if the provided KERNELs causes any problem to your phone, you are warned! ***
Hello all,
I have been using all newer versions of rom for our "ancient but wonderful" G-Note. Still not quite happy and I missed the feeling of light and fast of the old ICS rom. The stock is not good enough, while the custom kernels most got pulled down and none supported trim, causing rom to slowdown after some time used.
So decided to make a custom ICS rom and kernel for myself. After many many testings with ICS kernel sources without feeling satisfied, I re-based to JB kernel source and wow! What a nice surprise. The combination made my Note flight!.
I feel extremely happy with it, my Note feel like a new device. So I share here with you:
Forest_ICS-Revival_kernel
Forest_ICS-Revival_TW-rom
KERNEL FEATURES:
- GPU 3 steps (133-267-400)
- Enable OC CPU to 1600 (default). Allow to customize CPU voltage.
- PhilZ Touch recovery
- Exfat native support
- Trim support
- Various tweaks from Speedmod kernel
My favorite kernel governors and schedulers combination: SmartassV2+Vir or PegasusQ+Row
ROM FEATURES:
- Based on stock TW ICS 4.0.4: LR8
- Almost as stock. Removed lots of bloats apks.
- Add 14 toggles
- Call recording.
The room is extremely fast and responsive. It handle heavy games (such as Golfstar) like a breeze and also battery friendly. :good::good::good::good::good:
Check if your phone/tablet support a USB OTG device or No without root
OTG Checker let you to check,
- Check Device OS on USB OTG: Your device operating system or custom ROM has the USB OTG API?
- OTG chacker it's work without root permissions so you dont need the root in your device
Check if USB host functions are enabled on your Android-powered device.
Starting from Android 4, applications can use functions of USB host, but many devices have this functionality disabled