Related
Dear all members,
I have tried many file explorers like Astro & EStrong but there is no way I can copy file to the phone system directory.
I understand that I will need to modify the permission so that I can copy file to the file system but how do I do that?
I really appreciate your kind advice, thanks.
A possible workaround if it is a contact list is that you on your computer could try to import the phone directory to Google Contacts and sync it over to your phone.
Ludolf71 said:
A possible workaround if it is a contact list is that you on your computer could try to import the phone directory to Google Contacts and sync it over to your phone.
Click to expand...
Click to collapse
Brother, thanks for your reply.
I was trying to copy the modified version of the YouTube.apk to the phone directory but I cannot do it so checking anyone know to get around it?
chongbh said:
Dear all members,
I have tried many file explorers like Astro & EStrong but there is no way I can copy file to the phone system directory.
I understand that I will need to modify the permission so that I can copy file to the file system but how do I do that?
I really appreciate your kind advice, thanks.
Click to expand...
Click to collapse
Root explorer
No need to move it manually I guess. Mount your SD-card, transfer the file to your phone and download Apps Installer or similar to install the application. If that don't work, you can move files with adb.
thor2002ro said:
you need adb....
and do this...
Code:
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
adb push YouTube.apk /sdcard/YouTube.apk
adb shell dd if=/sdcard/YouTube.apk of=/system/app/YouTube.apk
adb shell rm /sdcard/YouTube.apk
adb shell reboot
Click to expand...
Click to collapse
From the other thread you asked in - forum.xda-developers.com
Ludolf71 said:
No need to move it manually I guess. Mount your SD-card, transfer the file to your phone and download Apps Installer or similar to install the application. If that don't work, you can move files with adb.
Click to expand...
Click to collapse
Hi, I try to find adb in the marketplace but cannot find.
Any kind advice from fellow members, thanks.
chongbh said:
Hi, I try to find adb in the marketplace but cannot find.
Any kind advice from fellow members, thanks.
Click to expand...
Click to collapse
I am saying this again in this thread. Root Explorer
also adb is not a application you can download from market. You have to download the android sdk and set up environmental variables.
Is your dev Rooted???
you will need android SDK and follow the directions given above by XperiaX10iUser
to know more about SDK and to download SDK go here
I was experimenting with the framework-res.apk and there i get a folder named anim. So I put some anim files from many ROM's of Galaxy i9000's anim files in i5801 and it works.
So I uploaded it here, If U want, than U can grab it from here.
It's really very cool.
How to :
if you want to use these animations:
1. Download the file in zip format.
2. Just extract the framework-res.apk from the zip file.
3. Now put the framework-res.apk into /sdcard.
4. Now do backup of framework-res.apk and copy it into /sdcard/external_sd or wherever you want.
5. Now put the framework-res.apk in /system/framework using root explorer. Sorry I don't know how to push it using ADB
6. It can only be possible if the phone is rooted.
7. Make sure the /system/framework space is this much enough to copy the file.
8. Now reboot the device and feel the changes.
~_^
Bounce >>>> http://www.multiupload.com/F0I5CR04GM
Flip >>>>>>> http://www.multiupload.com/71OK1YA4XF
Fold >>>>>> http://www.multiupload.com/Z1NZFZFBQ9
Flying >>>>> http://www.multiupload.com/4QMTZVEV4M
Original >>>> http://www.multiupload.com/RUQZ9IBPL1
It will work on any 2.2 Froyo
Nice find Will definately check it out this evening!
Now trying it, the bource version, will report back soon.
EDIT: I Cant boot any more.. JPF
booted. JPF Clean. Works, very nice. Thank you.
Can you upload the original framework-res.apk from jpf?
EDIT1: Dont Need it anymore, reflashed the phone with jpf
EDIT2: After Reflash works without problems!
EDIT3: Original File is also here, sry hevent seen it.
can u make update.zip files? pls
TFS.....
thx
it's working nice with my modded livewallpapers firmware too!
Can you put some screens there?
And can someone inform me if it is a succes on JPF-rom?
Thanks
ilendemli said:
Can you upload the original framework-res.apk from jpf?
EDIT1: Dont Need it anymore, reflashed the phone with jpf
EDIT2: After Reflash works without problems!
EDIT3: Original File is also here, sry hevent seen it.
Click to expand...
Click to collapse
before you copy the framework-res.apk you have to remount system with adb shell:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
and after you can owerwrite the framework-res.apk in system folder with root explorer
i know, that was not the problem, my problem was the custom kernel by gsam
I was wondering: How did you change the framework-res.apk and resigned it without having problems ? I tried to change the battery artwork, and all i get is FC..
Gsam101 said:
I was wondering: How did you change the framework-res.apk and resigned it without having problems ? I tried to change the battery artwork, and all i get is FC..
Click to expand...
Click to collapse
I used just simple method.....
Extract the .apk on my desktop and I do changes on the /res/anim folder.
And that's it !!!..... and i don't think that anybody getting any error due to it.
--------------------------------------------------
Current Device = Samsung GT-i5801
JPF Clean ROM FroYo + JPB Kernel and some perf tweaks.
madhuranand007 said:
I used just simple method.....
Extract the .apk on my desktop and I do changes on the /res/anim folder.
And that's it !!!..... and i don't think that anybody getting any error due to it.
--------------------------------------------------
Current Device = Samsung GT-i5801
JPF Clean ROM FroYo + JPB Kernel and some perf tweaks.
Click to expand...
Click to collapse
nice job
thx
TiBiSMART said:
nice job
thx
Click to expand...
Click to collapse
Thanks TiBi
I have a problem with Root Explorer! It ocurred as:
I copy a file, and I can to paste it in System/framework, but when I try paste it the Root Explorer don´t permit me to paste and says me this message:
"The paste operation failed. Would you like to send diagnostic information to the developer to assist with fixing the problem?"
WHY?
Thx 4 all! =)
fersago said:
I have a problem with Root Explorer! It ocurred as:
I copy a file, and I can to paste it in System/framework, but when I try paste it the Root Explorer don´t permit me to paste and says me this message:
"The paste operation failed. Would you like to send diagnostic information to the developer to assist with fixing the problem?"
WHY?
Thx 4 all! =)
Click to expand...
Click to collapse
"before you copy the framework-res.apk you have to remount system with adb shell:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
and after you can owerwrite the framework-res.apk in system folder with root explorer"
Yaffs2 are u sure? I think system is rfs
Download SGS toolbox or mount /system rw from market and no more problem mounting as rw.
The right command is
busybox mount -o remount,rw /system
Hello All,
I've been trying long time to block the camera.
What I'm trying to do is to block it so no other app could use it.
but - The block should not be permanently
After rooting and mounting the device for RW, I have tried to rename the driver folder in the following path: sys/devices/virtual/camera but this doesn't work because there are no permissions to edit these files (I think that's because the directory is controlled by the kernel..).
In addition I have tried "Permissions Denied" app - and that didn't work too..
I really hope that someone here have idea how to solve this issue.. must be a way to crack it..
Thanks,
doron447 said:
Hello All,
I've been trying long time to block the camera.
What I'm trying to do is to block it so no other app could use it.
but - The block should not be permanently
After rooting and mounting the device for RW, I have tried to rename the driver folder in the following path: sys/devices/virtual/camera but this doesn't work because there are no permissions to edit these files (I think that's because the directory is controlled by the kernel..).
In addition I have tried "Permissions Denied" app - and that didn't work too..
I really hope that someone here have idea how to solve this issue.. must be a way to crack it..
Thanks,
Click to expand...
Click to collapse
i think u may move some lib files related to camera from /system/lib and replace them back wen necessary
On my phone, the following files are in /system/lib. I would imagine that renaming/moving one or more of them will break the camera.
libcamera.so
libcamera_client.so
libcameraface.so
libcameraapp.so
libcameraservice.so
liboemcamera.so
Try finding those files on your phone and renaming or moving them. With root, it should definitely be possible (I don't want to try because I don't want to break my camera.)
SifJar said:
On my phone, the following files are in /system/lib. I would imagine that renaming/moving one or more of them will break the camera.
libcamera.so
libcamera_client.so
libcameraface.so
libcameraapp.so
libcameraservice.so
liboemcamera.so
Try finding those files on your phone and renaming or moving them. With root, it should definitely be possible (I don't want to try because I don't want to break my camera.)
Click to expand...
Click to collapse
Hi,
Thanks for your respond.
After deleting file "libcameraservice.so" I rebooted my phone and it got stuck under Samsung loading screen. I had to restore all the files in the phone...
doron447 said:
Hi,
Thanks for your respond.
After deleting file "libcameraservice.so" I rebooted my phone and it got stuck under Samsung loading screen. I had to restore all the files in the phone...
Click to expand...
Click to collapse
Dude see this link.
Hi guys, I wanted to ask you if someone can help me installing the Asus Keyboard app on my TF300T with CM10. I have the Keyboard.apk , but it gives an error when installing... Any help?
Did you have the odex files too? And you need to manual place into /system/app. Normall install will not work.
Sent from my GALAXY Cooper
geldebanho said:
Hi guys, I wanted to ask you if someone can help me installing the Asus Keyboard app on my TF300T with CM10. I have the Keyboard.apk , but it gives an error when installing... Any help?
Click to expand...
Click to collapse
You will find the Asus Keyboard apk and odex file in the zip file
Just push it on /system/app
Ok, I'll try it later. Thanks!
It didn't work... Any ideas? :s
geldebanho said:
It didn't work... Any ideas? :s
Click to expand...
Click to collapse
Describe? It didn't work.
After placing each file in /system/apps ( I always set permissions as well 644). Reboot. you went to settings/Language & Input, placed a check beside it/Clicked Default and selected it.
If you pushed it with adb permissions may be correct already.
geldebanho said:
It didn't work... Any ideas? :s
Click to expand...
Click to collapse
It's the native keyboard from Asus with Odex file.
You have 2 solutions for push these files on your system, but you need root rights:
- 1st: by ADB
adb push XXX YYY : copy the file XXXX from your PC on to your system/app YYY of your phone
- 2nd: by an APK as Root explorer, Es File Explorer etc (with root rights)
just copy and paste thes 2 files to your SDcard and copy and paste again to the system/app folder.
After don't forget to reboot your device.
And finally you went to settings/Language and Input, placed a check beside it/Clicked Default and selected it.
philos64 said:
It's the native keyboard from Asus with Odex file.
You have 2 solutions for push these files on your system, but you need root rights:
- 1st: by ADB
adb push XXX YYY : copy the file XXXX from your PC on to your system/app YYY of your phone
- 2nd: by an APK as Root explorer, Es File Explorer etc (with root rights)
just copy and paste thes 2 files to your SDcard and copy and paste again to the system/app folder.
After don't forget to reboot your device.
And finally you went to settings/Language and Input, placed a check beside it/Clicked Default and selected it.
Click to expand...
Click to collapse
+1
philos64 said:
It's the native keyboard from Asus with Odex file.
You have 2 solutions for push these files on your system, but you need root rights:
- 1st: by ADB
adb push XXX YYY : copy the file XXXX from your PC on to your system/app YYY of your phone
- 2nd: by an APK as Root explorer, Es File Explorer etc (with root rights)
just copy and paste thes 2 files to your SDcard and copy and paste again to the system/app folder.
After don't forget to reboot your device.
And finally you went to settings/Language and Input, placed a check beside it/Clicked Default and selected it.
Click to expand...
Click to collapse
I did the 2nd method right from the beginning - I even set permissions for the files. The problem is that the settings thing stops responding when I try to open it with the files inside system/apps ...
geldebanho said:
I did the 2nd method right from the beginning - I even set permissions for the files. The problem is that the settings thing stops responding when I try to open it with the files inside system/apps ...
Click to expand...
Click to collapse
Just reboot when your copy/paste is done
No good... I did everything, copied the files to system/app with root explorer, rebooted, and the keyboard isn't even listed on the settings page...
geldebanho said:
No good... I did everything, copied the files to system/app with root explorer, rebooted, and the keyboard isn't even listed on the settings page...
Click to expand...
Click to collapse
OK I'll try to duplicate your issue and report back. Which cm10 rom are you using?
I chose cm10 nightlies and I can't get a proper install either, I'm looking into why.
I'm using the 09-11 nightly.
geldebanho said:
I'm using the 09-11 nightly.
Click to expand...
Click to collapse
Thanks I am working on it.
I deodexed and that failed to show installed.
Made a flash zip and that failed to show installed.
Now I'm really curious.
I need to flash stock rom and play a little then come back to cm10.
I'll report when I have more info.
I can't make it work no matter what I try, I'm sorry. If I think of anything else I'll reply here.
Maybe they are some missing librares they are in /system/lib/ ? Check the logcat, it should what is missing.
Wysyłane z mojego ASUS Transformer Pad TF300T za pomocą Tapatalk 2
Thanks I'm looking into that now. I'll reflash stock and try to get a better idea what might be missing. I see where it fails and why but haven't been able to relate that to a lib or config yet.
Thanks for the help!
When I do something like this I don't always get it fixed but I certainly learn new things as I go.
I'm not making any progress on this problem, sorry but I'm finished unless something else turns up soon.
Maybe someone else can lend a hand.
I will flash CM next days, as I already unlocked bootloader. Myabe I can find out what is missing, but try to add all the apks from this screen, it from stock.
Sent from my unlocked ASUS TF300T
Hello , I have deleted Camera App defaut and when i try to reinstall it , failed , so please help me with flashable file or anything to do please
If you have the original apk it's enough to copy that file into /system/priv-app/ and give it 644 permission, then reboot and it's done.
eskamhl said:
If you have the original apk it's enough to copy that file into /system/priv-app/ and give it 644 permission, then reboot and it's done.
Click to expand...
Click to collapse
I tried this from another Xperia Z3 , and it not work
mazighi said:
I tried this from another Xperia Z3 , and it not work
Click to expand...
Click to collapse
Maybe you need also the .odex file, I don't remember if the camera apk is doedexed by default or not.
eskamhl said:
Maybe you need also the .odex file, I don't remember if the camera apk is doedexed by default or not.
Click to expand...
Click to collapse
Yes i haven't touch it before , I have desintall it with titanium backup accidentaly
It has to be out in the "system" apps folder. I don't think you can just install it like a regular apk.
abhinav.tella said:
It has to be out in the "system" apps folder. I don't think you can just install it like a regular apk.
Click to expand...
Click to collapse
It said failed when i try to reinstall it
How did you try to re-install it?
You can't install it the normal way.. You have to copy the apk AND the odex file to /system/app
Bro0z3r said:
You can't install it the normal way.. You have to copy the apk AND the odex file to /system/app
Click to expand...
Click to collapse
I have tried this , but no result :/
please who can help me with necessary file ?