[Q][CM7] Changing default lockscreen style in build.prop - Galaxy Ace S5830 Q&A, Help & Troubleshooting

Guys anyone know that or is it possible?

Still vaiting for help guys...
Sent from my GT-S5830 using xda premium

I dont know more about it..but just trying to help you by giving the ans.
I think you hve to do some changes in systemui about your lockscreen.and afterwards do some change in the build.prob as about default lockscreen..
Thats it..
Sent from my GT-S5830 using xda premium

Nope is not possible in the build.prop
But its possible in smali
Go to android.policy.jar
Lockscreenpatternview.smali
Find the name/codename of your stock lockscreen and when found change the lines of code to other lockscreen code
Sent from my GT-S5830 using xda premium

SpaceCaker said:
Nope is not possible in the build.prop
But its possible in smali
Go to android.policy.jar
Lockscreenpatternview.smali
Find the name/codename of your stock lockscreen and when found change the lines of code to other lockscreen code
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
i have same problem.
i'm trying to **** a rom and i want to set a lockscreen style (sliding tab) as a default.
i dont know how to do it!
i didnt find any thing related to lockscreen in android policy.jar
i even couldnt find Lockscreenpatternview.smali too!
should i add or edit line's on build.prop or some xml?
any hint?

saeid.1980 said:
i have same problem.
i'm trying to **** a rom and i want to set a lockscreen style (sliding tab) as a default.
i dont know how to do it!
i didnt find any thing related to lockscreen in android policy.jar
i even couldnt find Lockscreenpatternview.smali too!
should i add or edit line's on build.prop or some xml?
any hint?
Click to expand...
Click to collapse
You must decompile the apk first. Search apktool and how to use it
Sent from my GT-S5830 using xda app-developers app
---------- Post added at 10:44 PM ---------- Previous post was at 10:43 PM ----------
http://forum.xda-developers.com/showthread.php?p=39964139
Sent from my GT-S5830 using xda app-developers app

jumper62 said:
You must decompile the apk first. Search apktool and how to use it
Sent from my GT-S5830 using xda app-developers app
---------- Post added at 10:44 PM ---------- Previous post was at 10:43 PM ----------
http://forum.xda-developers.com/showthread.php?p=39964139
Sent from my GT-S5830 using xda app-developers app
Click to expand...
Click to collapse
i know how to use apktool.
i edited pngs and xmls and its working.but when i flash my rom i have to set the lockscreen (slidind tab) style manually!
but i want to do something that when i flash the rom the lockscreen style (slidind tab) already is set.
sorry for bad eng!

saeid.1980 said:
i know how to use apktool.
i edited pngs and xmls and its working.but when i flash my rom i have to set the lockscreen (slidind tab) style manually!
but i want to do something that when i flash the rom the lockscreen style (slidind tab) already is set.
sorry for bad eng!
Click to expand...
Click to collapse
compare lockscreen.smali from cyanospacemod 7.2 to original CM7
i had setted sliding tab lockscreen as default in java
Sent from my S500 using xda app-developers app

SpaceCaker said:
compare lockscreen.smali from cyanospacemod 7.2 to original CM7
i had setted sliding tab lockscreen as default in java
Sent from my S500 using xda app-developers app
Click to expand...
Click to collapse
thanks for replay.
i decompiles classes.dex but there are to many smali's!
i'm really confused
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
can you please tell me which smali and which line should be edited?
here i attach the impl folder.
thank you buddy.

saeid.1980 said:
thanks for replay.
i decompiles classes.dex but there are to many smali's!
i'm really confused
can you please tell me which smali and which line should be edited?
here i attach the impl folder.
thank you buddy.
Click to expand...
Click to collapse
compare all lockscreen smali though no other method sorry
Sent from my S500 using xda app-developers app

i steel couldnt do any thing with the lockscreen style!

Related

How to add % for battery in stutas bar?

