[Q] Deleted apk - Xperia Z2 Q&A, Help & Troubleshooting

Hi,
I've accidentally deleted app shown bellow.
What is the app used for? Will it cause any trouble?
-rw-r--r-- root root 49706 1970-02-15 13:55 SemcTelephonyProvider.apk
-rw-r--r-- root root 193440 1970-02-15 13:57 SemcTelephonyProvider.odex
My FW is 17.1.1.A.0.402.
Edit: it caused problems with GSM. I've managed to restore it. This can be closed/deleted. Thanks

Related

root explorer problem on x10 mini pro

yesterday i installed [ROM]MiniCM7 Pro - V6 Final (GingerBread 2.3.5)..thanks to paul-xxx for his great job ...but i cant open the root explorer... it installs successfully , but while opening it creates a error .... and also paul-xxx plzzz upload the stock theme & timescape... for u r rom
thanks in advance
try reinstalling or get a new apk. it may help
Reinstalled root explorer v2.7 but its not working
karthiksitian said:
Reinstalled root explorer v2.7 but its not working
Click to expand...
Click to collapse
check superuser if u have permitted root explorer's root access!
i had a similar problem in the end i had to use pc companion to do a hard reset/system update and start again rerooting my phone superoneclick)and reinstalling ....last resort! i couldnt find a way round, fine now on froyobread.
1 - uninstall root explorer
2 - unroot(using superoneclick)
3 - restart
4 - root again(using superoneclick)
5 - restart
6 - install root explorer or via (ADB(optional))
7 - try to run root explorer (if superuser ask for permission just hit the allow button.)
(if does not work try to reflash your phone)
Is that for the 'free' root ex app?
Sent from my U20i using XDA App
lestercute08 said:
1 - uninstall root explorer
2 - unroot(using superoneclick)
3 - restart
4 - root again(using superoneclick)
5 - restart
6 - install root explorer or via (ADB(optional))
7 - try to run root explorer (if superuser ask for permission just hit the allow button.)
(if does not work try to reflash your phone)
Click to expand...
Click to collapse
Please remove this, it is a paid app, thus you post a warez.. If you want to share use other alternatives
Send from my MiniCM7 Pro v6 using Tapatalk
there are different versions of the root explorer...the original is v1.6 and runs perfectly on gingerbread. there is another version (v2.7!?) which doesnt work...
same problem. :/

[ROM][STOCK+ROOT+KERNEL] Samsung Galaxy Player 4.2 International (YP-GI1CW/XEF)

