[TUT]How to install Nokia , Samsung ,HTC app on any Device - Windows Phone 8 Development and Hacking

Hi , I foun an easy and simple way to Browse and download from market as a third-party device.
I just translate and arrange this
Source:http://www.windowsmania.pl/poradnik...rketu-jako-urzadzenie-innego-producenta-5114/
In response to the two other guides I decided to improve them and make them an easy and quick way to installation of any application from the collection of another manufacturer. I'm not here for the fun of change application ID and connect via USB. The guide (if no one is angry) I used some screenshots of the other instructions on this board go:
TOOLS:
Download and install Fiddler:
Code:
Code:
http://fiddler2.com
And Folow:
1-Go to Tools -> Fiddler options -> Connections and select as below
{
"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"
}
2-Close and Run the program again.
3-Press start+r then enter: Ipconfig
to know what is your IP
4-Enter the WiFi settings on your phone and click on the active WiFi connection (same on you pc , not 3G)
Edit it and type in the IP read the above paragraph and the port number 8888
Then Save Settings
5-Open the store from you mobile.
6-From PC ,on Fiddler'a with the active window Press Ctrl + R ,(it will open the notebook), press Ctrl + F and paste:
Code:
OnBeforeRequest (oSession: Session) {
The location shown in the screenshot paste the contents of the subsidiary as of the manufacturer to browse Market
Code:
if (oSession.uriContains ("Nokia"))
{
oSession.url = oSession.url.Replace ("Nokia", "Samsung");
}
Save changes to the file and close Notepad.
>>First is your phone manufacture and second is manufacture you want to use it's app.
7-Open store and search for the app you want , and once you opened the instal page , leave it and go to wifi setting page and remove the proxy configration , then go to app instal page and click install and have fun.

This is actually same solution as Nokia Portal and Proxy from Reker,
still thanks for the tut's, at least now people who don't have chance to grab nokia portal app & don't want to use proxy from reker can do this by themself...

otonieru said:
This is actually same solution as Nokia Portal and Proxy from Reker,
still thanks for the tut's, at least now people who don't have chance to grab nokia portal app & don't want to use proxy from reker can do this by themself...
Click to expand...
Click to collapse
I search for this after Nokia Portal not work for me
But : after I do this and use some app from nokia and samsung , My battery is drain fast , I do not know why .
Edit: I think here drive+ cause battery drain

better translation and original source (tut by me).
source: http://forums.wpcentral.com/windows-phone-8/236596-download-market-other-manufacturer.html

pawlakpl said:
better translation and original source (tut by me).
source: http://forums.wpcentral.com/windows-phone-8/236596-download-market-other-manufacturer.html
Click to expand...
Click to collapse
your (tut) is missing the last step
you must turn off proxy sitting from wifi page before app download or it will give error
and I mention the link for source clearly before write any thing
any way thanks' for ur efforts

zinzar said:
The location shown in the screenshot paste the contents of the subsidiary as of the manufacturer to browse Market
Code:
if (oSession.uriContains ("Nokia"))
{
oSession.url = oSession.url.Replace ("Nokia", "Samsung");
}
Save changes to the file and close Notepad.
>>First is your phone manufacture and second is manufacture you want to use it's app.
7-Open store and search for the app you want , and once you opened the instal page , leave it and go to wifi setting page and remove the proxy configration , then go to app instal page and click install and have fun.
Click to expand...
Click to collapse
I couldn't get it to work until I made Nokia and Samsung all caps.

Bjd223 said:
I couldn't get it to work until I made Nokia and Samsung all caps.
Click to expand...
Click to collapse
Yes, it must be written uppercase like "NOKIA","SAMSUNG" etc.

when i start fiddler i dont have internet acces either on my pc ( win 8.1) or my phone (ativ s) someone can help? please

miki89 said:
when i start fiddler i dont have internet acces either on my pc ( win 8.1) or my phone (ativ s) someone can help? please
Click to expand...
Click to collapse
do you have the "enableloopback" utility installed and checked the boxes stated in the op?
Sent from my GT-I8750 using Tapatalk

matgras said:
do you have the "enableloopback" utility installed and checked the boxes stated in the op?
Sent from my GT-I8750 using Tapatalk
Click to expand...
Click to collapse
yes and i m still in trouble.. :/

if you need Nokia Here Drive+ try this proxy 103.13.29.118 (no need fiddler) but you must use SysApp Pusher on phone to open app in Store

dxdy said:
if you need Nokia Here Drive+ try this proxy 103.13.29.118 (no need fiddler) but you must use SysApp Pusher on phone to open app in Store
Click to expand...
Click to collapse
i need nokia camera.. smart camera and others nokia apps for cam.. i already tried sysapp pusher but i cant reach these apps..

miki89 said:
yes and i m still in trouble.. :/
Click to expand...
Click to collapse
have you checked the the "confirm" box on your phone after applying the proxy?

matgras said:
have you checked the the "confirm" box on your phone after applying the proxy?
Click to expand...
Click to collapse
which confirm button?

miki89 said:
which confirm button?
Click to expand...
Click to collapse
After starting fiddler you need to open a command prompt as admin on your pc, type "ipconfig" and lookup the ipv4 local adress.
Now install "sysapp pusher" from the market.
Open wifi settings, enable proxy and fill in the ipv4 adress you've looked up before + the port you set fiddler to (change it in fiddler settings to something like 1309)
Now click on your phone the "confirm" button in order to save the proxy.
in the attachments i have a pic with everything explained.
Open sysapp pusher and try to install some apps. Not all of them work but a lot of them do.
On case you're using a lumia 520 for example; Nokia camera beta *will* work, the normal one doesn't.
Sent from my GT-I8750 using Tapatalk

For lumia 520 app Camera beta work without proxy. I know because installed to 520 without problem.
Sent from my Lumia 920 using Tapatalk

matgras said:
After starting fiddler you need to open a command prompt as admin on your pc, type "ipconfig" and lookup the ipv4 local adress.
Now install "sysapp pusher" from the market.
Open wifi settings, enable proxy and fill in the ipv4 adress you've looked up before + the port you set fiddler to (change it in fiddler settings to something like 1309)
Now click on your phone the "confirm" button in order to save the proxy.
in the attachments i have a pic with everything explained.
Open sysapp pusher and try to install some apps. Not all of them work but a lot of them do.
On case you're using a lumia 520 for example; Nokia camera beta *will* work, the normal one doesn't.
Click to expand...
Click to collapse
I did all that and i have eanble loopback and i still dont have internet access when i enable fiddler either on phone or pc.. :/

miki89 said:
I did all that and i have eanble loopback and i still dont have internet access when i enable fiddler either on phone or pc.. :/
Click to expand...
Click to collapse
you needed nokia camera right?
i'll send you the xap
check your pm

miki89 said:
when i start fiddler i dont have internet acces either on my pc ( win 8.1) or my phone (ativ s) someone can help? please
Click to expand...
Click to collapse
before fiddler starting disable your antivirus , then go to internet option from windows control panel then go to connection then lan setting then unchecked (automatically detect......)
start fiddler and follow the tut.

Related

{A} solving the problem of Wireless gt-5512 galaxy y pro duos

hello everyone, I'm new to the forum as I can not post in the area of ​​development so I decided to post here ... when I started the rom arbayong of guy saw that the wi-fi did not work, there started looking on the internet and found the error and remediation for him ... follow the tutorial below ...
One. Enter the settings menu of Android
2nd. Settings Wireless and network
3rd. WiFi Settings
4th. Connect the antenna desired (or publishing house)
5th. Will show the famous message (Getting IP address) only if it's because they do not think well ever ...
6th. Now click on the Menu android (which is one of the triangle on the top bar)
7th. Click the "Advanced"
Eight. Select Fixed IP
9th. Now enter IP, Gateway, and DNS Maskara.
10. Go back and try to navigate if the addresses are correct your internet browsing will normally
Tip you can test the addresses below:
configuration 1
IP 192.168.1.150
Gateway 192.168.1.1
mask 255.255.255.0
DNS1 8.8.4.4
8.8.8.8 DNS2
configuration 2
IP 192.168.0.150
Gateway 192.168.0.1
mask 255.255.255.0
DNS 8.8.4.4
configuration 3
IP 192.168.2.150
Gateway 192.168.2.1
mask 255.255.255.0
DNS 8.8.4.4
{
"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"
}
I got here and I'm with the upgrade 1.1 and wi-fi is working 100%
I have helped ..
hug
Good work bro.. I will let them know about your thread in dev thread.. nice find..
Sent from the MUST have app!
Thanks for confirming this work around works.
I could not test this procedure 2 days ago myself as I had no wifi. Can you change "fixed ip" ip to "static ip" and (DNS maskara" to "dns mask"? The are more correct terms
Sent from my GT-B5512 using Tapatalk 2
Its this working?
Sent from my GT-S5360 using xda premium
salvaje0886 said:
Its this working?
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Why not try as it will never harm your phone?
Sent from my GT-B5512 using Tapatalk 2
arbayong said:
Thanks for confirming this work around works.
I could not test this procedure 2 days ago myself as I had no wifi. Can you change "fixed ip" ip to "static ip" and (DNS maskara" to "dns mask"? The are more correct terms
Sent from my GT-B5512 using Tapatalk 2
Click to expand...
Click to collapse
sorry, is that I have a few posts then I'm secure in what I can do, I can not even edit my topic ... but do what patience ... sorry for the english, I'm from Brazil ...
I can confirm that this solution with static address does work but it make no sense for people who uses many Wi-Fi networks.
I've made some research after googling around and the reason being is permission problem. I'm not Linux guru and ask people and ROM makers to please correct me.
The error is the following
Code:
Error dhcpcd 1082 /system/etc/dhcpcd/dhcpcd-run-hooks: Permission denied
I've set permissions to this file to allow execute and write. I know it's a bit to much and additional test needs to be done to find out what exact permissions should be set. But it worked for me!! I was able to connect to wi-fi network at work. Will test it again at home.
Hope it helps someone.
myafik said:
I can confirm that this solution with static address does work but it make no sense for people who uses many Wi-Fi networks.
I've made some research after googling around and the reason being is permission problem. I'm not Linux guru and ask people and ROM makers to please correct me.
The error is the following
Code:
Error dhcpcd 1082 /system/etc/dhcpcd/dhcpcd-run-hooks: Permission denied
I've set permissions to this file to allow execute and write. I know it's a bit to much and additional test needs to be done to find out what exact permissions should be set. But it worked for me!! I was able to connect to wi-fi network at work. Will test it again at home.
Hope it helps someone.
Click to expand...
Click to collapse
permissions for that file are r-xr-x--- in mine which is working fine in my rom.. which is 550 if you want to add it in updater-script
myafik said:
I can confirm that this solution with static address does work but it make no sense for people who uses many Wi-Fi networks.
I've made some research after googling around and the reason being is permission problem. I'm not Linux guru and ask people and ROM makers to please correct me.
The error is the following
Code:
Error dhcpcd 1082 /system/etc/dhcpcd/dhcpcd-run-hooks: Permission denied
I've set permissions to this file to allow execute and write. I know it's a bit to much and additional test needs to be done to find out what exact permissions should be set. But it worked for me!! I was able to connect to wi-fi network at work. Will test it again at home.
Hope it helps someone.
Click to expand...
Click to collapse
Thanks man. U saved the day. Will test it and make a fix in an hour or two. Unpardonable that I did not notice it was perm issue.
Sent from my GT-B5512 using Tapatalk 2
I confirm that this method fixes problem. Since this thread arose from use of hatyon rom 1.1, I will assume you are using it. Here is how to go about it:
Method 1
Code:
1. Open terminal
2. Type 'su' without quotes and hit enter
3. Type 'chmod 755 /system/etc/dhcpcd/dhcp-run-hooks' without the quotes and hit enter on keyboard
4. Type 'exit' + enter key
5. Repeat step 4 to exit terminal
6. If wifi is on, turn it off and on again
7. It should work. Remember to type command as you see it here
8. Report here or hatonrom thread if works or not
Method 2
Code:
1. Open root file explorer/browser
2. Browse to /system/etc/dhcpcd
3. Long press on the file 'dhcpcd-run-hooks'
4. Scroll down to and select permissions.
5. Give owner 'rwx' permissions and also give group and others 'r-x' and exit app. See attached screenies.
6. Same as 6 in method 1
SCREENIES
see attached screenies in their correct order.
NB: in the screennies i gave all three users 'rwx' permissions. i recommend you untick the 'w' permission for 'group' and 'other'
Sent from my GT-B5512 using Tapatalk 2
arbayong said:
I confirm that this method fixes problem. Since this thread arose from use of hatyon rom 1.1, I will assume you are using it. Here is how to go about it:
Method 1
Code:
1. Open terminal
2. Type 'su' without quotes and hit enter
3. Type 'chmod 755 /system/etc/dhcpcd/dhcp-run-hooks' without the quotes and hit enter on keyboard
4. Type 'exit' + enter key
5. Repeat step 4 to exit terminal
6. If wifi is on, turn it off and on again
7. It should work. Remember to type command as you see it here
8. Report here or hatonrom thread if works or not
Method 2
Code:
1. Open root file explorer/browser
2. Browse to /system/etc/dhcpcd
3. Long press on the file 'dhcpcd-run-hooks'
4. Scroll down to and select permissions.
5. Give owner 'rwx' permissions and also give group and others 'r-x' and exit app. See attached screenies.
6. Same as 6 in method 1
SCREENIES
see attached screenies in their correct order.
NB: in the screennies i gave all three users 'rwx' permissions. i recommend you untick the 'w' permission for 'group' and 'other'
Sent from my GT-B5512 using Tapatalk 2
Click to expand...
Click to collapse
Well done Mate.
The first one does work.
+1 from me for the fix
Well, for the convenience of other users, can you release a zip update for it?
anyways, its your call.
In mu phone change permission is not suceesful.
Sent from my GT-B5512 using Tapatalk 2
Darshan Modi said:
In mu phone change permission is not suceesful.
Sent from my GT-B5512 using Tapatalk 2
Click to expand...
Click to collapse
what do you mean? you can't change permission or you mean after changing permissions, wifi still did not work?
i hope you are not on stock unrooted rom.
@Modi, if after successfully changing permissions wifi is not fixed, then give us logcat. look at Nitubhaskar's signature for his latest thread as it has instructions on how to take logcat.
@Smartxtreme. will try making update.zip tomorrow. i though it was much easier to just change the permissions manually instead of going into cwm recovery, flashing and rebooting.
op should mark the thread as solved.
arbayong said:
op sure mark the thread as solved.
Click to expand...
Click to collapse
it wasnt a question thread to begin with.. so solved is inappropriate... [solution] would be more proper i feel
nitubhaskar said:
it wasnt a question thread to begin with.. so solved is inappropriate... [solution] would be more proper i feel
Click to expand...
Click to collapse
i get your point Nitu. op should use correct tag as you suggested. seems you are addicted to the forum and can't even stay away for a day to concentrate on your exam. did i say good luck in your exams?
arbayong said:
i get your point Nitu. op should use correct tag as you suggested. seems you are addicted to the forum and can't even stay away for a day to concentrate on your exam. did i say good luck in your exams?
Click to expand...
Click to collapse
Ya you did.. thanks..
Yup.. checking xda every half an hour is bad habit...
Or you could say addiction.. I don't want to though
**Nothing is True... Everything is Permitted**
Muffins.. muffins everywhere!
help on wifi fix for Samsung Galaxy Y pro duos b5512
i tried using the methods that were posted here http://forum.xda-developers.com/showpost.php?p=34105560&postcount=10
the first method didnt work because the terminal force closes.
i did the second method and ticked the right boxes that were indicated and pressed apply. i turned wifi on and off and on but it still cant connect.
when i checked the permissions for dhcpcd-run-hooks it went back to its original like this
are there more methods? or can you send me a working terminal so i can try method 1
im using hatyonrom 1.1 and my phone is rooted
arbayong said:
I confirm that this method fixes problem. Since this thread arose from use of hatyon rom 1.1, I will assume you are using it. Here is how to go about it:
Method 1
Code:
1. Open terminal
2. Type 'su' without quotes and hit enter
3. Type 'chmod 755 /system/etc/dhcpcd/dhcp-run-hooks' without the quotes and hit enter on keyboard
4. Type 'exit' + enter key
5. Repeat step 4 to exit terminal
6. If wifi is on, turn it off and on again
7. It should work. Remember to type command as you see it here
8. Report here or hatonrom thread if works or not
Method 2
Code:
1. Open root file explorer/browser
2. Browse to /system/etc/dhcpcd
3. Long press on the file 'dhcpcd-run-hooks'
4. Scroll down to and select permissions.
5. Give owner 'rwx' permissions and also give group and others 'r-x' and exit app. See attached screenies.
6. Same as 6 in method 1
SCREENIES
see attached screenies in their correct order.
NB: in the screennies i gave all three users 'rwx' permissions. i recommend you untick the 'w' permission for 'group' and 'other'
Sent from my GT-B5512 using Tapatalk 2
Click to expand...
Click to collapse
hello arbayong
i have a little problem,i did all steps for the rom exactly as you say but when i reached the point to fix the wi-fi for 1.1 my phone didn't have root permission and1) the terminal app crashes 2)the file explorer doesn't contain any /system.is there any way to fix it?or is it possible to go back to hayton 1 version?
thanks for your understanding
wankel13 said:
hello arbayong
i have a little problem,i did all steps for the rom exactly as you say but when i reached the point to fix the wi-fi for 1.1 my phone didn't have root permission and1) the terminal app crashes 2)the file explorer doesn't contain any /system.is there any way to fix it?or is it possible to go back to hayton 1 version?
thanks for your understanding
Click to expand...
Click to collapse
you did not follow my instructions well so go back and read at least the first three posts in Hatyon rom thread and you should get your problem solved as i have explained how to get root access via file explorer there (seee the additional instructions part). the rom is rooted. you just have to tell superuser.apk which apps should be given root previledge. on the issue of terminal app, you can install your own from android market.
when you encounter a problem, the first thing you should do is to ask yourself if you have followed all tips well.

[ROM] HUAWEI Ascend W1-U00 | v1.32 | Now available !!

Hi all
I would like to everyone present the first Custom Windows Phone 8 ROM for HUAWEI Ascend W1-U00.
{
"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"
}
Informations
Windows Phone 8.1 GDR1
Build 14219
Dev unlock
Interop unlock
All capabilities
Changed size partitions :
MainOS - 2,1 GB
Data - 1,5 GB
Additional
Can enable mass storage mode
Searching updates PfD
without dev account and app from market.
Available 51 Langs
ar-SA
az-Latn-AZ
be-BY
bg-BG
ca-ES
cs-CZ
da-DK
de-DE
el-GR
en-GB
en-US
es-ES
es-MX
et-EE
fa-IR
fi-FI
fil-PH
fr-CA
fr-FR
he-IL
hi-IN
hr-HR
hu-HU
id-ID
it-IT
ja-JP
kk-KZ
ko-KR
lt-LT
lv-LV
mk-MK
ms-MY
nb-NO
nl-NL
pl-PL
pt-BR
pt-PT
ro-RO
ru-RU
sk-SK
sl-SI
sq-AL
sr-Latn-CS
sv-SE
th-TH
tr-TR
uk-UA
uz-Latn-UZ
vi-VN
zh-CN
zh-TW
How to flash ?
So... The whole update process will proceed in two steps. The first step is flashing the ROM in which certain features are unlocked (required for flashing custo ROM). Performance of the system, its working, etc have not been changed. The second and last step concerns flashing Custom ROM.
! REMEMBER! Everything you do at your own risk.
Step 1 !
a) Download ROM and Flash tool
b) Run "HWDiagnosticApp (##2846579#) ", turn on "Diag settings" and reset phone.
c) Run Flash Tool , select ROM file / Config XML and click "Scan && Download".
d) Now your phone should reset and start in download mode.
If your phone does not want to start the download mode, use QPST​
e) When phone displays 100%, and the inscription OK. The process of flashing rom is complete. Now you need Reset the phone (press power button on 15 sec or remove battery). Flash tool displays information about the bad file FFU, just ignore it .
Step2 !
Before you begin the process of flashing Custom ROM, make sure that you have a ROM with ability to run the device in mass storage mode. If not, flash it. Also remember that after flashing Custom ROM you need perform the first start (until you see the start menu). If you already have ROM with the ability to run in mass storage mode, you can follow the below instructions.
a) Download latest ROM + WP8CRUU, link at the bottom of the page.
b) Run device in mass storage mode
c) Run WP8CRUU.exe and follow the instructions in the program.
!!Attention!!​​​​If you have Custom ROM , you only need start the phone in Mass Storage mode and flash new Custom ROM with WP8CRUU. You do not have flash everything from scratch !!
How to Enable Mass Storage Mode ?
This is very simply, when you start your phone, press "cam" + "vol -" .
Changelog :
v1.32
- Build 14219
- Corrected some regstry entries
- Rebuild firmware packages
- Solved problem with the updates
Now you can update to W10 !
How to do it? Instruction is given below
You need set this values :
[HKEY_LOCAL_MACHINE\SYSTEM\Platform\DeviceTargetingInfo]
"PhoneManufacturer"="NOKIA"
"PhoneManufacturerModelName"="RM-976_1115"
"PhoneFirmwareRevision"="01061.00066.14235.36003"
"PhoneHardwareVariant"="RM-976"
"PhoneMobileOperatorName"="000-GB"
You can use this REG editor (working without CustomWPSystem app)
Important! You need choose "sign in with different account" in Windows Insider otherwise the program will not search for updates !
v1.10
- Fixed a bug with memory card detection
- Fixed bug with incorrect reading of the battery status
Click here to download v1.32
Click here to download v1.10
Click here to download v1.00
Super Big thanks for donations :
€10,00 EUR
$15,00 USD
$16,00 USD
$33,00 USD
$66,00 USD
If you appreciate my work, click it ​
Good work!
May be you should hide langs under a spoiler.
Trying not to get jealous --- Lumia user here
Great work indeed! When you say "mass storage mode" do you literally mean USB mass storage mode (view the phone's storage as a block device)? That would be... very impressive. I'm guessing you need to reboot the phone to enter such a mode though. Alternatively, if you "just" mean Full FS Access via MTP, that's still very cool.
One thought: did you include the Samsung RPC server (so that tools written for interop-unlocked Samsung phones will work)? If not, it may be difficult to port some apps; not all the relevant parts of the registry are writable even with capability unlock (unless you modified the registry ACLs) and I can't find an arbitrary registry write function in the Huawel WINMDs (although there may be one I just didn't see; I did find a read function).
GoodDayToDie said:
Great work indeed! When you say "mess storage mode" do you literally mean USB mass storage mode (view the phone's storage as a block device)? That would be... very impressive. I'm guessing you need to reboot the phone to enter such a mode though. Alternatively, if you "just" mean Full FS Access via MTP, that's still very cool.
One thought: did you include the Samsung RPC server (so that tools written for interop-unlocked Samsung phones will work)? If not, it may be difficult to port some apps; not all the relevant parts of the registry are writable even with capability unlock (unless you modified the registry ACLs) and I can't find an arbitrary registry write function in the Huawel WINMDs (although there may be one I just didn't see; I did find a read function).
Click to expand...
Click to collapse
I saw read/write dword functions somewhere in Huawei apps.
Finally. This literally might be the only way to upgrade the Tracfone version since straight talk has no plans on releasing a update. Been flashing all the foreign GDR2 Huawei W1 ROMS and all work fine but don't allow me to use 3G. Really hope this project takes off and possibly a work around for users with the Tracfone branded version of the phone.
soft of reker work in your rom?
http://forum.xda-developers.com/showthread.php?t=2685826
reksden said:
soft of reker work in your rom?
http://forum.xda-developers.com/showthread.php?t=2685826
Click to expand...
Click to collapse
You can't talk about copyright.
-W_O_L_F- said:
You can't talk about copyright.
Click to expand...
Click to collapse
I'm writting:
reker written this xap and jailbreak. I don't change original files.
GoodDayToDie said:
When you say "mass storage mode" do you literally mean USB mass storage mode (view the phone's storage as a block device)?
Click to expand...
Click to collapse
Yes ... If you can enter to Mass storage mode you need reboot phone and press appropriate buttons
anonymous007 said:
don't allow me to use 3G
Click to expand...
Click to collapse
In my ROM 3G works fine !
WojtasXda said:
Yes ... If you can enter to Mass storage mode you need reboot phone and press appropriate buttons
In my ROM 3G works fine !
Click to expand...
Click to collapse
you should try to сopy reсovery(huawei w1) in htс 8x (rom)/ if you are familiar with the format nbh
reksden said:
you should try to сopy reсovery(huawei w1) in htс 8x (rom)/ if you are familiar with the format nbh
Click to expand...
Click to collapse
Hmmm , you should stop posting **** like that in threads it doesn't belong !!!!!
HARDWARE HARDWARE HARDWARE isn't the same !!!
read this and read it real carefully.
http://forum.xda-developers.com/showpost.php?p=51233276&postcount=5
and ps , nbh is a container , in that container are another few .nb containers , and they are signed !!!
reksden said:
you should try to сopy reсovery(huawei w1) in htс 8x (rom)/ if you are familiar with the format nbh
Click to expand...
Click to collapse
It didn't work without bricking your phone, because HTC has other hardware and other bootloader!
Please stop posting stuff in development thread if you don't know about development!
I'm sure WojtasXda will find a way to do this on all WP8 devices, BUT WAIT!
please can you give us the link off your rom ?
Update... Info in first post !
WojtasXda said:
Update... Info in first post !
Click to expand...
Click to collapse
This is great!!!
Bt is the a possibility to disable 3 collums?
athloni said:
This is great!!!
Bt is the a possibility to disable 3 collums?
Click to expand...
Click to collapse
Yes, you can disable 3 rows with WPH Tweaks by @jessenic: http://forum.xda-developers.com/showthread.php?t=2486387
Sent from my RM-915_nam_usa_228 using Tapatalk
Can I install WP8.1 with the Developer Preview program after using your ROM?
xdevilium said:
Can I install WP8.1 with the Developer Preview program after using your ROM?
Click to expand...
Click to collapse
Developer Preview only check some Registry Keys then apply a key I don't remember
When you have a Interop Unlocked devices you have Developer Unlock too . So there's no problem with using Dev Preview app.
I think next preview will release in 2nd of April , Yes?
ngame said:
Developer Preview only check some Registry Keys then apply a key I don't remember
When you have a Interop Unlocked devices you have Developer Unlock too . So there's no problem with using Dev Preview app.
I think next preview will release in 2nd of April , Yes?
Click to expand...
Click to collapse
yes
---------- Post added at 05:39 PM ---------- Previous post was at 05:38 PM ----------
Where can I find "HWDiagnosticApp"?
Also will this work on Windows 8?

[Ativ S][GT-I8750] WindowsMania custom ROM for WP8.1 Preview

Our second release of custom ROM made by marass82 for Ativ S to work smoothly with latest Preview upgrade. Files system access and ability to install homebrew apps like WPHtweaks and edit the registry with SamWP8Tools.
Depends on your base firmware and later upgrading to Preview you can choose between CMK2 and CMJ1 version of modification.Install Preview first then flash the phone with choosen custom.
Features:
Added the necessary privileges (WP8.1 blocks adding privileges as before using xap, so we've added to our necessary ROM)
Additional applications under trigger the camera like: Camera360, OneShot, SophieLens HD or Samsung Shooting Mode (just install it from market)
Activity rate of data packets
Added options on / off automatically download MMS
More Times ou for the screen lock options up to Never
Export contacts to your SIM card
Added Google search engine to choose IE
Removed several applications from Samsung
Full access to system files (WP8.1 jammed full access, but we managed to work around it as the first)
Audio lock removed after restart
Our forum when you first start IE
Replaced two color accents
Interop (functional)
Amendment settings to auto backlight sensor
Two CSC included:
XEO (Poland)
DBT (Germany)
How to flash:
English - http://forum.xda-developers.com/showthread.php?t=2391138
Polish - http://www.windowsmania.pl/poradnik...nding-lub-zmiana-oprogramowanie-na-gdr3-5424/
Base firmware, aka ROM CMK2 or CMJ1 if you need one:
http://forum.xda-developers.com/showthread.php?t=2568606
Click on Select and CSC for WP8.1 custom:
{
"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"
}
Resetting phone to factory settings is essential after flashing
Click to expand...
Click to collapse
Download your version and enjoy!
The NO FS mean there is no access to file system. Some of you do not like browsing folders to get into WP library
Source and more:
http://www.windowsmania.pl/romy-222...om-rom]-custom-windowsmania-pl-wp8-1-a-11199/
3rd copy of my ROM + some rare and useless features?
1) http://forum.xda-developers.com/showthread.php?t=2559622
2) http://forum.xda-developers.com/showthread.php?t=2727667
Speek to marass82, he must be newbe
djtonka said:
Speek to marass82, he must be newbe
Click to expand...
Click to collapse
But you know him well, because he is admin at windowsmania.pl like you...
If the rom is based on -W-O_L_F-´s work, at least you should give him credits. Just my opinion.
BTW when do you post the polish translation file ? I saw it´s online.
-W_O_L_F- said:
3rd copy of my ROM + some rare and useless features?
1) http://forum.xda-developers.com/showthread.php?t=2559622
2) http://forum.xda-developers.com/showthread.php?t=2727667
Click to expand...
Click to collapse
OK. All cutom roms will copy yours, because they are all created using your tools. And thank you for your work.
Is your rom contains new privileges that we got from WP8.1. and which allow for deeper changes in the registry? This so. (Obviously useless)
Does your rom have full access to system files? This so. (Obviously useless) (Anyway, I found a way to circumvent this and described on this forum. Sorry my mistake it no more repeats)
Does your ROM, you can choose an alternative application to operate the camera with the camera button?, This so. (Obviously useless) (useless to you, someone may like it)
I still have a few other changes that may be useless to you, but others may come in handy.
You probably are not interested in you that I found a way to add all privileges to WP8.1 on Ativie, nor useful. So much finished.
Is there a solution for flashing with Windows 8 pc, or still driver issue and flashing needs Windows 7 pc?
Loco5150 said:
Is there a solution for flashing with Windows 8 pc, or still driver issue and flashing needs Windows 7 pc?
Click to expand...
Click to collapse
LOL always have a spare xp machine for **** like this
Loco5150 said:
Is there a solution for flashing with Windows 8 pc, or still driver issue and flashing needs Windows 7 pc?
Click to expand...
Click to collapse
Disable Driver Signature Enforcement, then install the drivers. Works on win7, win8/8.1
marass82 said:
OK. All cutom roms will copy yours, because they are all created using your tools. And thank you for your work.
Is your rom contains new privileges that we got from WP8.1. and which allow for deeper changes in the registry? This so. (Obviously useless)
Does your rom have full access to system files? This so. (Obviously useless) (Anyway, I found a way to circumvent this and described on this forum. Sorry my mistake it no more repeats)
Does your ROM, you can choose an alternative application to operate the camera with the camera button?, This so. (Obviously useless) (useless to you, someone may like it)
I still have a few other changes that may be useless to you, but others may come in handy.
You probably are not interested in you that I found a way to add all privileges to WP8.1 on Ativie, nor useful. So much finished.
Click to expand...
Click to collapse
GOOOOOOOD, please share with us how to add all privileges to WP8.1 on Ativ S
marass82 said:
Disable Driver Signature Enforcement, then install the drivers. Works on win7, win8/8.1
Click to expand...
Click to collapse
My method:
1. Restart your computer and Disable Driver Signature Enforcement. (Press F1, F2, F5 or F7 when you press the power button)
2. In some cases you still can't install the driver due to errors so you install it manually from here.
3.Put your phone in 'Recovery Mode' by holding both the VolUp and Camera button, then hold the power button for 3 seconds while still holding the VolUp and Camera.
4. It is now detected in Device Manager. Click "Update Device Driver" and locate the path of the .INF driver. It will install successfully It will then install and the flashing tool will detect your phone.
ceesheim said:
LOL always have a spare xp machine for **** like this
Click to expand...
Click to collapse
Too much crap in my house already.
AlvinPhilemon said:
My method:
1. Restart your computer and Disable Driver Signature Enforcement. (Press F1, F2, F5 or F7 when you press the power button)
2. In some cases you still can't install the driver due to errors so you install it manually from here.
3.Put your phone in 'Recovery Mode' by holding both the VolUp and Camera button, then hold the power button for 3 seconds while still holding the VolUp and Camera.
4. It is now detected in Device Manager. Click "Update Device Driver" and locate the path of the .INF driver. It will install successfully It will then install and the flashing tool will detect your phone.
Click to expand...
Click to collapse
I need to try this!
Loco5150 said:
Too much crap in my house already.
I need to try this!
Click to expand...
Click to collapse
I use an eee 1002ha for all stuff like this
just to tell you :
on custom_windowsmania.pl_WP8_1_CMK2 there is no full file sys excess
edit:
after language Change to English us you get full file sys excess ( at least this was for me)
What is this warning "partition info does not match" after pressing start ?
The flashing tool log: (I didn´t load all binaries, only the csc)
[Channel 0] Channel Write CSC data Start!!
[Channel 0] Channel Write DBT CSC data Success!!
[Channel 0] Partition info does not Match !!
[Channel 0] Binary Download complete!!
Is this ok and I have to do a hardreset now ?
I don´t want to risk my phone at the current state of development of my IO Explorer app, but I need back the full-filesystem access.
contable said:
What is this warning "partition info does not match" after pressing start ?
The flashing tool log: (I didn´t load all binaries, only the csc)
[Channel 0] Channel Write CSC data Start!!
[Channel 0] Channel Write DBT CSC data Success!!
[Channel 0] Partition info does not Match !!
[Channel 0] Binary Download complete!!
Is this ok and I have to do a hardreset now ?
I don´t want to risk my phone at the current state of development of my IO Explorer app, but I need back the full-filesystem access.
Click to expand...
Click to collapse
its ok
just that Partition info is div then the old one on the phone ,
you get the same if you flash a gdr3 rom over a gdr1
and you always need to Hreset after a csc update .
ceesheim said:
its ok
just that Partition info is div then the old one on the phone ,
you get the same if you flash a gdr3 rom over a gdr1
and you always need to Hreset after a csc update .
Click to expand...
Click to collapse
So I have to do a hardreset now and that´s it ?
contable said:
So I have to do a hardreset now and that´s it ?
Click to expand...
Click to collapse
if you flashed the csc then yes
you could also wait and first do your stuff ( good work btw on the IO Explorer :good: )
ceesheim said:
if you flashed the csc then yes
you could also wait and first do your stuff ( good work btw on the IO Explorer :good: )
Click to expand...
Click to collapse
I could do it better with full-access to the filesystem, because on device some folders are invisible (e.g. WPSystem on the sd card), but you can browse them if you know the path. So I would like to browse on my desktop first...
The flashing process went well, but now I only can connect to the store via Wi-Fi, cellular network doesn´t connect. Any suggestions ?
Edit: My cellular network seems to be broken at all: email account doesn´t sync either.
contable said:
The flashing process went well, but now I only can connect to the store via Wi-Fi, cellular network doesn´t connect. Any suggestions ?
Edit: My cellular network seems to be broken at all: email account doesn´t sync either.
Click to expand...
Click to collapse
I've got the same problem recently, try editing the APN setting manually, add a new APN and insert as followed: APN-Name: "internet" , APN: "internet"
Leave all other fields blank/default.
Worked for me with o2 Germany.
Sent from my GT-I8750 using Tapatalk