As title says
I have tried to add and replace png files in systemui.apk, but it always shows at fully charged...
Sent from my Nexus S using xda premium
You have to download a mod and flash it through bootloader, but everytime I tried it, my status bar took like 5min to start showing up after boot.
Sent from my Nexus S using XDA App
stat.sys.battery & stat.sys.battery.charging xmls have to be edited , as well as adding the battery pngs to support the xml edits
mobile_sensei said:
stat.sys.battery & stat.sys.battery.charging xmls have to be edited , as well as adding the battery pngs to support the xml edits
Click to expand...
Click to collapse
.....okay?
problem , how to edit? add what or edit what ?
qtwrk said:
.....okay?
problem , how to edit? add what or edit what ?
Click to expand...
Click to collapse
Decompile the systemui. Find the 2 xml's listed above in the res/drawable folder. Edit the xml to show all charge rates 0-100 in both xml's (suggest notepad ++). Add the battery images in the res/drawable-hdpi folder. Recompile, do not sign. Push the edited systemui to the phone.
you have to decompile systemui.apk then substitute or edit those two xmls mentioned above and add the missing % png icons, then recompile the apk. if you want i can upload a ready pack tomorrow.. then you'll just change the icons to your needs
Sent from my Nexus S
SystemUI/res/drawable/stat_sys_battery.xml and stat_sys_battery_charge.xml
where are they ?
or , what code should i write in ?
Well you could always download something off of the market... I'm using BatteryBar+
Sent from my Nexus S using XDA App
All of the mods that you can download here ( http://forum.xda-developers.com/showthread.php?t=1434061 ) are working for me on cm9 alpha20 patch 1 on my nexus s. Dont know for other roms, but you can give it a try!!
Greetzz Jojoost
Sent from my Nexus S using XDA App
Honestly the easiest way since you have no clue what code to write just go into uot kitchen select a battery and the way you want it to charge then upload your SystemUI? I don't have this phone and let it build it and write the code for you
Sent from my VS910 4G using xda premium
Beamer9408 said:
Honestly the easiest way since you have no clue what code to write just go into uot kitchen select a battery and the way you want it to charge then upload your SystemUI? I don't have this phone and let it build it and write the code for you
Sent from my VS910 4G using xda premium
Click to expand...
Click to collapse
I don't believe that UOT supports ICS, GB only. Icon Placements, xmls, & framework are very different in ICS.
1) decompile systemui.apk
2) copy the attached files (overwrite when asked)
3) recompile the apk
4) done!
i attached a template, it's the thin circle mod that i usually use.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
change the icons to your needs
etoy said:
1) decompile systemui.apk
2) copy the attached files (overwrite when asked)
3) recompile the apk
4) done!
Click to expand...
Click to collapse
What do you use do decompile/recompile ICS? And how do you do it.
Thanks
nozyczek said:
What do you use do decompile/recompile ICS? And how do you do it.
Thanks
Click to expand...
Click to collapse
Search here in the forum or google for apktool,there are also good guides how to use and how to replace or modify the xml-scripts and icons.
Big thanks to fergie716 for the wonderful guides!
Sent from my Nexus S using xda premium
FlatEric0074 said:
Search here in the forum or google for apktool,there are also good guides how to use and how to replace or modify the xml-scripts and icons.
Click to expand...
Click to collapse
Found it here:
http://forum.xda-developers.com/showpost.php?p=19760562&postcount=3
Thx
FlatEric0074 said:
Search here in the forum or google for apktool,there are also good guides how to use and how to replace or modify the xml-scripts and icons.
Big thanks to fergie716 for her wonderful guides!
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
Fergie your such a female!
Sent from my IceCreamSammich Nexus S 4G

Gingerbread Modding

