[APP] Google Talk from 2.3.4 extracted: NOT WORKING, Help Needed! - Android Apps and Games

Hi everyone,
I downloaded the extracted .apk from latest Google Android release 2.3.4
The .apk is atached below.
I have had no success in installing the app on my 2.3.3 ROM on my Samsung Galaxy S. I tried pushing it to /system/app via Root Explorer, but once you try to install package it just doesn't install by saying "Aplication not installed".
Im no dev or whatsoever,so I would encourage anyone who could help to make it work on 2.3.3, Google stated in Google Mobile Blog that Google Talk with Video Chat will be for 2.3+ devices, so it "should" work on 2.3.3.
Any help is appreciated! Share your thoughts!

Try pushing it into system/app and then change permissions. Reboot and post result.
Sent from my LG-P500 using XDA Premium App

badeaioan said:
Try pushing it into system/app and then change permissions. Reboot and post result.
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
Doesn't work.

Did you deodex it?
Sent from my ThunderBolt using XDA App

OldManJames said:
Did you deodex it?
Sent from my ThunderBolt using XDA App
Click to expand...
Click to collapse
Nope :S, could someone deodex it and test it?

Cant wait till this is workin on the evo

dadoc04 said:
Cant wait till this is workin on the evo
Click to expand...
Click to collapse
Its not any different than the latest on the market?

Attach the .odex file here as well. However, can you link me to the place you took the file from? I might need the entire framework to deodex it
Sent from a Captivate powered by Continuum 5

nickmcminn60 said:
Its not any different than the latest on the market?
Click to expand...
Click to collapse
It is. Gtalk updates haven't made it to android market yet.

icezar1 said:
Attach the .odex file here as well. However, can you link me to the place you took the file from? I might need the entire framework to deodex it
Sent from a Captivate powered by Continuum 5
Click to expand...
Click to collapse
Link or get files below.

I doubt that it will work until you upgrade the OS version to 2.3.4, it might be integrated with os changes.

