Help compiling Somcphone.apk - Sony Xperia L

Hi
Can somebody help me with compiling somcphone.apk
I have installed the frameworks and also it decompiles easily without any issue but gives me error when I try to compile.
Even without making ANY changes, it doesn't compile.
Kindly help.I have tried many automated apktools available on the internet but no avail.
Here's the error I'm getting
{
"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"
}
Any help would be greatly appreciated

Do u used Advanced APKTool v2 by BDFreak ?

You're using a version of apktool that doesn't recognise certain folders in your apk. You'll need to use the most recent version to have a chance of decompiling this.
Interestingly, Tickle My Android comes with the most recent versions of apktool. Give it a try: tinyurl.com/ticklemyandroid

Rajeev said:
Do u used Advanced APKTool v2 by BDFreak ?
Click to expand...
Click to collapse
Yes, I did. Tried in for both odexed and deodexed files but the same error occurred.

Related

draw9patch broken in latest SDK?

I downloaded the latest SDK update and am getting this error whenever I try to load up draw9patch. I didn't change anything related to Java SE or the like. Anyone else having this issue?
{
"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"
}
ilangoadigal said:
I downloaded the latest SDK update and am getting this error whenever I try to load up draw9patch. I didn't change anything related to Java SE or the like. Anyone else having this issue?
Click to expand...
Click to collapse
Yeah I'm getting the same thing, i'm learning to theme now so this was actually my first time firing it up. But i used the Android SDK installer and reinstalled just to make sure i wasnt missing anything else, Java SDK is installed and detected. any word on this?
EDIT: found the fix here, worked on windows too: http://stackoverflow.com/questions/4370899/android-draw9patch-throws-noclassdeffounderror
Solution to fix this: http://code.google.com/p/android/is...er&colspec=ID Type Status Owner Summary Stars
(thanx @ilangoadigal for finding this )

[Q] How can I link my ListPreference to an actual piece of data in another apk

So, I have edited the CM9 Settings.apk AND SystemUI.apk. I added the following code
Code:
<ListPreference
android:entries="@array/dutchgfx_entries"
android:title="@string/dutchgfx_title"
android:key="dutchgfx_****"
android:summary="@string/dutchgfx_summary"
android:entryValues="@array/dutchgfx_entryvalues" />
to the system_settings.xml.
My list works and appears and I can select my options correctly.
But, I need to link this preference to @color/notification_item_background_color in SystemUI.apk, and I do not know even where to start. If any of you can give em any insight as to how to do this, i'de be very grateful. here is a screenshot of my menu (in case it helps at all)
{
"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"
}
Bump
Got it to work, just need to figure out how to make the data send now, i have new project, buttons preferences and etc, just wanna send color code from one app to another. Help anyone?

Custom Themed Youtube/VideoPlayer in Android

Hi,
got another problem here.
I'm using an ICS themed Custom ROM for my Mt6573 Device, and got some Problems here.
the Dev of this Rom build that "feature" into the Rom, but it isn't working for me properly.
Normally, the HQ Button used to be inside the Preview-Picture ( on the bottomleft side) but in this case its themed under the Previewpicture.
I cannot start videos that way, it isn't loading.
Maybe someone of you can tell me what apk, jar or file is the cause of this problem? where can i change it? maybe some custom libs?
It is not the framework,i copied SystemUI.apk and the complete framework folder to another similar Rom and it is working there nicely(HQ button in the previewpicture, not below the picture)
{
"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"
}
the red arrow shows what i mean.
thx, chris

mod how to add OGBatteryMod.apk for4.4.2

{
"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"
}
mod how to add OGBatteryMod.apk for4.4.2
test work on I9500(4.4.2)
A-decompile SystemUI.apk
1-layout / modify status_bar.xmll
2-smali/com / join ghareeb package
3-smali/com/android/systemui/statusbar/phone / modify PhoneStatusBar.smali
Completion of Part A
B-decompile SecSettings.apk
1-values / modify strings.xml
2-xml / modify display_settings.xml
Completion of Part B
C-added OGBatteryMod.apk
download:Completion File Here
http://pan.baidu.com/s/1kTBMd63
kin201303 said:
mod how to add OGBatteryMod.apk for4.4.2
Click to expand...
Click to collapse
How do I decompile tthe apk?
with apktool .. http://www.xda-developers.com/android/android-apktool-v2-released-massive-overhaul/
[GUIDE][HOW-TO] Decompile and Compile apps using Apktool in 5 Simple Steps
selivanow said:
How do I decompile tthe apk?
Click to expand...
Click to collapse
[GUIDE][HOW-TO] Decompile and Compile apps using Apktool in 5 Simple Steps
http://forum.xda-developers.com/showthread.php?t=2213985

[Q] Error on decompile & clock widget

1 trouble.
Why I'm my Sony Xperia E1 (D2005) don't work thin font style in clock widget? Anybody know, how solve this problem? I was very happy, if me anybody help to solve this bug. Thank.
2 trouble.
I cannot make working deodex. In 4 of 5 trying I have a dont working System.apk (his not visible in launcher). Latest trying Setting be decompile, but his not working - "sorry, setting force stop blah blah". Framework to be installed - framework-res.apk & SemcUxpGeneric.apk ( I try make with Cygwin on Win10 and Ubuntu Xenial Xerus in latest Android Kitchen by @dsixda's.) I don't know, why deodex not finish successful.
Sorry for offtop (my thread are slowly dead and people not responding. I write too in 4pda.ru and I not any answer to my problem.)
{
"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"
}
Надіслано від мого D2005, використовуючи Tapatalk

Categories

Resources