Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
evaristocofla
Old
#141  
evaristocofla's Avatar
Member
Thanks Meter 3
Posts: 66
Join Date: May 2012
Location: tucuman
Quote:
Originally Posted by CoolCatGetHome View Post
i made the old lockscreen work again

look at my thread

also at gingerswagg ive included the old sliding tab unlockscreen ( no notelock )

for ddkq8



http://forum.xda-developers.com/show....php?t=1655369 look here for getting the old lockscreen back ( no notelock )
tanks but im serching for 2.3.6 look no 2.3.4
 
vic791101
Old
(Last edited by vic791101; 11th June 2012 at 07:40 PM.)
#142  
Junior Member
Thanks Meter 0
Posts: 24
Join Date: Jun 2012
It works. Thanks.
But my Hungarian language file is wrong, beacuse on the statusbar the "Notifications" transleted to "Értesí- tések".
Anyone show me, how do i fixed it?
 
vic791101
Old
#143  
Junior Member
Thanks Meter 0
Posts: 24
Join Date: Jun 2012
Quote:
Originally Posted by vic791101 View Post
It works. Thanks.
But my Hungarian language file is wrong, beacuse on the statusbar the "Notifications" transleted to "Értesí- tések".
Anyone show me, how do i fixed it?
I found!
strings.xml is in two folders: values-hu and values-hu-rHU
Change the string item. status_bar_latest_events_title
 
bobfrantic
Old
(Last edited by bobfrantic; 17th June 2012 at 02:15 PM.)
#144  
bobfrantic's Avatar
Senior Member
Thanks Meter 290
Posts: 709
Join Date: Aug 2010
Your patch to remove the "Swipe to unlock" worked on my Galaxy Ace with the spanish rom S5830XWKTM but the center clock installation was aborted. Would it be possible to make a patch for this rom's lockscreen? please?

thanks clicked btw hehe

Ok my bad, i used the wrong zip LOL I got the right one and got my clock centered, D
 
YawningCat
Old
#145  
YawningCat's Avatar
Member
Thanks Meter 28
Posts: 43
Join Date: Nov 2012
Location: Seremban
Why This Happen ?

W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 10, --target-sdk-version, 10, -F, /tmp/APKTOOL5597813097498071276.tmp, -x, -S, /home/buggy/framework-res/res, -M, /home/buggy/framework-res/AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(An drolibResources.java:255)
at brut.androlib.Androlib.buildResourcesFull(Androlib .java:324)
at brut.androlib.Androlib.buildResources(Androlib.jav a:269)
at brut.androlib.Androlib.build(Androlib.java:192)
at brut.androlib.Androlib.build(Androlib.java:174)
at brut.apktool.Main.cmdBuild(Main.java:188)
at brut.apktool.Main.main(Main.java:70)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 10, --target-sdk-version, 10, -F, /tmp/APKTOOL5597813097498071276.tmp, -x, -S, /home/buggy/framework-res/res, -M, /home/buggy/framework-res/AndroidManifest.xml]
at brut.util.OS.exec(OS.java:87)
at brut.androlib.res.AndrolibResources.aaptPackage(An drolibResources.java:253)
... 6 more
Caused by: java.io.IOException: Cannot run program "aapt": error=13, Permission denied
at java.lang.ProcessBuilder.start(ProcessBuilder.java :1029)
at java.lang.Runtime.exec(Runtime.java:615)
at java.lang.Runtime.exec(Runtime.java:483)
at brut.util.OS.exec(OS.java:78)
... 7 more
Caused by: java.io.IOException: error=13, Permission denied
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java :1021)
... 10 more
 
SpaceCaker
Old
#146  
SpaceCaker's Avatar
Recognized Themer
Thanks Meter 6239
Posts: 10,487
Join Date: Mar 2011
Location: netherlands

 
DONATE TO ME
Quote:
Originally Posted by TheRockCityBoy View Post
Why This Happen ?

