The 2016 honda pilot is running 4.2.2 with a hondalink launcher. I tried to install apks through the usb but the install button on the bottom is grayed out. I was able to enter the hidden settings. I have the developers options turn on, usb debugging checked, and installing unknown sources checked. I wasnt able to connect with adb with usb but I using wifi works. I was able to pull most of the files and info for file system. I tried to install a file manager apk by adb install and it gave a failure for internal error. The system does not have a sdcard directory and when I tried to install apks in the /system/app it gave me a perimission denied error. The /system/bin doesnt have SU or reboot recovery. im stump on what to do next. Help please!
Hi, I tried to install apps through adb over wifi and also had no luck. Did you try anything else since your last post. Does anyone else have any other ideas?
anekin007 said:
The 2016 honda pilot is running 4.2.2 with a hondalink launcher. I tried to install apks through the usb but the install button on the bottom is grayed out. I was able to enter the hidden settings. I have the developers options turn on, usb debugging checked, and installing unknown sources checked. I wasnt able to connect with adb with usb but I using wifi works. I was able to pull most of the files and info for file system. I tried to install a file manager apk by adb install and it gave a failure for internal error. The system does not have a sdcard directory and when I tried to install apks in the /system/app it gave me a perimission denied error. The /system/bin doesnt have SU or reboot recovery. im stump on what to do next. Help please!
Click to expand...
Click to collapse
Did you find any solution , I have the same problem and dont know what can I do I have honda accord 2017 with android version 4.2.2 I couldnt install any apps please if you have solution tell me
Related
ok so I installed custom framework-res.apk but stupid me I renamed the original one with root-explorer and then suprise suprise my system crashed as there was no framework-res.apk present
anyways now I'm stuck at the samsung galaxy s2 boot screen with the yellow triangle on it as I have rooted my phone.
Now the next problem is, I tested to de-activate USB debugging to see if it had an effect on my battery life but now obviously I cant access adb without usb debugging and im stuck at bootscreen...
what can I do? can anybody help me I'm lost!!!
Locster126 said:
ok so I installed custom framework-res.apk but stupid me I renamed the original one with root-explorer and then suprise suprise my system crashed as there was no framework-res.apk present
anyways now I'm stuck at the samsung galaxy s2 boot screen with the yellow triangle on it as I have rooted my phone.
Now the next problem is, I tested to de-activate USB debugging to see if it had an effect on my battery life but now obviously I cant access adb without usb debugging and im stuck at bootscreen...
what can I do? can anybody help me I'm lost!!!
Click to expand...
Click to collapse
Did you try accessing adb while in recovery?
If I type adb devices it says list of devices and its empty..i thought its because I disabled usb-debugging...???
EDIT:
ok tried now and it worked...strange..ok happy anyways...
Locster126 said:
If I type adb devices it says list of devices and its empty..i thought its because I disabled usb-debugging...???
EDIT:
ok tried now and it worked...strange..ok happy anyways...
Click to expand...
Click to collapse
Glad it worked
I have the same problem as I renamed the framework-res.apk file and now stuck on boot screen...
How can I activate the USB debugging mode now if I cant access the settings tab in the GUI?
How can I restore the framework-res.apk ????
Also adb shows no Device?
Please help!!!
Do adb kill-server and then adb devices again, should work.
Sent from my GT-I9100 using Tapatalk
did you find any solution to this problem?
renamedresfile said:
did you find any solution to this problem?
Click to expand...
Click to collapse
Did you read the entire thread?
I can only see one page and I read it completely. Here is description of my problem:
I already rooted my kindle fire, downloaded android market I loggedin using a google account. After that I was unable to change the google account. Browsed web and I saw the post of the video. I followed the instructions in the video.
steps followed: using root explorer, went to /system/framework and renamed framework-res.apk and and after I completed the renaming, the device crashed (or I clicked something; hence crashed?) and stuck in blank carrousel page.
So, I rebooted and all I get now if boot logo of 'Kindle fire'. It doesnt go any forward.
I connected to PC and I am able to see the device in ADB. But no root access in shell. So, any adb command I give I get back errors like: no permission; read-only folder, etc.
When I use the Kindle fire utility v0.9.3 and try to do temp root or root, I get.
Error type 2 android.util.AndroidException: Can't connect to activity manager; is the system running?
adbd cannot run as root in production builds
PC detects the device as 'Android Composite ADB interface'. But cant do anything in adb. I can push files to /data/local/tmp folder. Thats about it.
when I do
adb shell mv /system/framework/framework-res.apk.bak /system/framework/framework-res.apk
I get:
failed on '/system/framework/framework-res.apk.bak' - Read-only file system
Can someone help rename this file back to original framework-res.apk?
Thank you very much;
Oh! by the way, I also have a cable jigged as described in another thread. I plugged in the cable, did adb and the device is recognized. But no root access so all commands come back with permission denied; read-only file system, etc.
renamedresfile said:
I can only see one page and I read it completely. Here is description of my problem:
I already rooted my kindle fire, downloaded android market I loggedin using a google account. After that I was unable to change the google account. Browsed web and I saw the post of the video. I followed the instructions in the video.
steps followed: using root explorer, went to /system/framework and renamed framework-res.apk and and after I completed the renaming, the device crashed (or I clicked something; hence crashed?) and stuck in blank carrousel page.
So, I rebooted and all I get now if boot logo of 'Kindle fire'. It doesnt go any forward.
I connected to PC and I am able to see the device in ADB. But no root access in shell. So, any adb command I give I get back errors like: no permission; read-only folder, etc.
When I use the Kindle fire utility v0.9.3 and try to do temp root or root, I get
Error type 2 android.util.AndroidException: Can't connect to activity manager; is the system running?
adbd cannot run as root in production builds
PC detects the device as 'Android Composite ADB interface'. But cant do anything in adb. I can push files to /data/local/tmp folder. Thats about it.
when I do
adb shell mv /system/framework/framework-res.apk.bak /system/framework/framework-res.apk
I get:
failed on '/system/framework/framework-res.apk.bak' - Read-only file system
Can someone help rename this file back to original framework-res.apk?
Thank you very much;
Click to expand...
Click to collapse
First off, you're asking for help on your Kindle Fire in a forum for the GT-I9100. Totally different device...
That said, if you're getting "failed on '/system/framework/framework-res.apk.bak' - Read-only file system", this means your system folder needs to be remounted as read/write before you are allowed to rename or otherwise alter files in the system folder.
You need to do "adb remount" before you do "adb shell mv /system/framework/framework-res.apk.bak /system/framework/framework-res.apk"
EDIT: I'm also confused... Why the heck are you trying to rename framework-res.apk to solve what sounded like an issue with changing the google account attached to the device? No offense, but it doesn't sound like you should have root on your device at all. At least, until you understand what you're doing.
EDIT 2: Alternatively to the "adb remount", can you boot into recovery and rename the file there? I don't know anything about Kindle Fires, but on my I9100, I can boot to recovery, run an adb shell, and have root access to rename /system files once I remount.
But again, since you have a Kindle Fire, I don't know if that will work for you.
Is there a kindle fire forum?
renamedresfile said:
Is there a kindle fire forum?
Click to expand...
Click to collapse
Yikes. You really shouldn't be messing with root stuff if you have to ask this question. No offense - I'm not trying to be insulting.
Kindle Fire forum. Found by going to the forum home page and searching for the text "Kindle Fire" on the page.
Hello;
This was my first time installing a Rom. I was fed up with my phone responding slowly and in time jams.
1-The first thing I did was install cwm recovery v6.0.2.7.
2-Then use the S3 tool kit available in xda to make a backup of all except system apps and internal storage data and it was stored in a .bak file. So that games and other apps keep their info as it is a hassle to start from the beginning.
3-Installed CM 10.1 nightly used in the instructions provided here.
All is okay up to here.
4-Tried to restore apps and app data through S3 tool kit but it won't display the data in the phone. I did enable the usb debugging on the cm10.1 (by pressing 7 times on the build name to enable the developers option and enabling usb debugging). I had the same problem when trying to do the backup in step 2, but it connected through the adb mode. This problem is that when ever I connect a device via usb windows installs the driver so every time I connect my phone windows installs the drivers.
5- When step 4 did not work I tried to restore using Holo Backup but no use no able to connect through to adb mode.
I can access the phone storage but I believe the appropriate drivers are not running when using the restore programs even though they are installed.
So the questions are:
1- Is there a way to fix the connection to be able to use S3 unified tool kit or if any one has dealt with the same problem?
2- Is there a way to restore the .bak file via cwm recovery?
3-For future use; An app or program that can be stored in the phone to avoid the use of a PC. The app or program would back-up contacts, sms text, apps and app data into the virtual sd or cloud to avoid deletion when "wipe data/ factory reset" after installing a rom.
I look forward to your replies.
Thank you.
What drivers do you have? Have you tried Universal Naked Driver? That's the only way I could get adb to work on mine when running CyanogenMod
wststreet said:
What drivers do you have? Have you tried Universal Naked Driver? That's the only way I could get adb to work on mine when running CyanogenMod
Click to expand...
Click to collapse
The image below shows the Drivers I currently have.
I used to have a lot more but a majority of them were copies of the same driver.
I had 2 other Samsung drivers but I also deleted them. According to an article that stated a fix to the problem is to uninstall all usb drivers except mouse and keyboard and reinstall the usb drivers of the device desired, but no success.
sub-80 said:
The image below shows the Drivers I currently have.
I used to have a lot more but a majority of them were copies of the same driver.
I had 2 other Samsung drivers but I also deleted them. According to an article that stated a fix to the problem is to uninstall all usb drivers except mouse and keyboard and reinstall the usb drivers of the device desired, but no success.
Click to expand...
Click to collapse
I tried to install the universal naked driver but no success. I followed the instruction went into the device manager and under the samsung android phone was the samsung android ADB interface which I uninstalled and checked the delete part. The pc requested to restart which I forgot to turn off the the internet which resulted in the driver being installed once it restarted. Tried a second and third time with no internet but when I uninstall and check the delete marker the pc does not ask to reboot. And if I try to update the driver with VND it notifies me that it is up to date.
Any solutions?
sub-80 said:
I tried to install the universal naked driver but no success. I followed the instruction went into the device manager and under the samsung android phone was the samsung android ADB interface which I uninstalled and checked the delete part. The pc requested to restart which I forgot to turn off the the internet which resulted in the driver being installed once it restarted. Tried a second and third time with no internet but when I uninstall and check the delete marker the pc does not ask to reboot. And if I try to update the driver with VND it notifies me that it is up to date.
Any solutions?
Click to expand...
Click to collapse
Tried ADB wifi but no success the pc says that there are no adb devices.
Also tried PDANet+ to install the drivers but software does not see the s3.
s there a way to restore the .bak file via cwm recovery
tried changing the file name by removing the .bak
jje
JJEgan said:
s there a way to restore the .bak file via cwm recovery
tried changing the file name by removing the .bak
jje
Click to expand...
Click to collapse
removed the .bak extension and placed it in the download folder of my virtual sd folder and pressed restore on cwm but nothing happened.
Could be because the backup is password protected?
Also tried to restore the file via titanium backup through the extract simple adb with and without the extension but only says analyzing file and remains that way for hours.
I searched the forum but did not find anything related!
I have a Motosmart XT303 - Android 2.3.6.
Somehow too stupid, I just deleted the folder "/system/app" with "Root Explorer"
I have the backup folder, however, the phone obviously went into bootloop.
Is there any way I can use adb push to put the applications folder in /system/app?
-When trying to use 'adb push /app /system/app' it shows me the message "error: device not found", looking for this error, I discovered that it is because the USB debugging, however, I can not even pass the boot screen, is there any way to enable debugging via ADB?
Thank you! awaiting answers.
I have everything working with root, Safestrap, busy, SuperSU, and Selinux.
I now have the ability to add/switch roms.....
Prior to this, I updated my SDK's, installed Samsung USB and was able to use ADB to sideload apks. I was also able to see my SD card via USB cable to my computer. But...since I installed Selinux, which then got my Safestrap v3.73 to work and create a recovery, I can no longer plug the phone into my computer's USB. When I do, nothing shows up...at one point...I uninstalled Selinux, but then the phone would reboot when plugged into the PC. I re installed Selinux, and can now get the phone to connect to the USB PC without rebooting. But I can no longer see the phone or SD card.
Any suggestions....fix permissions in SS?....or something else....
wetwaterdog said:
I have everything working with root, Safestrap, busy, SuperSU, and Selinux.
I now have the ability to add/switch roms.....
Prior to this, I updated my SDK's, installed Samsung USB and was able to use ADB to sideload apks. I was also able to see my SD card via USB cable to my computer. But...since I installed Selinux, which then got my Safestrap v3.73 to work and create a recovery, I can no longer plug the phone into my computer's USB. When I do, nothing shows up...at one point...I uninstalled Selinux, but then the phone would reboot when plugged into the PC. I re installed Selinux, and can now get the phone to connect to the USB PC without rebooting. But I can no longer see the phone or SD card.
Any suggestions....fix permissions in SS?....or something else....
Click to expand...
Click to collapse
You can try downloading and installing es file explorer from the play store and making your root files visible.
Jesus loves you!
liljoe727 said:
You can try downloading and installing es file explorer from the play store and making your root files visible.
Jesus loves you!
Click to expand...
Click to collapse
I ended up doing it with adb and terminal emulator and about 6 lines of code. It removed the safestrap boot.
So...now I have root, and what ever else I want...but I am not sure I want to give safestrap another go....
What I would love to do is be able to install "I545VRUFNC5_enable_tether.zip" with so other program that will allow me to install a zip. This zip does contain an apk, but it also includes some binary as well as script, so I don't think it will install with just extracting the apk.
Any suggestions....
wetwaterdog said:
I ended up doing it with adb and terminal emulator and about 6 lines of code. It removed the safestrap boot.
So...now I have root, and what ever else I want...but I am not sure I want to give safestrap another go....
What I would love to do is be able to install "I545VRUFNC5_enable_tether.zip" with so other program that will allow me to install a zip. This zip does contain an apk, but it also includes some binary as well as script, so I don't think it will install with just extracting the apk.
Any suggestions....
Click to expand...
Click to collapse
If you're.on NC5 then safestrap.is.your only option. Unless there is some other way to install a zip that I'm not aware of but I have never read anything that even alludes to that possibility. Though I could be wrong
Jesus loves you!
Hi all!
I'm testing some device because I need to install a MDM application to remote controlling the device. This Ugoos likes me but I can't find how install de MDM apk with owner permission and not getting a reboot loop.
I'm setting up the owner permission with this adb command:
Code:
adb shell dpm set-device-owner com.hmdm.launcher/.AdminReceiver
After that, if I rebooting device, when it loading the launcher the background image is displayed for a second and restarts again. If I installed MDM apk but not execute adb command, device works fine. I need owner permission for a silent install/update application, remote reboot...
I'm trying debugging with adb, but I've connected just via WiFi and with the reboot loop I can't do that. With male to male USB cable I can't to connect. I've little experience with Android, but I'm good with linux.
Can you give me any recommendations to get owner permission? Or how debugging it?
P.D: I've installed another launcher (Nova) and setup as default I device works fine.
ppalacios said:
Hi all!
I'm testing some device because I need to install a MDM application to remote controlling the device. This Ugoos likes me but I can't find how install de MDM apk with owner permission and not getting a reboot loop.
I'm setting up the owner permission with this adb command:
Code:
adb shell dpm set-device-owner com.hmdm.launcher/.AdminReceiver
After that, if I rebooting device, when it loading the launcher the background image is displayed for a second and restarts again. If I installed MDM apk but not execute adb command, device works fine. I need owner permission for a silent install/update application, remote reboot...
I'm trying debugging with adb, but I've connected just via WiFi and with the reboot loop I can't do that. With male to male USB cable I can't to connect. I've little experience with Android, but I'm good with linux.
Can you give me any recommendations to get owner permission? Or how debugging it?
P.D: I've installed another launcher (Nova) and setup as default I device works fine.
Click to expand...
Click to collapse
to make an app owner you need to add/edit device_policies.xml and device_owner_2.xml, these then need to be started by init in the post-fs-data section in the /data/system partition, to copy the XML files to system/data use init.rc to copy the files to /data/system, not sure if much help
heres some info may be useful https://burningthumb.com/setting-the-device-owner-in-an-aosp-build-for-android-9-pie/
aidanmacgregor said:
heres some info may be useful https://burningthumb.com/setting-the-device-owner-in-an-aosp-build-for-android-9-pie/
Click to expand...
Click to collapse
Thanks Aidan.
I read that days ago but in my case, the app is not developed by me. Is headwind mdm application.
Can I follow the instructions of the link even if is third party app?
Thanks for your help
ppalacios said:
Thanks Aidan.
I read that days ago but in my case, the app is not developed by me. Is headwind mdm application.
Can I follow the instructions of the link even if is third party app?
Thanks for your help
Click to expand...
Click to collapse
yes looks like you will be modifying the firmware rather than the app, the info is there but your not building from source so you will need root to add the files and to edit others
aidanmacgregor said:
yes looks like you will be modifying the firmware rather than the app, the info is there but your not building from source so you will need root to add the files and to edit others
Click to expand...
Click to collapse
Sorry for bother you Aidan, I appreciate your help so much
I've got root access and I've seen that set-device-owner adb command execution create the device_owner_2.xml and device_policies.xml automaticly and they are storage in /data/system. In fact, I'm reading dpm command (adb) is the new way to grant the owner permission without modifing xml files The bad news, I'm still getting reboot loop.
I can't to write into init.rc because the file is in /system and this partition is read only. The same way, can't copy decice_owner_2.xml and device_policies.xml in /system partition (this I read on some forum on internet).
Could I get a logcat from adb to get more info about the crash app? I've only wifi adb connection. I've a male-to-male USB and it connected to OTG port of Ugoos device.