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

Root how do you port an apk????

fcortes626

Android Enthusiast
anyone know how to port an apk? the apk i want to port is higher sdk than what my phone is on. its android 4.1 to android 4.0:confused:
 
anyone know how to port an apk? the apk i want to port is higher sdk than what my phone is on. its android 4.1 to android 4.0:confused:

you cant decompile jellybean apks yet..i know you want google search..;)

i think you can edit images from the apks though..

on another note have you tried the jellybean playstore?

i like it much quicker then ics playstore..gonna throw it in the next cm update
 
you cant decompile jellybean apks yet..i know you want google search..;)

i think you can edit images from the apks though..

on another note have you tried the jellybean playstore?

i like it much quicker then ics playstore..gonna throw it in the next cm update

i decompiled it but i dont know what to change. what files and lines am i supposed to change? because when i try to install it it says did not install. am i supposed to sign it? if yes what do i type in ics apktool to sign it. and no its the camera app. if i can get the camera app to work then i will try google voice.
 
ok so i got it to install and opens but it just shows a black screen and then force closes
do i need a lib files or change something else?
 
ok so i got it to install and opens but it just shows a black screen and then force closes
do i need a lib files or change something else?

In general, apks have a minimum sdk level because they use features only in that version or higher.
If you want to use a 4.1 app in 4.0 you have to set the minimum sdk level down to 15 iirc and then implement all the features that don't exist in ics manually
 
In general, apks have a minimum sdk level because they use features only in that version or higher.
If you want to use a 4.1 app in 4.0 you have to set the minimum sdk level down to 15 iirc and then implement all the features that don't exist in ics manually

yea i did that on the manifest file and thats how i got it to install.
 
you cant decompile jellybean apks yet..i know you want google search..;)

i think you can edit images from the apks though..

on another note have you tried the jellybean playstore?

i like it much quicker then ics playstore..gonna throw it in the next cm update

can you give me the download link for the jb playstore?
 
so what changed? it looks like the one i have on my s3:confused:

not sure..i know theres magazines and other crap if thats what your into..i know for me i installed it on all my devices..and it seems to load much quicker and generally transition alot smoother..heard alot of other people saying the same..but as far as whats different from an under the hood stand point..couldn't tell ya
 
i also got the google search to install too but it also fcs. that one shows a white then black screen and fcs. :(

alogcat with "voicesearch" filter shows:
E/AndroidRuntime( 3427): at com.google.android.voicesearch.audio.AudioTrackSoundManager.
doLoadSounds(AudioTrackSoundManager.java:145
E/AndroidRuntime( 3427): at com.google.android.voicesearch.audio.AudioTrackSoundManager.
access$000(AudioTrackManager.java:23
E/AndroidRuntime( 3427): at com.google.android.voicesearch.audio.
AudioTrackSoundManager$1.run(audioTrackSoundManager.java:193)
 
Back
Top Bottom