[HOWTO]Fix the "keyboard missing" problem for Android apps in Windows 10 Mobile 10512 - Windows 10 Mobile

[HOWTO]Fix the "keyboard missing" problem for Android apps in Windows 10 Mobile 10512
Just install (using adb shell pm install) "MicrosoftInputMethod.apk" from attachment, and you're done.
Reboot the device after installation (I don't know if it's really needed)
Installation method:
adb push "C:/path/to/MicrosoftInputMethod.apk" /sdcard/MicrosoftInputMethod.apk
adb shell
pm install /sdcard/MicrosoftInputMethod.apk
Notes:
-Make sure to always use forward slashes ( / ) in every path.If you use backward slashes ( \ ), you'll get an error;
-if you use adb install "C:/path/to/MicrosoftInputMethod.apk", you will get [INTERNAL_AGENT_ERROR] error.Use adb shell pm install "C:/path/to/MicrosoftInputMethod.apk";
-If the attachment is downloaded as a .zip file, change its extension to .apk
Troubleshooting:
You can check if it's installed using some application that shows installed apps (i.e.: Shortcut Master (Lite))....
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If it's installed but keyboard doesn't appear, try the following:
-Install "Shortcut Master (Lite)" (attached to this very post) using adb install "C:/path/to/org.vndnguyen.shortcutmaster.lite-0.apk" . DON'T use pm install to install an application with an User Interface that should be available from menu;
-Open it, and touch the three dots in the upper right corner;
-Choose "Search";
-Click on "Enter text to search", and see if keyboard appears;
If yes, open the application where keyboard wasn't appearing, and see if it appears after that;
Best regards

i Will test ....now
Edit 1 : not working....i reboot
Édit 2 : after rebooting...not working topo
Édit 3 : i t'y with adb
This message
pkg: /data/local/tmp/MicrosoftInputMethod.apk
Failure [INTERNAL_AGENT_ERROR]
, ArgumentNullException, at Microsoft.Arcadia.Marketplace.PackageObjectModel.Apk.ApkResourceHelper.GetResource(ManifestStringResource manifestValue, IDictionary`2 resources)
at Microsoft.Arcadia.Marketplace.Converter.Portable.ImageAssetsConverter.LoadAndCacheApkImages()
at Microsoft.Arcadia.Marketplace.Converter.Portable.ImageAssetsConverter.WriteImageAssets()
at Microsoft.Arcadia.Marketplace.Converter.Portable.PortableApkToAppxConverter.GenerateOneAppxDirectory(AppxPackageConfiguration packageConfig)
at Microsoft.Arcadia.Debugging.AdbAgent.Portable.ApkInstallJob.<ConvertApk>d__15.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Microsoft.Arcadia.Debugging.AdbAgent.Portable.ApkInstallJob.<InstallAppAsync>d__5.MoveNext()

kwanice said:
i Will test ....now
Edit 1 : not working....i reboot
Édit 2 : after rebooting...not working topo
Édit 3 : i t'y with adb
This message
pkg: /data/local/tmp/MicrosoftInputMethod.apk
Failure [INTERNAL_AGENT_ERROR]
, ArgumentNullException, at Microsoft.Arcadia.Marketplace.PackageObjectModel.Apk.ApkResourceHelper.GetResource(ManifestStringResource manifestValue, IDictionary`2 resources)
at Microsoft.Arcadia.Marketplace.Converter.Portable.ImageAssetsConverter.LoadAndCacheApkImages()
at Microsoft.Arcadia.Marketplace.Converter.Portable.ImageAssetsConverter.WriteImageAssets()
at Microsoft.Arcadia.Marketplace.Converter.Portable.PortableApkToAppxConverter.GenerateOneAppxDirectory(AppxPackageConfiguration packageConfig)
at Microsoft.Arcadia.Debugging.AdbAgent.Portable.ApkInstallJob.<ConvertApk>d__15.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Microsoft.Arcadia.Debugging.AdbAgent.Portable.ApkInstallJob.<InstallAppAsync>d__5.MoveNext()
Click to expand...
Click to collapse
Hmmmm....What phone?
Nokia Lumia 930?
Are you just doing
adb install path\to\MicrosoftInputMethod.apk
?
Can you check if "Microsoft Input Method" is running?
Best regards

alb3530 said:
Hmmmm....What phone?
Nokia Lumia 930?
Can you check if "Microsoft Input Method" is running?
Best regards
Click to expand...
Click to collapse
How Can i check if its running?

kwanice said:
How Can i check if its running?
Click to expand...
Click to collapse
For the last error you posted (Failure [INTERNAL_AGENT_ERROR]), you couldn't install it.
Have you tried to install any other apk to see if apk installation isn't messed up for your phone?
Have you tried the Google Play stuff?If yes, chances are it corrupted something in your phone.
Best regards

i have several app Install on m'y phone and they are working...but without Keyboard
edit : i try Install annoter App. its working

kwanice said:
i have several app Install on m'y phone and they are working...but without Keyboard
Click to expand...
Click to collapse
But can you try to install any other apk, just to make sure installation error won't happen?
Best regards

