Reverting to play from legacy on ThiaiZ 2.8 - LG Optimus 3D

Is there any way to get the original "market"/play back?
The legacy play is not working with new purchases an don't filter comments on version / device.
I tried restoring an old backup from titanium backup but that failed, do i have to do something to clean out legacy play first?
Sent from my LG-P920 using Tapatalk 2

First connect your phone with USB Debugging turned ON, on your pc and open ADB shell...
Then type:
su [hit enter]
mount -o rw,remount /system [enter]
rm /system/app/PhoneskyLegacy.apk [enter]
pm uninstall com.android.vending [enter]
reboot [enter]
After rebooting you will see the old market app just open it and you will be able to update it to the new Google Play 3.8.16 If you don't find the app (but I am pretty sure that you will) download it here!
HIT thanks if it worked

Awesome, that did indeed work
Thanks!
Sent from my LG-P920 using Tapatalk 2

Bender303 said:
Is there any way to get the original "market"/play back?
The legacy play is not working with new purchases an don't filter comments on version / device.
I tried restoring an old backup from titanium backup but that failed, do i have to do something to clean out legacy play first?
Click to expand...
Click to collapse
Strange. I've got both Play apps on ThiaiZ 2.8, the new and the legacy one, and both are working like they should. I just freeze the Legacy app when I don't use it with Titanium backup.

makaramk said:
First connect your phone with USB Debugging turned ON, on your pc and open ADB shell...
Then type:
su [hit enter]
mount -o rw,remount /system [enter]
rm /system/app/PhoneskyLegacy.apk [enter]
pm uninstall com.android.vending [enter]
reboot [enter]
After rebooting you will see the old market app just open it and you will be able to update it to the new Google Play 3.8.16 If you don't find the app (but I am pretty sure that you will) download it here!
HIT thanks if it worked
Click to expand...
Click to collapse
hi dude. i install everything for adb, but when i tipping "adb shell su", without ", i riceive that messagge: error: device offline.
i try with another cable but nothing change.
when i type adb devices-----> number offline
i have usb debugging turned on and all drivers install.
what is wrong?
tnx.

botson71 said:
Strange. I've got both Play apps on ThiaiZ 2.8, the new and the legacy one, and both are working like they should. I just freeze the Legacy app when I don't use it with Titanium backup.
Click to expand...
Click to collapse
That's strange, i read about that there would be a separate market app for legacy but mine only had legacy.
However I did a dirty flash from Promethius, maybe something to do with that.
Sent from my LG-P920 using Tapatalk 2

speedyranger said:
hi dude. i install everything for adb, but when i tipping "adb shell su", without ", i riceive that messagge: error: device offline.
i try with another cable but nothing change.
when i type adb devices-----> number offline
i have usb debugging turned on and all drivers install.
what is wrong?
tnx.
Click to expand...
Click to collapse
Did you write "adb shell" and then "su"?
Sent from my LG-P920 using Tapatalk 2

Bender303 said:
Did you write "adb shell" and then "su"?
Sent from my LG-P920 using Tapatalk 2
Click to expand...
Click to collapse
adb shell and then su.
now is ok.
i make a reboot.
thanks for answer.

I am glad that I helped

Bender303 said:
That's strange, i read about that there would be a separate market app for legacy but mine only had legacy.
However I did a dirty flash from Promethius, maybe something to do with that.
Sent from my LG-P920 using Tapatalk 2
Click to expand...
Click to collapse
There will be both.
Sent from my Transformer Prime TF201 using XDA Premium HD app

Related

better terminal emulator pro

i bought this cause i figured it was like cmd in my hand but i have not the slighest clue how to do adb commands in it. i was wondering if any one wanted to lend a helping hand and teach me how to insert commands like flashing a boot img for instance. i will pay the helper five dollars through paypal if they teach me how to flash a boot.img!
thanks in advance
Sent from my Heroc using the XDA mobile application powered by Tapatalk
$Su
#flash_image recovery /sdcard/*image name*
Edit: ah you said boot.img
tried doesn't seem like it worked. I am not suppose to use the stars correct? and the name is newBoot.ing and its in the front of my sdcard...
$Su
#flash_image recovery /sdcard/*image name*
Edit: ah you said boot.img
Click to expand...
Click to collapse
Sent from my Heroc using the XDA mobile application powered by Tapatalk

command to install apk

