[Completed] [Q] rm "not recognized as a command' Help please - XDA Assist

When I try to use adb.exe to remove entries in my dhcp folder the rm command is not recognized.
Alcatel fierce 2 --roooted via kingroot ..thank you
platform tools installed..I think everything need
device is shown using "adb devices " as unauthorized?
Help please

Artofkicking said:
When I try to use adb.exe to remove entries in my dhcp folder the rm command is not recognized.
Alcatel fierce 2 --roooted via kingroot ..thank you
platform tools installed..I think everything need
device is shown using "adb devices " as unauthorized?
Help please
Click to expand...
Click to collapse
Update okay finally after hours of searching and trying a few commands I got adb to accept all commands however phone still says "obtaining ip address" forever. Any ideas?

Hi, thank you for using XDA Assist. What are you trying to do? Messing with system folders and files can lead to your device not working properly.

jd1639 said:
Hi, thank you for using XDA Assist. What are you trying to do? Messing with system folders and files can lead to your device not working properly.
Click to expand...
Click to collapse
At the moment I am just trying to get my phone to connect to my wifi at home.
It is an Alcatel one touch Fierce 2 using Android 4. 4. 2
when I enter my wifi password it continually says obtaining IP address. I was trying something that I read on this site and was not having a lot of luck.
so hopefully we can figure out what's going on

Artofkicking said:
At the moment I am just trying to get my phone to connect to my wifi at home.
It is an Alcatel one touch Fierce 2 using Android 4. 4. 2
when I enter my wifi password it continually says obtaining IP address. I was trying something that I read on this site and was not having a lot of luck.
so hopefully we can figure out what's going on
Click to expand...
Click to collapse
I figured i out...wasn't the phone, it was my wifi
now on o better things.

Glad you got it fixed. I'll close this thread.

Related

ADB USB Driver

