[Q] What is [-] sendmsg <> failed? mean??? - Desire HD Q&A, Help & Troubleshooting

Been following the downgrade guide then this comes up after the command
./data/local/tmp/GingerBreak
[-] sendmsg <> failed?
[-] sendmsg <> failed?
[-] sendmsg <> failed?
and so on.......
What does this mean??
I using XP
and my DHD build number
2.36.405.8

Related

Unable to compile BandSwitch tool. C2039: 'flush' : is not..

Hi All,
I want to use the Bandswich on my XDA with WCE2003 v 4.01.00.
Radio v4.21. But the bandswich tool gives 'ERROR' as response wantin to set "900-1800"
So.. Recompiling and debug the application, but no luck in compiling
Deleting intermediate files and output files for project 'bandswitch - Win32 (WCE x86) Debug'.
--------------------Configuration: bandswitch - Win32 (WCE x86) Debug--------------------
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
bandswitch.cpp
bandswitchDlg.cpp
debug.cpp
gsmdevice.cpp
switcher.cpp
L:\APPDEV\SP_XDATWEAK\bandswitch\switcher.cpp(23) : error C2039: 'flush' : is not a member of 'GsmDevice'
..\xdaunlock\gsmdevice.h(3) : see declaration of 'GsmDevice'
L:\APPDEV\SP_XDATWEAK\bandswitch\switcher.cpp(67) : error C2039: 'flush' : is not a member of 'GsmDevice'
..\xdaunlock\gsmdevice.h(3) : see declaration of 'GsmDevice'
Generating Code...
Error executing cl.exe.
bandswitch.exe - 2 error(s), 0 warning(s)
:?:
--------
What do I do wrong/forget ?
maybe the source distribution is wrong, this is flush:
Code:
void GsmDevice::flush()
{
PurgeComm(m_hCom, PURGE_TXCLEAR | PURGE_RXCLEAR | PURGE_RXABORT | PURGE_TXABORT);
}
I intend to publish all sourcecode soon via viewcvs
see here for a browsable source archive.

Esmertec Jbed Cab to oem

