Related
Probabely quite simple but I can't seem to figure it out... :s
Where do personal (ie .mp3) notifications and ringtones go?
/mnt/sdcard/media/audio/notifications doesn't seem to work.
Neither does writing the different folders with or without capitals.
I've tried several other combinations as well (/mnt/sdcard/audio, /mnt/sdcard/notifications, etc.)
It used to work on 2.2 and come to think of it broke with the upgrade to 2.2.1.
Is there anyone here who can help me?
Sincerely yours,
Jeroen.
Usual is System/media/ audio
For >> alarms >> ringtones >> notifications>>UI
jje
JJEgan said:
Usual is System/media/ audio
For >> alarms >> ringtones >> notifications>>UI
jje
Click to expand...
Click to collapse
And your phone should be rooted and a root explorer is required for this.
Thanks
Thank you for your responses.
My phone is rooted and I already tried pushing the files onto /system
However it should (and used to) work by putting the audio files *somewhere* on /mnt/sdcard - but where?!
The HTC uses that /UI kind of folder structure. The i9000 uses (so it seems) a different one. Android 2.2 allowed me to put audio notification files in /mnt/sdcard/notifications.
Information i gave was for 2.2.1 or before file is in front of me as described .
jje
I see. I'm currently on 2.3.3 any idea on how to make it work?
Sent from my GT-I9000 using XDA App
You would need to open a 2.3.3 rom and locate the files .
jje
I think I'm being misunderstood...
Where can I put .mp3 files on /mnt/sdcard so they show up in notifications selection list on a i9000 running 2.3.3?
I know where to put these files using root access on /system. So no need to look 'in' a 2.3.3 ROM
Sent from my GT-I9000 using XDA App
Its weird this because I had though the opposite. MP3 tones that I made in ringmaker that appeared in the ringtone list on my previous ROM (MIUI) appeared in the notifications list not ringtones!
Anyway, for me its sd/media/audio and I have a /ringtones and /notifications folder in there. They didn't appear until a reboot after I lagfixed though
Sent from my GT-I9000 using XDA App
@branalvere And are you running 2.3.3 Gingerbread?
Sent from my GT-I9000 using XDA App
jflassche said:
@branalvere And are you running 2.3.3 Gingerbread?
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
Yes I'm on deodexed jvb as base with criskelo rom
Sent from my GT-I9000 using XDA App
For some strange reason I can't seem to make it work...
?!
This shouldn't be so hard now should it?
I installed Java DK after prompted by Android SDK that i dont have Java DK install..
Still Android SDK Setup asking me to install JDK!!
im so frustrated! wasted 3 hours for adb shell to work, still not getting it to work
cannot deodex my fw
Help? i dont want to waste another 3 hours
I assume by "Android setup" that you are running Windows? Have you downloaded the correct version of the JDK? If you are on Windows 7 64bit then you need a 64bit JDK.
follow this buddy for how to use adb
http://forum.xda-developers.com/showthread.php?t=879701
and use xultimate 2.2.3 for deodexing
hope this helps you
Nope, i have regular 32-bit one.. will try what u have posted..
when it ask pres back and install enjoy
Still unable to deodex my rom please help??
it asks me to install package (Android SDK software)
i am confused what to do and how to work with ADB shell
help
Try with root explorer.
Sent from my GT-I9003 using XDA Premium App
monalac said:
Still unable to deodex my rom please help??
it asks me to install package (Android SDK software)
i am confused what to do and how to work with ADB shell
help
Click to expand...
Click to collapse
You seem to have problem with your android SDK setup.
Follow this XDA guide on ADB WORKSHOP and GUIDE. Hope this will help.
sakindia123 said:
Try with root explorer.
Sent from my GT-I9003 using XDA Premium App
Click to expand...
Click to collapse
When i did with root explorer, it says not enough space!!
deodexed files are more size than original files..
only 12.53mb available and its not possible to replace all files in System/apps folder
im screwed half way in deodexing Had to re-flash firmware twice
whats the problem now? please help!! irritated by android
Do not copy all files at once, copy 5 at a time.
Sent from my GT-I9003 using XDA Premium App
sakindia123 said:
Do not copy all files at once, copy 5 at a time.
Sent from my GT-I9003 using XDA Premium App
Click to expand...
Click to collapse
i was doing that only. now only 336KB left. cant copy large Gallery 3D file which is of 1mb+ any solutions?
monalac said:
i was doing that only. now only 336KB left. cant copy large Gallery 3D file which is of 1mb+ any solutions?
Click to expand...
Click to collapse
delete the useless files such as memo,route 66 and dont forget to delete the .odex files!!
sakindia123 said:
delete the useless files such as memo,route 66 and dont forget to delete the .odex files!!
Click to expand...
Click to collapse
I removed .odex files and guess what now!! Error of force close process.media every second!! Re-flashing for 4th time in the day!
unable to deodex fw apps
The same with me as well i guess we'll have to wait for rex's rom or hope for someone to upload a rom that is deodexed
Sent from my GT-I9003 using XDA App
Which deodexed rom are you looking for? Am planning to post a thread on this with minimal system/app files from xxkb3 which are necessary with minor tweaks. But biggest issue is no recovery for flashing.
ronhoover88 said:
The same with me as well i guess we'll have to wait for rex's rom or hope for someone to upload a rom that is deodexed
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
Sent from my GT-I9003 using XDA Premium App
trip007in said:
Which deodexed rom are you looking for? Am planning to post a thread on this with minimal system/app files from xxkb3 which are necessary with minor tweaks. But biggest issue is no recovery for flashing.
Sent from my GT-I9003 using XDA Premium App
Click to expand...
Click to collapse
right now i'm on xxkb3 just provide a proper method do i have to copy the deodexed files on my internal or external sd...coz when i try to copy the files to internal sd it say insert new disk and try again
You can copy the deodexed app and framework to internal or external sd. Both should work.
Sent from my GT-I9003 using XDA Premium App
trip007in said:
You can copy the deodexed app and framework to internal or external sd. Both should work.
Sent from my GT-I9003 using XDA Premium App
Click to expand...
Click to collapse
how did you do it coz when i enter
cp /sdcard/done_app/* /system/app
or
cp /sdcard/done_frame /system/framework
i get an error no such file or directory
If you placed the folder on external_sd change the path as
cp /sdcard/external_sd/done_app/* /system/app
Same for framework too.
ronhoover88 said:
how did you do it coz when i enter
cp /sdcard/done_app/* /system/app
or
cp /sdcard/done_frame /system/framework
i get an error no such file or directory
Click to expand...
Click to collapse
Sent from my GT-I9003 using XDA Premium App
I run Jelly Bean Rocket Rom...I accidentaly wiped data...nd lost S Note and polaris office...i have installed them again but they crash again and again.
Can anyone post a link as how to downgrade down to ICS (orginal) from Google as I am fed up with JB...or can someone post a suitable response
yash.shah said:
I run Jelly Bean Rocket Rom...I accidentaly wiped data...nd lost S Note and polaris office...i have installed them again but they crash again and again.
Can anyone post a link as how to downgrade down to ICS (orginal) from Google as I am fed up with JB...or can someone post a suitable response
Click to expand...
Click to collapse
1) make sure u r on safe kernel
2) full wipe/factory reset
3) wipe cache/dalvik
4) format /system /data /preload (may not be necessary, but nothing wrong in doing)
5) flash ICS rom & then safe kernel..
Can u give a link for a safe kernel nd a ics rom.......also can u give an apk for s note and polaris office
Sent from my GT-N7000 using xda app-developers app
If you on Jelly Bean Rocket Rom you should have philz kernel which is safe.
Dont you have the Rocket Rom downloaded?
extract the following APKs and push it into
QuickSnote_Q1.apk > data/app
Snote_Q1.apk >data/app
Snote_Q1_Provider.apk > system/app
SMemo_Q1.apk > system/app
SmemoProvider_Q1.apk >system/app
Click to expand...
Click to collapse
set all permissions to rw-r--r--
Or flash the RR again from recovery without wipes
Will try that....or can u just give me a link to a safe ICS rom
Sent from my GT-N7000 using xda app-developers app
First....what abt polarus office
2) whats with the permission....how so u do it
3) will me moving the files help...how to install the apk and get the shortkuts?
Sent from my GT-N7000 using xda app-developers app
for Polaris Office, try http://forum.xda-developers.com/showthread.php?t=2022051
install it as normal APK file
for the others move into its approriate folders using root explorer and correct permissions. App Icons will automatically come
How do u set permissions..and what does r and rw mean?
Sent from my GT-N7000 using xda app-developers app
Use root explorer and go to permissions and you will see what I mean
Is root explorer an app...i have rooted my note
Sent from my GT-N7000 using xda app-developers app
Are all permissions to be set in a single manner....nd i did not get the point the rw--r.....how is it done?
Sent from my GT-N7000 using xda app-developers app
nokiamodeln91 said:
for Polaris Office, try http://forum.xda-developers.com/showthread.php?t=2022051
install it as normal APK file
for the others move into its approriate folders using root explorer and correct permissions. App Icons will automatically come
Click to expand...
Click to collapse
The app icons did not come
Sent from my GT-N7000 using xda app-developers app
right click on the file you added, select permissions. and the permission should be 644. root explorer is an app. to know what is 644, just check the permissions of another file in that folder. reboot and check again
I just hate the default GB & CM7 gallery app as they take a lot of time to show up my pictures ( there are about 600 pictures on my sd ). That's why I decided to replace the default GB gallery app by quickpic. I renamed it to gallery3D, moved it to \system\app by replacing the original gallery & set permissions & rebooted. But quickpic on opening suddenly closes all by itself. Tried a fix permissions via recovery with no success. My question is, how do I get quickpic working ( as a system app & as an alternative to the original gallery ) ? What's causing it to close all by itself ? Is there any odex file of the gallery that causes this ?
Sent from my GT-S5830 using xda premium
you have forgoten the lib fils
open the quickpic.apk withe winrar go to lib----->armeabi---->copie all file to system/lib of your rom its all your apps is completly integrated in your rom
Instal quickpic apk separately and then from titanium backup convert it into system app n then delete the previous gallery app. pls hit thnx if helpd.
Mandark52 said:
Instal quickpic apk separately and then from titanium backup convert it into system app n then delete the previous gallery app. pls hit thnx if helpd.
Click to expand...
Click to collapse
Doesnt work. Its not so easy
Sent from my GT-S5830 using xda app-developers app
Blackbox421 said:
Doesnt work. Its not so easy
Sent from my GT-S5830 using xda app-developers app
Click to expand...
Click to collapse
Yeah! It's a piece of cake using TB, and yes it works fine
Mandark52 and Terminator2012 methodes are right
A thanks to each of you. Will try out. I wonder how that copying libs didn't hit me ?! I've done it like a million times before !:sly:
Sent from my GT-S5830 using xda premium
Venomous Viper 119 said:
A thanks to each of you. Will try out. I wonder how that copying libs didn't hit me ?! I've done it like a million times before !:sly:
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Yep, i use it for almost 2 years ... it's the best gallery app for me.
But works only with lib files extracted in system/lib (That if u want to use it as system app.
happy to help!
Venomous Viper 119 said:
A thanks to each of you. Will try out. I wonder how that copying libs didn't hit me ?! I've done it like a million times before !:sly:
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Some apps like camera and quickpic use lib files to function. The lib files have a set of instructions that are common to the corresponding app. So having a lib file makes it easy so you dont have to re write them again and again.
-asdf-
Unnamed.Ace.User said:
Some apps like camera and quickpic use lib files to function. The lib files have a set of instructions that are common to the corresponding app. So having a lib file makes it easy so you dont have to re write them again and again.
-asdf-
Click to expand...
Click to collapse
I already knew that. But I donno why I wasn't reminded of it. May be because I haven't used this method for a long time. Anyways, thanks to all for reminding
Sent from my GT-S5830 using xda premium
Viper The Ripper said:
Yeah! It's a piece of cake using TB, and yes it works fine
Mandark52 and Terminator2012 methodes are right
Click to expand...
Click to collapse
Idk how but for me it doesnt work with TB. I tried it again and it still doesnt work
Sent from my GT-S5830 using xda app-developers app
Blackbox421 said:
Idk how but for me it doesnt work with TB. I tried it again and it still doesnt work
Sent from my GT-S5830 using xda app-developers app
Click to expand...
Click to collapse
The other method works & is easy. Move app to system/app & set permissions. Then copy the lib file to system/lib & set permissions. Reboot & done !
Sent from my GT-S5830 using xda premium
Venomous Viper 119 said:
The other method works & is easy. Move app to system/app & set permissions. Then copy the lib file to system/lib & set permissions. Reboot & done !
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Hmm okay, but how do I get the .lib files? Is there another method then extracting with WinRar? Because I dont have my pc at the moment
Could you maybe upload the file?
Sent from my GT-S5830 using xda app-developers app
Blackbox421 said:
Hmm okay, but how do I get the .lib files? Is there another method then extracting with WinRar? Because I dont have my pc at the moment
Could you maybe upload the file?
Sent from my GT-S5830 using xda app-developers app
Click to expand...
Click to collapse
Open root explorer, go where the quickpic.apk is, click on it and in popup hit VIEW, then he opens the apk and u can extract lib files !
Cryss said:
Open root explorer, go where the quickpic.apk is, click on it and in popup hit VIEW, then he opens the apk and u can extract lib files !
Click to expand...
Click to collapse
Oh didnt even know that this is possible with the root explorer ty man
Sent from my GT-S5830 using xda app-developers app
Venomous Viper 119 said:
I just hate the default GB & CM7 gallery app as they take a lot of time to show up my pictures ( there are about 600 pictures on my sd ). That's why I decided to replace the default GB gallery app by quickpic. I renamed it to gallery3D, moved it to \system\app by replacing the original gallery & set permissions & rebooted. But quickpic on opening suddenly closes all by itself. Tried a fix permissions via recovery with no success. My question is, how do I get quickpic working ( as a system app & as an alternative to the original gallery ) ? What's causing it to close all by itself ? Is there any odex file of the gallery that causes this ?
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
it's a great idea having quickpic as a system app, i will try that too
bruno.stargate said:
it's a great idea having quickpic as a system app, i will try that too
Click to expand...
Click to collapse
Sure! I think is the best gallery app
Why does it have to be a system app? Just install Quickpic and use TB to uninstall default gallery. That's it. Even if you don't uninstall default gallery, the OS will ask you which app to use by default.
Sent from my Galaxy Ace
Click Thanks if I helped you.
sauron82 said:
Why does it have to be a system app? Just install Quickpic and use TB to uninstall default gallery. That's it. Even if you don't uninstall default gallery, the OS will ask you which app to use by default.
Sent from my Galaxy Ace
Click Thanks if I helped you.
Click to expand...
Click to collapse
I wanted it that way & got it. I don't like stuffing many apps. Quickpic works well for me.
Sent from my GT-S5830 using xda premium
Samsung gallery app problem. How to make Quick Pic app as the default instead
Dear All, Samsung users.
I have been having serious problems with Samsung S4 gallery App. The App just does not work anymore, as it keeps on freezing etc. I have resetted my phone several times and did it hard reset and the same problem occurs.
After several hours of research, I was told to use Quckpic app, which as a standalone is brilliant, but can anyone please give me a step-by step guide to make QuickPic as the default app to work with my S4 camera app, and also how do you delete the standard gallery App from the S4.
Kind regards
J
Hi, well, i've been searching, well, googling also. How to change the default data directory where the game gets the resources to start the game but no results.
Why?
Well as i have the 8GB version of the SGSA, i have almost 4 GB of storage, right? Well. I also bought a 16GB SD Card to store big games like FIFA 12, NOVA 3, NFS Hot Pursuit, GTA III, etc.
Well, when i download the game, it asks to download it from the apk. Well, i do it, but the problem here is that it downloads to sdcard0/Android/data (internal storage), and i want it to download to sdcard1/Android/data (external). But when i start the game, it just requests to download the whole game again.
So, is there any way to change the direction of the directory where the game uses the resources to start? (From sdcard0/Android/data to sdcard1/Android/data) Help pls
Sent from my GT-I9070 using xda app-developers app
How bout this?
You can try with a symlink "ln -s [target] [name]" in the shell
Sent from my GT-I9070 using xda app-developers app
bobfrantic said:
How bout this?
Click to expand...
Click to collapse
Tried that in the morning, bootloop.
frapeti said:
You can try with a symlink "ln -s [target] [name]" in the shell
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
I don't understand
I mean, how do i type the game, where, or... um...
Sent from my GT-I9070 using xda app-developers app
AnMotass said:
Tried that in the morning, bootloop.
I don't understand
I mean, how do i type the game, where, or... um...
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
For example you want the game data of game_xxx stored in /storage/sdcard0/Android/data/com.game.xxx linked to /storage/sdcard1/Android/data/com.game.xxx, you move the whole folder and type:
ln -s /storage/sdcard0/Android/data/com.game.xxx /storage/sdcard1/Android/data/com.game.xxx
Sent from my GT-I9070 using xda app-developers app
frapeti said:
For example you want the game data of game_xxx stored in /storage/sdcard0/Android/data/com.game.xxx linked to /storage/sdcard1/Android/data/com.game.xxx, you move the whole folder and type:
ln -s /storage/sdcard0/Android/data/com.game.xxx /storage/sdcard1/Android/data/com.game.xxx
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
Link failed, operation not permitted.
(Typed # su in the previous command, and the first ($ su) also :l)
This is what i did:
> $ su
> # ln -s storage/sdcard1/Android/data/com.ea.game.fifa12 storage/sdcard0/Android/data/com.ea.game.fifa12
"Link failed Operation not permitted."
Sent from my GT-I9070 using xda app-developers app
EDIT: Well it seems FAT32 doesn't allow links...
If i change the filesystem of the external sdcard what differences could there be? It's supposed to be now a flash storage partition (or something like that i understood)
(Yeah, another edit e.e):
I don't even have a computer :l is there any way to do what's mentioned in the OP without a computer?
Type "/storage" instead of "storage"
And if you want you can format your SD you can do it on cwm recovery
Sent from my GT-I9070 using xda app-developers app
AnMotass said:
Hi, well, i've been searching, well, googling also. How to change the default data directory where the game gets the resources to start the game but no results.
Why?
Well as i have the 8GB version of the SGSA, i have almost 4 GB of storage, right? Well. I also bought a 16GB SD Card to store big games like FIFA 12, NOVA 3, NFS Hot Pursuit, GTA III, etc.
Well, when i download the game, it asks to download it from the apk. Well, i do it, but the problem here is that it downloads to sdcard0/Android/data (internal storage), and i want it to download to sdcard1/Android/data (external). But when i start the game, it just requests to download the whole game again.
So, is there any way to change the direction of the directory where the game uses the resources to start? (From sdcard0/Android/data to sdcard1/Android/data) Help pls
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
There is a simple method with FolderMount
It creates binds between 2 folders.
In short it's what @frapeti was giving you through manual terminal writing, in a nice GUI suite.
Before anything, thanks to frapeti and YMatrix helped me a lot, already needed it hehe
frapeti said:
Type "/storage" instead of "storage"
And if you want you can format your SD you can do it on cwm recovery
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
Hehe a lot of thanks dude, but FolderMount was kinda easier :$
YMatrix said:
There is a simple method with FolderMount
It creates binds between 2 folders.
In short it's what @frapeti was giving you through manual terminal writing, in a nice GUI suite.
Click to expand...
Click to collapse
Sent from my GT-I9070 using xda app-developers app
ive tried this for a week or two now.. http://forum.xda-developers.com/showthread.php?t=2154811
now i can boast at my colleagues about my 32gb jelly bean galaxy s advance.. ^_^
i used a class 10 microsdhc card..
game data are only located on sdcard0 (internal)..
while the games apk are still on the phone memory.. that makes them readable on system boot..
N.O.V.A. 3 doesn't work ):
I've googled a lot and no solutions )):
Any ideas? D:
Sent from my gt-i9100 using xda app-developers app
Does this work for moving apps to external sd? If yes, this would be an awesome solution for devices with low internal storage, like the Ace.
Sent from Gotham City
harith.unnikrishnan said:
Does this work for moving apps to external sd? If yes, this would be an awesome solution for devices with low internal storage, like the Ace.
Sent from Gotham City
Click to expand...
Click to collapse
Weeell i don't know about which app/method you talk hehe :B
It seems no Gameloft game will ever work in SGSA
Back to EA Games ):
Sent from my gt-i9070 using xda app-developers app
AnMotass said:
Weeell i don't know about which app/method you talk hehe :B
It seems no Gameloft game will ever work in SGSA
Back to EA Games ):
Sent from my gt-i9070 using xda app-developers app
Click to expand...
Click to collapse
I meant moving the apk to external sd( creating apk link in /data/app and putting the apk on ext sd)
this isn't a big prob for us with 8/16 GB, but for those with 100-500 MB internal storage.
harith.unnikrishnan said:
I meant moving the apk to external sd( creating apk link in /data/app and putting the apk on ext sd)
this isn't a big prob for us with 8/16 GB, but for those with 100-500 MB internal storage.
Click to expand...
Click to collapse
Oh, with Folder Mount yes, i used it to move SD Data of the Fifa12 to extsd . Go to the OP of the FolderMount app and read how to use it :B
Sent from my gt-i9070 using xda app-developers app