the USB driver for windows is available at:
http://dl.google.com/android/android_usb_windows.zip
It seems to work... I will update this thread with what I find.
Thanks for posting the driver!
I've tried a few things with adb, and so far I can't get an install to work over usb. I tried the following command.
C:\...\android-sdk-windows-1.0_r1\tools>adb install OperaMini.apk
579 KB/s (0 bytes in 278155.000s)
pkg: /data/local/tmp/OperaMini.apk
Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]
Click to expand...
Click to collapse
http://www.android-freeware.org/tutorial/how-to-install-apk-files-on-android-device-emulator Had some basic info about the emulator, not sure what would be different for the G1.
The "adb shell" option allows you to access a shell on the phone over USB, which is really great but it appears you don't have root privileges. Any ideas on how to obtain root priveleges? Also, is there a command to install from the android shell? When i cd to /sbin i get access denied. I'm trying to figure out some kind of way to invoke an install either from the device or over USB.
I have the same problem... working on it now...
I don't know about the USB installs, but it seems to be something with the APK as well. I also have the OperaMini.apk and it does nothing. I downloaded the iTunes remote via the G1 and it installed just fine without getting a PC involved.
It looks like you have to put the phone into a "Debug on USB" mode to use ADB. It's working for me now.
http://code.google.com/android/intro/develop-and-debug.html#developingondevicehardware
So you were able to install the opera mini apk through adb with no trouble? I got the error listed above and did have debug mode on
Thank you dagentooboy!
Can someone explain this for this not so savvy person?
chrimage said:
So you were able to install the opera mini apk through adb with no trouble? I got the error listed above and did have debug mode on
Click to expand...
Click to collapse
I think that is caused by an issue with the the AndroidManifest.xml file within the APK having to do with going from "beta" to "live" Android. The same reason most of the apps were pulled from the store. I don't believe it takes a major change to make it compatible, but it's fully compiled so, unless you have a decompiler, I think we may be out of luck on that particular one. I have installed other apk's successfully using the same method.
Mikey1022 said:
Can someone explain this for this not so savvy person?
Click to expand...
Click to collapse
ADB is the Android Debug Bridge that comes as a part of the SKD. I don't think it was really intended as an end user tool. It has to be called from a command line. I know people have built basic UI's for it for file manipulation when the SDK was the only thing out there. If a better solution isn't found shortly I think we'll see one be made, or else I'll make one myself. In the end it seem to make a big difference of what you're trying to install some things work and some don't, there are some differences between the beta SDK and the G1.
For any developers out there, you can also access the ADB/DDMS feature through the Eclipse IDE, it provides a somewhat simpler graphic interface and is a really easy way to get screenshots. Has anyone tried just typing su through the ADB command prompt to see if it will switch you to # ?
Valicore said:
For any developers out there, you can also access the ADB/DDMS feature through the Eclipse IDE, it provides a somewhat simpler graphic interface and is a really easy way to get screenshots. Has anyone tried just typing su through the ADB command prompt to see if it will switch you to # ?
Click to expand...
Click to collapse
the su command and sudo su returns "no permission" or "access denied" or something like that. That is also the same message i get when typing arbitrary commands that shouldn't be anything. And like i said earlier, /sbin along with many other directories are inaccessible. Hopefully someone will find a way to access the root account on the G1 pretty soon.
yes... must... have.... root...
Also a normal shell would be helpful esp when looking thru /proc/ for information.
Please help (ahhhhhh)
Okay So I am pulling my hair out here... I just booted android on my Vogue for the first time, everything works great, voice calls and sms.. But I can get a Inet connection but I am using Cricket not sprint so I added the username and password lines in default.txt and can connect, but Cricket uses a proxy for all http connections. So I found this article http://fggarcia.blogspot.com/2007/11/setting-up-proxy-for-android-emulator.html , which basicly says to use the adp app that comes in the sdk to add some lines to make the proxy. NOW, here is my problem... I can not for the life of me get my come (in windows or linux) to see my vogue while its in android..
In windows it does not appear ANYWHERE in the device manager... So I cannot install the driver, and in Linux it doesnt make a blip in dmesg..... USB debugging is marked and so is use adb....
It does charge when plugged in to the comp running linux.....
Can anyone please help me... And thanks to DZO and everyone else for there hard work on this project..
check too make sure your Android isnt listed under usb mass storage devices in device manager.
Ya USB isn't possible on Vogue yet, I just extracted data.img and added the proxy that way, but it still doesn't work. My Problem is I need all connection to use the proxy wap.mycricket.com:8080. I am not trying to be cheap or anything like the tzones thing for tmobile. Its just the only data plan cricket have use this proxy. So any Ideas would be greatly appreciated.
my computer already had a driver installed and when i try to update it with this one it says there is no better match for my hardware
anyone got a solution for this
Im really sorry to bump this old thread up but i need the r3 drivers and i dont know why they are nowhere to be found on the official page... i think its a region lock thing...

[Q] Obtaining root on generic tablet

