
Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
polaroid ptab8000 8" ics tablet. got su, but cant get market on it
Collapse
X
-
Originally posted by tkang View PostI guess no one wants to help me, or just doesnt know how.
echo ro.kernel.qemu=1 >/data/local.prop
Comment
-
Originally posted by lgmayka View PostMost but not all apps work for me. Here are the failures:
- Amazon Appstore works correctly upon login, but after a reboot just hangs. It can only be re-entered by clearing its data and cache (or by uninstalling and reinstalling it).
- The latest YouTube app crashes. I had to uninstall all updates (i.e., go back to the Market Fix version) and disable automatic update.
- Flixster will not play movies because the tablet appears to be rooted. Can I fix this simply by uninstalling Superuser?
Now it works like it should. thank you so much all.
Comment
-
Messed up on the build.prop
Hello All, The infomation on this thread is very helpful. But I am confused as to what I am doing and I have missed something. I have the PTAB8000. Thought that I had it done but the rotation is not working. Here is what I have done with questions I have:
I followed aha0413 post #15 - factory rest, started with Brujo123 post #6, downloaded market fix and Then used isy post# 11 to edit the build.prop file in notepad but the text did not wrap properly. But I still added the 4 lines. I left out the line, (what I believe to be a comment line) #0~7 you are required to get the correct install direction according the sensor placement on target board. Was this not correct?
After the edit I continued with Brujo123 post #6. When I downloaded the superuser file I selected the 3.1.3 version for Arm devices. Unzipped and moved to proper folders
Then I got down to step 4 in Brujo123 post. The Dumping of the ROM! Started to do this but did not know what I needed to do. Followed the Dump guide step 1-3, skipped the rest and substitued brunoj123 step4. What do I need to do here?
Then typed exit (brujo123 step 5) and continued with step 6 and 7.
I do not think I was able to complete the steps from aha0413 post 15; removing local.prop file. I had a typo. But I exited out of the command prompt and now I do not know how to get back to the root promt with the "#" How do I do this? I see I can install root explorer app but is that necessary?
Here is where I am at now. I have google play, the rotation is not working, it is off 90 degrees. I installed the explorer app. looked at the build.prop file and edited on the tablet. Everything I typed was in one line. It did not fix the rotation issue.
Should I just reset the tablet? Start over and try again?
Thanks for all input.
Rachelle
Comment
-
Messed up!
Hello All, The infomation on this thread is very helpful. But I am confused as to what I am doing and I have missed something. I have the PTAB8000. Thought that I had it done but the rotation is not working. Here is what I have done with questions I have:
I followed aha0413 post #15 - factory rest, started with Brujo123 post #6, downloaded market fix and Then used isy post# 11 to edit the build.prop file in notepad but the text did not wrap properly. But I still added the 4 lines. I left out the line, (what I believe to be a comment line) #0~7 you are required to get the correct install direction according the sensor placement on target board. Was this not correct?
After the edit I continued with Brujo123 post #6. When I downloaded the superuser file I selected the 3.1.3 version for Arm devices. Unzipped and moved to proper folders
Then I got down to step 4 in Brujo123 post. The Dumping of the ROM! Started to do this but did not know what I needed to do. Followed the Dump guide step 1-3, skipped the rest and substitued brunoj123 step4. What do I need to do here?
Then typed exit (brujo123 step 5) and continued with step 6 and 7.
I do not think I was able to complete the steps from aha0413 post 15; removing local.prop file. I had a typo. But I exited out of the command prompt and now I do not know how to get back to the root promt with the "#" How do I do this? I see I can install root explorer app but is that necessary?
Here is where I am at now. I have google play, the rotation is not working, it is off 90 degrees. I installed the explorer app. looked at the build.prop file and edited on the tablet. Everything I typed was in one line. It did not fix the rotation issue.
Should I just reset the tablet? Start over and try again?
Thanks for all input.
Rachelle
Comment
-
Originally posted by rvmclaughlin View PostThen used isy post# 11 to edit the build.prop file in notepad but the text did not wrap properly. But I still added the 4 lines. I left out the line, (what I believe to be a comment line) #0~7 you are required to get the correct install direction according the sensor placement on target board. Was this not correct?
Comment
-
Originally posted by rvmclaughlin View PostBut I exited out of the command prompt and now I do not know how to get back to the root promt with the "#" How do I do this?
---
I reconnected the tablet with my PC in debugging mode and removed the file "/data/local.prop" using three additional instructions,
1) C:\(dumpedfolder)> adb shell
2) shell@android:/ # rm /data/local.prop
3) shell@android:/ # exit
The final step, as provided by isy, is to restart the tablet.
---
Comment
-
Originally posted by lgmayka View PostThe latter. I followed the post written by aha0413 (which references posts by brujo123 and isy) and it worked for me. The only thing I can think of in your case is a typing error. Do you realize that this line has a small Q in it?
echo ro.kernel.qemu=1 >/data/local.prop
Thank you for the reply. I have not mispelled anything. The problem that I am getting are permission errors to change anything on the device: For example:
C:\(dumpedfolder)> adb remount (this should come up --> remount succeeded)
and I get the following error: remount failed: Operation not permitted
The same errors occur when using any other command. Permission denied
Comment
-
Originally posted by tkang View PostThe problem that I am getting are permission errors to change anything on the device:
echo ro.kernel.qemu=1 >/data/local.prop
According to this source:
---
Lesser known: if “ro.kernel.qemu” is 1, ADB shell runs as root:
...
Ultimate goal: get the string “ro.kernel.qemu=1” into /data/local.prop
---
If "adb remount" is failing, try "adb shell" and then simply "cat /data/local.prop". Make sure that the output is indeed
ro.kernel.qemu=1
If this is true, again try "adb reboot", wait a while, then "adb wait-for-device", then "adb remount".
Comment
-
Originally posted by lgmayka View PostNo, I don't think so. Instead, use wordpad to edit the build.prop. (wordpad handles the line feeds correctly.) Insert the lines exactly where told (right after something else).
Comment
-
Hey lgmayka and/or rvmclaughlin,
Would you mind writing up a step by step in one post exactly what you all did to get the google play installed incorporating all the lessons learned from brujo123 and isy?
Perhaps your step by step can be added as a sticky to this thread
Originally posted by rvmclaughlin View PostThanks,, I used wordpad to correct the file and redid the steps in brujo123. the rotation works.
Comment
-
Market safe
Originally posted by joel32137 View PostHey lgmayka and/or rvmclaughlin,
Would you mind writing up a step by step in one post exactly what you all did to get the google play installed incorporating all the lessons learned from brujo123 and isy?
Perhaps your step by step can be added as a sticky to this thread
Comment
What's Going On
Collapse
There are currently 1309 users online. 1 members and 1308 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment