Please help i have an strange problem:( - Samsung Galaxy Nexus

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

eggyenergy said:
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
Click to expand...
Click to collapse
Fix permissions?
Use fastboot to reflash cwm, if you want.

try using http://www.wugfresh.com/

bk201doesntexist said:
Fix permissions?
Use fastboot to reflash cwm, if you want.
Click to expand...
Click to collapse
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

benb1974 said:
try using http://www.wugfresh.com/
Click to expand...
Click to collapse
Can you explain me what i need brother? I really apriciate it
Sent from my Galaxy Nexus using xda premium

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

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
Click to expand...
Click to collapse
As you can see, /sdcard/ and /mnt/sdcard are symlinks of /storage/sdcard0.

bk201doesntexist said:
Yes, permissions will come back, they're set on init.rc.
https://www.codeaurora.org/gitweb/q...70ab1d0b88e4170504d645b5c685468dd8abb17;hb=jb
As you can see, /sdcard/ and /mnt/sdcard are symlinks of /storage/sdcard0.
Click to expand...
Click to collapse
So you have any idea what is my problem?
Sent from my Galaxy Nexus using xda premium

eggyenergy said:
So you have any idea what is my problem?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
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?

bk201doesntexist said:
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?
Click to expand...
Click to collapse
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

I havr some knowledge of fastboot and have everything pre installed on my laptop btw
Sent from my Galaxy Nexus using xda premium

Can i do wipe internal memory in TWRP? Or doesnt this work for my problem?
Sent from my Galaxy Nexus using xda premium

Or format data? Any idea somebody i really could use some help
Sent from my Galaxy Nexus using xda premium

Related

How do I transfer a rom to my GNEX from CWM? [urgent]

I wiped the sd card like a retard... and now don't have a rom to flash.
What do?
I can't find how to mount the sd card.
You have to adb push the Rom to your phone. Hopefully you have the android sdk installed, a quick Google search will provide you with instructions on how to push the file
Sent from my Galaxy Nexus using xda premium
florelui001p said:
You have to adb push the Rom to your phone. Hopefully you have the android sdk installed, a quick Google search will provide you with instructions on how to push the file
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
You can adb from recovery?
You can also use fastboot to recover yourself
Sent from my Galaxy Nexus using xda app-developers app
asb123 said:
You can adb from recovery?
You can also use fastboot to recover yourself
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Yup! It has saved me multiple times!
To OP this might be useful http://rootzwiki.com/topic/20166-adb-while-in-recovery-mode/
Sent from my Galaxy Nexus using xda premium
It looks like you can use the GNex Toolkit to flash stock rom from fastboot mode (option 9).
netbuzz said:
It looks like you can use the GNex Toolkit to flash stock rom from fastboot mode (option 9).
Click to expand...
Click to collapse
Are you getting payed or something man?
Why are you suggesting a toolkit, which will then use fastboot, to reflash a whole rom, a stock rom at that, when he has access to a custom recovery, thus he can get himself out of this mess and learn a thing or two about adb (adb can do more than just a simple copy operation).
Sent from my i9250
iArtisan said:
I wiped the sd card like a retard... and now don't have a rom to flash.
What do?
I can't find how to mount the sd card.
Click to expand...
Click to collapse
I flashed the stock back using odin.
Sent from my Galaxy Nexus using xda premium
Adb sucks tool kits tool kits tool kits. I've grown sick of ADB. Just personal preference.
Sent from my Galaxy Nexus using xda premium

Apps can't access the internal storage!

A few days ago I rooted my GNexus, now apps can't access the internal storage. I can't take pictures, and I can't download from the internets. I've tried AOKP and ParanoidAndroid.
Sent from my Galaxy Nexus using xda app-developers app.
fix permissions
danger-rat said:
fix permissions
Click to expand...
Click to collapse
+1 on fixing permission
You can do that by installing ROM manager then scroll down and click on fix permission
Sent from my Galaxy Nexus using xda app-developers app
I've tried fixing permissions twice, first by using CWM Touch, and then with ROM Manager.
Nothing works.
Sent from my Galaxy Nexus using xda app-developers app
Volun said:
I've tried fixing permissions twice, first by using CWM Touch, and then with ROM Manager.
Nothing works.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
huh that's odd... I had similar problem, but fixing permission fixed it...
Sent from my Galaxy Nexus using xda app-developers app
Go to "devloper options"...
Sent from my Galaxy Nexus using xda premium
walidhiphop said:
Go to "devloper options"...
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
And then, what should I do from there?
You probably need to chown the problematic folders then...
danger-rat said:
You probably need to chown the problematic folders then...
Click to expand...
Click to collapse
What?
It's a Linux command.
It changes the ownership of files and folders.
If you have any other directories/files that you can't modify or delete, then boot into CWM recovery, plug in the USB cable, go into adb shell. Also make sure that /data is mounted in the CWM mounts menu. Then:
cd /data/media
chown -R media_rw.media_rw *
Volun said:
And then, what should I do from there?
Click to expand...
Click to collapse
Is the option 'protect USB storage' ticked?
Petrovski80 said:
Is the option 'protect USB storage' ticked?
Click to expand...
Click to collapse
No.
Then it must be a permission / owner issue.
Sent from my Galaxy Nexus using Tapatalk 2

Sdcard lost all data

I flashed a 4.2 ROM, with updated recovery and i still lost all data. I know it's still there but my phone moved it somewhere. I remember seeing something about it, help me out?
Sent from my Galaxy Nexus using xda app-developers app
Wrong section bro
And about your data
It must be in data/media/0
But I'm not sure
Mod please lock this thread
Sent from my Galaxy Nexus using xda premium
seriousia said:
Wrong section bro
Mod please lock this thread
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Yeah just realized that. Sorry.
Sent from my Galaxy Nexus using xda app-developers app
That happened because you didn't upgrade your recovery before wiping & stuff.
seriousia said:
Wrong section bro
And about your data
It must be in data/media/0
But I'm not sure
Mod please lock this thread
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
You were right. Idk how to fix this though.
Sent from my Galaxy Nexus using xda app-developers app
m0fizor said:
That happened because you didn't upgrade your recovery before wiping & stuff.
Click to expand...
Click to collapse
I did. I used the newest cwm touch. Is there a fix?
Sent from my Galaxy Nexus using xda app-developers app
collinjm01 said:
I did. I used the newest cwm touch. Is there a fix?
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Cwm touch recovery?? I think recommended is twrp recovery .thats what i did and everything is fine .
yeah flash twrp cwm seems to be giving ppl issues..
Just in case: my internal memory SDcard data recovery post: http://forum.xda-developers.com/showthread.php?p=34185439
Sent from my Galaxy Nexus
Lemme explain what happened. I
backed up my ROM in ROM manager.
So I installed newest cwr touch, placed the files on the SD card like always, I booted into recovery, factory reset data/cache...etc. I went to " install from zip" it's empty. I went to back ups, nothing. Do I was stuck in recovery. Put phone into bootloader (Im drawing a blank on what it's called), installed newest TWRP, booted into recovery. It found the zip, installed it and all was good. But now I wanna go back to my previous ROM to do titanium backup. I bought a jetpack joyride perk and when I installed it on the new ROM its saying I have to buy it. Do I was gonna restore data on it. Problem is, cwr won't recognize my backups.
Thanks in advance.
Sent from my Galaxy Nexus using xda app-developers app
I don't want to sound like a jerk when I say this... But if something is at least somewhat important to you, it would probably be a good idea to back it up on your computer or whatever. It'd better safe than sorry, plus it's really easy to backup the entire SD with:
$adb pull /sdcard /backup-folder-on-computer
^ Linux command, windows will have a different path
Sent from my Galaxy Nexus using Tapatalk 2
I avoid cmd and Linux command if possible. And it's not gone, it's just placed somewhere else. A Nandroid is all I need usually.
Sent from my Galaxy Nexus using xda app-developers app