i 'Ve told u...
i Install Moon reader just now ans its working
Edit :
If i try to Install Ur apk with apktow10m i have no error...but not working..
If i try to Install manally with adb, i have This error...

i try this but get same error my phone is Lumia 1520
is any one try soft reset after update to new build for fix problem

Didn't work for me either. Same error.
Hard resetting now. This sucks.

MOHSEN-UNIQUE said:
i try this but get same error my phone is Lumia 1520
is any one try soft reset after update to new build for fix problem
Click to expand...
Click to collapse
Probably some installation has affected your phone.
http://forum.xda-developers.com/showpost.php?p=62367177&postcount=423
If you happen to reset the phone, try to install microsoftinputmethod as the first apk...
Best regards

alb3530 said:
Probably some installation has affected your phone.
http://forum.xda-developers.com/showpost.php?p=62367177&postcount=423
If you happen to reset the phone, try to install microsoftinputmethod as the first apk...
Best regards
Click to expand...
Click to collapse
but i can install other app just i can't install this only and i don't know why?
i try to resat my phone tomorrow i will see what happens:good:

MOHSEN-UNIQUE said:
but i can install other app just i can't install this only and i don't know why?
i try to resat my phone tomorrow i will see what happens:good:
Click to expand...
Click to collapse
I've updated the first post with the method I used to install: push file to device, and then install from shell.
Check the first post.
Best regards

alb3530 said:
I've updated the first post with the method I used to install: push file to device, and then install from shell.
Check the first post.
Best regards
Click to expand...
Click to collapse
what Can we do if we dont have sdcard ??
On Nokia 930....im not sure IT Will work..
i test now... and : IT SEEM TO WORK
i Install other to Sée
EDIT : CONGRAT ! its work !

kwanice said:
what Can we do if we dont have sdcard ??
On Nokia 930....im not sure IT Will work..
Click to expand...
Click to collapse
Yes, sdcard is only a mount point....I have a Lumia 1020, and tested on it....
kwanice said:
...i test now... and : IT SEEM TO WORK
i Install other to Sée
EDIT : CONGRAT ! its work !
Click to expand...
Click to collapse
Cool

WOW this is so great! You are my HERO! Now i don't have to reset my phone. The Keyboard is working again in android apps.

alb3530 said:
Just install (using adb shell pm install) "MicrosoftInputMethod.apk" from attachment, and you're done.
Reboot the device after installation (I don't know if it's really needed)
Installation method:
adb push "C:/path/to/MicrosoftInputMethod.apk" /sdcard/MicrosoftInputMethod.apk
adb shell
pm install /sdcard/MicrosoftInputMethod.apk
Note: if you use
adb install "C:/path/to/MicrosoftInputMethod.apk"
, you may get the [INTERNAL_AGENT_ERROR] error
Best regards
Click to expand...
Click to collapse
the attachment isn't a .apk its a .zip file with no .apks in it ??

scottyost said:
the attachment isn't a .apk its a .zip file with no .apks in it ??
Click to expand...
Click to collapse
It's a working apk....I've just downloaded it and comparated it byte-to-byte with the one I had installed before: no difference between both files
Best regards

it's worked on my Nokia Lumia 930

@alb3530 thank you so much. I would buy you a beer if I could afford to.

Related

[Updated 2/7/2011]Tom XAP Installer v1.2 with multiple xaps install support

