Hi everyone I need help with my old tablet with telechip.
I try to flash it via TWDN V7 but I get only this error:
{
"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 log:
Code:
============================================
FWDN V7 -- v2.22
============================================
[DEBUG] CFwdnPort::Check_VtcUsbPortChange: \\?\usb#vid_140e&pid_b086#5&377c05b5&0&5#{db6585b8-0409-4ee6-9636-e595901c59ca} is pluged.
[DEBUG] CFwdnDownload::DeviceArrivalEvent: Device Arrival Event (dev=0)
Download Session - Start!
Device Init - Start!
Device Init - Complete! - (0sec 40)
Device's SerialNumber : SN_NOT_EXIST
[DEBUG] CFwdnDownload::eek:nDownloadDefault: check=1 filepath=C:\Users\René\Downloads\dwdaw\lk.rom filesize=1837KB type=0
[DEBUG] CFwdnDownload::eek:nDownloadDefault: check=1 filepath=C:\Users\René\Downloads\dwdaw\NAND Data.fai filesize=2992KB type=5
[DEBUG] CFwdnDownload::Verify_ImageFile: [HEADER] : Size=96 CRC=0x04F0E6F1
[DEBUG] CFwdnDownload::Verify_ImageFile: Image Version : TCC FAT IMG V0.1
[DEBUG] CFwdnDownload::Verify_ImageFile: DISKSIZE = 0x170800000
Write BOOT - Start!
Write Serial Number : 0000001966A58FBB1712081113250026
[ERROR] CFwdnDownload::Write_BOOT: Target Memory = NAND
[ERROR] CFwdnDownload::Write_BOOT: 0x0C000012
[ERROR] ROM Write Failure!
Download Session - Ending...
Download Session - End!
[ERROR] ########## Download is failed! ##########
[DEBUG] CFwdnPort::Check_VtcUsbPortChange: \\?\usb#vid_140e&pid_b086#5&377c05b5&0&5#{db6585b8-0409-4ee6-9636-e595901c59ca} is unpluged.
Please help me fast I really need it to fix it, i know its only old Android 4.0.4 tablet but I still use it...
Related
So here is a port i did which i just resized (give credit to this guy)
Quick Preview:
{
"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"
}
Both the flashable and bootanimation.zip files are attched.
To enable sound (From Here) : (For Expert Users) (JUST TESTED AND SADLY DIDN'T WORK SO IF SOMEONE CAN MAYBE HELP ME ON THIS, MUCH THANKS)
If it does work maybe a dev could add this to thier rom For people who want boot animation sounds.
Add to init.local.rc:
Code:
###Bootsound - Safe to Delete: Start ###
service bootsound /system/bin/bootsound
user media
group audio
disabled
oneshot
on property:init.svc.bootanim=running # to correct timin
start bootsound
on property:dev.bootcomplete=1
stop bootsound
### Bootsound - Safe to Delete: End ###
Add to build.prop:
Code:
ro.config.play.bootsound=1
Create /system/bin/bootsound chmod 777, chown root:shell
Code:
#!/system/bin/sh
bprop=/system/build.prop
play=$(cat $bprop | egrep -c -i -o ro.config.play.bootsound=1)
if [ "$play" = "1" ]; then
stagefright -a -o /system/media/android_audio.mp3
fi
exit 0
A nice thanks for renaming files for 10 min would be great
Nice
sent from cm7 atrix 1.3ghz
this plus resident evil introduction = full of win!
Hello,
At the beggining I had SDK Tools Only and everything was ok, after typing adb logcat I got logs. Then I installed ADT Bundle and run eclipse -> DDMS and in logcat tab I got logs. Then I installed a couple of programs to make screencasts. The next day I run eclipse -> DDMS and 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"
}
Code:
[2013-05-18 08:46:16 - ddms] ADB rejected shell command (getprop): closed
[2013-05-18 08:46:29 - ddms] ADB rejected shell command (logcat -v long): closed
[2013-05-18 08:46:29 - Unexpected error while launching logcat. Try reselecting the device.] closed
com.android.ddmlib.AdbCommandRejectedException: closed
at com.android.ddmlib.AdbHelper.executeRemoteCommand(AdbHelper.java:381)
at com.android.ddmlib.Device.executeShellCommand(Device.java:462)
at com.android.ddmuilib.logcat.LogCatReceiver$1.run(LogCatReceiver.java:110)
at java.lang.Thread.run(Unknown Source)
When I run adb logcat from console I got this message: waiting for device.
adb devices detect my phone
I have windows vista home premium
android 4.1.2
What I did:
- uninstalled SDK Tools Only
- reset adb / unplug and plugin my device
- I tried this one: adb -s emulator-5037 logcat but still waiting for device
- adt bundle - sdk manager -
- windows task manager - there is just one adb.exe running
but still I get waiting for device and the exception in eclipse.
thx in advance
c'mon guys help me out with this
How can i (Create,Read,Write,Delete) Files and Directories in Isolated Storage on Windows Phone?(VB.Net)(Visual Studio 2012)
------------------------------------------------------
i use this codes but i see some error.
Create file:
Code:
Dim sw As New StreamWriter(New IsolatedStorageFileStream("FirstRun\a.txt", FileMode.Create, file))
sw.WriteLine(Textbox1.text)
read form isolated storage:
Code:
Dim file As IsolatedStorageFile = IsolatedStorageFile.GetUserStoreForApplication()
file.CreateDirectory("UserTexts")
Dim sw As New StreamReader(New IsolatedStorageFileStream("UserTexts\user.txt", FileMode.Open, file))
read file:
Code:
TXTBlock.Text = sw.ReadToEnd()
sw.Close()
Delete file:
Code:
Dim file As IsolatedStorageFile = IsolatedStorageFile.GetUserStoreForApplication()
file.DeleteFile("Temp\a.txt")
Delete folder:
Code:
file.DeleteDirectory("Temp")
Create folder:
Code:
Dim file As IsolatedStorageFile = IsolatedStorageFile.GetUserStoreForApplication()
file.CreateDirectory("FirstRun")
please give me correct codes.
What error do you see?
mcosmin222 said:
What error do you see?
Click to expand...
Click to collapse
Error 1 Value of type 'System.IO.FileAccess' cannot be converted to 'System.IO.IsolatedStorage.IsolatedStorageFile'
Dim sw As New StreamReader(New IsolatedStorageFileStream("UserTexts\user.txt", FileMode.Open, FileAccess.ReadWrite, FileShare.ReadWrite, file))
Methods have overloads. Check them out. If you don't know what a method overload is, check wikipedia.
http://en.wikipedia.org/wiki/Function_overloading
mcosmin222 said:
Dim sw As New StreamReader(New IsolatedStorageFileStream("UserTexts\user.txt", FileMode.Open, FileAccess.ReadWrite, FileShare.ReadWrite, file))
Click to expand...
Click to collapse
{
"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"
}
it geting error.
shayan4shayan said:
it geting error.
Click to expand...
Click to collapse
Replace file with IsolatedStorageFile.getuserStoreForApplication()
Hello,
I'm new here and hope that someone can help me with my problem:
Since about one week I tried to build a kernel Module/Driver for my Huawei T1 7.0 (T1-701w) and my Asix AX88772 USB-Ethernet Adapter.
I found the following post here: https://forum.xda-developers.com/showthread.php?t=2131825
so I tried to build a working Module for my Device.
First I got a lots of Problems by compiling the Module but at least at the end I finally got the .ko file (yes, for a beginner like me a big sucess )
After compiling I copied the asix.ko file to my Tablet
Code:
system/lib/modules
and tried to load the Module with
Code:
insmod asix.ko
After that I get the following error message:
Code:
insmod: init_module 'asix.ko' failed (Exec format error)
And dmesg says the following:
{
"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'm new to all that android dev stuff so I hope someone can help me a bit.
I'm also not sure if i used the right defconf file from the source, or whether if it is possible to build a module with all that stuff and my setup.
Infos:
Device: Huawei T1 7.0 (T1-701w) - rooted with folloring guide
Board: sp7731gea_lm
Chip: sc8830
CPU-Arch: ARMv7 rev5 (v7l)
Kernel-Ver: 3.10.17
OS: Android Kitkat (4.4.2)
Source:
T1-701w
AX88772
It would be awesome if someone can spend a bit of time for helping me, if u need more informations or have any questions just ask, i will try my best
I also have teamspeak if u prefere to speak
So, thank u a lot and hopefully my english is understandable
greetings
usix0
push
Hello guys ,
Thanks in advance for any help that I may receive.
Im trying to compile a kernel for my HTC One M8, based on the LineageOS-Kernel (from Github; android_kernel_htc_msm8974), with binfmt_misc support.
My approach:
1. Getting the Kernel Source with the git clone command and downloading+unzip the ndk toolset (r14b)
2. Moving both Extracted "Source Code" and "NDK Folders" to "Testing" folder
3. cd ~/Testing, then: export CROSS_COMPILE=/home/canberk/Testing/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-
4. cd htc ( folder with kernel source)
5. make clean && make mrproper
6. export ARCH=arm
7. make msm8974_defconfig
8. make gconfig, in order to configure the kernel with a graphical menu
9. make –j4
But after starting the process, im getting this error.... (Error: arch/arm/boot/dts/msm8974-fluid.dtsi:721.2-3 label or path, 'dsi_tosh_720_vid', not found)
I have no idea, what that means or did i just forget a command ? I need your help :crying:
{
"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"
}
UPDATE 16.01.2019:
By installing the device-tree-compiler (available in the ubuntu repos), my first problem was solved.
I did compile my kernel successfully (without any errors), but now i cant boot it, by typing : fastboot boot zImage.
I have no idea what to do now. My phone just simply restarts, but still uses the default kernel.