Related
Ok so I am trying to get friend stream to work in the new fresh rom. I got the apk from damages rom along with the widget. In cmd I successfully push the apps /system/app/ after typing in adb remount. However after I reboot the app is not there. How do I get this to work? Also was wondering how to port a system app from a darchlegend rom to work on any other rom. Any advice is welcome.
-------------------------------------
Sent via the XDA Tapatalk App
Wont work, period. It needs an .odex for both the widget and the normal .apk for it to work in the latest release.
Wont work, period. It needs an .odex for both the widget and the normal .apk for it to work in the latest release.
Click to expand...
Click to collapse
Ok I can pull the odex file but where does that go? Or is that something created when the apk is compiled if so any good tuts for editing and recompiling?
-------------------------------------
Sent via the XDA Tapatalk App
rejectedkid said:
Ok I can pull the odex file but where does that go? Or is that something created when the apk is compiled if so any good tuts for editing and recompiling?
-------------------------------------
Sent via the XDA Tapatalk App
Click to expand...
Click to collapse
If you want to learn, you tell me where you think it goes...
Ok I can pull the odex file but where does that go? Or is that something created when the apk is compiled if so any good tuts for editing and recompil
Click to expand...
Click to collapse
If you want to learn, you tell me where you think it goes...
Click to expand...
Click to collapse
I suppose I will search the forums. Was just being lazy.
-------------------------------------
Sent via the XDA Tapatalk App
I was kind of hoping TitaniumBackup would give me this one...
I can't find the odex...
But I read from the other Hero forum that Friendstream may require an update package.
Now with Android 2.3.4 out for the nexus s. Can someone post the Google Talk with video apk for other android devices?
debosmebo said:
Now with Android 2.3.4 out for the nexus s. Can someone post the Google Talk with video apk for other android devices?
Click to expand...
Click to collapse
Yes PLEASE! I must have for my Mytouch4G
debosmebo said:
Now with Android 2.3.4 out for the nexus s. Can someone post the Google Talk with video apk for other android devices?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1055591&page=2 #16
MYPaT said:
http://forum.xda-developers.com/showthread.php?t=1055591&page=2 #16
Click to expand...
Click to collapse
Thanks a lot.
G1-evolve said:
Thanks a lot.
Click to expand...
Click to collapse
You are welcome.
maybe im doing something wrong (extremely likely) but i copied the talk2.apk and .odex into system/app and tried to install, unsuccessfully. someone wanna help? do i need to flash the .zip rom update thats in the linked thread?
even im not able to install it, tried using Root explorer didn't work.
Hmm, I hope someone can figure out how to make it work!
so i flashed a new gapps with the gtalk video chat apk, but the camera used for video chat is the rear one and i cant figure out how to switch it to the ffc. anyone experience this as well?
booyakasha said:
so i flashed a new gapps with the gtalk video chat apk, but the camera used for video chat is the rear one and i cant figure out how to switch it to the ffc. anyone experience this as well?
Click to expand...
Click to collapse
Yeah somehow it's the same for me as well. Might be a matter of setting the permission right, but can't be sure. I couldn't be bothered trying to fix it, and upgraded to 2.3.4, it just worked.
I did make a nandroid backup, so might go back and try changing the owner of the apk file if that matters. I miss CM7 and Voodoo...
Anyone rocking T-mobile will find out that we can't video chat on 3G, only on wifi. Soooooo......anyone else pissed?
try this one (latest Gtalk with video call)
Wonder if cm will fix the 3g videochat lockout. I love cm but its sad I get so much better battery life on stock.
Sent from my Nexus S using XDA Premium App
Is this a flashable zip??
Sent from my Nexus S using XDA App
Nope you have to push it to install
It works for messages but not for video. 3g or wifi
Sent from my Nexus S using XDA App
Give this a shot for Video calling on 3G - T-Mobile US (Assuming it's working via wifi):
http://forum.xda-developers.com/showpost.php?p=13389675&postcount=24
It's working for me on stock 2.3.4 - I've made 2 successful video calls on 3G to test.
I'm a total noob. Can someone tell me why Adb is denied permission on my PC? I tried to put in the commands from the shell in windows and it keeps saying permission denied, even with root.
Sent from my Nexus S using XDA Premium App
Jayrod1980 said:
I'm a total noob. Can someone tell me why Adb is denied permission on my PC? I tried to put in the commands from the shell in windows and it keeps saying permission denied, even with root.
Sent from my Nexus S using XDA Premium App
Click to expand...
Click to collapse
Try putting in
adb root
In command line and then putting in all the previously mentioned lines of code.
Sent from my Nexus S using XDA App
avetny said:
try this one (latest Gtalk with video call)
Click to expand...
Click to collapse
Thanks but how to install it? Just copy to phone and install?
im looking for pxlite and im running cm7 2.3.4 it should be there but i cant find it Help ?
It is there, but the Market says it's not compatible with the HERO200. There are usually workarounds for this, the easiest is to try to find an apk out in the wild.
Do you know where I can get it
Sent from my HERO200 using XDA App
cmason1015 said:
It is there, but the Market says it's not compatible with the HERO200. There are usually workarounds for this, the easiest is to try to find an apk out in the wild.
Click to expand...
Click to collapse
I think the easiest workaround is to edit your build.prop to id you phone as something different. I haven't actually found what to edit it to, but maybe someone will chime in.
Download the .apk file from here:
androidzoom.com/android_applications/adult/pxlite-free-live-chat-18_betix.html
either onto your PC and transfer it to the SD Root using your USB cable, or you may be able to download it directly to your phone.
It takes me to the market? Anything else I can do?
Sent from my HERO200 using XDA App
xzxzx90 said:
It takes me to the market? Anything else I can do?
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Edit this line in your build.prop from
Code:
ro.product.model=HERO200
to
Code:
ro.product.model=PC36100
That should make your phone be recognized as an Evo 3D you may also need to change this line from
Code:
ro.opengles.version=65536
to
Code:
ro.opengles.version=131072
Still can't find it
Sent from my PC36100 using XDA App
can one of you download it and upload the .apk for me to download?
any luck finding it ?
I got it for you man... PM me your email and I'll send it to you!
I sent it to you man... Lemme know if you get it Bro!
dastin1015 said:
Edit this line in your build.prop from
Code:
ro.product.model=HERO200
to
Code:
ro.product.model=PC36100
That should make your phone be recognized as an Evo 3D you may also need to change this line from
Code:
ro.opengles.version=65536
to
Code:
ro.opengles.version=131072
Click to expand...
Click to collapse
PC36100 is the Evo 4G. PC86100 is the Evo 3D. Just saying.
user7618 said:
PC36100 is the Evo 4G. PC86100 is the Evo 3D. Just saying.
Click to expand...
Click to collapse
Ok thanks. I just had two build.prop files laying around knew it was of the Evo family.
Sent from my HTC Hero making C.R.E.A.M.
Has anybody seen the mms app for the sgs2, ported to the Captivate?
looking for this too....
Yea I tried to remove the mms.apk from the sgs rom ' have installed and replace it with the mms.apk from the sgs2. It thinks about it but doesn't open.
tomween1 said:
Yea I tried to remove the mms.apk from the sgs rom ' have installed and replace it with the mms.apk from the sgs2. It thinks about it but doesn't open.
Click to expand...
Click to collapse
Ditto
Sent from my SAMSUNG-SGH-I897 using xda premium
I read somewhere that someone pulled the images from the GS2 MMS apk and used them with the native MMS apk. It's fairly simple to do (extracting the apk and replacing the images with APK manager).
Simba501 said:
I read somewhere that someone pulled the images from the GS2 MMS apk and used them with the native MMS apk. It's fairly simple to do (extracting the apk and replacing the images with APK manager).
Click to expand...
Click to collapse
yea not so much, I tried.
tomween1 said:
yea not so much, I tried.
Click to expand...
Click to collapse
Hmm. Someone post their MMS apk and I'll take a look at it.
Simba501 said:
Hmm. Someone post their MMS apk and I'll take a look at it.
Click to expand...
Click to collapse
Well here's the one I'm using on my SGS2, It's been altered to have a black backfround.
The layouts and file placements are totally different from any GB rom here
tomween1 said:
Well here's the one I'm using on my SGS2, It's been altered to have a black backfround.
The layouts and file placements are totally different from any GB rom here
Click to expand...
Click to collapse
Cool. I'll take a look at this a little later. Was there something specific people wanted from the GS2 MMS apk? Message bubbles? If it's something that's just an image, I can replace those.
Simba501 said:
Cool. I'll take a look at this a little later. Was there something specific people wanted from the GS2 MMS apk? Message bubbles? If it's something that's just an image, I can replace those.
Click to expand...
Click to collapse
Ahhh see that's where we have a disconnect... I was trying to get this apk (entirely) to work as it does on the sgs2
tomween1 said:
Ahhh see that's where we have a disconnect... I was trying to get this apk (entirely) to work as it does on the sgs2
Click to expand...
Click to collapse
Oh, I see. I'm guessing you installed it via CWM? What message does it give when you try to open it? What exactly is it about the GS2 MMS that you want?
Oh, what what ROM did you pull it from?
Simba501 said:
Oh, I see. I'm guessing you installed it via CWM? What message does it give when you try to open it?
Click to expand...
Click to collapse
see post #3
Simba501 said:
What exactly is it about the GS2 MMS that you want?
Click to expand...
Click to collapse
The entire look and feel
Simba501 said:
Oh, what what ROM did you pull it from?
Click to expand...
Click to collapse
Stock UCKH7 w/ black bg
tomween1 said:
see post #3
The entire look and feel
Stock UCKH7 w/ black bg
Click to expand...
Click to collapse
Ah. Well, the only thing I can tell you is to try extracting the MMS apk out of one of the custom ROMs (stock based). It might behave differently.
i tried that. its not even regonised as an app.
i remember this when i was on 2.2 and going to put a 2.3 mms.apk on it and there was not even an icon for it in file manager.
when i upgraded to 2.3 the icon appeared.
Same circumstance here. on 2.3 and my original mms.apk shows an icon, and the new mms.apk does not. its not configured for 2.3
biggem001 said:
its not configured for 2.3
Click to expand...
Click to collapse
Well yea it is. All of the SGS2 roms are based on GB, however it is also built on a Samsung SGS2 source code, where as most of the rom's here are based on the Nexus One source code. This could be the conflict and why I was asking someone with better knowledge then myself for help.
Everything you tried,I did as well.
So now back to square 1
Maybe you can try Hawkish ROM for Captivate.... (It's a closed tread now, so you gotta search in Development section)... It has some apps from SGS2 like social hub, mms, email and they work.... Just make sure to flash DarkCore Kernel 4.1 for captivate and a compatible modem....!!
If someone could that MMS app from HAWKISH get it to work... Please tell us. It looks greaaaaaaat!!
Use this port. It works and is based off of hawkish.
Sent from my SAMSUNG-SGH-I897 using xda premium
sepherian said:
Use this port. It works and is based off of hawkish.
Sent from my SAMSUNG-SGH-I897 using xda premium
Click to expand...
Click to collapse
Um.....What?
H&f pure galaxy s II in the dev section its a port. Usually on the first or second page.
Sent from my SAMSUNG-SGH-I897 using XDA App
sepherian said:
H&f pure galaxy s II in the dev section its a port. Usually on the first or second page.
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
That's the international version, I'm looking for the I777 AT&T. The application and Icon are very different for the I9100
Does anyone know what apps from the RAZR will work on the Bionic? Also, I am trying to find the face recogniton app in the RAZR system dump but can't seem to find it; anyone know the name?
bgs_piece said:
Does anyone know what apps from the RAZR will work on the Bionic? Also, I am trying to find the face recogniton app in the RAZR system dump but can't seem to find it; anyone know the name?
Click to expand...
Click to collapse
Razr doesn't have face recognition. You're thinking Nexus.
Sent from my DROID BIONIC using xda premium
bgs_piece said:
Does anyone know what apps from the RAZR will work on the Bionic? Also, I am trying to find the face recogniton app in the RAZR system dump but can't seem to find it; anyone know the name?
Click to expand...
Click to collapse
Other than facial rec. what apps are you specifically looking for?
2fast4u89 said:
Other than facial rec. what apps are you specifically looking for?
Click to expand...
Click to collapse
Most specifically, I want the camera to work. I tried installing normally with no avail and also tried replacing the BlurCamera.apk and BlurCamera.odex in the /system/app folder and changed permissions to rw-r--r-- but after I rebooted there wasn't a camera app at all so I reversed the process with the stock camera and now have that back.
So, is there anyway to make the camera work?
I personally would like the smart apps... At least the wifi part.... come home, data goes off, wifi comes on
Sent from my DROID BIONIC using xda premium
This is the only app I could find that looks like it could be the smart actions app. The apk and odex file are in the zip.
has anyone tried this apk? does it work on deodexed roms
id like to see the music apk...played with it the other day and worth it
bgs_piece said:
This is the only app I could find that looks like it could be the smart actions app. The apk and odex file are in the zip.
Click to expand...
Click to collapse
There is only the apk in this zip. I put it in /system/app and rebooted but it is not showing up. What to do? I am new to this stuff so my apologies if I missed something.
The profiles for power managment from the RAZR would be great on the Bionic. Locale does not natively support shutting off the cellular data when Wifi is active.
Is the Profile function part of the Zip?
puckalicious said:
There is only the apk in this zip. I put it in /system/app and rebooted but it is not showing up. What to do? I am new to this stuff so my apologies if I missed something.
Click to expand...
Click to collapse
Have ypu tried changing the permissions to "rw-r--r-- ?" )
OK, apparently the first zip file only contained the apk file. This one has both, the apk and odex files.
bgs_piece said:
OK, apparently the first zip file only contained the apk file. This one has both, the apk and odex files.
Click to expand...
Click to collapse
Does the odex go in /system/app too? I put both there with rw/r/r permissions and rebooted but I don't see the app installed.
EDIT: Also, is this meant to work on deodexed roms?
puckalicious said:
Does the odex go in /system/app too? I put both there with rw/r/r permissions and rebooted but I don't see the app installed.
EDIT: Also, is this meant to work on deodexed roms?
Click to expand...
Click to collapse
Yes, the odex file goes in the system/app folder but I don't think it will work on a deodexed rom. Deodexed roms don't have odex files.
bgs_piece said:
Yes, the odex file goes in the system/app folder but I don't think it will work on a deodexed rom. Deodexed roms don't have odex files.
Click to expand...
Click to collapse
Anyone out there willing to make a deodexed version of the app?
I pulled this off this deodexed rom. It's a deodexed smart actions app.
http://rootzwiki.com/topic/9929-rom-deodexed-droid-razr/
YoungSkeezy said:
I personally would like the smart apps... At least the wifi part.... come home, data goes off, wifi comes on
Sent from my DROID BIONIC using xda premium
Click to expand...
Click to collapse
Search for Verizon, then click the link for all apps from developer. It's available through Verizon for free. It will uninstall as well, so you won't be stuck with bloatware if you decide you don't like it. I tried it for a while. It's worth is if your not on the Unlimited data plan.
Here is the link for smart actions. It has been hacked to work on the bionic
http://www.droid-life.com/2012/04/1...ons-application-hacked-onto-the-droid-bionic/
Sent from my DROID BIONIC using xda app-developers app