[k3gxx][G900H][CWM Advanced Edition] PhilZ Touch

Search This thread

ketut.kumajaya

Recognized Developer
Apr 28, 2011
4,935
14,138
Bekasi
I built a kernel successfully with your source tree and instructions.

I'm attaching the IMG and a screenshot. View attachment 2821569

Sent from my SM-G900H using Tapatalk
So, mkdtbhbootimg really works? Now we sure dtb blob always in sync to kernel source.

Since exynos5422-k3g_eur_open_00.dtb and exynos5422-k3g_eur_open_01.dtb also included in https://github.com/kumajaya/android...mmit/26a6298340a2ff09fd00fad8ca53c32118a1527a mkdtbhbootimg generate larger dt image than stock, to make sure the kernel compatible to all available hardware revision.

EDIT: I confirm your boot image generated by mkdtbhbootimg :good: The dt image inside larger than stock, 735.232 bytes vs 555.008 bytes. Feel free to develop my source further, it's just a clean but proper kernel source :D
 
Last edited:

sharingan

Senior Member
May 30, 2013
2,296
643
thanks sir
something is out for indian s 5 variant guess not

keep it up :good::good::D:D
 

ketut.kumajaya

Recognized Developer
Apr 28, 2011
4,935
14,138
Bekasi
I agree with you
However, since I try to update tens of devices at a time, compiling kernel outside device tree is a no go for my automated scripts. It would take a lot of time.

I also cannot cope updating kernel sources that way. I keep that task to real kernel developers. I only compile kernels outside device tree when no cm sources are available like when porting S5 LTE or the Note 10.1 2014 Wifi or when a device is broken with cm kernel
I fully understand your problem. As you can see at https://github.com/kumajaya/android_kernel_samsung_universal5422/commits/master, need 7 commits to properly fix Samsung kernel source. Spent a few hours/days depend on your experience on Samsung source :laugh:

Still curious how you maintain a lot of device target and still contribute back to upstream CM? How about updated k3gxx device source tree? Always happy when PhilZ Touch available on more device.
 
  • Like
Reactions: Phil3759

Phil3759

Inactive Recognized Developer
May 30, 2012
9,579
33,063
I fully understand your problem. As you can see at https://github.com/kumajaya/android_kernel_samsung_universal5422/commits/master, need 7 commits to properly fix Samsung kernel source. Spent a few hours/days depend on your experience on Samsung source :laugh:

Still curious how you maintain a lot of device target and still contribute back to upstream CM? How about updated k3gxx device source tree? Always happy when PhilZ Touch available on more device.

I use home scripts to automate things
I also try to limit device tree changes by automating copy of files from build/core
I will update device trees asap hopefully
 
  • Like
Reactions: ketut.kumajaya

lucky_sidhu

Senior Member
Sep 13, 2011
996
1,395
New Delhi
Hey Philz...nyc to see you here. I've been working on Sale's Neat ROM Lite project & been using your kernel in S2 thread. Recently purchased S5.

I'm from India & here we have G900H variant. Just read somewhere that in Philz recovery External SD card is not shown in G900H variant. Is it true ??
 

jgalvez21

Senior Member
Aug 28, 2011
210
15
works fine... does anyone know why i dont have access microsd card? why i cannot mount usb?
 

Masum56k

Senior Member
Sep 4, 2013
435
119
why i cant see install from ext sdcard option?

Hey Philz...nyc to see you here. I've been working on Sale's Neat ROM Lite project & been using your kernel in S2 thread. Recently purchased S5.

I'm from India & here we have G900H variant. Just read somewhere that in Philz recovery External SD card is not shown in G900H variant. Is it true ??

works fine... does anyone know why i dont have access microsd card? why i cannot mount usb?
Sorry to say.. Currently our G900H model don't support external SD card support in any recovery.. :(
 
  • Like
Reactions: lucky_sidhu

lucky_sidhu

Senior Member
Sep 13, 2011
996
1,395
New Delhi
Oh thats sad..

BTW one more thing. My recovery page transition from one page to another page is slow when I installed XtrastoLite rom. Anyone facing this issue ??
 

theoryzz

Senior Member
Jan 5, 2012
128
10
Hi guys can anyone tell me How to delete old backup?
I Want to renew my backup but i cant remove the old one to give me more space so please help me thx.

Sent from my SM-G900H using xda premium
 

drakester09

Senior Member
Jan 10, 2012
1,292
876
Hi guys can anyone tell me How to delete old backup?
I Want to renew my backup but i cant remove the old one to give me more space so please help me thx.

Sent from my SM-G900H using xda premium

There should be an option in backup and restore where it allows you to delete (Delete files or something like that...).
 
  • Like
Reactions: theoryzz

lovely39

Member
Feb 19, 2012
39
3
Amritsar
recovery report for philz_recovery_6.48.4,
sd card is still not showing in recovery
 

Attachments

  • philz_recovery_6.48.4.zip
    3.7 KB · Views: 87

Phil3759

Inactive Recognized Developer
May 30, 2012
9,579
33,063
i know not works in any recovery. but i hope u come first to make it working
i am using your recovery from since i have s4.
pls don't mind i am just reporting you errors on Exynos version

The fact is that I need a device in my hands for that
Else, if someone implements it, I can look at the recovery to see the needed path changes for it to work

Anyway, if someone can run this in recovery while in adb shell
Could be we find a fix
Code:
adb shell
cd /sys
ls -R | grep "mmc0"
ls -R | grep "mmc1"
ls -R | grep "mmc2"

and post the output here to see if we can fix it
 

lovely39

Member
Feb 19, 2012
39
3
Amritsar
The fact is that I need a device in my hands for that
Else, if someone implements it, I can look at the recovery to see the needed path changes for it to work

Anyway, if someone can run this in recovery while in adb shell
Could be we find a fix
Code:
adb shell
cd /sys
ls -R | grep "mmc0"
ls -R | grep "mmc1"
ls -R | grep "mmc2"

and post the output here to see if we can fix it
this is asking for permission denied
 

Attachments

  • philz.PNG
    philz.PNG
    20.8 KB · Views: 182

Top Liked Posts