ukanth said:
I doubt that it will work until you upgrade the OS version to 2.3.4, it might be integrated with os changes.
Click to expand...
Click to collapse
That was my first thought too, but after downloading the entire update it looks like that might not be the case. There aren't a ton of changes in there, and only two updated system apps. One of which is gtalk, the other is an nfc app(for supported devices obviously). I haven't looked through anything else yet(I'm slacking off enough at work as it is), but it would appear the changes are minimal.
Edit: found a new libtalk_ini.so file in /system/lib/
That may help? Anybody have time to try?

I really wish I knew how to do this stuff. I would love to give it a try but I'm so lost! Time to do some reading! LOL

The manifest for this apk says the target and minimum sdk version is 10, which is 2.3.3....so there's a good chance that after some deodexing and supporting files this will work no problemo

That's the key. It should work on 2.3+ as stated by Google, so I think i'ts up to deodexing and adding the proper files. Sure someone experienced can do it

pacoforet said:
That's the key. It should work on 2.3+ as stated by Google, so I think i'ts up to deodexing and adding the proper files. Sure someone experienced can do it
Click to expand...
Click to collapse
This is the prints that I see in logcat
W( 4469) Skipping dir: Talk2.apk (PackageParser)
W( 4469) Skipping dir: Talk2.apk (PackageParser)
W( 4469) Skipping dir: Talk2.apk (PackageParser)
E( 129) /system/app/Talk2.apk odex has stale dependencies (

if it gets deodexed will it work on an odexed rom?

Rydah805 said:
if it gets deodexed will it work on an odexed rom?
Click to expand...
Click to collapse
Generally, yes.

I got it to run, but I can't tell how to start a video chat. I pushed the apk, and odex file to the system/app directory and the jnk.so file to the system lib directory. Ran Talk and it opened fine...
HTC Hero with Cyanogen 7.0.2

Btw, its very possibly its simply running the standard install of Talk.apk instead of Talk2.apk... I'll try removing the Talk.apk...
-- Confirmed. I removed the Talk.apk from the system/app/ folder... lost my Talk icon in the launcher. Rebooting; maybe it will showup after reboot.
-- Ok, now I'm not completely convinced that you can get rid of Talk.apk when you push Talk2.apk. They both may have to be there.

Related

[FIX] Official 2.2 ROM Market Fix - flashable zip file and the adb way

I flashed my desire with the new HTC ROM from this thread.
http://forum.xda-developers.com/showthread.php?t=741663
As usual with stock ROMs there are issues with the market.
Like in this example apps not showing up in the search.
I came up with a fix for this issue.
It takes you 5 minutes if you have the proper environment.
I edited the build.prop found in the ota22.zip and modified it to fit my needs.
The original build.prop
ro.product.name=htc_bravo
ro.product.device=bravo
ro.product.locale.language=hdpi
ro.product.locale.region=
ro.build.product=bravo
ro.build.description=2.09.405.8 CL218634 release-keys
ro.build.description=2.09.405.8 CL218634 release-keys
ro.build.fingerprint=htc_wwe/htc_bravo/bravo/bravo:2.2/FRF91/218634:user/release-keys
Click to expand...
Click to collapse
My modifications:
ro.product.name=passion
ro.product.device=passion
ro.product.locale.language=en
ro.product.locale.region=US
ro.build.product=passion
ro.build.description=passion-user 2.2 FRF91 43546 release-keys
ro.build.fingerprint=google/passion/passion/mahimahi:2.2/FRF91/43546:user/release-keys
Click to expand...
Click to collapse
Here's how to fix this:
You'll have to know your way around with the dev tools and the command adb.
If you don't, use the forum search tool and teach yourself - then come back.
- use adb to pull off the 'build.prop' file from the /system/ directory on your htc desire
- edit the 'build.prop' as proposed by me
- do a 'adb reboot recovery'
- fire up ClockworkMod
- go into the partitions menu and mount /system
- use adb to push your modified build.prop into /system/ on your device
- back out of ClockworkMod and reboot
- enjoy the black market
I used the build.prop from Adam's HTC Sense 1.0c ROM to figure out which setting to use.
I'm to lazy to make a signed update.zip for that.
I know others will do it sooner or later
take care
EDIT:
Here's the update.zip I previously was too lazy to cook.
Google should fix this in a few days now HTC's Froyo's ID is public.
In the mean time, cool
Klutsh said:
Google should fix this in a few days now HTC's Froyo's ID is public.
In the mean time, cool
Click to expand...
Click to collapse
I hope it will will take them only a few days and not like it took them with eclair.
There is still no possibility to get 'Google Earth' from the market without modifying the build.prop.
Google Earth is listing as available for me.
Klutsh said:
Google Earth is listing as available for me.
Click to expand...
Click to collapse
on the eclair?
can you not use titanium backups market fix?
androidophile said:
on the eclair?
Click to expand...
Click to collapse
Ah, no sorry misread.
la0tzu said:
can you not use titanium backups market fix?
Click to expand...
Click to collapse
- the 'fix market links' function is available in the paid version only.
- this funktion fixes only broken links to the market apps
Flashable .zip anyone?
I'm not too fond of adb.
Sent from my HTC Desire using Tapatalk
markuz85 said:
Flashable .zip anyone?
I'm not too fond of adb.
Sent from my HTC Desire using Tapatalk
Click to expand...
Click to collapse
I'm working on it...
markuz85 said:
Flashable .zip anyone?
I'm not too fond of adb.
Sent from my HTC Desire using Tapatalk
Click to expand...
Click to collapse
Open the .zip under /system and extract the build.prop.
Now change the entrys as above an overwrite the original in the .zip.
Flash the .zip and you are good to go.
All the zipping and unzipping was done with windows, no other tools needed.
mfg
Josch
I've got the update.zip baked.
get it from my first post
@androidophile,
I've done what you suggested with the fix. How can I actually check if this is working?
duskom said:
@androidophile,
I've done what you suggested with the fix. How can I actually check if this is working?
Click to expand...
Click to collapse
I tested it with apps from a complain from an user in another post.
It was the applications 'Air Attack' and 'National Rail'.
Hi,
I'd just like to point out that it seems that Google has already activated the new Desire key, so this is not actually necessary.
I can see Google Earth and paid apps, so this fix is no longer required. (At least that's what I've found, confirmation from someone else would be nice!)
Edit: unless it's a different problem of course, then just disregard me
I flashed the zip and I still can't get certain apps for example ultimatejuice and doodle jump
Any ideas
Sent from my HTC Desire using XDA App
Here i baked it myself (the other link is down):
Its not signed!
Sherwood W said:
I flashed the zip and I still can't get certain apps for example ultimatejuice and doodle jump
Any ideas
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
I just checked these two apps and both show up in my market search.
I flashed my phone with the zip too.
could you do some troubleshooting for me?
use a file explorer and navigate to /system/ and check if the build.prop was modified, by opening the file as text.
you should see these changes:
ro.product.name=passion
ro.product.device=passion
ro.product.locale.language=en
ro.product.locale.region=US
ro.build.product=passion
ro.build.description=passion-user 2.2 FRF91 43546 release-keys
ro.build.fingerprint=google/passion/passion/mahimahi:2.2/FRF91/43546:user/release-keys
Click to expand...
Click to collapse
ComboCraft said:
Here i baked it myself (the other link is down):
Its not signed!
Click to expand...
Click to collapse
jep. I posted the wrong link.
the right one is in my first post.
your update.zip doesn't contain the neccessary script nor is it signed.
check out my patch on how it's build.
RagnaKaos said:
Hi,
I'd just like to point out that it seems that Google has already activated the new Desire key, so this is not actually necessary.
I can see Google Earth and paid apps, so this fix is no longer required. (At least that's what I've found, confirmation from someone else would be nice!)
Edit: unless it's a different problem of course, then just disregard me
Click to expand...
Click to collapse
I'd appreciate it if you could check if you can search for these two apps here:
ultimatejuice and doodle jump
TIA

Fission Themes 2.5.6

can someone port these 2 themes over for fission 2.5.6?
http://androidforums.com/droid-x-all-things-root/248349-avalon-fission-2-4-x.html
http://androidforums.com/droid-x-all-things-root/248890-matted-blues-fission-2-4-x-dx.html
or if anything, tell me how i can do it? I'm a graphic designer so if i had the actual art files it wouldn't be too difficult. i just dunno how to access the art files and then re-save them to use for a theme
Search xda for theme-porter. It will help do exactly what you are looking to do. It pulls the .png files from framework and apps and ports them to your current framework and appa
Sent from my DROIDX using XDA App
SysAdmin-X said:
Search xda for theme-porter. It will help do exactly what you are looking to do. It pulls the .png files from framework and apps and ports them to your current framework and appa
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
brilliant thank you!
Any luck in making this happen? I want that avalon theme BAD. I will gladly flash back to fission for that...
Sent from my DROIDX using XDA App
btucker2003 said:
Any luck in making this happen? I want that avalon theme BAD. I will gladly flash back to fission for that...
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
If you guys really want this, feel free to attach your framework-res.apk. I can port this over tonight if I get the time
Sent from my DROIDX using XDA App
SysAdmin-X said:
If you guys really want this, feel free to attach your framework-res.apk. I can port this over tonight if I get the time
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
here ya go, im gonna have a crack at this too
http://www.mediafire.com/file/mmmogqb8fnord0m/framework-res.apk
alright i think i ported them over correctly. I used the port script program and then put them into update.zip files using the updater script program
I'm currently backing up my phone and then i'll test them out
If they work fine I'll upload them both
yeh i must have missed something, the update zips I created don't install. They get to "installing update" in recovery and just hang there....nothing actually happens
I'll upload the zip files if anyone wants to try and mess with them
http://www.mediafire.com/file/tnp58lq8fhkv36y/avalon 2.5.6.zip
http://www.mediafire.com/file/w18eq63xq8edxqk/matteblue 2.5.6.zip
davidukfl said:
here ya go, im gonna have a crack at this too
http://www.mediafire.com/file/mmmogqb8fnord0m/framework-res.apk
Click to expand...
Click to collapse
Sorry it didnt work out for you. I always just took the .apk files and pushed them to my phone after running the script. Im still away from my computer but will try as soon as I can
Sent from my DROIDX using XDA App
@Davidukfl
here is your framework man! Make sure that you rename the files to just framework-res.apk. I just renamed them for your convenience!
Take the following steps to put it back on your phone:
USUAL DISCLAIMER: I'm not responsible if you brick your phone...blah blah blah
Connect your phone to your pc in charge only usb mode. Make sure the phone is recognized by your computer. Place the .apk file in the location of your choice.
Command prompt 1:
1) type adb devices (make sure your phone shows up)
2) type adb shell
3) type adb remount
4) type adb push <location of framework-res.apk> /system/framework/framework-res.apk
5) type adb remount
Your phone should reboot, and then be good to go.
I dont use fission, and haven't tested this, but it has worked for me when I have ported ROM's.
Enjoy!
alright thanks, works great.
What i did was remove the old framwork from the original theme file, re-zipped it and then applied the theme like normal.
then I followed your instructions and applied the framework seperately
Has anyone had luck making this a flashable zip for the Avalon theme yet?
Or... maybe we can get Avalon for Apex as well?!
btucker2003 said:
Has anyone had luck making this a flashable zip for the Avalon theme yet?
Click to expand...
Click to collapse
im working on it.
i sort of had it working. The zip file installed everything but the framework
davidukfl said:
im working on it.
i sort of had it working. The zip file installed everything but the framework
Click to expand...
Click to collapse
You be da man! Let me know and if you dont mind posting a linky to zippy if you get it going? Please and thank you!
yeh im not getting it. Think i may just wait till someone else can port over these entire themes. I thought i had it
i was able to just delete framework from the zip files and install just the themed apps, but when trying to push the framework i'm running into issues. Command keeps telling me adb push not found and adb remount not found
davidukfl said:
yeh im not getting it. Think i may just wait till someone else can port over these entire themes. I thought i had it
i was able to just delete framework from the zip files and install just the themed apps, but when trying to push the framework i'm running into issues. Command keeps telling me adb push not found and adb remount not found
Click to expand...
Click to collapse
Well ive been on the lookout for Avalon for awhile so if I come across anything I'll post it for you, and do the same please. Damn I want this theme!
btucker2003 said:
Well ive been on the lookout for Avalon for awhile so if I come across anything I'll post it for you, and do the same please. Damn I want this theme!
Click to expand...
Click to collapse
someone over on androidforums ported it for 2.4.X however i don't think he has time to update it for the newest version.
the framework posted earlier is cool, but it's not the entire theme, plus im having troubles pushing it to my device.
An actual update.zip would be brilliant for us "less technical" folk
davidukfl said:
someone over on androidforums ported it for 2.4.X however i don't think he has time to update it for the newest version.
the framework posted earlier is cool, but it's not the entire theme, plus im having troubles pushing it to my device.
An actual update.zip would be brilliant for us "less technical" folk
Click to expand...
Click to collapse
No crap! Agreed...
so i take it we are still looking for someone to port matted blues to fission 2.5.7? Hopefully somebody does this soon, im not going to update until this theme is ready

