Ok, so this morning, I flashed the stock FB21 Rom to update profile/prl. used mobile Odin to reflash SH's recovery/Kernel. I flashed CM9 3.1 but forgot to flash gapps zip (dummy). So I'm stuck without a custom recovery. I could get mobile odin again and reflash, but alas, I can't log into my google account because I didn't flash the apps.
I got ES filemanager and tried to install the gmail.apk into the /system/apps folder but google doesn't show up as an account option and gmail won't load. I'm at work so I can't load windows odin. Any ideas?
try pushing the apps through root explorer after downloading them or just flashback and do it all over again
Thanks for the response. I was able to push the gmail apk and used es file manager to move it the /system/apps ( i think thats where it should go). What I think I need is the GoogleServicesFramework.apk installed to get google as a user account.
pandamaja said:
Thanks for the response. I was able to push the gmail apk and used es file manager to move it the /system/apps ( i think thats where it should go). What I think I need is the GoogleServicesFramework.apk installed to get google as a user account.
Click to expand...
Click to collapse
Just push all the gapps over if you know how. Its no different than flashing them or just odin a recovery
Ok, got it. I pulled the zip, upzipped it on my computer, pushed the GoogleServicesFramework.apk, GoogleLoginService.apk and Vending.apk back to the phone and moved them into the \system\app folder. Rebooted and was able to log into my google account and access the market. Now to get mobile odin and recovery back. Gracias!
Is Mobile Odin Working to flash stock ROM?
Related
out of no where one day, i went to use my browser and i got process com.android.browser. any time i try to use browser now i get that and i have tried everything. i really DONT want to do a factory reset, or root. is there anyway someone can send me the stock browser.apk? do you think that will work?
??????????
Out of nowhere Something had to have happened to cause that, or your phone has a serious issue - browser is a system app(?) and since we don't have rw access on the slide there's no way it could have deleted it especially while it's booted and definitely wouldn't if you're not rooted also.
Do a full reboot, power it off and power it back on, it should be ok. If that doesn't work, think back to the past few days prior to this, what have you done or installed?
Yet another example of why you should be rooted - nandroid
its been like this for a month its been restarted many a time =/ the last thing i was doing on it was watching youtube videos on the browser but using the streaming video player rather than the utube app i was listening to white noise music to fall asleep. then when i woke up thats when it stopped working
Well I'm not sure if it's possible (or allowed) but I'll try to pull the browser.apk off my phone and post it on here for you. Hopefully it's not odex(ed), if it is that creates an issue for a non rooted phone.
MODS: If I'm not allowed to post it then just delete it once it's up or let me know before I do.
OK, here's the browser file. Just load it to your sdcard and use a file explorer to install it or an apk installer. I would reboot after you do it, hopefully it will work but it's a shot in the dark since I doubt it will install in the normal ./system/app/ directory. If it even installs, it will probably go to the ./system/data/ directory (just in case you ever need to find it or remove it).
BTW, this is the browser from froyo/Team Fenix 2.0, might not work if there's any difference in the browser. If not, go to this thread download the file, unzip it, and look for 'system' > 'app' and then find the browser.apk. Put it on your sdcard and install it.
KCRic said:
OK, here's the browser file. Just load it to your sdcard and use a file explorer to install it or an apk installer. I would reboot after you do it, hopefully it will work but it's a shot in the dark since I doubt it will install in the normal ./system/app/ directory. If it even installs, it will probably go to the ./system/data/ directory (just in case you ever need to find it or remove it).
BTW, this is the browser from froyo/Team Fenix 2.0, might not work if there's any difference in the browser. If not, go to this thread[/URL] download the file, unzip it, and look for 'system' > 'app' and then find the browser.apk. Put it on your sdcard and install it.
Click to expand...
Click to collapse
ok first way didnt work. second way i unzip the file and its .img files what do i use to open those?
Wow, I just realized that I posted the link for a stock nandroid backup - not at all what you need. I'll post the link to slidemeroot, it's a stock rom (not nandroid backup) and I'll upload the broswer from that in this post.
The browser on the stock rom is odex'ed, there may not be a way to install it without rooting but give it a shot. If all else fails and you don't want to root you'll just have to install a different browser from the market like dolphin or opera.
OK, uploaded the borwser.odex file (unzip it after you download it). Here are the commands to [hopefully] get it to work that you need to run through command prompt. You should just be able to copy and paste the adb commands one at a time. You'll have to get adb to catch your phone in recovery mode in order to do this since you'll be writing to the system so be prepared for a headache since your doing this without rooting and flashing an eng build, but if it works you'll be happy you did it
Code:
adb remount
adb push browser.apk /system/app/browser.apk
adb push browser.odex /system/app/browser.odex
You'll need to make sure the files are in your android sdk tools directory and you 'cd' to it. If you have no idea what I'm talking about check the slide rom bible thread and look at one of the links about rooting - you'll understand
That won't work. You can't have the same app installed in both /system and /data.
Sent from my T-Mobile myTouch 3G Slide using XDA App
migueltherocker said:
That won't work. You can't have the same app installed in both /system and /data.
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
So he would have to get in to recovery and delete the original browser apk from /system/app then re-install it and the odex file? The browser should be in the sysyem/app directory from the factory right? The /data/ dir. is for custom installed apps.
The easier way would be to uninstall the browser apk and odex file from /system/ and just install the first browser apk I posted which will install to the /data/ dir.
Can that even be done through adb without root? Or is the a way to 'sudo' with android like you do with ubuntu?
Is there a stock rom that will allow me to install apks? I am on sprint and unlocked/rooted. But when I flash a zip in recovery for mms apps or clock apps it just force closes.
I am guessing that you are asking about side-loading apps... ie. putting the apk on the phone, and then installing?
If so, you can do that on any ROM. You can do it on the stock Android install. All you need to do is move it onto the phone, and then navigate to it via a file explorer and open it. You will need to ensure "Unknown sources" is checked under "Settings">"Security".
Ruxin said:
I am guessing that you are asking about side-loading apps... ie. putting the apk on the phone, and then installing?
If so, you can do that on any ROM. You can do it on the stock Android install. All you need to do is move it onto the phone, and then navigate to it via a file explorer and open it. You will need to ensure "Unknown sources" is checked under "Settings">"Security".
Click to expand...
Click to collapse
I am talking about the zip files you flash from recovery. Everyone I flash will force close.
/b/laZ1n said:
I am talking about the zip files you flash from recovery. Everyone I flash will force close.
Click to expand...
Click to collapse
Try going to settings/apps and clearing the data on those apps then reopen them. If that fails as well, perhaps you could unzip them and just install the apk.
Sent from my Galaxy Nexus using Tapatalk 2
Hello great community. I have a yakju version of Galaxy Nexus and my case goes like this :
First
Unlocked
Unrooted
Running ICS 4.0.4 ( build IMM76I , XXLA2 radio ) stock
Meanwhile
Installing Nexus Root Toolkit v1.5
BackUp Files, Contacts, SMS etc
Unlock and Root
BackUp with ROM Manager ClockworkMod
Install stock ICS 4.1.1 Jelly Bean ( f946a4120eb1.signed-yakju-JRO03C-from-IMM76I.f946a412.zip )
Then
Running ICS 4.1.1 but with these problems :
1. When i go to set a ringtone it open my file browser (ES File Explorer) to select a file (!) and not the common ringtone list. Like there's no ringtones in phone.
2. I restored contacts successfully but there aren't sorted in groups as i had it. (Friends, Family etc)
3. I cannot delete some folders and files in my sdcard (like my rom backup - i have stored this in my pc btw)
4. I cannot root again using SuperSU (failed)
Any help about any of above would appreciate it. Thank you
ps It's my first time i'm doing all these stuff
jzerocs said:
Hello great community. I have a yakju version of Galaxy Nexus and my case goes like this :
First
Unlocked
Unrooted
Running ICS 4.0.4 ( build IMM76I , XXLA2 radio ) stock
Meanwhile
Installing Nexus Root Toolkit v1.5
BackUp Files, Contacts, SMS etc
Unlock and Root
BackUp with ROM Manager ClockworkMod
Install stock ICS 4.1.1 Jelly Bean ( f946a4120eb1.signed-yakju-JRO03C-from-IMM76I.f946a412.zip )
Then
Running ICS 4.1.1 but with these problems :
1. When i go to set a ringtone it open my file browser (ES File Explorer) to select a file (!) and not the common ringtone list. Like there's no ringtones in phone.
2. I restored contacts successfully but there aren't sorted in groups as i had it. (Friends, Family etc)
3. I cannot delete some folders and files in my sdcard (like my rom backup - i have stored this in my pc btw)
4. I cannot root again using SuperSU (failed)
Any help about any of above would appreciate it. Thank you
ps It's my first time i'm doing all these stuff
Click to expand...
Click to collapse
1. The ES File Explorer is set as the default application that is opened when you want to select a ringtone.
Go to Settings, Apps, ES File Explorer, then press clear defaults. It should now ask you which application you want to use to select a ringtone.
2. You will have to do this again manually, unless you have your contacts on google or another service.
3. I'm not sure about this. Try deleting them by connecting to a PC.
4. You need to use a new version of SuperSU, I've attached it in this post.
Enjoy Jelly Bean!
kslotay said:
1. The ES File Explorer is set as the default application that is opened when you want to select a ringtone.
Go to Settings, Apps, ES File Explorer, then press clear defaults. It should now ask you which application you want to use to select a ringtone.
2. You will have to do this again manually, unless you have your contacts on google or another service.
3. I'm not sure about this. Try deleting them by connecting to a PC.
4. You need to use a new version of SuperSU, I've attached it in this post.
Enjoy Jelly Bean!
Click to expand...
Click to collapse
Thank you very much! I have another question about the attached app. It's a zip file which contains META Information and binaries in a System folder. So i have to place the binaries at the right place in my phone (obviously at /system/xbin , /system/app ) right? And the META folder goes where?
jzerocs said:
Thank you very much! I have another question about the attached app. It's a zip file which contains META Information and binaries in a System folder. So i have to place the binaries at the right place in my phone (obviously at /system/xbin , /system/app ) right? And the META folder goes where?
Click to expand...
Click to collapse
No do not extract the Zip file!
If you have ClockWordMod installed simply boot into it and use install zip file command from it, and locate the zipped file (on your phone memory).
If you do not have CWM, use fastboot to boot into CWM (you can find that information on some other threads), and install the zip file from there.
Follow these steps: (except with the above zip file)
http://forum.xda-developers.com/showpost.php?p=26328017&postcount=123
You have to copy over the zip file to your phone first, then boot into CWM, and install the zip file.
kslotay said:
No do not extract the Zip file!
If you have ClockWordMod installed simply boot into it and use install zip file command from it, and locate the zipped file (on your phone memory).
If you do not have CWM, use fastboot to boot into CWM (you can find that information on some other threads), and install the zip file from there.
Follow these steps: (except with the above zip file)
http://forum.xda-developers.com/showpost.php?p=26328017&postcount=123
You have to copy over the zip file to your phone first, then boot into CWM, and install the zip file.
Click to expand...
Click to collapse
All Good! But i noticed another "problem" now.. in my Gallery i have a folder named "imageDownloader" who contains 700+ photos. I delete them all and after reboot it exists again. What is that anyway?
update: The images belongs to a folder named "07-11-2012_21-01" , it seems to be cached data of the app "Thumb". This folder is created by the backup, is located in sdcard and i can't delete it, even through my pc.. i don't know why :/
Unable to connect to Wireless N-only or 5GGz networks after update
I've been unable to connect to my home network on either band in the 'N' mode since updating to Jelly Bean. I have no problems seeing both networks and it says they're "saved", but when I click connect, it doesn't proceed to "authenticating" or obtaining an IP address.
I've tried several Custom ROMs with the same result, and I've never had this problem with any ICS versions and can regain connectivity by rolling back the update.
I've tried low-level troubleshooting (no network encryption, MAC reservation, multiple reboots, etc.) with no luck. I'm currently forced in a mixed N/G mode on 2.4 GHz to use my Wi-Fi.
There have been occasional reports of this over the last year or so on various platforms, but I'm wondering if there's any software/files, etc. that can be tweaked or looked at to see where this issue is manifested.
I cannot delete some files located in my /sdcard. I tried through "Root Browser" , through my PC... nothing worked :/ Any help please?
jzerocs said:
Hello great community. I have a yakju version of Galaxy Nexus and my case goes like this :
First
Unlocked
Unrooted
Running ICS 4.0.4 ( build IMM76I , XXLA2 radio ) stock
Meanwhile
Installing Nexus Root Toolkit v1.5
BackUp Files, Contacts, SMS etc
Unlock and Root
BackUp with ROM Manager ClockworkMod
Install stock ICS 4.1.1 Jelly Bean ( f946a4120eb1.signed-yakju-JRO03C-from-IMM76I.f946a412.zip )
Then
Running ICS 4.1.1 but with these problems :
1. When i go to set a ringtone it open my file browser (ES File Explorer) to select a file (!) and not the common ringtone list. Like there's no ringtones in phone.
2. I restored contacts successfully but there aren't sorted in groups as i had it. (Friends, Family etc)
3. I cannot delete some folders and files in my sdcard (like my rom backup - i have stored this in my pc btw)
4. I cannot root again using SuperSU (failed)
Any help about any of above would appreciate it. Thank you
ps It's my first time i'm doing all these stuff
Click to expand...
Click to collapse
SD card ??
I'm having the same problem of being unable to delete some files off the internal sdcard. Anyone figure out a solution yet?
Sent from my Galaxy Nexus using Tapatalk 2
Hi,
I have a galaxy s2 from sprint...I rooted it last month with the latest ver of ICS at that time. (Fh13 i think)
anyway, 3 days, my phone downloaded the OTA update for ICS and it EVEY 2 MINUTES, there is a pop up asking me to install or install later.
I have done the following:
1. downloaded fotakill.apk and copied it to my sd download folder and instlaled/ran...did nothing. ( i cannot copy this file to /system/apps - error: "read only" )
2. tried to disable fotaupate.apk / fwupgrade from applications/all from andriod settings menu... this did not work.
there is no fotaupdate.apk app and no fwupgrade.
So, can anyone help me get rid of this stupid pop up msg ??
mrkool44 said:
Hi,
I have a galaxy s2 from sprint...I rooted it last month with the latest ver of ICS at that time. (FF18 i think)
anyway, 3 days, my phone downloaded the OTA update for ICS and it EVEY 2 MINUTES, there is a pop up asking me to install or install later.
I have done the following:
1. downloaded fotakill.apk and copied it to my sd download folder and instlaled/ran...did nothing. ( i cannot copy this file to /system/apps - error: "read only" )
2. tried to disable fotaupate.apk / fwupgrade from applications/all from andriod settings menu... this did not work.
there is no fotaupdate.apk app and no fwupgrade.
So, can anyone help me get rid of this stupid pop up msg ??
Click to expand...
Click to collapse
I am assuming that you also tried the zip file in the thread about how to disable OTA updates? I created one of the zips that worked flawlessly and it has been updated and I have also used that zip without issue.... Just search Google or this section and yee shall find
Edit: Also you would need root explorer or es file explorer to gain r/w access to your system/app folder to transfer and set permissions.... All this information is out there for you. I understand you may be new but please understand its good to actually read up on your phone before you root it and potentially destroy because you of lack of knowledge.
Sorry man no disrespect just know this is a tricky phone to mess with and you should be careful
ok..i have gave es file explorer root access and i was able to move fotakill.apk to root/system/app and install frm there. i also renamed the .zip file to .zip.bak. i also deleted the ota update file from /cache
also i deleted sprint installer using titanium backup
and deleted systemupdate app
after all this...still.. im getting ota update notification
Go to recovery and wipe cache. Its still in there which is why its still giving you the prompt
sent from MY BAD A$$ ET4G
patrao_n said:
Go to recovery and wipe cache. Its still in there which is why its still giving you the prompt
sent from MY BAD A$$ ET4G
Click to expand...
Click to collapse
went into recovery and wiped cache partition
thanks, that worked....no more OTA update notifications!
I made a rom with bloat removed and some of my useful app into /system/app, after flashing the zip phone boots to OS but
i dont see my apps installed into system, also the airplane mode toggle is also missing from power menu.
I trying to flash stock GB rom.
when i look into system/app using root explorer i can see my apps there with proper permission but they are not installed
What can be the problem?
Are the APK files well-signed ?
Try to install them manually directly from the /system/app folder.
Hope I helped.
Cheers.
xdlol123321 said:
Are the APK files well-signed ?
Try to install them manually directly from the /system/app folder.
Hope I helped.
Cheers.
Click to expand...
Click to collapse
I figured it out my self, those .apk files were having space in their name and so they didnt install in /system/app.
Great !