Related
Hey Guys.
Does someone own such a Development Board?
We need uBoot sources from someone who's owning this board.
http://www.armdesigner.com/KIT S5PV210.html
You might want to send miki4242 a PM, it seems he's got a S5PC110 dev board:
- I received my Odroid-T (S5PC110 based) development board, which will hopefully help with testing and debugging kernels.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=8807712&postcount=75
While it's not the exact same dev kit, they might have (some of) the same sources delivered with it. It's worth a shot.
Samsung S5PV210 1.0G Mhz
with flash memory 8G
DDR2 512MB
Support 32GB Micro SD
Wifi 802.11 b/g
8" TFT LCD
Camera
HDMI output
USD 220
email : [email protected]
samsung s5pv210 board
Hello
you can also see Embest Devkit7000 samsung s5pv210 board, the board comes with Android 2.3 source code
_com.odroid.com/sigong/nf_file_board/nfile_board.php?kind=download&kernel=&page=
Here you can download the sources of kernel, android (2.2 - 2.3) and u-boot.
There are also instructions of compiling:
_dev.odroid.com/projects/odroid-t/wiki/KernelPage
_dev.odroid.com/projects/odroid-t/wiki/AndroidPage
OFFTOP: I've successfully builded, but I'm too scary to try it on real device, which seems pretty similar to reference (Dropad A8X).
I'm willing to try if someone has built it? Lemme know
xxxXxFeLiXxXxxx said:
_com.odroid.com/sigong/nf_file_board/nfile_board.php?kind=download&kernel=&page=
Here you can download the sources of kernel, android (2.2 - 2.3) and u-boot.
There are also instructions of compiling:
_dev.odroid.com/projects/odroid-t/wiki/KernelPage
_dev.odroid.com/projects/odroid-t/wiki/AndroidPage
OFFTOP: I've successfully builded, but I'm too scary to try it on real device, which seems pretty similar to reference (Dropad A8X).
Click to expand...
Click to collapse
Sent from my SGH-I897 using XDA App
codeworkx said:
Hey Guys.
Does someone own such a Development Board?
We need uBoot sources from someone who's owning this board.
http://www.armdesigner.com/KIT S5PV210.html
Click to expand...
Click to collapse
Hi,
See attached u-boot which works on this: http://www.wvshare.com/product/x210ii-Package-C.htm
Its basically a S5PV210 development board.
And another one which was on dvd... the previous one came from some chinese website to make it boot from SD (i think, not sure since i have not gotten anything to work yet!)
http://www.mediafire.com/?29bm4y7nzv7uddz
Does anybody got working sources for uboot movinand of x210ii-Package-C board ?
Seller disk contains configs only for nand and sd. There is mkmovi script in the root folder of uboot. But it's seems not working.
Could anybody say which configs I should change to make the board booting from movinand?
So, nobody know...
The solution was found by experiment way.
We should change u-boot configs.
Firstly one should add some strings to Makefile of u-boot.
Code:
x210_inand_config : unconfig
@$(MKCONFIG) $(@:_config=) arm s5pc11x x210 samsung s5pc110
@echo "TEXT_BASE = 0x23e00000" > $(obj)board/samsung/x210/config.mk
Then new file x210_inand.h must be created. Copy content of the x210_sd.h and put it into our x210_inand.h.
And make changes:
Code:
#define MEMORY_BASE_ADDRESS 0x30000000
//#define MEMORY_BASE_ADDRESS 0x20000000
#define MEMORY_BASE_ADDRESS2 0x40000000
Code:
//#define CONFIG_BOOTCOMMAND "movi read kernel 20008000; movi read rootfs 30B00000 300000; bootm 20008000 30B00000"
#define CONFIG_BOOTCOMMAND "movi read kernel 30008000; movi read rootfs 30B00000 300000; bootm 30008000 30B00000"
Terminal commands to build u-boot:
Code:
make x210_inand_config && make
Now the board is boot from inand.
[UPDATE]2012-08-06 This is not the only way of getting Dongle's working on Android, If widgets are your thing and you doing feel confident working with system files etc then you may be better served using the ppp widget form draisberghof.de, these are the folks who piratically wrote the book on getting dongles working on linux and by extension android.
[UPDATE]2012-08-06 The source to libhuaweigeneric-ril ( github ) has been updated to include fixes made by omegaRed7 - This massively improves the fault tolerance upon RIL Startup, Tests were carried out on the E173s-1 but it should be beneficial to all modems ( I hope ).
[UPDATE]2012-07-28 As the Rom Version is quite old and it doesn't really require it's own rom I've extracted the files required to implement this functionality - Download Here, The Archive contains a README file with installation instructions
IMPORTANT - pppd permission need changing to 6755 also change to ownership to the root account ( Thanks to __DS__ ). you can do this through adb or terminal emulator
Code:
adb shell chown 0:0 /system/bin/pppd
adb shell chmod 6755 /system/bin/pppd
for this to function
[UPDATE]2012-06-25 Added Forked libhuaweigeneric-ril to Github Repo this includes all the changes I've made - Check This Post For Details
[UPDATE]2012-06-23 Added Github Repo - Check This Post For Details
[UPDATE]2012-06-16 THE DOWNLOAD LINK HAS BEEN UPDATED AS THE FILES IN /etc/system/usb_modeswitch WHERE NAMED INCORRECTLY[/UPDATE]
Hi Folks - This post is going to change fairly often, there is still more info to add, I just got bored with typing for now
The Sales Pitch
This rom aims to provides the same "hands free" approach offered by the Archos 3G Key and extends this functionality to Huawei Branded USB Modems.
Introduction
Here is a custom rom I've currently been hacking away at, if feels like I've had it under wraps for months.
That being the case. I'd like to thking on to enable Huawei USB Modems - This is still a WORK IN PROGRESS but It feels like i've been keeping it under wraps for months, So it's time to throw it out there for further testing. So Dongles at the Ready! It could get a little hacky
WARNING
The Full Size USB Slot has been known to fail from moderate use. As such I would recommend using an USB extensions cable for connecting devices.
VERY IMPORTANT NOTES - PLEASE READ
1. This is definitely not an every day use rom on any other device this woud have been deployed as a recovery flashable update. The reasoning behind the rom deployment is it's only one file to copy and youi're ready to go. It is also a tedious task to manually go through (especially on the 100th time
2. Please don't ask a me if a certain device will work or not. It is not helpful on a number of levels,
a) I simply don't know - I don't own the model in question. Further more you can figure it out yourself.
b) The Chances are that you could probably find out the answer without leaving the comfort of xda - The libhuaweigeneric-ril has been passed around xda like a <Insert Well Used Analogy Here> so a quick search of xda may turn up something useful to reassure you.
c) In reality though we are not going to know if your dongle is working until you "Try It Yourself".
3. if you find your device doesn't work then you need to gather all the relevant information to help get a feel of what's going on; See Below
SUPPORTED DEVICES
The theoretical list of supportted devices come from those devices supportted by usb_wwan and option kernelp drivers.
IMPORTANT NOTES - WHAT YOU NEED TO KNOW
In a perfect world you can download/flash the attached update file. Reload your SDE, Plug a USB 3G Dongle and have It connect and go about you day .
This is the ultimate goal and currently what happens on my own device
TROUBLESHOOTING
There's about a 25% based on my current test this won't happen. There are 2 main ways your connection attempt can fail.
1. The UsbStick has not switched to modem mode
2. The ppp connection script failed
Either Way it would be highly useful post the list of system properties, outputs of dmesg and also a full logcat aswell as the vendor/product id from lsusb,
some like this throught the adb
Code:
adb shell getprops
adb shell lsusb
adb shell dmesg
adb logcat -b radio -b system -b main -b events
Please have a glance over it before posting as It may contain information that you would not want others to see!
ROM DETAILS
Android Version: 4.0.3
Archos Version: SDE 4.06
Removed : Nothing
ADDITIONS
init.dongle.rc - initialization script, I wanted to avoid "polluting" any other init file too much
/lib/modules/usb_wwan.ko and /lib/modules/option.ko - USB Drivers for GSM modems
/system/lib/libhuaweigeneric-ril.so - A slightly tweaked version of DerArtem original huaweigeneric-ril
/system/etc/usb_modeswitch - the latest version of the usb-modeswitch-data
/etc/ppp - Added separate gprs scripts to retain compatibility with the Archos datakey
/system/bin/hotplugd - A new native android service; Manages Modeswitching and connection initialization for any Usb Device which has a valid configuration file present.
DOWNLOAD
3G Modem Redist Pack - For use with newer roms
Hotfile - archos.ext4.update.
INSTALL
Unpack zip and copy unpacked update file to the device
Code:
adb push archos.ext4.update /mnt/storage
restart device in sde mode
script should update automatically
KNOWN ISSUES
"3G Stick Connected" Icon remains in notification list after device disconnection.
pppd needs to be executed with elevated privileges.
pppd is not exiting correctly on some occasions and cause reconnection issues when using multiple sticks.
Thanks go to surdu_petru for the base sde, derAtem for his original work on the libhuaweigeneric-ril.so and pretty much every developer who has worked on these dongles with android, I think I've read every thread on XDA regarding this subject
Hi!
Thanks trevd!
I do not have this USB modem ....but you did a good job for those who have this modem ! Good luck...
i have a Huawei E160E
It is possible to add this modle on your rom ?
---------- Post added at 06:46 PM ---------- Previous post was at 06:23 PM ----------
For the buzz in FRANCE (and in the World :-= )
http://www.jbmm.fr/?p=28280
cajl said:
i have a Huawei E160E
It is possible to add this modle on your rom ?
Click to expand...
Click to collapse
Is this a new model ( released this year )? It may already be in there, The easiest thing to do is plug it in.
If you install this app you can find out what the product_id is and then we can find out for sure.
Thanks
no released in 2009
Device Class: Use class information in the Interface Descriptors (0x0)
Vendor ID: 12d1
Vendor Name: Huawei Technologies Co., Ltd.
Product ID: 03eb
Hi trevd.
Thanks for the work.
Before installing your rom, I'd like to know if my Huawei K3565 is or will be supported.
I can't remember when it was released, but it not a new one ; may be 2009 or 2010.
Rackham666 said:
Hi trevd.
Thanks for the work.
Before installing your rom, I'd like to know if my Huawei K3565 is or will be supported.
I can't remember when it was released, but it not a new one ; may be 2009 or 2010.
Click to expand...
Click to collapse
Hi Rackham666
I'd refer back to my first post, I've tried to make it a little more clear what this "rom" exactly is, more a testing ground, my apologises if that wasn't very clear at first glance, So to switch this query right back at you.
After installing my rom, I'd like to know if your Huawei K3565 is supported?.
For my usn dongle , is it ok for you ?
Okay.
I'll try your additions manually when [email protected] V3 will be released by Petru.
Get The Code
Hi Folks.
I've started a github repo if anyone wants to hack on this stuff.... It only contains the code for the hotplug service at the moment but I will obviously add more when I get chance and apply all the proper GPL licenses to it.
A personal word of note : C is not my first language by any stretch ( although it is fast becoming the case ) so If It causes any memory leaks or starts nuclear war I can't be held responsible, however if there is any noob coding errors in there then I'm ready to learn off those more knowledgeable than I. I have a feeling we have some hardcore developers lurking in Archos Development community
Equally If anyone has any fixes drop me a pm and I'll sort commit access on the repo or post them right here in the thread,
The code can be found here https://github.com/trevd
Hi Folks, Me Again!
Just to let you guys know I've added a forked libhuaweigeneric-ril to my github ( https://github.com/trevd )
It includes the changes I made to enable it to work the Archos.
You'll want to clone the ics branch if you want to compile yourself.
cajl said:
For my usn dongle , is it ok for you ?
Click to expand...
Click to collapse
???
I'm not sure I understand what you mean.... can you explain a little more
Thanks
Hi, I'm sorry if I'm bothering you but I've done the steps for installing this but when I get to sde menu nothing happens. You said script should install the update automatically but nothing happens. Is there something else I have to do?
Sorry again and thank you for your work
Sent from my ARCHOS 101G9 using xda premium
alahkel said:
Hi, I'm sorry if I'm bothering you but I've done the steps for installing this but when I get to sde menu nothing happens. You said script should install the update automatically but nothing happens. Is there something else I have to do?
Sorry again and thank you for your work
Sent from my ARCHOS 101G9 using xda premium
Click to expand...
Click to collapse
Hi Alahkel
You're not bothering me .... DO I really sound/come across as that grumpy/angry in my first post.... sometimes I get cranky when I don't get enough sleep.... too much time looking at code.... :laugh:
Thanks for having a go, Are you using the official SDE? and have you got a working SDE Rom already installed?
For now I would forget about the rom image and bear with me, I'm working on an installer APK which will probably better help with testing, I'll also put the manual installation method up for those who want to get dirty with adb.
Hi, i succesfully installed your build then, btw running unoff sde. I have a huawei 170something, I don't remember the model, but it's working great with no problems, but using a otg cable only. I didn't get it to work using the big usb slot
Sent from my ARCHOS 101G9 using xda premium
alahkel said:
Hi, i succesfully installed your build then, btw running unoff sde. I have a huawei 170something, I don't remember the model, but it's working great with no problems, but using a otg cable only. I didn't get it to work using the big usb slot
Sent from my ARCHOS 101G9 using xda premium
Click to expand...
Click to collapse
That's great news Interesting that you couldn't/haven't got it working on the full size port... It should function the same as the official Archos Stick, You need to switch on the 3G Stick in the settings and the full size slot should "Just Work". I may have missed that little detail out
If that doesn't work your full size slot is maybe broken A not uncommon issue it seems. unfortunately.
Out of interest what network are you on?
I'm just working on the installer now so you won't be stuck with old archos versions.
trevd said:
That's great news Interesting that you couldn't/haven't got it working on the full size port... It should function the same as the official Archos Stick, You need to switch on the 3G Stick in the settings and the full size slot should "Just Work". I may have missed that little detail out
If that doesn't work your full size slot is maybe broken A not uncommon issue it seems. unfortunately.
Out of interest what network are you on?
I'm just working on the installer now so you won't be stuck with old archos versions.
Click to expand...
Click to collapse
Hi, thx for answering. Well of course I turn on the 3g key in settings for big-size usb and my huawei 3gkey is on indeed (led on key) but the tab doesn't recognize that o.o I'm on tim (italy ) Thank you
Sent from my ARCHOS 101G9 using xda premium
Hi trevd,
i'm guessing this won't work on CM9 by JackpotClavin, or would it? If yes, would i install it the same way as described?
Thanks in advance!
Edit: Sorry i'm obviously still running in 1st gear in the morning... There's no 3G support in the CM9 port so there's no way this would just "work"...
Edit2: And confirmation that i need more coffee: Saw your post in CM9 thread about the successful connection with Archos' 3G stick and a Huawei 3G stick, but only through the browser... Any progress on fixing things so the ppp connection is fully usable by other apps & services?
Hi, trevd!
how to launch the modem on a firmware 4.0.7?
I copy these files from your firmware
init.dongle.rc - initialization script, I wanted to avoid "polluting" any other init file too much
/lib/modules/usb_wwan.ko and /lib/modules/option.ko - USB Drivers for GSM modems
/system/lib/libhuaweigeneric-ril.so - A slightly tweaked version of DerArtem original huaweigeneric-ril
/system/etc/usb_modeswitch - the latest version of the usb-modeswitch-data
/etc/ppp - Added separate gprs scripts to retain compatibility with the Archos datakey
/system/bin/hotplugd - A new native android service; Manages Modeswitching and connection initialization for any Usb Device which has a valid configuration file present.
Click to expand...
Click to collapse
I change the init.rc file for init.dongle.rc start
but the Huawei E1550 modem doesn't work
what it is necessary to change still?
Thanks!
=========================
sorry, everything earned, it was necessary to update a modem firmware
Hi deman05
You were nearly there, init.dongle.rc is imported on the very first line of init.rc so you need both files.
You shouldn't have to do anything with the modem firmware as usb_modeswitch will handle turning the modem.
The files required are.
init.rc
init.dongle.rc
/lib/modules/usb_wwan.ko
/lib/modules/option.ko
/system/lib/libhuaweigeneric-ril.so
/system/bin/hotplugd
Also you need the full contents of the following directories
/system/etc/usb_modeswitch
/system/etc/ppp
/system/etc/chatscripts
I've attached the latest versions to this post (hopefully I've not missed anything), you will need to change the permissions on /system/bin/pppd.
chmod 6755 pppd
[EDIT] I did miss something, please see the first post for the correct download link.
The new version also handles a cold boot ( modem plugged in on startup ) scenario.
If you are still having issues please refer to the troubleshooting section in my original post
Thanks
Hi Guys,
I thought I would get a thread going on this as I'm moving along (rather slowly -- I'll admit) on developing a new kernel for the Motorola QCOM phones. Obviously I will be testing it against the RAZR-HD, but if done correctly it should support RAZR-M, Atrix-HD and Photon Q.
Why a new kernel?
For full Android 4.2.x support we need to migrate to a fully redeveloped video system which include vsync, fencing and other major changes from the 3.0 kernel. We have tried to backport some of these changes with some success but in the meantime it's causing other side effects. Along with the video driver updates are camera subsystem and many many other updates.[/*]
For the future of the device we want to stay as close to Nexus type devices so that we can compile AOSP out of the box so to speak. N4 (Mako) uses a 3.4 kernel based on the same exact branch that I'm using from Code Aurora Forums (CAF).[/*]
What sources am I using?
I've started on the CAF base branch "jb_2.5" used to bring up the Nexus 4 device:
https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=shortlog;h=refs/heads/jb_2.5
And the new kernel source is on github under a "razrqcom-dev-team" where Pinter and DHacker and others can all join in:
https://github.com/razrqcom-dev-team/android_kernel_motorola_msm8960-common/commits/cm-10.1-dev
[NOTE] I have NOT posted my local changes to that kernel yet. It's the CAF sources + 2-3 commits I cherry-picked in, currently.
Current Status:
[DONE] Add all new drivers from the Motorola JB kernel posted on Sourceforge.net[/*]
[DONE] Patch existing code with Motorola specific changes (in a minimal sort of way -- only what is absolutely required here)[/*]
[DONE] Fix compile errors[/*]
[4/22 DONE] Push initial moto changes to github (over 2 pages of changes grouped by driver/section)[/*]
[IN-PROGRESS] Boot testing using a recovery. Have to get far enough to where I'm seeing a ram-console "last_kmsg".[/*]
1-by-1 debug each driver using last_kmsg to where we get a fully functioning recovery build. This includes using binaries like evtest to debug touchscreen events, and other sensors.[/*]
Change over to a full Android build using CM sources which are fully patched up against CAF's latest sources: includes new hardware drivers for video, camera, audio and others.[/*]
Debug the Android boot using strace and other binaries till it's solid enough to start using specific apps to play test and debug issues.[/*]
Once I get to a point where I can post a full dmesg, I'll add that to this post (for those that are curious).
Thanks for being patient.
Current Bootlog:
http://pastebin.com/raw.php?i=JV9kxrKs
Lines of note in the log:
SMD driver noting lack of allocation table
<3>[ 0.601617,1] smd_channel_probe_worker: allocation table not initialized
Backlight needs work
<7>[ 0.813825,0] lcd-backlight: invalid backlight type
Not sure what this is
<3>[ 0.815412,0] cont_splash_clk_ctrl: dsi_esc_clk - clk_set_rate failed
Checking this
<3>[ 1.055608,0] wcd9xxx_slim_probe: failed to get slimbus tabla-slim logical address: -6
This SPI error happens on other 3.4 kernels I've seen. I think there's a patch for it
<6>[ 1.126659,1] spi_qsd spi_qsd.0: master is unqueued, this is deprecated
USB probe fail
<3>[ 1.165847,1] msm_hsusb msm_hsusb: udc_probe failed
and then the Android gadget fail after that
<3>[ 1.166641,1] android_probe: android_probe(): Failed to register android composite driver
Ext. SD card error
<3>[ 1.219594,0] mmc1: msmsdcc_slot_status: Failed to configure GPIO 171
Seeing some i2c errors for the gsbi4 device:
<4>[ 1.475263,0] qup_i2c qup_i2c.4: Bus still busy, status 132100
Sensor fail
<3>[ 2.614924,0] lm3556_init_registers: Reading 0x0 failed -110
Missing GPIO setup for headset detect
<3>[ 2.632260,1] msm8960_configure_headset_mic_gpios: US_EURO_, AV_SWITCH gpios not configured!!!
Bunch of failed audio init messages (I can't remember if I merged in audio changes)
<6>[ 2.632351,1] msm_audio_init: Not APQ8064 in SLIMBUS mode
<3>[ 2.632382,1] msm8930_audio_init: Not the right machine type
<3>[ 2.632382,1] msm_audio_init: Not the right machine type
<6>[ 2.632412,1] msm_audio_init: Not APQ8064 in I2S mode
BMS battery issues (probably linked to: <7>[ 28.167862,1] Trying to free already-free IRQ 567 through 562 messages)
<3>[ 28.167648,1] pm8xxx_batt_alarm_threshold_set: threshold value, 0 mV, is outside of allowable range: [2500, 5675] mV
<3>[ 28.167709,1] pm8921_bms_configure_batt_alarm: unable to set batt alarm threshold rc=-22
<3>[ 28.167739,1] pm8921_bms_probe: Couldn't configure battery alarm! rc=-22
<4>[ 28.174118,1] pm8921-bms: probe of pm8921-bms failed with error -22
<3>[ 28.177048,0] power_supply usb: driver failed to report `present' property: 4294967274
Thanks for posting progress in such detail. It's cool to learn a bit about how you go about such a task. Thanks for your efforts!!
Sent from my DROID RAZR HD using xda app-developers app
Is excited...
Amazing job Hashcode. Count me in.
nice job Hashcode keep up the good work can't wait
Sent from my MB886 using xda premium
Not a developer but am a big fan of the possibility of improvements whether they be on stock or CM and reckoned I'd post to include my enthusiasm to hear that there's more and more people involved that know what their doing. If there's a lack of response to the thread please don't be discouraged; people have been overall frustrated to the point of giving up hope for their flashaholicism. There's exiting things happening in other threads as well and its good to see other developers interested here in this one.
Lets get some +1's in the thread!!! Some hits of the thanks button on the OP!!!
Big +1!!!
Sent from my XT925 using xda app-developers app
+100
Sent from my Nexus 10 using XDA Premium HD app
I can't thank you guys enough for the incredible time and effort you've put into making our user experience better. Thank you.
Hashcode rocks!
You're amazing, thank you so much for all of your efforts. This is exactly what we've needed...
Got my initial Motorola changes for 3.4 updated to github:
https://github.com/razrqcom-dev-team/android_kernel_motorola_msm8960-common/commits/cm-10.1-dev
Took a while, now back to debugging the initial boot sequence.
How does one ascertain this skill to develop a kernel such as this? I would like to assist you but I lack the correct knowledge to establish any sort of help.
Sent from Cthulu's brain
Same here!
Sent from my DROID RAZR HD using XDA Premium HD app
Hashcode how is your progress is going
Sent from my MB886 using xda premium
cabagekiller said:
How does one ascertain this skill to develop a kernel such as this? I would like to assist you but I lack the correct knowledge to establish any sort of help.
Sent from Cthulu's brain
Click to expand...
Click to collapse
Not to be smart but google it. You might be better off learning to do a kernel for a Linux disto then trying an android kernel. I could be wrong but in either case it is a skill that takes time. By the time you have enough knowledge to help, hash will probably have the first release out. Heck he may have several updates by that time.
sickkside13 said:
Hashcode how is your progress is going
Sent from my MB886 using xda premium
Click to expand...
Click to collapse
Be patient. When there is an update hash will post.
Sent from my XT926 using Tapatalk 2
I don't know if this will help, but I stumbled across an official 3.4.0 Motorola kernel with sources.
Sources are for the new RAZR D
http://sourceforge.net/projects/razrd.motorola/files/?source=navbar
skeevydude said:
I don't know if this will help, but I stumbled across an official 3.4.0 Motorola kernel with sources.
Sources are for the new RAZR D
http://sourceforge.net/projects/razrd.motorola/files/?source=navbar
Click to expand...
Click to collapse
RAZR D?
Sent from my xt926 using xda premium
triskropf97 said:
RAZR D?
Sent from my xt926 using xda premium
Click to expand...
Click to collapse
Low spec world build...an updated Defy looking at the specs. Not sure if its super durable or not.
http://pdadb.net/index.php?m=specs&id=4347&view=1&c=motorola_razr_d3_xt920
skeevydude said:
I don't know if this will help, but I stumbled across an official 3.4.0 Motorola kernel with sources.
Sources are for the new RAZR D
http://sourceforge.net/projects/razrd.motorola/files/?source=navbar
Click to expand...
Click to collapse
RAZR D uses Mediatek chipset, not MSM.
Hi
Please sorry for cross posting but I'm at my wits' end.
Long story short, I was looking to buy a second hand htc one 801e through an intermediary but I got scammed, and the seller won't accept it back.
I was thinking, since its a kind of a stock android 4.1.1 installed on it (looking a lot like a Cyanogenmod) , what can ROM can I flash it with, and how, to clear all the fakery from my sight? I'm relatively OK using ADB (the only thing it recognizes, one cannot flashboot it). Please what can I do with it to make it useful?
Please help!
Yours in shame and anticipation,
If it's not an HTC One, you're Off topic.
Find out what it is and then use Google, nothing here will work.
shinacalypse said:
Hi
Please sorry for cross posting but I'm at my wits' end.
Long story short, I was looking to buy a second hand htc one 801e through an intermediary but I got scammed, and the seller won't accept it back.
I was thinking, since its a kind of a stock android 4.1.1 installed on it (looking a lot like a Cyanogenmod) , what can ROM can I flash it with, and how, to clear all the fakery from my sight? I'm relatively OK using ADB (the only thing it recognizes, one cannot flashboot it). Please what can I do with it to make it useful?
Please help!
Yours in shame and anticipation,
Click to expand...
Click to collapse
post a "fastboot getvar all"
lets see wat it shows
---------- Post added at 11:55 PM ---------- Previous post was at 11:46 PM ----------
shinacalypse said:
Hi
Please sorry for cross posting but I'm at my wits' end.
Long story short, I was looking to buy a second hand htc one 801e through an intermediary but I got scammed, and the seller won't accept it back.
I was thinking, since its a kind of a stock android 4.1.1 installed on it (looking a lot like a Cyanogenmod) , what can ROM can I flash it with, and how, to clear all the fakery from my sight? I'm relatively OK using ADB (the only thing it recognizes, one cannot flashboot it). Please what can I do with it to make it useful?
Please help!
Yours in shame and anticipation,
Click to expand...
Click to collapse
theres no rom u can flash on a fake. be more careful next time
raghav kapur said:
post a "fastboot getvar all"
lets see wat it shows
---------- Post added at 11:55 PM ---------- Previous post was at 11:46 PM ----------
theres no rom u can flash on a fake. be more careful next time
Click to expand...
Click to collapse
Hi..
Are you sure? It does look very much like a cyanogenmod under the hood..
"flashboot getvar all"
just hangs at "<waiting for device>
adb devices prints out:
0123456789ABCDEF device
shinacalypse said:
Hi..
Are you sure? It does look very much like a cyanogenmod under the hood..
"flashboot getvar all"
just hangs at "<waiting for device>
adb devices prints out:
0123456789ABCDEF device
Click to expand...
Click to collapse
from the serial i think it s a fake but if you re lucky it s a cyanogenmod error
xproz said:
from the serial i think it s a fake but if you re lucky it s a cyanogenmod error
Click to expand...
Click to collapse
Yes it is a fake.. wondering if it will support a real rom, and how I can do it
shinacalypse said:
Yes it is a fake.. wondering if it will support a real rom, and how I can do it
Click to expand...
Click to collapse
NO it will not work with a real htc one rom.
alray said:
NO it will not work with a real htc one rom.
Click to expand...
Click to collapse
Yes I have no hope of using a HTC rom. I just want to be sure that if I flash it with a stock android rom (maybe something from google straight) it would work
shinacalypse said:
Yes I have no hope of using a HTC rom. I just want to be sure that if I flash it with a stock android rom (maybe something from google straight) it would work
Click to expand...
Click to collapse
Im pretty sure you will not find anything for that phone unless you are a dev and make your own rom for that phone.
More information from its cpuinfo..
[email protected]:/ # cat /proc/cpuinfo
Processor : ARMv7 Processor rev 0 (v7l)
processor : 0
BogoMIPS : 774.96
processor : 1
BogoMIPS : 777.51
processor : 2
BogoMIPS : 777.51
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 2
Hardware : MT6589
Revision : 0000
Serial : 0000000000000000
shinacalypse said:
Are you sure? It does look very much like a cyanogenmod under the hood..
"flashboot getvar all"
Click to expand...
Click to collapse
its fastboot not flashboot
shinacalypse said:
adb devices prints out:
0123456789ABCDEF device
Click to expand...
Click to collapse
thats a nice fake s/n
shinacalypse said:
More information from its cpuinfo..
[email protected]:/ # cat /proc/cpuinfo
Processor : ARMv7 Processor rev 0 (v7l)
processor : 0
BogoMIPS : 774.96
processor : 1
BogoMIPS : 777.51
processor : 2
BogoMIPS : 777.51
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 2
Hardware : MT6589
Revision : 0000
Serial : 0000000000000000
Click to expand...
Click to collapse
I found this
http://forum.xda-developers.com/showthread.php?t=2589519
and this
http://forum.cyanogenmod.com/topic/80952-htc-one-clone-with-mediatek-mt6589/
shinacalypse said:
More information from its cpuinfo..
[email protected]:/ # cat /proc/cpuinfo
Processor : ARMv7 Processor rev 0 (v7l)
processor : 0
BogoMIPS : 774.96
processor : 1
BogoMIPS : 777.51
processor : 2
BogoMIPS : 777.51
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 2
Hardware : MT6589
Revision : 0000
Serial : 0000000000000000
Click to expand...
Click to collapse
:laugh: Mediatek cpu, like all other fakes on the market
found this rom: http://www.needrom.com/mobile/one-m7-mt6589/
looks like this is the ''stock fake'' rom for your device idk.
also found this http://www.engadget.com/2013/07/14/fake-htc-one-plastic-mt6589/
how much did you paid for it? Looks like it was 200$ brand new 7 months ago
Thanks a lot guys. Found some stuff I am willing to try on needrom.com that kinda fit the profile.
I'll be out getting the real phone sometime soon.. hope I can hide it from my girlfriend, I'm supposed to be broke!!
Thanks again!
Hi all,
after seeing that my write speed is significantly different from others honor 5c owner (even with a recovery to stock firmware without apps, personnal data, etc...), I decided to open a thread for this.
Can you test your internal memory with A1 SD Bench, long or quick bench as you want, in airplane mode please ?
And eventually post your memory information with the apps "sd insight"
Read : 146,04mb/s
Write : 54,09mb/s
Memory : Samsung
Product name :QE13MB
Revision : 0.13
Date : May 2016
Here you go
imrock said:
Here you go
Click to expand...
Click to collapse
thanks a lot, dam it, it seems I got a different chip from you that can be explain the story.
That read write speed varies with different instances bro .