• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [MOD]New build.prop With Default LockSceen!!

kumar abhishek

Android Enthusiast
Here is new Build.prop with minor changes
Get it from here

Changelog:-
#Default lockscreen
#added power off alarm
#lockscreen wakes up with incoming message
Procedure:
1.Unzip the file.
2.Replace it with Original build.prop in /system
3.Set perms to rw-
r--
r--
4.Reboot
mmx lockscreen:-

http://www.mediafire.com/?d2xhw86vh82e3h5
default lockscreen:-
http://www.mediafire.com/?ouu41o2art8294w
DON'T FORGET THANKS :D
 

Attachments

HI,

I am using Ninads Rom and I am extremely happy - Thank you so much.

I have added the build prop to change the lockscreen but the time and the date are in black and I have a black wall paper so I am not able to see it at all.

How can I change the font color?

My sim are displayed

Vodaphone/Vodaphone
Airtel/Airtel

How can I remove the sim names from showing up?


Thanks...
 
Instead of updating build.prop , simply edit build.prop file using editor from play store. Use different values for culockscreen variable to try out different inbuilt lock screens ( e.g 1 - simple slider . 2- raindrops screen etc.. )
 
Instead of updating build.prop , simply edit build.prop file using editor from play store. Use different values for culockscreen variable to try out different inbuilt lock screens ( e.g 1 - simple slider . 2- raindrops screen etc.. )


-1 :( :( I tried that and my a75 is continuesly restarting and I dont have pc now so cant flash ninad's rom again so I had to visit service center to get that waste unrooted rom :( :(
 
I am sorry for you.

You dont have to reflash entire image. Follow these steps.

switch on Phone.
start cmd in PC.
adb pull existing build.prop.
Some editors mess with build.prop and append backup to original build.prop, so remove these backed up settings .
now adb push modified build.prop to sdcard.
launch adb shell
remount system with rw permission.
delete /etc/build.prop
copy modified build.prop present in sd card to etc.
reboot phone.

you are good to go.
 
I am sorry for you.

You dont have to reflash entire image. Follow these steps.

switch on Phone.
start cmd in PC.
adb pull existing build.prop.
Some editors mess with build.prop and append backup to original build.prop, so remove these backed up settings .
now adb push modified build.prop to sdcard.
launch adb shell
remount system with rw permission.
delete /etc/build.prop
copy modified build.prop present in sd card to etc.
reboot phone.

you are good to go.


what to do if phone stuck at boot screen after changing the build.prop??
 
I am sorry for you.

You dont have to reflash entire image. Follow these steps.

switch on Phone.
start cmd in PC.
adb pull existing build.prop.
Some editors mess with build.prop and append backup to original build.prop, so remove these backed up settings .
now adb push modified build.prop to sdcard.
launch adb shell
remount system with rw permission.
delete /etc/build.prop
copy modified build.prop present in sd card to etc.
reboot phone.

you are good to go.

The path for build.prop is not /etc/build.prop.....it's /system/buid.prop
N if copied using RootExplorer from sdcard to /system then don't forget to set new file's permission to rw-r--r--,this is important..
 
what to do if phone stuck at boot screen after changing the build.prop??

If u have enabled USB Debugging then see if its getting detected on pc through 'adb' when u start the phone,even if its at bootlogo.
If it detected by adb then u can push stock build.prop via adb to /system so it gets restored.

Commands:

After power on phone n connecting to pc,u will need to have drivers installed btw..:p
Code:
adb devices

If it shows ur device in List of attached device then bingo..u can restore file
Code:
adb remount
adb push build.prop /system/

Now restart the device n see if it boots.
 
I think there is no need to do all that stuff.
Just get Root Browser from market.Its free and works well for this purpose.

I had many times edited Build.prop of my phone.

Just edit ,save and restart your phone.Thats all
 
I think there is no need to do all that stuff.
Just get Root Browser from market.Its free and works well for this purpose.

I had many times edited Build.prop of my phone.

Just edit ,save and restart your phone.Thats all

Check the quote part dude.the fellow was stuck on bootanimation so he can't install an app or use UI...so the only way is to use steps I provided.adb can be accessed as soon as bootlogo past provided u have enabled USB Debugging.
 
Back
Top Bottom