Help! My touch flo has a mind of it's own. Often in Scenes or Contacts, the page simply won't stay put. Without me touching it, it shoots off to the right. Or sometimes to the bottom of the page in email view.
Any advice? I am using a screen protector and am running the new ROM.
Thanks!
You have to make sure your phone didn't repair before, I meant the hardware is stocked without any replacement, this method do not fix if you change the flash IC
1. Reboot see if it is fixed.
(if problem remains)
2. Boot into recovery (yea you need a rooted phone and custom recovery)
3. Connect the phone usb, via terminal / CMD
Code:
adb remount
cd data
cd misc
adb push AK8973Prms.txt /sdcard/
adb push AK8973Prms.txt.tmp /sdcard/
adb shell rm AK8973Prms.txt
adb shell rm AK8973Prms.txt.tmp
adb reboot
AK8973Prms.txt stores the setting of G-sensor, delete it and the phone will generating a new file automatically on reboot,this may help.
It's not Sense, it's the trackball!
Thanks for your reply- I think, however, the problem is the trackball, because it also affects non-sense screens like the program list.
So: Phantom, erratic trackball- any ideas?
I'm attempting to get webtop from HDMI to work and attempted the install.bat thing but still nothing so I went to
http://forum.xda-developers.com/showpost.php?p=12580345&postcount=634
I can push those files but can not SU in adb shell
I am able to SU in terminal on my phone but not the adb shell
What can I do to get this working? I'm not sure what info you need from my phone to better assist but ask.
I'm running 2.2.2 rooted with gingerbreak I tried to reroot but no go don't think i need too and superuser app is there and works since i use TB and bloat freeze
I just get permission denied thanks for any help. I have googled this but can't find anything.
could you maybe have a problem with ADB itself? Maybe try reinstalling your SDK and setting up ADB again? You said you already tried to re-root and that didnt fix the issue. Maybe someone with more knowledge of ADB could provide more assistance...
I managed to get it working. I noticed when I had my screen set to not turn off i received a message to all access and I granted SU now it works fine.
Hello everyone!
I've recently purchased a Vodafone Smart Tab 10 running Honeycomb 3.2.
I would like very much to root the device and kill the bloat a bit.
The hardware is good, but it seems that Honeycomb + bloatware is not the best way to go for a smooth experince...
Maybe the process would be similar for the Vodafone Smart Tab 7, too:
[Q] How to root Vodafone Smart Tab 7
Smart Tab on Vodafone's site:
Vodafone Smart Tab 7/10
Thanks.
We need a compatible CW recovery. There is the 3e recovery onboard like in Samsung devices. We have a working adb and fastboot. Bootloader is unlocked.
Sent from my SmartTab10 using Tapatalk
You can get source on
HTML:
http://www.vodafone.com/content/index/about/what/devices/vodafone_smart_tab.html
You can pull config from device.
Yeah, this device is cheap and good, but we need root for it. Come on, I'm sure that someone can make custom recovery and root for this device.
I would go and try this.
But downloading of the source would take me years on my sucky hotel internet now. Maybe when I get home.
Yes but you'll need a rooted devices to dump recovery.img and to read the partition layout. We need to root it first. I have tried the gingerbreak with gingerbreak.apk and oneclickroot but without success. Any ideas?
Sent from my SmartTab10 using Tapatalk
Does anyone know the password to bluez package of the source?
Noup. Whay they set the password at all? Any progress with the recovery buildup?
Sent from my SmartTab10 using Tapatalk
BlueZ
Unless I'm mistaking, BlueZ is a package dealing only with bluetooth functionality.
It should be of no concern in the early stages of root/custom ROM implementation.
sangemaru said:
Unless I'm mistaking, BlueZ is a package dealing only with bluetooth functionality.
It should be of no concern in the early stages of root/custom ROM implementation.
Click to expand...
Click to collapse
You are right about BlueZ. Any idea of the method we could use to root this device?
Sent from my SmartTab10 using Tapatalk
To my understanding, it's possible to perform a root through ADB.
Since the device is unlocked in just about every other possible way, it shouldn't be too much of a chore.
I'll be having a look over possible ways to do that tonight.
$ adb shell /system/bin/cmdclient ec_micswitch ‘`mount -o remount,rw /system`’
adb shell /system/bin/cmdclient ec_micswitch '`mount -o remount,rw /system`'
liuyuanyuan prjName is <V11A>
liuyuanyuan exit adbd if usb_mass_storage is enabled on V66 or V68
error: device not found
What the f this liuyuanyuan wants from me He is good o yes
EDIT: This device does not have cmdclient & cmd_server_daemon running!
mobilx said:
$ adb shell /system/bin/cmdclient ec_micswitch ‘`mount -o remount,rw /system`’
adb shell /system/bin/cmdclient ec_micswitch '`mount -o remount,rw /system`'
liuyuanyuan prjName is <V11A>
liuyuanyuan exit adbd if usb_mass_storage is enabled on V66 or V68
error: device not found
What the f this liuyuanyuan wants from me He is good o yes
EDIT: This device does not have cmdclient & cmd_server_daemon running!
Click to expand...
Click to collapse
I think it's more likely that you don't have the proper device drivers on your computer.
I have the links at work, I'll try to see about them tomorrow. Were you in Recovery or Development mode?
I'm using a pached by myself drivers from ZTE 3g phone archive that I found somewhere. ADB works fine. This is a root method for the Acer iconia 100 but it doesn't work because our device does not have cmdline binary in /sys/bin. I tried to pull it out from some Iconia ROM and adb pushed it to /data/local but there is the catch also. Cmd_server_daemon needs to be started which is impossible without the root permissions.
If you have the original drivers for this device please provide us a link.
Sent from my SmartTab10 using Tapatalk
Here's a link to the original V71 drivers, which I'm assuming would be the same for the V11 here.
For my device, the daemon runs properly with these drivers, but I need to have no drivers installed first, connect the device, then install the drivers with the device connected. The drivers came included on the device.
You should first try uninstalling all drivers relating to tablets/phones, then connecting the device and seeing if any drivers show up in a new detected "CD Drive" (ZTE loves doing this).
Also, any owners of the SmartTab7/SmartTab10 a.k.a v71a or v11a please vote for these devices on the new device voting thread. We need all the effort we can spend if we're going to see these devices properly supported.
mobilx said:
I'm using a pached by myself drivers from ZTE 3g phone archive that I found somewhere. ADB works fine. This is a root method for the Acer iconia 100 but it doesn't work because our device does not have cmdline binary in /sys/bin. I tried to pull it out from some Iconia ROM and adb pushed it to /data/local but there is the catch also. Cmd_server_daemon needs to be started which is impossible without the root permissions.
Click to expand...
Click to collapse
For me, i could push files to /data/local just fine, i can perform apk installations through adb, however i can't execute almost any command.
Everything would have been fine if we could do $adb shell su, but i get permissions error even with modified su file, so i have no idea what to do.
The weird thing is that cmd_server_daemon runs just fine for me, however i can't get any permissions at all.
Using adb root tells me that root is not available for production models.
Do you have the cmd_server_daemon listed in ls -l /system/bin ?
If you have you can use this Method
Sent from my SmartTab10 using Tapatalk
No, i don't have it listed. Which is weird, because I've seen mentions of it booting and running successfully... i think.
We are pretty stuck. If someone could get stock firmware. We need a boot.img or a hc 3.2 exploit.
We're not stuck at all, actually.
We have the source code, remember?
If i can find any instructions on how to integrate root with it, I can just build the rom.
I have been recently messing with a Verizon ellipsis 7, it is rooted and I was trying to install some android 5.0 apps, boot animation, and fonts. Well I got a bootloop so I adb'd in and undid my modifications by pushing my backup of /system. Well that is where I went wrong Im guessing, I know have no access to adb shell, everytime I give that command I get this error
Code:
C:\android-sdk\platform-tools>adb shell
soinfo_link_image(linker.cpp:1635): could not load library "libc.so" needed by "
/system/bin/sh"; caused by load_library(linker.cpp:757): too small to be an ELF
executable: libc.soCANNOT LINK EXECUTABLE
Next I did adb pull /system/lib/libc.so and it is 0k in size. Now here comes the interesting part I did not modify my tablet yet to allow me to run adb in root mode so I cannot push the correct libc.so file to regain access to the adb shell. I am now stuck on the android screen (it is just stuck there not looping) can not run adb logcat because I have no access to shell and cannot push anything to the /system folder because I cannot run adb as root. So what do yall think, am I screwed?
Anyone have any idea?
im in the same mess, i messed with my system directory, got stuck on the verizon screen adb'd a backup but no go. wish i could help.
any idea of how to get root inside factory mode? my backup wasnt rooted
I rooted the phone with adb then I tried to prepare app2sd from ADB again
The problem is I managed app2sd but I didnt work all start after this
ADB dont responding. Daemon fails installing with this error /system/bin/ sh no file or directory
RIL Wi Fi bluetooth not working.
Bootloader locked and no filesystem app in phone
I know there is no option but I wanted to ask Is there anyway to fix any problem with that ?
No solution ?
Sent from my GT-I8190 using Tapatalk Material Design