[PhilZ-cwm6][n7000] Stock Kernel+CWM6+Root+exFAT+NTFS-LTA

http://forum.xda-developers.com/showpost.php?p=34537819&postcount=1182


  • Total voters
    265
  • Poll closed .

Phil3759

Inactive Recognized Developer
May 30, 2012
9,557
33,049
0
Obviously any app that seeks to access extSdCard via sdcard/extSdCard will fail miserably. (Goomanager included ). I19100 forums should be full of confused users by now. Aroma and ORS work fine from int. SD though. But who wants to load up internal sd Card with ROMS? Best to leave as clean as possible:eek:

Sent from my GT-N7000 using xda app-developers app
Every thing should work in 3.0 except goomanager in fact. Custom ors should work perfectly too as it relies on cwm mount points
What I am doing now is make it compatible for any phone that cwm support using a more clever approach to detect mount points mainly for efs and kernel backup/flash tasks

Do not worry it will be even more clean and reliable

Sent from my GT-I9100 using Tapatalk 2
 
  • Like
Reactions: shoey63

shoey63

Recognized Contributor
Jun 5, 2012
4,003
3,982
253
Somewhere in Oz...
Actually I don't use ORS myself much. I prefer to play around in recovery. But it is in your OP, and needs to be tested right? Please don't think I'm being too criticizing:)

Sent from my GT-N7000 using xda app-developers app
 
  • Like
Reactions: Phil3759

Phil3759

Inactive Recognized Developer
May 30, 2012
9,557
33,049
0
Actually I don't use ORS myself much. I prefer to play around in recovery. But it is in your OP, and needs to be tested right? Please don't think I'm being too criticizing:)

Sent from my GT-N7000 using xda app-developers app
Oh, do not worry
Never thought about that
ORS is a big feature but has a crappy app to manage it: goomanager
 
  • Like
Reactions: shoey63

Phil3759

Inactive Recognized Developer
May 30, 2012
9,557
33,049
0
PhilZ Touch 3.17

  • completely revised code to be soon on github + all cwm devices support
  • dual usb lun mount now based on stock cwm6 source code + custom define
  • date stamped multiple kernels backup (for phones with dedicated recovery partition)
  • flash any kernel (rename zImage to *.img) directly in recovery
  • device specific changes now applied automatically in Android.mk
  • smart efs/kernel backup and restore scripts: now mount path is automatically detected from recovery.fstab file: universal for all cwm supported phones. No more editing of script files based on phone
The temporary recovery