Ok I've got a generic tablet from Walmart, the DOPO MD-740. It's running ICS 4.0.3. I've been in contact with customer service about this thing, and while they're friendly and courteous, they really don't know anything about their product. According to their lead tech "there is no recovery or download mode".
Headache.
Well fooling around with this device, I've found.... SOMETHING....
While holding the volume up button at the same time as the power button, it boots straight to one single image, shown below. I have a feeling it's the download mode. Whatever it is, it's progress. Can anyone recognize what I got into? It's not a fatal error-- when I hit the reset button and reboot the tablet normally, all is fine.
I've tried to reboot into recovery via adb but I get the message that the command is not allowed. And of course, su is not allowed either.
Anyone have any suggestions on running adb on my computer... what process I would need to follow to manually root an ICS tablet? Would I just follow the same steps as I would in manually rooting a gingerbread device, or is there different lines of code I would need to use for ICS?
As for what device the kernel for THIS device has been ported from (it's obviously emulating something that has a magnometer which this unit doesn't have, etc...)... tech support doesn't know that either. The only clue I have that MIGHT help (other than the kernel version, build number, etc... all this is documented in another post, if anyone cares to take a look) is the FIRST boot image is of the penguin.
I would appreciate ANY feedback/information/advice anyone could offer in progressing with this "adventure"!
Thanks
Well with another twenty minutes of blindly pressing buttons I've found the recovery mode. From the screen displaying the android with the open panel (which I have concluded is NOT the download mode), pressing volume up, back, and power at the same time opens the recovery mode. The recovery is:
Android system recovery <3e>
Recovery system v4.00
No option to apply zip from sd, I guess this is to be expected on a stock device.
hi
in application select usb debug mode
install from unknown sources
connect to pc and run DooMLoRD_v4_ROOT
should work
regards
fred
didn't work.
After adb started successfully, sat for two hours and did nothing.
hi
are you using windows ?
is it reconized by windows ? do you have the drivers installed ?
ich processor use that tablet ?
Yeah I'm running Windows Vista, and my PC does recognize the device when it's connected (says drivers have been installed properly when connected under USB debugging mode, no problem transferring files in USB mode)
It's the ARMv7 processor
The device is recognized as Full ASOP on Rk29sdk
I've run across a new problem, which might actually be the main issue of the WHOLE problem. I was trying to push some files with adb from my laptop and it came to my attention that the driver for my device only acknowledges it as a mass storage device, even when the tablet is NOT mounted for mass storage. SOOOO... I guess I need a driver that will allow me to use adb. Any suggestions?
did you try with the drivers package from sdk ?
yup. Even gone as far as uninstalling the adb and sdk programs I had on my pc, downloading the newest versions and reinstalling. My computer "recognizes" the divice, but only as folders. Even when it's not mounted as mass storage.
STILL having te driver issue. Anyone have any suggestions on how to fnd a driver that will work with adb?
Sent from my Full AOSP on Rk29sdk using XDA
How did I root my “Full AOSP Rk29sdk”-MID 7-inch tablet (Android 4.0.3)
Hi Wingnut79 and others,
I have an Android 4.0.3 Tablet 7 inch, named "Full AOSP Rk29sdk" - and was also eager to root it....
After hours of search, trial and error, I succeeded.
My tablet is now fully rooted, and I can use ROM manager and all the aps for rooted android-devices....
How did I do that ?
I explain it here, in the attachment...
As you can see, my Windows is in the Dutch language, so I nevertheless hope everyone can understand what to do where...
I hope this can help...
Make sure it's not a Chinese Apad!
Make sure it's not a Chinese Apad! If u go on ebay u will see tons of tablets with ics 4.0.3. but the android on it it's a modified and weird version. I doublt it even is ics. One of my friends have it, and he cannot use the App Market, bcuz it said "Device not compatible with Market". Did u successfully downloaded stuff form the Market? If not, that maybe it's a piece of Chinese crap and u should call walmart for a refund.
It downloads apps from Android Market, Getjar, Amazon etc... just fine.
BAUDI--
I will try this later this afternoon, is it going to be an issue that my laptop OS is windows vista?
Mine tablet is a chinese tablet - but it's clearly really Android 4.0.3.
So, I also download and install applications from Playstore /Android Market/ etc.
It has Wifi, Bluetooth, 3G, GPS-AGPS, FM-radio,.... and evrything works really fine.
My sole problem was: no rootaccess (what I didn't understand, because it's "Android Open Source Project"...?)
Wingnut79,
as far as described in the guide I refer to, it works equally well on Vista. Just sometimes a little bit other name or place to find the properties or so - but should not be a problem at all.
I forgot to insist on the need to kill and restart adb after each change. I am not sure its really necessary each time, but I experencied that when I first thought "again nothing", it seemed well to work after "adb kill-server" and then "adb start-server"....
At some steps (I can't remember wich) I even rebooted my PC....
Now, everything works immediately...
So ROM Manager etc. works well, I have SuperUser... etc .
Good luck!
baudi said:
Mine tablet is a chinese tablet - but it's clearly really Android 4.0.3.
So, I also download and install applications from Playstore /Android Market/ etc.
It has Wifi, Bluetooth, 3G, GPS-AGPS, FM-radio,.... and evrything works really fine.
My sole problem was: no rootaccess (what I didn't understand, because it's "Android Open Source Project"...?)
Wingnut79,
as far as described in the guide I refer to, it works equally well on Vista. Just sometimes a little bit other name or place to find the properties or so - but should not be a problem at all.
I forgot to insist on the need to kill and restart adb after each change. I am not sure its really necessary each time, but I experencied that when I first thought "again nothing", it seemed well to work after "adb kill-server" and then "adb start-server"....
At some steps (I can't remember wich) I even rebooted my PC....
Now, everything works immediately...
So ROM Manager etc. works well, I have SuperUser... etc .
Good luck!
Click to expand...
Click to collapse
Just because it says it is 4.0.3 doesn't mean its pure AOSP. Remember that the China gov has its hands into a lot and there are things that they like to install on their devices to monitor the users and then close it up so it can't be changed.
Sent from my Inspire 4G using Tapatalk 2
this app rooted my Full AOSP on rk29sdk
I tryed many ways trying to root my tablet, even unlockroot.exe
I found SuperOneClickv2.3.3 and it found my tablet right off, it said my tablet looks rooted( but I knew it was not) so I let it do the root process, it installed superuser also
SuperOneClickv2.3.3
you may have to temp turn your virus program off, I use avira so I right clicked the task bar icon and unchecked realtime protection
universel root
try the universel root for the version of android you have or of similar tabs
asdera-and said:
try the universel root for the version of android you have or of similar tabs
Click to expand...
Click to collapse
Where can we find this?
Is there a download link?
---------- Post added at 08:59 PM ---------- Previous post was at 08:58 PM ----------
carl1961 said:
I tryed many ways trying to root my tablet, even unlockroot.exe
I found SuperOneClickv2.3.3 and it found my tablet right off, it said my tablet looks rooted( but I knew it was not) so I let it do the root process, it installed superuser also
SuperOneClickv2.3.3
you may have to temp turn your virus program off, I use avira so I right clicked the task bar icon and unchecked realtime protection
Click to expand...
Click to collapse
Hello,
So SuperOneClick did work for you?
What kind of tablet do you have?
What version of Android was it running when you used SuperOneClick?
Thank you,
baudi said:
Hi Wingnut79 and others,
I have an Android 4.0.3 Tablet 7 inch, named "Full AOSP Rk29sdk" - and was also eager to root it....
After hours of search, trial and error, I succeeded.
My tablet is now fully rooted, and I can use ROM manager and all the aps for rooted android-devices....
How did I do that ?
I explain it here, in the attachment...
As you can see, my Windows is in the Dutch language, so I nevertheless hope everyone can understand what to do where...
I hope this can help...
Click to expand...
Click to collapse
I tried this and it worked. I got root on my device thanks alot for the guide.
Now to the real problem. I have two identical devices (rk29sdk). One is not booting and I can't manage to reset it.
My idea is make a full backup of the working device and somehow install it on the other one (the broken).
How can I do that - when I try to connect with adb it says:
Code:
C:\Windows\system32>adb devices
List of devices attached
0123456789ABCDEF device
Then this
Code:
C:\Windows\system32>
C:\Windows\system32>adb backup -apk -shared -all -f /backup/mybackup.ab
adb: unable to connect for backup
So it sees the device but I can't backup?
[edit]Now I connect to the device, the 'adb reboot' command works and the device responds. it's just the backup command that is not working.
Please help
asemore said:
I tried this and it worked. I got root on my device thanks alot for the guide.
Now to the real problem. I have two identical devices (rk29sdk). One is not booting and I can't manage to reset it.
My idea is make a full backup of the working device and somehow install it on the other one (the broken).
How can I do that - when I try to connect with adb it says:
Code:
C:\Windows\system32>adb devices
List of devices attached
0123456789ABCDEF device
Then this
Code:
C:\Windows\system32>
C:\Windows\system32>adb backup -apk -shared -all -f /backup/mybackup.ab
adb: unable to connect for backup
So it sees the device but I can't backup?
[edit]Now I connect to the device, the 'adb reboot' command works and the device responds. it's just the backup command that is not working.
Please help
Click to expand...
Click to collapse
i am not at my computer to post the commands, but you can type the commands to backup your system (or dump it) from a androids term console, you need busybox installed
edit: try this link
http://www.addictivetips.com/mobile...es-boot-recovery-and-system-partition-images/
;;
Sent from my Full AOSP on Rk29sdk using xda premium
---------- Post added at 03:40 AM ---------- Previous post was at 03:25 AM ----------
Beeg Boy said:
Where can we find this?
Is there a download link?
---------- Post added at 08:59 PM ---------- Previous post was at 08:58 PM ----------
Hello,
So SuperOneClick did work for you?
What kind of tablet do you have?
What version of Android was it running when you used SuperOneClick?
Thank you,
Click to expand...
Click to collapse
yes it worked for root, my chinese phone just shows Full AOSP on Rk29sdk
Sent from my Full AOSP on Rk29sdk using xda premium
carl1961 said:
i am not at my computer to post the commands, but you can type the commands to backup your system (or dump it) from a androids term console, you need busybox installed
edit: try this link
http://www.addictivetips.com/mobile...es-boot-recovery-and-system-partition-images/
Click to expand...
Click to collapse
The thing is I don't have access on my tablet. It won't boot.
So I can't start an app from the tablet, or maybe I can?

[Q] Acer Iconia One 7 (B1-750) root

Hey guys,
Can anyone tell me how to root the Acer Iconia one 7 (b1-750)? It's a new model and I couldn't find anything about rooting it.
Please help!
||FREAKOUT|| said:
Hey guys,
Can anyone tell me how to root the Acer Iconia one 7 (b1-750)? It's a new model and I couldn't find anything about rooting it.
Please help!
Click to expand...
Click to collapse
XDA offer a guide to rooting all devices, you can find it here
Any news? thanks for everything
Hi man, i managed to root my Iconia One 7 (B1-750).
I downloaded and used the tool on this thread http://forum.xda-developers.com/android/development/intel-android-devices-root-temp-cwm-t2975096 i used the T3 Option.
Be carefull when removing the Acer files as i had problems when my device would reboot when it woke from sleep so i suggest to make a backup of them with Titanium befor you remove them.
If you do remove them like me on acident without making a backup look for the stock B1-810 rom which is on xda somewhere and pull the apks from there to your device the files are in the system/app and system/priv-app folders.
Guys, please i need your help, i just tried to use xposed installer but after installing the required files in /system and rebooting my tablets softbricked. Tried to make a factory reset but it stucked at formatting data. I still can access cwm through the software used in this thread : http://forum.xda-developers.com/andr...p-cwm-t2975096
Anyone has an idea how i can fix it :/
Ben Alaya Karim said:
Guys, please i need your help, i just tried to use xposed installer but after installing the required files in /system and rebooting my tablets softbricked. Tried to make a factory reset but it stucked at formatting data. I still can access cwm through the software used in this thread : http://forum.xda-developers.com/andr...p-cwm-t2975096
Anyone has an idea how i can fix it :/
Click to expand...
Click to collapse
I managed to fix it, just performed a factory reset on cwm then on stock recovery and now it works
What ROM did you install afterwards?
Ben Alaya Karim said:
I managed to fix it, just performed a factory reset on cwm then on stock recovery and now it works
Click to expand...
Click to collapse
Sounds good that you guys have been able to root it.
What ROM have you installed afterwards?
My son has this tablet and mainly I am bugged by the fact that apps can not be installed on SD card.
Need help with flash browser, would rooting help?
I have a new Acer Iconia B1-750 and I am trying to use the paid version of Puffin Browser to access a Learning Management System to play elearning modules developed in flash. I have the free version which installed without any problem but when I try to buy the paid version to have a flash browser i get "Unexpected error, please try again later". Has anyone come across this issue or is there a way around it - it doesn't have to be Puffin but I know these modules work with this browser. I have tried dophin and UC browser but they keep giving me a Flash failed to Load error. Would rooting my tablet help me get around this?
Detua said:
Sounds good that you guys have been able to root it.
What ROM have you installed afterwards?
My son has this tablet and mainly I am bugged by the fact that apps can not be installed on SD card.
Click to expand...
Click to collapse
Currently there is no custom rom you can flash and i think there would never be
It's an Intel tablet, the bootloader is locked and unknown so wow
Personally i advice you to not try anything unless someone else did it and it worked ! I remember myself when i tried xposed installer and it didn't work, my tablet was stuck and i really though it was over [Imagine , my savings gone ! ] i will never do it again, it's not like those chienese tablets that when you mess up with them, you just connect it to your pc and flash a rom with sp flashtool.
Hello.
I have a problem with the tablet Acer Iconia one 7 b1-750.
I rooted and then I deleted some applications with root explorer.
But now that the camera does not start, I get a message "Unable to connect the camera."
I have restored the tablet and continues with the same fault, is there any way to reinstall the software factory.
Any solution?
See if someone can help me. Thanks in advance. A Greeting.:good:
U can use Kingo root at ur own risk.
Sent from my GT-I8160 using XDA Premium 4 mobile app
SeanP86 said:
Hi man, i managed to root my Iconia One 7 (B1-750).
I downloaded and used the tool on this thread http://forum.xda-developers.com/android/development/intel-android-devices-root-temp-cwm-t2975096 i used the T3 Option.
Be carefull when removing the Acer files as i had problems when my device would reboot when it woke from sleep so i suggest to make a backup of them with Titanium befor you remove them.
If you do remove them like me on acident without making a backup look for the stock B1-810 rom which is on xda somewhere and pull the apks from there to your device the files are in the system/app and system/priv-app folders.
Click to expand...
Click to collapse
Hello,
I'm trying to root my iconia B1-750 but can't get the adb layer to work, in fact I can't find the right driver, the ones provided by aecr on their website does not install.
Could you please tell me wich driver you used ?
Thanks.
damdam76 said:
Hello,
I'm trying to root my iconia B1-750 but can't get the adb layer to work, in fact I can't find the right driver, the ones provided by aecr on their website does not install.
Could you please tell me wich driver you used ?
Thanks.
Click to expand...
Click to collapse
It's a bit tricky. The device drivers do not include this specific device. I have the exact change you need at home, but here's what you need to do.
Extract the Acer driver files to your HDD.
Browse to the inf folder.
Open the file intc_adb.inf.
Look for the arch your desktop is running, either [Generic.NTx86] for x86 or [Generic.NTamd64] for 64 bit.
Under the section header from the previous step, look for the CPU model. In this case it's "; Intel Baytrail Android".
Open your device manager, find the ADB device in the tree. Right click it and go to the Details tab.
Change the Property drop list to "Hardware IDs". Take note of the values in the list.
Go back to your .inf file you are editing. Find the line that says "%CompositeAdbInterface% = USB_Install, USB\VID_0502&PID_3705&MI_01 ; ADB + MTP"
Update the line with the harware ID's you noted previously.
Save the file.
Now update the driver the usual way and the ADB driver should work fine.
After doing all that I still was not able to get the device rooted (using the T3 option). It stops at the DROIDBOOT screen. If you get past it, post back with how you did it please.
Hi Domito,
Thanks for the answer.
Wih your help, I managed to install the driver.
When I launch the .bat file, the tablet reboots under droidboot, unfortunatly I get these message, them nothing else happens :
Code:
E:installer device ignored
FASTBOOT INIT ...
E:Failed to mount device '/dev/block/sda1' as installer partition using fs_type 'vfat'
E:installer device ignored
E:installer device ignored
E:No valid installer medium found.
FASTBOOT CMD WAITING...
Could not open /sys/devices/virtual/blacklight
Has anybody also experienced this ?
Can you please help ?
Thanks
Hello, I was stucked at the same screen. But there is one solution. When you see this log you will have to open device manager. There will be "android device" or something like that. Then you will have to enter driver update, choose android devices and then acer composite adb driver. After that the CWM will show up at tablet. Sorry for my english.
damdam76 said:
Hi Domito,
Thanks for the answer.
Wih your help, I managed to install the driver.
When I launch the .bat file, the tablet reboots under droidboot, unfortunatly I get these message, them nothing else happens :
Code:
E:installer device ignored
FASTBOOT INIT ...
E:Failed to mount device '/dev/block/sda1' as installer partition using fs_type 'vfat'
E:installer device ignored
E:installer device ignored
E:No valid installer medium found.
FASTBOOT CMD WAITING...
Could not open /sys/devices/virtual/blacklight
Has anybody also experienced this ?
Can you please help ?
Thanks
Click to expand...
Click to collapse
Hi,
i have the same problem.
When I launch the .bat file, the tablet reboots under droidboot, unfortunatly I get these message:,
Code:
E:installer device ignored
FASTBOOT INIT ...
E:Failed to mount device '/dev/block/sda1' as installer partition using fs_type 'vfat'
E:installer device ignored
E:installer device ignored
E:No valid installer medium found.
FASTBOOT CMD WAITING...
Could not open /sys/devices/virtual/blacklight
I think fastboot isn´t install correct but I don´t know how I can install it correctly. After 2 hours I´ver installed the adb driver correctly and I was very happy
And know this problem...
In device manager from PC I see "Android Phone" with an yellow " ! "
Can anybody help me please?
Thanks a lot.
PS: Thanks on the XDA Team for thís very good Forum!!!!! Thanks Thanks Thanks
My friends did not know what to do to end the root of this model?
Acer B1 - 750
why its too hard to update adb driver from acer???
i cant even add the property in my pc with the tutorial.
i hate this.
an universal adb driver will work?
arghhhhhh i hate acer/intel for that.
anybody else has more solutions?
Help with the buck up for the acer b1-750 !!
hi guys ! can you guys please help me up so i can get that a buck up for the ACER B1-750 and as a change i will give you the insttructions to root this tablet as well , wich for sure it work!! pleaaase!!
wwechampion100 said:
Hello.
I have a problem with the tablet Acer Iconia one 7 b1-750.
I rooted and then I deleted some applications with root explorer.
But now that the camera does not start, I get a message "Unable to connect the camera."
I have restored the tablet and continues with the same fault, is there any way to reinstall the software factory.
Any solution?
See if someone can help me. Thanks in advance. A Greeting.:good:
Click to expand...
Click to collapse
I don't know why, but that happens when you remove the korean keyboard. You must reflash the original ROM and then proceed to remove all the bloatware except the korean keyboard.

[Completed] ADB, file transfered can't be deleted!

Recently I was playing around with my Samsung GT-P3110, having just rooted it.
I transferred a file using adb push, it appeared to work, the problem is now I can't get it off, nothing I do using root and command line on the tablet or root explorer makes it budge!
I did the transfer after an aborted rom install which left my tablet going straight to CWM recovery, I was trying to transfer a backup onto the tablet. Trouble is that I am now running low on space and this folder is about 2Gb.
I can't see an adb command to delete from the tablet, plus adb is no longer seeing the tablet either!
Any ideas?
Cheers,
Katoiam
katoiam said:
Recently I was playing around with my Samsung GT-P3110, having just rooted it.
I transferred a file using adb push, it appeared to work, the problem is now I can't get it off, nothing I do using root and command line on the tablet or root explorer makes it budge!
I did the transfer after an aborted rom install which left my tablet going straight to CWM recovery, I was trying to transfer a backup onto the tablet. Trouble is that I am now running low on space and this folder is about 2Gb.
I can't see an adb command to delete from the tablet, plus adb is no longer seeing the tablet either!
Any ideas?
Cheers,
Katoiam
Click to expand...
Click to collapse
Hi, thanks for using XDA Assist!
For best results, please post your question here:
http://forum.xda-developers.com/galaxy-tab-2/help
You'll find your device experts there.
Good luck!
The_Merovingian said:
Hi, thanks for using XDA Assist!
For best results, please post your question here:
http://forum.xda-developers.com/galaxy-tab-2/help
You'll find your device experts there.
Good luck!
Click to expand...
Click to collapse
Thanks The Merovingian, I will repost on that forum instead, Cheers

[Completed] looking for info to root a ZTE tablet

I have a ZTE tablet model K90U, Android version 6.0.1. I tried Kingoroot and it failed. I next tried iRoot and the tablet keep blocking iRoot. Saying the prog maybe infected or corrupted. I have been looking for info to root this tablet without luck. I know from having successfully rooting at lease 4 phones, 2 tablets and hard bricking 1 phone. That I know the right setup has to be used or else, and I don't need the "or else". So what do I use to root this tablet? I am lost. I have (and used) ADB and Fastboot if I can find the right cmd's for this tablet.
Steve
After days and days of searching the internet I finely found the right key file for the ZTE K90U tablet at www.opensource.ztedevice.com/ But I have 1 other small problem. Do to a clumsy mistake that I made while I was recombining 2 partitions back into 1 on a SD card for a tablet that I sold. I didn't pay attention to which drive letter I was on and I accidently deleted the partition on my D storage HD in the USB case were I store install prog's, info files like how to use prog's like fastboot and CWM. I am having to rebuild those instruction files. I think I found the right one for fastboot at http://forum.xda-developers.com/showthread.php?t=2277112 . But I am not 100% sure. I also not sure whether I should use fastboot or CWM to root the ZTE tablet.
Steve
reble1 said:
After days and days of searching the internet I finely found the right key file for the ZTE K90U tablet at www.opensource.ztedevice.com/ But I have 1 other small problem. Do to a clumsy mistake that I made while I was recombining 2 partitions back into 1 on a SD card for a tablet that I sold. I didn't pay attention to which drive letter I was on and I accidently deleted the partition on my D storage HD in the USB case were I store install prog's, info files like how to use prog's like fastboot and CWM. I am having to rebuild those instruction files. I think I found the right one for fastboot at http://forum.xda-developers.com/showthread.php?t=2277112 . But I am not 100% sure. I also not sure whether I should use fastboot or CWM to root the ZTE tablet.
Steve
Click to expand...
Click to collapse
Greetings and welcome to assist. I can find very little information at all on your device, if you have cm recovery for it then I would use that to flash the latest su zip to get root
Good Luck
Sawdoctor
I posted the wrong link. This is the right one http://opensource.ztedevice.com
Update:
I have found in the tablet's recovery mode (power + volume down) that this tablet doesn't have a normal menu. Instead of the "boot=download" or "boot to download{". This tablet has :
Apply update from abd
apply update from sd card
Under the "apply update from adb" is "now send the package you want to apply to the device with, adb sideload <filename>."
I have gotten as far as the cmd "adb devices" and reply back "list of devices attached, 21499c28 device".
Now if I do a "adb reboot bootloader" the tablet reboots normal mode then a box comes up saying "allow USB debugging and a box to check ok". I check ok, the box goes away and then after that nothing happens. If I type "fastboot boot bootload". The terminal window just sits there with the words on it "waiting for any device". And that's were I am stuck. What is "adb sideload"? I could use some help please.
Steve
Sawdoctor typed "Greetings and welcome to assist. I can find very little information at all on your device, if you have cm recovery for it then I would use that to flash the latest su zip to get root"
I found an article that explains what "sideloading" is http://www.wow.com/wiki/Sideloading But it doesn't help me as far as solving my problem.
Well I finely figured out the syntax of the cmd structure for this tablet. I now have the tablet talking to my laptop. Now I just need to find the right recovery-CWM image file for this tablet.
reble1 said:
Well I finely figured out the syntax of the cmd structure for this tablet. I now have the tablet talking to my laptop. Now I just need to find the right recovery-CWM image file for this tablet.
Click to expand...
Click to collapse
I can't find cwm for your tablet but have a guide to compile twrp if it helps
http://forum.xda-developers.com/android/software/guide-how-to-compile-twrp-source-step-t3404024
Good Luck
Sawdoctor
Thanks Sawdoctor for the link http://forum.xda-developers.com/android/software/guide-how-to-compile-twrp-source-step-t3404024 I am going to give it a wack. I also have an advantage over someone trying this out of the gate cold turkey. I have written prog's in MSDOS Basic and Windows Visual Basic. It is not the same as Ubuntu and Android. But writing code is writing code. If you don't have all your ducks lined up in the right order and all your T's crossed and all your I's doted right the prog won't work.
sawdoctor said:
I can't find cwm for your tablet but have a guide to compile twrp if it helps
http://forum.xda-developers.com/android/software/guide-how-to-compile-twrp-source-step-t3404024
Good Luck
Sawdoctor
Click to expand...
Click to collapse

Categories

Resources