[APP] Galaxy Note Photo Editor .apk

Hi all,
Here is the freshly extracted .apk of photo editor from i9000's value pack system/app.
There was no .odex.
Its can be installed anyway (system/app or normal installation)
Its opening but force closes after selecting picture!
My rom is'nt deodexed. So someone please try it on a deodexed ROM.
THANKS!
force close on a deoxed rom ddkp3
I think it needs porting of some framework files also....try out to find which one....
I think it needs a correct lib file!
Can someone please post the correct lib file to run this?
Sent from my GT-I9003 CM9
I have a note. Which files do you need?
Sent from my GT-N7000 using XDA App
jaskiratsingh said:
I have a note. Which files do you need?
Sent from my GT-N7000 using XDA App
Click to expand...
Click to collapse
No. we dont' need a file from galaxy note.
Its taken from i9000.
and also dont know which file to take!
Maybe someone would HELP!
So. We might get this app in our value pack!!
Sent from my GT-I9003 CM9
May be we can get
Actually, This is integrated with some .so files which CAN NOT be just decompiled, changed and Re-compiled!
So, You need a hardcore linux guy to reverse engineer it.
bangalorerohan said:
Actually, This is integrated with some .so files which CAN NOT be just decompiled, changed and Re-compiled!
So, You need a hardcore linux guy to reverse engineer it.
Click to expand...
Click to collapse
And that file is?
Skander1998 said:
And that file is?
Click to expand...
Click to collapse
A java file. Look in the logcat u will know
Sent from my GT-I9003 using Tapatalk 2
Try on dxkp9, logcat show android runtime error.
Not able to load few java runtime cmd.
not working for me.
I got it to work. I tried to make an update.zip but I dont think it works. Its best if you just copy over the files manually to there respective directories.
How would you put this file where it goes any instructions ?
Ayway to get this app to work on galaxy s3?
Would really appreciate it if someone could help
khrizg35 said:
Would really appreciate it if someone could help
Click to expand...
Click to collapse
Apps is /system/app with rw-r--r--, lib files(.so files) in /system/lib. Anyway just flash the value pack, it has photo editor too.
Sent from my GT-I9003 using xda app-developers app
I tried to flash it but seemed failed so I copied them to the respective folders and changed permission:
system\app
PhotoEditor.apk
system\lib
libContourJNI.so
libMI_Color_JNI.so
libMI_Effect_JNI.so
libMI_Motion_JNI.so
libMI_ObjectSel_JNI.so
libMI_Tool_JNI.so
yet still FC when trying to open a photo.....
btw, I'm using N7000 Note, it used to have this app but after upgrading to Jellybean no more exists.....:crying:
I got it by following the step(app and lib file)
but there is no drawing pen not like before!!!
this is what I want!!!
[APP] Galaxy Note Photo Editor .apk for note 10.1???
hey I cant download the apk from samsung apps: Photo editor so I need the apk please!!!
It is 30MB because I found some apk for Samung S3, S4 when I installed on my note 10.1 it shows the app working in a screen like mobiles

