[REQUEST] CM 6 with Stock Music, Browser, and Launcher apps - Nexus One Q&A, Help & Troubleshooting

CM6 is truly awesome, but guys like me miss stock apps like the Music, Browser, and Launcher apps. The replacement apps are great, but they don't feel solid enough ATM for some. You may argue that this isn't logical, but as a UX designer, I have reasons that you may or may not appreciate.
I can also use other ROMs, but other mod apps on CM6 like the DeskClock and WyContacts are cool for me. I also don't want to miss all other "invisible" stuff on CM6 like the Bluetooth HID support, FLAC support, trackball wake, etc.
I tried doing this myself by pushing the stock apks, renaming them to use the names of the mod apps, removing the mod apps, etc; but nothing worked.
Can someone bake CM 6 RC2 with all its goodness plus the stock Music, Launcher, and Browser apps? A ROM with both stock and mod versions of those apps would be cool, but if it's not possible, just the stock apps would do.

I can understand (and somewhat agree with you) about the stock launcher and browser... but why in God's name would you want that atrocity that they call a music app?
But, i'll give you +1 for stock launcher.

Out of curiosity; why not just get the apk and push/install it via adb (then set it as default on the device)? If it's just those three, seems simple enough. Am I missing something.

tasty-xda said:
Out of curiosity; why not just get the apk and push/install it via adb (then set it as default on the device)? If it's just those three, seems simple enough. Am I missing something.
Click to expand...
Click to collapse
Yep.
I did that. Didn't work. Looks like those apps are tied to CM6's framework or something

anthro said:
Yep.
I did that. Didn't work. Looks like those apps are tied to CM6's framework or something
Click to expand...
Click to collapse
I don't know about the browser and music apps (I MUCH prefer the stock ones), but I'm using the stock launcher2.apk on CM6.0 RC2 without issues.
Just do adb remount and adb push launcher2.apk /system/app/
If you want to remove ADW completely you can do adb remount and adb shell su rm /system/app/ADWLauncher.apk

anthro said:
Yep.
I did that. Didn't work. Looks like those apps are tied to CM6's framework or something
Click to expand...
Click to collapse
I have tried to push the stock Music app to replace CM6's one and have no problems. Perhaps you can give it one more try?

Ok here it is just flash it in recovery. http://www.4shared.com/file/gVONv3gW/stock-signed.html

Stock launcher and music app are awful. LauncherPro and ADW are much better and faster than stock launcher.

limouren said:
I have tried to push the stock Music app to replace CM6's one and have no problems. Perhaps you can give it one more try?
Click to expand...
Click to collapse
That's really odd. I successfully pushed it with adb. I even checked with Astro and the apks really went to /system/app/. After pushing the three apks, they just uninstalled the apps (the mod apps were just uninstalled, and the stock apps still weren't installed).
d750 said:
Ok here it is just flash it in recovery. http://www.4shared.com/file/gVONv3gW/stock-signed.html
Click to expand...
Click to collapse
Done! It worked! My Android experience feels complete again.
Can anyone explain why pushing the apks doesn't work, while d750's zip works?

Weird, i use nightlies and I rather some stock apps too. The new Music App comes with a "Video" app too which i hate so i remove it as well as:
/system/app
ADWLauncher.apk
Development.apk
Facebook.apk
Music.apk
RomManager.apk
SpareParts.apk
Term.apk
Twitter.apk
googlevoice.apk
com.amazon.mp3.apk
SuperUser.apk
/system/media.
bootanimation.zip
Click to expand...
Click to collapse
That there is basically what i remove whenever i format and i install the updated versions of:
Facebook.apk
googlevoice.apk
Music.apk (stock 2.2)
Launcher2.apk
I'm still trying to figure out how to get com.amazon.mp3.apk to install without showing up in Downloads. I found a thread to mark it as a "System app" but it still shows up in Downloads after a while. Dunno what i'm doing wrong but i rather the newer version as well.

@shotta35
How do you go about installing Facebook.apk, googlevoice.apk, Music.apk (stock 2.2),, Launcher2.apk?

You just have to push those to /system/app or /data/app respectivly and they will "install". Or two of those you could grab from the market.

As others have said just use adb shell and remove those. The exit from that and do a adb push Facebook.apk /system/app and it will be installed there.

Related

Froyo Launcher2.apk