Hey Guys,
while surfing around this Forum i found the Paranoiandroid. In this Rom the TitleBar is is on the Bottom of the Screen. Is it possible to mod the Title Bar of an Gingerbread Rom to have the Title Bar down too?
Thanks
Dragon
Yes thats possible by editing the xml files in SystemUI.apk. no easy job though
please DONT delet this theard, it is very usefull ...
Thanks!
If we dont have our own theard please let us have this theard....
Here is my ICS status bar layout, the carrier text is on the bottom as you see
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
and just decompile his systemui.apk with apk-manager and you will see how it works
gread brood!
but could you make the carrier transparent, so you only can see the carrier (like telekom)
and please make the clock looking like Ics, I dont mean only the coulour!
Please give me the status bar:fingers-crossed:
broodplank1337 said:
Here is my ICS status bar layout, the carrier text is on the bottom as you see
and just decompile his systemui.apk with apk-manager and you will see how it works
Click to expand...
Click to collapse
That looks very nice but i meant to put the hole bar with clock wifi and othe icons to the bottom. Is that possible too?
Sent from my GT-I9001 using xda premium
CM7 already has this function.
Sent from my GT-I9001 using xda app-developers app
zimmbadroid said:
CM7 already has this function.
Sent from my GT-I9001 using xda app-developers app
Click to expand...
Click to collapse
who is talking about cm7?
broodplank1337 said:
Here is my ICS status bar layout, the carrier text is on the bottom as you see
and just decompile his systemui.apk with apk-manager and you will see how it works
Click to expand...
Click to collapse
Hi can u share your systemUI.apk and framework.apk please......?
Sent from my GT-I9001 using xda premium
If you people want this statusbar download the ICS theme for broodROM Business Edition
http://sourceforge.net/projects/bro.../Signed-ICS-Theme_broodROM_BE_v1.zip/download
SystemUI.apk and framework-res.apk of course included (don't forget lidroid-res.apk)
Delete please
Sent from my GT-I9001 using xda app-developers app
Rom_Tester said:
who is talking about cm7?
Click to expand...
Click to collapse
Isnt CM7 gingerbread you smartass.
Sent from my GT-I9001 using xda app-developers app
if using this on 2.3.6 stock like this [ I9001XXKQE_I9001XENKP2_I9001XXKPL ] you loos acuweather and also you dont can open widget or is fixed sory for qustion ^^
I am using crybernation 1.0.1
nice ics theme but i imagined it with title bar down. Screenshot comes
Sent from my GT-I9001 using xda premium
Dragon0501 said:
I am using crybernation 1.0.1
nice ics theme but i imagined it with title bar down. Screenshot comes
Sent from my GT-I9001 using xda premium
Click to expand...
Click to collapse
Sent from my GT-I9001 using xda premium
Decompil: check!
And now?
i have many xml files but can't find something that sounds like status bar position.
You are right. That seems to be much work.
Sent from my GT-I9001 using xda premium
You are right. Cm7 supports exactly what i want. The only problem is no cm 7 for i9001.
in the rom its shown under tablet tweaks. Is it possible to flash exactly this tweaks to my rom?
Sent from my GT-I9001 using xda premium
There is cm7 for i9001..
broodplank1337 said:
There is cm7 for i9001..
Click to expand...
Click to collapse
But still has bugs. Or not?
Sent from my GT-I9001 using xda premium
Dragon0501 said:
But still has bugs. Or not?
Sent from my GT-I9001 using xda premium
Click to expand...
Click to collapse
Try this.
Its mazens cm7 fixed 2.0 but you must root it because mazen forgot to include root.
Its been my daily (again) for a 7-8 days.

[MIUI][THEME] Another sense 4.0 style with WEATHER LOCKSCREEN ANIMATION

The weather is work perfect with animation instead..
Note = to make animation on weather lockscreen work is just "INSTALL 9S WEATHER" first
Heres theme link http://www.mirrorcreator.com/files/RPD7UURE/IM_Red_Steel.mtz_links
Heres the screenshot..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If you want lockscreen animation in english is simple, just translate the ".xml" file inside the advance folder in lockscreen..
All u wanna do is
1. Rename ".mtz" file to ".zip"
2. Exrltrack it to any folder u want
3. Then found the lockscreen file and rename it to "lockscreen.zip"
4. Then extrack it to anywhere
5. Go to "advance" folder inside lockscreen that you've extrack.
6. Found ".xml" file and open it with any text editor example like notepad
7. Open google translate or other translate site
8. Copy/Cut weather information and translate it.
9. Paste the letters that you've translated, close / save
10. Zip it all of that you've extrack
11. Rename the zip file to ".mtz" file
Open it with theme or import theme
12. Apply an enjoy :thumbup:
Hope you'll fine
Sent from my GT-I9100 using xda premium
Awesome!
Sent from my Motorola Triumph using xda app-developers app
henslo said:
Awesome!
Sent from my Motorola Triumph using xda app-developers app
Click to expand...
Click to collapse
Thanks mate
Sent from my GT-I9100 using xda premium
xpresotw said:
Thanks mate
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
I installed the 9s weather shows on lockscreen but shows C° ive changed it to F° but no change there, still learning how to change and move files on phone, sorry for noob question but is there an easier way to make english? Thanks
Sent from my ADR6350 using xda app-developers app
henslo said:
I installed the 9s weather shows on lockscreen but shows C° ive changed it to F° but no change there, still learning how to change and move files on phone, sorry for noob question but is there an easier way to make english? Thanks
Sent from my ADR6350 using xda app-developers app
Click to expand...
Click to collapse
It has to be changed in the lockscreen manifest to F°. Maybe pm the op and request a f° version. :thumbup:
Sent from my PC36100 using Xparent ICS Blue Tapatalk 2
can someone post a English version with F instead of C? just hoping
Can somebody please post the English version of this MTZ? This is incredible!!!!! Thanks in advance.
henslo said:
I installed the 9s weather shows on lockscreen but shows C° ive changed it to F° but no change there, still learning how to change and move files on phone, sorry for noob question but is there an easier way to make english? Thanks
Sent from my ADR6350 using xda app-developers app
Click to expand...
Click to collapse
bL33d said:
can someone post a English version with F instead of C? just hoping
Click to expand...
Click to collapse
emperorsuresh said:
Can somebody please post the English version of this MTZ? This is incredible!!!!! Thanks in advance.
Click to expand...
Click to collapse
i agree with these guys.
an english version with Fahrenheit displaying instead of Celsius would be appreciated!
thanks!

[Q] Wich systemui modifications needed for lidroid

I made a rom based XWKTR (Latest firmware) and i want to add lidroid toggles... Guys anyone can make a guide for it? Or anyone can make it for me?
Guide is on xda by lidroid
And its xtremely simple to follow
Sent from my GT-S5830 using xda premium
I have problems with compiling systemui What can i do for fix it?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
faceliler said:
I have problems with compiling systemui What can i do for fix it?
Click to expand...
Click to collapse
Use apktool
Never use apkmanager
Sent from my GT-S5830 using xda premium
my english is not enough can u write a example decompiling and compiling and signing the apk please?
Added a screenshot, i do not understand what will i do for decompiling and compiling
Apktool if framework-res.apk
Apktool d systemui.apk
Apktool b systemui.apk
Sent from my GT-S5830 using xda premium
Pfff i got this error when i want to recompile apk (((
Im sorry for you exhausted
faceliler said:
Pfff i got this error when i want to recompile apk (((
Im sorry for you exhausted
Click to expand...
Click to collapse
Only do apktool b systemui
Sent from my GT-S5830 using xda premium
same error
wich version of apktool do u use ?
i use 1.4.3 or 1.4.2
And did u installed java JDK / SDK ?
also ive made working toggle mod for KTR
download below
CoolCatGetHome said:
wich version of apktool do u use ?
i use 1.4.3 or 1.4.2
And did u installed java JDK / SDK ?
also ive made working toggle mod for KTR
download below
Click to expand...
Click to collapse
why i can't do that im using latest (1.4.3) and what is the attachment below??? (my english not enough again too)
Sent from my GT-S5830 using xda premium
Wow working perfect may i use your modded systemui? I really want it... Or can we work together?
Sent from my GT-S5830 using xda premium
faceliler said:
Wow working perfect may i use your modded systemui? I really want it... Or can we work together?
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
sure
i am hacking the ktr rom some more
i am trying to enable lockscreen music control
and transparent lockscreen
also i figured out how to change the task manager button when long press on home button to other apps

[JB][ICS][GB]Holo Launcher TW5 SGS3 Theme

Hello Dudes.
I have already themed Holo Launcher in SGS3 theme for MesoROM in i9000, but thought to share it with all of you guys in all different devices. This will make Holo Launcher look Like TW5 launcher... and will turn your main apps icons into s3 icons... Enjoy dudes.
How to install:
1. install Holo Launcher first from the Play Store.
2. Apply the theme.( install the file from recovery)
3. Enjoy.
note: This may not theme mdpi devices, if it doesn't work, notify me.
Planned: TW5 theme for Holo Launcher HD
download
screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
but how can i use this ????
vaja_dinesh2006 said:
but how can i use this ????
Click to expand...
Click to collapse
Apply the theme after installing holo launcher
Sent from my GT-I9000 using Tapatalk 2
but how apply the theme ? this is zip file tell me how can i apply full process plz
vaja_dinesh2006 said:
but how apply the theme ? this is zip file tell me how can i apply full process plz
Click to expand...
Click to collapse
Flash it.. it is a flash able file... u should root first then flash from recovery
Sent from my GT-I9000 using Tapatalk 2
i flash but where in holo this theme ????
---------- Post added at 12:35 AM ---------- Previous post was at 12:15 AM ----------
error
! com.mobint.hololancher-1.apk not found, ignoring
! nothing to morph
(nothing has changed)
i have holo launcger hd plus 1.0.8 and feralab ice v4 rom
vaja_dinesh2006 said:
i flash but where in holo this theme ????
---------- Post added at 12:35 AM ---------- Previous post was at 12:15 AM ----------
error
! com.mobint.hololancher-1.apk not found, ignoring
! nothing to morph
(nothing has changed)
i have holo launcger hd plus 1.0.8 and feralab ice v4 rom
Click to expand...
Click to collapse
This is currently for the original holo launcher l, not HD version
Sent from my GT-I9000 using Tapatalk 2
I have flashed the zip property , after reboot i could not able to select holo launcher .480*800 .
idhbar said:
I have flashed the zip property , after reboot i could not able to select holo launcher .480*800 .
Click to expand...
Click to collapse
Weird...it works well with me.
In the zip file, u can change the meta-inf folder to one of flash able files that worked with u.. try this and notify me about the results
Sent from my GT-I9000 using Tapatalk 2
wich Transparency level did u used ?
SpaceCaker said:
wich Transparency level did u used ?
Click to expand...
Click to collapse
50 percent
Sent from my GT-I9000 using Tapatalk 2
alkhafaf said:
50 percent
Sent from my GT-I9000 using Tapatalk 2
Click to expand...
Click to collapse
Okay
Btw your suggestion for wanam apkmanager works perfectly
Sent from my GT-S5830 using xda premium
SpaceCaker said:
Okay
Btw your suggestion for wanam apkmanager works perfectly
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
I am glad to help
Sent from my GT-I9000 using Tapatalk 2
alkhafaf said:
I am glad to help
Sent from my GT-I9000 using Tapatalk 2
Click to expand...
Click to collapse
Am going to mod latest hololauncher
But have problem the dock icons are really small am trying to change default icon size to bigger
Sent from my GT-S5830 using xda premium
SpaceCaker said:
Am going to mod latest hololauncher
But have problem the dock icons are really small am trying to change default icon size to bigger
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
OK... u need the bigger icons PNG files?
Sent from my GT-I9000 using Tapatalk 2
alkhafaf said:
OK... u need the bigger icons PNG files?
Sent from my GT-I9000 using Tapatalk 2
Click to expand...
Click to collapse
Nope i need to find the default iconsize configuration file
Or enable the launcher to see the phone as hdpi device
Sent from my GT-S5830 using xda premium
SpaceCaker said:
Nope i need to find the default iconsize configuration file
Or enable the launcher to see the phone as hdpi device
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Aha
U can check the Strings.xml
Many values can be changed from there. Check that after integers.XML, and dimens.xml (if exist)
Sent from my GT-I9000 using Tapatalk 2
Ive checked
Btw for dock background
Go to layout/hotseat.xml and add android:background @drawable/
hotseat_bg_panel
Sent from my GT-S5830 using xda premium
Cool
thanks
Tried on my huawei u8180, didn`t work

Categories

Resources