https://bugs.winehq.org/show_bug.cgi?id=38865
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://download-c.huawei.co | |m/download/downloadCenter?d | |ownloadId=16205&version=908 | |64&siteCode=worldwide CC| |focht@gmx.net Version|unspecified |1.6.2 Summary|HiSuite crashes, when |HiSuite Huwaei Android |opening the application |Smart Device Manager | |v2.3.55.x crashes on | |startup
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
the app installs and starts fine here but shows no connected device here (by design).
You're using an outdated Wine version. Upgrade to Wine 1.7.x series, preferably Wine 1.7.46
If you don't know how to upgrade Wine (http://www.winehq.org/download) seek help in WineHQ user forums (http://forum.winehq.org/).
Wine Bugzilla is not meant for end-user support.
---
If you intend to flash/root an Android device with this app under Wine this is not going work out of the box due to the way Wine is designed. Wine is not an Operating System hence doesn't support certain low-level features, such as allowing/providing raw USB access.
--- snip --- Wine-dbg>info process
pid threads executable (all id:s are in hex) 00000014 4 'explorer.exe' 0000000e 8 'services.exe' 0000002e 3 _ 'plugplay.exe' 00000025 4 _ 'winedevice.exe' 0000001c 6 _ 'HuaweiHiSuiteService.exe' 00000012 4 _ 'HiSuiteOuc.exe' 00000008 11 'HiSuite.exe' 0000003a 2 _ 'hdbtransport.exe' 0000003c 1 _ 'wineconsole.exe' --- snip ---
'hdbtransport.exe' -> ADB (listening on port 6327) 'hwtransport.exe' -> ADB (listening on port 5037)
The ADB server relies on raw USB access. You would need to use the native Linux 'ADB' counterpart for providing low-level USB access and then tricking the app to connect to the native Linux server socket(s), skipping their Windows server/services.
Discussing/working out such things is not subject to bug reports, I just mention it to indicate that certain workarounds might exist.
$ sha1sum HiSuiteSetup_2.3.55.1.zip 52d2a1e4d985e40d5fd4328b7ac0619eb8cc1f00 HiSuiteSetup_2.3.55.1.zip
$ du -sh HiSuiteSetup_2.3.55.1.zip 35M HiSuiteSetup_2.3.55.1.zip
$ wine --version wine-1.7.46-193-g8b566b1
Regards