General :: Porting Samsung APKs To Non-Samsung Smartphones
Nov 21, 2012I own a Motorola XT316 and I love Samsung design. By this, I was trying to port Samsung's APKs to my phone, like Social Hub and SMS. But how I can do it?

I own a Motorola XT316 and I love Samsung design. By this, I was trying to port Samsung's APKs to my phone, like Social Hub and SMS. But how I can do it?
I'm just curious if it is possible to port proprietary apps (for example the S3 SecEmail.apk) to different phones, or are they locked into mfg specific phones?
The reason I ask this is because I am trying to find an email app that offers image compression, and I can't find one anywhere. This is the only one I've found.
I'm trying to port some package from Samsung ROM to CM following this guide and I'm stuck.I decompiled the package, removed TW dependency from the manifest and now I'm adding additional classes from TW framework into this package. Everything was smooth so far as I was getting rid of "class not found" and similar messages in logcat by adding the missing class and recompiling the package.When I try to run the app, I get the following message in logcat:
Code:
I/dalvikvm(30301): Could not find method com.sec.android.touchwiz.widget.TwAbsListView.isInDialog, referenced from method com.sec.android.touchwiz.widget.TwAbsListView.onHoverDrawableState
W/dalvikvm(30301): VFY: unable to resolve virtual method 9561:
[code]....
However, based on official documentation this method does not exist in this class.If I try to add android.view.ViewGroup and android.view.View from stock framework.jar into the package explicitly, I start getting "multiple definition" messages in logcat, and isInDialog still can't be resolved.So, I'm currently stuck.
Android leaderboard: The 10 best smartphones | ZDNet
View 20 Replies View Relatedhow porting aosp apps to Samsung based roms works.
Ics roms and apps more specifically.
Can someone post the apk files for the samsung behold 2 touchwiz keyboard? I am using BH Mans rom and the keyboard in the rom sucks IMO, coz i keep making mistakes.I want the stock keyboard.
View 18 Replies View RelatedSirius XM Apk (awesome 7 day fre trial available)
Sirius/XM app available now - Droid Forum - Verizon Droid & the Motorola Droid Forum
Lets get a list of apks going for everyone keep adding to it and share your favs. Maybe even a sticky pls!
It's been a day and a half since we brought home our Epic and the number is still porting over from Verizon. I've called sprint twice and they said they couldn't do anything. When I ported my number to my Evo from ATT, it only took like 10 minutes.
Anyone having issues like that?
Can I test Android smartphones applications on Samsung Galaxy Tab? Let's say I want to develop Android applications for HTC,and I only have Galaxy. Can I simulate smaller resolutions on Galaxy to see how it would work on HTC?
View 2 Replies View RelatedJust found the stock /System dump, which includes all the apps/APKs that come with a stock Samsung Fascinate.
*This is useful for those who accidently deleted bloatware, but still want a backup for future use (i.e. for updates).
Thread:
Fascinate system dump - Android Forums
Direct Download to the /System dump (Copy and paste the links):
Code:
There is on the market many "usb-only" speakers (without jack connector) to be connected to computer. I m asking about some app which will be able to turn our smartphone like an usb speakers. It could be fun to use our smartphones as speakers when we don't have traditional speakers.
View 4 Replies View RelatedI have searched a lot over google etc. about knowing if the smartphones with HDMI output capability actually outputs 720p or 1080p on HDTV or it is just that the screen resolution is upscaled to HD..
I can understand that all HD games are high in graphics but they are not actually 720p resolution certainly..but i am talking about HD movies which are of 1280*720 resolution which plays on my xperia neo v like a true HD video with high density of my screen with bravia engine enabled it looks awesome on my mobile..
But my query is when I connect it to HDTV by HDMI cable provided with xperia neo V...the same HD (1280*720) does not seems to be like HD..So is it that it outputs the mobile screen resolution by upscaling even in the case of HD files ?
Is that just happens with xperia neo v or all the android smartphones with HDMI output capabilities just upscales the resolution?
how to make the HDMI output for HD videos look as good as possible..(specially on my xperia neo v)
I would need to see the screen of my Galaxy S2 S5 on (which I can modding without problems). To be precise, I would take a remote viewfinder feature but unfortunately that function does not act on the basis of s2.
I try but I do not think BBQScreen applications such as functions, how can I do?
Does Android 3.2 smartphones all support arrow/direction keys? If so, what are the keyCode for the four keys?
does KeyEvent class already defined these keys?
I am trying to install apks from a sense rom for the Droid DNA but none of them install. What am I doing wrong?
View 1 Replies View Relatedi am trying to combine two apk's in one..i write scripts using python for android.i can package those scripts in apk. however apk if installed on a phone which doesn't have python interpreter ask's user's to download interpretor.
what i want is one monolithic apk which contains python interpretor plus my script.
I have been trying to use APK Tool for HOURS and I keep getting this error:
I: Baksmaling...
I: Loading resource table...
Exception in thread "main" java.lang.ClassCastException: brut.androlib.res.data.
value.ResFileValue cannot be cast to brut.androlib.res.data.value.ResScalarValue
at brut.androlib.res.decoder.ARSCDecoder.readComplexE ntry(ARSCDecoder.ja[code].....
I am trying to edit BlockLauncher Pro APK. Is there any other way to decompile apks?
Using APK Manager im trying to decompile some APKs from ICS, though always run into errors (Unlike GB APKs which I have no problem with)
Code:
|22/11/2011 -- 20:21:58.42|
--------------------------------------------------------------------------
java version "1.7.0_01"
Java(TM) SE Runtime Environment (build 1.7.0_01-b08)
Java HotSpot(TM) 64-Bit Server VM (build 21.1-b02, mixed mode)
--------------------------------------------------------------------------
|22/11/2011 -- 20:22:29.68|
--------------------------------------------------------------------------
java version "1.7.0_01"
Java(TM) SE Runtime Environment (build 1.7.0_01-b08)
[URL]
Ive heard using the newer version of APK Manager is supposed to fix things, though cant find a newer one. The only file I found on XDA was a Jar file, and didnt explain what / how to replace with current APK Manager.
I have been searching all over the place for a guide on how to invert apk's.
View 9 Replies View RelatedIs there a way to have, say, multiple Gallery.apk, all being individual applications that can be opened? But not default apks, an apk that I downloaded from the Playstore.
On that note, where can I find my apks that I downloaded from the Playstore?
I want to modify some apps but when I do I can't seem to get them working on devices.
I am happy with the use of APK tool and zipaling, and have successfully modified my SystemUI.apk but when I try to mod apps it does not work.
I have tried modding the apk in data/app and just replacing the file and tried modding the downloaded apk and try to install.
My process:
Decompile (APKtool)
Mod
Recompile (APKtool) - with errors
I add the files from the original APK that errored during recompile with 7zip
Zipaling
Transfer back to the device
Devices
Samsung S3 mini & Nexus 7 - both running stock rooted JB 4.1.1
Everywhere i look redirects to apkmanager.. Which is not working for me.. Any manual way to recompile an apk.. Or an alternative to apk manager.
SPH-D710
I cant recompile movies,stock launcher apk. If I just decompile and again recompile without any changes it gives me error.
C1904
We use Eclipse for making android apps. Is there any way to open APK files in Eclipse, so I can view their source folder, etc. and do any editing? I've used APK Multi tool and APK Manager, but I wanted to open an APK in Eclipse.
View 3 Replies View RelatedI've installed the android sdk, java, and all the other fancy things I was supposed to, but cannot get Android Multitool to decompile any apk's.
This is the error log it throws out: The system cannot find the path specified. 'apktool' is not recognized as an internal or external command, operable program or batch file. The system cannot find the file specified.
So I know how to extract APKs with APK manager.
However, I want to know, when you extract APKs, where are the images of the APK located?
In which folder when you extract the APK files, are the images?
- It used to be easier back in the day, you would extract and all the images would just be there.
Sideloading of apk's does not work anymore. I did not install any new app or module. Unknown sources is checked of course.
But when I try to install an APK clicking on Install does not respond and no message appears. I rebooted more times, cleared all caches, etc. to no avail.
My first post on XDA...I bought myself a Galaxy S2 (G!) and really loving it.Now that I want to have some apps on my phone and enjoy it , I have data connection and a bit costly and also wired internet has some problem to be converted into WIFI as well
where I can download the APK files of android apps?But I want dont want take risk of my google account and want to download APKs without making my ID out .
I want to extract all files from multi packages odin files, that comes in .tar.md5 extension.
View 6 Replies View RelatedWhen trying to install an application does not allow. installation starts proper activation, during the course of the installation remains frozen and after a few seconds restarts my xperia s ...
View 2 Replies View Related