Hi all,
I personally really like the default Launcher2.apk from froyo, however unfortunately Cyanogen has now only included ADW.Launcher in cm6. After upgrading to cm6-rc1, I'm having trouble locating a copy of a Launcher2.apk from froyo.
As my phone's bootloader is not unlocked, it'll be a large hassle for me to go back to stock, and upgrade just to get Launcher2.apk...
I was wondering whether someone could post their stock /system/app/Launcher2.apk from an FRF91 install, to save me the trouble.
If you have adb installed, the command should just be:
adb pull /system/bin/Launcher2.apk
Cheers, Xanium
remote object '/system/bin/Launcher2.apk' does not exist
Just pull it from a stock rom and push it back overwriting ADW.
Mine had trouble seeing it. I tried a version I compiled myself from AOSP, as well as a resigned one from a deodexed FRF91 rom without success. I'm sure I missed something. I don't know what though. I've replaced the launcher in older CM versions with my own modified one without issues.
If you download CM6 from ROM manager you can choose to install with ADWLauncher or Launcher2
Launcher2.apk and Launcher2.odex are located at system/app. not at system/bin
theherodrownd said:
If you download CM6 from ROM manager you can choose to install with ADWLauncher or Launcher2
Click to expand...
Click to collapse
Really? Awesome. I guess I'll have to try that.
Here is a stock AOSP build of Launcher2.apk.
EDIT: Rom Manager didn't allow me to select launcher. The file I linked to above worked fine though. Just reboot and it will default to Launcher2. The ADWLauncher entry in the Settings app will disappear as well.
I made an update.zip (for hdpi-devices) to make replacing the launcher easy for future upgrades. It just adds Launcher2.apk and removes ADWLauncher.apk.
Launcher2 just keeps FC on my G1. I'm using CM6-RC1.
I installed like:
adb .\Launcher2.apk /system/app/Launcher2.apk
adb reboot
Phone boots but launcher just keeps crashing. Do I have to do some kind of wipe to get this to work? Does anyone have Launcher2 working on CM6-RC1?
EDIT: Perhaps I need to uninstall the old ADW launcher? I rm'd it from /system/app but another post suggested using pm unsinstall com.android.launcher. I haven't tried that.
neolith_god said:
Launcher2 just keeps FC on my G1. I'm using CM6-RC1.
I installed like:
adb .\Launcher2.apk /system/app/Launcher2.apk
adb reboot
Phone boots but launcher just keeps crashing. Do I have to do some kind of wipe to get this to work? Does anyone have Launcher2 working on CM6-RC1?
EDIT: Perhaps I need to uninstall the old ADW launcher? I rm'd it from /system/app but another post suggested using pm unsinstall com.android.launcher. I haven't tried that.
Click to expand...
Click to collapse
You need Launcher2 built from AOSP for mdpi. The one in my post is for hdpi. I forgot to mention that.
I get an error in Amon-Ra Recovery when trying to flash your zip file (nexus one, CMod RC2/nightly), Blunden.
Code:
E: can't open /sdcard/replace-launcher-signed.zip (bad)
Any ideas? I tried the manual uninstall of ADW and installation of Launcher2.apk but Launcher2.apk says it won't install.
Never mind. I downloaded your AOSP-compiled version of launcher.apk and it worked without a hitch. I must have had a corrupted file when I tried to install before. Thanks for posting the files!
no you cant
blunden said:
I made an update.zip (for hdpi-devices) to make replacing the launcher easy for future upgrades. It just adds Launcher2.apk and removes ADWLauncher.apk.
Click to expand...
Click to collapse
Any chance to re-upload the File?
Seems that mediafire refuse the request?!
Thanks!
Download Super manager from the market not astro or anything and put the Launcher.apk on your SCcard and then open super manager tap on the red square with the sdcard on it and u will see Launcher with the Launcher icon, tap it and press install and your good
hope this helped
Download works fine again
Thanks!

Stock 2.1 Apps working on Vibrant

