This launcher has the 5 column app drawer. There are two versions. One for cm 5.0.5+ (due to some changes he pulled in from qualcomm) and one for everything else. Let me know how it works for you.
Just push it to /system/app via adb/file manager of your choice.
All roms that are not CM 5.0.5+
CM 5.0.5+
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Make sure to follow me on twitter for my latest workings. Big thanks to TheDudesAndroid and especially ctso (ChrisSoyars) for their help.
Already using it, loving it. Looking forward to someone developing a 5 column home screen replacement. Maybe Doc.
will try this later, thanks persian
just an FYI
tested with Koush's cyanogen mod for Droid and it just FC's
rm /system/app/Launcher2.apk
then pushed
rebooted, still fc's
may try a wipe and push, but im not sure that will matter
edit:wiped data,syste,cache, reflashed koushs rom, rm'd and pushed. Works fine now! great work
Does this work on Desire?
It says "All roms that are not CM 5.0.5+" so just wondering.
loving this - just pushed it to /system/app and rebooted - everything works fine!
Works as advertised on CM 5.0.5!
If we have a launcher like helixlauncher2 from the market will this overwrite that?
Just installed it via "adb push Launcher2.apk /system/app/Launcher2.apk" dunno if this was right
It's working great, only trouble was that it reseted all my widgets. Had to remove them and then put them in again and everything is running smooth now
Great job!
Mantisen said:
Just installed it via "adb push Launcher2.apk /system/app/Launcher2.apk" dunno if this was right
It's working great, only trouble was that it reseted all my widgets. Had to remove them and then put them in again and everything is running smooth now
Great job!
Click to expand...
Click to collapse
Yes exactly the same for me.
Running CM 5.0.5
Thanks alot for this, very nice indeed.
Running great on my Droid but I miss the 4 docking icons on home screen using Koush's ROM.
chrisonline1991 said:
If we have a launcher like helixlauncher2 from the market will this overwrite that?
Click to expand...
Click to collapse
if you downloaded it from the market no it will not replace it but if you pushed the helixlauncher to /system/app/ it will
I run the apk and nothing happens. what am i doing wrong?
Running great on M 5.0.5 I like this much better!!
MatMew said:
Already using it, loving it. Looking forward to someone developing a 5 column home screen replacement. Maybe Doc.
Click to expand...
Click to collapse
this is awesome!!! and I second above
This gave me 'Problem loading widget' on all my previous widgets .......... strange.
SatanR1: Remove and re-add them?
stabu said:
I run the apk and nothing happens. what am i doing wrong?
Click to expand...
Click to collapse
I think you have to push it to /system/app like shown below:
adb push Launcher2.apk /system/app/Launcher2.apk
i can getting read only cant move the file
stabu said:
i can getting read only cant move the file
Click to expand...
Click to collapse
run adb remount
then run adb push Launcher2.apk /system/app/
Related
works great on our Nexus Ones
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Original Thread: http://forum.xda-developers.com/showthread.php?t=661542
File: http://android.piratemedia.tv/Music/music_mod1.1.zip
It's an update.zip that I didn't use...I simply adb pushed Music.apk /system/app....
WOW! I just flashed the zip. I think the widget from the top, middle picture looks the best. Great work.
the 4x4 widget doesn't show anything? all the other sizes work.
dudebro said:
the 4x4 widget doesn't show anything? all the other sizes work.
Click to expand...
Click to collapse
Start playing music
bobtentpeg said:
Start playing music
Click to expand...
Click to collapse
works when it wants to, its weird. I was playing music but it stays blank and shows the controls.
then it will work and if I change the song it still shows the album art of the last song like it froze.
have a code? i tried
adb push Music.apk /system/app
and i got an error saying ''read only file system''.
*black*silva* said:
have a code? i tried
adb push Music.apk /system/app
and i got an error saying ''read only file system''.
Click to expand...
Click to collapse
adb remount
adb push Music.apk /system/app
I thought I was the only one who noticed this modded application.. I saw it quite a while ago and was wondering why no one used it. I never saw it (Nexus One section) screenshots or anything, awesome to say the least.
Eclair~ said:
I thought I was the only one who noticed this modded application.. I saw it quite a while ago and was wondering why no one used it. I never saw it screenshots or anything, awesome to say the least.
Click to expand...
Click to collapse
I been using it for some time on my desire and nexus. Cacheinjection make great things, Wish he get a nexus....
yep that did it. i forgot about adb remout lol. thanks.
AbsoluteDesignz said:
adb remount
adb push Music.apk /system/app
Click to expand...
Click to collapse
Where do I have to put the file for this to work? In the sdk tools folder? Do you do this using the CMD on pc or through the phone?
if you have adb set up properly it doesn't matter where u put it as long as u cd to the folder or push the file with the folder path.
For me the command's look like
c:/> adb remount
c:/>cd c:/Nexus
c:/Nexus> adb push Music.apk /system/app
however I'm not sure but I think you can also go
c:/>adb remount
c:/>adb push c:/Nexus/Music.apk /system/app
JustMarioBros said:
Where do I have to put the file for this to work? In the sdk tools folder? Do you do this using the CMD on pc or through the phone?
Click to expand...
Click to collapse
Install with any file-explorer...
DocRambone said:
Install with any file-explorer...
Click to expand...
Click to collapse
lol I just noticed that using Astro. I got it working after much trial and error with the CMD but this is good to know now for future reference.
Thanks guys.
any one else having problems with the quickscroll? mine starts at "M"even if I'm at the "A's" and goes M, n, l I think. it completely ignores my letters lol. but other then that its awesome thanx
Been waiting on this port! Thanks!
djdarkknight96 said:
Been waiting on this port! Thanks!
Click to expand...
Click to collapse
lol, it's not even a port. lol
nice find. installed
Hah, no more pining for the HTC music app or using Cubed or Mixzing just for the widget's look. Great find, thank you. Looks like the G1 sub-forum is full of gold.
grainysand said:
Hah, no more pining for the HTC music app or using Cubed or Mixzing just for the widget's look. Great find, thank you. Looks like the G1 sub-forum is full of gold.
Click to expand...
Click to collapse
I actually love the look of cubed but HATE the look of the widgets...absolutely despise to be honest.
Black Facebook Widget
Facebook v.1.3.2
Update 12/08 Facebook 1.3.2
............................
Tested on CM 6
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
adb remount
adb push Facebook.apk /system/app/Facebook.apk
Open from fb icon, sign in ....add widget to screen.
I tried to install on my phone using AndroZip
but it doesnt want to install at the end...
Thank you for this. I wonder why the stock facebook/Twitter apps don't include eclair/froyo theme widgets for high-res devices. Any chance you want to make one for Google Buzz or Finance?
Thanks for this great mod, I love the black widget but would like to ask if it is possible to make a "glass" or "smoked" widget too?
-Keoni
Very nice!!!
Sent from my Nexus One using XDA App
Shame that it doesn't work on a rooted stock FRF91
kindiboy said:
Shame that it doesn't work on a rooted stock FRF91
Click to expand...
Click to collapse
It does not??..cause it works on CM 6a....
rori~ said:
It does not??..cause it works on CM 6a....
Click to expand...
Click to collapse
No it doesn't....
.. forgot, deodexed needed.
Sent from my Nexus One
it does now on CM6 RC1 hehe, thanks.
itsmekeoni said:
Thanks for this great mod, I love the black widget but would like to ask if it is possible to make a "glass" or "smoked" widget too?
-Keoni
Click to expand...
Click to collapse
Probably i will do a smoked one too...
Im guessing with my luck this will absolutely not work on Mytouch3G
please delete this post. Browser cache got screwed up.
itsmekeoni said:
Thanks for this great mod, I love the black widget but would like to ask if it is possible to make a "glass" or "smoked" widget too?
-Keoni
Click to expand...
Click to collapse
Here you go...
http://forum.xda-developers.com/showthread.php?t=731625
so... umm... I:
pulled my original facebook from my phone
downloaded yours
took the drawable mdpi and drawable mdpi land from yours
put them in the original facebook
resigned
pushed to /data/app
Nothing.... literally nothing, facebook isnt even showing up
*Nand Restore*
Adamsville MITM said:
so... umm... I:
pulled my original facebook from my phone
downloaded yours
took the drawable mdpi and drawable mdpi land from yours
put them in the original facebook
resigned
pushed to /data/app
Nothing.... literally nothing, facebook isnt even showing up
*Nand Restore*
Click to expand...
Click to collapse
You tried to fix permissions?
rori~ said:
You tried to fix permissions?
Click to expand...
Click to collapse
yea.. no luck
verified that this works on cyanogen 6 RC2 FYI
seeking said:
verified that this works on cyanogen 6 RC2 FYI
Click to expand...
Click to collapse
Thanx for the info.
couldn't get this to work... but got the smoked one to work??? is there something dif. between the two???
For anyone having a problem with pictures showing up from contacts in the stock MMS application on Froyo ROMs, the EVO Mms.apk works fine.
Download: http://www.mediafire.com/?8l2g426tfnvo5d3
Or, QR code here:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Simply replace with the Mms.apk on the phone and you're good (deodexed only)
Yeeeeeeeeeesss. I think I love you right now. This not only fixed the picture problem but got rid of that useless Voicemail icon for me. Thank you!
is this supposed to have the contacts poicture show up????
bubbleywine said:
is this supposed to have the contacts poicture show up????
Click to expand...
Click to collapse
Uh...yeah...if you read the OP....
Berzerker7 said:
Uh...yeah...if you read the OP....
Click to expand...
Click to collapse
i did i installed it still no go for me radier 2.5.2
bubbleywine said:
i did i installed it still no go for me radier 2.5.2
Click to expand...
Click to collapse
What does "no go" mean, and how did you install it?
i deleted the mms apk i had and istalled the one u linkes and a no go means the conact pictures are still not showing up
bubbleywine said:
i deleted the mms apk i had and istalled the one u linkes and a no go means the conact pictures are still not showing up
Click to expand...
Click to collapse
Give yourself permission: Read, Write, Execute.
Reboot.
kbnguy said:
Give yourself permission: Read, Write, Execute.
Reboot.
Click to expand...
Click to collapse
i did threw rom explorer rebooted and still cant get those damn pitures to show up i am usually pretty good at this kinda stuff thats why i asked for help stumped
bubbleywine said:
i did threw rom explorer rebooted and still cant get those damn pitures to show up i am usually pretty good at this kinda stuff thats why i asked for help stumped
Click to expand...
Click to collapse
Try using adb to push the file onto the phone.
I too replaced it and am having no luck. pushed via adb changed permissions in root explorer. Gave it 0755 permissions just to be for sure it was not my issue.
rooted with s-off on skyraider 2.2
The apks take 644 permission, not 755.
Also for clarification, this is only for *SENSE*, _NOT_ for Vanilla ROMs. All you do is delete the original Mms.apk, and push the new one. Make sure you're pushing the right one.
i must say this mms.apk works better for some odd reason for mms messages (same for sms) than the inc mms.apk (sense) but it still doesn't show pics if your running a vanilla rom...its a trade off though because every non sense mms.apk ive tried has serious mms issues like not sending or receiving mms correctly, currently running skyraider 2.5.2
I guess some of you know the Samsung Spark LWP already. If not here is a screenshot of the original:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How to install?
Extract liblwfa-0.A.2-mng-p1.7z
Code:
adb remount
adb push liblwfa-0.A.2-mng-p1.so /system/lib/
adb install BLACK_TATLiveWallpapersSpark.apk
adb install BLUE_TATLiveWallpapersSpark.apk
adb install GREEN_TATLiveWallpapersSpark.apk
adb install RED_TATLiveWallpapersSpark.apk
If you use the original Samsung LWP already you can skip the .so file since it's already on the phone.
And here are the ones i made:
Any chance for an update.zip?
Pattye said:
Any chance for an update.zip?
Click to expand...
Click to collapse
Not from me... It's not that hard to install. You don't even need to reboot.
g4rb4g3 said:
Not from me... It's not that hard to install. You don't even need to reboot.
Click to expand...
Click to collapse
Well I dont know very much about "Modding" One Android, so is it possible to do the adb way with locked bootloader?
Sent from my Nexus One using XDA App
If only the newer samsung live wallpapers weren't so choppy.
Wrong thread
if anyone is interested i have the latest livewallpapers from the samsung fascinate including this one in my sig. dont mean to thread jack sorry.
thanks for the color changes. my favorite samsung wallpaper but the color always turned me off.
How about a black background with just the 'spark'? Any way to make that happen?
InGeNeTiCs said:
How about a black background with just the 'spark'? Any way to make that happen?
Click to expand...
Click to collapse
i'll take a shot at it when im off work.
so far i was able to make a dark grey one for myself. but im going to attempt to make a black one
ok i just made a black one and installed it. so far its working good but i havent edited the name of it yet. if youre interested then just install the zip i attached (your_app_signed.apk). if you already have the lib installed from the OP then just install this apk and thats it. long press anywhere on your screen and click livewallpaper. the apk should show up as blue sparks still but its black. let me know how it goes.
I made a black one right now, you can install it like the other ones.
This is great, love it on my n1. The only choppy-ness is right as those first two sparks collide and after that its pretty smooth. my new favorite wallpaper.
I sent the apk files to my friend with a samsung, i guess he didnt have these on his, he only had to install the apk and they worked for him.
using the black one.very nice, good work.
Can confirm it uses no cpu while asleep.
would love a update.zip or metamorph style,no luck with pushing...
pushing worked fine for me
make sure you do adb remount before you push the .so file to /system/lib/
what was the message you got?
Love the white on black. How about blue on black? How you did the colors?
Sent from my PC36100 using Tapatalk
disgustip8ted said:
pushing worked fine for me
make sure you do adb remount before you push the .so file to /system/lib/
what was the message you got?
Click to expand...
Click to collapse
was copying and pasting from his code used adb push liblwfa-0.A.2-mng-p1.so /system/lib/
looks like the dowloade is p.1.7z not sure if its updated or whats up..but after installing and trying to apply i get black sparks has stopped unexpectedly please try again wont load
?
You have to extract the.7z file with 7zip, you will get an .so file, push that
As the title says, when I was on ICS, i had Google Calendar and its useful widget, but on JB, it is gone.
Is there any way to get it back??
Mine is there....Is the entire application missing? I'd think being on stock none of that stuff would be touched/modified.
flash gapps
Billchen0014 said:
flash gapps
Click to expand...
Click to collapse
gapps is already included into stock
Just to male sure
Xxx oops! accidentally beamed from my awesome NEXUS S! xxX
Just Calendar is missing. It's weird. I've tried to install the apk from this post, but it gives an error and it wont install. I'll put screenshots later
Enviado desde mi Nexus S usando XDA Premium App
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The first image shows Calendar is not in the app drawer and the second shows the failure at installing.
The .apk must be installed normally or it should be put in /system??
please help!
you have to install it to the system. try using a file explorer or adb, i prefer adb cos its faster. if you use root explorer, set the permission to wr-r-r. and you put it in /system/app
Billchen0014 said:
you have to install it to the system. try using a file explorer or adb, i prefer adb cos its faster. if you use root explorer, set the permission to wr-r-r. and you put it in /system/app
Click to expand...
Click to collapse
Did tried that, but it didn't worked either. After some little investigation, Calendar.apk was in system/app the whole time. It seems the problem comes from CalendarProvider.apk. I went to system/app, tried to install CalendarProvider.apk, and it gave an error, telling me that the same app was installed, but with a conflictive signing.
Can anyone provide me with a clean, JB version of CalendarProvider.apk??
the internets is full of the GB and ICS version of that one...
Thanks in advance.
Shingonati0n said:
Did tried that, but it didn't worked either. After some little investigation, Calendar.apk was in system/app the whole time. It seems the problem comes from CalendarProvider.apk. I went to system/app, tried to install CalendarProvider.apk, and it gave an error, telling me that the same app was installed, but with a conflictive signing.
Can anyone provide me with a clean, JB version of CalendarProvider.apk??
the internets is full of the GB and ICS version of that one...
Thanks in advance.
Click to expand...
Click to collapse
I will upload one as soon as I get home. And make sure you have a root explorer and move the app to the folder and set permission wr-r-r.
Xxx oops! accidentally beamed from my awesome NEXUS S! xxX