Hi Iąm traing to make OEM package of Esmertec Jbed of lastes ver. Everything go fine until i bulit rom .Then I have messege that something go wrong & :
Code:
Failed to parse HKEY_CLASSES_ROOT\jadfile\Shell\Open\Command!!!
InitRegistry FAILED in file ".\Registry\acc5370d-3609-4ebe-8e08-83d0a5f8042a.rgu" within a few lines of line 11.
ImportFromPackageListStrict: (RGUComp) !ERROR failed importing ".\Registry\acc5370d-3609-4ebe-8e08-83d0a5f8042a.rgu"
wmain: (RGUComp) !ERROR failed building DEFAULT hives
Creating registry Error...
and in that rgu of Jbed (that it's short fragment):
Code:
REGEDIT4
[HKEY_CLASSES_ROOT\Esmertec]
@="jadfile"
"Content Type"="text/vnd.sun.j2me.app-descriptor"
[HKEY_CLASSES_ROOT\jadfile\DefaultIcon]
@="\\Windows\\jbed.exe,0"
[HKEY_CLASSES_ROOT\jadfile\Shell\Open\Command]
@="\\Windows\\jbed.exe""" -ginstall """file:\\%%1"
[HKEY_CLASSES_ROOT\.jar]
@="jarfile"
"Content Type"="application/java-archive"
sorry for my english isn't perfect

Problem with Linux Deploy

Hi guys
I am currently experiencing some trouble while installing Kali on my rooted Galaxy Note 3.0.
When I push the START button on Linux Deploy the system sais "Updating environment ... fail"
When I enable Debug Modus I get the following:
+ mkdir /data/local/linux
mkdir failed for /data/local/linux, File exists
+ rm -R /data/local/linux/bin
rm failed for /data/local/linux/bin, No such file or directory
+ rm -R /data/local/linux/etc
rm failed for /data/local/linux/etc, No such file or directory
+ rm -R /data/local/linux/deploy
rm failed for /data/local/linux/deploy, No such file or directory
+ chmod 777 /data/local/linux
+ exit
fail
+ /data/local/linux/bin/linuxdeploy start
su-mksh: <stdin>[2]: /data/local/linux/bin/linuxdeploy: not found
Click to expand...
Click to collapse
I mean, jeah, how is this probably supposed to work - ever?? First he deletes the entire folder /data/local/linux/bin recursively - then tries to
start a program from within the very same directory... WTF??
I further analysed the system protocols and found this one:
Code:
E/DatabaseUtils( 829): java.lang.SecurityException: Permission Denial: get/set setting for user asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL
E/DatabaseUtils( 829): at com.android.server.am.ActivityManagerService.handleIncomingUser(ActivityManagerService.java:13077)
E/DatabaseUtils( 829): at android.app.ActivityManager.handleIncomingUser(ActivityManager.java:2021)
E/DatabaseUtils( 829): at com.android.providers.settings.SettingsProvider.callFromPackage(SettingsProvider.java:577)
E/DatabaseUtils( 829): at android.content.ContentProvider$Transport.call(ContentProvider.java:279)
E/DatabaseUtils( 829): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:273)
E/DatabaseUtils( 829): at android.os.Binder.execTransact(Binder.java:388)
E/DatabaseUtils( 829): at dalvik.system.NativeStart.run(Native Method)
I cannot really understand that one as I am running this application as root.
(SuperSU is actually popping up asking for root priviliges - which grant...)
And this one
D/MyFileObserver(23686): File is written and closed /data/misc/audit/audit.old
W/System.err(21442): java.io.FileNotFoundException: /data/local/linux/bin/busybox: open failed: ENOENT (No such file or directory)
W/System.err(21442): at libcore.io.IoBridge.open(IoBridge.java:409)
W/System.err(21442): at java.io.FileOutputStream.<init>(FileOutputStream.java:88)
W/System.err(21442): at java.io.FileOutputStream.<init>(FileOutputStream.java:128)
W/System.err(21442): at java.io.FileOutputStream.<init>(FileOutputStream.java:117)
W/System.err(21442): at ru.meefik.linuxdeploy.ShellEnv.copyFile(ShellEnv.java:133)
W/System.err(21442): at ru.meefik.linuxdeploy.ShellEnv.copyFileOrDir(ShellEnv.java:173)
W/System.err(21442): at ru.meefik.linuxdeploy.ShellEnv.copyFileOrDir(ShellEnv.java:187)
W/System.err(21442): at ru.meefik.linuxdeploy.ShellEnv.copyFileOrDir(ShellEnv.java:187)
W/System.err(21442): at ru.meefik.linuxdeploy.ShellEnv.updateEnv(ShellEnv.java:228)
W/System.err(21442): at ru.meefik.linuxdeploy.ShellEnv.deployCmd(ShellEnv.java:407)
W/System.err(21442): at ru.meefik.linuxdeploy.MainActivity$2$1.run(MainActivity.java:174)
W/System.err(21442): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
W/System.err(21442): at libcore.io.Posix.open(Native Method)
W/System.err(21442): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
W/System.err(21442): at libcore.io.IoBridge.open(IoBridge.java:393)
W/System.err(21442): ... 10 more
Click to expand...
Click to collapse
Yeah, /data/local/linux/bin/busybox doesn't exist - what a surprise after executing the command "rm -R /data/local/linux/bin" :-/
I am really not experienced with Android and the whole mobile world but I am keen to learn. Does anyone of you have any idea, whats going wrong here?
Best regards
Samuel
Silverdust82 said:
Hi guys
I am currently experiencing some trouble while installing Kali on my rooted Galaxy Note 3.0.
When I push the START button on Linux Deploy the system sais "Updating environment ... fail"
When I enable Debug Modus I get the following:
I mean, jeah, how is this probably supposed to work - ever?? First he deletes the entire folder /data/local/linux/bin recursively - then tries to
start a program from within the very same directory... WTF??
I further analysed the system protocols and found this one:
Code:
E/DatabaseUtils( 829): java.lang.SecurityException: Permission Denial: get/set setting for user asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL
E/DatabaseUtils( 829): at com.android.server.am.ActivityManagerService.handleIncomingUser(ActivityManagerService.java:13077)
E/DatabaseUtils( 829): at android.app.ActivityManager.handleIncomingUser(ActivityManager.java:2021)
E/DatabaseUtils( 829): at com.android.providers.settings.SettingsProvider.callFromPackage(SettingsProvider.java:577)
E/DatabaseUtils( 829): at android.content.ContentProvider$Transport.call(ContentProvider.java:279)
E/DatabaseUtils( 829): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:273)
E/DatabaseUtils( 829): at android.os.Binder.execTransact(Binder.java:388)
E/DatabaseUtils( 829): at dalvik.system.NativeStart.run(Native Method)
I cannot really understand that one as I am running this application as root.
(SuperSU is actually popping up asking for root priviliges - which grant...)
And this one
Yeah, /data/local/linux/bin/busybox doesn't exist - what a surprise after executing the command "rm -R /data/local/linux/bin" :-/
I am really not experienced with Android and the whole mobile world but I am keen to learn. Does anyone of you have any idea, whats going wrong here?
Best regards
Samuel
Click to expand...
Click to collapse
I am getting the same error, see a github post (I can't post links yet) /meefik/linuxdeploy/issues/77 (it isn't a solution, sorry to get your hopes up w/a reply). I came from the HTC Evo 3D and was able to use an ubuntu chroot (not this app) and am greatly missing this ability. I am hoping they will get this to work soon!
Wrong forum man
Sent from my GT-I9105P using xda app-developers app

Rom install failed...

I have this problem ,
I installed dual booting with MultiROM ubuntu_trusty v.22b ,
now I want to install Ubuntu 13:10 saucy with TWRP dual booting ,
but the file saucy - preinstalled - armel + grouper.zip me back this error:
I: Running cmd " dd if =" / dev/block/mmcblk0p14 " of = " / realdata/media/0/multirom/roms/saucy-preinstalled-armel + g / boot.img " "
32768 +0 records in
32768 +0 records out
16777216 bytes ( 16.0MB ) copied , 0.742614 seconds , 21.5MB / s
Current boot sector was used as the basis for fake boot.img !
I: Running cmd "echo ' / dev/block/mmcblk0p14 ' > / tmp / mrom_fakebootpart "
I: Running cmd " mv " / dev/block/mmcblk0p14 " ," / dev/block/mmcblk0p14 " -orig "
I: Running cmd " ln- s" / realdata/media/0/multirom/roms/saucy-preinstalled-armel + g / boot.img " ," / dev/block/mmcblk0p14 " "
Installing ' / tmp / mr_update.zip ' ...
Checking for MD5 files ...
I: Can not find file / tmp/mr_update.zip.md5
Skipping MD5 check : no MD5 file found.
I: Zip does not Contain file_contexts SELinux file in Its root.
script aborted : assert failed: GetProp ( " ro.product.device " ) == " grouper " | | GetProp ( " ro.build.product " ) == " grouper "
assert failed: GetProp ( " ro.product.device " ) == " grouper " | | GetProp ( " ro.build.product " ) == " grouper "
E: Error executing binary in zip updater ' / tmp / mr_update.zip '
rm : can not remove ' META-INF/com/google/android ' : No such file or directory
Failed to install ZIP!
thanks
mr-unix said:
I have this problem ,
I installed dual booting with MultiROM ubuntu_trusty v.22b ,
now I want to install Ubuntu 13:10 saucy with TWRP dual booting ,
but the file saucy - preinstalled - armel + grouper.zip me back this error:
I: Running cmd " dd if =" / dev/block/mmcblk0p14 " of = " / realdata/media/0/multirom/roms/saucy-preinstalled-armel + g / boot.img " "
32768 +0 records in
32768 +0 records out
16777216 bytes ( 16.0MB ) copied , 0.742614 seconds , 21.5MB / s
Current boot sector was used as the basis for fake boot.img !
I: Running cmd "echo ' / dev/block/mmcblk0p14 ' > / tmp / mrom_fakebootpart "
I: Running cmd " mv " / dev/block/mmcblk0p14 " ," / dev/block/mmcblk0p14 " -orig "
I: Running cmd " ln- s" / realdata/media/0/multirom/roms/saucy-preinstalled-armel + g / boot.img " ," / dev/block/mmcblk0p14 " "
Installing ' / tmp / mr_update.zip ' ...
Checking for MD5 files ...
I: Can not find file / tmp/mr_update.zip.md5
Skipping MD5 check : no MD5 file found.
I: Zip does not Contain file_contexts SELinux file in Its root.
script aborted : assert failed: GetProp ( " ro.product.device " ) == " grouper " | | GetProp ( " ro.build.product " ) == " grouper "
assert failed: GetProp ( " ro.product.device " ) == " grouper " | | GetProp ( " ro.build.product " ) == " grouper "
E: Error executing binary in zip updater ' / tmp / mr_update.zip '
rm : can not remove ' META-INF/com/google/android ' : No such file or directory
Failed to install ZIP!
thanks
Click to expand...
Click to collapse
It looks like you're trying to use a rom made for the Nexus 7 2012 WiFi (grouper/nakasi) instead of the Nexus 7 2013 WiFi (razor/flo).
thanks where can I find the files for Nexus 7 2013 (flo). ?
mr-unix said:
thanks where can I find the files for Nexus 7 2013 (flo). ?
Click to expand...
Click to collapse
From within MultiROM, it downloads them for you.
have only trusty....
mr-unix said:
have only trusty....
Click to expand...
Click to collapse
Yup.
Yup?
Sent from my Nexus 7 using xda app-developers app
mr-unix said:
Yup?
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Yup.
I do not understad...
Sent from my Nexus 7 using xda app-developers app
mr-unix said:
I do not understad...
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Trusty is the latest and greatest, saucy is old-news, besides there is no saucy for flo in the official repos, unless one wants to build it themselves.
is possbile to install dual booting?
mr-unix said:
is possbile to install dual booting?
Click to expand...
Click to collapse
You mean dual boot with trusty using MultiROMs installer? Yes, that's rather the point of MultiROM.

[Q] Odin Issue

Hi.
I have this certain problem with my new Galaxy W. I updated it to the latest available firmware, just as I would with any other device (Odin + .OPS + 2.3.6 XEH) but the touch input does not respond to anything after that.
Any ideas?
E: Nevermind, sucker's luck.
Code:
[1.005523] melfas_mcs8000_i2c_read set data pointer fail! reg(30)
[1.005645] melfas_mcs8000_read_version : Can't find HW Ver, FW ver!
[1.006378] melfas_mcs8000_i2c_read set data pointer fail! reg(65)
[1.006500] melfas_mcs8000_read_version :Window Ver : error
[1.006561] [TSP] Read Version Failed !!
[1.006713] [TSP] ERROR : There is no valid TSP ID
[1.006835] [Melfas] ret : 0, melfas_mcs8000_ts->client name : mcs8000_i2c

Categories

Resources