Hi all !
For all devices unlocked with ChevronWP7 Unlocker , we're can easy install custom ringtones or applications .XAP format via Application Deployment , but everytimes need open start menu --> Application Deployment then browser .xap to tool for install take too much times and almost make some in us crazy
That why i decided to write Tom XAP installer , basicly Tom XAP installer and Application Deployment are the same ( Alow install custom .xap to device and emulator windows phone 7 ) But Tom XAP installer a lot convenience , it's alow you install .xap with double click to file or simple just right click --> install xap
How to :
Download exe and put it somewhere in PC, run it , it will automatic add registry path of application and add menu , icon to .XAP files
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Then just close it and now double click to custom ringtones , or any .xap format files , the Tom XAP installer will automatic open and give you some details ( App name , Version , Author , Size , Description of XAP ) then select where you will install xap ( device or emulator )
Press Install and wait it finish.
Notices :
1. Tom XAP installer Requires .NET 4.0 Framework and Windows Phone 7 SDK
2. If you install xap to device
- Please make sure your device was unlocked with ChevronWP7 Unlocker ( Here is guide how to unlock )
- Make sure your device was connected with PC and Zune lauched
- Make sure your device not in sleep mode
3. If you move Tom XAP installer.exe to other location in PC , you should run it again one time for registry again location of application
4. If you don't like this software , just run Tom XAP installer.exe and uncheck " Enable Tom XAP installer" it will uninstall all registry of Tom XAP installer in your PC
-Updated v1.2 2/7/2011 :
-Update support multiple xaps install
-Make right admin access
Video :
http://www.youtube.com/watch?v=rORHjgsXmjc&hd=1
-Updated v1.1 1/9/2011 :
Fixed problems when install Games , now icons should works correctly !
For fix limit 10 .xap install to device , use new ChervonWP7 without limit xap install :
http://www.mediafire.com/?os9hxw12bydl8nq
Cheers !
Tom
Good Work bro, nice to see u back again
What value does this have over the official one?
WithinRafael said:
What value does this have over the official one?
Click to expand...
Click to collapse
you can create a folder of xap files on yr pc and just start clicking the xap files instead of xap deployer from sdk
Is t limited to only 7 installs still?
[email protected] said:
Is t limited to only 7 installs still?
Click to expand...
Click to collapse
Not yet , you can install all xap , not only 7
Hi tom, really good work.
Will this work on YOUR PORTING OF WP7 for hd2?
Great Tom!
nice to see you around
tom_codon said:
Not yet , you can install all xap , not only 7
Click to expand...
Click to collapse
Incorrect, ALL unlocked phones are restricted to 10 xap deployments.
walshieau said:
Incorrect, ALL unlocked phones are restricted to 10 xap deployments.
Click to expand...
Click to collapse
Ohh..any reason for limiting it to 10 ?
hdubli said:
Ohh..any reason for limiting it to 10 ?
Click to expand...
Click to collapse
It's a phone setting.
walshieau said:
It's a phone setting.
Click to expand...
Click to collapse
run unlock again and it can install more i guess ?
No, doesn't work like that. You get 10. That's it.
It's only a matter of time before we figure out a registry setting or a tweak that will allow more.
Is there a way for you to release a 2nd version of your utility that ONLY specifies Emulator by default, and points to a network path for the emulator, instead of assuming the hard file path? ie. instead of assuming c:\program files (x86)\Microsoft SDKs etc. it would either ask you for the path to XDELauncher.exe and accept network paths, or you could specify the network share path in a config file?
I'm wanting to put a XAPs on an internal site, and use a shared emulator on a network share to launch the app in the emulator when clicked on.
I'll donate if you can do it
[email protected] said:
Is t limited to only 7 installs still?
Click to expand...
Click to collapse
I believe it is possible to uninstall one of the sideloaded apps and then install another. There is a max on the number of sideloaded apps installed on a device. If you reach that max, you should uninstall one of the other sideloaded apps.
The chevronwp7 guys said at one time that it was just a setting that they could change easy? at least that is what it seemed to sound like? I may be off??
We can't update the tool, sorry 'bout that.
We can't update the tool, sorry 'bout that.
Click to expand...
Click to collapse
What's wrong with you Chevron guys? Why the hell did you work LIKE HELL on that unlocking stuff, just to shut the whole thing down in less than 2 weeks? You can't tell me you're still figuring out how to persuade Microsoft..
Deployment Tool & XAP installer
Hi Tom
Does your installer still require the developer deployment tools to function, or can I remove the deployment and continue using your installer?

[APP] Market Select -[R]- 07 Apr 12 -[U]- 21 Apr 12 -[V]- 0.3.0.0