An enormous mess

Hello everybody, i'm here since a bit of time and i've always found every solution to my problems. Now i've made a very big mess. So.. i used to have aokp rom, and clockworkmod recovery. Then while trying to update, i tried TWRP 2.3.3.0 touch recovery. So i made a backup from the recovery and everything and then a full wipe.. the problem is that this recovery doesn't show me the SD card partition, and the backup i made was saved in /data, which was formatted with the wipe.. now i'm trying everything.. GNexus Toolkit, Odin.. but i can't get out of here.. any ideas on how to get back to Clockworkmod?
Edit: it gets in bootloader, recovery and download mode but there's no way my pc sees it, neither with the GNex toolkit nor with Odin
Did u try /data/media/ ?
Sent from my Galaxy Nexus using Tapatalk 2
LiquidXed said:
Did u try /data/media/ ?
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
yes.. but after a wipe that folder is now empty.
Edit: if i turn it on, the GNex toolkit, while trying to install ClockworkMod reeboots it in fastboot and then it says waiting for device.. why is that??
Flash clockwork recovery using fastboot.
blazed04 said:
Flash clockwork recovery using fastboot.
Click to expand...
Click to collapse
When it gets in fastboot, GNextoolkit can't find any device.
mikla90 said:
yes.. but after a wipe that folder is now empty.
Edit: if i turn it on, the GNex toolkit, while trying to install ClockworkMod reeboots it in fastboot and then it says waiting for device.. why is that??
Click to expand...
Click to collapse
1) put on your big boy pants and stop using a toolkit
2) its failing cause the drivers are not installed correctly.
mikla90 said:
the problem is that this recovery doesn't show me the SD card partition, and the backup i made was saved in /data, which was formatted with the wipe..
Click to expand...
Click to collapse
Strange my backups are saved on sdcard
Sent from my Transformer Pad TF300T using Tapatalk HD
Lord Yurij said:
Strange my backups are saved on sdcard
Sent from my Transformer Pad TF300T using Tapatalk HD
Click to expand...
Click to collapse
/sdcard is /data/media
Sent from my ARCHOS 80G9 using Tapatalk HD
Quinny899 said:
/sdcard is /data/media
Sent from my ARCHOS 80G9 using Tapatalk HD
Click to expand...
Click to collapse
Now with adb if the phone is ON i can communicate. I'm trying to put a ROM inside data/media and I can put it, but then it's not showing up in the recovery..?
mikla90 said:
Now with adb if the phone is ON i can communicate. I'm trying to put a ROM inside data/media and I can put it, but then it's not showing up in the recovery..?
Click to expand...
Click to collapse
Only backups are saved there. You have to put it in storage/emulated/0
Sent from my Galaxy Nexus using xda app-developers app
VonEsch said:
Only backups are saved there. You have to put it in storage/emulated/0
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Eventually, I did it!! Thanks to the naked drivers GNex Toolkit worked, so i made everything from there.. The only thing is i've lost everything.. any program to take it back?
VonEsch said:
Only backups are saved there. You have to put it in storage/emulated/0
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
/data/media IS /storage/emulated/0
They're linked on boot
Sent from my ARCHOS 80G9 using Tapatalk HD
http://forum.xda-developers.com/showthread.php?p=34185439
Haven't really tryed it.. But if u want ur [email protected]*! Back then read..
Sent from my Galaxy Nexus using Tapatalk 2

