Just wondering if there's any workaround to this but obviously, whenever flashing a fresh new rom and fully wiping the phone, all music pinned to Google Play Music becomes unpinned and have to be repinned again which can be annoying if you're a rom junkie. I used to move around on roms more frequently but my library is just too big now and switching roms becomes this huge task.
I was just wondering if there was anyway at all to keep pinned music on Google Play Music on the phone after clean flashing a new rom? (Other than moving the music manually to the phone via USB ofc, I still want to use the cloud).
Thanks in advance.
Are you not restoring a titanium backup??
Sent from my Nexus 5 using Tapatalk
rootSU said:
Are you not restoring a titanium backup??
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Restoring through TB doesn't restore the pinned tracks I don't think. I haven't tried that in a while but the short amount of time it takes to back up Google Play Music alone shows it doesn't work I think. Also, the back up size is much too small so I'm pretty sure that doesn't work :/
Oh does pinned mean "available offline"?
Sent from my Nexus 5 using Tapatalk
rootSU said:
Oh does pinned mean "available offline"?
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Yeah that's what I mean. Making the music I have uploaded on my account available offline by pinning them and keeping that from rom to rom.
Where does it store it?
Maybe titaniums "backup external data" covers it?
If Not, I could probably write you a couple of bash shell scripts to run that would move it to and from /sdcard but may aswell manually the data.
Sent from my Nexus 5 using Tapatalk
rootSU said:
Where does it store it?
Maybe titaniums "backup external data" covers it?
If Not, I could probably write you a couple of bash shell scripts to run that would move it to and from /sdcard but may aswell manually the data.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
I just tried the external data preference and the backups are still only 7MB total which is farrrr to small consideirng i've pinned 10GB+ of music. Anyhow, the problem is the pinned music does not show up in plain sight on the internal storage so moving them manually isn't really an option. Google Play Music hides/encrpyts it somehow I guess. I would hate to make you go through that, I'm sure someone has found a solution to this already hahahah
The0Code said:
I just tried the external data preference and the backups are still only 7MB total which is farrrr to small consideirng i've pinned 10GB+ of music. Anyhow, the problem is the pinned music does not show up in plain sight on the internal storage so moving them manually isn't really an option. Google Play Music hides/encrpyts it somehow I guess. I would hate to make you go through that, I'm sure someone has found a solution to this already hahahah
Click to expand...
Click to collapse
Meh, it's easier than you think
I just pinned some music.
The files are not encrypted By the way.
They're stored /data/data/com.google.android.music/files/music
Also the fact they're pinned is stored in a data base table data/data/com.google.android.music/databases/music.db in the "keepon" table
Im not sure if titanium backs up the databases but a simple set of scripts would be
Backup
mv /data/data/com.google.android.music/files/music/* /sdcard/playbackup/music
mv /data/data/com.google.android.music/databases/* /sdcard/playbackup/databases
Restore
mv /sdcard/playbackup/music/* /data/data/com.google.android.music/files/music
mv /sdcard/playbackup/databases/* /data/data/com.google.android.music/databases
Sent from my Nexus 5 using Tapatalk
rootSU said:
Meh, it's easier than you think
I just pinned some music.
The files are not encrypted By the way.
They're stored /data/data/com.google.android.music/files/music
Also the fact they're pinned is stored in a data base table data/data/com.google.android.music/databases/music.db in the "keepon" table
Im not sure if titanium backs up the databases but a simple set of scripts would be
Backup
mv /data/data/com.google.android.music/files/music/* /sdcard/playbackup/music
mv /data/data/com.google.android.music/databases/* /sdcard/playbackup/databases
Restore
mv /sdcard/playbackup/music/* /data/data/com.google.android.music/files/music
mv /sdcard/playbackup/databases/* /data/data/com.google.android.music/databases
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Well I'm sort of a noob when it comes to the deeper parts of android like writing scripts lol How would you suggest I go about this? Looking at music.db, it's 7MB which is the same size as the TB backup that was made so maybe TB IS the answer? hahah not even sure at this point...
You need the files too though. Not just the database
Sent from my Nexus 5 using Tapatalk
rootSU said:
You need the files too though. Not just the database
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
So this is basically impossible I guess? Sorry for all the questions! lol
The0Code said:
So this is basically impossible I guess? Sorry for all the questions! lol
Click to expand...
Click to collapse
No, it's possible like I said. You just move the database and the files to the sdcard, flash a ROM then move it back
Sent from my Nexus 5 using Tapatalk
rootSU said:
No, it's possible like I said. You just move the database and the files to the sdcard, flash a ROM then move it back
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Not quite able to copy it, not getting the option.
The0Code said:
Not quite able to copy it, not getting the option.
Click to expand...
Click to collapse
Thats just your choice of file manager. I've moved the files out and back using root explorer. I've played them from the sdcard too. I've proved the concept. You just need to test for yourself and see what works best for you
Sent from my Nexus 5 using Tapatalk
---------- Post added at 10:28 PM ---------- Previous post was at 10:05 PM ----------
Here are some scripts. Really basic
https://www.dropbox.com/s/mgbok8hlze0w2zq/ScriptManager.zip
Unzip them wherever and run them with script manager. You'll need give the scripts root permissions within script manager. It's free on play
Sent from my Nexus 5 using Tapatalk
rootSU said:
Thats just your choice of file manager. I've moved the files out and back using root explorer. I've played them from the sdcard too. I've proved the concept. You just need to test for yourself and see what works best for you
Sent from my Nexus 5 using Tapatalk
---------- Post added at 10:28 PM ---------- Previous post was at 10:05 PM ----------
Here are some scripts. Really basic
https://www.dropbox.com/s/mgbok8hlze0w2zq/ScriptManager.zip
Unzip them wherever and run them with script manager. You'll need give the scripts root permissions within script manager. It's free on play
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
I am not using online Google music at all but what you did there is really good ?
Tapatalked with SlimKated NexusFive
Related
---------------------------------------------------
Atm App2zip does not work for all the devices, it's still experimental and not widely tested, so first of all, especially before backing-up something important, make some test to see whether it works for you (e.g. open App2zip and put in the flashable zip some apps you don't really care, uninstall them and then restore the zip via CWM recovery).
---------------------------------------------------
App2zip allows to backup applications directly to a zip file flashable via CUSTOM recovery, you can build your own update.zip on the fly, no need for PC.
ROOT REQUIRED!
Building your flashable zip is easy:
1) Choose the apps to be included in the zip file
2) Click GO! and wait until the zip is done. That's it!
Even system apps can be included in the zip file but make sure they don't have dependencies and they don't share data with other system apps (otherwise they won't be restored properly).
Restore via stock recovery is not supported yet.
Special thanks to:
michaelg117 (for the idea), Fnorder (signapk script), people in "flashable app backup" thread.
Google Play Link
Feel free to use this thread for any comment or report, if the app does not work for you please tell which device and ROM you're on. Thank you!
Sounds good
Sent from my ARCHOS 80G9 using XDA Premium HD app
Trying this on my infuse 4g ....Zeus Rom... It pops up that the output file already exist (update.zip) and i cant do anything else... should i delete the update.zip and let er rip or is this not recommended... Thanks
MythicBlue said:
Trying this on my infuse 4g ....Zeus Rom... It pops up that the output file already exist (update.zip) and i cant do anything else... should i delete the update.zip and let er rip or is this not recommended... Thanks
Click to expand...
Click to collapse
yeah,i know renaming the zip file is for paid version,but can you add feature to set output location anywhere instead of just root of sdcard
Quinny899 said:
Sounds good
Click to expand...
Click to collapse
Thanks!
MythicBlue said:
Trying this on my infuse 4g ....Zeus Rom... It pops up that the output file already exist (update.zip) and i cant do anything else... should i delete the update.zip and let er rip or is this not recommended... Thanks
Click to expand...
Click to collapse
You can rename it and make your update.zip with App2zip. But...(read below)
rashid.fairus said:
yeah,i know renaming the zip file is for paid version,but can you add feature to set output location anywhere instead of just root of sdcard
Click to expand...
Click to collapse
I'm planning to let the free version users to edit the zip file name along with new features for the pro version.
In the meanwhile i put in the play store an update (ver 1.02), more devices supported now, if App2zip didn't work for you give it a try.
I like the idea very much, but I have a questions (maybe a silly one).
Would it backup the apps and its data or only the app itself?
Sorry but I don't understand if it back up the data as well as on Titanium.
If it does I would be amazed since restoring them from the recovery should be way faster.
frikou said:
I like the idea very much, but I have a questions (maybe a silly one).
Would it backup the apps and its data or only the app itself?
Sorry but I don't understand if it back up the data as well as on Titanium.
If it does I would be amazed since restoring them from the recovery should be way faster.
Click to expand...
Click to collapse
Atm it makes backup of both, data and apk (and odex file too).
It would be nice an option to select between apk and apk & data, i think i'll add it, soon or later.
xdaid said:
I'm planning to let the free version users to edit the zip file name along with new features for the pro version.
In the meanwhile i put in the play store an update (ver 1.02), more devices supported now, if App2zip didn't work for you give it a try.
Click to expand...
Click to collapse
nice to hear that
the app work perfect with my xperia arc s ics rom
couldn't get it to work on my Samsung infuse 4g ...tried several times...I go into cwm and apply the update zip and out says that everything installed butt when I boot up nothing is restored....I tried it with both free and pro versions....I am running ginger bread zeus...hopefully you can get it to work on the infuse....it would definitely be worth paying for the pro version...this is one of the best app ideas that has been thought of....
Sent from my SAMSUNG-SGH-I997 using XDA
MythicBlue said:
couldn't get it to work on my Samsung infuse 4g ...tried several times...I go into cwm and apply the update zip and out says that everything installed butt when I boot up nothing is restored....I tried it with both free and pro versions....I am running ginger bread zeus...hopefully you can get it to work on the infuse....it would definitely be worth paying for the pro version...this is one of the best app ideas that has been thought of....
Sent from my SAMSUNG-SGH-I997 using XDA
Click to expand...
Click to collapse
May i take a look at a zip file you make with App2zip? (PM me) please do not include paid apps!
Also, can you tell me which is the mount point of your internal storage?
In the modern devices with built-in emmc the internal storage card (emmc) is usually mounted as "/mnt/sdcard" while the removable storage as "/mnt/sdcard_ext" (or similar), if the emmc's mount point is different there could be some problem.
But, i'm just assuming, i'm still working on it.
It is not working with my gt-i9003
Sent from my GT-I9003 using xda premium
It is a great idea but doesn't work in my SGS II with Wiui ICS v4 b5
Enviado desde mi GT-I9100 usando Tapatalk
either google play is down or the link it's not working
avatar_ro said:
either google play is down or the link it's not working
Click to expand...
Click to collapse
I see, i really don't know why. However it looks like it happens not all the times and this also affects other apps in the play store. Try later or by using the play store search box.
Just updated App2zip to v1.03
- The name of the zip file can be easily changed even in free version.
- App2zip is now suitable for more devices, at least, it should be! any feedback is appreciated, this is the kind of work you can't test on the emulator
Just tested with 2 apps and flashed the zip and it worked, it stores apps back with data. Nice work
Sent from my Xperia R800i using xda premium
xdaid said:
Just updated App2zip to v1.03
- The name of the zip file can be easily changed even in free version.
Click to expand...
Click to collapse
So, now what's different from the paid version?
danlivesey said:
Just tested with 2 apps and flashed the zip and it worked, it stores apps back with data. Nice work
Click to expand...
Click to collapse
Good! - thank you
Paparasee said:
So, now what's different from the paid version?
Click to expand...
Click to collapse
Actually pro version just makes available 3 extra settings, and so, BIG THANKS to people who support this project even though they see not big difference between free and pro version.
Atm i'm working to make the app more reliable and suitable for as many devices as possible. Later i will start to add new features, pro version will have definitely more.
Does not work on SE Arc S(LT18i)... Dammit, it would be cool to restore apps via recovery...
jgcastror said:
It is a great idea but doesn't work in my SGS II with Wiui ICS v4 b5
Enviado desde mi GT-I9100 usando Tapatalk
Click to expand...
Click to collapse
It doesn't work on SGS II over sensation rom ics 3.3 neither
Enviado desde mi GT-I9100 usando Tapatalk
Is it okay to replace the Settings.apk in /system/app with another while the phone is running? Using Root Browser? Will the phone freeze up after I remove the original Settings.apk?
Sent via Tapatalk with VictoryRom_v1.1
I doubt that your phone will "freeze up" or anything, just make a backup first or adb push+pull while in CWM...
However, It's unlikely that the Settings.apk will work on the A2. Where did you find that particular Settings.apk?
Its for the Bionic. Nitroglycerin33's ROM.
Sent via Tapatalk with VictoryRom_v1.1
KEB64 said:
Its for the Bionic. Nitroglycerin33's ROM.
Sent via Tapatalk with VictoryRom_v1.1
Click to expand...
Click to collapse
Nitro usually includes a lot of custom features that may not work correctly on our phone. It will probably work but just have some irregularities in it.
All I really want out of it is black backgrounds. Maybe I should learn how to edit the Settings.apk instead.
Sent via Tapatalk with VictoryRom_v1.1
KEB64 said:
All I really want out of it is black backgrounds. Maybe I should learn how to edit the Settings.apk instead.
Sent via Tapatalk with VictoryRom_v1.1
Click to expand...
Click to collapse
It can be inverted and will be seen soon
Are you working on that JRW?
Sent via Tapatalk with VictoryRom_v1.1
KEB64 said:
Is it okay to replace the Settings.apk in /system/app with another while the phone is running? Using Root Browser? Will the phone freeze up after I remove the original Settings.apk?
Click to expand...
Click to collapse
YES (Just as long as you have a good apk - and do not remove original - just overwrite).
I push system apps with root explorer all the time. Just make sure you copy it first to /system folder first and change the permissions (chmod 644). Then MOVE (do not copy) to the /system/app folder, select yes to overwrite - then i just head for home and hit reboot right away. Only time it didn't work for me was when i had a bad apk..
Otherwise you could edit it yourself - just copy the .png files from the apk you want and replace them in your current known working apk. Nothing too difficult if you're working only with image files - can probably be done with PeaZip or 7zip - i just use APK Manager. Just don't be editing .9.png's or .xmls without expecting to get into some trouble..
Last thing - i don't think the black backgrounds are located in the Settings.apk...(?) I'd check around the Blur(smthng).apks, res/drawable-hdpi folders.. and yea, make a backup and put on CWM on boot first, just in case..
KEB64 said:
Are you working on that JRW?
Sent via Tapatalk with VictoryRom_v1.1
Click to expand...
Click to collapse
That plus a lot more
@alteredlikeness
Lots of good info there thanks. That's the stuff I need to know.
Sent via Tapatalk with VictoryRom_v1.1
victory rom v1.1
see your running victory rom I have load it and can't get data connection on anything other then wifi. I can send textmsg or call. Tried reloading rom. Did noob of not saving initial ROM prior. Is there a setting that has to be put back? I haven't seemed to find how to do a different rom. Most posts are for the 860 atrix4g not the atrix2.
537magspc said:
see your running victory rom I have load it and can't get data connection on anything other then wifi. I can send textmsg or call. Tried reloading rom. Did noob of not saving initial ROM prior. Is there a setting that has to be put back? I haven't seemed to find how to do a different rom. Most posts are for th De 860 atrix4g not the atrix2.
Click to expand...
Click to collapse
Is your data enabled? Go to Settings>Battery & data manager>Data delivery and check that data is enabled.. or check your pulldown toggle..
JRW 28 said:
That plus a lot more
Click to expand...
Click to collapse
That sounds promising!
ATRIX 2 / Victory Rom
537magspc said:
see your running victory rom I have load it and can't get data connection on anything other then wifi. I can send textmsg or call. Tried reloading rom. Did noob of not saving initial ROM prior. Is there a setting that has to be put back? I haven't seemed to find how to do a different rom. Most posts are for the 860 atrix4g not the atrix2.
Click to expand...
Click to collapse
Are you using att or another provider? If your using another provider make sure your apn settings are correct
Sent from my Atrix 2 using XDA Premium App. . Hit thanks if I surprisingly help you.
alteredlikeness said:
Is your data enabled? Go to Settings>Battery & data manager>Data delivery and check that data is enabled.. or check your pulldown toggle..
Click to expand...
Click to collapse
+1
Sent via Tapatalk with VictoryRom_v1.1
JRW 28 said:
That plus a lot more
Click to expand...
Click to collapse
Hi JRW, do you have the code for the inverted menu settings? I'd love a zip of just that if you have it.
Sent via Tapatalk with VictoryRom_v1.1
Hi all heres the latest google playstore
3.9.16
Download: http://beta.androidfilehost.com/?fid=9390135922294521859
Google just started rolling out an updated Google Play Store version 3.9.16 that follows the previous version 3.8.17 from August. Good news, everyone - we've already got our hands on the APK for you to install manually thanks to our loyal tipsters.
What's New
The most notable and immediately apparent new feature is the long overdue ability to remove apps you've previously downloaded from the All Apps list. If you like to try a lot of apps, that list is likely very cluttered. With the new Google Play, you can trim it to your heart's content.
Update #1: You can multi-select by long-pressing any app in the list and then tapping more apps, then delete them all in one go (added 2 new screenshots demonstrating it).
Update #2: The new Play Store now keeps track of your location in lists, including My Apps and All Apps, so when you click into an app and back, it drops you into the same spot. I had variable luck with this, and it didn't seem to work in All Apps at first, but I just reproduced it on both the EVO LTE and the Nexus 7. Brilliant.
Update #3: The notification icon that shows up when you have app updates has changed, and notifications are now expandable. I've added more screenshots showing the differences.
The size of the Play Store APK actually went down, so Google must have trimmed some extra fat. We're still digging through everything
Thanks androidpolice
Finally! I wonder though.. will it decrease app download amounts? Obviously if people remove it, it wasn't something they liked..
Sent from my MB870 using xda app-developers app
Saw this on AP and downloaded the apk. Installed it on both my Sensation and N7 and works fine. I can trim down my old files! Yay!
kpjimmy said:
Saw this on AP and downloaded the apk. Installed it on both my Sensation and N7 and works fine. I can trim down my old files! Yay!
Click to expand...
Click to collapse
Brilliant so it is
Sent from my Galaxy Nexus using xda premium
works fine on myhtc desire , can now trim that long list done to what i only use
does it work on jb rom?..
Sent from my GT-N7000 using xda app-developers app
ra6 said:
does it work on jb rom?..
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
Yes but you have to put in system/app and set permissions if you dont know how wait a few days because google will push it to all phones and you wont need to do a thing. :thumbup::thumbup:
Sent from my Galaxy Nexus using xda premium
Thanks! Working on GB Xperia Ray!
Those who don't know how to install this :
[email protected] said:
Yes but you have to put in system/app and set permissions if you dont know how wait a few days because google will push it to all phones and you wont need to do a thing. :thumbup::thumbup:
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Installing the APK as usual also works just fine.
Sent from my GT-N7000 using Tapatalk 2
What happens if you have the same Google account on 2 devices and have an app on 1 but not the other and you remove the app from the device that doesn't have the app installed?
What happens if you delete a purchased app? Do you have to pay for it again if you want to re-install it later?
working perfect..
Sent from my GT-N7000 using xda app-developers app
I'll wait for the inverted one.
Sent from my GT-I9300 using xda app-developers app
lexluthor said:
What happens if you have the same Google account on 2 devices and have an app on 1 but not the other and you remove the app from the device that doesn't have the app installed?
What happens if you delete a purchased app? Do you have to pay for it again if you want to re-install it later?
Click to expand...
Click to collapse
Can't answer the first one, but I just uninstalled a paid app to test for you. When I searched afterwards, it shows up as a purchased app, so I think you'll be good on that front.
Sent from my GT-P3113 using Tapatalk HD
Now all they need to do is update their website for that capability
I'm on paranoid android 2.2 rom on my Nexus 7, I have gapps ending in "26" installed, which I believe are the gapps from August, and installing this gives me an error message "conflicting signatures".....I don't even have the play store under "downloaded" apps like you would normally find it, but it is under the "all" tab. It was suggested that I rename the apk to "phonesky" and copy it to system/apps, I don't even see "phonesky" anywhere in the files, it's not on my Nexus 7. Can someone please help me out of the know what I can do to get this installed? It's so baffling that a simple apk won't install.
I would appreciate any help at all. Thank You.
Sent from my Nexus 7 using Tapatalk 2
dirtyhamster73 said:
I'm on paranoid android 2.2 rom on my Nexus 7, I have gapps ending in "26" installed, which I believe are the gapps from August, and installing this gives me an error message "conflicting signatures".....I don't even have the play store under "downloaded" apps like you would normally find it, but it is under the "all" tab. It was suggested that I rename the apk to "phonesky" and copy it to system/apps, I don't even see "phonesky" anywhere in the files, it's not on my Nexus 7. Can someone please help me out of the know what I can do to get this installed? It's so baffling that a simple apk won't install.
I would appreciate any help at all. Thank You.
Sent from my Nexus 7 using Tapatalk 2
Click to expand...
Click to collapse
U have to use a file manager with root permissions e.g root explorer and copy the app bring it to system/app and delete the old playstore app and then paste the new one there and long press it and set permissions as follows;
Xxx
X**
X**
^^this wont make sense untill u see it yourself
Sent from my GT-I9300 using xda premium
[email protected] said:
Hi all heres the latest google playstore
3.9.16
Download: http://beta.androidfilehost.com/?fid=9390135922294521859
HOW TO INSTALL:
U have to use a file manager with root permissions e.g root explorer and copy the app bring it to system/app and delete the old playstore app and then paste the new one there and long press it and set permissions as follows;
Xxx
X**
X**
^^this wont make sense untill u see it yourself
SOME USERS REPORTED THAT... You can install over the last app but if that does not work use the above method
Google just started rolling out an updated Google Play Store version 3.9.16 that follows the previous version 3.8.17 from August. Good news, everyone - we've already got our hands on the APK for you to install manually thanks to our loyal tipsters.
What's New
The most notable and immediately apparent new feature is the long overdue ability to remove apps you've previously downloaded from the All Apps list. If you like to try a lot of apps, that list is likely very cluttered. With the new Google Play, you can trim it to your heart's content.
Update #1: You can multi-select by long-pressing any app in the list and then tapping more apps, then delete them all in one go (added 2 new screenshots demonstrating it).
Update #2: The new Play Store now keeps track of your location in lists, including My Apps and All Apps, so when you click into an app and back, it drops you into the same spot. I had variable luck with this, and it didn't seem to work in All Apps at first, but I just reproduced it on both the EVO LTE and the Nexus 7. Brilliant.
Update #3: The notification icon that shows up when you have app updates has changed, and notifications are now expandable. I've added more screenshots showing the differences.
The size of the Play Store APK actually went down, so Google must have trimmed some extra fat. We're still digging through everything
Thanks androidpolice
Click to expand...
Click to collapse
Sent from my GT-I9300 using xda premium
[email protected] said:
U have to use a file manager with root permissions e.g root explorer and copy the app bring it to system/app and delete the old playstore app and then paste the new one there and long press it and set permissions as follows;
Xxx
X**
X**
^^this wont make sense untill u see it yourself
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
You're a saint!!!!!! Thank You for the very clear, and detailed instructions. I appreciate it! Now, I renamed it "phonesky", as the other play store file I replaced was named that....that ok You think? Thank You again....I can finally go and delete 4 yrs worth of apps
Sent from my Nexus 7 using Tapatalk 2
---------- Post added at 06:04 PM ---------- Previous post was at 05:52 PM ----------
Ok....it's force closing, I can't delete anything, install anything, it just immediately force closes...ugh!
Sent from my Nexus 7 using Tapatalk 2
dirtyhamster73 said:
You're a saint!!!!!! Thank You for the very clear, and detailed instructions. I appreciate it! Now, I renamed it "phonesky", as the other play store file I replaced was named that....that ok You think? Thank You again....I can finally go and delete 4 yrs worth of apps
Sent from my Nexus 7 using Tapatalk 2
---------- Post added at 06:04 PM ---------- Previous post was at 05:52 PM ----------
Ok....it's force closing, I can't delete anything, install anything, it just immediately force closes...ugh!
Sent from my Nexus 7 using Tapatalk 2
Click to expand...
Click to collapse
Reboot and if problem persists follow steps again.. Hit the thanks button
Sent from my GT-I9300 using xda premium
[email protected] said:
Reboot and if problem persists follow steps again.. Hit the thanks button
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Thanks, I've already rebooted, cleared caches, blah blah blah.....I'll redo the steps. I hit the "thanks" a while ago, is it not showing? I hit it again but the "action was denied".....anyway, it's been hit
Sent from my Paranoid Nexus 7 using Tapatalk 2
To get milk music working on rooted, not samsung (and older samsung) devices.
Step 1: Back Up Your Build.prop
Just make a copy somewhere on your sd card, also make a backup of your os.
Step 2: Tweak Your Device Brand & Model.
Now go back to the /system directory, but this time tap on build.prop, don't long-press. Choose RB Text Editor to edit the file, then look for the model, brand, and manufacturer lines (highlighted below). Your original ones will show:
Note:as there are so many devices the <text> areas below will instead be specific to your device but the rest should be the same.
ro.product.model=<model>
ro.product.brand=<brand>
ro.product.manufacturer=<manufacturer>
Simply change them to match a (newer) Samsung device. I used a Galaxy S4.
ro.product.model=Galaxy S4
ro.product.brand=Samsung
ro.product.manufacturer=Samsung
Step 3: Save the build.prop
Step 4: Sideload the apk, because the play store still wont let you download it. So I am hosting an apk copy in my dropbox for ya'll.
https://www.dropbox.com/s/a16vvbhu4h6gvg7/com.samsung.mdl.radio-1.0.176956 (1).apk
Milk Music will now work with most of the functionality that it would on a native Samsung device, except that you won't be able to log into a Samsung account for syncing stations or enable explicit content from the settings.
Please post if this is working or not working for you. Include your device name, android version, and rom version.
Please let me/us know of any tweaks to this process you had to preform in order to get this working.
Sent from my SAMSUNG-SGH-I317 using Tapatalk 4
prepaidguy9081 said:
To get milk music working on rooted, not samsung (and older samsung) devices.
Step 1: Back Up Your Build.prop
Just make a copy somewhere on your sd card, also make a backup of your os.
Step 2: Tweak Your Device Brand & Model.
Now go back to the /system directory, but this time tap on build.prop, don't long-press. Choose RB Text Editor to edit the file, then look for the model, brand, and manufacturer lines (highlighted below). Your original ones will show:
Note:as there are so many devices the <text> areas below will instead be specific to your device but the rest should be the same.
ro.product.model=<model>
ro.product.brand=<brand>
ro.product.manufacturer=<manufacturer>
Simply change them to match a (newer) Samsung device. I used a Galaxy S4.
ro.product.model=Galaxy S4
ro.product.brand=Samsung
ro.product.manufacturer=Samsung
Step 3: Save the build.prop
Step 4: Sideload the apk, because the play store still wont let you download it. So I am hosting an apk copy in my dropbox for ya'll.
https://www.dropbox.com/s/a16vvbhu4h6gvg7/com.samsung.mdl.radio-1.0.176956 (1).apk
Milk Music will now work with most of the functionality that it would on a native Samsung device, except that you won't be able to log into a Samsung account for syncing stations or enable explicit content from the settings.
Please post if this is working or not working for you. Include your device name, android version, and rom version.
Please let me/us know of any tweaks to this process you had to preform in order to get this working.
Sent from my SAMSUNG-SGH-I317 using Tapatalk 4
Click to expand...
Click to collapse
Can I change back build.prop after install, or do I have to leave it for Milk to work?
Doesnt work outside US
Enviado desde mi GT-I9505 mediante Tapatalk
chape199 said:
Doesnt work outside US
Enviado desde mi GT-I9505 mediante Tapatalk
Click to expand...
Click to collapse
OK if you are rooted easy work around if you are outside the US .. use titanium back up freeze.... 1 1.Samsung Account
2. Use a US VPN
Problem solved it will run perfect I'm using it in Australia ... good luck
Sent from my GT-I9505 Low Flying on Abyss Kernal.. using XDA Premium 4 mobile app
Jesellers88 said:
Can I change back build.prop after install, or do I have to leave it for Milk to work?
Click to expand...
Click to collapse
you have to leave it for it to work... it is for that reason i am searching for a modded apk that bypasses that check so it'll work on any device w/o modding...
the1dynasty said:
you have to leave it for it to work... it is for that reason i am searching for a modded apk that bypasses that check so it'll work on any device w/o modding...
Click to expand...
Click to collapse
I don't know much about it, but it sounds like something an Xposed Mod might be able to address.
Well what do you know - there's a new module in xposed that can make it work. Looks like it was just added.
Sent from my Nexus 5 using Tapatalk
Jesellers88 said:
Well what do you know - there's a new module in xposed that can make it work. Looks like it was just added.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
cool but useless for me running ART... if anyone finds a modded apk that works on any device i'd like to install it on a tablet at work so i have music to listen to... pandora gets boring after a while... lol
the1dynasty said:
cool but useless for me running ART... if anyone finds a modded apk that works on any device i'd like to install it on a tablet at work so i have music to listen to... pandora gets boring after a while... lol
Click to expand...
Click to collapse
I used to run ART but eventually I went back because of xposed. After a while, I really just forgot the difference. Hopefully a modded apk will show up though.
Sent from my Nexus 5 using Tapatalk
Jesellers88 said:
I used to run ART but eventually I went back because of xposed. After a while, I really just forgot the difference. Hopefully a modded apk will show up though.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
i used ART for the first month of owning my N5... then i switched to dalvik for some of goodies that xposed offers... tried out a few and ultimately preferred stability over features and i basically removed all xposed and just left it with dalvik for a bit... I noticed lags and stutters here and there and eventually switched back to ART and I can honestly say that ART is MUCH smoother and stable than running any other mode... i've tested this extensively with various settings and setups (always stock ROM with stock kernel or Franco) and nothing is as smooth as using ART... so i'm not going back for even one feature using xposed... just my experience
I have a galaxy s3. I am using slimkat ROM. Is there a way for me to install and run Milk without having to change build prop?
peach007 said:
I have a galaxy s3. I am using slimkat ROM. Is there a way for me to install and run Milk without having to change build prop?
Click to expand...
Click to collapse
Xposed mod chocolate milk module
Sent from my Nexus 5 using XDA Premium 4 mobile app
---------- Post added at 12:19 AM ---------- Previous post was at 12:16 AM ----------
Can anyone share latest apk
Sent from my Nexus 5 using XDA Premium 4 mobile app
peach007 said:
I have a galaxy s3. I am using slimkat ROM. Is there a way for me to install and run Milk without having to change build prop?
Click to expand...
Click to collapse
I also have a S3 running slimkat. I didn't bother editing the build.prop and just installed the apk. Works fine. Not being able to log in sucks though because I need my explicit fix!
It is possible to install the Samsung account app on non touchwiz firmware. I have managed to sideload it into CM11 and a GPe ROM on my S4.
Here's the .apk that I have saved on my SD card for when I flash new firmware:
https://www.dropbox.com/s/qptszssdcl52i5n/Samsungservice.apk
Install it like any other app. Then in settings>accounts, add a new account and select Samsung. The app will ask to update, then you can create an account or login to an existing one. Milk Music will automatically see the account and then you can enable explicit lyrics in the app.
The only problem I have with Milk Music is that I can't update it. Samsung changed the way it determines device compatibility and "broke" the app for custom firmwares. I had to sideload it and just have to search for the .apk whenever the app gets updated since it won't update via google play store.
---------- Post added at 09:41 PM ---------- Previous post was at 09:25 PM ----------
HeavyA said:
It is possible to install the Samsung account app on non touchwiz firmware. I have managed to sideload it into CM11 and a GPe ROM on my S4.
Here's the .apk that I have saved on my SD card for when I flash new firmware:
https://www.dropbox.com/s/qptszssdcl52i5n/Samsungservice.apk
Install it like any other app. Then in settings>accounts, add a new account and select Samsung. The app will ask to update, then you can create an account or login to an existing one. Milk Music will automatically see the account and then you can enable explicit lyrics in the app.
The only problem I have with Milk Music is that I can't update it. Samsung changed the way it determines device compatibility and "broke" the app for custom firmwares. I had to sideload it and just have to search for the .apk whenever the app gets updated since it won't update via google play store.
Click to expand...
Click to collapse
Milk music .apk for the latest version:
https://www.dropbox.com/s/2or3dxxpf8zmtxu/Milk_Music_ 1.1.179361.apk
Sent from my GT-I9505G using Tapatalk
Update from 6/18
https://www.dropbox.com/s/elorpugy3sml5p8/Milk_Music_ 1.1.180022.apk
Sent from my GT-I9505G using Tapatalk
Update from 7/1
https://www.dropbox.com/s/rdnq91gxabijglu/Milk_Music_ 1.1.183563.apk
Sent from my GT-I9505G using Tapatalk
HeavyA said:
Update from 7/1
https://www.dropbox.com/s/rdnq91gxabijglu/Milk_Music_ 1.1.183563.apk
Sent from my GT-I9505G using Tapatalk
Click to expand...
Click to collapse
I keep getting the "App not installed" error when trying to install the updated version , any ideas? The original version installed fine, I just can't update it with the latest.
Sorry, I don't have any idea what would cause that. I use the apk downloader to pull the file from Google play since my phone (t mobile S4 running the GPE firmware) comes up as incompatible when I try to go to the app directly the play store. This apk installed just fine for me. Try uninstalling the existing app and then install the 7/1 file.
Sent from my GT-I9505G using Tapatalk
HeavyA said:
Sorry, I don't have any idea what would cause that. I use the apk downloader to pull the file from Google play since my phone (t mobile S4 running the GPE firmware) comes up as incompatible when I try to go to the app directly the play store. This apk installed just fine for me. Try uninstalling the existing app and then install the 7/1 file.
Sent from my GT-I9505G using Tapatalk
Click to expand...
Click to collapse
I am seeing the same app not installed error let me know if I can help troubleshoot or get any info to you guys.
Thank you !
I don't have any involvement outside of providing the apks. I deleted the old files and left only the Samsung account apk and the latest milk music apk.
All I can suggest is deleting the old app, rebooting to recovery and clearing cache and dalvik and trying to reinstall. Maybe re-download the apk also. (Try apkdownloader or apkleecher to pull the actual file from Google play - that's how I managed to get it). Other than that, I can't provide any answers
Sent from my GT-I9505G using Tapatalk
---------- Post added at 09:16 AM ---------- Previous post was at 09:12 AM ----------
Out of curiosity, what phone/firmware are you guys using?
Sent from my GT-I9505G using Tapatalk
Hi evereybody, i have nexus 5 16gb and i wonder this: i use cm 11 rom on my n5 and i edit ( erasing some unnecessary system apps for example talkback.apk etc ) before flashing the zip. And after flashing when i checked system storage on root explorer, i see there is some free space ( 600mb). can i use that free space for installing app or for storage?
Sorry for my english.
Yes, you can use that space to install apps. Just put the apk file in /system/app/ or /system/priv-app/.. Fix permissions and reboot!
- Sent from an IceCold Hammerhead!
vin4yak said:
Yes, you can use that space to install apps. Just put the apk file in /system/app/ or /system/priv-app/.. Fix permissions and reboot!
- Sent from an IceCold Hammerhead!
Click to expand...
Click to collapse
Thanx for your answer and yes i already knew that, but i want something like partitioning. I can't explain that well, i think.
GokberkTunc said:
Thanx for your answer and yes i already knew that, but i want something like partitioning. I can't explain that well, i think.
Click to expand...
Click to collapse
You can't realistically change the partition sizes. In theory yes, but it's way beyond anything I'd attempt.
Sent from my Nexus 5 using XDA Free mobile app
jd1639 said:
You can't realistically change the partition sizes. In theory yes, but it's way beyond anything I'd attempt.
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Well if it's the same as older HTC devices / older Nexus devices, we'd need a hacked bootloader first and I haven't seen one of those for a couple of years.
Sent from my Nexus 5 using Tapatalk