Market Select
powered by HeathCliff74's WP7 Root Tools​
description
--- Change OEM / MO Market or Region
recognition
--- WPXBOX
terminology
--- OEM (Original Equipment Manufacturer)
------ e.g. HTC, Nokia, etc.
--- MO (Mobile Operator)
------ e.g. AT&T Wireless, T-Mobile, etc.
--- Soft Reset
------ restart; reboot
important
--- if change doesn't happen, soft reset device
--- please, save MO Market and upload to thread so i may enable more MO Market choices besides AT&T
release log
--- Market Select v0.3.0.0
------ see Post #26 or click here
--- Market Select v0.2.0.0
------ see Post #22 or click here
The application does nothing, I have fully unlocked Rom, my device is a HTC Trophy with DFT v3 Rom 7740
Sorry for the bad translation
elpinta25 said:
The application does nothing, I have fully unlocked Rom, my device is a HTC Trophy with DFT v3 Rom 7740
Sorry for the bad translation
Click to expand...
Click to collapse
have you done a Soft Reset? may be required to initiate changes.
sh4d0w86 said:
note(s)
--- if change doesn't happen, restart device
Click to expand...
Click to collapse
it works fine after soft reset. thanks.
quick question. there was a way to change the registry to obtain other OEM market access. However, that method lead to non functionality of any market app installed on the phone after using it a few times. Only a hard reset or restore of a backup would cure the phone. I assume this method does not have that problem.
I tried a few OEMs and so far no problems. thanks again.
since it only works after soft reset, maybe an option to reboot the phone would be nice.
Hi man, i can't save my MO to send to you !!! Why ??
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
poloche said:
Hi man, i can't save my MO to send to you !!! Why ??
Click to expand...
Click to collapse
will appear once you Save OEM. looking to change for future release.
Sorry man Ok, it's show "Save MO"
Take my profil marketplace in attachements man !
Thnakx for your work,
poloche said:
Sorry man Ok, it's show "Save MO"
Take my profil marketplace in attachements man !
Thnakx for your work,
Click to expand...
Click to collapse
I see figured out how. nice and thank you. most appreciated.
edit.
file seems to be corrupt; could you re-upload?
Ok
SavedDefault-Samsung Orange fr-FR.rar
Device : Samsung Omnia 7
Provider : Orange FR
poloche said:
Ok
SavedDefault-Samsung Orange fr-FR.rar
Device : Samsung Omnia 7
Provider : Orange FR
Click to expand...
Click to collapse
that one worked; thank you, again.
Originally Posted by elpinta25 View Post
The application does nothing, I have fully unlocked Rom, my device is a HTC Trophy with DFT v3 Rom 7740
Sorry for the bad translation
Click to expand...
Click to collapse
have you done a Soft Reset? may be required to initiate changes.
Originally Posted by sh4d0w86 View Post
note(s)
--- if change doesn't happen, restart device
Click to expand...
Click to collapse
Hi reboot the device and nothing happens, no other users have the same problem Trophy.
But thank you very much for your work is very good
elpinta25 said:
Hi reboot the device and nothing happens, no other users have the same problem Trophy.
But thank you very much for your work is very good
Click to expand...
Click to collapse
try using with WP7 Root Tools. add Market Select as Trusted.
sh4d0w86 said:
try using with WP7 Root Tools. add Market Select as Trusted.
Click to expand...
Click to collapse
Thank you! The application is perfect, thanks again for your support.
I have only one question where they keep the OEM? I look at the file manager and no where to be found.
I hope that is not too much trouble and forgive for my bad English
elpinta25 said:
Thank you! The application is perfect, thanks again for your support.
I have only one question where they keep the OEM? I look at the file manager and no where to be found.
I hope that is not too much trouble and forgive for my bad English
Click to expand...
Click to collapse
glad you find it useful. when you save OEM and/or MO they are saved in !SavedDefault folder in the application's folder.
When I tap on Save OEM, I get to see Save MO but when I tap on Save MO, the app exits.
Samsung Focus 8107, v 1.3
wpxbox said:
When I tap on Save OEM, I get to see Save MO but when I tap on Save MO, the app exits.
Samsung Focus 8107, v 1.3
Click to expand...
Click to collapse
does the LKG_MOStoreConfig.xml get saved to !SavedDefault folder in the application's install folder? or does it just close the app without saving?
i am changing the way OEM & MO are saved in the next release; will be done automatically on first boot of application.
hope to release it tonight or tomorrow, depending on time.
saw article about Market Select on WPXBOX, added link to original post.
derausgewanderte said:
it works fine after soft reset. thanks.
quick question. there was a way to change the registry to obtain other OEM market access. However, that method lead to non functionality of any market app installed on the phone after using it a few times. Only a hard reset or restore of a backup would cure the phone. I assume this method does not have that problem.
I tried a few OEMs and so far no problems. thanks again.
since it only works after soft reset, maybe an option to reboot the phone would be nice.
Click to expand...
Click to collapse
this happened to me before with the old xap files where you apply one for each oem ,,,
is there the same risk here with this one?
which XAP files? I haven't had any problems with Market changing with Market Select thus far.
sh4d0w86 said:
which XAP files? I haven't had any problems with Market changing with Market Select thus far.
Click to expand...
Click to collapse
this thread:
http://forum.xda-developers.com/showthread.php?p=20327086#post20327086
ahmedfikry said:
this thread:
http://forum.xda-developers.com/showthread.php?p=20327086#post20327086
Click to expand...
Click to collapse
Market Select uses the same style of implementing the Market change, but not in the same method.

[GUIDE]Root Alcatel One Touch Glory 2S Pro 4011x