W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 10, --target-sdk-version, 10, -F, /tmp/APKTOOL5597813097498071276.tmp, -x, -S, /home/buggy/framework-res/res, -M, /home/buggy/framework-res/AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(An drolibResources.java:255)
at brut.androlib.Androlib.buildResourcesFull(Androlib .java:324)
at brut.androlib.Androlib.buildResources(Androlib.jav a:269)
at brut.androlib.Androlib.build(Androlib.java:192)
at brut.androlib.Androlib.build(Androlib.java:174)
at brut.apktool.Main.cmdBuild(Main.java:188)
at brut.apktool.Main.main(Main.java:70)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 10, --target-sdk-version, 10, -F, /tmp/APKTOOL5597813097498071276.tmp, -x, -S, /home/buggy/framework-res/res, -M, /home/buggy/framework-res/AndroidManifest.xml]
at brut.util.OS.exec(OS.java:87)
at brut.androlib.res.AndrolibResources.aaptPackage(An drolibResources.java:253)
... 6 more
Caused by: java.io.IOException: Cannot run program "aapt": error=13, Permission denied
at java.lang.ProcessBuilder.start(ProcessBuilder.java :1029)
at java.lang.Runtime.exec(Runtime.java:615)
at java.lang.Runtime.exec(Runtime.java:483)
at brut.util.OS.exec(OS.java:78)
... 7 more
Caused by: java.io.IOException: error=13, Permission denied
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java :1021)
... 10 more
Try other apktool if framework-res.apk or us apktool v1.4.3



Sent from my GT-S5830 using xda premium
 




Team Adreno
Team BroadComCM

My Github Click Here
Github BroadcomCM Click Here
Github CyanoSpaceMod Click Here

ON VACATION TILL 29 May 2013

The Following User Says Thank You to SpaceCaker For This Useful Post: [ Click to Expand ]
 
YawningCat
Old
#147  
YawningCat's Avatar
Member
Thanks Meter 28
Posts: 43
Join Date: Nov 2012
Location: Seremban
Quote:
Originally Posted by SpaceCaker View Post
Try other apktool if framework-res.apk or us apktool v1.4.3



Sent from my GT-S5830 using xda premium
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
aapt: warning: string 'Keypad_cancel' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'keyguard_pin_accepted' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'lockscreen_pin_locked_message' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'lockscreen_ruim_pin_blocked' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'lockscreen_sim_pin_blocked' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'permdesc_readOwnerData' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'permdesc_writeOwnerData' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'permlab_readOwnerData' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'permlab_writeOwnerData' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'status_bar_clear_all_button' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'status_bar_latest_events_title' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'status_bar_no_notifications_title' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'status_bar_ongoing_events_title' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'stopSelectingText' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_dual_clock_city_local' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_dual_clock_city_seoul' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_fake_call_activated' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_glass_lock_help_text_1' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_glass_lock_help_text_2' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_puzzle_lock_help_text_1' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_puzzle_lock_help_text_2' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_skt_missing_sim_message1' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_skt_missing_sim_message2' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_skt_usim_not_used' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_smart_unlock_help_text_1' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_smart_unlock_help_text_2' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_smart_unlock_sorry_text' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
I: Building apk file...

Is This Normal Robin
 
SpaceCaker
Old
#148  
SpaceCaker's Avatar
Recognized Themer
Thanks Meter 6239
Posts: 10,487
Join Date: Mar 2011
Location: netherlands

 
DONATE TO ME
Quote:
Originally Posted by TheRockCityBoy View Post
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
aapt: warning: string 'Keypad_cancel' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'keyguard_pin_accepted' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'lockscreen_pin_locked_message' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'lockscreen_ruim_pin_blocked' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'lockscreen_sim_pin_blocked' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'permdesc_readOwnerData' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'permdesc_writeOwnerData' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'permlab_readOwnerData' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'permlab_writeOwnerData' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'status_bar_clear_all_button' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'status_bar_latest_events_title' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'status_bar_no_notifications_title' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'status_bar_ongoing_events_title' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'stopSelectingText' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_dual_clock_city_local' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_dual_clock_city_seoul' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_fake_call_activated' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_glass_lock_help_text_1' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_glass_lock_help_text_2' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_puzzle_lock_help_text_1' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_puzzle_lock_help_text_2' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_skt_missing_sim_message1' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_skt_missing_sim_message2' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_skt_usim_not_used' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_smart_unlock_help_text_1' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_smart_unlock_help_text_2' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
aapt: warning: string 'zzz_smart_unlock_sorry_text' has no default translation in /home/buggy/framework-res/res; found: et_EE ga_IE is_IS kk_KZ mk_MK
I: Building apk file...

Is This Normal Robin
Yes

Thats something i always have

Its a signit went good

It mean that there arent translations of thosestrings



Sent from my GT-S5830 using xda premium
 




Team Adreno
Team BroadComCM

My Github Click Here
Github BroadcomCM Click Here
Github CyanoSpaceMod Click Here

ON VACATION TILL 29 May 2013


The Following User Says Thank You to SpaceCaker For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...