QPST - Backup/Restore modem-config

How to get into Diag mode:
1) open dialer
2) enter: *#*#717717#*#*
3) you'll see a toast "diag mode enabled"
To disable diag-mode enter the same code again.
How to install drivers in Windows:
1) download and extract xiaomi_mi2_diag_driver.zip
2) after you've connected your phone in diag mode you'll see very much devices
3) choose custom source to search for driver and select the extracted folder.
4) only 3 of the devices will install it doesn't matter we don't need the others.
How to configure QPST:
1) open QPST configuration from start menu
2) on tab "ports" click on "Add new Port"
3) you should see two qualcom ports in the list. choose one and click OK.
4) if displayed phone name is SURF9615, you've selected the correct one. otherwise add the second device, too
But why?
Hello M1cha,
I'm sorry if this is obvious but what exactly can I use this for
Is it changing my IMEI?
And if so, why would I want to change it?
Again, I'm sorry if the answer is obvious and I'm just asking a stupid question.
Unrelated question:
Do you know if Xiaomi.eu will really shut down or not? I can't seem to get straight answers on the Q&A forum
Redme Note LTE TD
Hello
I used your guide and http://forum.xda-developers.com/cro...ad-progress-please-leave-im-updating-t2871269
to unlock the WCDMA frequencies on my Redmi NOTE LTE TD ... bought in china .... everything OK ... but the phone works on GPRS ... I have also tried using the menu * # * # 4636 # * # * .. but nothing ..
do you have same idea ??
thank you !
Gobbenobber said:
Hello M1cha,
I'm sorry if this is obvious but what exactly can I use this for
Is it changing my IMEI?
And if so, why would I want to change it?
Again, I'm sorry if the answer is obvious and I'm just asking a stupid question.
Unrelated question:
Do you know if Xiaomi.eu will really shut down or not? I can't seem to get straight answers on the Q&A forum
Click to expand...
Click to collapse
On mi2 u can't change the IMEI because it's locked.
But you can change several settings and unlock bands.
I don't think MA shuts down soon but Marks ups and downs are very annoying.
mzz75 said:
Hello
I used your guide and http://forum.xda-developers.com/cro...ad-progress-please-leave-im-updating-t2871269
to unlock the WCDMA frequencies on my Redmi NOTE LTE TD ... bought in china .... everything OK ... but the phone works on GPRS ... I have also tried using the menu * # * # 4636 # * # * .. but nothing ..
do you have same idea ??
thank you !
Click to expand...
Click to collapse
Maybe these bands really aren't supported by hardware?
m11kkaa said:
On mi2 u can't change the IMEI because it's locked.
But you can change several settings and unlock bands.
I don't think MA shuts down soon but Marks ups and downs are very annoying.
Maybe these bands really aren't supported by hardware?
Click to expand...
Click to collapse
but when I enable WCDMA ..i can see the network [0]=CellInfoWcdma ..... but the type of network is still GPRS ... maybe some setting?
I don't think so. That's the normal behavior if a band isn't supported.
You can even enabled LTE but it won't work because the hw doesn't support it.
Modem Dead
I'm sorry to bother you again, but I have a big problem ..... with Qualcomm QPST I have a modified live parameters for the WCDMA network, but now the modem does not work anymore (2g, 3g, lte) and I can not connect the phone with QPST (say NO pHONE) .... I can do something ??
thanks
Well you have to restore the parameters to the original ones. I hope you made a backup.
m11kkaa said:
Well you have to restore the parameters to the original ones. I hope you made a backup.
Click to expand...
Click to collapse
I can not do the restore ... QPST Configurator does not see the phone ... or is there another method ??
Is it possible to enable wcdma band 900 MHz on mi2s?
orlanddon said:
Is it possible to enable wcdma band 900 MHz on mi2s?
Click to expand...
Click to collapse
I'd like to know that, too
i have one of the first batch of mi2 without wcdma 900 and it's very important to my operator so you know if it's hw supported or not? If i mess up with miflash i will restore everything or not? After a wipe i must repeat all the procedure?
Does somebody know which code it is for Redmi2? *#*#717717#*#* doesn't work... I want to try to unlock LTE band 20 (800Mhz), do you think any chance?
Any of you have got unlock 900MHz 3G on MI2 with this ?
Very interested in.
regards
I tried the tips but something's wrong :
QPST is ok i see my phone MI2 : APQ8064
With RF NV manager i got the error when i read from phone :
NvManager::getNvItemsFromPhone( const string comPort ) - QpstServer::sendSyncImpl - Bad response from phone (DM packet commands 19-24)
Again when i tried to make a backup :
"Memory Backup failed"
"Disk Error while writing to file"
Really stange... any advise ?
m11kkaa said:
How to get into Diag mode:
1) open dialer
2) enter: *#*#717717#*#*
3) you'll see a toast "diag mode enabled"
To disable diag-mode enter the same code again.
How to install drivers in Windows:
1) download and extract xiaomi_mi2_diag_driver.zip
2) after you've connected your phone in diag mode you'll see very much devices
3) choose custom source to search for driver and select the extracted folder.
4) only 3 of the devices will install it doesn't matter we don't need the others.
How to configure QPST:
1) open QPST configuration from start menu
2) on tab "ports" click on "Add new Port"
3) you should see two qualcom ports in the list. choose one and click OK.
4) if displayed phone name is SURF9615, you've selected the correct one. otherwise add the second device, too
Click to expand...
Click to collapse
Hi M1cha, I'd like to so a backup, but I can't let it work.
My problems start from the biginning: when I enter the code I got no toast message. I tried to connect anyway the phone (when is on, with and without debug option), but I don't see much devices, only the usual MI2 MTP.
Suggestions? Could be ROM releated?
Fortinho said:
Hi M1cha, I'd like to so a backup, but I can't let it work.
My problems start from the biginning: when I enter the code I got no toast message. I tried to connect anyway the phone (when is on, with and without debug option), but I don't see much devices, only the usual MI2 MTP.
Suggestions? Could be ROM releated?
Click to expand...
Click to collapse
yes, this works in MIUI only
m11kkaa said:
yes, this works in MIUI only
Click to expand...
Click to collapse
Still problems :/
I got this:
{
"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"
}
And If I try to update drivers individually, only one will successfull install. It's normal?
Anyway, after that, I don't know how to open QPST configuration from start menu. What start menu?
Thank you.
Fortinho said:
Still problems :/
I got this:
And If I try to update drivers individually, only one will successfull install. It's normal?
Anyway, after that, I don't know how to open QPST configuration from start menu. What start menu?
Thank you.
Click to expand...
Click to collapse
Up.
Fortinho said:
If I try to update drivers individually, only one will successfull install. It's normal?
Click to expand...
Click to collapse
I don't know but you will see after with qpst if it works.
Fortinho said:
I don't know how to open QPST configuration from start menu. What start menu?
Click to expand...
Click to collapse
What windows do you've got?
With Seven : Start menu is bottom left on your screen
With 8 : go on the mosaic screen (where you have all your program) and type QPST. You will find QPST configuration

