Please help i have an strange problem:(

eggyenergy

Senior Member
Jan 6, 2011
445
165
0
naaldwijk
I have an problem, i cant delete anything or download anything anymore via my phone, i can install roms that are inside, but i tried 3 roms and i keep having the problem, yesterday i i changed to TWRP recovery, could this be an problem? Any help is very apriciated, also cant put anything on the phone when mounted to pc:(

Sent from my Galaxy Nexus using xda premium


Sent from my Galaxy Nexus using xda premium
 

beekay201

Senior Member
Nov 8, 2010
5,227
1,221
0
I have an problem, i cant delete anything or download anything anymore via my phone, i can install roms that are inside, but i tried 3 roms and i keep having the problem, yesterday i i changed to TWRP recovery, could this be an problem? Any help is very apriciated, also cant put anything on the phone when mounted to pc:(

Sent from my Galaxy Nexus using xda premium


Sent from my Galaxy Nexus using xda premium
Fix permissions?

Use fastboot to reflash cwm, if you want.
 

eggyenergy

Senior Member
Jan 6, 2011
445
165
0
naaldwijk
Fix permissions?

Use fastboot to reflash cwm, if you want.
I tried fixing permission and i will try fastboot flash recovery tonight thanks;) but i also seem to have 2 storage places:s sdcard0 and storage, with the same inside it, maybe this is preventing downloading and such? I tried to delete sdcard0, but one second later its back:(

Sent from my Galaxy Nexus using xda premium
 

eggyenergy

Senior Member
Jan 6, 2011
445
165
0
naaldwijk
I saw that the permissions of storage and sdcard0 are different, i set them the same in root explorer and rebooted and they changed back, nothing helps:( hope flashing CWM Recovery will help:(

Sent from my Galaxy Nexus using xda premium
 

beekay201

Senior Member
Nov 8, 2010
5,227
1,221
0
Yes, permissions will come back, they're set on init.rc.

https://www.codeaurora.org/gitweb/q...70ab1d0b88e4170504d645b5c685468dd8abb17;hb=jb

1 import init.tuna.usb.rc
2
3 on early-init
4 export EXTERNAL_STORAGE /storage/sdcard0
5 mkdir /storage 0050 system sdcard_r
6 mkdir /storage/sdcard0 0000 system system
7 # for backwards compatibility
8 symlink /storage/sdcard0 /sdcard
9 symlink /storage/sdcard0 /mnt/sdcard
As you can see, /sdcard/ and /mnt/sdcard are symlinks of /storage/sdcard0.
 

beekay201

Senior Member
Nov 8, 2010
5,227
1,221
0
So you have any idea what is my problem?

Sent from my Galaxy Nexus using xda premium
which twrp version are you using? i used cwm 6.x after getting issues on flashing JRO03C; didn't have issues accessing my device through adb. A user over @TWRP thread suggested updating to 2.2.x.
have you tried fully wiping the device with fastboot? including userdata? then reflashing cwm, booting to recovery directly from bootloader, push rom over with adb, and reflashing rom?
 

eggyenergy

Senior Member
Jan 6, 2011
445
165
0
naaldwijk
which twrp version are you using? i used cwm 6.x after getting issues on flashing JRO03C; didn't have issues accessing my device through adb. A user over @TWRP thread suggested updating to 2.2.x.
have you tried fully wiping the device with fastboot? including userdata? then reflashing cwm, booting to recovery directly from bootloader, push rom over with adb, and reflashing rom?
Im on twrp 2.2.0 i believe, can you explain me how in an PM mate?

Sent from my Galaxy Nexus using xda premium