Jelly Bean 4.1 /system/apps

Here is an extract/dump of the Jellybean 4.1 /system/apps. For those who wish to experiment...
I've flashed a few of the apk's over CM9 and AOKP with success. Install at your own risk. Still learning which apps will play nice. Enjoy and report any success!
Download Here
Regards,
-Opentang
Opentang said:
Here is an extract/dump of the Jellybean 4.1 /system/apps. For those who wish to experiment...
I've flashed a few of the apk's over CM9 and AOKP with success. Install at your own risk and enjoy!
Download Here
Regards,
-Opentang
Click to expand...
Click to collapse
Are these formatted for the One S? I've tried using them from a system dump and it had a parsing error....If you said these work, then shoot thanks bro!!!
---------- Post added at 08:44 PM ---------- Previous post was at 08:11 PM ----------
What apps did you try and what apps worked when you tried it?
Don't seem to see the search apk. Was hoping to snag Googles siri competitor I seen so much about on the Internet
HTC One S running Zydroid!
itsmikeramsay said:
Are these formatted for the One S? I've tried using them from a system dump and it had a parsing error....If you said these work, then shoot thanks bro!!!
---------- Post added at 08:44 PM ---------- Previous post was at 08:11 PM ----------
What apps did you try and what apps worked when you tried it?
Click to expand...
Click to collapse
Did you push them or just try to install as a normal apk. Sounds like you tried to install normally but, I would think that since they are system apps they would need to be pushed via adb or copy and pasted w/ es file explorer or root explorer and set permissions. Of course there is also the possibility that they only work on jelly bean, but i can't say that for sure.
Behold_this said:
Did you push them or just try to install as a normal apk. Sounds like you tried to install normally but, I would think that since they are system apps they would need to be pushed via adb or copy and pasted w/ es file explorer or root explorer and set permissions. Of course there is also the possibility that they only work on jelly bean, but i can't say that for sure.
Click to expand...
Click to collapse
Definitely tried to push them to system. Even the keyboard doesn't pop up. I think it's a signature thing why there's a parsing error. I could be wrong though. We'll see what happens when AOSP is released...
itsmikeramsay said:
Definitely tried to push them to system. Even the keyboard doesn't pop up. I think it's a signature thing why there's a parsing error. I could be wrong though. We'll see what happens when AOSP is released...
Click to expand...
Click to collapse
Try re-signing them (if you didn't try that all ready that is).
Behold_this said:
Try re-signing them (if you didn't try that all ready that is).
Click to expand...
Click to collapse
Will do....but since I've never done that before.....any idea how?
itsmikeramsay said:
Will do....but since I've never done that before.....any idea how?
Click to expand...
Click to collapse
Think you need the sdk. It should have the tools to sign apks
HTC One S running Zydroid!
itsmikeramsay said:
Will do....but since I've never done that before.....any idea how?
Click to expand...
Click to collapse
Send me a PM, I'll send you a script.
Send from my One S
itsmikeramsay said:
Will do....but since I've never done that before.....any idea how?
Click to expand...
Click to collapse
You can use apktool. For a more user friendly way try Apk manager. If you use apk manager throw the app in the "place here for signing" folder, fire up apk manager and choose option 16. I'm more than happy try it for you if you want, but i think it's always fun to learn.
Behold_this said:
You can use apktool. For a more user friendly way try Apk manager. If you use apk manager throw the app in the place here for signing, fire up apk manager and choose option 16. I will do it for you if you want, but i think it's always fun to learn.
Click to expand...
Click to collapse
Yes I do appreciate the offer, but I'll give it a whirl as you're right when you say "It's always fun to learn"
itsmikeramsay said:
Yes I do appreciate the offer, but I'll give it a whirl as you're right when you say "It's always fun to learn"
Click to expand...
Click to collapse
there is actually an app for signing you can use on your phone.
https://play.google.com/store/apps/details?id=kellinwood.zipsigner2
Give it a whirl. I know it's called zip signer but works on apk's too.
Behold_this said:
there is actually an app for signing you can use on your phone.
https://play.google.com/store/apps/details?id=kellinwood.zipsigner2
Give it a whirl.
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=kellinwood.zipsigner2
^^ Is it this one?
*Edit* missed the 2nd part of your post, will give it a try!
Sent from my HTC Ville
Velvet.apk is the Google Now and Google Voice Search combined, doesn't work as it requires API Level 16, which only Jellybean has. So it won't work until a Jellybean ROM is ported or the apk is made backward compatible, which I will be forever grateful somebody does!
Do you guys see API16 available yet in the SDK?
I see the documentation on the site, but nothing thru the SDK Manager
http://developer.android.com/about/versions/android-4.1.html
Edit2: had to update to Rev20 first.. now it's available.
Sux that velvet won't work. That's one app I was really hoping would just install easily. Hopefully since this isn't a massive update like ICS was, once source is dropped our awesome devs can get us a JB rom
HTC One S running Zydroid!
If anyone's able to get it (velvet) to decompile, lemme know what your apktool setup is. I'm trying a few methods, but still getting errors.
What about the new keyboard? Is it there (working)?
Pheroh said:
What about the new keyboard? Is it there (working)?
Click to expand...
Click to collapse
Nope keyboard doesn't work either....
http://forum.xda-developers.com/showthread.php?t=1749045
they've gotten Velvet working with a simple build.prop edit. Doesnt appear to work on sense though.
usaff22 said:
Velvet.apk is the Google Now and Google Voice Search combined, doesn't work as it requires API Level 16, which only Jellybean has. So it won't work until a Jellybean ROM is ported or the apk is made backward compatible, which I will be forever grateful somebody does!
Click to expand...
Click to collapse

sh-06d nerv only Docomo Rom oficial

Hello good friends and found the files in the official ROM released for the phone sh-06d nerv only here you will find all the content of the wallpapers Ringtones equipment and just about anything to have hope and someone decides to port it to other teams in this community so great there are people who really like to share their knowledge and would love to work together to carry this Rom for other teams doing well and something that many users have asked seen shouting greetings and look forward to your support here I left the Link http://tieba.baidu.com/p/2012713251
Wring section...
Sent from my LT26i using xda premium
http://pan.baidu.com/share/link?shareid=148780&uk=1563022666
mewtwo07 said:
http://pan.baidu.com/share/link?shareid=148780&uk=1563022666
Click to expand...
Click to collapse
this is not 100% complete. while all the apps are there (it's basically a dump of the /system folder), there seems to be a bunch of missing stuff. send on over the real rom file, and I'll be happy to pick at it.
at the moment are the only original files and could get looks that much time looking at state unless you have better luck just a Chinese user and managed porting the 3d launcher was not necessary to install all the Rom only launcher with icons and all waiting and I put the link of the video https://www.youtube.com/watch?v=1DDBR2X7G5k&feature=youtube_gdata_player
mewtwo07 said:
at the moment are the only original files and could get looks that much time looking at state unless you have better luck just a Chinese user and managed porting the 3d launcher was not necessary to install all the Rom only launcher with icons and all waiting and I put the link of the video https://www.youtube.com/watch?v=1DDBR2X7G5k&feature=youtube_gdata_player
Click to expand...
Click to collapse
this looks promising. i'll try to get on it with what you have provided so far from the system.rar file, and hopefully will have something working soon. i like the launcher and widgets a lot, but the sh06d specs are terrible.
If someone can get the launcher working let me know please
Sent from my MB886 using xda app-developers app
the launcher is located inside the folder and the file system odex also included launcher widgets wallpapers sounds the only thing that could not be extracted were the videos neon genesis evangelion pass me by private email and I pass the launchers and odex file
mewtwo07 said:
the launcher is located inside the folder and the file system odex also included launcher widgets wallpapers sounds the only thing that could not be extracted were the videos neon genesis evangelion pass me by private email and I pass the launchers and odex file
Click to expand...
Click to collapse
So, do you have the launcher ported? If yes, could you send it to me?
Matsilagi said:
So, do you have the launcher ported? If yes, could you send it to me?
Click to expand...
Click to collapse
https://www.youtube.com/watch?v=pIL-LX74yqU&feature=youtube_gdata_player Me gusta el archivo de 4shared "magi home launcher.zip" - http://www.4shared.com/zip/R7tISOlu/magi_home_launcher.html
How do you install it?
How do you install it tho? I tried installing the apk file but it says application not installed. Sorry, i'm still an android noob
cola5099 said:
How do you install it tho? I tried installing the apk file but it says application not installed. Sorry, i'm still an android noob
Click to expand...
Click to collapse
Couldn't get it to install, you got to push to /system with the .odex files but it wouldn't work anyways
Sent from my MB886 using xda app-developers app
EcHoFiiVe said:
Couldn't get it to install, you got to push to /system with the .odex files but it wouldn't work anyways
Sent from my MB886 using xda app-developers app
Click to expand...
Click to collapse
Yeah same *sigh* i even did the rw-r-r-- permission thing on both the apk and the odex files idk how mewtwo07 installed it (im new so i cant post a link to his youtube video) i think he posted it in here [[ /showthread.php?t=2290194 ]]
but idk i think ill try pushing the widget apks cause im still using QNBT's rendition of the Nerv OS thing because im still having trouble using the UCCW versions he made,
For those who are interested in getting it working and know a few things about Android, look at my post here. Got it to install but it doesn't launch, it crashes.
http://forum.xda-developers.com/showthread.php?t=2290194
Hi, my SH06D Android OS is corrupted. I need the rom for install again. Where I can download? I really appreciate the help. Thanks
[email protected]

Categories

Resources