I would love to bring you a mod for HDMI Webtop without a dock.
I just need the contents of /System/app and /system/framework to do it.
Install busybox, then do:
Code:
tar -cvf /sdcard/dump.tar /system
Fenny said:
I would love to bring you a mod for HDMI Webtop without a dock.
I just need the contents of /System/app and /system/framework to do it.
Install busybox, then do:
Code:
tar -cvf /sdcard/dump.tar /system
Click to expand...
Click to collapse
ok, i will get it
---------- Post added at 08:35 AM ---------- Previous post was at 08:20 AM ----------
it's 320mb, i will have to wait until i get home to upload it.
Related
Hello everyone,
Been following posts here for a little while and I'm aware there is no right place to post this question. I have a rogers SGH-I727R which was rooted via SuperOneClick. After attempting to reinstall busybox I lost root access and can't quite seem to get it back. I've tried going through SuperOneClick to unroot/root however the program hangs and I'm forced to kill the process. The following are my results from "Root Checker Pro":
Superuser Application Status:Superuser application - version 3.0.7 - is installed!System File Properties for Root Access:Standard LocationCheck Command: ls -l /system/bin/su:Result: lrwxrwxrwx root root 2012-01-03 21:20 su -> /system/bin/busyboxAnalysis: File: su is a symbolic link pointing to another file: /system/bin/busyboxStandard LocationCheck Command: ls -l /system/xbin/su:Result: -rwsr-sr-x root root 22228 2012-01-0301:53*suAnalysis: Setuid attribute present and root user ownership present. Root access is correctly configured for this file! Executing this file can grant root access!Alternative LocationCheck Command: ls -l /sbin/su:Result: /sbin/su: Permission deniedAnalysis: File system permissions restricted and denied access.Alternative LocationCheck Command: ls -l /system/xbin/sudo:Result: /system/xbin/sudo: No such file or directoryAnalysis: File /system/xbin/sudo does not exist.Root User ID and Group ID Status:SU binary not found or not operating properlySystem Environment PATH: /sbin /vendor/bin /system/sbin /system/bin /system/xbinADB Shell Default User:ADB shell setting for standard access, stored in default.prop, is configured as: shell (non root) user - ro.secure=1Results provided on your SGH-I727R device
I apologize for the messy format. Any and all help would be greatly appreciated.
- Cam
Forget the one click, amd just use this method http://forum.xda-developers.com/showthread.php?t=1340526
---------- Post added at 03:44 PM ---------- Previous post was at 03:43 PM ----------
For one are you android 2.3.6? Id suggest just following the link i posted
I am currently on 2.3.5 and it is the LTE HD not sure if it makes a difference or not but I noticed I forgot to mention that, thank you for the timely reply.
silver03wrx said:
For one are you android 2.3.6? Id suggest just following the link i posted
Click to expand...
Click to collapse
+1
I could not get SuperOneClick to work after I did the ota update to 2.3.6 with my original SR.
I had to exchange that phone and my replacement is on 2.3.5
SuperOneClick worked on my 2.3.5 phone first try.
---------- Post added at 02:51 PM ---------- Previous post was at 02:49 PM ----------
Never mind. Just saw your reply above.
Not sure about the LTE HD.
Yes it does. The recovery tar is for i727 skyrocket. Dont try it on a different device. I not sure what to tell you as you have a different device.
After I have succesfull root and unroot my terminal doesn't show any output only error messages. I'm also unable to re-root my device. When I copy psneuter to /data/local/tmp the terminal doesn't give any message nor an error message but psneuter isn't copy. I have verified it by createing in a file in /data/local/tmp and copy it to my sdcard. Gingerbreak doesn't work either and gives error "Couldn't extract asset". I have an orphaned su on my device but it has only user rights. Is there a way I can fix my terminal and re-root my device? Uh!
Are you sure the issue is not with the terminal app ?
you can try other terminal app to confirm
---------- Post added at 07:34 PM ---------- Previous post was at 07:20 PM ----------
Are you sure the issue is not with the terminal app ?
you can try other terminal app to confirm
appviz said:
Are you sure the issue is not with the terminal app ?
you can try other terminal app to confirm
---------- Post added at 07:34 PM ---------- Previous post was at 07:20 PM ----------
Are you sure the issue is not with the terminal app ?
you can try other terminal app to confirm
Click to expand...
Click to collapse
I tried many things I also tried a different terminal app to no avail. The solution was to copy a working busybox. I think toolbox would work, too. My busybox was out-of-order and toolbox was also replaced with busybox! As a result many blobs didn't work and the terminal was black. Su did work because it a standalone applet. Adb push to /data/local/tmp worked, too, but the terminal was black and many applet not working.
Hi guys, today i am here to tell you a method only tested on a galaxy y, but i hope it will work for all. this is a method to change the download location for play store.
WARNING!!!
1. WARRANTY IS NOW VOID.
2. NOT MY PROBLEM IF SOME APP FAIL.
3. PLEASE, PLEASE, PLEASE DO A NANDROID BACKUP BEFORE THIS.
This is a simple code but it needs root for sure. now the necessities are as follows:
1. A complete nandroid backup
2. Root Permissions
3. Any terminal emulator. e.g https://play.google.com/store/apps/details?id=hecticman.jsterm
4. You need to know the default download location and the mount point of sd card( if that is where you want the new download location )
Now let's start.
Just know this that mnt/sdcard will have to be replaced by your sdcard mount point and data/app will have to be replaced by the default download location. i underlined them for easy understanding.
NOT MY PROBLEM IF THIS FAILS AND YOUR PLAY STORE CRASHES. JUST DO A NANDROID RESTORE.
THERE WILL ALREADY BE A $ AT START SO U DON'T HAVE TO PUT IT.
$ su
# mkdir /mnt/sdcard/playstore
# cp -r /data/app/* /mnt/sdcard/playstore
# rm -rf /data/app
# ln -s /mnt/sdcard/playstore /data/app
Click to expand...
Click to collapse
what the code does:
1. Grant super user permissions
2. Make a directory in sdcard named playstore.
3. Copy all items (recursively) from data/app to sdcard/playstore
4. Delete data/app
5. Symlink the new location to fake the original.
Hitting Thanks can help.
and once again PLEASE BACKUP BEFORE THIS AND RESTORE IF NOT SUCCESSFUL.
This is based on the code used by link2sd.
The sdcard is fat32 or ntfs, but the fat32 and ntfs doesn't support link,only ext2,ext3,ext4 and so on support the link
---------- Post added at 11:28 PM ---------- Previous post was at 11:16 PM ----------
Well,i have had a try, this code can work,and it can creat a link on /data/app, but it can't creat a link on /mnt/sdcard, i think i have made a mistake.
why would you ever want to do that?
It can create a link. Try again
Sent from my GT-S5360 using Tapatalk 2
For mobiles with less internal memory
Sent from my GT-S5360 using Tapatalk 2
I can't delete following malware app with root permission.
com.android.provider.down3-1.apk
com.google.model.mi-1.apk
com.google.fk.json.slo.apk
It shows an error:rm failed for com.hola.launcher-1.apk, Operation not permitted
Can any help me out?
This is a malware that changed the immutable attrib
---------- Post added at 11:44 PM ---------- Previous post was at 11:40 PM ----------
svprm said:
I can't delete following malware app with root permission.
com.android.provider.down3-1.apk
com.google.model.mi-1.apk
com.google.fk.json.slo.apk
It shows an error:rm failed for com.hola.launcher-1.apk, Operation not permitted
Can any help me out?
Click to expand...
Click to collapse
You need busybox installed.
Try this commands:
chattr -AacdDijsStu *.apk
rm "your package name"
This time it will get removed without error
Enjoy
Bithacker01 said:
---------- Post added at 11:44 PM ---------- Previous post was at 11:40 PM ----------
You need busybox installed.
Try this commands:
chattr -AacdDijsStu *.apk
rm "your package name"
This time it will get removed without error
Enjoy
Click to expand...
Click to collapse
thanks bro.
It worked.
thanks Bithacker it worked. thank a lot
I have problem to remove "com.aiwozhh.ph.cz.apk" on my Android even I followed the below;
(Try this commands:
chattr -AacdDijsStu *.apk
rm "your package name" )
the error msg is "Operation not permitted".
Pls help!!!!!!!!!!
Thanks,
Piseth
Bithacker01 said:
---------- Post added at 11:44 PM ---------- Previous post was at 11:40 PM ----------
You need busybox installed.
Try this commands:
chattr -AacdDijsStu *.apk
rm "your package name"
This time it will get removed without error
Enjoy
Click to expand...
Click to collapse
Can this be done using terminal emulator?
Wil53664 said:
Can this be done using terminal emulator?
Click to expand...
Click to collapse
Yes, You can use any terminal emulator.
---------- Post added at 09:30 AM ---------- Previous post was at 09:23 AM ----------
Lim Piseth said:
I have problem to remove "com.aiwozhh.ph.cz.apk" on my Android even I followed the below;
(Try this commands:
chattr -AacdDijsStu *.apk
rm "your package name" )
the error msg is "Operation not permitted".
Pls help!!!!!!!!!!
Thanks,
Piseth
Click to expand...
Click to collapse
You need to have root access.
Try rooting your device, use Kingroot App
Then, try these commands
su
chattr -AacdDijsStu *.apk
rm "your package name"
How can I delete the su file from the /system/bin and /system/xbin I keep getting operation not permitted
Lim Piseth said:
I have problem to remove "com.aiwozhh.ph.cz.apk" on my Android even I followed the below;
(Try this commands:
chattr -AacdDijsStu *.apk
rm "your package name" )
the error msg is "Operation not permitted".
Pls help!!!!!!!!!!
Thanks,
Piseth
Click to expand...
Click to collapse
U can try with titanium backup once
If it doesn't work, reboot the phone, freeze the app fast when it boots and then try to uninstall it with titanium
It worked for me once
---------- Post added at 06:00 AM ---------- Previous post was at 05:58 AM ----------
Lim Piseth said:
I have problem to remove "com.aiwozhh.ph.cz.apk" on my Android even I followed the below;
(Try this commands:
chattr -AacdDijsStu *.apk
rm "your package name" )
the error msg is "Operation not permitted".
Pls help!!!!!!!!!!
Thanks,
Piseth
Click to expand...
Click to collapse
Firstly, root ur phone
If it's rooted
Fir type SU and enter
Then try to do whatever u want
Hey! I've been following this problem because I have the same situation, I have a malware named:
VPN
net.qwe.vpn
ad.apk
And I am using this method you just explain BUT the terminal emulator says No such file Not found something like that, there is anything else for me to do? How the freaking hell can I find the real name of this thing? Or what can i do in the emulator in order to be able to find it... Please help
MissSofy said:
Hey! I've been following this problem because I have the same situation, I have a malware named:
VPN
net.qwe.vpn
ad.apk
And I am using this method you just explain BUT the terminal emulator says No such file Not found something like that, there is anything else for me to do? How the freaking hell can I find the real name of this thing? Or what can i do in the emulator in order to be able to find it... Please help
Click to expand...
Click to collapse
did u write the package name?
Yes, I did, I even tried on the three names one by one, correct me If im wrong, I wrote this:
su
chattr -AacdDijsStu ad.apk
rm ad.apk
And it appear a line saying No file in directory or something about not finding it. Then I tried the other name:
su
chattr -AacdDijsStu net.qwe.vpn
rm net.qwe.vpn
And nothing... could you please tell me if what i wrote was correct? Or write it in the correct way with the name included
---------- Post added at 07:05 PM ---------- Previous post was at 06:26 PM ----------
Nevermind... I just found out I delete the virus previously . I did so much stuff with the cellphone, I think what got rid of it was a "Format" I applied with the PC. Because I plugged in my cellphone and my laptop, browse its files and find the malware, and I try to delete it but it say that I was not allowed, so I just select the cellphone and did a "quick format" you know? That thing you do with the USB Flash drive, and i did, and later I found this website and I tried what you said and on the screen appear a message saying not found.... I just right now check the system apps with root brower and I cannot find the malware, even with my ikarus antivirus! Im so happy! Thank you anyways this is such a helpfull blog... Im still going to run some scans though, to really make sure the malware is gone for good! thanks again
INSTRUCTIONS:
1. Connect phone to computer
2. Open a terminal/cmd window on computer
3. Type:
Code:
adb devices
adb shell
cd data/system
rm locksettings.db
rm locksettings.db-shm
Reboot, and boom! Removed
i dont have twrp then?
sohamsen said:
i dont have twrp then?
Click to expand...
Click to collapse
Fixed the guide, thanks for catching that!
Honestly Annoying said:
Fixed the guide, thanks for catching that!
Click to expand...
Click to collapse
nice guide
---------- Post added at 09:36 AM ---------- Previous post was at 09:35 AM ----------
what about 4.4.4 or less?
And for Non-Rooted devices.?
Sent from my SM-N930F using Tapatalk