How do you like the jellybeans Phil? (Or haven't you been out of recovery long enough to explore)? Screenshot is an Easter egg. Have you found it?
Sent from my GT-N7000 using xda app-developers app
So, where's that egg?
 

Attachments

shoey63

Recognized Contributor
Jun 5, 2012
4,003
3,982
253
Somewhere in Oz...
About phone, tap rapidly until big red jellybean appears, then swipe up and down on it abusively until you get get jellybeans everywhere. Then flick them off the screen

Sent from my GT-N7000 using xda app-developers app

---------- Post added at 10:10 PM ---------- Previous post was at 10:03 PM ----------

New recovery eh? What shall I look for?

Sent from my GT-N7000 using xda app-developers app

---------- Post added at 10:20 PM ---------- Previous post was at 10:10 PM ----------

Flash boot from external. Nice!

Sent from my GT-N7000 using xda app-developers app

---------- Post added at 10:24 PM ---------- Previous post was at 10:20 PM ----------

Oh wow heaps of changes! I will test and report:thumbup:

Sent from my GT-N7000 using xda app-developers app
 
  • Like
Reactions: Phil3759

Phil3759

Inactive Recognized Developer
May 30, 2012
9,557
33,049
0
About phone, tap rapidly until big red jellybean appears, then swipe up and down on it abusively until you get get jellybeans everywhere. Then flick them off the screen

Sent from my GT-N7000 using xda app-developers app

---------- Post added at 10:10 PM ---------- Previous post was at 10:03 PM ----------

New recovery eh? What shall I look for?

Sent from my GT-N7000 using xda app-developers app

---------- Post added at 10:20 PM ---------- Previous post was at 10:10 PM ----------

Flash boot from external. Nice!

Sent from my GT-N7000 using xda app-developers app

---------- Post added at 10:24 PM ---------- Previous post was at 10:20 PM ----------

Oh wow heaps of changes! I will test and report:thumbup:

Sent from my GT-N7000 using xda app-developers app
Funny, nice tip, my children will like it I am sure :laugh:

ICS had such a surprise too?

About recovery, yes, change log is above. Flashing kernels is a small addition. Will be useful for phones with dedicated recovery partition. But, for S2 and Note, the temporary cwm could be useful for that too. You can test any kernel from stock recovery with it.

Major changes are in the code though. Now, I do not have to track different versions for S2 and i9100 or any other phone. One code is enough for them all. Soon on github
 
  • Like
Reactions: shoey63

Phil3759

Inactive Recognized Developer
May 30, 2012
9,557
33,049
0
I assume Dr Ketan knoes about this?

Sent from my GT-N7000 using xda app-developers app
he's killing me softly...

So, an open request for any one having a N7100 and that is ready to test my recovery image, send me a PM
Same for S3 and Galaxy Tablet 2 for now
 

tbong777

Senior Member
Sep 27, 2010
2,335
350
0
Myrtle Beach
A few pages back I reported the inability to mount both cards within recovery (although they both mounted to the PC while in recovery)

I could not select "install from SD card and was getting a E" Cannot mount /sdcard/" error. (internal Sd Card worked fine)

The card worked fine in in the booted phone though. I took a 32GB card I had and formatted using an open source program called SD Formatter it to Fat32 and recovery discovered it, I rebooted the phone and formatted with the phone and it worked fine in recovery.

So I did the same with the 64GB card and it finally worked in recovery in FAT32. When I used the phone format (it apparently formats to exFAt) The card disappeared in recovery. SO I formatted back to FAT32 and loaded 42GB on it, put it back in the phone and all seems fine.

Conclusion:
exFat 64GB cards do not mount inside within recovery in this kernel
Fat32GB cards mount fine however there is a 4GB file limit

exFat32GB or Fat32GB cards mount.

Hope this helps someone who may have a 64GB card formatted by the phone.

It took some searching to even find a program that would format a 64GB Sandisk as FAT32 in Windows 7
 
Last edited:

Phil3759

Inactive Recognized Developer
May 30, 2012
9,557
33,049
0
Published source code to github
Did a big effort to submit many changes with steps as a tutorial for someone else that would like to dig into the cwm code
I based my initial commit on stock cwm6 up to actual cwm 6.0.1.7 I will soon release

https://github.com/PhilZ-cwm6/philz_touch_cwm6


Please, do not flame if code not so clean. Just have no time to always clean and use less variables once I do implement things that work
Just propose enhancements
 

shoey63

Recognized Contributor
Jun 5, 2012
4,003
3,982
253
Somewhere in Oz...
Good morning Phil. Just to confirm ORS works fine from extSdCard on Note1. I cheated a bit actually. Used Goomanager to create an ORS for HG42's partition scanner (works real fast in recovery and I like to do regular checks - obsessive compulse maybe?:eek: ). Anyway, confirmed flash and phone booted into recovery. Opened Aroma and moved script from /cache/recovery/ to (external)/sdcard/clockworkmod/ors and renamed with .ors extension. After that, ran it from recovery without any issues. Good thing is it is still there to run anytime I like :good:
PS: Glad you finished Github - that must have been a herculean effort! Have a good day my friend. :)
 
  • Like
Reactions: Phil3759

Phil3759

Inactive Recognized Developer
May 30, 2012
9,557
33,049
0
Good morning Phil. Just to confirm ORS works fine from extSdCard on Note1. I cheated a bit actually. Used Goomanager to create an ORS for HG42's partition scanner (works real fast in recovery and I like to do regular checks - obsessive compulse maybe?:eek: ). Anyway, confirmed flash and phone booted into recovery. Opened Aroma and moved script from /cache/recovery/ to (external)/sdcard/clockworkmod/ors and renamed with .ors extension. After that, ran it from recovery without any issues. Good thing is it is still there to run anytime I like :good:
PS: Glad you finished Github - that must have been a herculean effort! Have a good day my friend. :)
Thanks. Yes, that's why it took me a bit before deciding to git
The issue is that you cannot specify a zip to be flashed from external as goomanager does not detect external to browse files. Running scripts should be ok from int or ext though





Dear Philz please help me by providing XXLS2 (Jelly Bean Karnel) with v3.1.
Why use an old leak when ls7 leak out?
Also use regular font and color please


Sent from my GT-I9100 using Tapatalk 2