Changan Uni-T 2022 - s202_ica_spm8666p1_64_car

Hello everyone,
I have this model and its head unit is really buggy with apple car play, it would work once and stop working several times or just randomly disconnect from time to time. a pain to use honestly so I started scouring around for means of either fixing the buggy apple car play or experimenting with ways to make android auto work.
I tried the android box and it works fine, but its dependent on apple car play, and just yesterday I got this message:
{
"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"
}
And regardless of how many times i tried to reset the screen it kept on happening.
anyhow after some digging i found a thread somewhere that had the code for the developer mode.
Steps :
You go
- On the phone app press *#*#888 then press the call key
- A password prompt would come up the password is : 369875
Then a menu with full chinese text will be present, i tried everything until i found a settings button,
at first its an empty menu but if you swipe left or right you get taken into the default android settings menu, i tried starting developer mode and that works but there is no developer options menu in the main menu, probably disabled by the manufacturer.
i did find out that its running Android 9
and that this is the model code for the Headunit : s202_ica_spm8666p1_64_car
No idea if anything is possible at this point, but sharing just in case someone knows.
For as far as i know without toggling on USB debugging its not possible to sideload anything.
Anyone have any clue on where to go with this ?
Thanks
thanks for sharing this information, I have Changan Uni k 2023, and I used same steps you mentioned, and I got chinese panel, however, I found if you go to the second tab USB you'll find 2 options 1- using usb as an input, 2- using usb in ADB mode, I activated the ADB mode but still my laptop didn't recognize my car unit,
hope you or someone else can help us from here.
it worth to mention that if you go to the tab above cpu, it will show you 2 options, the first one "Settings" it will open Android settings, from there I went to last option "about" and to last item on it which's "IMEI" I think, if you click on it 7 times it will activate developer mode
then you will go back to main page of Android's settings, then advanced settings, then click the tab to show more advanced options, you'll find developer mode
I went there activated USB debugging, and change USB to file transfer, yet nothing happened!
be advised that I did all these steps in order to connect my car head unit to my computer so I can install file manger app by ADB then I can install any apps I wanted in this unit, so if your goal is different and you wanna just fix car play errors, you will need only to go to system settings in main page of the car then resetting,
it will work just fine!
Actually i started for just fixing the car play issue, but then i decided its better if i just go the ADB route and install a file manager app or some sort of store to download apks directly.
Did you get to make it work in the end ?
Actually I made progress !
If you go into the developer options there is a default USB connection thing that you can set to data transfer, and then if you do go ahead and go to the menu outside and set ADB from that other button it will connect to a pc.
So i tried the following command with ADB tools,
.\adb.exe install -g "C:\Users\vx_10\Desktop\platform-tools\android_auto.apk"
but keep getting errors
I must be missing a step or something, but hey progress made !
I did same steps but no luck, you have to make sure that your pc actually connected to your car by listening the connected devices by this command:
adb devices
then try install command
mine show 0 devices connected
maybe you need a different kind of cable, mine actually shows the device, i am only having this issue with the install about the password
god knows tried multiple cables
try this pass
aDB36987
all small letters
adb36987
EY3_2023 said:
all small letters
adb36987
Click to expand...
Click to collapse
where to input the password ? right after the file name ?
TheOneTheOnlyTheOne said:
where to input the password ? right after the file name ?
Click to expand...
Click to collapse
when ever password is requested as the picture you shared, or try:
adb root
adb shell
then enter the password
Thanks man ! i did a lot of progress, finally figured how to install stuff, but after doing so they do not show up in the apps, so i am trying to launch them with shell commands, i downloaded android auto and a browser
This worked for installing :
spm8666p1_64_car:/data/local/tmp $ pm install Browser_for_Android_2.3.5_Apkpure.apk
trying this command to launch them
spm8666p1_64_car:/data/local/tmp $ am start Browser_for_Android_2.3.5_Apkpure.apk
But getting this error
spm8666p1_64_car:/data/local/tmp $ am start Browser_for_Android_2.3.5_Apkpure.apk
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] pkg=Browser_for_Android_2.3.5_Apkpure.apk }
Error: Activity not started, unable to resolve Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=Browser_for_Android_2.3.5_Apkpure.apk }
Gonna try doing this next pm enable --user 0 package.name.example <<
dunno if this helps in anything but this is the full package list just in case someone is curious
spm8666p1_64_car:/data/local/tmp $ pm list packages
package:com.incall.updateserver
package:com.android.providers.telephony
package:com.huawei.dmsdpdevice
package:com.android.providers.media
package: org.easyweb.browser
package:com.mediatek.location.lppe.main
package:com.njda.carplay
package:com.huawei.nearby
package:com.vecentek.decoreapp
package:com.android.externalstorage
package:com.incall.apps.airconditioner
package:com.zhonghong.radio
package:com.mediatek.ygps
package:com.incall.apps.configservice
package:com.mediatek.engineermode
package:android.car.cluster.loggingrenderer
package:com.android.defcontainer
package:com.incall.welscreen
package:com.iflytek.cutefly.speechclient.hmi
package:com.android.certinstaller
package:com.incall.apps.btphone
package:android
package:video.evs.camera
package:com.incall.coreserver
package:com.android.car
package:com.zhonghong.usb.copy
package:com.chinatsp.tfactoryapp
package:com.iflytek.autofly.launcher
package:com.incall.apps.softmanager
package:com.android.provision
package:com.android.statementservice
package:com.android.providers.settings
package:com.incall.apps.logreport
package:com.android.webview
package:com.incall.apps.filemanager
package:com.bytedance.byteautoservice
package:com.neusoft.na.navigation
package:android.ext.shared
package:com.mediatek.nlpservice
package:com.incall.apps.commonservice
package:android.ext.services
package:com.android.packageinstaller
package:com.incall.service.MediaScanner
package:com.android.inputmethod.latin
package:com.incall.naviadapter
package:com.huawei.hisight
package:com.mediatek.thermalmanager
package:com.chinatsp.dvrcamera
package:com.incall.bluetooth
package:com.incall.apps.setting
package:com.baidu.map.location
package:com.android.settings
package:com.zhonghong.autotest
package:com.google.android.projection.gearhead
package:com.iflytek.autofly.carinfo
package:com.mediatek.lbs.em2.ui
package:com.eryanet.vlink
package:com.incall.apps.diagnose4G
package:com.incall.tboxservice
package:com.iflytek.autofly.platformservice
package:com.incall.interactive
package:com.android.shell
package:com.android.providers.userdictionary
package:com.incall.apps.vehiclesetting
package:com.android.location.fused
package:com.android.systemui
package:com.incall.network
package:com.mediatek.location.mtknlp
package:com.mediatek.mtklogger
package:com.huawei.hiviewlite
package:com.zhonghong.compass
package:com.android.bluetooth
package:com.android.providers.contacts
package:com.chinatsp.dvr.builtin
package:com.incall.radio
package:com.iflytek.autofly.mediagroup
that's great man!
for your issue I believe there 2 options, install luncher and make it default home, or you can look for the circle dot app it stays on your screen and put your favorite apps to show whenever you click on it.
Dude thank you so much for your help ! launcher did end up working
its awesome with wifi and all, pretty much an android device, but you have to do all the steps to get into it, and the screen is partially obscured by the overlay from one of the UI apps, so you cant press back or return, tried disabling but could not do that from the android system, probably i could from ADB.
Android auto is giving me a similar error
i did try to install them through the web browser but no go, although a lot of progress made, still could not fix the apple car play or get android to work.
Man i love troubleshooting
Also i noticed that when i connect an android mobile through USB, its not detected by anything, maybe i should look for an app that acts like android auto and connects to a phone and check what happens. or i am missing something i dunno.
no problem, I searched about the circle is called EasyTouch
try to find apk and install it, it will save you time reaching out to your apps and adding home and back buttons
also try to install google play apk
also install ES file browser, is good file manger and you can install apps directly with it using usb drive
EY3_2023 said:
no problem, I searched about the circle is called EasyTouch
try to find apk and install it, it will save you time reaching out to your apps and adding home and back buttons
also try to install google play apk
Click to expand...
Click to collapse
Easytouch is like magic ! such a good recommendation !
beyond that google play store crashes on startup, maps freezes on startup, waze also, i think some core services that android uses are not installed or something, needs more digging, but overall i found that apkpure is a good alternative for the app store for now.
Android Auto mentions some missing apps but crashes when you try to install them, will try to install them prior and checking again, this was a long journey !
EY3_2023 said:
god knows tried multiple cables
try this pass
aDB36987
Click to expand...
Click to collapse
Did you manage to make it work ?
Which apps did you end up installing ?

Categories

Resources