Adb won't recognize Archos 101 G9? - Gen8, Gen9, Gen10 Q&A, Help & Troubleshooting

Trying to root my 101 G9 through Pauls method but i can't recognize my device through adb, i've installed the android SDK and i've tried all of the methods just can't seem to get this working, it just has a blank space where the device code should be, any clue's? Cheers

See my thread:
http://forum.xda-developers.com/showthread.php?t=1413293
Sent from my ARCHOS 80G9 using xda premium

hi there
can you tell me where i can find pauls method you referring to?
thanks in advance
louis

louisvdbos said:
hi there
can you tell me where i can find pauls method you referring to?
thanks in advance
louis
Click to expand...
Click to collapse
Google "archos 80 g9 root" it's the modaco one
Sent from my ARCHOS 80G9 using xda premium

On the gen 9 the PID is not the same !
For the Gen 9 use this
;
; Android WinUsb driver installation.
;
[Version]
Signature = "$Windows NT$"
Class = AndroidUsbDeviceClass
ClassGuid = {3F966BD9-FA04-4ec5-991C-D326973B5128}
Provider = %ProviderName%
DriverVer = 12/06/2010,4.0.0000.00000
CatalogFile.NTx86 = androidwinusb86.cat
CatalogFile.NTamd64 = androidwinusba64.cat
;
; This section seems to be required for WinUsb driver installation.
; If this section is removed the installer will report an error
; "Required section not found in INF file".
;
[ClassInstall32]
Addreg = AndroidWinUsbClassReg
[AndroidWinUsbClassReg]
HKR,,,0,%ClassName%
HKR,,Icon,,-1
[Manufacturer]
%ProviderName% = Google, NTx86, NTamd64
[Google.NTx86]
; HTC Dream
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C01
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C02&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4&PID_0FFF
; HTC Magic
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C03&MI_01
;
;Moto Sholes
%SingleAdbInterface% = USB_Install, USB\VID_22B8&PID_41DB
%CompositeAdbInterface% = USB_Install, USB\VID_22B8&PID_41DB&MI_01
;
;Archos Gen8
%SingleAdbInterface% = USB_Install, USB\VID_0E79&PID_1411
%CompositeAdbInterface% = USB_Install, USB\VID_0E79&PID_1411&MI_01
;
;Archos Gen9
%SingleAdbInterface% = USB_Install, USB\VID_0E79&PID_1509
%CompositeAdbInterface% = USB_Install, USB\VID_0E79&PID_1509&MI_01
;
;Arnova 7
%SingleAdbInterface% = USB_Install, USB\VID_0E79&PID_140E
%CompositeAdbInterface% = USB_Install, USB\VID_0E79&PID_140E&MI_01
;
;Arnova 7c G2
%SingleAdbInterface% = USB_Install, USB\VID_0E79&PID_143d
%CompositeAdbInterface% = USB_Install, USB\VID_0E79&PID_143d&MI_01
;
;Arnova 7c
%SingleAdbInterface% = USB_Install, USB\VID_0E79&PID_1433
%CompositeAdbInterface% = USB_Install, USB\VID_0E79&PID_1433&MI_01
;
;Google NexusOne
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_0D02
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_0D02&MI_01
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_4E11
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E12&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E22&MI_01
[Google.NTamd64]
; HTC Dream
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C01
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C02&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4&PID_0FFF
; HTC Magic
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C03&MI_01
;
;Moto Sholes
%SingleAdbInterface% = USB_Install, USB\VID_22B8&PID_41DB
%CompositeAdbInterface% = USB_Install, USB\VID_22B8&PID_41DB&MI_01
;
;Google NexusOne
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_0D02
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_0D02&MI_01
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_4E11
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E12&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E22&MI_01
;
;Archos Gen8
%SingleAdbInterface% = USB_Install, USB\VID_0E79&PID_1411
%CompositeAdbInterface% = USB_Install, USB\VID_0E79&PID_1411&MI_01
;
;Archos Gen9
%SingleAdbInterface% = USB_Install, USB\VID_0E79&PID_1509
%CompositeAdbInterface% = USB_Install, USB\VID_0E79&PID_1509&MI_01
;
;Arnova 7
%SingleAdbInterface% = USB_Install, USB\VID_0E79&PID_140E
%CompositeAdbInterface% = USB_Install, USB\VID_0E79&PID_140E&MI_01
;
;Arnova 7c G2
%SingleAdbInterface% = USB_Install, USB\VID_0E79&PID_143d
%CompositeAdbInterface% = USB_Install, USB\VID_0E79&PID_143d&MI_01
;
;Arnova 7c
%SingleAdbInterface% = USB_Install, USB\VID_0E79&PID_1433
%CompositeAdbInterface% = USB_Install, USB\VID_0E79&PID_1433&MI_01
;
[USB_Install]
Include = winusb.inf
Needs = WINUSB.NT
[USB_Install.Services]
Include = winusb.inf
AddService = WinUSB,0x00000002,WinUSB_ServiceInstall
[WinUSB_ServiceInstall]
DisplayName = %WinUSB_SvcDesc%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\WinUSB.sys
[USB_Install.Wdf]
KmdfService = WINUSB, WinUSB_Install
[WinUSB_Install]
KmdfLibraryVersion = 1.9
[USB_Install.HW]
AddReg = Dev_AddReg
[Dev_AddReg]
HKR,,DeviceInterfaceGUIDs,0x10000,"{F72FE0D4-CBCB-407d-8814-9ED673D0DD6B}"
[USB_Install.CoInstallers]
AddReg = CoInstallers_AddReg
CopyFiles = CoInstallers_CopyFiles
[CoInstallers_AddReg]
HKR,,CoInstallers32,0x00010000,"WdfCoInstaller01009.dll,WdfCoInstaller","WinUSBCoInstaller2.dll"
[CoInstallers_CopyFiles]
WinUSBCoInstaller2.dll
WdfCoInstaller01009.dll
[DestinationDirs]
CoInstallers_CopyFiles=11
[SourceDisksNames]
1 = %DISK_NAME%,,,\i386
2 = %DISK_NAME%,,,\amd64
[SourceDisksFiles.x86]
WinUSBCoInstaller2.dll = 1
WdfCoInstaller01009.dll = 1
[SourceDisksFiles.amd64]
WinUSBCoInstaller2.dll = 2
WdfCoInstaller01009.dll = 2
[Strings]
ProviderName = "Google, Inc."
SingleAdbInterface = "Android ADB Interface"
CompositeAdbInterface = "Android Composite ADB Interface"
SingleBootLoaderInterface = "Android Bootloader Interface"
WinUSB_SvcDesc = "Android USB Driver"
DISK_NAME = "Android WinUsb installation disk"
ClassName = "Android Phone"
"