Is there a command that can be used in a terminal emulator on the hero to install an apk from the sdcard? If not can it be done using adb commands? I am trying one of the froyo roms and before I start installing anything through the market, I would like to install a file manager. I have AndExplorer in an apk on the sdcard but I can only access it through adb or a terminal emulator.
Just adb push it to systen/app or you could install appinstaller from the market.
Sent from my HERO200 using XDA App
Open terminal.apk and issue these commands hitting enter after each line.
su
cd /sdcard
cp "app.apk" /data/app
This should do the trick. I don't think it will work with a2sd but I could be wrong. I tested it out just a few minutes ago and it worked great.
Sent from my Heroic using XDA App
mbobino said:
Open terminal.apk and issue these commands hitting enter after each line.
su
cd /sdcard
cp "app.apk" /data/app
This should do the trick. I don't think it will work with a2sd but I could be wrong. I tested it out just a few minutes ago and it worked great.
Sent from my Heroic using XDA App
Click to expand...
Click to collapse
Worked great, thank you for the tip

[Q] Is there any way to reinstall a system app?

Hi,
I was having trouble with my app YouTubeTablet.apk, it stopped working while I was using it. thinking I was starting to get the hang of this OS, I found the apk in system/app/ and, thinking I could just reinstall it, I deleted it. It wont let me reinstall it. it trys to install, then just gives an error saying "app did not install"
I have been reading and searching all night, I have tried the chmod 644 and a few other things but nothing I have done has seemed to work to get this reinstalled.
Does anyone know a way to get this app back?
thanks,
John
Hello I'm not 100% certain as I'm also pretty new to this scene, but couldn't you just copy the apk back to /system/app ?
Sent from my ADR6300 using XDA App
Use a root explorer and copy the new app to /system/app. Restart and it should work.
I use ES File Explorer, but you have to check mount as read/write in the settings before you copy to system/
Install in /system/app and make sure your permissions are correct. Read: User, Group and Others checked and Write: User checked. Reboot
BTW Youtube crashed last night for everyone. Was a thread about it.
Thanks for the reply's,
I have tried most of this stuff, I tried the rest (changing the permissions) and it still doesn't show up in apps or install
not sure what else to try??
John
Try pushing it via adb then fixing permissions.
Beamed from my TF101 using Tapatalk HD
Xerravon said:
Thanks for the reply's,
I have tried most of this stuff, I tried the rest (changing the permissions) and it still doesn't show up in apps or install
not sure what else to try??
John
Click to expand...
Click to collapse
What ROM are you running? Just flash that ROM again without wiping.
infazzdar said:
Try pushing it via adb then fixing permissions.
Beamed from my TF101 using Tapatalk HD
Click to expand...
Click to collapse
Hi,
I have been trying to do this, I cant seem to do it
after installing sdk I am
1. booting into apx vol up + power while plugged into the pc (plus I tried pluging nto the pc after going into apx mode)
2. adb devices (none show) If I boot normally the devices do show
3. in apx mode, apx shows under devices and printers in my pc
so I tried to do adb remount with the TF booted normally it says not permitted, if I try in apx mode it says no device
I dont know, I am lost, I hope this is all my fault, it has to be, I am reading and reading, nothing I find, or stuff people tell me to try works. I am really starting to wonder about this OS
John
Xerravon said:
Hi,
I have been trying to do this, I cant seem to do it
after installing sdk I am
1. booting into apx vol up + power while plugged into the pc (plus I tried pluging nto the pc after going into apx mode)
2. adb devices (none show) If I boot normally the devices do show
3. in apx mode, apx shows under devices and printers in my pc
so I tried to do adb remount with the TF booted normally it says not permitted, if I try in apx mode it says no device
I dont know, I am lost, I hope this is all my fault, it has to be, I am reading and reading, nothing I find, or stuff people tell me to try works. I am really starting to wonder about this OS
John
Click to expand...
Click to collapse
It's ADB, you do NOT put it in APX mode. Just turn USB Debugging on.
Open the command window and type in ADB devices to see if your device come up.
This thread help with driver's and such for ADB
http://forum.xda-developers.com/showthread.php?t=1071584
baseballfanz said:
What ROM are you running? Just flash that ROM again without wiping.
Click to expand...
Click to collapse
I think I am running the stock rom, rooted. I dont have anyidea how to flash
Is there a way for me to reflash the same stock rom? If you can point me to same directions or info where I can try to learn this?
thanks
baseballfanz said:
It's ADB, you do NOT put it in APX mode. Just turn USB Debugging on.
Open the command window and type in ADB devices to see if your device come up.
This thread help with driver's and such for ADB
http://forum.xda-developers.com/showthread.php?t=1071584
Click to expand...
Click to collapse
thank you, I just read somewhere it had to be in apx for adb
Ok the devices do show in the list
I read to type
adb remount
adb push youtubetablet.apk /system/app/
adb push youtubetablet.odex /system/app/
to push these into system/app
when I type adb remount I get the error
"remount failed operation not permitted"
any idea what I am doing wrong
thanks
John
try
Code:
adb shell remount rw
baseballfanz said:
try
Code:
adb shell remount rw
Click to expand...
Click to collapse
It gives me
remount: permission denied
I just read I will quote below
"If it shows a $ sign when u type adb shell then u got no root son"
Ok, when I type adb shell I do get the $ does this mean I am not rooted? I do have su and can get su permissions in root explorer. heck that is what got me in this trouble, I was able to delete the youtubetablet apk from system/app/
adb
Xerravon said:
It gives me
remount: permission denied
I just read I will quote below
"If it shows a $ sign when u type adb shell then u got no root son"
Ok, when I type adb shell I do get the $ does this mean I am not rooted? I do have su and can get su permissions in root explorer. heck that is what got me in this trouble, I was able to delete the youtubetablet apk from system/app/
adb
Click to expand...
Click to collapse
What method did you use to root?
baseballfanz said:
What method did you use to root?
Click to expand...
Click to collapse
I used this one to root back on (8.6.5.9)
ASUS Transformer Root ToolKit V7.1 Universal (Windows) | 2011-09-22 (brk's)
http://forum.xda-developers.com/showthread.php?t=1185104
and I updated with these
[UPDATE] CWM - Stock + Root - 8.6.5.21 US 8.6.5.21-WW 8.6.6.23-WW Updated 12/29/2011 (daoist )
http://forum.xda-developers.com/showthread.php?t=1334673
I was able to do this in terminal emulator
mount -o rw,remount /system
cp sdcard/download/youtubetablet.apk /system/app/
cp sdcard/download/youtubetablet.apk /system/app/
mount -o ro,remount /system
this did seem to work, i mean It did copy the files into the system/app dir however I still dont see the app in my apps and still cannot install
One difference this time, if I copied the files into the system/app dir using root explorer then changed the permissions with root explorer I could, I mean it would allow me to check the box's and save the change
this time In root explorer I cannot keep or save the changes to the permissions, it gives some error about "not being able to change permissions on some file formats such as sdcard etc..." something like that
thanks
John
I was able to push the files over using this method found here (pushing it via adb with my TF in recovery (CWM)
http://androidforums.com/optimus-m-...anyone-who-has-rooted-deleted-lghome-apk.html
it did push the files but still doesnt show up as an app
The may seems simple and don't get mad at me for saying this, but did you reboot after you pushed it to /system /app? It should show up then. At least that is the way I push them and usually when it doesn't work, it is because I forgot that part.
Xerravon said:
[UPDATE] CWM - Stock + Root - 8.6.5.21 US 8.6.5.21-WW 8.6.6.23-WW Updated 12/29/2011 (daoist )
http://forum.xda-developers.com/showthread.php?t=1334673
John
Click to expand...
Click to collapse
Have you tried flashing that ROM again?
baseballfanz said:
Have you tried flashing that ROM again?
Click to expand...
Click to collapse
No I havent, is it ok to just reflash like that? I ask cause it says (in the thread) it wont work unless you have the update before that one installed.
Hi, Yes, I did reboot, actually tried the whole thing a few times/
thanks guys

Help in choosing correct steps

Hi!
I just bought xt1032 8gb, german market. Rom 4.4.2.
Can you suggest what steps should i petform in order to have cm11 installed? Links are also fine for some tutorials.
Thx.
jazzh said:
Hi!
I just bought xt1032 8gb, german market. Rom 4.4.2.
Can you suggest what steps should i petform in order to have cm11 installed? Links are also fine for some tutorials.
Thx.
Click to expand...
Click to collapse
Here you go.. But read the thread before flashing it..
http://forum.xda-developers.com/showthread.php?t=2608377
Press thanks if I helped you
Sent from my XT1032 using XDA Premium 4 mobile app
OK, so I unlocked boot loader. Then rooted. Then installed cwm. Then performed backup. But now under folder clockworkmod I can't find my backup. Where is it? One more thing, I think root did not go well, no supersu app and total commander doesn't let me browse system files!?!
To root your phone download Superuser . zip from the below link and flash it via cwm..
http://goo.gl/DPrVzS
You need to copy the nandroid backup to pc using adb... You can't copy in usual way...
Sent from my XT1032 using XDA Premium 4 mobile app
Thx for supersu advice, i did it.
Now how to copy backup with adb, what is the location? I know its rhere somewhere cause i did backup rwice and the wnd time i saw free space was dramatically lower...
jazzh said:
Thx for supersu advice, i did it.
Now how to copy backup with adb, what is the location? I know its rhere somewhere cause i did backup rwice and the wnd time i saw free space was dramatically lower...
Click to expand...
Click to collapse
I have done one time, but forgot the location now.. Are you able to see the nandroid backup files using the file Explorer.. It's somewhere inside the media directory.. Can you check with any root Explorer and tell me the location..?
Sent from my XT1032 using XDA Premium 4 mobile app
I found 2 backups under /data/media/clockworkmod/backups/... both are about 1gb in size. I couldnt enter data folder before while unrooted.
Now i usually copy files from phone to my nas over lan, so i dont have to adb every time, thats why 8gb is not low for me ... but i cant copy these backups, nor i can delete one of them, as if supersu is not allowing it. I'll try with some other file manager.
jazzh said:
I found 2 backups under /data/media/clockworkmod/backups/... both are about 1gb in size. I couldnt enter data folder before while unrooted.
Now i usually copy files from phone to my nas over lan, so i dont have to adb every time, thats why 8gb is not low for me ... but i cant copy these backups, nor i can delete one of them, as if supersu is not allowing it. I'll try with some other file manager.
Click to expand...
Click to collapse
Try this and let me know if it works..
Enable USB debugging.. Connect your phone to USB..
Go to the adb location.. Open cmd there..
Try the below command and give enter..
adb pull /mnt/sdcard/clockworkmod/backup C:\clockbkp
If it doesn't work, try below
adb pull /mnt/shell/emulated/0/clockworkmod/backup C:\clockbkp
Let me know which one works.
Sent from my XT1032 using XDA Premium 4 mobile app
---------- Post added at 12:34 PM ---------- Previous post was at 12:33 PM ----------
jazzh said:
Thx for supersu advice, i did it.
Now how to copy backup with adb, what is the location? I know its rhere somewhere cause i did backup rwice and the wnd time i saw free space was dramatically lower...
Click to expand...
Click to collapse
Instead of saying thanks, press thanks button
Sent from my XT1032 using XDA Premium 4 mobile app
padhu1989 said:
adb pull /mnt/sdcard/clockworkmod/backup C:\clockbkp
Click to expand...
Click to collapse
It didn't work, I don't know whats wrong.
Although I'm using Linux Mint, not windows.
I installed adb and fastboot:
Code:
sudo apt-get install android-tools-fastboot
sudo apt-get install android-tools-adb
sudo apt-get install android-tools-fsutils
but list of adb devices is empty:
Code:
adb devices
List of devices attached
Then I created /.android/adb_usb.ini with lines
Code:
1
0x22b8
because I saw the vendor id with:
Code:
lsusb
Bus 001 Device 011: ID 22b8:2e80 Motorola PCS
but no devices found error again, tried also as root...
I must boot win in virtualbox and try from there then...
jazzh said:
It didn't work, I don't know whats wrong.
Although I'm using Linux Mint, not windows.
I installed adb and fastboot:
Code:
sudo apt-get install android-tools-fastboot
sudo apt-get install android-tools-adb
sudo apt-get install android-tools-fsutils
but list of adb devices is empty:
Code:
adb devices
List of devices attached
Then I created /.android/adb_usb.ini with lines
Code:
1
0x22b8
because I saw the vendor id with:
Code:
lsusb
Bus 001 Device 011: ID 22b8:2e80 Motorola PCS
but no devices found error again, tried also as root...
I must boot win in virtualbox and try from there then...
Click to expand...
Click to collapse
Sorry.. I'm not much familiar with Windows brother..
Sent from my XT1032 using XDA Premium 4 mobile app

/sdcard empty, can't write on it nothing overall

Hey. I have tried all of what i know, and i didn't get to a solution.
I can't do anything, for example take pictures or backing up whatsapp. and if i try to download somthing via chrome it says "No sd card"
HELP?
Format storage in TWRP
Sandman-007 said:
Format storage in TWRP
Click to expand...
Click to collapse
I can't do that because i'm want to save my whatsapp conversations.
BTW im on android L
I'd recommend you To install KitKat again, but if you want to keep L and be able To read your storage go To terminal and type "su", press enter, type "restorecon -FR /data/media/0", press enter, wait and then reboot. To backup your data before you can go To recovery and use ADB pull.
Sent from my Nexus 5 using XDA Free mobile app
What he said. Just to add on to that after you do adb pull to backup your data you can not use adb push to put it back on. You'll have permissions issues. You'll have to use MTP and just copy/paste the data back.
Ok, thanks!
And how do I do adb pull in the recovery? (TWRP 2.7.1)
bm19981217 said:
I'd recommend you To install KitKat again, but if you want to keep L and be able To read your storage go To terminal and type "su", press enter, type "restorecon -FR /data/media/0", press enter, wait and then reboot. To backup your data before you can go To recovery and use ADB pull.
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
YOU ARE ****ING GENIUS! i typed the command in the terminal and now all is ok, and nothing was lost!
thank you very much!
mojna37 said:
Ok, thanks!
And how do I do adb pull in the recovery? (TWRP 2.7.1)
Click to expand...
Click to collapse
Click the link in my signature and read the adb and fastboot thread.
Sent from my Nexus 5 using Tapatalk

Categories

Resources