[MOD] enable 10 point multitouch SCREENSHOTS ADDED! - Galaxy 3 Android Development

hey guys!
there have been a lot of requests for this mod so i decided to post a tut on how enable it! UPTO 10 POINTS TOUCH IS ONLY SUPPORTED BY CM FIRMWARES! NOT ON SAMSUNG FIRMWARES!
our touch screen sensor is the Atmel maXTouch mXT224 which by default can track upto 10 touch points with pressure sensing. it is the same sensor used in the galaxy s and galaxy tab. as we know samsung isnt the smartest and decide to keep the limit to 3 on our devices. this basicaly tells it to track all 10 touch points. in the kernel sources-
in the file: Kernel/drivers/input/touchscreen/qt602240.h (tks dharamg3 for the correction )
change:
Code:
5277: //#define MAX_NUM_FINGER 10 // Maximum possible fingering
5278: #define MAX_USING_FINGER_NUM 5
to
Code:
#define MAX_USING_FINGER_NUM 10
this will enable 10 point touch at kernel level.
at firmware level in the sources-
Code:
froyo/services/java/com/android/server/InputDevice.java
Set max_pointers to 10.
note-
in cm firmwares 10 is enabled by default so no need to change the firmware sources. samsung firmwares limit it to 5. therefore even if kernel sources are changed, it will track 5 and ignore the rest.
this poses no harm to phone.... it was always capable of doing it.
this mod is based on the galaxy s mod-
http://forum.xda-developers.com/showthread.php?t=891030
one last thing- dont tell me its useless on such a small screen. (i know )
but u never know when it could come in handy. wont affect ur phone in any other way and no harm in leaving it enabled.
hit thanks if i helped!
UPDATE-
SCREENSHOTS ADDED- u dont know how hard it is to get all 10 fingers in and then take screenshots
also when going over 7 touch points its less glitchy when u keep ur fingers further from each other.....

Finally people will stop pestering rom developers to include 10 point multitouch
Sent from my GT-i5801 using XDA App

where can i find the drivers folder in root explorer ??
and im using cm7 a6.1 2.3.5 it would do the job right ?

bscraze said:
Finally people will stop pestering rom developers to include 10 point multitouch
Sent from my GT-i5801 using XDA App
Click to expand...
Click to collapse
yeah thought the devs would get bugged
anxdateamcool said:
where can i find the drivers folder in root explorer ??
and im using cm7 a6.1 2.3.5 it would do the job right ?
Click to expand...
Click to collapse
u cannot directly use this mod. u will need to modify the kernel sources and then compile it. this tut is mostly for devs who would like to impliment this to thier kernel.

unreal3000 said:
yeah thought the devs would get bugged
u cannot directly use this mod. u will need to modify the kernel sources and then compile it. this tut is mostly for devs who would like to impliment this to thier kernel.
Click to expand...
Click to collapse
had already tried 10 with samsung firmware, but didnt work out...so had restricted to 5 when i did it in g3mod kernel...
The path is Kernel/drivers/input/touchscreen/qt602240.c

dharamg3 said:
had already tried 10 with samsung firmware, but didnt work out...so had restricted to 5 when i did it in g3mod kernel...
The path is Kernel/drivers/input/touchscreen/qt602240.c
Click to expand...
Click to collapse
yeah...even sgs samsung firmwares only support upto 5

Nice! But how do you put all your fingers on your screen?

Humpie said:
Nice! But how do you put all your fingers on your screen?
Click to expand...
Click to collapse
Put your phone in landscape mode and put it on a table now imon thedown side put 5 fingers and on the up side 5 this should work with small hands
Sent from my GT-I5800 using Tapatalk

werker123 said:
Put your phone in landscape mode and put it on a table now imon thedown side put 5 fingers and on the up side 5 this should work with small hands
Sent from my GT-I5800 using Tapatalk
Click to expand...
Click to collapse
you are exaclty right

how can i decompile the zimage of the kernel??
Sent from my Galaxy 3 using Kyorarom Ascendency Alpha 3 at a clock of 1200MHz -> i love it!

EternalFame said:
how can i decompile the zimage of the kernel??
Sent from my Galaxy 3 using Kyorarom Ascendency Alpha 3 at a clock of 1200MHz -> i love it!
Click to expand...
Click to collapse
You can use a script, search for it and you'll find it, although for this mod you'll need the source, but you'll also need to decompile the kernel for the initramfs

whoops! building a build environment is a lot more easier than this..

anxdateamcool said:
whoops! building a build environment is a lot more easier than this..
Click to expand...
Click to collapse
if guys want i can upload a stock froyo kernel with this mod.....
but the only thing is on samsung firmwares only 5 fingers will work and on cm 6.2
wifi and some other feature wont work.....
if i get cm 6.2 sources then i can compile a kernel which will work with all cm6 feature that work on our phone.

unreal3000 said:
if guys want i can upload a stock froyo kernel with this mod.....
but the only thing is on samsung firmwares only 5 fingers will work and on cm 6.2
wifi and some other feature wont work.....
if i get cm 6.2 sources then i can compile a kernel which will work with all cm6 feature that work on our phone.
Click to expand...
Click to collapse
Since you got some programming skills maybe make a custom kernel/rom? just a suggestion
Sent from my GT-i5801 using XDA App

bscraze said:
Since you got some programming skills maybe make a custom kernel/rom? just a suggestion
Sent from my GT-i5801 using XDA App
Click to expand...
Click to collapse
i would love to but i dont realy have any skills in programing.
this is just something i figured out and managed to achieve with experimenting.
not nearly enough to make my own roms/kernels

unreal3000 said:
i would love to but i dont realy have any skills in programing.
this is just something i figured out and managed to achieve with experimenting.
not nearly enough to make my own roms/kernels
Click to expand...
Click to collapse
Well just a suggestion mayb in the future when you acquire more skills
Sent from my GT-i5801 using XDA App

screenshots added for upto 10 fingers.
updated first post.
but the screen is cluttered with the touchpoints

unreal3000 said:
screenshots added for upto 10 fingers.
updated first post.
but the screen is cluttered with the touchpoints
Click to expand...
Click to collapse
May I ask how on earth did you manage to put all the 10 fingers on screen AND take the screenshot? Do you have 3 hands or something?

moikop said:
May I ask how on earth did you manage to put all the 10 fingers on screen AND take the screenshot? Do you have 3 hands or something?
Click to expand...
Click to collapse
this is just way tooo much.....
maybe he hired someone to make screenshot...
Sent from Galaxy
Kyorarom Ascendency
A7 powered by
G3mod 2.2.2 OC

rkkoby said:
this is just way tooo much.....
maybe he hired someone to make screenshot...
Sent from Galaxy
Kyorarom Ascendency
A7 powered by
G3mod 2.2.2 OC
Click to expand...
Click to collapse
that is possible.. automatic screencapture trigger..!!

Related

[I9003]GingerBread Source Code[for DEV only]

Hey guys anyone interested in working with the sources download from the below link
For Developers only!!
Note: This is the first release so you might not find all the files...i'm guessing its only 125mb zipped
The downloaded file has kernel sources and platform sources as well!!
https://opensource.samsung.com/reception/reception_main.do?method=downLoad&attach_id=1581
Sent from my GT-I9003 using XDA App
great.! now our devs can start working on a GB ROM for our phone
Sure i am but i cannot until tomorrow.... Expect an OC kernel soon!
Inviato dal mio GT-I9003 usando Tapatalk
yes !! amazing news!
Sent from my GT-I9003 using XDA App
Wow they replied to you? How long did it take you? I requested the same and didn't get the link/reply yet.
Skin1980 said:
Sure i am but i cannot until tomorrow.... Expect an OC kernel soon!
Inviato dal mio GT-I9003 usando Tapatalk
Click to expand...
Click to collapse
We know you can achieve it...try adding the fugu mod if you can...
Sent from my GT-I9003 using XDA App
Misledz said:
Wow they replied to you? How long did it take you? I requested the same and didn't get the link/reply yet.
Click to expand...
Click to collapse
I had sent it the day XXKPH released
Sent from my GT-I9003 using XDA App
Skin1980 said:
Sure i am but i cannot until tomorrow.... Expect an OC kernel soon!
Inviato dal mio GT-I9003 usando Tapatalk
Click to expand...
Click to collapse
Skin yo' the man.! ahahaha.. will be waiting for your OC Kernel
Give us the right configuration so that we may not heat our phone to the extent that it will be like a toast work 17k
ephraim033 said:
Skin yo' the man.! ahahaha.. will be waiting for your OC Kernel
Give us the right configuration so that we may not heat our phone to the extent that it will be like a toast work 17k
Click to expand...
Click to collapse
Can it be with egg? LOL
yeeehhhaaaaa! another flashing week for us!
-i will be back tonight to xxkb3 to try nama's rom ^^
Misledz said:
Can it be with egg? LOL
Click to expand...
Click to collapse
OT: when the battery leaks out we may consider it as the "EGG" @[email protected]
Downloaded
Don't Know What To Do !!!!
Will Try If Anyone Provides Help on Compiling & Editing
LOL...Vivek im on the same boat. I opened this, Don't know what I'm supposed to do, but I know this is a very important "file" D:
vivekkalady said:
Downloaded
Don't Know What To Do !!!!
Will Try If Anyone Provides Help on Compiling & Editing
Click to expand...
Click to collapse
Google it bro...HOW TO COMPILE A KERNEL
Sent from my GT-I9003 using XDA App
great news dude and skin waiting for the overclocking module or kernel
I am very excited, finally we get gb source code.
Thanks Ron
Please also add tv out n otg support + power of the universe
Joking just waiting for exciting releases now
Sent from my GT-I9003 using Tapatalk
Now we have official GB with its source code but compiling a kernal with perfect work & with addition of new features (over clocking, USB OTG, TV OUT) is really a toughest part of work. Skin & Amit both have really good knowledge about kernal. We can expect something very interesting in future. But we definitely have to keep some pations guys.
vishal24387 said:
Now we have official GB with its source code but compiling a kernal with perfect work & with addition of new features (over clocking, USB OTG, TV OUT) is really a toughest part of work. Skin & Amit both have really good knowledge about kernal. We can expect something very interesting in future. But we definitely have to keep some pations guys.
Click to expand...
Click to collapse
Gotta love ya man. you're still mentioning USB OTG to date. Persistence is one of your traits i tell you.
Anyway, since the source code is in, i think amit should also have a clean start on his CM7 porting project. So what you say amit?
If we Compile This file,we Will get the Working Kernel (Current Kernel) Right??
So we have to edit these files to create a new Kernel ??
any Idea Where To Start ???
I have An Idea to Port the files Which Specifies the "App & Framework" folders of Galaxy S to Galaxy SL so that we can use all the modes which depend on the "apps & framework" files like 9 lockscreen just by copying the framework (files of Galaxy S) files to our framework (files of Galaxy SL) folder.
By doing this we dont have to port modes for S to SL like 5 lockscreen,Overscroll Glow ,CRT etc
LOL The OTG, Actually I saw the preview of OTG on Youtube with the S2 snugged with a 1TB HDD, Gotta say, That **** was amazing, But not to the point where halfway through the video, I kept picturing Vishal :\

