Old data in /Data/Data - G1 Android Development

#busybox ls -l /Data/Data is showing ALOT of garbage from apps I havent had installed for a while...
Is there anyway to clear this crap up?

rm -r /data/data/folder.you.don't.want

factory reset , busybox rm -a /data/data/* or u can manually delete the ones you dont need.
they should delete by them selves

Senorkabob said:
#busybox ls -l /Data/Data is showing ALOT of garbage from apps I havent had installed for a while...
Is there anyway to clear this crap up?
Click to expand...
Click to collapse
Cardona???

All~G1 said:
Cardona???
Click to expand...
Click to collapse
lol who the hell is this!!!

Senorkabob said:
lol who the hell is this!!!
Click to expand...
Click to collapse
HAHA... come on now. The G1 one tells me everything

Related

Still not going to SDCARD

Hi, I've did everything, rooted, rc30 and etc.
but I've checked the Sdcard today after some heavy web browsing, and it looks like there is still nothing there. I looked at the applications memory, I used 10MB... Is it still putting it on the phone memory?
and plus when I tried moving the cache to the sd card again, and typed in, "cd /data/data/com.android.browser/cache" it said cannot cd to that directory.
hmmm, wtfs wrong?
samething with the market...
xdviper said:
Hi, I've did everything, rooted, rc30 and etc.
but I've checked the Sdcard today after some heavy web browsing, and it looks like there is still nothing there. I looked at the applications memory, I used 10MB... Is it still putting it on the phone memory?
and plus when I tried moving the cache to the sd card again, and typed in, "cd /data/data/com.android.browser/cache" it said cannot cd to that directory.
hmmm, wtfs wrong?
samething with the market...
Click to expand...
Click to collapse
it cannot CD to the directory because it does not exist.
Alright, so is that supossed to happen then? Why isn't it moving the cache to the cache folder in the sdcard? I've just done the market one and it worked perfectly.
I was having a similar problem. Just get JF's 1.31 update and do this:
Browser Cache
cd /data/data/com.android.browser/cache
rm -R webviewCache
mkdir /sdcard/cache/webviewCache
ln -s /sdcard/cache/webviewCache webviewCache
oxeneers said:
I was having a similar problem. Just get JF's 1.31 update and do this:
Click to expand...
Click to collapse
alright have it... I installed RC30 with JF's 1.31
arghh, i've tried it again after a reboot and it's not seeing that directory.
xdviper said:
alright have it... I installed RC30 with JF's 1.31
arghh, i've tried it again after a reboot and it's not seeing that directory.
Click to expand...
Click to collapse
are you in root?
in terminal emulator, make sure you type su first.
It will change the $ to # denoting you have root.
andonnguyen said:
are you in root?
in terminal emulator, make sure you type su first.
It will change the $ to # denoting you have root.
Click to expand...
Click to collapse
yeah I *MADE* sure i was in root, argh its still not working... if that directory is not there, then where would the cache be going too then?
edit, i've checked the markets cahce with astro, and it's filling up nicely, still nothing from the browser....

problem with a app after update

after wiping rooting and updating to rc33 jf1.41 the walkie talkie app force closes upon opening it any help would be greatly appreciated to get it running again.
edit. The application walkie talkie - push to talk (process com.rcreations.ptt) has stopped unexpectedly.
muttley06 said:
after wiping rooting and updating to rc33 jf1.41 the walkie talkie app force closes upon opening it any help would be greatly appreciated to get it running again.
Click to expand...
Click to collapse
talk to the developer .. either one of two choices:
1. you did something wrong on your phone
2. the developer needs to update the app
you pick
LucidREM said:
talk to the developer .. either one of two choices:
1. you did something wrong on your phone
2. the developer needs to update the app
you pick
Click to expand...
Click to collapse
As i knew you would reply thanks again is there a way to set one application to run off the phone?
muttley06 said:
As i knew you would reply thanks again is there a way to set one application to run off the phone?
Click to expand...
Click to collapse
not really sure how well that would work .. do you have everything moved to EXT2?
/data/app -> /system/sd/app
/data/app-private -> /system/sd/app-private
/data/data -> /system/sd/data
have you been to the blog?? http://hit-mob.com/
there's some statement about recoding for RC33
LucidREM said:
not really sure how well that would work .. do you have everything moved to EXT2?
/data/app -> /system/sd/app
/data/app-private -> /system/sd/app-private
/data/data -> /system/sd/data
have you been to the blog?? http://hit-mob.com/
there's some statement about recoding for RC33
Click to expand...
Click to collapse
yes i have been to the blog and i have the most recent update
i have done your .42 and ran the cache.sh command
app and app private i am not sure about i ran some batch files that moved somthing but what i dont know.
muttley06 said:
yes i have been to the blog and i have the most recent update
i have done your .42 and ran the cache.sh command
app and app private i am not sure about i ran some batch files that moved somthing but what i dont know.
Click to expand...
Click to collapse
try your "ls -l" screen on things like
#ls -l /data
#ls -l /system/sd
seems strange that it would be isolated to that one app .. unless there's more going on
LucidREM said:
try your "ls -l" screen on things like
#ls -l /data
#ls -l /system/sd
seems strange that it would be isolated to that one app .. unless there's more going on
Click to expand...
Click to collapse
#ls -l /data app-> /system/sd/app
appears and app-private same so it is on sd?
#ls -l /system/sd
app
app-private
data
lost-found
edit: i just did this http://forum.xda-developers.com/showthread.php?t=482395
and now browser contacts maps are all "not installed"
can u get on aim? i know your prob at your 9-5

CONFIRMED: Permament Root!

please see this link http://forum.sdx-developers.com/epic-development/adb-root-exploit-test/
if your having trouble: use my instructon
1. copy & run the exploit
adb push c:\downloads\rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage-arm5.bin
adb shell
chmod 755 /data/local/tmp/rageagainstthecage-arm5.bin
cd /data/local/tmp
./rageagainstthecage-arm5.bin
2. make it RW and move files
adb shell mount -t rfs -o remount,rw /dev/block/stl9 /system
adb push c:\downloads\joeykrim-root.sh /system/bin/joeykrim-root.sh
adb push c:\downloads\jk-su /system/bin/jk-su
adb shell mv /system/bin/playlogo /system/bin/playlogo-orig
adb push c:\downloads\playlogo /system/bin/playlogo
3. set permission
adb shell chmod 755 /system/bin/joeykrim-root.sh
adb shell chmod 755 /system/bin/playlogo
Sweet! I've been following the thread at sdx. Thanks for being a test dummy
Sent from my PC36100 using XDA App
Hopefully there will be a one click method or something just as easy to use to perform this
Has anyone actually tried this on there epic? I have an advocate device and prefer not to ruin it before I even goes active on my line.
Sent from my SPH-D700 using XDA App
cognitivel0gic said:
Has anyone actually tried this on there epic? I have an advocate device and prefer not to ruin it before I even goes active on my line.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Yes, I can confirm this absolutely does work. Joeykrim and I spent the better part of an hour working on my Epic and hammering out the kinks. I now happily have root access, and there are no words to describe how happy I am to have QuickBoot and AdFree Android back up and running
Awesome Ill be giving this a shot tomorrow. Thanks for all the hard work!
Sent from my SPH-D700 using XDA App
I assume this is just a quick fix until kernel source is released? (due to lack of apply:update.zip in the recovery)
Now i know this is a noob question and all, but;
How do i adb in ubuntu?
I have the environment all set up, eclipse, adt, and the sdk...im just lost after that...
Does the root still intact after reboot?
ImSoHungry said:
Now i know this is a noob question and all, but;
How do i adb in ubuntu?
I have the environment all set up, eclipse, adt, and the sdk...im just lost after that...
Click to expand...
Click to collapse
http://esausilva.com/2010/05/13/setting-up-adbusb-drivers-for-android-devices-in-linux-ubuntu/
JGeZau said:
http://esausilva.com/2010/05/13/setting-up-adbusb-drivers-for-android-devices-in-linux-ubuntu/
Click to expand...
Click to collapse
can i haz your baby?!
thanks
2kmy477 said:
Does the root still intact after reboot?
Click to expand...
Click to collapse
Yes it does. That was the main problem Joey and I were having was getting the root to be persistant.
chris5h said:
Yes it does. That was the main problem Joey and I were having was getting the root to be persistant.
Click to expand...
Click to collapse
Great,thanks.I'm wating for the new version of wifi tether to work on the epic.
You mean the source code that is available at opensource.samsung.com when you search for SPH-D700?
dseo80 said:
I assume this is just a quick fix until kernel source is released? (due to lack of apply:update.zip in the recovery)
Click to expand...
Click to collapse
You mean the source code that is available at opensource.samsung.com when you search for SPH-D700?
Is nand unlocked?
No, it is not.
Root is a great first step. Now.. let's get bootloader access and get some stock 2.2 ROMs running for maximum awesome.
Anyone have the stock rom?
Whosdaman said:
Anyone have the stock rom?
Click to expand...
Click to collapse
You can find the system dump at the forums in androidcentral.com
Sent from my PC36100 using XDA App

[USCC] HTC Desire Rom

I TAKE NO RESPONSIBLITY FOR THE USE OF THIS ROM, IF YOU CHOOSE TO USE IT THEN YOU DO SO AT YOUR OWN RISK.
USCC = US Cellular
IRC Freenode.net #BlitzRoms
Stock Sense Froyo
Rom
Always do a backup first!
THIS WILL WIPE DATA
GINGERBREAD AOSP
*Credits for bravoc vendor files go to cyanogenMod*
*Credits for kernel work go to Defer and Kali*
GingerBread Mostly AOSP v1.1 this is as close to AOSP i could get to build the fixes to get it to compile come from cyanogen the credits for the theme got to roberj13 (Blue Energy)
I recommend installing "Blue ADW Theme" from Sean York from the market not needed but completes the blue look and the water-fire wallpaper on the blue energy post
Ubuntu 10.10 Setup script
This should ease the pain of setting up a build environment for building gingerbread, this is based on what it took mee to set up and is not garenteed to work but im offering as some help use at your own risk, this will setup environment and sync the repo of the branch u choose
from a fresh copy of ubuntu 10.10 64-bit run this script
CM Script
AOSP Script
Awesome. Can't wait to try it.
subscribed. patiently waiting for port of froyo 2.2 to uscc desire.
Good to see youy got it going
A definite yes to apps2ext. Also, will your 2.2 include sense?
i will upload my app2sd and yes the version i am trying to port will have sense
blitz2190 said:
i will upload my app2sd and yes the version i am trying to port will have sense
Click to expand...
Click to collapse
thats awesome. how long, estimate, do you think it will be before we see a working build?
I am hoping for sometime this week depending on if i can get the wifi and bluetooth working as this was the only issues i have found so far
would love a version with apps2sd...not really intersted in wifi tethering as my work provides me with a thinkpad with built in mobile broadbrand...
Thanks for your hard work...
cant wait for 2.2
you da man
byte
I would also love a version with apps2sd! Thanks for working on this. Does anyone know what htc apps are safe to remove? I want to get rid of footprints, stocks, etc. Are those safe to delete?
stock twitter and news were removed from this version forgot to mention that
Those are safe to remove from the stock rom correct?
Mediafire link not working.
apparently media fire is down so im uploading to another site, and yes those are safe to remove, atleast they jave not caused any issues on my phone yet
con247 said:
I would also love a version with apps2sd! Thanks for working on this. Does anyone know what htc apps are safe to remove? I want to get rid of footprints, stocks, etc. Are those safe to delete?
Click to expand...
Click to collapse
I ran all this without a single problem on my USCC Desire. Best to back it all up just to be safe.
Code:
cd /system/apps
rm HtcFootprints.apk
rm HtcFootprints.odex
rm com.htc.FriendStreamWidget.apk
rm com.htc.FriendStreamWidget.odex
rm FriendStream.apk
rm FriendStream.odex
rm com.htc.StockWidget.apk
rm com.htc.StockWidget.odex
rm YouTube.apk
rm myspace.apk
rm Stock.apk
rm Stock.odex
rm Facebook.apk
rm HtcFootprintsWidget.apk
rm HtcFootprintsWidget.odex
rm teeter.apk
rm teeter.odex
rm HtcTwitter.apk
rm HtcTwitter.odex
rm com.htc.TwitterWidget.apk
rm com.htc.TwitterWidget.odex
rm ToneRoom_04.07.2010.apk
rm HtcFacebook.apk
rm HtcFacebook.odex
rm CityID.apk
Then you have a bunch of data files in /data/data you can get rid of.
to the OP: Glad to here you got something going on this device. Looking for a big jump in performance with froyo.
edit: You can back up each app you remove from a remote install of adb by
Code:
adb pull /system/app/filename.apk
adb pull /system/app/filename.odex
noobish ? as android is a new ground for me...
what does one have to do for a backup?
can I use the built in one in bootloader or do i have to do a nandroid backup?
sorry for the noobish ?
byte
ps.. Hey Blkqi, how much memory did u get back from removing those apps?
to do a backup you would need the custom recovery and there is an option in recovery to do a backup. APP2SD rom has been uploaded working on the other as media fire seems to be down
bytethegroove said:
noobish ? as android is a new ground for me...
what does one have to do for a backup?
can I use the built in one in bootloader or do i have to do a nandroid backup?
sorry for the noobish ?
byte
ps.. Hey Blkqi, how much memory did u get back from removing those apps?
Click to expand...
Click to collapse
If you boot to recovery, and do a backup from there, you should be set.
blitz2190 said:
to do a backup you would need the custom recovery and there is an option in recovery to do a backup. APP2SD rom has been uploaded working on the other as media fire seems to be down
Click to expand...
Click to collapse
Awesome! Thanks blitz.
gonna flash the apps2sd version when i get home....
Now the backup I created can be restored anytime, or once I flash the apps2sd rom supplied here, will I need a new a backup (kinda like windows phone, once it was flashed old backups didnt work)
also has anyone tried the apps2sd version here... how much free space is there on internal memory?
just curious
thanks for all your help here
peace
byte

Root N920V

1. place the phone in download mode
2. open odin
3.download this file(https://www.dropbox.com/s/l96om7p00owmw0r/boot.tar.md5?dl=0) and place it in the ap section of odin
4.choose start
5.do the steps here http://galaxys7root.com/galaxy-s7-s...-attt-mobilesprintverizon-galaxy-s7s7-edge/3/
I only needed pages 3 and 4 because you need to use the files above instead!
6.Rooted
Please let me know if you have any issues!
activefan01 said:
Please let me know if you have any issues!
Click to expand...
Click to collapse
Is there a specific rom you need to do this on?
Edit: Don't bother the MD5 isn't going to work in Odin anyway as it's been modified and doesn't match.. Besides what makes you think the S7 is anything similar to the 5?
MrMike2182 said:
Is there a specific rom you need to do this on?
Edit: Don't bother the MD5 isn't going to work in Odin anyway as it's been modified and doesn't match.. Besides what makes you think the S7 is anything similar to the 5?
Click to expand...
Click to collapse
it always does that when i rename it idk why they get confusing when i leave them the same but here is the unrenamed file https://www.dropbox.com/s/l96om7p00owmw0r/boot.tar.md5?dl=0
finally i real developer. would this work on s6 edge plus?
warriorpluto said:
finally i real developer. would this work on s6 edge plus?
Click to expand...
Click to collapse
no but i can get it pm me the model number and build number
activefan01 said:
no but i can get it pm me the model number and build number
Click to expand...
Click to collapse
I got that kernel to go after so many tries but when you try to do root.bat it freezes the entire phone however I do have root access via adb shell from command prompt but that's it and when trying to issue the remount command on /system it freezes also.
that kernal should allow you to root what all steps did you do?
activefan01 said:
that kernal should allow you to root what all steps did you do?
Click to expand...
Click to collapse
I did everything you did.. Still freezes right when it tries to adb shell mount -o rw,remount /system and then you can't do nothing but reboot. Went back to stock backup already.
MrMike2182 said:
I did everything you did.. Still freezes right when it tries to adb shell mount -o rw,remount /system and then you can't do nothing but reboot. Went back to stock backup already.
Click to expand...
Click to collapse
How'd you go to stock backup? Does this seem promising?
tylerlawhon said:
How'd you go to stock backup? Does this seem promising?
Click to expand...
Click to collapse
It might be promising however I've been working on this all night and haven't gotten anywhere except for root access within command prompt. As soon as you type root.bat the first thing it does is adb shell mount -o rw,remount /system but the entire phone freezes! I can't seem to get past this freezing crap because you can't do anything with the phone when it freezes it.
MrMike2182 said:
It might be promising however I've been working on this all night and haven't gotten anywhere except for root access within command prompt. As soon as you type root.bat the first thing it does is adb shell mount -o rw,remount /system but the entire phone freezes! I can't seem to get past this freezing crap because you can't do anything with the phone when it freezes it.
Click to expand...
Click to collapse
If it's giving you root access in a terminal, could you not push the root files that way? Or do you have to remount to do that? I honestly don't know is why I ask. Would love to root this beast, but I'm not a lot of help with the more deep down technical stuff.
tylerlawhon said:
If it's giving you root access in a terminal, could you not push the root files that way? Or do you have to remount to do that? I honestly don't know is why I ask. Would love to root this beast, but I'm not a lot of help with the more deep down technical stuff.
Click to expand...
Click to collapse
You have to remount the system as writable otherwise trying to write a file to system doesnt work, and as soon as I issue the command adb shell mount -o rw,remount /system then phone just freezes but I'm looking into an answer for that but no luck so far.
MrMike2182 said:
You have to remount the system as writable otherwise trying to write a file to system doesnt work, and as soon as I issue the command adb shell mount -o rw,remount /system then phone just freezes but I'm looking into an answer for that but no luck so far.
Click to expand...
Click to collapse
What is it supposed to do? Is it supposed to reboot? I might be open to trying on mine.
tylerlawhon said:
What is it supposed to do? Is it supposed to reboot? I might be open to trying on mine.
Click to expand...
Click to collapse
No it's supposed to remount the system as writable because I need to be able to push su into /system/xbin but when I try to it gives me the error system READ only which means I cannot write to it. And if I were you be prepared to lose everything and factory reset in the end otherwise it's not going to hold no WiFi passwords or nothing every time I reboot I need to rein put all the WiFi crap and it's getting annoying.
MrMike2182 said:
No it's supposed to remount the system as writable because I need to be able to push su into /system/xbin but when I try to it gives me the error system READ only which means I cannot write to it. And if I were you be prepared to lose everything and factory reset in the end otherwise it's not going to hold no WiFi passwords or nothing every time I reboot I need to rein put all the WiFi crap and it's getting annoying.
Click to expand...
Click to collapse
I'm pretty much where you are at. I don't think DM-Verify is turned off in the kernel but it is a eng one. If you get tired of it just flash the boot.img below and you will be back to normal. It says PI1 but it should work fine if you are on MM. I flashed it on PL4 no problem.
View attachment 4004361
Misterxtc said:
I'm pretty much where you are at. I don't think DM-Verify is turned off in the kernel but it is a eng one. If you get tired of it just flash the boot.img below and you will be back to normal. It says PI1 but it should work fine if you are on MM. I flashed it on PL4 no problem.
View attachment 4004361
Click to expand...
Click to collapse
Yeah I already flashed back but apparently I'm going to have to factory reset again anyway because after flashing the original kernel it still won't keep my WiFi passwords saved and I have to keep redoing it.
---------- Post added at 12:35 PM ---------- Previous post was at 12:26 PM ----------
I'm curious as to why the file system would deny me to mv su from my sdcard into /system/xbin when I'm ROOT... But if I so much as try to mount it as re writable it freaks out and freezes. But I can adb shell mount -o rw,remount / and adb shell mount rw,remount rootfs / with no issue but just that /system absolutely will not.
MrMike2182 said:
Yeah I already flashed back but apparently I'm going to have to factory reset again anyway because after flashing the original kernel it still won't keep my WiFi passwords saved and I have to keep redoing it.
---------- Post added at 12:35 PM ---------- Previous post was at 12:26 PM ----------
I'm curious as to why the file system would deny me to mv su from my sdcard into /system/xbin when I'm ROOT... But if I so much as try to mount it as re writable it freaks out and freezes. But I can adb shell mount -o rw,remount / and adb shell mount rw,remount rootfs / with no issue but just that /system absolutely will not.
Click to expand...
Click to collapse
I feel like it's infuriating because root is right there but just out of reach. I've been using my m8 because I have root and my screen is peeling on my note, so if someone wants to shoot me some instructions, I can see what I get.
tylerlawhon said:
I feel like it's infuriating because root is right there but just out of reach. I've been using my m8 because I have root and my screen is peeling on my note, so if someone wants to shoot me some instructions, I can see what I get.
Click to expand...
Click to collapse
I really don't think you should try right now considering that both myself and @Misterxtc know what we're doing already and there really isn't much point in trying to give instructions out just to end up in the same exact situation we are.
And by the way, there is root. It's just in the console that's it!
By the way you can adb pull the /efs/carrier/HiddenMenu from the phone to your computer and change it and then push it back and then viola secret codes in the phone dialer work such as *#0*# and many others! If you do change it reboot before it'll take effect. Also it will remain this way even with doing a factory reset.
Misterxtc said:
I'm pretty much where you are at. I don't think DM-Verify is turned off in the kernel but it is a eng one. If you get tired of it just flash the boot.img below and you will be back to normal. It says PI1 but it should work fine if you are on MM. I flashed it on PL4 no problem.
View attachment 4004361
Click to expand...
Click to collapse
I tried doing adb shell mount -o rw,remount /system /system and I get permission denied as root.. wth?

Categories

Resources