I ready packaged up a working driver. It's in the gen8 general or through my profile
Sent from my ARCHOS 80G9 using xda premium

sorry ...
i do not see the link and the thank you (cajl-jbmm and cajl are the same)

edit adb_usb.ini
C:\Users\Administrator\.android\adb_usb.ini
and added the following line:
0x0e79
I think it will work for you.

Related

NDrive and HD2

Hi, i have NDrive for my HD2 and i have a little, very little problem
What i mean is... real little....
The Buttons are big and greatful to Tuch. But if i search a street or a city, the text are so small..
how i can change the text size?
On my Touch HD it work perfekt.
use this ini:
[settings]
GpsSaveButton = false
ManeuversOn = trueStretchMap = true
DPI = 245
UnitDefaultIsMiles = false
TrafficDefaultIsOff = true
[YFPND]
EnableTimeZoneConfig=true
PowerManagerOff = true
BacklightAPI = false
EnableGpsConfigButtons = true
[ELENTEC_NAVI]
EnableTimeZoneConfig=true
PowerManagerOff = true
BacklightAPI = false
EnableGpsConfigButtons = true
[GPS Navigation System]
EnableTimeZoneConfig=true
PowerManagerOff = true
BacklightAPI = false
EnableGpsConfigButtons = true
DPI = 250
[Handhold Reference Board_A3]
DPI=128
[PLATFORM_OEM]
PowerManagerOff = true
HWVolumeControl = true
DPI = 100
DatabaseOnCard = true
HasPhotoViewer = false
[GPS6027]
PowerManagerOff = true
HWVolumeControl = true
DPI = 128
[GPS6088]
PowerManagerOff = true
[GUEPARD]
PowerManagerOff = true
[NDriveG280]
PowerManagerOff = true
BacklightAPI = false
[NDriveG800]
PowerManagerOff = true
BacklightAPI = false
DPI = 128
[NDriveG400]
HWVolumeControl = true
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
[NDriveTouch]
DPI=115
[NDriveTouchXL]
DPI=128
[Handhold Reference Board_A3]
DPI=128
[X1i]
StretchMap = true
DPI = 245
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
[Palm Treo 850]
ForceGdi = true
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
DPI=181
[NDRIVE S300]
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
DPI = 143
[DX900V040]
StretchMap = true
DPI = 286
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
[Toshiba TG01]
StretchMap = true
DPI = 228
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
[HTC Touch Pro2 T7373]
StretchMap = true
DPI = 245
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
[HTC Touch Pro T7272]
StretchMap = true
DPI = 286
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
[HTC Touch HD T8282]
StretchMap = true
DPI = 245
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
[HTC T8282]
StretchMap = true
DPI = 245
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
[HTC Touch Diamond P3700]
StretchMap = true
DPI = 286
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
[HTC_Touch_Diamond]
StretchMap = true
DPI = 286
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
[SIM Technology]
StretchMap = true
DPI = 286
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
[SGH-i780]
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
DPI = 177
[SGH-i900]
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
DPI = 147
ForceGDI = true
WM6SuspendThreads = true
SMSTransport = body
[GT-I8000]
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
DPI = 286
StretchMap = true
[ARTE10000]
ForceGdi = true
Key.Up = 0x26, 0x84
Key.Down = 0x28, 0x84
Key.Left = 0x25, 0x84
Key.Right = 0x27, 0x84
Key.ZoomIn = 0x28, 0x83
Key.ZoomOut = 0x26, 0x83
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
Key.Camera = 0x5B, 0xC5
Key.SysMenu = 0x5B, 0xC2
Key.PocketIE = 0x5B, 0xC4
Key.SpeedDial = 0x5B, 0xC6
DPI = 143
[PHAR10000]
Key.Up = 0x26, 0x84
Key.Down = 0x28, 0x84
Key.Left = 0x25, 0x84
Key.Right = 0x27, 0x84
Key.ZoomIn = 0x28, 0x83
Key.ZoomOut = 0x26, 0x83
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
Key.Camera = 0x5B, 0xC3
Key.SysMenu = 0x5B, 0xC1
DPI = 143
[ARTE20000]
ForceGdi = true
Key.Up = 0x26, 0x84
Key.Down = 0x28, 0x84
Key.Left = 0x25, 0x84
Key.Right = 0x27, 0x84
Key.ZoomIn = 0x28, 0x83
Key.ZoomOut = 0x26, 0x83
Key.VolumeUp = 0x75, 0x75
Key.VolumeDown = 0x76, 0x76
GPS.ForceBT = 0
GpsIsBuiltIn = true
GPS.Port = 4
DPI = 143
[ARTE*****]
ForceGdi = true
Key.Up = 0x26, 0x84
Key.Down = 0x28, 0x84
Key.Left = 0x25, 0x84
Key.Right = 0x27, 0x84
Key.ZoomIn = 0x28, 0x83
Key.ZoomOut = 0x26, 0x83
Key.VolumeUp = 0x75, 0x75
Key.VolumeDown = 0x76, 0x76
GPS.ForceBT = 0
GpsIsBuiltIn = true
GPS.Port = 4
GPS.Baud = 38600
DPI = 143
[Kaiser]
ForceGdi = true
Key.Up = 0x26, 0x84
Key.Down = 0x28, 0x84
Key.Left = 0x25, 0x84
Key.Right = 0x27, 0x84
Key.ZoomIn = 0x28, 0x83
Key.ZoomOut = 0x26, 0x83
Key.Enter = 0x5C, 0x75
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
Key.Camera = 0xE9
Key.Messaging = 0x5B, 0xC2
Key.SpeedDial = 0x5B, 0xC6
Key.PocketIE = 0x5B, 0xC1
Key.SysMenu = 0x5B, 0xC3
DPI = 143
[HERA10000]
ForceGdi = true
Key.Up = 0x26, 0x84
Key.Down = 0x28, 0x84
Key.Left = 0x25, 0x84
Key.Right = 0x27, 0x84
Key.ZoomIn = 0x28, 0x83
Key.ZoomOut = 0x26, 0x83
Key.Enter = 0x5C, 0x75
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
Key.Camera = 0xE9
Key.SpeedDial = 0x5B, 0xC6
Key.SysMenu = 0x5B, 0xC3
DPI = 143
[Polaris]
ForceGdi = true
Key.Up = 0x26, 0x84
Key.Down = 0x28, 0x84
Key.Left = 0x25, 0x84
Key.Right = 0x27, 0x84
Key.ZoomIn = 0x28, 0x83
Key.ZoomOut = 0x26, 0x83
Key.VolumeUp = 0x75, 0x75
Key.VolumeDown = 0x76, 0x76
GPS.ForceBT = 0
GpsIsBuiltInt = true
DPI = 143
[NIKI100]
ForceGdi = true
Key.VolumeUp = 0x75, 0x75
Key.VolumeDown = 0x76, 0x76
DPI = 143
[Treo]
ForceGdi = true
DPI = 108
[AMOI Electronic CO.,LTD.]
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
DPI = 143
[Mio Technology Ltd.]
ForceGdi = true
DPI = 143
[Hewlett-Packard Company]
Key.RotateScreen = 0x5B, 0xCE
Key.EndCall = 0x5C, 0x75
Key.Discard = 0x5B, 0xC4
DPI = 115
[hp iPAQ hw6915]
GPS.ForceBT = 0
GPS.ForceGPSID = 1
GpsIsBuiltIn = true
GPS.Port = 7
GPS.Baud = 57600
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
Key.SysMenu = 0x5B
DPI = 108
[i-mate JAQ4]
GPS.ForceBT = 1
GPS.Port = 8
GPS.Baud = 9600
[HTC-S620]
Key.Fn = 0xEC
Key.ZoomIn = 0x28, 0x83
Key.ZoomOut = 0x26, 0x83
Power.LockLevel = 1
[HTC S310]
Key.Delete = 0x1B
Power.LockLevel = 1
[MAINSTN]
GpsIsBuiltIn = true
GPS.Port = 7
GPS.Baud = 9600
[Handheld Reference Board]
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
[Mitac, Mio DigiWalker]
GpsIsBuiltIn = true
GPS.Port = 2
GPS.Baud = 4800
Key.Soft1 = 0x5B, 0xC1
Key.Soft2 = 0x5B, 0xC4
Key.EndCall = 0x5B, 0xC3
Key.SysMenu = 0x5B, 0xC2
DPI = 115
[S3C2440]
Key.ZoomIn = 0x44
Key.ZoomOut = 0x45
Key.Soft1 = 0x42
Key.ZoomIn = 0x0D
[S3C2410]
HWVolumeControl = true
[GP75-ARMV4-30200]
HWVolumeControl = true
[Handheld Reference Board]
HWVolumeControl = true
[manta-35-01]
HWVolumeControl = true
[PU10]
DPI = 223
[HP iPAQ hx4700]
DPI = 266
[CREDIX M43C2 Board]
HWVolumeControl = true
DPI = 128
[NDrivePC]
DPI = 300
StretchMap = true
FullScreenMode = false
WindowSize = 800x600
[ZTE CO.,LTD]
DisableSoftKeyboard = true
Alpha2NumericMap = @ERTDFGCVB
SoftKeyboardStartsMinimized = true
[QUALCOMM]
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
Alpha2NumericMap = 0ERTDFGCVB
SoftKeyboardStartsMinimized = true
[GT-C6625]
DisableSoftKeyboard = true
Alpha2NumericMap = +ERTDFGXCV
SoftKeyboardStartsMinimized = true
[MACOSX]
StretchMap = false
[DX900V040]
StretchMap = true
DPI = 286
[MOTOROLA MC75]
StretchMap = true
DPI = 260
[Touch Diamond2 T5353]
StretchMap = true
DPI = 245
[GB_RAMAR_BLUE_BT]
PowerManagerOff = true
HWVolumeControl = true
DPI = 128
[NDriveTouch_SE]
DPI=125
[NDriveTouchXL_SE]
DPI=136
[NDriveTouchXXL_SE]
DPI=117
[HTC Snap S521]
DisableSoftKeyboard = true
DisableNumericMode = true
TegicET9Off = true
[Toshiba TG02]
StretchMap = true
DPI = 228
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
[GT-B7300]
DPI = 155
Key.VolumeUp = 0x75
Key.VolumeDown = 0x76
or only change [settings]
Thanks hol9er, this is working great.
Thank you SO much. Brilliant!
Hi hol9er
Thanks m8, this is it..
Sorry, but I don't understand what to do exactly with hol9er's information
Thanks for your help
arturobandini said:
Sorry, but I don't understand what to do exactly with hol9er's information
Thanks for your help
Click to expand...
Click to collapse
You have to edit the ini file on the ndrive folder.
Ok, I see.
Thank you very much.
[EDIT: I changed the text in the ini file, but the graphics in the settings are still very small ((( ]
I had the same issue, and this ini text worked for me!! Now the letters in Settings are big enough. Thank you!!
Hello arturobandini !
open the NDrive.ini file in windows with editor
it is a text file
delete the text
copy and paste my text
dont forget to save
phone to pc - active sync
copy and paste the new file over the old
path: /storage card/NDrive
thats all
run NDrive and enjoy
hol9er
edit:
landscape view with BSB-Tweaks
hol9er
I have oneother problem.
When ndrive starts tries to find a bluetooth connection (which isnt there) and there is a very annoying popup.
Also cant find the gps port at all.
Disable GPS (dis)connection sound?
I find the GPS disconnection/reconnection sound immensely annoying, as I routinely drive through a number of tunnels. I can't find a way to control it separately from the voice.
Any ideas? Any secret INI settings, maybe?
ugumba said:
I find the GPS disconnection/reconnection sound immensely annoying, as I routinely drive through a number of tunnels. I can't find a way to control it separately from the voice.
Click to expand...
Click to collapse
Of course, immediately after posting, I realised I could look for the audio files. I found the GPS connection sounds as 62.wav and 63.wav in the voice ZIP. They should be trivial to replace - I just deleted them myself.
Thanks a lot. U are the best.
What is the config so i only rotate NDRIVE?
Are there another way to view this in landscape without change other apps?
Thanks again
Good work !
Works 100%
Kindly yours
Worked a treat
Thank you so much
how can i landscape view
i love ndrive but the screen doesn´t rotate i don´t know what to do please help
i really need ndrive to rotate
thanks
no ideas..
mat19835 said:
no ideas..
Click to expand...
Click to collapse
Install BsB Tweaks foudn here (bottom of the 1st post): http://forum.xda-developers.com/showthread.php?t=589305
After you've installed it, launch it from the StartMenu and then click on Menu. From Menu, click on Rotation. From Rotation, click on Options and then click on Add Application and follow the directions and you'll be all set.

[Q]How can I merege two *.wav files?

I looked all over the net and I couldn't find something that works.
First there is this:
Code:
File wave1 = new File(wavFile1);
if(!wave1.exists())
throw new Exception(wave1.getPath() + " - File Not Found");
AudioInputStream clip1 = AudioSystem.getAudioInputStream(wave1);
AudioInputStream clip2 = AudioSystem.getAudioInputStream(new File(wavFile2));
AudioInputStream emptyClip =
AudioSystem.getAudioInputStream(new File(emptyWavPath));
AudioInputStream appendedFiles =
new AudioInputStream(
new SequenceInputStream(clip1, emptyClip),
clip1.getFormat(),
clip1.getFrameLength() + 100
);
clip1 = appendedFiles;
appendedFiles =
new AudioInputStream(
new SequenceInputStream(clip1, clip2),
clip1.getFormat(),
clip1.getFrameLength() + clip2.getFrameLength()
);
but android dosen't support java.sound.sampled
there is also this:
Code:
private void merge2WavFiles(String wavFile1, String wavFile2, String newWavFilePath) {
long RECORDER_SAMPLERATE = 44100;
long RECORDER_BPP = 16;
FileInputStream in1 = null, in2 = null;
FileOutputStream out = null;
long totalAudioLen = 0;
long totalDataLen = totalAudioLen + 36;
long longSampleRate = RECORDER_SAMPLERATE;
int channels = 2;
long byteRate = RECORDER_BPP * RECORDER_SAMPLERATE * channels / 8;
byte[] data = new byte[100];
try {
in1 = new FileInputStream(wavFile1);
in2 = new FileInputStream(wavFile2);
out = new FileOutputStream(newWavFilePath);
totalAudioLen = in1.getChannel().size() + in2.getChannel().size();
totalDataLen = totalAudioLen + 36;
WriteWaveFileHeader(out, totalAudioLen, totalDataLen, longSampleRate, channels, byteRate);
while (in1.read(data) != -1) {
out.write(data);
}
while (in2.read(data) != -1) {
out.write(data);
}
out.close();
in1.close();
in2.close();
} catch (FileNotFoundException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}
private void WriteWaveFileHeader(FileOutputStream out, long totalAudioLen,
long totalDataLen, long longSampleRate, int channels, long byteRate)
throws IOException {
byte[] header = new byte[44];
header[0] = 'R';
header[1] = 'I';
header[2] = 'F';
header[3] = 'F';
header[4] = (byte)(totalDataLen & 0xff);
header[5] = (byte)((totalDataLen >> 8) & 0xff);
header[6] = (byte)((totalDataLen >> 16) & 0xff);
header[7] = (byte)((totalDataLen >> 24) & 0xff);
header[8] = 'W';
header[9] = 'A';
header[10] = 'V';
header[11] = 'E';
header[12] = 'f';
header[13] = 'm';
header[14] = 't';
header[15] = ' ';
header[16] = 16;
header[17] = 0;
header[18] = 0;
header[19] = 0;
header[20] = 1;
header[21] = 0;
header[22] = (byte) channels;
header[23] = 0;
header[24] = (byte)(longSampleRate & 0xff);
header[25] = (byte)((longSampleRate >> 8) & 0xff);
header[26] = (byte)((longSampleRate >> 16) & 0xff);
header[27] = (byte)((longSampleRate >> 24) & 0xff);
header[28] = (byte)(byteRate & 0xff);
header[29] = (byte)((byteRate >> 8) & 0xff);
header[30] = (byte)((byteRate >> 16) & 0xff);
header[31] = (byte)((byteRate >> 24) & 0xff);
header[32] = (byte)(2 * 16 / 8);
header[33] = 0;
header[34] = 16;
header[35] = 0;
header[36] = 'd';
header[37] = 'a';
header[38] = 't';
header[39] = 'a';
header[40] = (byte)(totalAudioLen & 0xff);
header[41] = (byte)((totalAudioLen >> 8) & 0xff);
header[42] = (byte)((totalAudioLen >> 16) & 0xff);
header[43] = (byte)((totalAudioLen >> 24) & 0xff);
out.write(header, 0, 44);
}
but is also dosen't work.
In all cases the result sound file is empty without sound.
How can I merge two *.wav files?
I m also searching for months like MP3 EDITOR LIKE software..which can combine two or more sound file and make one..
But all apps i found is just mp3 cutter..
There is one app in symbian os my friend have in his c6
Which do editing i forgot the name but for sure in android i have not found one since six months
we all should be polite enough to press thanks for anyone who helped US.

Users who already have .69 update - help with info from you needed!

@ all who already have the .69 update:
Would be really great if you could post here the content of the file
Code:
/system/usr/idc/clearpad.idc
(use, for instance, ES file explorer to access it, no root needed for that).
So we can find out whether the improved touchscreen response in the update has anything to do with altered parameters in that file.
Thanks in advance!
FW 17.1.A.2.69
Code:
# Device Type
touch.deviceType = touchScreen
# Pressure
touch.pressure.scale = 0.01
# Size
touch.size.scale = 16.63
# Touch Filter
touch.filter.level = 2
touch.filter.path = /system/lib/touchfilter/tftype4.so
touch.filter.tftype4.Enabled = 1
touch.filter.tftype4.AssumedDelayFactorA = -11.71
touch.filter.tftype4.AssumedDelayFactorB = 12.53
touch.filter.tftype4.AssumedDelayFactorC = -0.81
touch.filter.tftype4.MaxSpeed = 0.036
touch.filter.tftype4.PositionFactorA = 0.2
touch.filter.tftype4.PStablePositionFactor = 0
touch.filter.tftype4.DirectivePriorityFactor = 0.95
touch.filter.tftype4.LatestSpeedWeight = 0.9
touch.filter.tftype4.GapResolver = 0.8
touch.filter.tftype4.OrgSize = 8
touch.filter.tftype4.AccSize = 8
touch.filter.tftype4.AddInitialAcc = 1
touch.filter.tftype4.DefaultInitialAcc = 0
touch.filter.tftype4.DragRangeSize = 3
touch.filter.tftype4.NoAccDistanceMin = 15.0
touch.filter.tftype4.NoAccDistanceMax = 500.0
touch.filter.tftype4.NoAccRate = 0.3
Ricky D said:
FW 17.1.A.2.69
Click to expand...
Click to collapse
Code:
# Device Type
touch.deviceType = touchScreen
# Pressure
touch.pressure.scale = 0.01
# Size
touch.size.scale = 16.63
# Touch Filter
touch.filter.level = 2
touch.filter.path = /system/lib/touchfilter/tftype4.so
touch.filter.tftype4.Enabled = 1
touch.filter.tftype4.AssumedDelayFactorA = -11.71
touch.filter.tftype4.AssumedDelayFactorB = 12.53
touch.filter.tftype4.AssumedDelayFactorC = -0.81
touch.filter.tftype4.MaxSpeed = 0.036
touch.filter.tftype4.PositionFactorA = 0.2
touch.filter.tftype4.PStablePositionFactor = 0
touch.filter.tftype4.DirectivePriorityFactor = 0.95
touch.filter.tftype4.LatestSpeedWeight = 0.9
touch.filter.tftype4.GapResolver = 0.8
touch.filter.tftype4.OrgSize = 8
touch.filter.tftype4.AccSize = 8
touch.filter.tftype4.AddInitialAcc = 1
touch.filter.tftype4.DefaultInitialAcc = 0
touch.filter.tftype4.DragRangeSize = 3
touch.filter.tftype4.NoAccDistanceMin = 15.0
touch.filter.tftype4.NoAccDistanceMax = 500.0
touch.filter.tftype4.NoAccRate = 0.3
Original firmware
Code:
# Device Type
touch.deviceType = touchScreen
# Pressure
touch.pressure.scale = 0.01
# Size
touch.size.scale = 16.63
# Touch Filter
touch.filter.level = 2
touch.filter.path = /system/lib/touchfilter/tftype4.so
touch.filter.tftype4.Enabled = 1
touch.filter.tftype4.AssumedDelayFactorA = -11.71
touch.filter.tftype4.AssumedDelayFactorB = 12.53
touch.filter.tftype4.AssumedDelayFactorC = -0.81
touch.filter.tftype4.MaxSpeed = 0.036
touch.filter.tftype4.PositionFactorA = 0.2
touch.filter.tftype4.PStablePositionFactor = 0
touch.filter.tftype4.DirectivePriorityFactor = 0.95
touch.filter.tftype4.LatestSpeedWeight = 0.9
touch.filter.tftype4.GapResolver = 0.8
touch.filter.tftype4.OrgSize = 8
touch.filter.tftype4.AccSize = 8
touch.filter.tftype4.AddInitialAcc = 1
touch.filter.tftype4.DefaultInitialAcc = 0
touch.filter.tftype4.DragRangeSize = 3
touch.filter.tftype4.NoAccDistanceMin = 15.0
touch.filter.tftype4.NoAccDistanceMax = 500.0
touch.filter.tftype4.NoAccRate = 0.3
Sent from my SGP521 using XDA Premium 4 mobile app
OK, so if there really is a fix in .69, it has absolutely nothing to do with clearpad.idc, since the values are always exactly the same in every firmware iteration.
hasenbein1966 said:
OK, so if there really is a fix in .69, it has absolutely nothing to do with clearpad.idc, since the values are always exactly the same in every firmware iteration.
Click to expand...
Click to collapse
always may not be exactly correct, all is maybe what you meant, in this FW update the values in this file haven't changed.
Code:
touch.filter.path = /system/lib/touchfilter/tftype4.so
This file is referenced and may have changed.
Also, there may be other factors e.g. a break in the commands that wake up the touch-screen from deep sleep or just better overall CPU responsiveness resulting in a clearing of a bottleneck of processes elsewhere.
Is .69 being pushed out over the air? Im still on .55 but no option to update. Support site says .55 is latest version also.
Hey, in the same vein, does this fix any issue with audio lag or video playback in the likes of Netflix?
Sitting on .36 here with no update available.
These questions aren't really following the OP of this thread, but I'll answer anyway.
tumpin said:
Is .69 being pushed out over the air? Im still on .55 but no option to update. Support site says .55 is latest version also.
Click to expand...
Click to collapse
Vidd said:
Hey, in the same vein, does this fix any issue with audio lag or video playback in the likes of Netflix?
Sitting on .36 here with no update available.
Click to expand...
Click to collapse
PCC or SUS is where I found this update for my device, I didn't get an OTA update message. Your customisation or model number may not have the FW released yet. but keep checking SUS is what I suggest.

Change screen sensitivity

Hi guys,
I really hate that my z2 screen is too sensitive and after searching online for ages I didn't find any solution to it, so I started experimenting myself.
Long story short I managed to find a file under /system/usr/idc/max1187x_touchscreen_0.idc
I opened it as text and it seems to have something to do with the touch screen, but I'm not sure what those things are exactly for. Could anyone please give me some advice on this? Thanks!
The content of the file:
# Device Type
touch.deviceType = touchScreen
# Touch Filter
touch.filter.level = 2
touch.filter.path = /system/lib/touchfilter/tftype4.so
touch.filter.tftype4.Enabled = 1
touch.filter.tftype4.AssumedDelayFactorA = -11.71
touch.filter.tftype4.AssumedDelayFactorB = 12.53
touch.filter.tftype4.AssumedDelayFactorC = -0.81
touch.filter.tftype4.MaxSpeed = 0.036
touch.filter.tftype4.PositionFactorA = 0.2
touch.filter.tftype4.PStablePositionFactor = 0
touch.filter.tftype4.DirectivePriorityFactor = 0.95
touch.filter.tftype4.LatestSpeedWeight = 0.9
touch.filter.tftype4.GapResolver = 0.8
touch.filter.tftype4.OrgSize = 8
touch.filter.tftype4.AccSize = 8
touch.filter.tftype4.AddInitialAcc = 1
touch.filter.tftype4.DefaultInitialAcc = 0
touch.filter.tftype4.DragRangeSize = 3
touch.filter.tftype4.NoAccDistanceMin = 15.0
touch.filter.tftype4.NoAccDistanceMax = 580.0
touch.filter.tftype4.NoAccRate = 0.3
# Glove Mode
touch.gloveMode.deflatePressure = 1
pointercontroller.touch1.filename = /system/somc/touch/images/big_touch.png
pointercontroller.touch1.hotSpotX = 310
pointercontroller.touch1.hotSpotY = 310
pointercontroller.touchsplash1.filename = /system/somc/touch/images/splash.png
pointercontroller.touchsplash1.hotSpotX = 40
pointercontroller.touchsplash1.hotSpotY = 40
Sent from my D6503 using XDA Free mobile app

Allwinner A23 Tablet: Launching Camera App freezes Tablet.

Hello i changed the Rom on my Tablet to :
PH_A76h_android4.4_v2.0_800x480-auto-gc2035-gc0308-wifi5990p-20141211a.img
Everything works okay, but not the Camera.
The Tablet has 2 Cameras Front and Back with 0,3 Mpixels each.
The are on the same Cable going from the Mainboard to the FrontCam and then to the Back Camera.
When i launch the App the Tablet freezes.. Sometimes it resets itself after an Minute or so (not always)
BTW:
I have saved the Data of the Nand-Partitions with the old Firmware (if you need some infos/settings/config from them)
I also have changed the script0.bin from the old Firmware to fex and changed everything in DragonFaces SystemConfiguration like it was in the Script0.bin from the original Firmware.
Here is the Block i Changed in System-Editor:
Code:
;--------------------------------------------------------------------------------
;vip (video input port) configuration
;vip_used: 0:disable 1:enable
;vip_mode: 0:sample one interface to one buffer 1:sample two interface to one buffer
;vip_dev_qty: The quantity of devices linked to capture bus
;vip_dev(x)_isp_used 0: not use isp 1:use isp
;vip_dev(x)_fmt: 0:yuv 1:bayer raw rgb
;vip_dev(x)_stby_mode: 0:not shut down power at standby 1:shut down power at standby
;vip_dev(x)_vflip: flip in vertical direction 0:disable 1:enable
;vip_dev(x)_hflip: flip in horizontal direction 0:disable 1:enable
;vip_dev(x)_iovdd: camera module io power handle string, pmu power supply
;vip_dev(x)_iovdd_vol: camera module io power voltage, pmu power supply
;vip_dev(x)_avdd: camera module analog power handle string, pmu power supply
;vip_dev(x)_avdd_vol: camera module analog power voltage, pmu power supply
;vip_dev(x)_dvdd: camera module core power handle string, pmu power supply
;vip_dev(x)_dvdd_vol: camera module core power voltage, pmu power supply
;vip_dev(x)_afvdd: camera module vcm power handle string, pmu power supply
;vip_dev(x)_afvdd_vol: camera module vcm power voltage, pmu power supply
;x indicates the index of the devices which are linked to the same capture bus
;fill voltage in uV, e.g. iovdd = 2.8V, vip_devx_iovdd_vol = 2800000
;fill handle string as below:
;axp22_eldo3
;axp22_dldo4
;axp22_eldo2
;fill handle string "" when not using any pmu power supply
;--------------------------------------------------------------------------------
[csi0]
vip_used = 1
vip_mode = 0
vip_dev_qty = 2
vip_csi_pck = port:PE00<2><default><default><default>
vip_csi_mck = port:PE01<2><default><default><default>
vip_csi_hsync = port:PE02<2><default><default><default>
vip_csi_vsync = port:PE03<2><default><default><default>
vip_csi_d0 = port:PE04<2><default><default><default>
vip_csi_d1 = port:PE05<2><default><default><default>
vip_csi_d2 = port:PE06<2><default><default><default>
vip_csi_d3 = port:PE07<2><default><default><default>
vip_csi_d4 = port:PE08<2><default><default><default>
vip_csi_d5 = port:PE09<2><default><default><default>
vip_csi_d6 = port:PE10<2><default><default><default>
vip_csi_d7 = port:PE11<2><default><default><default>
vip_dev0_mname = "siv121d"
vip_dev0_lane = 1
vip_dev0_twi_id = 2
vip_dev0_twi_addr = 102
vip_dev0_isp_used = 0
vip_dev0_fmt = 0
vip_dev0_stby_mode = 0
vip_dev0_vflip = 0
vip_dev0_hflip = 0
vip_dev0_iovdd = "axp22_dldo3"
vip_dev0_iovdd_vol = 2800000
vip_dev0_avdd = "axp22_ldoio0" vip_dev0_avdd_vol = 2800000
vip_dev0_dvdd = "axp22_eldo2" vip_dev0_dvdd_vol = 1800000
vip_dev0_afvdd = ""
vip_dev0_afvdd_vol = 2800000
vip_dev0_power_en =
vip_dev0_reset = port:PE14<1><default><default><0>
vip_dev0_pwdn = port:PE15<1><default><default><1>
vip_dev0_flash_en = port:PB00<1><default><default><0>
vip_dev0_flash_mode =
vip_dev0_af_pwdn =
vip_dev1_mname = "siv121d"
vip_dev1_lane = 1
vip_dev1_twi_id = 2
vip_dev1_twi_addr = 102
vip_dev1_isp_used = 0
vip_dev1_fmt = 0
vip_dev1_stby_mode = 0
vip_dev1_vflip = 0
vip_dev1_hflip = 0
vip_dev1_iovdd = "axp22_dldo3"
vip_dev1_iovdd_vol = 2800000
vip_dev1_avdd = "axp22_ldoio0"
vip_dev1_avdd_vol = 2800000
vip_dev1_dvdd = "axp22_eldo2"
vip_dev1_dvdd_vol = 1800000
vip_dev1_afvdd = ""
vip_dev1_afvdd_vol = 2800000
vip_dev1_power_en =
vip_dev1_reset = port:PE16<1><default><default><0>
vip_dev1_pwdn = port:PE17<1><default><default><1>
vip_dev1_flash_en = port:PB00<1><default><default><0>
vip_dev1_flash_mode =
vip_dev1_af_pwdn =
[camera_list_para]
camera_list_para_used = 0
ov7670 = 0
gc0308 = 1
gt2005 = 0
hi704 = 0
sp0838 = 0
mt9m112 = 0
mt9m113 = 0
gc2035 = 1
ov2655 = 0
hi253 = 1
gc0307 = 0
mt9d112 = 0
ov5640 = 0
ov5647 = 0
gc2015 = 0
ov2643 = 0
gc0329 = 0
gc0309 = 0
s5k4ec = 0
siv121d = 0
siv120d = 0
I also copied camera.cfg from the old /system/etc to the new installation.
But still freezes don't know what to do now.
Please help.

Categories

Resources