[ROM] BLACKBIRD 2.3.4 v1.1 STABLE

BlackBird 2.3.4 v1.1 STABLE
OFFICIAL FACEBOOK PAGE
OFFICIAL TWITTER PAGE
Finally the port is done!
This rom is a porting of android 2.3.4 from optimus net, it is fully working except some bugs (see the end of the post).
First of all, thanks to all people who carried on this port (especially to gianvolpe and hecatae).
BlackBird 2.3.4 v1.1 STABLE:
based on android 2.3.4 v10C from optimus net
root + superuser (updated to the last version)
busybox
bash
init.d support
data/app support
hw acc. on
jit on
vm heapisze 48m
stagefright player enabled
wifi scan interval = 180
kernel rome alpha3 cfs vsyncoff by zacks
kernel tweaks by zacks
noled script (buttons' leds disabled)
battery tweak (build.prop)
sd cache read ---> 2048
build.prop hacks
zipaligned
/system/app and system/framework odexed
battery tweak (init.d)
removed unuseful apps and ringtones
added oi file manager, anreboot, link2sd
normalize sleeper
custom bootanimation
DOWNLOAD http://www.multiupload.com/766ZPZ0XFO
ICS framework: http://www.multiupload.com/1M7MPEJW1Q
ROM's known bugs:
camcorder's zoom doesn't work
no sim contacts recognised
no autofocus
strange crashes when you charge the phone and it is turned off (remove the battery to solve)
tethering works only with 3rd party apps
HOW TO INSTALL:
You need latest gingerbread baseband (v20g).
Reboot in recovery
Partition SD card
wipe cache,data and dalvik + format system.
Finally flash the zip and reboot the phone.
Now the ROM has been succesfully flashed!
If you notice lags and you think that the rom is not fast enough, please flash paolo's v6 touchfix kernel.
screenshots: http://www.facebook.com/media/set/?set=a.260171070698782.62791.238654862850403&type=3
Please report here (or in this thread) your opinions about my rom.....and don't forget to hit the thanks button if you like my rom or if i have helped you
BETA RELEASE: BLACKBIRD V1.2 BETA1 http://sourceforge.net/projects/lgoptimusone-p5/files/BlackBird_v1.2_beta1.zip/download
that would be great( if it works) gonna help u test it
some screens?
OzGurKan said:
that would be great( if it works) gonna help u test it
some screens?
Click to expand...
Click to collapse
actually i have not enough time to make some screenshots....wait some minutes and flash the rom
you need gingerbread baseband installed.
Nice to see some real development work, not just a quick abandonware kitchen job like some other 'roms' we've seen lately...
If you could list the major differences between our stock P500 rom and the Optimus Net rom you have developed in the first post (you probably already plan to anyway) that would be great and probably save a bunch of questions later (probably not with some...)
boo! U been pwn'd
adfad666 said:
Nice to see some real development work, not just a quick abandonware kitchen job like some other 'roms' we've seen lately...
If you could list the major differences between our stock P500 rom and the Optimus Net rom you have developed in the first post (you probably already plan to anyway) that would be great and probably save a bunch of questions later (probably not with some...)
Click to expand...
Click to collapse
Ya like me, the rubbish guy... Waste my ****ing effort.
Sent from my Nexus One using Tapatalk
matteof93 said:
actually i have not enough time to make some screenshots....wait some minutes and flash the rom
you need gingerbread baseband installed.
Click to expand...
Click to collapse
dude sorry to ask, may seem stupid .
what are the actual benefits of porting this rom ? just curious ...
adfad666 said:
Nice to see some real development work, not just a quick abandonware kitchen job like some other 'roms' we've seen lately...
If you could list the major differences between our stock P500 rom and the Optimus Net rom you have developed in the first post (you probably already plan to anyway) that would be great and probably save a bunch of questions later (probably not with some...)
Click to expand...
Click to collapse
i have not developed the rom....gianvolpe started the developement, then hecatae made gps, sensors, wifi (and maybe something other) working, finally i made camera working.
it is a stock 2.3.4 rom probably fully working and rooted.
OzGurKan said:
dude sorry to ask, may seem stupid .
what are the actual benefits of porting this rom ? just curious ...
Click to expand...
Click to collapse
Another LG **** but better what we got... New ON's lockscreen, better framework(which available on gbs rom) and alot of cool ****ty surprises...
Sent from my Nexus One using Tapatalk
OzGurKan said:
dude sorry to ask, may seem stupid .
what are the actual benefits of porting this rom ? just curious ...
Click to expand...
Click to collapse
it is smoother, faster, better graphic performance....
No need to open new thread, if you fixed the camera with the opro libs you should put that on the original thread where gianvolpe and hecatae were doing the port
matteof93 said:
it is smoother, faster, better graphic performance....
Click to expand...
Click to collapse
With franco.kernel or Paolo? Well, im stuck with miui on my nexus, kinda forgetting cyanogen...
Sent from my Nexus One using Tapatalk
Roqu3 said:
No need to open new thread, if you fixed the camera with the opro libs you should put that on the original thread where gianvolpe and hecatae were doing the port
Click to expand...
Click to collapse
if a mod wants to delete the thread it is absolutely free to do that....the original thread is really confusing
Why u not answering my question? I want to know, i might theme this rom for some other purpose...
Sent from my Nexus One using Tapatalk
DaxElectro said:
With franco.kernel or Paolo? Well, im stuck with miui on my nexus, kinda forgetting cyanogen...
Sent from my Nexus One using Tapatalk
Click to expand...
Click to collapse
franco kernel
GSM works ??
BigBoyPL said:
GSM works ??
Click to expand...
Click to collapse
@ matteof93 does it supports tweaks?
@BigBoyPL Worth a try... (BUT REMEMBER, ONLY NEW BASEBAND...)
Sent from my Nexus One using Tapatalk
BigBoyPL said:
GSM works ??
Click to expand...
Click to collapse
yes it works
DaxElectro said:
@ matteof93 does it supports tweaks?
@BigBoyPL Worth a try... (BUT REMEMBER, ONLY NEW BASEBAND...)
Sent from my Nexus One using Tapatalk
Click to expand...
Click to collapse
i have not made an init.d folder for scripts and tweaks...i'll do it later
matteof93 said:
i have not made an init.d folder for scripts and tweaks...i'll do it later
Click to expand...
Click to collapse
Hmm, that... I want to try!
Sent from my Nexus One using Tapatalk

Custom Roms and Kernels for Galaxy S4 E300S/K/L

Flash it with your own risk... Read thoroughly. These are all Korean websites. I only provide link to the specific page. Not Download link or any Instructions.. apply your own knowledge
I will only provide links for some custom kernels and Roms For E300S/K/L which i have gathered from different Korean Websites. You need to log in to get the download links. Since i am not Korean i cannot do that for you. Hope someone here can help.
Kernels:
1. [GalaxyS4] [Kernel] [SKT / KT / LGU +] Immortal Kernel official 0927
Link: http://www.matcl.com/?m=bbs&bid=imbeded&uid=198243
Flash the tar file via odin.
Roms
For E300L only
[Exclusive] Korean version of the entire network through the brush S4 E300L ROM version Teamleader_V1.0b1 streamline our release! By Leader
Link:http://koxda.com/forum.php?mod=view...ra=page=1&filter=typeid&typeid=264&typeid=264
Advanced stock rom for E300L. (based on MG2 firmware)
download link- http://pan.baidu.com/share/link?shareid=2634014583&uk=2936308387
changelog and rom page:- http://koxda.com/forum.php?mod=viewthread&tid=147560
New official update for E300L. MH1 firmware
download link: http://pan.baidu.com/share/link?shareid=3439609242&uk=2936308387
For E300S/K
[ROM] [] Korean version of the whole network exclusive S4 E300S / K through brush version Teamleader_V1.0b1 streamline optimized ROM released! By Leader
Link: http://koxda.com/thread-125256-1-1.html
Advanced Stock Rom for E300K only. (based on MG2)
MG2 Beautify v8
link to rom page- http://koxda.com/forum.php?mod=view...ra=page=1&filter=typeid&typeid=264&typeid=264
download link- http://pan.baidu.com/share/link?shareid=3844122325&uk=2150598706
Perseus kernel for E300S/K
http://www.matcl.com/?m=bbs&bid=imbeded&uid=194616
Flash, Enjoy and Report.. Help others :good:
any testers here???
flashed the immortal kernel for E300L.. so far so good
mohaimed said:
any testers here???
Click to expand...
Click to collapse
The kernel for e300k is also working well. Using ROW.. very nice addition. Have not played with voltages yet. Looking forward to getting some extra time out of the battery.
Sent from my SHV-E300K using XDA Premium HD app
I have played a little with voltage settings. Reduce mpu by 50. So far stable but no improvement in battery life. Will drain the battery and nd charge it full. Then I will test again
mohaimed said:
I have played a little with voltage settings. Reduce mpu by 50. So far stable but no improvement in battery life. Will drain the battery and nd charge it full. Then I will test again
Click to expand...
Click to collapse
My highest processor times are 250 & 600 which I've lowered by 25.
What are you using to adjust the voltages? Does it have settings for both big and little? I'm using System Tuner Pro and I have also tried setCPU. Neither have separate settings for the two clusters.
I'm going to suggest stweaks to the developer although it looks from his git commits he is using Perseus or Adam as a road map so maybe he has it on his to do list.
Sent from my SHV-E300K using XDA Premium HD app
koe1974 said:
My highest processor times are 250 & 600 which I've lowered by 25.
What are you using to adjust the voltages? Does it have settings for both big and little? I'm using System Tuner Pro and I have also tried setCPU. Neither have separate settings for the two clusters.
I'm going to suggest stweaks to the developer although it looks from his git commits he is using Perseus or Adam as a road map so maybe he has it on his to do list.
Sent from my SHV-E300K using XDA Premium HD app
Click to expand...
Click to collapse
no.. u cannot set multi core values.. its not supported by the kernel yet.. i use trickster mode to change the MPU voltages.. try it. reduce it by 50.. not more. u might face problems
Immortal Kernel for E300K (koe1974's build)
For those who own an E300K. It's my personal build. If there is something you want to see in this kernel feel free to PM me.
kernel source is DiaDust's from here
initram is based on the stock with modifications from Perseus kernel
Change Log:
immortal_koeBuild_08132013_1916
DiaDust commits as of Aug. 11
rooted
init.d support (create /etc/init.d folder and chmod your scripts)
enabled zram
testing support for 3rd party tethering apps
exfat and external sdcard support
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Sent from my SHV-E300K using XDA Premium HD app
Kernel updated.. go to the link for changelog
Can u give me the download link for rom of my e300l i cant make an account in the koxda wesite i will be very thank full to u
.
Hi
I tried koe's kernel mod and after rebooting my sim card was not recognized.
Now i use the updated imortal kernel from this thread and everything seems ok so far.
I use prerooted and deodexed mf4 for e300l from from the e300s/k/L thread.
Perhaps i did something wrong i'm pretty new to this android flashing buisnes.
I will not rest till i bricked my phone...
Sent from my SHV-E300L using xda app-developers app
mzain109 said:
Can u give me the download link for rom of my e300l i cant make an account in the koxda wesite i will be very thank full to u
.
Click to expand...
Click to collapse
the website requires to enter a korean captcha to register. i dont know korean. sorry
badpixel said:
Hi
I tried koe's kernel mod and after rebooting my sim card was not recognized.
Now i use the updated imortal kernel from this thread and everything seems ok so far.
I use prerooted and deodexed mf4 for e300l from from the e300s/k/L thread.
Perhaps i did something wrong i'm pretty new to this android flashing buisnes.
I will not rest till i bricked my phone...
Sent from my SHV-E300L using xda app-developers app
Click to expand...
Click to collapse
why dont you flash the MG2 firmware? its the latest. go to this link http://forum.xda-developers.com/showthread.php?t=2285861
I would like to test it but I don´t know how to download it from Korean webpage.
docdan1 said:
I would like to test it but I don´t know how to download it from Korean webpage.
Click to expand...
Click to collapse
sorry mate.. in that case you need a help of the Korean who cant help you with the captcha which is needed to register..
mohaimed said:
sorry mate.. in that case you need a help of the Korean who cant help you with the captcha which is needed to register..
Click to expand...
Click to collapse
After 30minutes working with google- I downloaded the ROM so maybe tomorow.
docdan1 said:
After 30minutes working with google- I downloaded the ROM so maybe tomorow.
Click to expand...
Click to collapse
great work.. upload it here. we need your reviews
koe1974 said:
For those who own an E300K. It's my personal build. If there is something you want to see in this kernel feel free to PM me.
kernel source is DiaDust's from here
initram is based on the stock with modifications from Perseus kernel
Sent from my SHV-E300K using XDA Premium HD app
Click to expand...
Click to collapse
Tried the new kernel with the tethering test. The problem that it is having is that it is not calling on IWConfig or IW to watch the WiFi and create an ad-hoc. Other than that, the kernel is great bro. To me it actually runs better than DiaDust's main version. Keep up the great work.
Someone should also start working on E300L/S variants..
I have tried KoXDA ROM on my 300S. Works good
If somebody wants to - I puted it to FF because is difficult to download it from Korean pages.
......filefactory.com/file/6awzhdy605cv/n/KoXDA.com_E300S_amp_K_V1.0b1.rar
Click to expand...
Click to collapse
Make factory reset before flash. Then flash also CWM / because after flashing is korean language in CWM/
But you will loos samsung apps- as in custom ROMs normal
Starting logo will be Samsung :good:

Tab 4 10.1 lollipop screenshots (In Depth please)

Can every tab 4 10.1 user put lollipop screenshots and experiences please
yeah id like to see it as well nice thread op
tab4, 5.0.2
I like the update, its faster and i get more out of the battery.
yesterday the first day on lollipop out of a full day social media,multi window 40% on the time and chromecasting i got 6:30 screen on time. i have had no problems so far, on the first boot i had a few times that apps stopt working for no reason, after rebooting there were no more troubles. So far i did not play games, today im gone play all my games and see how the battery&cpu handels it, on 4.4 i had the problem that my tab4 got hot(cpu) and started lagging.
so far so good, the tab works faster and its a joy to works with, no more lagg like 4.4 for me its a difference and the screen reacts better/faster.
Im going to add a pic from my score on antutu.
I'd like to see a video from lollipop on tab 4 10.1.
thelous said:
I'd like to see a video from lollipop on tab 4 10.1.
Click to expand...
Click to collapse
Here it is
https://www.youtube.com/watch?v=zpjC86kIet0
don't forget my like button , please
DUHAlgerianSkills said:
Here it is
https://www.youtube.com/watch?v=zpjC86kIet0
don't forget my like button , please
Click to expand...
Click to collapse
Oh thanx for link! tab 4 7.0 will get same touch wiz or atleast similar one i guess... Cant wait (been waiting for 5 months for lollipop and ive heard they relase it for 7.0 at 1.6.2015)
thelous said:
Oh thanx for link! tab 4 7.0 will get same touch wiz or atleast similar one i guess... Cant wait (been waiting for 5 months for lollipop and ive heard they relase it for 7.0 at 1.6.2015)
Click to expand...
Click to collapse
who said it ? , i have a tab s but my sister has the tab 4 7.0 , can you show me the post please ?
DUHAlgerianSkills said:
who said it ? , i have a tab s but my sister has the tab 4 7.0 , can you show me the post please ?
Click to expand...
Click to collapse
I dont remember which XDA thread had it but im 100% sure that it will come in few weeks if it wont get delayed.
This is screeny of my newly updated (today) 5.0.2 tab 4 10.1 - wondering if anyone can tell me why or what that white "my files" icon in the lower left is ? I can't remove it though and it's ticking me off -
here's another screeny - and I actually used the palm swipe gesture to take the shot - so far one of my favorite additions to lollipop -
edit : sorry for the crappy quality - how do I fix that ?
Sent from my SM-T530NN using Tapatalk
Okay , fun thread ! :good:
I absolutely LOVE the new TW LP [sm-t530nu]
I already got my kernel sorted, debloated, rooted, and baptised by coffee ! xD
Seriously though this rom runs nicely. I'm still hunting down battery/power saving commits rather than apps.
The browser layout is alot more clumsy-thumbs friendly :good:
Audio still needs an available/find-able toggle for SW encode/decode so i use MXPlayer.
Screens below.
hey moonbutt74, i see you also have that my files icon in the lower left corner too - i havent figured out a way to get rid of it myself - it, to me, just doesnt look right - also, can you point me in a root method and kernel ?
Sent from my SM-T530NN using Tapatalk
remotehugger said:
hey moonbutt74, i see you also have that my files icon in the lower left corner too - i havent figured out a way to get rid of it myself - it, to me, just doesnt look right - also, can you point me in a root method and kernel ?
Sent from my SM-T530NN using Tapatalk
Click to expand...
Click to collapse
R,
yeah that icon was annoying, Nova Launcher.
For recovery and root, just goto @sub77 's thread, or mine
m
ty sir -so nova got rid of it for you ?
Sent from my SM-T530NN using Tapatalk
is there a S-Finder and a Quick-Connect button on the systemui?
just curios to know
@moonbutt74 - you said you had your kernel sorted, does that mean there is an available kernel for the tab 4 ?
Sent from my Wicked S3
remotehugger said:
@moonbutt74 - you said you had your kernel sorted, does that mean there is an available kernel for the tab 4 ?
Sent from my Wicked S3
Click to expand...
Click to collapse
R,
hi for me yes, for everyone else no, BUT, this is my standing corrected source for the sm-t530nu
https://github.com/moonbutt74/kernel_samsung_SM-T530_EUR_LL/tree/dirty-bitz
compile with gcc.4.8 , uber or linaro or vanilla, shouldn't matter too much
edit the go script for CROSS_COMPILE= and STRIP= to your correct toolchain path
to compile my current defconfig
or edit reset script for the same for a "stock" compile, the default defconfig and variant defconfig may need to be edited
compile will output to build directory
from there use AIK to unpack a copy of the stock boot.img and replace kernel binary and dt.img then repack
don't forget modules!
you can re-purpose one of my kernel packages for packaging you own build.
m

[KERNEL] [MTD] [TW/CM9/CM11] [DEV] Watson Kernel (MTD support on Gingerbread!)

Hello guys,
This is a project I was working on for a kernel for our SGY.
I made it with a few things in mind:
>Improve it's performance
>Be universally compatible (after I nearly given up on trying to get a snappier CM11 and after the need for a snappier SGY, I decided to go back to GB. However, BML is terrible, and it is annoying to come back to. I decided to build a MTD kernel for Gingerbread then, and it works!)
>Experiment and upgrade as much as I can (thanks @robcore!!!!)
But since I lost my device, I cannot continue developing it. I am then releasing the source code (sorry, no flashable stuff, I deleted it long ago ) for any of you to continue(?) my work if your heart so desires.
If I ever get myself another SGY (or another BCM21553 device), I will gladly continue development (and support whoever does it too), but before I lose all my data and the kernel code alongside it, I am making it available.
This kernel features:
-OC up to 1040MHz (It's questionable even today if the bcm21553 OCs really work, but I tried hacking a way that works very similarly to MarocOS's one, maybe even better. Be warned though, the source around it is messy)
-GPU hacks for performance (Again, even I don't know if they do work, probably the values are just there to be seen, I'm not sure. I do know though that increasing the CPU speed will much likely increase the speed of V3D too)
-DVFS disabled (I found out DVFS is mostly the culpirit in the "832MHz crisis" where the kernel would forcefully scale itself to 832MHz, so I eliminated any reference to it in kernel code. Apparently DVFS on the processor is only available under the bcm21553 governor, but it is present on the other drivers as well. The idea for disabling DVFS came from my friend @robcore)
-A few additional governors and a buggy interactive governor (which is the default xd)
-MTD support for Gingerbread (Thanks Samsung Epic 4G! Although it only works on TouchWiz (I tried it with SL v2 and v2.1 and it works, but under NougatME(CM7) I got no success and loads of segfaults), it works ALMOST perfectly. See bugs for details )
-Some scraped source code from Samsung's FSR I found on the internet (barely compilable, though)
Bugs:
>Gingerbread version:
-IMEI won't appear in the Status screen, I also faced problems with non-working radio for calls. Data works just fine, but calling and receiving calls is unavailable. I believe it is EFS-related. My suggestion is backing up the EFS partition's file structure, then converting it to MTD, then restoring the backup.
-TWRP will crash and panic when exiting, a workaround is force rebooting
>ICS version:
-TWRP will crash and panic when exiting (I believe fixing it here will fix the bug above too)
>KitKat version:
-Flashing images fail randomly, you may also be unable to reboot normally if you do so. I tried addressing this but I couldn't get anywhere.
DOWNLOAD THE SOURCE: Here!
Thanks to:
 @robcore - his development on the Snapdragon S4 breathes life on my dev soul!
 @zman0900 - I saw his thread on an MTD TW kernel for the Samsung Epic 4G, which led me to believe MTD on GB is possible.
nice kernel
It sound nice. I'm a newbie developer, I'm building a kernel to fix audio bug on cm9, hope it work. And thank you for the source
vdhero said:
It sound nice. I'm a newbie developer, I'm building a kernel to fix audio bug on cm9, hope it work. And thank you for the source
Click to expand...
Click to collapse
Have you gathered enough info on it? I would like to fix it too, but I couldn't get any info on whether if the audio bug is a kernel-side issue or an OS -side issue.
Best of luck for you
Building and fixing
sonickles9 said:
Have you gathered enough info on it? I would like to fix it too, but I couldn't get any info on whether if the audio bug is a kernel-side issue or an OS -side issue.
Best of luck for you
Click to expand...
Click to collapse
I don't sure so I decided to build a kernel from your source and another cm9 version from Mohamad.Afaneh's source and I'll merge the audio on both of them for the best think to fix the bug.Thank you .
Link for kernel?
(img files...)(stock/cm9/cm11)
TheRealModder said:
Link for kernel?
(img files...)(stock/cm9/cm11)
Click to expand...
Click to collapse
Compile one for yourself,man. It only takes like 15-25 mins
vdhero said:
Compile one for yourself,man. It only takes like 15-25 mins
Click to expand...
Click to collapse
I don't know how to compile....
TheRealModder said:
I don't know how to compile....
Click to expand...
Click to collapse
He wrote a script already, just add your toolchain and run the script. There's a guide in the readme
vdhero said:
He wrote a script already, just add your toolchain and run the script. There's a guide in the readme
Click to expand...
Click to collapse
Ok. The watson-kernel-bcm21553-src is used with other files?
Because i want to make cm9 mohhamad afaneh optimized version
TheRealModder said:
Ok. The watson-kernel-bcm21553-src is used with other files?
Because i want to make cm9 mohhamad afaneh optimized version
Click to expand...
Click to collapse
To make it, you have to sync the cm9 source code then add the files from his github to your localmanifest. This thing is not in anyway related to that except the MTD. This one is a kernel-compile only source
Oh man, i give up. I can't build a kernel from source, but i can modify a kernel.
Can someone give me the zimage for ics Please....
Sent from my Zenfone 2 Laser using XDA Labs
TheRealModder said:
Oh man, i give up. I can't build a kernel from source, but i can modify a kernel.
Can someone give me the zimage for ics Please....
Click to expand...
Click to collapse
zlimage? We don't have that here, we only have boot.img for kernel
vdhero said:
zlimage? We don't have that here, we only have boot.img for kernel
Click to expand...
Click to collapse
Or you can give me the extracted boot.img files. (ICS/KK)
I will rebuild it using dsixda's android kitchen.
Sent from my Zenfone 2 Laser using XDA Labs
TheRealModder said:
Or you can give me the extracted boot.img files. (ICS/KK)
I will rebuild it using dsixda's android kitchen.
Sent from my Zenfone 2 Laser using XDA Labs
Click to expand...
Click to collapse
Sorry but I can't because I'm bored of making ROMs so I switched back to Windows. I'm planning on making a ROM, I'll compile the kernel for you once I get linux installed
vdhero said:
Sorry but I can't because I'm bored of making ROMs so I switched back to Windows. I'm planning on making a ROM, I'll compile the kernel for you once I get linux installed
Click to expand...
Click to collapse
Ok. If you want to install linux i recommend using ubuntu or linux mint.
Ubuntu official website:https://www.ubuntu.com/
Linux mint official website:https://linuxmint.com/
Sent from my Zenfone 2 Laser using XDA Labs
VDHERO Please But a New Galaxy t Gt-S5360 and start the Development!
vdhero said:
To make it, you have to sync the cm9 source code then add the files from his github to your localmanifest. This thing is not in anyway related to that except the MTD. This one is a kernel-compile only source
Click to expand...
Click to collapse
VDHERO Please But a New Galaxy t Gt-S5360 and start the Development!
Assabtigle said:
VDHERO Please But a New Galaxy t Gt-S5360 and start the Development!
Click to expand...
Click to collapse
Sorry but I can't since my sgy is dead for a long time ago. I'll try to make one if I can find one. I've heard that there are some places that sell sgy for about 5 bucks, i'll find one ì possible
Be fast bro!!
vdhero said:
Sorry but I can't since my sgy is dead for a long time ago. I'll try to make one if I can find one. I've heard that there are some places that sell sgy for about 5 bucks, i'll find one ì possible
Click to expand...
Click to collapse
BE fast BRO Love U and Your WORK!!
All Your DEVELOPMENT are Faster than The ORIGINAL one Please Buy a NEW one!
and Yeah install the Stock Rom in your Phone by ODIN it will be fine!:laugh:

Categories

Resources