system not mounted

hello folks I'm on stock rooted. wanted to delete some system apps, I got the system app remover installed on my tablet but the problem is it shows my system is not mounted unable to delete system apps. any idea why? take a look at the screen shot, on the status it shows root yes busybox yes but system not mounted
Sent from my Nexus 7 using xda premium
anyone?
Sent from my GT-I9505 using xda premium
I think the app is confused. Root is installed in /system, so if it found root, then /system is mounted. Lots of things wouldn't work if /system isn't mounted
sfhub said:
I think the app is confused. Root is installed in /system, so if it found root, then /system is mounted. Lots of things wouldn't work if /system isn't mounted
Click to expand...
Click to collapse
yes im having problem with adaway too it build the host file then fail to write them or replace because system isn't mounted
Sent from my GT-I9505 using xda premium
I ran into a similar problem when trying to root where recovery said system wasn't mounted. Fixed by stock restore and starting over
Sent from my Nexus 7 using Tapatalk 4
mixalot2008 said:
I ran into a similar problem when trying to root where recovery said system wasn't mounted. Fixed by stock restore and starting over
Sent from my Nexus 7 using Tapatalk 4
Click to expand...
Click to collapse
how did you do stock restore?
Sent from my GT-I9505 using xda premium
Flash stock recovery and do a system restore from there. Will bring it back to stock. Then use a kit to root and install recovery. Works lots better
Sent from my Nexus 7 using Tapatalk 4

Categories

Resources