Guide to root Alcatel One Touch Glory 2S Pro​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Disclaimer : This guide is provided with no warranty. You are installing this software at your own risk. You may be violating your warranty.
Steps required :
1. Install Alcatel One Touch Manager
2. Install Root Master (In Chinese Language ONLY)
3. On device, check USB debugging & Allow mock locations
4. Open Root Master, connect the device to computer via USB cable
5. After the device successfully connected, the GREY button in the red box will turn GREEN
6. Click on the GREEN button and wait for the process to complete
7. Device will reboot and now a Chinese superuser app will be there in the app drawer
8. Now the device is rooted & enjoy the superuser privilege
ADDON for non-chinese user :
For those who doesn't like or don't know chinese language, you can switch to another superuser app
1. Download SuperSU app from the attachment
2. Place the app in /system/app/ with the file explorer that have root access such as Root Explorer or equivalent
3. Set the permission rw-r--r--
4. Disable the chinese superuser app so that only one superuser app run at each time
5. Reboot
6. Check the root status using Root Checker
***If this screen is displayed out, congratz and now you are having root access with SuperSU app which is in English version. Enjoy
***If you wants to remove the Chinese superuser, now you are very safe to remove it from /system/app/
Screenshots
Reserved
Kudos man..your guide is very useful, as I'm a heavy user of root apps..really appreciate this..:good::good::good:
thanks
I did it..thanks
thanx dude, but how to disable the chinese one?
mogongz said:
thanx dude, but how to disable the chinese one?
Click to expand...
Click to collapse
after installed superSU or superuser via cwm or playstore (make sure binary updated and binary access accepted 1st), download any bloat remover exp : nobloat or master uninstaller from playstore. then uninstall the Chinese superuser. restart. DONE.
THNKS
mogongz said:
thanx dude, but how to disable the chinese one?
Click to expand...
Click to collapse
jayXzMx said:
after installed superSU or superuser via cwm or playstore (make sure binary updated and binary access accepted 1st), download any bloat remover exp : nobloat or master uninstaller from playstore. then uninstall the Chinese superuser. restart. DONE.
THNKS
Click to expand...
Click to collapse
Thanks to the reply that given by you to the others...
There is an alternative way to achieve it by using root explorer or equivalent.
Go to /system/app and delete the chinese superuser apk
Place the superSU.apk inside the /system/app and set permission to rw-r--r--
(Last time I've tried to download and install the superSU from playstore and update the binary but the superSU seems doesn't work if it didn't placed as system app. But if works for your phone then congratz)
anyone make custom rom for this phone??lolx
Gabrieltan said:
anyone make custom rom for this phone??lolx
Click to expand...
Click to collapse
You can only hope for some developer that really interest to mod this phone LOL...
BTW I'm not a developer so can't help on this
DreamerTKM said:
You can only hope for some developer that really interest to mod this phone LOL...
BTW I'm not a developer so can't help on this
Click to expand...
Click to collapse
hahahaha... see when i free, maybe try add in some mod.. but the problem is cwm does not work properly in this phone.. heard few hardbrick when flash cwm.. maybe i try signed the zip so that can use in stock recovery..
System apps
Thanks for the rooting guide, u using that phone currently ? can you upload the EngineerModeSim.apk here (inside the system/app)? because i deleted it to prevent it lock my phone if i use other carrier sim card...but i need to get it back if i want to have system updates.
Need that apk files badly ~
What if my One touch manager doesn't want to connect my phone? It kept saying OT 4011x is not supported. I downloaded the one from ur link. Pls help
dkcheong1127 said:
Thanks for the rooting guide, u using that phone currently ? can you upload the EngineerModeSim.apk here (inside the system/app)? because i deleted it to prevent it lock my phone if i use other carrier sim card...but i need to get it back if i want to have system updates.
Need that apk files badly ~
Click to expand...
Click to collapse
Sorry for late reply....I mostly active in the i9001 forum and recently busying with my college project...Here you go~
You are just lucky that I didn't deleted that apk during I clean up the bloatwares by Alcatel~
Since the apk is odexed maybe you need the odex file as well..(It is a compressed file, not a CWM flashable)
adlfurball said:
What if my One touch manager doesn't want to connect my phone? It kept saying OT 4011x is not supported. I downloaded the one from ur link. Pls help
Click to expand...
Click to collapse
For your issue, I can't test it out because I've deleted the one touch manager apk file inside my phone. However, in order to root this phone we do not need the help of the one touch manager. We install it just because we want the driver that came with the package.
You just straight away use the Root Master to check for the phone driver status etc, if everything ok the button at the bottom right will turn green. Click on the green button to root it and you are good to go
Hope it helps. Cheers
DreamerTKM said:
Sorry for late reply....I mostly active in the i9001 forum and recently busying with my college project...Here you go~
You are just lucky that I didn't deleted that apk during I clean up the bloatwares by Alcatel~
Since the apk is odexed maybe you need the odex file as well..(It is a compressed file, not a CWM flashable)
For your issue, I can't test it out because I've deleted the one touch manager apk file inside my phone. However, in order to root this phone we do not need the help of the one touch manager. We install it just because we want the driver that came with the package.
You just straight away use the Root Master to check for the phone driver status etc, if everything ok the button at the bottom right will turn green. Click on the green button to root it and you are good to go
Hope it helps. Cheers
Click to expand...
Click to collapse
Brother,
I try and root the phone with the method provided.
Can you help me partition sd card so I can increase some internal memory?
Thank in advance
thanks for this guide, my phone is now root :laugh: :good:
mrzakir said:
Brother,
I try and root the phone with the method provided.
Can you help me partition sd card so I can increase some internal memory?
Thank in advance
Click to expand...
Click to collapse
Sorry but I'm not a developer so can't help you on this...I'm only root this phone to get rid of the bloatwares.
cannot fix help me
hello can anyone help me to fix my alcatel ot glory s2 pro 4011x ?
screen become blank when i change the boot animation.
i change desc.txt 320X480 fsp 30.and suddenly it become blank.
and internal storage cannot be found in my computer .what i suppose to do?
i can make call to my fon but the screen blank..can anyone help me..please....im newbie ..huhu
syafiqjoe said:
hello can anyone help me to fix my alcatel ot glory s2 pro 4011x ?
screen become blank when i change the boot animation.
i change desc.txt 320X480 fsp 30.and suddenly it become blank.
and internal storage cannot be found in my computer .what i suppose to do?
i can make call to my fon but the screen blank..can anyone help me..please....im newbie ..huhu
Click to expand...
Click to collapse
Actual location for boot screen:
/custpack/JRD_custres/Bootanimation.zip and set permission rw-r--r--
Seems you not delete the "Thumb.db" inside the folder that cause that problem. recover firmware with Mobile Upgrade S.
That's cool. Thanks for the guide!
Easiest method now to root using Framaroot.apk.. Install apk & with 1 click you success root your device..
Sent from my GT-N7100 using xda premium

[How to]Root Project Astoria

Root section #​Hello guys,
after 45564564165 hours of research (joke but this took me about 1 week ._.) I finally rooted Project Astoria
Images
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Current issues​Apps can't request root because of limit of project astoria. I'm working on it.
Procedure​Perform an Hard reset first.
After settings up, deploy Root Tool.
Go to Lumia Registry Editor, click on navbar > templates and then select all.
Close the app and go to settings > Update and security > For developers.
Enable developer mode and click on Discovery. It should show to you the pin.
Download Astoria Tools.rar
Extract it.
Open that extracted folder.
You should see wconnect and so on.
On the "void" area, make SHIFT + Right click, and then click to "Open Command prompts here".
Write wconnect usb and write the pin.
After this, download AOW shortcut.7z in the attachment, extract it, copy that in your phone, example "Phone\Documents"
Now, go to your phone and open File Explorer. Open Documents and click on Aow shortcut
Go to RootFS directory and delete the file init.
Warning, there are 2 files, you need to delete "init.rc", it has about 20-19 KB.
Restart now your phone.
Keep it plugged on computer and wait about 5 minutes. it should you show "Windows Phone" device connection.
Open it and go to: Data\Users\DefApps\APPDATA\Local\Aow\RootFS
Download from Astoria folder link, the latest Rootkit & Gapps version.
Extract it.
Copy ALL Files to the phone (Data\Users\DefApps\APPDATA\Local\Aow\RootFS).
It ask you if you want to replace/merge files. Say Yes.
Press yes if it show this to you:
After you finished you need to set MTP to the standard path.
Download CustomPFD and deploy it.
Open that app.
Navigate to TWEAKS PAGE and click to General tweaks.
Navigate to UTILITIES: check FULL FS ACCESS and uncheck again.
Restart your phone.
Download Superuser.rar and extract it on Astoria tools folder.
After boot, connect to your pc and install superuser.apk (adb install superuser.apk)
After installation, you can launch the command "adb shell" and as you can see you are a root user
I'm really destroyed but at the same time happy
THANKS​djamol and ngame for his Interop Unlock method/app.
Marocco2 for his help.
snickler for his help.
Pasqui industry for making CustomPFD.
(I forgot someone?)
And all member of XDA and the world itself
Download​
Astoria Folder (Astoria Tools - AOW shortcut - Rootkit & gapps): http://astoriafolder.adeltax.com (Redirect to mediafire)
Attached some files because of problem with mediafire (stupid block)
-- EDIT --
If you have problem with installing APK after root, go to your phone and delete packageinstaller.odex using Aow shortcut and going to RootFS > System > app folder (The lowest size, approx 153 KB)
GAPPS Section​
Not yet, still working on it.
Here will be my "research"
Changelog:
v0.72
First version.
I will make GUI Installer/Package manager or something like this.
You are a monster, on fire!
\o/.
U are my hero o/
Happy rooting
Ah so you actually have to delete the init.rc files and wait for them to reproduce? That's why! Awesome job. I can't wait to test this out @ADeltaX
Hello there,
I can then the Google Play Store etc. properly use and also
Install Android applications on the Store from Google?
HannHenne said:
Hello there,
I can then the Google Play Store etc. properly use and also
Install Android applications on the Store from Google?
Click to expand...
Click to collapse
Not yet. For now it's very hard to resolve an "issue".
@ADeltaX, have you tried Insecure root or insecure su binary? The su binary that doesn't rely on a root management app like SuperSU? Because we can get direct root access on an app instantly if it requests for root with that...
Sent from Ponyville
Can we get a custom android with root now?
Got to final Stage now im getting an error code 14 Problem booting Astoria
Using Lumia Icon (929) on OS 10166
Lanex777 said:
Can we get a custom android with root now?
Click to expand...
Click to collapse
Nope, you need to edit Hyper-v library (and this is impossible)
darkcroc said:
Got to final Stage now im getting an error code 14 Problem booting Astoria
Using Lumia Icon (929) on OS 10166
Click to expand...
Click to collapse
Some files are missing on AOW folder.
Retry and replace the folder again.
mrchezco1995 said:
@ADeltaX, have you tried Insecure root or insecure su binary? The su binary that doesn't rely on a root management app like SuperSU? Because we can get direct root access on an app instantly if it requests for root with that...
Sent from Ponyville
Click to expand...
Click to collapse
Nope, Sincerely I never heard about insecure SU binary.
The SU version is a modded one, because if I use the SuperSU version, on invoking SU it say "segmentation fault" --> mean something doesn't work like shared object (library aka .so).
Someone can compile strace binary for armeabi/armeabi-v7a?
At this time Virtual Box doesn't want to start (I have Linux Mint in VM with AOSP source).
ADeltaX said:
Nope, Sincerely I never heard about insecure SU binary.
The SU version is a modded one, because if I use the SuperSU version, on invoking SU it say "segmentation fault" --> mean something doesn't work like shared object (library aka .so).
Click to expand...
Click to collapse
Some Chinese tablets I fix had insecure su... How did I know? When I adb shell it's already # . Or those only work with adb and not apps requiring su permission?
Sent from Ponyville

Windows 10 mobile for Lumia 630?

Hello,
i know that Redstone won´t work on that device, but i have been told that some previouse versions of Windows 10 mobile worked on it. Can you please give me some advice on how i can get a compatible version ?
Windows Insider App is already installed and i joined the fast ring. However, no updates are shown if i try to update in settings.....
Please help!
Regards,
impact 79
impact79 said:
Hello,
i know that Redstone won´t work on that device, but i have been told that some previouse versions of Windows 10 mobile worked on it. Can you please give me some advice on how i can get a compatible version ?
Windows Insider App is already installed and i joined the fast ring. However, no updates are shown if i try to update in settings.....
Please help!
Regards,
impact 79
Click to expand...
Click to collapse
At this time there's no way longer presents for your phone .
you have to wait for Boot Loader unlock . by the latest news you should heard about it (Microsoft accidently published their secure boot golden key) it must no longer takes to the hack release then you can use upgrade advisor and registry hack to upgrade to TH2 (10586 build of windows 10)
The link contains cabs download link for updating from latest wp8.1 to windows 10 mobile 10586.107. For Lumia 630 (RM-978) .
Using iutool to push cab files to the phone .Then check update for 10586 in settings.
Waitting for RS on L630 too...
fishersfish said:
The link contains cabs download link for updating from latest wp8.1 to windows 10 mobile 10586.107. For Lumia 630 (RM-978) .
Using iutool to push cab files to the phone .Then check update for 10586 in settings.
Waitting for RS on L630 too...
Click to expand...
Click to collapse
Is there a link for .cab files of RM-976?
BlueTR said:
Is there a link for .cab files of RM-976?
Click to expand...
Click to collapse
Sorry, I don't have one. I only captured the update links for myself before.
fishersfish said:
Sorry, I don't have one. I only captured the update links for myself before.
Click to expand...
Click to collapse
Will it brick my device if i try the RM-978 files on my RM-976 ?
impact79 said:
Will it brick my device if i try the RM-978 files on my RM-976 ?
Click to expand...
Click to collapse
I am just a guy who like flashing roms. I am not sure, it may not. ( Mine is a Dual-SIM module ,yours is of single SIM )
Just tried to flash those files on my RM-976. Unfortunately the update stops with ERROR 0x800b0100.
Seems that the windows security .dll files are not properly registered.
Do i have to unlock the phone or something else before trying to flash ?
impact79 said:
Just tried to flash those files on my RM-976. Unfortunately the update stops with ERROR 0x800b0100.
Seems that the windows security .dll files are not properly registered.
Click to expand...
Click to collapse
iutool doesn't need anything else to be done before pulling update files to the phone
Iutool Error Codes
https://msdn.microsoft.com/en-us/library/windows/hardware/mt131833(v=vs.85).aspx
"TRUST_E_NOSIGNATURE" means what? Maybe someone knows it.
I am getting 0x801882c1 error code while installing updates any idea about this? Error code specifies 0x801882C1 E_CABAPI_NOT_CABINET BTS_E_PER_APP_REQUEST_LIMIT_REACHED not really sure what that means. Downloaded all files twice and tried.
---------- Post added at 09:25 PM ---------- Previous post was at 09:04 PM ----------
KillerTheLord said:
I am getting 0x801882c1 error code while installing updates any idea about this? Error code specifies 0x801882C1 E_CABAPI_NOT_CABINET BTS_E_PER_APP_REQUEST_LIMIT_REACHED not really sure what that means. Downloaded all files twice and tried.
Click to expand...
Click to collapse
Solved this by deleting extra Desktop.ini file. How getting same error as above 0x800b0100.
Readstone can be run on Lumia 630 (512MB RAM) ! The update packages( cab files) can be downloaded from catalog.update.microsoft.com ( search your phone carrier name, like mine: 000-HK ), queue by time ,add 14343 to bucket and download .( other items for 10586 and erlier version; there SHOULD HAVE the links for upgrading from wp8.1 to 10586.107 ). If you can not click to download , view the poped-up webpage's source then copy and sort the download links by yourself.
You only need to download the files similar to the files you grabbed when updating 10586.107 to 10586.545. OR similar to the files in my attachment. It seems that difference to OS language packages can be ignored.
*.cbs_*.cab files are for FULL update, maybe they can be used on 10586.545 ; *.cbsu_*.cab files must can be used on 10586.545. They CANNOT be used at the same time, I update failed once due to this.
Replace IME and Speech data packages with yours.
Use iutool.exe to push cab files to your phone as usual.
If you update failed and your downloaded files are not broken, try to replace thoes files which their name start with or like:
microsoft.devicelayout_qc8x26_16k.mainos.cbs_
microsoft.soc_qc8x26_16k.mainos.cbs_
for other defination, replace this file: microsoft.prerelease_protected.mainos_res_480x800.cbs_*.cab .I am not sure if it can be used on Lumia 630.
Here is my screenshot: SO.....SO exciting!!!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
@fishersfish:
sounds great, thanks for sharing!
However, i don´t understand completely yet. I have Win Phone 8.1 Update (8.10.14234.375) on my Lumia 630 (Carrier 000-DE).
Which files do i have to download ?
fishersfish said:
Readstone can be run on Lumia 630 (512MB RAM) ! The update packages( cab files) can be downloaded from catalog.update.microsoft.com ( search your phone carrier name, like mine: 000-HK ), queue by time ,add 14343 to bucket and download .( other items for 10586 and erlier version; there SHOULD HAVE the links for upgrading from wp8.1 to 10586.107 ). If you can not click to download , view the poped-up webpage's source then copy and sort the download links by yourself.
You only need to download the files similar to the files you grabbed when updating 10586.107 to 10586.545. OR similar to the files in my attachment. It seems that difference to OS language packages can be ignored.
*.cbs_*.cab files are for FULL update, maybe they can be used on 10586.545 ; *.cbsu_*.cab files must can be used on 10586.545. They CANNOT be used at the same time, I update failed once due to this.
Replace IME and Speech data packages with yours.
Use iutool.exe to push cab files to your phone as usual.
If you update failed and your downloaded files are not broken, try to replace thoes files which their name start with or like:
microsoft.devicelayout_qc8x26_16k.mainos.cbs_
microsoft.soc_qc8x26_16k.mainos.cbs_
for other defination, replace this file: microsoft.prerelease_protected.mainos_res_480x800.cbs_*.cab .I am not sure if it can be used on Lumia 630.
Here is my screenshot: SO.....SO exciting!!!
View attachment 3844880
Click to expand...
Click to collapse
impact79 said:
@fishersfish:
sounds great, thanks for sharing!
However, i don´t understand completely yet. I have Win Phone 8.1 Update (8.10.14234.375) on my Lumia 630 (Carrier 000-DE).
Which files do i have to download ?
Click to expand...
Click to collapse
Sorry, I didn't find either(Maybe I am just too excited ). But there must be a way! A guy from my country ( China ) just capture a lot of update cabs ( from wp8.1 to w10m ) this month. But not include your phone. He must used an other way.
Here is the guy:
http://bbs.wfun.com/home.php?mod=space&uid=1183465
http://weibo.com/u/1144511064
fishersfish said:
Sorry, I didn't find either(Maybe I am just too excited ). But there must be a way! A guy from my country ( China ) just capture a lot of update cabs ( from wp8.1 to w10m ) this month. But not include your phone. He must used an other way.
Here is the guy:
http://bbs.wfun.com/home.php?mod=space&uid=1183465
http://weibo.com/u/1144511064
Click to expand...
Click to collapse
Hi. Do you still have the Build 10586 for Lumia 630 dual sim 512 ram ?please upload this for me so I can flash it on my phone using WP Internal.please I really need it.
ngame said:
At this time there's no way longer presents for your phone .
you have to wait for Boot Loader unlock . by the latest news you should heard about it (Microsoft accidently published their secure boot golden key) it must no longer takes to the hack release then you can use upgrade advisor and registry hack to upgrade to TH2 (10586 build of windows 10)
Click to expand...
Click to collapse
I have downloaded the cab files and but iutool give me error no update files found
mirasal2 said:
I have downloaded the cab files and but iutool give me error no update files found
Click to expand...
Click to collapse
Seems it's command issue .
iutool -v -p C:\Update\*
this is the exact command for when you put update files in c:\Update folder , Do not forget \* it means install anything presents in this path .
ngame said:
Seems it's command issue .
iutool -v -p C:\Update\*
this is the exact command for when you put update files in c:\Update folder , Do not forget \* it means install anything presents in this path .
Click to expand...
Click to collapse
I'm sorry to tell you it didn't work.
Do I have to extract cab files?
Which version from iutool should use,mine is seems like 2014 version
mirasal2 said:
I'm sorry to tell you it didn't work.
Do I have to extract cab files?
Which version from iutool should use,mine is seems like 2014 version
Click to expand...
Click to collapse
No difference witch version are you using .
and surely you don't have to extract cabs . It the thing that will phone do on prepairing for installation
ngame said:
No difference witch version are you using .
and surely you don't have to extract cabs . It the thing that will phone do on prepairing for installation
Click to expand...
Click to collapse
Could you tell me the steps clearly,please?

Categories

Resources