Files needed to get a custom CMW going for our phones

donavan

Well-known member
May 18, 2011
582
162
0
I have been talking with a developer on IRC and he is willing to build us a custom CWM image so our colors aren't all messed up, but he needs some files and I wont have time to get them for several days. So if someone out there can get me the following he will fix the color issue and make us real version of CMW specific to our phones. This will be a custom build from the ground up no hacked versions that sort of work.

I need to get him these files for both the P505 and the P506 (both basebands if possible).

boot.img
recovery.img (must be stock)
/proc/partitions
/proc/mtd
/proc/enmc
/proc/mounts


if you send the indicate which phone the android version and the baseband just to be on the safe side.
 
  • Like
Reactions: LifesGoodPhoenix
would like to help, but i dont know how to go about getting those files. is recovery in the source code for the rom ?
 
would like to help, but i dont know how to go about getting those files. is recovery in the source code for the rom ?

Hate to admit it but neither do I :D

I was hoping someone in here would know how to do it and I could avoid the leg work tonight. If no one know how to get the files I will read up on it and post a how to here.
 
Oh yes we will have a good CWM and a good ROM (God willing) and the source code will be made available one way or another.
 
Awesome work man I will get this shot up to the my guy and see what he can pull off for us just as soon as I can get the other files off my phone (maybe here later today).
 
OK here are two of the other files needed from the stock 2.3.4 OS, but I can't find the /proc/emmc and /proc/mounts. Can someone out ther check there version of android has them. You can get the files by entering the following command into adb with the phone connected to the PC via USB from inside of a cmd window.

adb pull /proc/mount c:\<whatever directory you like>\

adb pull /proc/emmc C:\<whatever directory you like>\


if you dont have them the system will return

remote object '/proc/mounts' not a file or directory or remote object '/proc/emmc' not a file or directory
 
Weird. All the files in my /proc folder are 0 bytes.

I don't think we have the enmc file. There's nothing in the source with that name (enmc*).
 
the files arent really files there links so they wont really have any size when you look directly at them I did find that much out.
 
Ok got the final file apparently we dont have emmc we have mtd what ever the hell that is. Anyways here is the final file.