Hey, not sure if this really belongs here, or in General, but since its semi-hacking the system, I'll post here first.
It seems, so far, that Touchwiz isn't nearly as deeply integrated as Sense is, and that at least some of Samsung's Modified Apps can just be backed-up, deleted, and replaced with the stock apps from Android 2.1 (using apps ripped from CM5.0.8 for Nexus 1 for my attempts.)
So, I thought I'd start a list of stock Android 2.1 apps that people have made work on the vibrant. I know a lot of people are waiting for CM or other custom roms and alternate recovery images, but in the mean time, lets start customizing!
I have confirmed the following to work, but only after the original touchwiz apps are deleted from /system/app, then the stock apps are installed via the standard installer to /data/app and cp over to /system/app then reboot
Music.apk
DeskClock.apk
Calendar.apk
CalendarProvider.apk
GenieWidget.apk
Mms.apk (NEW! added 7/21/2010)
Another pleasant surprise, is that I now have the default Calendar, music, and news & weather widgets on my vibrant!
Again, adb push didn't work for anything since I can't remount with r/w access yet, but a su adb shell allowed me to busybox cp them to /sytem/app once they were installed.
I've tried the same method with the CM5.0.8 LiveWallpapers with no success, so maybe someone else has some suggestions?
My next step is to test out bringing the original phone.apk and contacts.apk/contactsprovider.apk over
7/21/2010
Got the default messaging app from CM 5.0.8 brought over, still having tons of trouble with the default dialer and contacts/contacts provider, samsung has buried their signature for these deep in android somewhere, even outside of /data/system/packages.xml so any attempt to install the CM versions even after removing the Touchwiz apps fail.
7/22/2010
Pushed ADW Launcher to system, works like a charm! However, removing the TouchWiz30Launcher apk/odex and replacing with adw or launcher pro generates constant FC's for me, so sadly, it looks like it has to stay installed for now.
cheers everyone!
where did you get the N1 files? I have been meaning to try this as well.
cojonesx said:
where did you get the N1 files? I have been meaning to try this as well.
Click to expand...
Click to collapse
I just downloaded CM 5.0.8 for the N1, and have been pulling the apk's out of /system/app
cheers!
I actually installed the News & Weather app yesterday by just putting it on the SD Card and using ASTRO to install.. nothing special for that app.
zephiK said:
I actually installed the News & Weather app yesterday by just putting it on the SD Card and using ASTRO to install.. nothing special for that app.
Click to expand...
Click to collapse
Where did you download it from?
zephiK said:
I actually installed the News & Weather app yesterday by just putting it on the SD Card and using ASTRO to install.. nothing special for that app.
Click to expand...
Click to collapse
I was about to say the same thing, I just did an ADB install for this, didn't need to delete anything from data/app or anything.
It's cool to hear that the other stuff works though.
quickex99 said:
Where did you download it from?
Click to expand...
Click to collapse
The Gapps for 2.1, same CM Nexus thread.
Here - http://forum.xda-developers.com/showthread.php?t=623496
Sorry for the confusion about 'news and weather' I just meant I was unable to adb push the apk directly to system. It installs fine by default to /data/app but I wanted it in /system/app to survive resets, hence the busybox cp.
So far no luck with contacts/contactsprovider =(
Every version I try give me an install failed error, regardless of removing all traces of the samsung versions, even their references in /data/system/packages.xml
So is the music app from CM5.08 elliot's music mod?
XDA mobile
Docavelli said:
So is the music app from CM5.08 elliot's music mod?
XDA mobile
Click to expand...
Click to collapse
I'm honestly not sure how to tell if it is.
I pulled the Music.apk straight out of the /system/app dir from the CM 5.0.8 update for the Nexus 1.
cheers
can anyone provide News and Weather widget from stock OS. I think its the best news app.
Grab the 'Google Apps' addon for CM 5.0.8 for the nexus one, unzip it, and copy 'GenieWidget.apk' to your phone to install it.
cheers!
s0niqu3 said:
Grab the 'Google Apps' addon for CM 5.0.8 for the nexus one, unzip it, and copy 'GenieWidget.apk' to your phone to install it.
cheers!
Click to expand...
Click to collapse
thanks. i thought it had a different name......
I just did a google search for "download geniewidget.apk." It's much faster.
Sent from my SGH-T959 using XDA App
its says failed install for me. you know what that could mean? i uninstalled the calendar but it wont let me install.
Any word on if the stock launcher works? I don't really like ADW or Touchwiz
decepticon said:
Any word on if the stock launcher works? I don't really like ADW or Touchwiz
Click to expand...
Click to collapse
Hi again.
I haven't tried deleting the touchwiz launcher yet, but I'm using launcherPro Plus (and playing with ADW too, I really like that ADW supports the touchwiz horizontal style 'paging' in the app drawer, and hope launcher pro eventually supports it too) and they both work quite well, and should work fine when pushed into /system/app too.
Will update if I'm brave enough to remove the TW launcher, probably not tonight though, just spent the last 3 hours trying to get the stock dialer & contacts, and it was an epic fail, samsung has buried the touchwiz dialer/contacts signature deep, so no matter what I try, I always get an Install_failed_update_incompatible error when pushing the stock apps to the phone.
This is the same error I first received with the calendar, but a simple settings->applications->manage applications 'uninstall' of the remaining TWCalendar and Provider, and a reboot cleared that error, sadly that's not the case with dialer and contacts.
Maybe a wipe would fix this, but I'll wait another day or so to see how the clockwork custom recovery pans out, plus I need to make sure nandroid works so I can backup before I try that.
It also might be linked to something buried in the TW framework, I don't know, but I'm so not brave enough to mess with frameworks yet.
cheers everyone
Root Explorer allows your mount and unmount system drives btw. I like using it over ADB bc I can do it on the bus or train while commuting.
If I want to install the Stock 2.1 Calendar App, do I need to install the Calendar provider apk as well? I know the answer seems obvious but I just want to check
The_Chrome_Coyote said:
Root Explorer allows your mount and unmount system drives btw. I like using it over ADB bc I can do it on the bus or train while commuting.
If I want to install the Stock 2.1 Calendar App, do I need to install the Calendar provider apk as well? I know the answer seems obvious but I just want to check
Click to expand...
Click to collapse
I'm honestly not sure if the CalendarProvider.apk is necessary, but I replaced the touchwiz provider with it for good measure.
cheers.
Okay, I keep getting App not installed error, Ive removed TW Calendar and TW Calendar provider apk and odex from system, but I still get the error when trying to install Calendar.apk

[REQUEST]

I am running Andromeda 1.1 (Froyo 2.2 from Armani Cap) and the music player sucks balls compared to the one I had with Eclair JH7. Anyone got the apk for that player? I really liked the carousel view in landscape mode. Thanks.
Sure. Let me get it for you in a sec. Hold tight.
EDIT: Here you go - Musicplayer.apk
Thanks, man, much appreciated.
Just tried installing this and I get a message saying this is a system app and am I sure I want to replace it. I click yes, it starts to install then I get a failed to install message. Do I need to uninstall the stock player first? I can't believe how crappy the Froyo player is compared to the Eclair one.
Miami_Son said:
Just tried installing this and I get a message saying this is a system app and am I sure I want to replace it. I click yes, it starts to install then I get a failed to install message. Do I need to uninstall the stock player first? I can't believe how crappy the Froyo player is compared to the Eclair one.
Click to expand...
Click to collapse
It will always fail if you just try and install it. You have to use a file manager like root explorer and place it in system/app and it will work just fine. You can not overwrite a system app that easy most of the time.
adamholden85 said:
It will always fail if you just try and install it. You have to use a file manager like root explorer and place it in system/app and it will work just fine. You can not overwrite a system app that easy most of the time.
Click to expand...
Click to collapse
Hmmm....I copied this apk and the MediaHub apk into the same folder (Downloads) on the device. MediaHub installed fine. I'll try your method, but how will it create an icon in TouchWiz by just putting it into that folder?
It will overwrite the previous version. If it doesn't work for you right away, do a reboot and you should be good.
I said yes to overwriting, but it still fails. I went and purchased root explorer, moved the apk to data/app, but I have no way to start the app because there's no icon in the app drawer for it. Rebooted several times. If I go into Settings>Application>Manage Applications and click on ALL I see Sound Player in the list with the familiar icon I remember, but all the options for it are grayed out.
adamholden85 said:
It will always fail if you just try and install it. You have to use a file manager like root explorer and place it in system/app and it will work just fine. You can not overwrite a system app that easy most of the time.
Click to expand...
Click to collapse
refer to above quote...it's a system app so you need to copy it to /system/app not /data/app
Doh! <fp> Worked like a charm. Thanks! Don't know why the Froyo Music Player is so lame. The Eclair player has built-in EQ, disc view, 5.1 sim with wired headphones and a much better GUI. Go figure.

[Q]Comprehensive safe to remove list

I noticed there isn't really a thread with all the apps that are safe to remove in /system/app. I'm not talking about the name of the app (i.e. Media Hub) I'm talking about the APK name (i.e. MediaHub.apk). Also, tips on what happens when you remove certain things. For example you can remove the TouchWiz launcher but you need LPP or ADW in your system folder.
So anyone want to help compile this?
When i remove touchwiz the phone dosnt boot
No list for what is safe to remove, but 1,000's of posts from people who did and regret it.
natious said:
When i remove touchwiz the phone dosnt boot
Click to expand...
Click to collapse
I'm deodexed and I removed TouchWizLauncher30.apk just fine.
Steps I went through:
Boot into CWM
move Launcher Pro from /data/app to /system/app
reboot
if everything is fine at that point, boot back into CWM
shell in with adb
cd /system/app
rm TouchWizLauncher30.apk
reboot
Worked for me. If you are using Boushh's voodoo kernel and recovery you need to disable lagfix before you do it and enable it when you are done, I ran into issues with lagfix enabled.

Touchwiz music app

Is there any way to get this whole using comm rom? I loved the controls in the notification bar
You can push the Samsung TW music apk into system/apps folder with root explorer if you know how to do so. You must remove the existing ASOP music apk out of there first. You may want the copy it to your sdcard for backup first.
Here is the apk http://db.tt/CqMdGtT
Sent from my fascinate
Jstevenett said:
Is there any way to get this whole using comm rom? I loved the controls in the notification bar
Click to expand...
Click to collapse
you can grab the flashable file from SuperClean forum, thats what I did. Any of those flashable files still work.
http://forum.xda-developers.com/showthread.php?t=983395&highlight=superclean
scroll down and look in the Patches section.
Izeltokatl said:
you can grab the flashable file from SuperClean forum, thats what I did. Any of those flashable files still work.
http://forum.xda-developers.com/showthread.php?t=983395&highlight=superclean
scroll down and look in the Patches section.
Click to expand...
Click to collapse
Are these Edify or Amend? Amend will not work with new Clockwork right?
stelv said:
Are these Edify or Amend? Amend will not work with new Clockwork right?
Click to expand...
Click to collapse
Com rom zips are all edify
I was talking about the TW music patch from the Superclean thread that was posted. Aren't those still amend?
stelv said:
I was talking about the TW music patch from the Superclean thread that was posted. Aren't those still amend?
Click to expand...
Click to collapse
ah, yes i believe they are
So just flash the music player Like I would anything else? And I don't need to delete aosp music if I do it this way?
It depends what version of clockwork you have. The amend will not flash through cwr 3. You can try but I dont think it will work. You need and edify tw music zip for 3, or you will have to push it I believe.
Sent from my fascinate
I also noticed it said it was eb01. If I have ed01 is that ok?
stelv said:
It depends what version of clockwork you have. The amend will not flash through cwr 3. You can try but I dont think it will work. You need and edify tw music zip for 3, or you will have to push it I believe.
Sent from my fascinate
Click to expand...
Click to collapse
Jstevenett said:
I also noticed it said it was eb01. If I have ed01 is that ok?
Click to expand...
Click to collapse
I think so. It's just the stock Samsung music apk. I have done it before, I am on EC01. Just make sure you have a backup of the ASOP music apk on your sdcard incase you have to put it back in system/app.
Didn't work... it flagged and installed ok. But when I booted up it was as nothing happened.
Huh idk. It has worked for me before. Did you reboot after you put the apk in system app? Somebody will have to make it a flashable edify patch zip then, I am not sure how to do that.
Sent from my fascinate
Steel blue theme comes with it, i believe, if that helps at all
Ok sorry I'm new to this. When you say " push" to system/ apps. What is that? And is there a special way to delete aosp music?
Jstevenett said:
Ok sorry I'm new to this. When you say " push" to system/ apps. What is that? And is there a special way to delete aosp music?
Click to expand...
Click to collapse
When I say push, I mean copy and paste apk files into system/app folder on your phone. You need to do this with the root explorer app in r/w (read write) mode. You will see the other music apk in the system/app folder.
In root explorer (make sure it is set as r/w)...
1. copy and paste the tw musicplayer apk into the system/app folder on your phone. Here is the apk file http://db.tt/CqMdGtT
2. copy the music apk (the one we are removing), and paste it to your sdcard somewhere. Now you have a backup of it.
3. Go back into system/app folder and delete music apk. You should now have only one music apk in that folder, the TW music player apk.
4. set root explorer back to r/o (read only)
5. reboot, when it is booted up you should now have music player in your app drawer.
*Warning this only works with certain apks. If you delete certain system files from system/app folder it may screw things up. Always have a backup of your system through clockwork before you push things.
Jstevenett said:
Didn't work... it flagged and installed ok. But when I booted up it was as nothing happened.
Click to expand...
Click to collapse
I have done this numerous times with this app & others as well and I had this same result. Copied it into system/app, rebooted, still no stock music app. On previous roms the removal of the aosp music app has not been necessary for me in order to use the stock player. But its not working on comm.rom1.3...
Sent from my OTB Comm.Rominate
Idk, it works for me on com rom 1.3. I pushed tw music, touchwiz launcher, and tw friends widget. Did you mount as read write before and reboot after? Maybe a theme is preventing it.
Sent from my fascinate
stelv said:
Idk, it works for me on com rom 1.3. I pushed tw music, touchwiz launcher, and tw friends widget. Did you mount as read write before and reboot after? Maybe a theme is preventing it.
Sent from my fascinate
Click to expand...
Click to collapse
Glad this method does still work. I use AndRootFile as a file manager and it mounts r/w automatically when you select to run it as superuser. Followed the same process that has always worked for me and it does put the apk in system/app, it just never loads an icon in the drawer or opens.
Sent from my OTB Comm.Rominate

Categories

Resources