Flashing is never 100% safe, use at your own risk.
Backup before flashing!
Make sure your battery is charged!
For US version (YP-GI1CB) use the ROMs from alice90's thread​
You might want to use sha1sum or md5sums to check download integrity, and 7zip to unpack archives.
Archive password is: xda-devs
These ROMs can be flashed using Odin3. If you want to use Heimdall (v1.3.2 reported not working with SGP4.2, use v1.3.1) you will need to extract the .img files from the archives. Use stock ROMs if you want to revert back to original state.
/!\ These ROMs are for YP-GI1CW/XEF. If you have another YP-GI1CW model you need to backup your wifi files before flashing and restore them later. You can refer to Backup /system/etc/wifi or Flash kernel (not recommended) or read the procedure in the HOWTO below.
ROOTED ROM
Description: this is the stock ROM with only 1 file added, /system/bin/su which was taken from TinySU (Note: doesn't spawn any popup when giving root through Superuser.apk)
SHA1: 2e27472345a40a8bfd4cba7f13bc1846ceba2800
MD5: 73288ed29eb8c4711b34e682a39682f3
STOCK ROM
Description: stock ROM, flash this if you want to revert back to out-of-the-box state
SHA1: 70eb347c5d8c0c877e7d069d30ac54bd1673d41a
MD5: 71a9880e88e6f513b4e9665542cbeaa3
STOCK KERNEL
Description: don't flash this unless you really need it; your bootlogo will be forever replaced by SGS2 logo, and your device will be watermarked, which will void your warranty
SHA1: 1bc402d990963c973957ef71e80e1a6dede4d1ae
MD5: 5b6be70d941c31aadfdb8d4a11db2800
Greets: Rebellos alice90 Baruch6132 zaclimon Entropy512 baladev helicopter88 ChrisFR and all the people from #xda-devs that supported me
HOW TO USE​
Before anything you will have to install Samsung drivers, either with Kies from Samsung website, or using zadig (recommended)
I. Backup /system
Many different YP-GI1CW models exist with different letters at the end; I dumped these ROMs using YP-GI1CW/XEF and hence, if you have the same model but different letters at the end, you will probably not be able to use wifi after flashing. The workaround for this is to backup your original wifi files before flashing, and restore them later. If you own the very same model (YP-GI1CW/XEF) this step may be skipped, but it's safe to do it anyway:
- download & install AndroidSDK. It's a huge package with many tools, such as ADB (there's probably a light, stand-alone ADB somewhere; post if you have some info about this)
- unplug device from USB then put your device in USB debugging mode (Settings > Applications > Development > USB Debugging) then re-plug device.
- change active directory to where you installed AndroidSDK or ADB, on a windows system I would press Win+R then type cmd to open a console, and then in the console:
Code:
cd "C:\Program Files (x86)\Android\android-sdk\platform-tools"
- make sure your device is detected
Code:
adb devices
Should show your device serial number and status. If you don't see them, check if: you have the correct drivers / USB Debugging is enabled / USB cable properly connected
- backup your /system directory
Code:
mkdir sysbkup
cd sysbkup
..\adb pull /system
You will probably get some errors and that's normal, as you can't pull all files without root. Make sure the files are actually copied on your computer (with my device it's approx. 473MB).
- keep track of the original file permissions so you can restore them later
Code:
adb shell
$ ls -l /system/etc/wifi
-rw-r--r-- root root 274168 2012-03-17 10:05 firmware.bin
drwxr-xr-x root root 2012-03-17 10:05 softap
-rw-r--r-- root root 16295 2012-03-17 10:05 tiwlan.ini
-rw-r--r-- root root 16986 2012-03-17 10:05 tiwlan_cert.ini
-rw-r--r-- root root 883428 2012-03-17 10:05 tiwlan_drv.ko
-rw-r--r-- root root 16985 2012-03-17 10:05 tiwlan_plt.ini
-rw-r--r-- root root 1012 2012-03-17 10:05 wifi.conf
-rw-r--r-- root root 134 2012-03-17 10:05 wpa_supplicant.conf
$ ls -l /system/etc/wifi/softap
-rw-r--r-- root root 262356 2012-03-17 10:05 ap_firmware.bin
-rw-r--r-- root root 652 2012-03-17 10:05 hostapd.conf
-rw-r--r-- root root 954932 2012-03-17 10:05 tiap_drv.ko
-rw-r--r-- root root 22424 2012-03-17 10:05 tiwlan_ap.ini
Save what you see in some TXT file for later reference (will be needed in section III).
II. Flashing with Odin3 on Windows
1. Make sure the ROM you intend to flash was made exclusively for your device
2. Double-check (for Samsung Galaxy Player 4.2: open your device's cover, lift the battery; the model appears behind it)
3. Download & run Odin3 (tested v1.85 and v3.04 so far, both worked fine), click PDA and choose the .tar (or .tar.md5) file you want to flash (most likely, the "Rooted factoryfs" ROM).
4. Put your device in download-mode:
- unplug USB cable
- shut your device down (remove and reseat battery if its stuck somehow)
- press HOME (physical button bottom center), keep it pressed
- press VolumeDown, keep it pressed
- press Power, keep it pressed
- wait until the download-mode confirmation screen shows up
- release VolumeDown first, then the rest of buttons
- connect your PC to your device using USB cable
- press VolumeUp one to finally make your device turn into download-mode
=> this should make Odin3 react, and tell you "Added" in the bottom-left window, while adding something like <COM#> in the first box
Be careful: some user report having troubles with USB3 ports. I would recommend properly powered USB2 ports only. Avoid USB hubs, avoid USB1 and USB3.
5. Make sure to UNCHECK repartition. You can also uncheck the "F Reset Time" and "Auto reboot" but they're harmless. The only box that needs to be checked is PDA, along with the ROM file you're about to flash.
6. To flash your device, click start, the process should take less than 2 minutes.
If Odin3 stops at "Setup connection" this means the device has timed out (happened to me all the time); just retry and click "Start" faster after plugging USB
III. If Wifi doesn't work, restore wifi files saved in section I
Go to your ADB folder in console (refer to secion I), just under the directory containing backup
Code:
cd "C:\Program Files (x86)\Android\android-sdk\platform-tools"
Copy the the files you need on /sdcard/
Code:
adb push sysbkup/etc/wifi /sdcard/wifibkup
Then open a shell on your device, replace wifi files and set permissions (Note: I use 644 and 755 because that's what I had in section I, you should replace them with the permissions you had)
Code:
adb shell
$ su
# mount -o remount,rw /system /system
# cd /sdcard/wifibkup
# for i in *; do dd if=$i of=/system/etc/wifi/$i; done
# cd softap
# for i in *; do dd if=$i of=/system/etc/wifi/softap/$i; done
# cd /system/etc/wifi
# chown root.root *
# chmod 644 *
# chmod 755 softap
# cd softap
# chown root.root *
# chmod 644 *
# sync
Reboot, and you're done!
bluk
[EDIT: the following method does only work on Android 4.0 and above, I keep it here for reference only]
Many solutions exist for backup, I read many times about Titanium backup doing excellent job as well as ClockworkMod but they both need root IIRC. BackMeUp claims to perform backups without root on Android 2.1 and more, no idea to which degree this is true.
Without root, it's possible to make backups using ADB (Android Debug Bridge) which basically is the swissknife for Android devices; it gives you a linux shell on your device, backup/restore ability and more.
1. Download & install AndroidSDK. It's a huge package with many tools (such as ADB); there's probably a stand-alone ADB somewhere if you don't want to go the AndroidSDK way.
2. Unplug device from USB then put your device in USB debugging mode (Settings > Applications > Development > USB Debugging) then re-plug device.
3. Now it's time to create a backup file which I will call C:\MyBackup for the sake of example.
- open a shell
press Win+R and type in cmd
- change active directory to where you installed AndroidSDK or ADB, on my system I type
Code:
cd "C:\Program Files (x86)\Android\android-sdk\platform-tools"
- at this point, if you need to CREATE backup file, type:
Code:
adb backup -apk -shared -all -f C:\MyBackup
- but instead, if you need to RESTORE a previously created backup, type:
Code:
adb restore C:\MyBackup
zebluk said:
Flashing is never 100% safe, use at your own risk.
Backup before flashing!
A version for US devices (YP-GI1CB) is about to be made, just be patient folks, should be a matter of days!​
These ROMs can be flashed using Odin3. If you want to use Heimdall you will need to extract the .img files from the archives. Use stock ROMs if you want to revert back to original state.
Stock factoryfs
Stock kernel (the original logo will be lost, and your device will be watermarked)
Rooted factoryfs
The rooted ROM is minimal. It just adds /system/bin/su to the stock factoryfs and nothing more. That should be enough for anything tho
This version of su (TinySU) doesn't spawn any popup when giving root thru Superuser.apk, feel free to replace it with the version you like.
Greets: Rebellos alice90 Baruch6132 zaclimon Entropy512 helicopter88 ChrisFR and all the people from #xda-devs that supported me
Click to expand...
Click to collapse
Congrats on this!! Now the 4.2 users can finally get their players rooted.
zebluk said:
Flashing is never 100% safe, use at your own risk.
Backup before flashing!
For US version (YP-GI1CB) go HERE​
These ROMs can be flashed using Odin3. If you want to use Heimdall you will need to extract the .img files from the archives. Use stock ROMs if you want to revert back to original state.
Stock factoryfs
Stock kernel (the original logo will be lost, and your device will be watermarked)
Rooted factoryfs
The rooted ROM is minimal. It just adds /system/bin/su to the stock factoryfs and nothing more. That should be enough for anything tho
This version of su (TinySU) doesn't spawn any popup when giving root thru Superuser.apk, feel free to replace it with the version you like.
Greets: Rebellos alice90 Baruch6132 zaclimon Entropy512 baladev helicopter88 ChrisFR and all the people from #xda-devs that supported me
Click to expand...
Click to collapse
Is there a step-by-step procedure to do this for complete noobs like me? I don't know how to backup and root since it is my first Android device and I just don't want to brick it if I miss a step. Thank you very much for this.
Would appreciate a full guide as well. Though it seems pretty straightforward, I wouldn't want to make an elementary mistake or one specific to this device.
Also, I'm curious whether full functionality will be present in translating over to a different launcher.
Thanks a ton for the great work to all involved (and great timing in getting it out a week after I got my hands on the 4.2)!
Sent from my YP-GI1 using xda premium
Ok, added a HOWTO for Windows users, I hope that helps.
@Consumers: I'm not sure what do you mean by "translating over to a different launcher", maybe you're talking about CWM? Anyway unless you hardbrick your device, you should be able to restore it to stock (even from the exclamation mark screen which is in fact another download-mode), just be safe and do backups when you're in doubt!
For now I don't plan on doing other updates. Now the stock ROM is dumped & rooted, I'll let the modders take it from here, if they feel like it
bluk
zebluk said:
Ok, added a HOWTO for Windows users, I hope that helps.
@Consumers: I'm not sure what do you mean by "translating over to a different launcher", maybe you're talking about CWM? Anyway unless you hardbrick your device, you should be able to restore it to stock (even from the exclamation mark screen which is in fact another download-mode), just be safe and do backups when you're in doubt!
For now I don't plan on doing other updates. Now the stock ROM is dumped & rooted, I'll let the modders take it from here, if they feel like it
bluk
Click to expand...
Click to collapse
Thanks for the how to. However, the link to the rooted factoryfs is down. Could you please reupload it? Maybe with another file hosting site like Mediafire or through torrent maybe? Thank you very much.
galaxyplayer4.2 said:
Thanks for the how to. However, the link to the rooted factoryfs is down. Could you please reupload it? Maybe with another file hosting site like Mediafire or through torrent maybe? Thank you very much.
Click to expand...
Click to collapse
Thanks for notifying me; reuploading
bluk
Odin seems to flash successfully, but after restarting, root-only programs like Root Browser and ROM Browser still say that it appears that I'm not rooted. I tried flashing twice, both with no problems, and still nothing. Any ideas?
EDIT: Never mind! SuperSU simply wasn't granting access or prompting me to grant access to the apps. Thank you very much for your work, zebluk! Very helpful guide too.
Consumers said:
Odin seems to flash successfully, but after restarting, root-only programs like Root Browser and ROM Browser still say that it appears that I'm not rooted. I tried flashing twice, both with no problems, and still nothing. Any ideas?
Click to expand...
Click to collapse
Install Superuser I didn't include it to keep changes minimal.
Make sure you have rooted device issuing "adb shell" at prompt, then type "su". If you see sharp sign "#" you have root.
bluk
EDIT: looks like you got it at the very same time I was answering enjoy
Hi guys, just a litte thing: the mentioned backup process (adb) doesnt work on Android 2.3.6. Think its 4.0 above ...
Nevertheless, great we got root now
joeblack_2k2 said:
Hi guys, just a litte thing: the mentioned backup process (adb) doesnt work on Android 2.3.6. Think its 4.0 above ...
Nevertheless, great we got root now
Click to expand...
Click to collapse
Thanks for pointing that out, unfortunately seems there are no decent ways of backing up unrooted on GB, I'll investigate when I have time.
bluk
Root, but no wifi =(
First I want to mention that you made a great job!!!!
I'm from germany but the shop sold me a US-Version device (yp-gi1CB). I flashed the CB rooted firmware but i have no wifi. then i flasehd the cw firmware, same problem. Hope there is a solution :/
thanks!
Nouri92 said:
First I want to mention that you made a great job!!!!
I'm from germany but the shop sold me a US-Version device (yp-gi1CB). I flashed the CB rooted firmware but i have no wifi. then i flasehd the cw firmware, same problem. Hope there is a solution :/
thanks!
Click to expand...
Click to collapse
yes i have the same problem i root my device and i have no wifi
Kendos007 said:
yes i have the same problem i root my device and i have no wifi
Click to expand...
Click to collapse
Look at this thread http://forum.xda-developers.com/showthread.php?t=1715461&page=50 untill now the simplest solution is to flash another kernel, but im waiting for a another solution you can read that thread, the problem begans 1 page before..(page 49)
As I posted before I had the same problem when rooting, no WLAN.
But I've got it working again.
Before rooting I did a backup op my /System dir. And because there is a problem with de wifi driver, I restored the files in /etc/wifi from my backup.
After a reboot everything worked fine.
I attached the wifi folder so you guys can restore it. Hope it helps.
If you need any help, let me know.
kiteman76 said:
As I posted before I had the same problem when rooting, no WLAN.
But I've got it working again.
Before rooting I did a backup op my /System dir. And because there is a problem with de wifi driver, I restored the files in /etc/wifi from my backup.
After a reboot everything worked fine.
I attached the wifi folder so you guys can restore it. Hope it helps.
If you need any help, let me know.
Click to expand...
Click to collapse
Thanks man I have wifi again
kiteman76 said:
As I posted before I had the same problem when rooting, no WLAN.
But I've got it working again.
Before rooting I did a backup op my /System dir. And because there is a problem with de wifi driver, I restored the files in /etc/wifi from my backup.
After a reboot everything worked fine.
I attached the wifi folder so you guys can restore it. Hope it helps.
If you need any help, let me know.
Click to expand...
Click to collapse
Hello~ I copied your wifi folder to system/etc/wifi.. and replaced it, but still don't have wifi after reboot. :crying: Any important process I missed?
lng325 said:
Hello~ I copied your wifi folder to system/etc/wifi.. and replaced it, but still don't have wifi after reboot. :crying: Any important process I missed?
Click to expand...
Click to collapse
Hey! Not sure about your device model, can you confirm it is YP-GI1CW ? Btw, the permissions for the wifi and wifi/softap files should be 644, and 755 for the softap directory. Here's my output:
Code:
# ls -l /system/etc/wifi
-rw-r--r-- root root 274168 2012-03-17 10:05 firmware.bin
drwxr-xr-x root root 2012-03-17 10:05 softap
-rw-r--r-- root root 16295 2012-03-17 10:05 tiwlan.ini
-rw-r--r-- root root 16986 2012-03-17 10:05 tiwlan_cert.ini
-rw-r--r-- root root 883428 2012-03-17 10:05 tiwlan_drv.ko
-rw-r--r-- root root 16985 2012-03-17 10:05 tiwlan_plt.ini
-rw-r--r-- root root 1012 2012-03-17 10:05 wifi.conf
-rw-r--r-- root root 134 2012-03-17 10:05 wpa_supplicant.conf
# ls -l /system/etc/wifi/softap
-rw-r--r-- root root 262356 2012-03-17 10:05 ap_firmware.bin
-rw-r--r-- root root 652 2012-03-17 10:05 hostapd.conf
-rw-r--r-- root root 954932 2012-03-17 10:05 tiap_drv.ko
-rw-r--r-- root root 22424 2012-03-17 10:05 tiwlan_ap.ini
Also, some report flashing the stock kernel solved the problem, but this has some drawbacks (logo lost, warranty voided, device watermarked).
If you solve your problem please report what worked for you
bluk
EDIT: just in case, here are the MD5s
Code:
4fc219f6c48380e5df3c4229d3dfec32 firmware.bin
7525a9d0f212cba5ef4ea78860a9285b tiwlan_cert.ini
4457eadff2e6a0e91c1778c794f2ee21 tiwlan_drv.ko
8bd66fa950e4ecff2b34b4063beb44ef tiwlan.ini
c5d6fcfc2ad06b81db3dc3a5f6e7d98c tiwlan_plt.ini
0db52ef0a3e4941874f7de054abd9fc9 wifi.conf
bbb0cc9dac7a8d03ea4d6d477e49a0ee wpa_supplicant.conf
0e82efa50d450915b200a93246190d08 softap/ap_firmware.bin
880f7954eeb2a01d49295f1bd45e8c31 softap/hostapd.conf
ccfcb7e4d27276b0e3791025b2990e26 softap/tiap_drv.ko
214b2320c13c2242db05c40dbe3944d5 softap/tiwlan_ap.ini
zebluk said:
Hey! Not sure about your device model, can you confirm it is YP-GI1CW ? Btw, the permissions for the wifi and wifi/softap files should be 644, and 755 for the softap directory. Here's my output:
Code:
# ls -l /system/etc/wifi
-rw-r--r-- root root 274168 2012-03-17 10:05 firmware.bin
drwxr-xr-x root root 2012-03-17 10:05 softap
-rw-r--r-- root root 16295 2012-03-17 10:05 tiwlan.ini
-rw-r--r-- root root 16986 2012-03-17 10:05 tiwlan_cert.ini
-rw-r--r-- root root 883428 2012-03-17 10:05 tiwlan_drv.ko
-rw-r--r-- root root 16985 2012-03-17 10:05 tiwlan_plt.ini
-rw-r--r-- root root 1012 2012-03-17 10:05 wifi.conf
-rw-r--r-- root root 134 2012-03-17 10:05 wpa_supplicant.conf
# ls -l /system/etc/wifi/softap
-rw-r--r-- root root 262356 2012-03-17 10:05 ap_firmware.bin
-rw-r--r-- root root 652 2012-03-17 10:05 hostapd.conf
-rw-r--r-- root root 954932 2012-03-17 10:05 tiap_drv.ko
-rw-r--r-- root root 22424 2012-03-17 10:05 tiwlan_ap.ini
Also, some report flashing the stock kernel solved the problem, but this has some drawbacks (logo lost, warranty voided, device watermarked).
If you solve your problem please report what worked for you
bluk
EDIT: just in case, here are the MD5s
Code:
4fc219f6c48380e5df3c4229d3dfec32 firmware.bin
7525a9d0f212cba5ef4ea78860a9285b tiwlan_cert.ini
4457eadff2e6a0e91c1778c794f2ee21 tiwlan_drv.ko
8bd66fa950e4ecff2b34b4063beb44ef tiwlan.ini
c5d6fcfc2ad06b81db3dc3a5f6e7d98c tiwlan_plt.ini
0db52ef0a3e4941874f7de054abd9fc9 wifi.conf
bbb0cc9dac7a8d03ea4d6d477e49a0ee wpa_supplicant.conf
0e82efa50d450915b200a93246190d08 softap/ap_firmware.bin
880f7954eeb2a01d49295f1bd45e8c31 softap/hostapd.conf
ccfcb7e4d27276b0e3791025b2990e26 softap/tiap_drv.ko
214b2320c13c2242db05c40dbe3944d5 softap/tiwlan_ap.ini
Click to expand...
Click to collapse
I sure my device is CW verison, I bought it in Hong [email protected]@ I try to change the permissions on files, still dont work. The only method for me is flash back to Hong Kong Stock Rom ( no root).
---------- Post added at 04:34 PM ---------- Previous post was at 04:14 PM ----------
I finally got my wifi back!!! after I said, the only method is flash back the Hong Kong stock rom.. I suddenly think why I don't extract wifi folders from Hong Kong Stock Rom? So I do it and get work!!!!!!! thanks all ~~
Maybe drivers are different on different country although our versions are same( YP-GI1CW)?????.. btw, I found the details code of my device : YP-GI1CW/XSH<<?
My version is YP-GI1CW/XEF ... probably the cause of problem, I'll mention that in OP thanks; and good job fixing your wifi!
bluk

Deleting preloaded content

I'm trying to delete the preloaded content in the music folder. Nothing I've tried seems to work. I keep getting permission denied, even under su.
I've gone as far as even trying to do it via an adb shell.
[email protected]:/storage/sdcard0/Music # rm *.mp3
rm failed for 01 Buzz Dees_Mitkomm.mp3, Permission denied
255|[email protected]:/storage/sdcard0/Music # ls -al
-rw-rw-r-- root sdcard_rw 4976141 2008-08-01 07:00 01 Buzz Dees_Mitkomm.mp3
-rw-rw-r-- root sdcard_rw 3939059 2008-08-01 07:00 01 Classic Orchestra_Air.mp3
-rw-rw-r-- root sdcard_rw 9183266 2008-08-01 07:00 01 Orpheum_The Passion.mp3
-rw-rw-r-- root sdcard_rw 6679976 2008-08-01 07:00 01 Passion Crew_Sensual Sax.mp3
-rw-rw-r-- root sdcard_rw 4458172 2008-08-01 07:00 02 Classic Orchestra_Largo.mp3
-rw-rw-r-- root sdcard_rw 2995019 2008-08-01 07:00 06 Buzz Dees_Jaja, Neenee.mp3
[email protected]:/storage/sdcard0/Music # ​
Click to expand...
Click to collapse
Any ideas how to get rid of these files?
Brosto said:
I'm trying to delete the preloaded content in the music folder. Nothing I've tried seems to work. I keep getting permission denied, even under su.
I've gone as far as even trying to do it via an adb shell.
Any ideas how to get rid of these files?
Click to expand...
Click to collapse
Is this a new stock Prime?
If so I had the same problem ie couldn't delete pre loaded music or pictures, I think it also wouldn't allow me to copy items to these folders either. A factory reset fixed this althought some of the preinstalled apps like the ASUS MyCloud had vanished.
I found these by using a root explorer like Astro and locating the relevent folders in the internal memory and clicking on the (apk??) and then I think from what I remember you got the choice to delete or run/open, I clicked open and it loaded. The icon then appeared where it used to in the app drawer.
Sorry if its not a bit clear but this was something I did the day I got my Prime and my menory is a but hazy now. If you need anyhelp on how to get those apps to reapper if you factory reset I'll get mine out and let you know the path I found the apps in.
LiamThompson said:
Is this a new stock Prime?
If so I had the same problem ie couldn't delete pre loaded music or pictures, I think it also wouldn't allow me to copy items to these folders either. A factory reset fixed this althought some of the preinstalled apps like the ASUS MyCloud had vanished.
I found these by using a root explorer like Astro and locating the relevent folders in the internal memory and clicking on the (apk??) and then I think from what I remember you got the choice to delete or run/open, I clicked open and it loaded. The icon then appeared where it used to in the app drawer.
Sorry if its not a bit clear but this was something I did the day I got my Prime and my menory is a but hazy now. If you need anyhelp on how to get those apps to reapper if you factory reset I'll get mine out and let you know the path I found the apps in.
Click to expand...
Click to collapse
Not a new prime, had it since January. I'm rooted, and running stock jb. I've been able to remove the preloaded apps that I didn't want, but not these music files. Even after chmod 777 both the files and directory, still getting permission denied. I'm stumped...
Sent from my Transformer Prime TF201 using xda app-developers app
Any chance you are only partially rooted, ie did you factory reset after JB OTA? I had the same symptoms you are describing and confirmed through root explorer that I couldn't mount /system/bin to r/w. Despite this root checker showed me as rooted. Gained full root by entering about 15 commands thru adb.
Sent from my NexusHD2 using xda app-developers app
Ruprect said:
Any chance you are only partially rooted, ie did you factory reset after JB OTA? I had the same symptoms you are describing and confirmed through root explorer that I couldn't mount /system/bin to r/w. Despite this root checker showed me as rooted. Gained full root by entering about 15 commands thru adb.
Sent from my NexusHD2 using xda app-developers app
Click to expand...
Click to collapse
I didn't factory reset or get JB through the OTA. It was the one from this post: [ROM] TF201 JB JRO03C 10.4.2.15 (US) Stock Deodexed + Mods [Unlocked BL]
Anyhow, is there a way to tell if I'm only partially rooted? Also, can you point me to the commands you used via adb? It's worth a shot.

[Q] NEED SOLUTION FOR UNROOT X10i.....

Hi Guys,
I edited the system file in XPERIA X10i,
And I Accidently deleted the sh file in xbin folder in system file using Rootexplorer app after i done this
Root permission was denaid.
i cant unroot my phone.
So PlEaSe HeLp Me!!!!

[Q] Pls Help Installing Es File Explorer with ADB

Hi - Have a Kindle Fire HDX 7 with 13.3.2.1 installed. Brand new refurbed unit.
I have rooted with KFHDX+ToolKit+v0.95 and all went fine.
I also Disabled OTA updates but I'm concerned that the otacerts.zip is still in the /system/etc/security folder. I'd like to move it out of there.
I have confirmed I have root, and want to install Es File Explorer. I have sideloaded the file and tried to install with adb:
C:\Users\davcam\AppData\Local\Android\sdk\platform-tools>adb install /sdcard/Download/ES_File_Explorer_V3.0.4.apk
Invalid APK file: /sdcard/Download/ES_File_Explorer_V3.0.4.apk
I'm afraid to enable wifi and get an unwanted update from Amazon. That's why I want to install ES FM with ADB
Goal is to mv the otacerts.zip file out of it's folder and then install Safestrap-Thor-3.75-os3.2.4-B02.apk and take a backup of stock rom, restore to a new ROM slot and then activate that .
C:\Users\davcam\AppData\Local\Android\sdk\platform-tools>adb shell ls -Ral /system/etc/security
/system/etc/security:
drwxr-xr-x root root 2014-02-07 04:23 cacerts
-rw-r--r-- root root 1337 2014-02-07 04:23 otacerts.zip
Feels like a Catch-22
do I need to chmod the file to 755 or is it a R/W permissions problem?
Have not been able to install any apks with adb.
thanks
thought: do you have to register with AMZ to get OTA updates? Maybe I could get file from 1Mobile.?
adb install only accepts local paths; e.g. those on your computer, not device.
As for otacerts.zip, you don't have to revoke any permissions — just rename it to something like otacerts.zip.old.
EncryptedCurse said:
adb install only accepts local paths; e.g. those on your computer, not device.
As for otacerts.zip, you don't have to revoke any permissions — just rename it to something like otacerts.zip.old.
Click to expand...
Click to collapse
So is it even feasible to install apks on your Kindle using adb? If so can you show me a simple example using the Download folder?
Can I safely do this: ADB install (installs application) -- adb install c:\example.apk ?
EDIT: I tried the above command and it works. I guess you can!
thanks

Categories

Resources