So I wanted to install APK-Multi Tool to my PC. But in order to set it up it is required to have a"framework-res.apk" and a "SystemUI.apk", am I right?(Ι am not sure if I forget anything) But where to find them? Do they mean that I have to use these that I got in my phone? OK lets say yes... I have found the framework-res.apk which is located in my system/framework. But I really dont know what is going on... I cant find the systemUI.apk in system/app !
Any help is appreciated! Thanks!
Additional Device Info:
Phone Model:LG-E986 G Optimus Pro
Android Version: 4.1.2
Kernel Version: 3.4.0
Root: Yes
ROM: Stock
Recovery: Yes
The Proof: Here
You can install titanium backup and search for SystemUI.apk and make a backup of it !!!
Sent from my GT-S5360 Using tapatalk 2
PreSS ThanKs If i HelPeD YoU ?!?
D-J Mutant said:
So I wanted to install APK-Multi Tool to my PC. But in order to set it up it is requered to have a"framework-res.apk" and a "SystemUI.apk", am I right?(Ι am not sure if I forget anything) But where to find them? Do they mean that I have to use these that I got in my phone? OK lets say yes... I have found the framework-res.apk which is located in my system/framework. But I really dont know what is going on... I cant find the systemUI.apk in system/app !
Any help is appreciated! Thanks!
Click to expand...
Click to collapse
What version of android do you have?
androidrocks23 said:
You can install titanium backup and search for SystemUI.apk and make a backup of it !!!
Sent from my GT-S5360 Using tapatalk 2
PreSS ThanKs If i HelPeD YoU ?!?
Click to expand...
Click to collapse
No results?? --> http://imgur.com/jZ87lHA,KRlB4QY#0
Lgrootnoob said:
What version of android do you have?
Click to expand...
Click to collapse
I wrote some additional info for the device.
D-J Mutant said:
I wrote some additional info for the device.
Click to expand...
Click to collapse
Anomaly.
Ive had some hidden apks too but i've always been able to back them up.
huh? confused4life.
All i can say is try this:
Code:
ls -l -R /system > /sdcard/syslist.txt
ls -l -R /data > /sdcard/datalist.txt
post the datalist.txt and syslist.txt files here as attachments.
Lgrootnoob said:
Anomaly.
Ive had some hidden apks too but i've always been able to back them up.
huh? confused4life.
All i can say is try this:
Code:
ls -l -R /system > /sdcard/syslist.txt
ls -l -R /data > /sdcard/datalist.txt
post the datalist.txt and syslist.txt files here as attachments.
Click to expand...
Click to collapse
Confused? Lol! What do you have to say about this?
D-J Mutant said:
Confused? Lol! What do you have to say about this?
Click to expand...
Click to collapse
lol
You need to have a root shell first.
Try this in the terminal:
Code:
su
ls -l -R /system > /sdcard/syslist.txt
ls -l -R /data > /sdcard/datalist.txt
Lgrootnoob said:
lol
You need to have a root shell first.
Try this in the terminal:
Code:
su
ls -l -R /system > /sdcard/syslist.txt
ls -l -R /data > /sdcard/datalist.txt
Click to expand...
Click to collapse
Oh... Where can I find one? For the above commands I used Terminal Emulator which has Superuser permissions.
D-J Mutant said:
Oh... Where can I find one? For the above commands I used Terminal Emulator which has Superuser permissions.
Click to expand...
Click to collapse
You have type su then the console will go from $ to # meaning you have root perms.
In the picture you provided you definitely have a user shell as denoted by the $ prompt.
If you are unsure you can always type whoami and if that returns "uid 0" then you have root permissions on the current shell.
Just because the terminal emulator has the ability to become the superuser doesn't mean you are always the superuser when you run the app.
The app has to request su permissions so you have to use the su command.
I had updated the code I wanted you to type into the emulator that you were using.
Please use the new code:
Code:
su
ls -l -R /system > /sdcard/syslist.txt
ls -l -R /data > /sdcard/datalist.txt
Please run this code then upload the datalist.txt and syslist.txt files from the sdcard here as attachments.
Ohh yes you are right..I forgot it.I have so much time to use the terminal
Here you go :
~~~The attached files have been deleted.~~~
Related
Anyone find a terminal app that works well on 2.1? Better Terminal Emulator FC's on me, and I haven't found another that works decently with the soft keyboard.
angst911 said:
Anyone find a terminal app that works well on 2.1? Better Terminal Emulator FC's on me, and I haven't found another that works decently with the soft keyboard.
Click to expand...
Click to collapse
ConnectBot works great - just choose connection type local.
I use Android Terminal Emulator. Just up the font size and its good to go
Thomas1218 said:
I use Android Terminal Emulator. Just up the font size and its good to go
Click to expand...
Click to collapse
how do you enter any symbols? like a * ? I tried and I get j* always
Ya I had that problem too but the best workaround I found was to use the 12# key to bring up all the numbers and symbols and I enter them that way
f00kie said:
ConnectBot works great - just choose connection type local.
Click to expand...
Click to collapse
I'm liking connectbot so far
angst911 said:
I'm liking connectbot so far
Click to expand...
Click to collapse
It's also by far the best SSH/telnet client for android.. it should be a great local terminal client as well
The help for soft keyboards should cover any questions on missing keys.
But when I try to remove a file it does not work? (I am rooted)
I have run
cd /system/app/
rm HtcLockScreen*
and
cd /system/app/
sudo rm HtcLockScreen*
chaos67731 said:
But when I try to remove a file it does not work? (I am rooted)
I have run
cd /system/app/
rm HtcLockScreen*
and
cd /system/app/
sudo rm HtcLockScreen*
Click to expand...
Click to collapse
you gotta mount it read/write.
/system is read only
Still very new to this,
How Do I do that?
cd C:\android-sdk-windows\tools
adb remount
adb shell
cd /system/app/
rm HtcLockScreen*
exit
I do not have adb installed and am doing it from my phone so I am guessing I need to just do
cd /system/app/
rm HtcLockScreen*
exit
chaos67731 said:
Still very new to this,
How Do I do that?
cd C:\android-sdk-windows\tools
adb remount
adb shell
cd /system/app/
rm HtcLockScreen*
exit
I do not have adb installed and am doing it from my phone so I am guessing I need to just do
cd /system/app/
rm HtcLockScreen*
exit
Click to expand...
Click to collapse
$ su
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
# cd /system/app
# ls
there ull have the list of all ur system apps just, rm appname.apk or .odex
I was hoping that would give me the Android 2.1 lock screen but it did not work..
Well it did get rid of the htc lock screen
It did not have a way to slide to unlock the screen.
Thanks for the help!
Open Terminal Emulator on phone or adb shell from PC and type the following.
su
setprop dalvik.vm.verify-bytecode false
setprop dalvik.vm.dexopt-flags v=n,o=v
rm /data/dalvik-cache/*
rm /cache/dalvik-cache/*
reboot
Click to expand...
Click to collapse
Add these to the /data/local.prop or build.prop.
dalvik.vm.verify-bytecode = false
dalvik.vm.dexopt-flags=v=n,o=v
Click to expand...
Click to collapse
(Copy local.prop or build.prop to SD and edit them. Copy back afterwards. If lines starting with dalvik.vm.verify-bytecode or dalvik.vm.dexopt-flags exist already, please modify them as above. Also type following in adb shell or terminal emulator.
rm /data/dalvik-cache/*
rm /cache/dalvik-cache/*
reboot
Click to expand...
Click to collapse
In the build.prop, change
dalvik.vm.heapsize=64m
Click to expand...
Click to collapse
to
dalvik.vm.heapsize=80m
Click to expand...
Click to collapse
This seems to be a complete lagfix. No wake-lag etc.
Tested on GT-S5660XXKQG
Donate if you like it!
I can't do this. In the first step, when I put the command
rm /cache/dalvik-cache/*
it says that the file doesn't exist.
And I don't know where are the files on the 2nd step. How can I find them? Do I need to use a specific app?
B.RicH said:
I can't do this. In the first step, when I put the command
rm /cache/dalvik-cache/*
it says that the file doesn't exist.
And I don't know where are the files on the 2nd step. How can I find them? Do I need to use a specific app?
Click to expand...
Click to collapse
Same here... I have the GT-S5660M.
I am testing this on the /system/build.prop file to see if that works.
Well find where your dalvik-cache is stored.
It can be on /data or on /cache
Use a root explorer with superuser permissions to find out
Good examples are:
Advanced Tools
AntTek File Explorer
...
djjonastybe said:
Well find where your dalvik-cache is stored.
It can be on /data or on /cache
Use a root explorer with superuser permissions to find out
Good examples are:
Advanced Tools
AntTek File Explorer
...
Click to expand...
Click to collapse
I use root explorer and the terminal. I'm a linux user and know how to search. I'm not sure if its a S5660M issue or not but I just don't have the same files and folders you note.
So far changes to the system/build.prop seem to work for me based on your above directions.
it doesn't fix the lagging of the gingerbread.it just fix only wake up lag but not UI.
Hi everybody!
I'm looking for a cheap phone and I have just found this: Pomp P8
http://www.aliexpress.com/store/pro...-TV-entertainment-Cheap/101027_812064010.html
I have been searching for rooting this phone and I haven't found anything!!
I would like to know if it's possible to root this phone.
Thank you very much.
Edit: How to root it, solve problems with Google Play, GPS, dictionary...
Here
vAlmaraz said:
Hi everybody!
I'm looking for a cheap phone and I have just found this: Pomp P8
http://www.aliexpress.com/store/pro...-TV-entertainment-Cheap/101027_812064010.html
I have been searching for rooting this phone and I haven't found anything!!
I would like to know if it's possible to root this phone.
Thank you very much.
Click to expand...
Click to collapse
I'm also looking for this phone, have you found a root way? You have it right now?
Brokn.Down said:
I'm also looking for this phone, have you found a root way? You have it right now?
Click to expand...
Click to collapse
Yes, I have wrotten a thread in HTCManía, an important forum in Spain:
http://www.htcmania.com/showthread.php?p=8312819#post8312819
We are investigating more ways and improvements for this phone.
Now, we have a root method and a gps solution.
Also check this forum:
http://www.forocoches.com/foro/showthread.php?t=3212170
Sorry for my english.
vAlmaraz said:
Yes, I have wrotten a thread in HTCManía, an important forum in Spain:
http://www.htcmania.com/showthread.php?p=8312819#post8312819
We are investigating more ways and improvements for this phone.
Now, we have a root method and a gps solution.
Also check this forum:
http://www.forocoches.com/foro/showthread.php?t=3212170
Sorry for my english.
Click to expand...
Click to collapse
Yep, i view it, is good you speak spanish as i'm also speak spanish, wait for my pm
Already have the phone, myself and there is no need to root the phone. It's already rooted and comes with 'su' installed.
As as said 'su' is there, but you should update 'su' to a newer version as Superuser.apk doesn't work well with the version included in the phone.
Go to androidsu.com/superuser (download latest su and Superuser.apk)
run:
# adb push su /sdcard/
# adb push Superuser.apk /sdcard/
# adb shell
in the shell:
# su
# mount -o rw,remount /system
# cat /sdcard/su /system/bin/su
# chmod 06755 /system/bin/su
# cat /sdcard/Superuser.apk /system/app/Superuser.apk
# logout
# adb reboot
As for the recovery mode, using Power Btn and Volume Down Btn, you can go into recovery mode, no need to re-flash recovery, but you can if you wanna
thejinx said:
Already have the phone, myself and there is no need to root the phone. It's already rooted and comes with 'su' installed.
As as said 'su' is there, but you should update 'su' to a newer version as Superuser.apk doesn't work well with the version included in the phone.
Go to androidsu.com/superuser (download latest su and Superuser.apk)
run:
# adb push su /sdcard/
# adb push Superuser.apk /sdcard/
# adb shell
in the shell:
# su
# mount -o rw,remount /system
# cat /sdcard/su /system/bin/su
# chmod 06755 /system/bin/su
# cat /sdcard/Superuser.apk /system/app/Superuser.apk
# logout
# adb reboot
As for the recovery mode, using Power Btn and Volume Down Btn, you can go into recovery mode, no need to re-flash recovery, but you can if you wanna
Click to expand...
Click to collapse
Thank you very much!
I'll try it!
thejinx said:
Already have the phone, myself and there is no need to root the phone. It's already rooted and comes with 'su' installed.
As as said 'su' is there, but you should update 'su' to a newer version as Superuser.apk doesn't work well with the version included in the phone.
Go to androidsu.com/superuser (download latest su and Superuser.apk)
run:
# adb push su /sdcard/
# adb push Superuser.apk /sdcard/
# adb shell
in the shell:
# su
# mount -o rw,remount /system
# cat /sdcard/su /system/bin/su
# chmod 06755 /system/bin/su
# cat /sdcard/Superuser.apk /system/app/Superuser.apk
# logout
# adb reboot
As for the recovery mode, using Power Btn and Volume Down Btn, you can go into recovery mode, no need to re-flash recovery, but you can if you wanna
Click to expand...
Click to collapse
Thanks, when mine arrive i'll try it
Also wait for a new clean cm9.1 rom for this phone that i'll make
cypress maptur
Sorry, I made a mistake. When using 'cat' you need to use the redirect:
cat /sdcard/su > /system/bin/su
cat /sdcard/Superuser.apk > /system/app/Superuser.apk
Brokn.Down said:
Thanks, when mine arrive i'll try it
Also wait for a new clean cm9.1 rom for this phone that i'll make
Click to expand...
Click to collapse
I prefer a cm10.1 rom
vAlmaraz said:
I prefer a cm10.1 rom
Click to expand...
Click to collapse
Some links for some custom ROMs?
thejinx said:
Some links for some custom ROMs?
Click to expand...
Click to collapse
Unfortunately, I don't know how to build a custom rom, for now.
I can help posting the nexus 4 System dump:
http://dl.atftas.us/OEM/Nexus/Nexus_4/Nexus4_System_Dump.zip
vAlmaraz said:
I prefer a cm10.1 rom
Click to expand...
Click to collapse
Me too but there is not sources for the kernel and is hard to port it
Brokn.Down said:
Me too but there is not sources for the kernel and is hard to port it
Click to expand...
Click to collapse
I don't believe that using CM will work on this phone.
thejinx said:
I don't believe that using CM will work on this phone.
Click to expand...
Click to collapse
Is the best way as the aosp source are incomplete for compile cm10.1 for a generic kernel
BTW, does anybody have problem with the GPS? I've tried Sygic and Google Maps and not getting any satellites, or at least no very fast.
I've tried the how-to for the GPS from htcmania.com, but doesn't really help. Also tried FasterGPS app and nothing.
Please let me know if you know a good fix.
Also, does anybody know how to unlock the bootloader? Recovery can't be re-written if the bootloader is not unlocked (or at least thats what I believe).
Hello.
Sent from my SCH-I605 using Xparent BlueTapatalk 2
thejinx said:
BTW, does anybody have problem with the GPS? I've tried Sygic and Google Maps and not getting any satellites, or at least no very fast.
I've tried the how-to for the GPS from htcmania.com, but doesn't really help. Also tried FasterGPS app and nothing.
Please let me know if you know a good fix.
Also, does anybody know how to unlock the bootloader? Recovery can't be re-written if the bootloader is not unlocked (or at least thats what I believe).
Click to expand...
Click to collapse
Recovery: maybe this could help:
http://bm-smartphone-reviews.blogspot.com.es/2012/05/mt6575-flashing-tutorial.html
http://bm-smartphone-reviews.blogspot.com.es/2012/02/complete-guide-to-clockworkmod-recovery.html
vAlmaraz said:
Recovery: maybe this could help:
http://bm-smartphone-reviews.blogspot.com.es/2012/05/mt6575-flashing-tutorial.html
http://bm-smartphone-reviews.blogspot.com.es/2012/02/complete-guide-to-clockworkmod-recovery.html
Click to expand...
Click to collapse
Yeah, I knew this, but what about the GPS? Can't get it to work.
thejinx said:
Yeah, I knew this, but what about the GPS? Can't get it to work.
Click to expand...
Click to collapse
Sorry, I haven't tried GPS yet. Maybe this week I could have some free time and I can try it.
vAlmaraz said:
Sorry, I haven't tried GPS yet. Maybe this week I could have some free time and I can try it.
Click to expand...
Click to collapse
Would it be possible to dump the ROM from your phone and uploaded someplace? I'm thinking is the ROM, but don't have the original one.
Hello guys, experiencing another problem now :silly:
Have search all around, couldn't find any valid answers so I decided to ask myself.
So I was just making a rom, which I have already installed. It's based on Cataclysm (personal use only - Till I ask for perm).
I have installed the rom, then I decided to theme some system files. And so I did. I theme the "Settings.apk" for now, and decided to push it to my device instead of installing the whole rom over again. Now mind you when I made roms and modified system apps, pushing these files to the device was straight forward. However on this Hammerhead, I've been running into some issues.
When pushing the file to my device like this
Code:
adb push Settings.apk system/priv-app
.
I get an error that says -
Code:
failed to copy "Settings.apk" to "system/priv-app/Settings.apk" : Read only file system.
So I then decided to try the following -
Code:
[x] adb root - Permission Denied
[x] adb remount - Permission Denied
So then I decided to use some shell commands to set the system as rw, I did the following.
Code:
[x] adb shell
[x] $ su - gave it permission
[x] $ mount -o rw,remount /system - It mounts it.
I then restarted cmd with root permission.
Code:
adb root"
- it restarted however, this time it stated.
Code:
Device not found.
I probably did the wrong thing above, so how exactly can I push files to /system?
SOLVED
Thanks to everyone that answered my question in detail.
The easiest way I know to push files to /system through adb is using a custom recovery . Try with it.
Why not use usb or AirDroid to transfer files?
gee2012 said:
Why not use usb or AirDroid to transfer files?
Click to expand...
Click to collapse
Is it possible to push files to /sustem/priv-app with it?
varuntis1993 said:
The easiest way I know to push files to /system is using a custom recovery . Try with it.
Click to expand...
Click to collapse
How would I do so? I've ever only used recovery to flash. And that was it, thanks if you can guide me through it?
Sent from this toast making Nexus 5, you wish your Nexus could make toast don't you? (;
krishneelg3 said:
Is it possible to push files to /sustem/priv-app with it?
How would I do so? I've ever only used recovery to flash. And that was it, thanks if you can guide me through it?
Sent from this toast making Nexus 5, you wish your Nexus could make toast don't you? (;
Click to expand...
Click to collapse
Boot into recovery and connect the usb cable. Open a cmd prompt.
Code:
adb shell
mount /system
exit
adb push c:\users\krishneelg3\desktopmyfile /system/priv-app
You can also use the "mount system" option in recovery and skip the first 2 commands above.
krishneelg3 said:
How would I do so? I've ever only used recovery to flash. And that was it, thanks if you can guide me through it?
Sent from this toast making Nexus 5, you wish your Nexus could make toast don't you? (;
Click to expand...
Click to collapse
Open recovery, mount system partition and connect it to pc and then normal procedure.
It will be running as adbd to no need to type adb root. Hope this helps
rootSU said:
Boot into recovery and connect the usb cable. Open a cmd prompt.
Code:
adb shell
mount /system
exit
adb push c:\users\krishneelg3\desktopmyfile /system/priv-app
You can also use the "mount system" option in recovery and skip the first 2 commands above.
Click to expand...
Click to collapse
Thank you so much! Greatly appreciated.
Sent from this toast making Nexus 5, you wish your Nexus could make toast don't you? (;
You can still do it through Android, but it's more difficult because adb root doesn't always work (requires kernel) and you have to mount r/w which is just a pain. I always adb push in recovery.
However, here is an example of a successful attempt to adb push on my nexus 5.
Code:
C:\Users\rootsu\Desktop\tools>adb root
adbd is already running as root
C:\Users\rootsu\Desktop\tools>adb shell
[email protected]:/ # mount -o remount,rw /system
mount -o remount,rw /system
[email protected]:/ # exit
exit
C:\Users\rootsu\Desktop\tools>adb push [B][COLOR="Red"]test.txt[/COLOR][/B] /system/
C:\Users\rootsu\Desktop\tools>adb shell
[email protected]:/ # cd system
cd system
[email protected]:/system # ls
ls
addon.d
app
bin
build.prop
core
etc
fonts
framework
lib
lost+found
media
priv-app
[B][COLOR="red"]test.txt[/COLOR][/B]
tts
usr
vendor
xbin
[email protected]:/system #
rootSU said:
You can still do it through Android, but it's more difficult because adb root doesn't always work (requires kernel) and you have to mount r/w which is just a pain. I always adb push in recovery.
However, here is an example of a successful attempt to adb push on my nexus 5.
Code:
C:\Users\rootsu\Desktop\tools>adb root
adbd is already running as root
C:\Users\rootsu\Desktop\tools>adb shell
[email protected]:/ # mount -o remount,rw /system
mount -o remount,rw /system
[email protected]:/ # exit
exit
C:\Users\rootsu\Desktop\tools>adb push [B][COLOR="Red"]test.txt[/COLOR][/B] /system/
C:\Users\rootsu\Desktop\tools>adb shell
[email protected]:/ # cd system
cd system
[email protected]:/system # ls
ls
addon.d
app
bin
build.prop
core
etc
fonts
framework
lib
lost+found
media
priv-app
[B][COLOR="red"]test.txt[/COLOR][/B]
tts
usr
vendor
xbin
[email protected]:/system #
Click to expand...
Click to collapse
Thank you I will keep my eye on this and see if the process is similar. Thanks for the info.
Sent from this toast making Nexus 5, you wish your Nexus could make toast don't you? (;
Hello every one... I rooted the gear 2 and installed a custom tone... now question is, how do i remove them??
jlopez1286 said:
Hello every one... I rooted the gear 2 and installed a custom tone... now question is, how do i remove them??
Click to expand...
Click to collapse
Use the rm path/filename command to delete, just like DOS.
JimSmith94 said:
Use the rm path/filename command to delete, just like DOS.
Click to expand...
Click to collapse
I tried this command.
sdb root on
sdb shell mount -o remount,rw /
sdb rm /opt/share/settings/Alerts/stock_sound.ogg
sdb shell mount -o remount,ro /
is that correct??
.
jlopez1286 said:
I tried this command.
sdb root on
sdb shell mount -o remount,rw /
sdb rm /opt/share/settings/Alerts/stock_sound.ogg
sdb shell mount -o remount,ro /
is that correct??
.
Click to expand...
Click to collapse
Looks good to me, but I haven't tried to delete anything.
JimSmith94 said:
Looks good to me, but I haven't tried to delete anything.
Click to expand...
Click to collapse
I need to figure this out cuz i tried it again and no go...
jlopez1286 said:
I need to figure this out cuz i tried it again and no go...
Click to expand...
Click to collapse
"sdb ls /opt/share/settings/Alerts/stock_sound.ogg" should do a DIR of the file to be sure the file exists. You might have missed or added a capitalized letter. Unix/Linux are case sensitive.
"sdb ls /opt/share/settings/Alerts/" should give you a DIR of the whole directory so you can double check the spelling.
JimSmith94 said:
"sdb ls /opt/share/settings/Alerts/stock_sound.ogg" should do a DIR of the file to be sure the file exists. You might have missed or added a capitalized letter. Unix/Linux are case sensitive.
"sdb ls /opt/share/settings/Alerts/" should give you a DIR of the whole directory so you can double check the spelling.
Click to expand...
Click to collapse
what if the terminal tells you "unsupported command: rm"
jlopez1286 said:
what if the terminal tells you "unsupported command: rm"
Click to expand...
Click to collapse
Sorry, I'm only guessing now. Try "sdb shell rm /opt/share/settings/Alerts/stock_sound.ogg" Same with the ls commands.
that worked!!! thanks!!