I have modded a launcher and i think it should work on all Gb devices .
Some people reported that this launcher doesnt work on artix 4g running cm7 . Can someone from this forum try running this on your phone.
I dont think there is any risk of bootloops untill u do anything silly.
http://forum.xda-developers.com/showthread.php?t=2206040
You can also try using the alternative method and installing the app with system app installer.
Plz let me know if this launcher works on your device!
Thanks Shlok~~~
Hope you fix it....for me its not working but you know that.....LOL
Which one we should download? There are three files....
jhonnyx said:
Which one we should download? There are three files....
Click to expand...
Click to collapse
I think armeabi 7 version. I try all the files and instaltions instructions.
Its a shame look like a good launcher.
Sent from my MB860 using xda premium
Hmmm, trying the manual install....
Let me say that the APK link is down, so I've extracted the apk from one of the other three links
jhonnyx said:
Hmmm, trying the manual install....
Let me say that the APK link is down, so I've extracted the apk from one of the other three links
Click to expand...
Click to collapse
Any luck?
Cocolopes said:
Any luck?
Click to expand...
Click to collapse
Nope. Tried moving app to system folder, changing permissions, did not let me install .
Tried V6, V7, everything and no luck
You do realize the APK alone is not enough, right? I mean the thing comes with some external libs too, I'm sure there's a reason. So if you only install the APK and not the libs, you don't get to complain that it's not working.
ravilov said:
You do realize the APK alone is not enough, right? I mean the thing comes with some external libs too, I'm sure there's a reason. So if you only install the APK and not the libs, you don't get to complain that it's not working.
Click to expand...
Click to collapse
We know that...I flash the zip and manualy copy the files...give the permissions and make all the things the dev says...and nothing...
Enviado desde mi MB860 usando Tapatalk 2
Yes Ravilov, I do know that; that's why i've made the lib stuff that the dev said.... same as Coco, but no luck man
Ah bad ! i am not a big dev so dont know much about porting apps. Someone here can help me port this app ?
xXx~~~SHLOK~~~xXx said:
Ah bad ! i am not a big dev so dont know much about porting apps. Someone here can help me port this app ?
Click to expand...
Click to collapse
Sorry Im not a dev...but maybe have to do with the app signature. I dont know. Its a shame that you cant fix it...its a nice app.
Enviado desde mi MB860 usando Tapatalk 2
Cocolopes said:
Sorry Im not a dev...but maybe have to do with the app signature. I dont know. Its a shame that you cant fix it...its a nice app.
Enviado desde mi MB860 usando Tapatalk 2
Click to expand...
Click to collapse
I dont think its a sig prob , if it was it should have not worked in galaxy y. But it is working. Anyway if you cant install this version then its not a sig prob . http://db.tt/xnLjSL7T
Its tough for me to port this because
1 i am a newbie
2 most of the coding is in chinese which makes it even tougher for me
xXx~~~SHLOK~~~xXx said:
Its tough for me to port this because
1 i am a newbie
2 most of the coding is in chinese which makes it even tougher for me
Click to expand...
Click to collapse
WOW....chinese?......well...thanks for trying...and keep the good work.:good:
xXx~~~SHLOK~~~xXx said:
I dont think its a sig prob , if it was it should have not worked in galaxy y. But it is working. Anyway if you cant install this version then its not a sig prob . http://db.tt/xnLjSL7T
Click to expand...
Click to collapse
I can install that.....but the launcher only shows a black screen.......
That black screen might be because u didnt put the lib files. And it can be a sig prob if u can install it.
xXx~~~SHLOK~~~xXx said:
That black screen might be because u didnt put the lib files. And it can be a sig prob if u can install it.
Click to expand...
Click to collapse
is there a generic place where to put the libraries?
You mention on your original post depending the model of the phone we should put the libraries into.
Can you guide us?
xXx~~~SHLOK~~~xXx said:
That black screen might be because u didnt put the lib files. And it can be a sig prob if u can install it.
Click to expand...
Click to collapse
I can install the one you give us here....but I cant install the one you have in the original post....I will try to re install that and the libs....I let you know
The standard location for libraries is /system/lib.
ravilov said:
The standard location for libraries is /system/lib.
Click to expand...
Click to collapse
Thanks Ravilov. Tried but no luck also
Related
Can someone Deodex the firmware, i've tried but I failed miserably
These are the ones i couldnt deodex
/system/framework/
android.policy
ext
framework
services
/system/app/
email
fts
gallery 3d
imeitracker
kieswifi
mediaprovider
mms
mobileprint
motionsettings
mtpapplication
packageinstaller
phone
samsungwidget_weatherclock
secdownloadprovider
settings
socialhub
stk
tasks
tasksprovider
touchwiz30launcher
touchwizcalendar
trimapp
I don't have the device yet but I actually managed to deodex kdd as a whole. the only exceptions were Email and MobilePrint. I just ignored these errors but yea, I have these two folders sitting on my desktop waiting for my phone to arrive
Sent from my GT-I9000 using XDA App
madmack said:
I don't have the device yet but I actually managed to deodex kdd as a whole. the only exceptions were Email and MobilePrint. I just ignored these errors but yea, I have these two folders sitting on my desktop waiting for my phone to arrive
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
Could you upload the files please
Sent from my GT-I9100 using XDA App
soyef said:
Could you upload the files please
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
Yes please upload!
Plz help a poor WinMo-refugee waiting for his first droid-device:
WTF is deodexing ?
troed said:
Plz help a poor WinMo-refugee waiting for his first droid-device:
WTF is deodexing ?
Click to expand...
Click to collapse
Apk files have respective odexes that devs use to supposedly save space.
Deodexing means you convert it back to a .dex file and put it back inside the apk.
This allows you to easily replace files (not having to worry about odexes), but the main point was to deodex services.jar so that you can change all text to different colors (such as the clock color to white) and to deodex services.jar, you need to deodex everything.
I'll upload what I have after elclassico
Sent from my GT-I9000 using XDA App
and here it is:
http://www.multiupload.com/MW71E1DAHV
you might want to delete Email.apk and MobilePrint.apk first because these two were the ones that I deodexed ignoring the errors. (lotsa errors with Email.apk. be wary of that one )
most of the errors in these two files were related to some awt libraries that are missing. I think (or hope) that they used these libraries only for debugging, so it shouldn't crash theoretically.
lemme know if it works guys ! can't wait for my phone to arrive
madmack said:
and here it is:
http://www.multiupload.com/MW71E1DAHV
you might want to delete Email.apk and MobilePrint.apk first because these two were the ones that I deodexed ignoring the errors. (lotsa errors with Email.apk. be wary of that one )
most of the errors in these two files were related to some awt libraries that are missing. I think (or hope) that they used these libraries only for debugging, so it shouldn't crash theoretically.
lemme know if it works guys ! can't wait for my phone to arrive
Click to expand...
Click to collapse
seems to be working fine, even the email.apk works fine!
thanks for the deodexing!!
soyef said:
seems to be working fine, even the email.apk works fine!
thanks for the deodexing!!
Click to expand...
Click to collapse
awesome !! I know what I'm gonna do when I receive this phone
thanks for letting me know
madmack said:
awesome !! I know what I'm gonna do when I receive this phone
thanks for letting me know
Click to expand...
Click to collapse
Oh and btw I also tried your Arabic patch and it worked fine too, just waiting for the libwebcore now
Thanks!!
Sent from my GT-I9100 using XDA App
soyef said:
Oh and btw I also tried your Arabic patch and it worked fine too, just waiting for the libwebcore now
Thanks!!
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
oh, "so" from the comments
I've replied to your comment with a libwebcore to test. let me know if it works.
madmack said:
oh, "so" from the comments
I've replied to your comment with a libwebcore to test. let me know if it works.
Click to expand...
Click to collapse
This is what I got from the logcat, and by the way I'm willing to test more if you need me to
soyef said:
This is what I got from the logcat, and by the way I'm willing to test more if you need me to
Click to expand...
Click to collapse
oops. thanks for testing
the logcat doesn't look good at all. I think I'll wait until samsung releases the proper sources for our phone before I make another attempt. This was all built with the korean sources and the error it throws now doesn't help much.
thanks again
ok, I'm a little restless and tenacious... i was able through some hoops and jumps to get a libwebcore with samsung's korean sources that matches the size of the one in your phone exactly (basically the build config of crespo.. should match the sII's except for the target_board_platform). I've not applied any arabic patches to it yet. just please try it and see if it at least runs ? (if it does, we have a winner !! )
http://www.multiupload.com/GK89VBFET9
GlossGhost said:
Apk files have respective odexes that devs use to supposedly save space.
Deodexing means you convert it back to a .dex file and put it back inside the apk.
This allows you to easily replace files (not having to worry about odexes), but the main point was to deodex services.jar so that you can change all text to different colors (such as the clock color to white) and to deodex services.jar, you need to deodex everything.
Click to expand...
Click to collapse
Tx a LOT ! Now I got it ..........
madmack said:
ok, I'm a little restless and tenacious... i was able through some hoops and jumps to get a libwebcore with samsung's korean sources that matches the size of the one in your phone exactly (basically the build config of crespo.. should match the sII's except for the target_board_platform). I've not applied any arabic patches to it yet. just please try it and see if it at least runs ? (if it does, we have a winner !! )
http://www.multiupload.com/GK89VBFET9
Click to expand...
Click to collapse
I think you have a winner then!
it seems to be running fine
i'm not sure, but I think that the camera isn't working
soyef said:
I think you have a winner then!
it seems to be running fine
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1063205
by the way, camera.apk from the deodexed files gives force close
Eh, here's a better one.
Download:
Bootscreen: http://www.mediafire.com/?ph1fb37x495moeq
Bootsound: http://www.mediafire.com/?kvovzrjr99b8ixx
(remember to rename the bootsound to PowerOn.mp3 and back the old one up!)
Enjoy and please provide feedback!
looking nice
Thanks! Do you have any requests for other bootscreens?
sorry for this, haven't tried changing bootsound, basically how do you change that one? thanks man
Back the original one up in /system/sounds/lgeSounds/PowerOn.mp3, download this one, rename it to PowerOn.mp3 and put it in the same place.
Could u make a bootscreen of HP Lovecraft's Call of Cthulhu
Depends if it's bootable.
You know how to change is it our in this case add it in miks Cm7 rom
Sent from my LG-P500 using XDA Premium App
Umm, well if you want it in that ROM I'll go speak to Mik.
Well I posted out in the thread never got a response I don't want our in the rom I just want to know how to do it
Sent from my LG-P500 using XDA Premium App
There are lots of tutorials online on how to make a bootscreen and set it...
metalboy94 said:
Depends if it's bootable.
Click to expand...
Click to collapse
just anything with Cthulhu would be cool
FnH84 said:
just anything with Cthulhu would be cool
Click to expand...
Click to collapse
Kay, I'll give it a shot.
metalboy94 said:
Kay, I'll give it a shot.
Click to expand...
Click to collapse
thanks!
Im curious, on athenos rom I dont see a folder like listed.
I also looked on my nanadroid of asop and no folder like mentioned.
Im on the V how would I go about making this work?
very nice
awesome man
eollie said:
Im curious, on athenos rom I dont see a folder like listed.
I also looked on my nanadroid of asop and no folder like mentioned.
Im on the V how would I go about making this work?
Click to expand...
Click to collapse
Hmm... To tell you the truth, I have no idea. I am using the stock v20g ROM + root and tweaks btw. You should go find the special tutorial for applying bootscreens on the V or your ROM.
metalboy94 said:
Hmm... To tell you the truth, I have no idea. I am using the stock v20g ROM + root and tweaks btw. You should go find the special tutorial for applying bootscreens on the V or your ROM.
Click to expand...
Click to collapse
Applying the bootanimation is cake. I should have been more clear. The sound file folder doesnt exist in the path listed above. Ive tried various different things to get this to work and asked about it before in other threads. But nobody knows.
Thanks for the reply guess Ill go rip apart the stock rom and see where virgin hides their sounds.
eollie said:
Applying the bootanimation is cake. I should have been more clear. The sound file folder doesnt exist in the path listed above. Ive tried various different things to get this to work and asked about it before in other threads. But nobody knows.
Thanks for the reply guess Ill go rip apart the stock rom and see where virgin hides their sounds.
Click to expand...
Click to collapse
Ah, I see. Yeah, guess you gotta do that if the sound is not the same as the original LG one (you can check that out in a recent video on my YouTube channel).
Hi guys,
Can anybody provide the Nexus one live wallpaper(Neural networks) which comes along with the stock froyo on our device?
I dont like the nexus rip offs that are available on the market and looking for some old school stuff.
Thanks in advance.
gkarthik16 said:
Hi guys,
Can anybody provide the Nexus one live wallpaper(Neural networks) which comes along with the stock froyo on our device?
I dont like the nexus rip offs that are available on the market and looking for some old school stuff.
Thanks in advance.
Click to expand...
Click to collapse
Should be from one of these attachments. I have not tried it so let me know what it is.
sweetbinodray said:
Should be from one of these attachments. I have not tried it so let me know what it is.
Click to expand...
Click to collapse
Sure dude. Thanks for the prompt reply. Will try these out once I'm out of office
Not sure what I'm missing here. I copied the files to the system/app folder and rebooted. But still I see my old wallpapers.
Sent from my LG-P500 using XDA App
gkarthik16 said:
Not sure what I'm missing here. I copied the files to the system/app folder and rebooted. But still I see my old wallpapers.
Sent from my LG-P500 using XDA App
Click to expand...
Click to collapse
Simply install Apk using your file explorer..
Sent from my LG-P500 using XDA Premium App
sweetbinodray said:
Simply install Apk using your file explorer..
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
That is the first thing I did. It first asked confirmation for replacing a system app. When I gave 'Ok' it says 'Application not installed'. Because of this only I tried copying the files to system/app folder.
You must be looking for this....
sweetbinodray said:
You must be looking for this....
Click to expand...
Click to collapse
This is not the one. I'm talking about the Nexus One's default wallpaper, which will be available in LG P500's stock froyo ROM also. I think it will be available in the first set of apks you provided. But I'm facing the issue of installing.
Anyway thanks for your help mate. I'll try to install those apks somehow.
Try Nexus Revamped Pro on Market.
And what about Microbes live wallpaper from Nexus? It has been ported to SGS, so is it possible to have this in OO?
gkarthik16 said:
That is the first thing I did. It first asked confirmation for replacing a system app. When I gave 'Ok' it says 'Application not installed'. Because of this only I tried copying the files to system/app folder.
Click to expand...
Click to collapse
try renaming the name or extension (so that you still have the file there in case anything goes wrong) and then try installing the apk. i had to do that for one of my system apps
sweetnsour said:
try renaming the name or extension (so that you still have the file there in case anything goes wrong) and then try installing the apk. i had to do that for one of my system apps
Click to expand...
Click to collapse
Will try out today and let you know
Apk's giving parsing error
sweetbinodray said:
Should be from one of these attachments. I have not tried it so let me know what it is.
Click to expand...
Click to collapse
Hey buddy,
these attachments giving parsing error, could you please post another version.
Please kinda urgent.
Thanks in advance
As i noticed, there is a MiUi version of spare parts. From where can i download it? Who is the developer?
I think you can install it by pushing it to system/app. Any version may work.
WIIstpM said:
I think you can install it by pushing it to system/app. Any version may work.
Click to expand...
Click to collapse
Check the CMiUi, it contains a spare parts for MiUi. That's not a generic one.
Sent from my MB525 using xda premium
whats so special about it, because the only think one need spare parts is to make the animation faster and this can be done with the installation of a rom and written into the database
TweetyPeety said:
whats so special about it, because the only think one need spare parts is to make the animation faster and this can be done with the installation of a rom and written into the database
Click to expand...
Click to collapse
Sorry im not pro...so how can i do that?
TweetyPeety said:
whats so special about it, because the only think one need spare parts is to make the animation faster and this can be done with the installation of a rom and written into the database
Click to expand...
Click to collapse
Yes. This 9s exactly what I need it for. Can you please state what file to edit? I am usimg MIUI 2.2.17.
I found this ROM for Mt788 which is the chinese Razr I (without 3g). Maybe it can help further development for XT890 or give a clue about the next update. I'm no dev so i hope that it helps.
http://pan.baidu.com/s/1kWNxp
this is the original thread I'll asume?
I wonder if thats a leak, or just CM from hazu (or other rom with 4.2.2 goodies) recompiled for the chinese version.
Can anyone translate what does that thread says?
If it is true, it could be nice. But I can't manage to download it. It goes really slow and mostly I get a time out eventually. But if u got it I would gladly take a look at it.
if we believe google translate, it says:
xt788 4.2.2 rom. I didn't make it. All rights for the maker of the rom. But then again, if someone could manage to download it i would gladly have a look
Sent from my GT-P5110 using XDA Premium HD app
Hazou said:
If it is true, it could be nice. But I can't manage to download it. It goes really slow and mostly I get a time out eventually. But if u got it I would gladly take a look at it.
if we believe google translate, it says:
xt788 4.2.2 rom. I didn't make it. All rights for the maker of the rom. But then again, if someone could manage to download it i would gladly have a look
Sent from my GT-P5110 using XDA Premium HD app
Click to expand...
Click to collapse
So he is probably thanking you, I will try to download it and upload it to something better.
Flashing?
Do you think this ROM will permanently damange my phone if I flashed it??
parthnatu said:
Do you think this ROM will permanently damange my phone if I flashed it??
Click to expand...
Click to collapse
No, if it can be flashed in cwm, almost imposible. Just make a backup
Sent from my XT890 using xda app-developers app
Hazou said:
But then again, if someone could manage to download it i would gladly have a look
Sent from my GT-P5110 using XDA Premium HD app
Click to expand...
Click to collapse
here you have good sir.
What is the recovery.img for?
I opened the zip and saw recovery.img in there . Any reason to change my mind about flashing it?
This look really promissing. It is a newly compiled 4.2.2 medfield device. Hugh change that this will solve most problems on CM. But first need to try out. I hope I can get the sources from that person sometime.
For the safety, don't flash it. Only when u know what u are doing, give it a try
Sent from my XT890 using xda app-developers app
Hazou said:
This look really promissing. It is a newly compiled 4.2.2 medfield device. Hugh change that this will solve most problems on CM. But first need to try out. I hope I can get the sources from that person sometime.
For the safety, don't flash it. Only when u know what u are doing, give it a try
Sent from my XT890 using xda app-developers app
Click to expand...
Click to collapse
Hell yeah!!! I was afraid that it would be a fake or some 4.1.2 mod. @Hazou rummaging through chinese forums using my bad chinese. When i find the source i will post here ASAP;
And @YaPeL that's the original thread.
thiagomtl said:
Hell yeah!!! I was afraid that it would be a fake or some 4.1.2 mod.
And @YaPeL that's the original thread.
Click to expand...
Click to collapse
Well someone needs to tell the guys of that thread that is legit, and ask the op for a source.
nice catch dude.
Enviado desde mi XT890 usando Tapatalk now Free
Creating a nandroid backup now and I will try it..
thiagomtl said:
Hell yeah!!! I was afraid that it would be a fake or some 4.1.2 mod. @Hazou rummaging through chinese forums using my bad chinese. When i find the source i will post here ASAP;
And @YaPeL that's the original thread.
Click to expand...
Click to collapse
Using google translate ftw
Hazou said:
Using google translate ftw
Click to expand...
Click to collapse
Update: it seems like its a leak from Motorola China R&D. It was shared in a closed group (kinda whatsapp group) on Baidu but a member shared the zip. I think that we wont find the sources. Btw the group is "my788"
The original thread was erased....
Tried flashing it but I got an error.
Installing update...
Erasing old dictionary...
updating file system...
symlink: some symlinks failed
E:Error in /external_sd/mt788 4.2.2 made by vivamessi10.zip
(Status 7)
Installation aborted.
well, the mt788 is slightly different to our razr I, so no surprises there.
thiagomtl said:
Update: it seems like its a leak from Motorola China R&D. It was shared in a closed group (kinda whatsapp group) on Baidu but a member shared the zip. I think that we wont find the sources. Btw the group is "my788"
The original thread was erased....
Click to expand...
Click to collapse
Ha, nice we got it But they still are using ICS blob files. but will see how far i can get.
antkalaitzakis96 said:
Tried flashing it but I got an error.
Installing update...
Erasing old dictionary...
updating file system...
symlink: some symlinks failed
E:Error in /external_sd/mt788 4.2.2 made by vivamessi10.zip
(Status 7)
Installation aborted.
Click to expand...
Click to collapse
Easy to fix. look in update-script for symlinks and look for the symlinks that dont match the files presented in the zip.
antkalaitzakis96 said:
Tried flashing it but I got an error.
Installing update...
Erasing old dictionary...
updating file system...
symlink: some symlinks failed
E:Error in /external_sd/mt788 4.2.2 made by vivamessi10.zip
(Status 7)
Installation aborted.
Click to expand...
Click to collapse
As noted by Hazou you shouldn't flash this... this error happens cause some asserts don't match. Trust me its better to wait some dev to cook it up.
Hazou said:
Ha, nice we got it But they still are using ICS blob files. but will see how far i can get.
Easy to fix. look in update-script for symlinks and look for the symlinks that dont match the files presented in the zip.
Click to expand...
Click to collapse
I can't do it..so many lines do you know any program for making a new meta-inf folder?
thiagomtl said:
As noted by Hazou you shouldn't flash this... this error happens cause some asserts don't match. Trust me its better to wait some dev to cook it up.
Click to expand...
Click to collapse
I am just curious to test it..
antkalaitzakis96 said:
I can't do it..so much lines do you know any program for making a new meta-inf folder?
Click to expand...
Click to collapse
If u build it from source, i know ^^